/* A - Custom CSS */
/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #d6fc70;
}
::-webkit-scrollbar-thumb {
  background-color: #294733;
  border-radius: 10px;
  border: 2px solid #d6fc70;
}
body::-webkit-scrollbar-track {
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
/* custom scrollbar */
body.page-id-113 .smart-page-loader {
  display: none !important;
}
/* menu btn icon color change */
.menu-contact .elementor-button:hover svg path {
  fill: #294733 !important;
  width: auto !important;
}
.menu-contact .elementor-button svg {
  width: auto !important;
}
/* Parent class: header-design */
/* ===== Center Align All Menu Items ===== */
.header-design .hfe-nav-menu {
  text-align: center !important;
}

.header-design .hfe-nav-menu > li {
  display: block;
  text-align: center !important;
}

.header-design .hfe-nav-menu > li > a {
  display: inline-block !important;
  padding: 15px 20px !important;
  border-radius: 210px;
  width: 28vw !important;
}

/* ===== Individual Colors + Borders ===== */
.header-design .hfe-nav-menu > li:nth-child(1) > a {
  color: #d6fc70 !important;
  border: 2px solid #d6fc70;
  margin-bottom: 43px;
}

.header-design .hfe-nav-menu > li:nth-child(2) > a {
  color: #a378ff !important;
  border: 2px solid #a378ff;
  margin-bottom: 43px;
}

.header-design .hfe-nav-menu > li:nth-child(3) > a {
  color: #ffffff !important;
  border: 2px solid #ffffff;
  margin-bottom: 43px;
}

.header-design .hfe-nav-menu > li:nth-child(4) > a {
  color: #73b06b !important;
  border: 2px solid #73b06b;
  margin-bottom: 43px;
}

.header-design .hfe-nav-menu > li:nth-child(5) > a {
  color: #d6fc70 !important;
  border: 2px solid #d6fc70;
  margin-bottom: 43px;
}
/* ---------- HOVER EFFECTS ---------- */

/* 1st Item */
.header-design .hfe-nav-menu > li:nth-child(1) > a:hover {
  background-color: #d6fc70 !important;
  color: #294733 !important;
}

/* 2nd Item */
.header-design .hfe-nav-menu > li:nth-child(2) > a:hover {
  background-color: #a378ff !important;
  color: #d6fc70 !important;
}

/* 3rd Item */
.header-design .hfe-nav-menu > li:nth-child(3) > a:hover {
  background-color: #ffffff !important;
  color: #294733 !important;
}

/* 4th Item */
.header-design .hfe-nav-menu > li:nth-child(4) > a:hover {
  background-color: #73b06b !important;
  color: #ffffff !important;
}

/* 5th Item */
.header-design .hfe-nav-menu > li:nth-child(5) > a:hover {
  background-color: #d6fc70 !important;
  color: #294733 !important;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .header-design .hfe-nav-menu > li:nth-child(1) > a,
  .header-design .hfe-nav-menu > li:nth-child(2) > a,
  .header-design .hfe-nav-menu > li:nth-child(3) > a,
  .header-design .hfe-nav-menu > li:nth-child(4) > a,
  .header-design .hfe-nav-menu > li:nth-child(5) > a {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .header-design .hfe-nav-menu > li > a {
    width: 65vw !important;
  }
  .header-design .hfe-nav-menu > li:nth-child(1) > a,
  .header-design .hfe-nav-menu > li:nth-child(2) > a,
  .header-design .hfe-nav-menu > li:nth-child(3) > a,
  .header-design .hfe-nav-menu > li:nth-child(4) > a {
    margin-bottom: 14px !important;
  }
  .header-design .hfe-nav-menu > li:nth-child(5) > a {
    margin-bottom: 30px !important;
  }
  .header-design .hfe-nav-menu > li > a {
    display: inline-block !important;
    padding: 10px 16px !important;
  }
}
/* =========================================
   Custom Testimonial – Footer + Next Button
   ========================================= */
.custom-testimonial .elementor-testimonial__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}

/* Name + Title Cleanup */
.custom-testimonial .elementor-testimonial__cite {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  line-height: 1.2 !important;
}

.custom-testimonial .elementor-testimonial__name {
  margin-bottom: 2px !important;
}

.custom-testimonial .elementor-testimonial__title {
  opacity: 0.8;
}

/* =========================================
   Custom Next Button (Green Pill)
   ========================================= */
.custom-testimonial .elementor-swiper-button-next {
  position: static !important;
  margin-left: auto !important;
  flex-shrink: 0;
  margin-top: -2rem;
  width: 150px !important;
  height: 40px !important;
  background: #294733 !important;
  border-radius: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 16px !important;
  cursor: pointer !important;
  border: none !important;
  overflow: hidden;
  transition: background 0.3s ease;
  z-index: 99;
}

/* Hide Default Icon */
.custom-testimonial .elementor-swiper-button-next svg,
.custom-testimonial .elementor-swiper-button-next .e-font-icon-svg {
  display: none !important;
}

/* Custom Arrow */
.custom-testimonial .elementor-swiper-button-next::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2025/12/Vector-20.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.36s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Hover Motion */
.custom-testimonial .elementor-swiper-button-next:hover::after {
  transform: translateX(100px);
}

/* Click Reset */
.custom-testimonial .elementor-swiper-button-next:active::after {
  transform: translateX(2px) !important;
}

/* Hide Previous Button */
.custom-testimonial .elementor-swiper-button-prev {
  display: none !important;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 767px) {
  .custom-testimonial .elementor-testimonial__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .custom-testimonial .elementor-swiper-button-next {
    width: 130px !important;
    height: 36px !important;
  }
  .custom-testimonial .elementor-swiper-button-next {
    margin-top: 3rem !important;
  }

  .custom-testimonial .elementor-swiper-button-next:hover::after {
    transform: translateX(70px);
  }
  .custom-testimonial .elementor-swiper-button-next::after {
    width: 13px !important;
    height: 11px !important;
  }
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.custom-next-btn {
  background: #1e7d36;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}
.custom-testimonial .elementor-swiper-button-next {
  z-index: 9999 !important;
}

.custom-testimonial .swiper-wrapper {
  z-index: 0 !important;
}

/* Contact form */
.cform-wrap {
  font-family: "inter" !important;
  margin: auto;
  /* padding: 20px; */
}

.cform-wrap .form-row {
  margin-bottom: 40px;
}

.cform-wrap label {
  font-size: 20px !important;
  display: block;
  color: #294733 !important;
  margin-bottom: 15px !important;
}
.cform-wrap p label {
  padding-bottom: 0px !important;
  margin-bottom: 15px !important;
}

.cform-wrap input,
.cform-wrap textarea {
  width: 100%;
  border: 1px solid #294733 !important;
  border-radius: 30px !important;
  height: 40px !important;
  padding: 0.6em 0px 0px 20px !important;
  color: #73b06b !important;
  font-size: 15px !important;
  outline: none !important;
}
.submit-row {
  margin-top: 25px;
}

.send-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 20px !important;
  background: #d6fc70 !important;
  border: none !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #294733 !important;
  height: 40px !important;
  margin-top: 29px;
  padding: 14.5px 20px 14px 20px !important;
}

.send-btn:hover {
  background: #d6fc70 !important;
}

.send-icon {
  display: block !important;
  width: 18px !important;
  height: 15px !important;
  background: url("/wp-content/uploads/2025/11/Vector-3.svg") no-repeat center;
}
.wpcf7-spinner {
  position: absolute;
  right: 16em;
  width: 22px !important;
  height: 22px !important;
  margin-left: 10px;
  margin-top: 2.5em;
}

@media (max-width: 767px) {
  .cform-wrap {
    padding: 0px !important;
  }
  .cform-wrap .form-row {
    margin-bottom: 25px !important;
  }
  .send-btn {
    margin-top: 29px !important;
    font-size: 13px !important;
  }
  .cform-wrap label {
    font-size: 13px !important;
  }
  .cform-wrap input,
  .cform-wrap textarea {
    font-size: 13px !important;
  }
  .wpcf7-spinner {
    right: 6em !important;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #294733 !important;
  color: #294733 !important;
  font-family: "inter" !important;
}

/* slider css */
.marquee-inner img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .marquee {
    height: auto !important;
  }

  .marquee-inner img {
    height: 350px !important;
    width: auto;
  }
  .marquee-inner {
    gap: 21px !important;
  }
}
@media (max-width: 767px) {
  .marquee-slider .swiper {
    overflow: hidden;
  }

  .marquee-slider .swiper-wrapper {
    display: flex;
    width: max-content;
    animation: marqueeInfinite 30s linear infinite;
  }

  .marquee-slider .swiper-slide {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  @keyframes marqueeInfinite {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}
/* .popup-image img{
  height: -webkit-fill-available !important;
} */