/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn.btn-primary:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  /* padding: 35px 0; */
  padding: 25px 0;
  color: var(--bs-white);
  /* font-size: 17px; */
  font-size: 22px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-white);
    width: 100%;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-style: dotted;
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light);
    border: none;
  }

  .navbar-light .navbar-nav .nav-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: 0.5s;
  }

  .sticky-top.navbar-light .navbar-nav .nav-item::before {
    bottom: 0;
  }

  .navbar-light .navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent transparent var(--bs-primary) transparent;
    opacity: 0;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-item:hover::after,
  .navbar-light .navbar-nav .nav-item.active::after {
    bottom: 1px;
    opacity: 1;
  }

  .navbar-light .navbar-nav .nav-item:hover::before,
  .navbar-light .navbar-nav .nav-item.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
  position: relative;
  overflow: hidden;
}

.carousel-indicators {
  display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
  left: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
  right: 0;
  border-right: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
  background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
  position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-caption-1-content {
  text-align: end;
  padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
  display: flex;
  justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-caption-2-content {
  text-align: start;
  padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
  display: flex;
  justify-content: start;
}

@media (max-width: 992px) {
  .carousel .carousel-inner .carousel-item {
    height: 700px;
    margin-top: -100px;
  }

  .carousel .carousel-inner .carousel-item img {
    height: 700px;
    object-fit: cover;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-1 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-1-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-1-content .carousel-caption-1-content-btn {
    justify-content: center;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-2 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-2-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-2-content .carousel-caption-2-content-btn {
    justify-content: center;
  }

  .carousel .carousel-control-prev .carousel-control-prev-icon,
  .carousel .carousel-control-next .carousel-control-next-icon {
    display: none;
  }
}

.modal .modal-header {
  height: 100px;
}

#searchModal .modal-content {
  background: rgba(255, 255, 255, 0.6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 66, 20, 0.7), rgba(0, 66, 20, 0.7)),
    url(../img/Breadcrumb.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
}

/* .bg-breadcrumb-about {
  background: linear-gradient(rgba(0, 66, 20, 0.7), rgba(0, 66, 20, 0.7)),
    url(../img/About_us.png);
} */

.bg-breadcrumb-new {
  position: relative;
  overflow: hidden;
}

.bg-breadcrumb-new .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* same as background-size: cover */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-breadcrumb-new .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 66, 20, 0.7);
  z-index: 1;
}

.bg-breadcrumb-new .container {
  position: relative;
  z-index: 2;
}

.bg-breadcrumb-contact {
  background: linear-gradient(rgba(0, 66, 20, 0.7), rgba(0, 66, 20, 0.7)),
    url(../img/Contact_Us.png);
}

.bg-breadcrumb-service {
  background: linear-gradient(rgba(0, 66, 20, 0.7), rgba(0, 66, 20, 0.7)),
    url(../img/Services.png);
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding: 60px 0 60px 0;
  }
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--bs-white);
  border-radius: 10px;
  transition: 0.5s;
  min-height: 320px;
}

.feature .feature-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature .feature-item .feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
  transform: rotate(360deg);
}

