html {
  overflow-x: hidden !important;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  color: #505050 !important;
}

a {
  color: #066bb7;
  text-decoration: none
}

body a:hover,
body :focus-visible {
  text-decoration: none;
  outline: none !important;
}

.text-decoation-none {
  text-decoration: none
}

img {
  height: auto;
}

.text-theme {
  color: #4CAF50;
}

.theme-color  {
  color: #4CAF50;
    transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.theme-color:hover  {
  color: #304a32;
    transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.theme-border {
  border: 1px solid #4CAF50;
}

.bg-theme {
  background-color: #4CAF50;
}

.text-green {
  color: rgb(57, 179, 4);
}

.text-red {
  color: rgb(237, 0, 0);
}

.bg-green-dark {
  background-color: #041c07;
}

.header-bg-change {
  background-color: #041c07;
}

.header-bg-change .navbar-brand svg {
  fill: #fff;
}

.header-bg-change .navbar-brand .logo-text {
  color: #fff;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover,
.header-bg-change .navbar-nav .nav-item .nav-link.active,
.header-bg-change .navbar-nav .nav-item .nav-link:hover {
  color: #000
}

.header-bg-change .navbar-nav .nav-item .nav-link {
  color: #fff;
}

/* bg and colors */
.header-main {
  left: 0;
  top: 0;
  z-index: 99;
}

.header-main .navbar-toggler:focus {
  box-shadow: none;
}

.header-main .dropdown-toggle::after {
  display: none;
}

#header {
  z-index: 99;
}

#header .navbar-nav .nav-link {
  color: #161616;
}

#header .navbar-nav .nav-link a:active {
  color: #4CAF50;
}

.header-bg-change {
  background-color: #1b1e1beb;
}

.header-bg-change .navbar-brand svg {
  fill: #fff;
}

.header-bg-change .navbar-brand .logo-text {
  color: #fff;
}

.active {
  color: #baa4cc !important;
}

.navbar-brand {
  width: 70px;
}

.breadcrumb-item.active {
  color: #c7c7c7 !important;
}

a:hover {
  color: #4CAF50 !important;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.breadcrumb {
  margin-bottom: 0.5rem !important;
}

.text-red {
  color: red;
}

svg {
  fill: #c7c7c7 !important;

}

svg:hover {
  fill: #009f62 !important;

}

.bg-light {
  background-color: #f3f3f3 !important;
}

.bannerCaptionMain {
  max-width: 640px;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 30%;
  margin-right: 0;
  transform: translate(-50%, -50%);
}

.bannerCaption {
  max-width: 540px;
  z-index: 9;
  position: absolute;
  left: 30%;
  margin-right: 0;
  transform: translate(-50%, -50%);
  bottom: 0
}

.section-block {
  padding: 100px 0;
}

.section-block-inner {
  padding: 50px 0;
}

.section-block-top-0 {
  padding-top: 0px
}

.section-block-bottom-0 {
  padding-bottom: 0px
}

figure {
  float: left;
  position: relative
}

figure.image {
  max-width: 50%;
  padding: 0.5em 0 0 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  margin-right: 30px;
  position: relative
}

figure.image img {
  width: 100%;
  height: auto
}

figure figcaption {
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  line-height: 1em;
  color: #444;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic
}

figure figcaption p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1em
}

figure figcaption strong {
  font-weight: 300
}

figure figcaption em {
  font-style: italic
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.overlay-bg {
  position: absolute;
  --bs-gradient: linear-gradient(0deg, rgb(0 0 0), rgba(0 0 0 / 0%)) !important;
  background: linear-gradient(0deg, rgb(0 0 0), rgba(0 0 0 / 0.9%)) !important;
  left: 0;
  width: 100%;
  padding: 10% 0;
  bottom: 0;
  text-align: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 24px;
  border: 1px solid #fff;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.zoom-wrap {
  overflow: hidden;
}

.zoom-wrap img {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.zoom-wrap:hover img {
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transform: scale(1.15);
  transform: scale(1.05);
}

@media screen and (max-width: 1098px) {
  .bannerCaption {
    max-width: 480px;
    z-index: 9;
    position: absolute;
    left: 33%;
    margin-right: 0;
    transform: translate(-50%, -50%);
  }

  .bannerCaptionMain {
    top: 50%;
    left: 35%;
    margin-right: 0;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 991px) {
  .bannerCaption {
    width: 71%;
    left: 46%;
    right: 0;

  }



  figure.image {
    max-width: 100%;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-right: 0px;
    position: relative
  }

  .navbar-nav {
    display: block !important;
    flex-direction: column;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    background-color: #000;
    padding: 50px 25px;
    width: 100%;
    position: absolute !important;
    right: 0;
    text-align: right;
  }
}

.overlap-section {
  top: 0;
}

.navbar-brand {
  width: 44px;
}

.navbar.navbar-expand-lg.border-bottom {
  border-bottom: none !important;
}

.section-padding {
  padding: 60px 0;
}

.gradient-bg {
  position: absolute;  
  /* min-height: 680px; */
   left: 0; z-index: 0;
  background: -webkit-linear-gradient(180deg, #304a32 60%, #fff 60%);
  background: -o-linear-gradient(180deg, #304a32 60%, #fff 60%);
  background: -moz-linear-gradient(180deg, #304a32 60%, #fff 60%);
  background: linear-gradient(180deg, #304a32 60%, #fff 60%)
  
}
.slider-position{
  z-index: 9; padding-top: 80px;
}
.breadcrumb {
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .section-padding {
    padding: 30px 0;
  }

  .section-block-inner {
    padding: 25px 0;
  }
  .slider-position{
    padding-top: 40px;
  }
}

hr {
  background-color: #444444 !important;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.btn-outline-primary {
  color: #EBD1FF;
  border-color: #EBD1FF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000000 !important;
  border-color: #EBD1FF !important;
  box-shadow: 0 0 0 0.205rem rgba(242, 203, 255, 0.4) !important;
}
#spotlight:after {
  display: block;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0 0 0 / 8%) 0%, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 6%) 50%, rgba(0, 0, 0, 0) 100%);
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

#owl-banner .owl-nav {
  position: absolute;
  right: 10px !important;
  bottom: 10px !important;
  top: unset;
  color: #fff !important;
}

#owl-banner .owl-carousel,
#owl-banner .owl-nav button.owl-next,
#owl-banner .owl-carousel,
#owl-banner .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: rgba(255, 255, 255, 0.4) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #b8bafd !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 3px !important;
  margin: 5px 7px;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 34px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #bfbfbf;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 320px;
  margin: -100px 0 0 0;
  padding: 35px;
  padding-top: 125px;
  right: -50px;
  background: #000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  height: 105vh;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  overflow-y: scroll;
}

#menu li {
  padding: 8px 0;
  font-size: 18px;
  color: #bfbfbf;
  text-decoration: none;
  border-bottom: 2px dotted #1e1e1e
}

#menuToggle input:checked~ul {
  transform: scale(1.0, 1.0);
  opacity: 1;
}

