@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "FontAwesome";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 700px;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px !important;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;

  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #498f27;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: #498f27;
  color: #ffffff;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #fed700;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.home-slider-2 .item {
  text-align: center;
}

.home-slider-2 a {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
}

a {
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.capacity-sec {
  padding: 30px 0px;
}

.capacity-sec h6 {
  color: #333e48;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.f_list li a {
  font-size: 18px !important;
}

a:hover {
  color: #eb3e32;
  text-decoration: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.capacity-sec h6:hover {
  color: #498f27;
}

.residemtial-sec {
  /* display: flex; */
  background-color: white;
  margin-left: 16px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.modal-dialog.modal-dialog-centered {
  position: sticky;
  top: 200px;
}

.close {
  float: right;
  font-size: 33px !important;
  font-weight: bold;
  line-height: 1;
  color: #0e0000 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

@media (max-width: 768px) {
  .modal-dialog {
    display: unset;
  }

  .modal .modal-header {
    padding-top: 8px;
  }

  .customer-sec {
    padding-bottom: 5px;
  }
}

.merch-sec {
  transform: skewY(180deg);
  transition: all 0.7s ease-in-out;
  background-color: #498f27;
}

.merch-sec:target {
  transform: skewY(0deg);
}

.click-sec {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.recent-view-title h2 {
  color: #000000ba !important;
}
.black-header-line span {
  background: #878484 !important;
}

.AboutContainer {
  font-family: "Jost", sans-serif;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.About_banner {
  position: relative;
  z-index: 0;
  padding-block: 100px;
}

.about-sectionBannerImg {
  height: 400px;
  background: linear-gradient(0deg, #0707076e, #0707076e),
    url("../public/themes/default/assets/img/about.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-about-page-css .AboutHeading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.45;
}

.custom-about-page-css .Abt_para {
  color: #051036;
  font-size: 15px;

  text-align: justify;
}

.custom-about-page-css .Abt_para a {
  color: #498f27;
}

.custom-about-page-css .aboutContent h2 {
  font-size: 27px;
  font-weight: 700;
  color: #498f27;
}

.custom-about-page-css .TestimonialBox {
  background-color: #f5f5f5;
  padding-block: 60px;
}

.custom-about-page-css .testimonials {
  border-radius: 14px;
  background: #498f27;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  height: 100%;
}

.custom-about-page-css .sliderContainer {
  height: 270px;
}

.custom-about-page-css .testimonials_img {
  height: 90px;
  width: 90px;
}

.custom-about-page-css .sliderContainer .testimonials_img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.custom-about-page-css .testimonials__text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.custom-about-page-css .text-16 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.custom-about-page-css .gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    /*opacity: 0.5;*/
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

@media (max-width: 767px) {
  .custom-about-page-css .gtco-testimonials {
    margin-top: 20px;
  }
}

.custom-about-page-css .owl-carousel {
  .owl-nav button {
    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.custom-about-page-css .test-sec {
  text-align: center;
  padding: 15px;
  color: #498f27;
  font-size: 30px;
  font-weight: 700;
}

.custom-about-page-css .name-sec {
  text-align: center;
  padding: 15px;
  color: #0f4070;
  font-size: 17px;
  font-weight: 700;
}

.custom-about-page-css .card-text {
  font-size: 13px;
  font-weight: 600;
  color: #012929;
  padding: 15px;
}

.custom-about-page-css .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-about-page-css .demo {
  /* display: flex; */
  margin: auto;
  padding: 25px;
}

.custom-about-page-css .img-2 {
  object-fit: cover;
  width: 485px;
  height: 500px;
  background: red;
  margin: 2px;

  &:nth-child(even) {
    object-fit: contain;
  }
}

.custom-about-page-css .oorja-sec {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.about-page-content {
}

.custom-about-page-css .about-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px !important;
  height: 100%;
}

.custom-about-page-css .about-card::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #498f27;
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}

.custom-about-page-css .about-card:hover::before {
  left: 0;
  width: 100%;
}

.custom-about-page-css .about-card:hover .Abt_para,
.about-card:hover .about-card-heading {
  color: #ffffff !important;
}

.custom-about-page-css .energy-overlay-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.custom-about-page-css .energy-overlay-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000057;
}

.custom-about-page-css .energy-overlay-img ol {
  padding: 0px;
}

.custom-about-page-css .energy-overlay-img li {
  color: #ffffff;
}

.custom-about-page-css .energy-overlay-img img {
  width: 100%;
  height: 100%;
}
.custom-about-page-css .about-us-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 40px;
}
.custom-about-page-css .about-us-overlay p,
.about-us-overlay h2 {
  color: #ffffff;
}
.custom-about-page-css .about-us-overlay p {
  margin: 20px 0px;
}

.new-additional-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px; /* space between boxes */
}

.slide-bg-image {
  position: relative;
  width: 100%;
  height: 500px; /* adjust as needed */
  overflow: hidden;
  z-index: 0;
}

/* Background image (on pseudo-element) */
.slide-bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* keeps it behind content */
  animation: zoomEffect 10s ease-in-out infinite;
}

/* Gradient overlay */
.slide-bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 0;
}

/* Zoom keyframes */
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.slide-bg-image::before {
  background-image: var(--bg-img);
}
.hero-slider .container {
  z-index: 99;
}

.product-badge .badge{
    position: absolute;
    right: 14px;
    top: 0px;
   
}

.product-badge .webinar-free-badge{
    background: #089838;
}

.product-badge .webinar-paid-badge{
    background: #dae812;
    color: black;
}

.product-badge .webinar-expired-badge{
    background: #b10a0f;
}