.feature .feature-item a.btn {
  transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
  color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about .about-img {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-left: 30px;
}

.about .about-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -30px;
  right: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -30px;
  bottom: 30px;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.about .about-img .about-exp {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  font-size: 30px;
  font-weight: bold;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item-green {
  background: var(--bs-secondary);
}

.service-item-green .service-content p {
  color: var(--bs-white);
}
.service-item-green .service-content * {
  color: var(--bs-dark-gray);
}

.service-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover::after {
  width: 100%;
  height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
  position: relative;
  z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
  transition: 0.5s;
}

.service-item:hover .service-content a:hover {
  color: var(--bs-secondary);
}

.service-item:hover .service-content p,
.service-item:hover .service-content ul {
  color: var(--bs-light-gray);
}

.service-item:hover .service-content h2,
.service-item:hover .service-content h5 {
  color: var(--bs-black);
}

.service-item .service-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

/* additional class start */

.service-item .img-btn {
  width: 300px;
  height: 300px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

.service-item .img-btn img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.service-item:hover .service-btn {
  background: var(--bs-white);
}

.service-item:hover .service-btn i {
  transform: rotate(360deg);
  color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Counter Start ***/
.counter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(34, 66, 42, 0.9), rgba(34, 66, 42, 0.7)),
    url(../img/account_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.counter .counter-item .counter-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*** Counter End ***/

/*** Counter Image Start ***/
.counter-image {
  position: relative;
  overflow: hidden;
  background-color: #f3f7f2 !important;
  /* background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; */
}

.counter-image .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.counter-image .counter-item .counter-item-icon {
  width: 200px;
  height: 150px;
  border-radius: 20px;
  background: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*** Counter End ***/

/*** Products Start ***/
.product .product-item {
  border: 1px solid rgba(196, 211, 211, 0.9);
  border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 10px;
  background: var(--bs-primary);
  color: var(--bs-white);
  z-index: 2;
}

.blog .blog-item .blog-content a {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
  color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  overflow: hidden;
  background: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}

.team .team-item .team-inner {
  transition: 0.5s;
}
.team .team-item:hover .team-inner {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
  position: relative;
  z-index: 2;
}

.team .team-item .team-inner .team-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 209, 249, 0.2);
  transition: 0.5s;
  z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
  height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
  opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
  position: absolute;
  bottom: 0;
  left: -100%;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  display: inline-flex;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon {
  left: -25px;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 88px;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 15px;
  border: 1px solid var(--bs-secondary);
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid var(--bs-primary);
  background: var(--bs-secondary) !important;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
}

@media (max-width: 992px) {
  .owl-carousel.testimonial-carousel {
    padding-top: 30px;
  }

  .testimonial .owl-nav .owl-prev,
  .testimonial .owl-nav .owl-next {
    top: -30px;
  }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-white);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
  color: var(--bs-white);
  font-weight: bold;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
/*** copyright end ***/

/* video start */

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(49, 87, 44, 0.7) 0%,
    rgba(27, 60, 35, 0.8) 100%
  );
  z-index: 1;
}

.video-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  z-index: 2;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .video-caption {
    top: 50%;
  }
}

.video-caption-content {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.subtitle {
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  font-weight: 500;
  color: #fff;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.main-title-h2 {
  color: white;
}

.description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background: linear-gradient(45deg, #2c5530, #3a6b3e);
  border: none;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

.btn-primary-custom:hover {
  background: linear-gradient(45deg, #3a6b3e, #2c5530);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: white;
}

.btn-outline-custom {
  border: 2px solid white;
  color: white;
  background: transparent;
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background: white;
  color: #2c5530;
  transform: translateY(-2px);
}

.trust-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  opacity: 0.8;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.trust-item i {
  color: #ffd700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }

  .description {
    font-size: 1.1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .trust-indicators {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

/* Animated background elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-elements::before,
.floating-elements::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.floating-elements::before {
  width: 100px;
  height: 100px;
  top: 20%;
  right: 15%;
  animation-delay: 0s;
}

.floating-elements::after {
  width: 60px;
  height: 60px;
  bottom: 30%;
  left: 10%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* video end */

/* timeline start */
a {
  text-decoration: none;
}
.timeline h1,
.timeline * h1 {
  text-align: center;
  margin: 30px 0;
}

.main-timeline9 {
  position: relative;
}
.main-timeline9:after,
.main-timeline9:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline9:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #302124;
  position: absolute;
  top: 0;
  left: 50%;
}
.main-timeline9 .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
.main-timeline9 .timeline:after,
.main-timeline9 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline9 .timeline:first-child:before,
.main-timeline9 .timeline:last-child:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #31572c;
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
}
.main-timeline9 .timeline:last-child:before {
  top: auto;
  bottom: 0;
}
.main-timeline9 .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -12px;
  bottom: -2px;
}
.main-timeline9 .timeline-content {
  text-align: center;
  margin-top: 8px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.main-timeline9 .timeline-content:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #31572c;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}
.main-timeline9 .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid #31572c;
  float: left;
  margin-right: 25px;
  position: relative;
}
.main-timeline9 .circle span:after,
.main-timeline9 .circle span:before,
.main-timeline9 .circle:before {
  content: "";
  margin: auto;
  position: absolute;
  right: -33px;
  bottom: 0;
  z-index: -1;
}
.main-timeline9 .circle:before {
  width: 26px;
  height: 30px;
  background: #31572c;
  top: 0;
  box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline9 .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 160px;
  border: 3px solid var(--bs-primary);
  font-size: 80px;
  color: var(--bs-secondary);
}
.main-timeline9 .circle span:after,
.main-timeline9 .circle span:before {
  width: 28px;
  height: 50px;
  /* background: #fff; */
  border-radius: 0 0 0 21px;
  top: -54px;
}
.main-timeline9 .circle span:after {
  border-radius: 21px 0 0;
  top: 0;
  bottom: -56px;
}
.main-timeline9 .content {
  display: table;
  padding-right: 40px;
  position: relative;
}
.main-timeline9 .year {
  display: block;
  padding: 10px;
  margin: 10px 0 50px;
  background: #31572c;
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
}
.main-timeline9 .title {
  font-size: 25px;
  font-weight: 700;
  color: #31572c;
  margin-top: 0;
}
.main-timeline9 .icon span:after,
.main-timeline9 .icon span:before,
.main-timeline9 .icon:before {
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -15px;
}
.main-timeline9 .description {
  font-size: 1rem;
  color: gray;
  text-align: justify;
}
.main-timeline9 .icon {
  width: 15px;
  height: 25px;
  /* border-radius: 50%; */
  /* background: #fff; */
  border: 4px solid #31572c;
  position: absolute;
  top: 78px;
  /* right: -14px; */
  right: 0px;
  background: #31572c;
}
.main-timeline9 .icon:before {
  /* width: 15px; */
  background: #31572c;
  top: -1px;
}
.main-timeline9 .icon span:after,
.main-timeline9 .icon span:before {
  width: 21px;
  /* background: #fff; */
  border-radius: 0 0 21px;
  top: -30px;
}
.main-timeline9 .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}
.main-timeline9 .timeline:nth-child(2n) .circle,
.main-timeline9 .timeline:nth-child(2n) .timeline-content {
  float: right;
}
.main-timeline9 .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}
.main-timeline9 .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline9 .timeline:nth-child(2n) .circle span:after,
.main-timeline9 .timeline:nth-child(2n) .circle span:before {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px;
}
.main-timeline9 .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}
.main-timeline9 .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}
.main-timeline9 .timeline:nth-child(2n) .icon {
  right: auto;
  /* left: -14px; */
  left: -1px;
}
.main-timeline9 .timeline:nth-child(2n) .icon span:after,
.main-timeline9 .timeline:nth-child(2n) .icon span:before,
.main-timeline9 .timeline:nth-child(2n) .icon:before {
  left: auto;
  right: -15px;
}
.main-timeline9 .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}
.main-timeline9 .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0;
}
.main-timeline9 .timeline:nth-child(2) {
  margin-top: 180px;
}
.main-timeline9 .timeline:nth-child(odd) {
  margin: -175px 0 0;
}
.main-timeline9 .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline9 .timeline:first-child,
.main-timeline9 .timeline:last-child:nth-child(even) {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .main-timeline9:before {
    left: 100%;
  }
  .main-timeline9 .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }
  .main-timeline9 .timeline:first-child:before,
  .main-timeline9 .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    box-shadow: 7px 0 9px -7px #444 inset;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle span:after,
  .main-timeline9 .timeline:nth-child(2n) .circle span:before {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:after,
  .main-timeline9 .timeline:nth-child(2n) .icon span:before,
  .main-timeline9 .timeline:nth-child(2n) .icon:before {
    left: -15px;
    right: auto;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2),
  .main-timeline9 .timeline:nth-child(even),
  .main-timeline9 .timeline:nth-child(odd) {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-timeline9:before {
    left: 0;
  }
  .main-timeline9 .timeline:first-child:before,
  .main-timeline9 .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }
  .main-timeline9 .circle,
  .main-timeline9 .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }
  .main-timeline9 .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }
  .main-timeline9 .circle span {
    line-height: 115px;
    font-size: 60px;
  }
  .main-timeline9 .circle span:after,
  .main-timeline9 .circle span:before,
  .main-timeline9 .circle:before,
  .main-timeline9 .icon {
    display: none;
  }
  .main-timeline9 .content,
  .main-timeline9 .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }
  .main-timeline9 .year {
    margin-bottom: 15px;
  }
  .main-timeline9 .description {
    text-align: center;
  }
}