.dropdown-menu[data-bs-popper] {
  left: -38px !important;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
  right: 100px;
  top: 16px;
}

.image-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.image-box:hover img {
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 40%; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  align-items: flex-end;
  justify-content: start;
  padding: 20px 20px 30px 25px;
  pointer-events: none;
}

/* Text content inside overlay */
.overlay-content {
  color: white;
  text-align: start;
  transform: translateY(0);
  transition: transform 0.4s ease;
  pointer-events: auto;
  font-size: 15px;
}

.image-box:hover .overlay-content {
  transform: translateY(-10px);
}

/* Caption text */
.caption {
  margin: 0;
  /* font-size: 24px; */
}

/* Read More link */
.read-more {
  display: inline-block;
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.read-more:hover .arrow {
  transform: translateX(5px);
}

.custom-radius {
  border-radius: 10px;
}

.side-image img {
  width: 100%;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
}

.dropdown-menu {
  min-width: 7rem !important;
  padding: .5rem 0 0.1rem 0;
}

.dropdown-menu::after {
  content: "";
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 33px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: .625rem !important;
}
.swipe-button {
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.9rem;
  font-size: 16px;
  color: white;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
  letter-spacing: 1.2px;
}

.swipe-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4CAF50;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.swipe-button:hover::before {
  transform: translateX(0);
}

.swipe-button:hover {
  color: white;
  border-color: #4CAF50;
}

.swipe-button:hover::before {
  transform: translateX(0);
}

.swipe-button:hover {
    color: white!important;
  border: 2px solid #4CAF50 !important;
}

.swipe-button-green {
  color: #4CAF50;
  border: 2px solid #4CAF50;
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.9rem;
  font-size: 16px;
  background-color: transparent;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
  letter-spacing: 1.2px;
}


.swipe-button-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4CAF50;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.swipe-button-green:hover::before {
  transform: translateX(0);
}

.swipe-button-green:hover {
    color: white!important;
  border: 2px solid #4CAF50 !important;
}
.dropdown-menu[data-bs-popper] {
  left: -10px !important;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
  right: 82px;
  top: 4px;
  border: 2px solid #ffffff4a;
  border-radius: 50px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.btn {
  border: 1px solid transparent;
  padding: .175rem .75rem;
  font-size: 14px !important;
  border-radius: 50px !important;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #4caf50;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #5455b5;
  font-size: 25px;
  right: 15px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  height: auto;
  pointer-events: none;
  /* Prevent accidental clicks or overlays */
}
 .navigation-arrows {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      margin-top: 40px;
    }

    .navigation-arrows a {
      border:1px solid #304a32;
      color: #304a32;
      padding: 6px 15px;
      text-decoration: none;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 400;
      transition: background-color 0.3s;
    }

    .navigation-arrows a:hover {
      background-color: #304a32;
      color:#fff!important;
    }
    .accordion-button:focus {
    /* z-index: 3; */
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important;
    }
.accordion-body {
    padding: 1rem 1.5rem 0;
    }

@media screen and (max-width: 767px) {

  .dropdown,
  .dropend,
  .dropstart,
  .dropup {
    right: 35px;
  }
   .navigation-arrows {
      display: flex;
      justify-content:center;
      gap: 10px;
      margin-top: 20px;
    }
     .container{
    padding: 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .bannerCaptionMain {
    /* position: relative;
    background-color: #000;
    padding: 25px;
    left: auto;
    margin-right: 0;
    transform: none; */

    top: 70%;
    left: 0;
    margin-right: 0;
    transform: translate(6%, -50%);
    width: 90%;
  }
  .caption {
  margin: 0;
  font-size: 20px;
}

  .bannerCaption {
    max-width: 80%;
    bottom: 15%;
    /* transform: translateX(-50%) translateY(-50%); */
    left: 0;
    right: 0;
    margin: 0 auto;

    transform: none;
  }

  .line-clamp-7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width:1024px) {
  .section-block {
    padding: 50px 0;
  }

  .h-100 {
    height: 100vh !important;
  }

}
@media (max-width: 599px) {
  .owl-three .owl-stage {
    margin-left: -20px; /* equal to stagePadding */
  }
}