/* timeline end */

/* success story start */

.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: #e0dcdc;
  display: inline-block;
  padding: 5px 12px 5px 0px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}
.about__v4 .mission-statement {
  background-color: #ffffff;
  position: relative;
  bottom: -20px;
  width: 100%;
}
.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}
.about__v4 .mission-statement p {
  color: var(--bs-secondary);
}
.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}
/* success story ends */
@media (min-width: 992px) {
  /* logo css start */

  .navbar-brand .logo-light {
    display: none;
  }

  /* When the navbar gets the 'sticky-top' class after scrolling... */

  /* ...hide the light logo */
  .navbar.sticky-top .navbar-brand .logo-dark {
    display: none;
  }

  /* ...and show the dark logo */
  .navbar.sticky-top .navbar-brand .logo-light {
    display: inline-block;
  }
  /* logo css ends */
}

@media (max-width: 991px) {
  .navbar-brand .logo-dark {
    display: none;
  }
}
.success_stories {
  color: #e0dcdc;

  .story_title {
    color: #ffffff;
  }
}

.story_1 {
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.about_sec_home_page .about_home_img {
  position: relative;
  /* padding-bottom: 30px; */
  margin-top: 30px;
  margin-left: 30px;
}

.about_sec_home_page .about_home_img::before {
  width: 60% !important;
  right: 17% !important;
  content: "";
  position: absolute;
  height: 10px;
  top: -30px;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.about_sec_home_page .about_home_img::after {
  height: 80% !important;
  bottom: 20% !important;
  content: "";
  position: absolute;
  width: 10px;
  left: -30px;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.about_sec_home_page .about_home_img .about_home_exp {
  padding: 15px !important;
  font-size: 22px !important;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 10px;
}

.h-82 {
  height: 82% !important;
}

.w-82 {
  width: 82% !important;
}
@media (min-width: 992px) {
  .img-max-height {
    max-height: 97px !important;
  }
}
