@charset "UTF-8";
/*!
Theme Name: Codecrewz - Daves Gardening
Theme URI: https://codecrewzsolutions.com.au/
Author: Codecrewz Solutions
Author URI: https://codecrewzsolutions.com.au/
Description: Premium WordPress theme for garden design and landscaping. Custom design with hero, icon strip, about, services slider, trust section, testimonials, process steps, before/after slider, FAQ, why choose us, quote form, CTA and footer.
Version: 3.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: codecrewz_davesgardening
*/
/* ═══════════════════════════════════════════════
   SPECIAL GARDEN DESIGN — Design System v3
   Premium gardening theme
   ═══════════════════════════════════════════════ */
/* Fonts */
/* ── Brand Palette ─────────────────────────── */
/* darkest — footer bg         */
/* dark footer blocks          */
/* primary — buttons, accents  */
/* hover states                */
/* icon highlights             */
/* light accent                */
/* tint bg                     */
/* very light section bg       */
/* Green var for woocommerce compat */
/* dark earth brown            */
/* warm amber                  */
/* cream bg                    */
/* ── Neutrals ──────────────────────────────── */
/* ── Functional aliases ────────────────────── */
/* Legacy aliases for copied partials */
/* Social */
/* Radius */
/* Shadows */
/* Transitions */
/* Modules */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Scroll top */
.scrollevent {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollevent.visible {
  opacity: 1;
  visibility: visible;
}

.btn-scroll-up {
  width: 42px;
  height: 42px;
  background: #2d6a2d;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-scroll-up:hover {
  background: #3a8a3a;
  transform: translateY(-3px);
}

/* Mobile call */
.mobile-call-button {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: #2d6a2d;
  color: #ffffff;
  box-shadow: 0 6px 24px rgba(45, 106, 45, 0.5);
  padding: 14px 28px;
  font-size: 1rem;
}
.mobile-call-button a:hover {
  background: #3a8a3a;
}

/* Breadcrumb */
/* Page header banner */
.page-banner {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 58, 26, 0.88) 0%, rgba(45, 106, 45, 0.75) 100%);
  z-index: 1;
}
.page-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.page-banner .banner-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .page-banner {
    height: 200px;
  }
  .page-banner .banner-content h1 {
    font-size: 2rem;
  }
}

.section {
  padding: 120px 0;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
}
/* Format for offline font */
@font-face {
  font-family: "thepostgatesdemo";
  src: url("fonts/thepostgatesdemo.ttf") format("ttf");
}
body {
  background-color: #1a3a1a;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Wix Madefor Display", sans-serif;
  color: inherit;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  color: #3a8a3a;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #111827;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.form .form-group {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.form .form-group.half-width {
  flex-basis: calc(50% - 10px);
}
.form .form-group label {
  font-size: 1rem;
  color: #3a8a3a;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.form .form-group .form-input {
  padding: 10px;
  font-size: 1rem;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 5px;
  resize: none;
  width: 100%;
  color: #111827;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #3a8a3a;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible {
  border: none;
  outline: 0;
  box-shadow: 2px 2px 3px -1px #111827;
  border-bottom: 1px solid #111827;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}
.form .form-group.button-group {
  flex-basis: auto;
}

@media screen and (max-width: 992px) {
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(45, 106, 45, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(29.8013245033, 70.1986754967, 29.8013245033);
  border-radius: 10px 10px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.btn-primary-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: #2d6a2d;
  color: #ffffff;
  border-color: #2d6a2d;
}
.btn-primary-green:hover {
  background: #3a8a3a;
  border-color: #3a8a3a;
  transform: translateY(-2px);
}

.btn-outline-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: transparent;
  color: #2d6a2d;
  border-color: #2d6a2d;
}
.btn-outline-green:hover {
  background: #2d6a2d;
  color: #ffffff;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

/* Legacy btn classes from source theme */
.btn {
  font-family: "Wix Madefor Display", sans-serif;
  border-radius: 50px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.btn-custom-mid {
  padding: 11px 24px;
  font-size: 0.9375rem;
}

.btn-custom-small {
  padding: 8px 16px;
  font-size: 0.8125rem;
}

.btn-custom-large {
  padding: 14px 30px;
  font-size: 1.0625rem;
}

.btn-primary {
  background: #2d6a2d;
  color: #ffffff;
  border: 2px solid #2d6a2d;
}
.btn-primary:hover {
  background: #3a8a3a;
  border-color: #3a8a3a;
  color: #ffffff;
}

.btn-whitey-ghost {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.btn-whitey-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}

.btn-secondary {
  background: #4caf4c;
  color: #ffffff;
  border: 2px solid #4caf4c;
}
.btn-secondary:hover {
  background: #3a8a3a;
  border-color: #3a8a3a;
  color: #ffffff;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  font-size: 0.875rem;
  padding: 9px 20px;
  background: #2d6a2d;
  color: #ffffff;
  border-color: #2d6a2d;
}
.btn-link:hover {
  background: #3a8a3a;
  color: #ffffff;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(45, 106, 45, 0.7);
  overflow: hidden;
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 0;
  background-color: rgba(45, 106, 45, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: #3a8a3a;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

.breadcrumb {
  padding: 40px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  position: relative;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(31, 41, 55, 0.6);
  z-index: -1;
}
.breadcrumb .wrapper h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumb .wrapper .breadcrumb-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.breadcrumb .wrapper .breadcrumb-listing li {
  text-transform: capitalize;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.breadcrumb .wrapper .breadcrumb-listing li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb .wrapper .breadcrumb-listing li:first-child {
  padding-left: 0;
}
.breadcrumb .wrapper .breadcrumb-listing li:first-child::before {
  display: none;
}
.breadcrumb .wrapper .breadcrumb-listing li a {
  color: #ffffff;
  position: relative;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
}
.breadcrumb .wrapper .breadcrumb-listing li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb .wrapper .breadcrumb-listing li a:hover::before {
  width: 100%;
}
.breadcrumb .wrapper .breadcrumb-listing li p {
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: capitalize;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.breadcrumb-wrap {
  background: #f4fbf4;
  padding: 12px 0;
  border-bottom: 1px solid #edf7ed;
}

@media screen and (max-width: 1400px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 1.5rem;
  }
  .breadcrumb .wrapper .breadcrumb-listing {
    display: flex;
    gap: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 1.25rem;
  }
  .breadcrumb .wrapper .breadcrumb-listing {
    gap: 5px;
    margin-top: 10px;
  }
  .breadcrumb .wrapper .breadcrumb-listing .bread-list .bread-link {
    font-size: 0.75rem;
  }
}
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #9ca3af;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #2d6a2d;
  position: relative;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 100%;
  border: 1px solid #2d6a2d;
}

.slick-arrow {
  position: absolute;
  right: 80px;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(156, 163, 175, 0.5);
  background-color: rgba(156, 163, 175, 0.5);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}
.slick-arrow i {
  font-size: 0.875rem;
  color: #2d6a2d;
  transition: 0.5s ease-in-out 0.2s;
}
.slick-arrow.left {
  top: calc(50% + 25px);
  z-index: 9;
}
.slick-arrow.right {
  top: calc(50% - 25px);
}
.slick-arrow:hover .slick-arrow {
  border: 1px solid #9ca3af;
}
.slick-arrow:hover .slick-arrow:hover {
  background-color: transparent;
}
.slick-arrow:hover .slick-arrow:hover i {
  color: #1f2937;
}

body {
  overflow-x: hidden;
}

.custom-animation {
  opacity: 0;
  transform: translate(150%);
  transition: opacity 0.9s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.custom-animation:nth-child(even) {
  transform: translate(-150%);
}
.custom-animation.show {
  opacity: 1;
  transform: translate(0);
}

/* Layouts */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.site-header .header-top {
  background: #143d18;
  padding: 8px 0;
}
.site-header .header-top .header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-header .header-top .header-info {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.site-header .header-top .header-info span,
.site-header .header-top .header-info a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
}
.site-header .header-top .header-info i {
  color: #7ee57e;
}
.site-header .header-top .header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .header-top .header-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.site-header .header-top .header-social a:hover {
  background: #2d6a2d;
}
.site-header .header-main {
  background: #fff;
}
.site-header .header-main .header-main-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}
.site-header .site-logo {
  flex: 0 0 auto;
  text-decoration: none;
}
.site-header .site-logo img {
  max-height: 58px;
  width: auto;
  display: block;
}
.site-header .site-logo span {
  font-size: 24px;
  font-weight: 800;
  color: #143d18;
}
.site-header .main-navigation {
  flex: 1;
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation .nav-item {
  position: relative;
}
.site-header .main-navigation .nav-link {
  display: block;
  padding: 32px 14px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.site-header .main-navigation .nav-link:hover, .site-header .main-navigation .nav-link.active {
  color: #2d6a2d;
}
.site-header .main-navigation .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}
.site-header .main-navigation .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  min-width: 250px;
  background: #fff;
  border: 0;
  border-top: 3px solid #2d6a2d;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 999;
}
.site-header .main-navigation .dropdown:hover > .dropdown-menu,
.site-header .main-navigation .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .main-navigation .dropdown-item {
  display: block;
  padding: 12px 18px;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
.site-header .main-navigation .dropdown-item:hover, .site-header .main-navigation .dropdown-item.active {
  background: #eef8ee;
  color: #2d6a2d;
  padding-left: 24px;
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.site-header .header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 15px;
  border: 1px solid #cfe8cf;
  border-radius: 50px;
  color: #2d6a2d;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
  transition: 0.3s ease;
}
.site-header .header-phone i {
  font-size: 15px;
}
.site-header .header-phone small {
  display: block;
  color: #777;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 2px;
}
.site-header .header-phone:hover {
  background: #2d6a2d;
  border-color: #2d6a2d;
  color: #fff;
}
.site-header .header-phone:hover small {
  color: rgba(255, 255, 255, 0.75);
}
.site-header .header-quote {
  background: #2d6a2d;
  color: #fff;
  padding: 14px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s ease;
}
.site-header .header-quote:hover {
  background: #235623;
  transform: translateY(-2px);
}
.site-header .nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d9ead9;
  background: #f3faf3;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
}
.site-header .nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #143d18;
  margin: 5px auto;
  border-radius: 2px;
  transition: 0.3s ease;
}
.site-header .nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.site-header .nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 1200px) {
  .site-header .main-navigation .nav-link {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
  }
  .site-header .header-phone {
    padding: 9px 12px;
  }
  .site-header .header-quote {
    padding: 13px 18px;
  }
}
@media screen and (max-width: 991px) {
  .site-header.nav-open .header-top {
    display: none;
  }
  .site-header.nav-open .main-navigation .navbar-nav {
    display: flex !important;
  }
  .site-header .header-main .header-main-inner {
    flex-wrap: wrap;
  }
  .site-header .main-navigation {
    flex-basis: 100%;
  }
  .site-header .main-navigation.open {
    height: 100dvh;
  }
  .site-header .main-navigation .navbar-nav {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }
  .site-header .main-navigation .nav-item,
  .site-header .main-navigation .dropdown {
    position: relative !important;
    width: 100%;
    text-align: center;
  }
  .site-header .main-navigation .nav-link {
    padding: 15px 0;
  }
  .site-header .main-navigation .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    float: none !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #f2faf2 !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .site-header .main-navigation .dropdown.open > .dropdown-menu {
    display: block !important;
  }
  .site-header .main-navigation .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-header .main-navigation .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header .main-navigation .dropdown-toggle::after {
    margin-left: 12px;
  }
  .site-header .nav-toggle {
    display: block;
  }
  .site-header .header-actions {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .site-header .site-logo img {
    max-height: 44px;
  }
  .site-header .main-navigation {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* ══════════════════════════════════════════════
   HERO BANNER
   ══════════════════════════════════════════════ */
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide .banner-block {
  position: relative;
  min-height: 100dvh;
}
.banner .swiper-slide .banner-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 55%, rgba(0, 0, 0, 0.08) 100%);
}
.banner .swiper-slide .banner-block .figure {
  position: absolute;
  inset: 0;
}
.banner .swiper-slide .banner-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 7s ease;
}
.banner .swiper-slide .banner-block .content {
  position: relative;
  z-index: 2;
  padding: 0 0 0 6%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
}
.banner .swiper-slide .banner-block .content .eyebrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}
.banner .swiper-slide .banner-block .content .eyebrow .leaf-icon {
  width: 18px;
  height: 18px;
  fill: #6fcf6f;
}
.banner .swiper-slide .banner-block .content .eyebrow span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6fcf6f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.banner .swiper-slide .banner-block .content h1, .banner .swiper-slide .banner-block .content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  line-height: 1.1;
  margin: 0 0 20px;
}
.banner .swiper-slide .banner-block .content h1 .accent, .banner .swiper-slide .banner-block .content h2 .accent {
  color: #6fcf6f;
}
.banner .swiper-slide .banner-block .content p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin: 0 0 36px;
}
.banner .swiper-slide .banner-block .content .hero-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}
.banner .swiper-slide .banner-block .content .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: #2d6a2d;
  color: #ffffff;
}
.banner .swiper-slide .banner-block .content .btn-hero-primary:hover {
  background: #3a8a3a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45, 106, 45, 0.4);
}
.banner .swiper-slide .banner-block .content .btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.banner .swiper-slide .banner-block .content .btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}
.banner .swiper-slide .banner-block .content {
  /* Animate-in items */
}
.banner .swiper-slide .banner-block .content .animate-item {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.banner {
  /* Quote form panel — right side, full height */
}
.banner .hero-form-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  z-index: 5;
  overflow-y: auto;
  padding: 44px 32px 32px;
  display: flex;
  flex-direction: column;
}
.banner .hero-form-panel .panel-logo {
  width: 110px;
  margin-bottom: 20px;
}
.banner .hero-form-panel .panel-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #2d6a2d;
  line-height: 1.2;
  margin-bottom: 6px;
}
.banner .hero-form-panel .panel-sub {
  font-size: 0.8125rem;
  color: #9ca3af;
  margin-bottom: 24px;
}
.banner .hero-form-panel .form-field {
  margin-bottom: 14px;
}
.banner .hero-form-panel .form-field label {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 5px;
}
.banner .hero-form-panel .form-field label .req {
  color: #2d6a2d;
}
.banner .hero-form-panel .form-field input, .banner .hero-form-panel .form-field select, .banner .hero-form-panel .form-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: #111827;
  background: #f3f4f6;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
}
.banner .hero-form-panel .form-field input:focus, .banner .hero-form-panel .form-field select:focus, .banner .hero-form-panel .form-field textarea:focus {
  outline: none;
  border-color: #2d6a2d;
  background: #ffffff;
}
.banner .hero-form-panel .form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%232d6a2d'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-color: #f3f4f6;
  padding-right: 34px;
  cursor: pointer;
}
.banner .hero-form-panel .btn-panel-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  width: 100%;
  background: #2d6a2d;
  color: #ffffff;
  margin-top: 8px;
  justify-content: center;
}
.banner .hero-form-panel .btn-panel-submit:hover {
  background: #3a8a3a;
}
.banner {
  /* Pagination dots */
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 28px;
  left: 6%;
  width: auto;
  z-index: 6;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  width: 8px;
  height: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 26px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .banner .hero-form-panel {
    width: 308px;
    padding: 36px 24px 24px;
  }
  .banner .swiper-slide .banner-block .content h1, .banner .swiper-slide .banner-block .content h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 992px) {
  .banner .hero-form-panel {
    display: none;
  }
  .banner .swiper-slide .banner-block {
    min-height: 80dvh;
  }
  .banner .swiper-slide .banner-block .content {
    min-height: 80dvh;
    max-width: 90%;
    padding: 0 5%;
  }
  .banner .swiper-slide .banner-block .content h1, .banner .swiper-slide .banner-block .content h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 576px) {
  .banner .swiper-slide .banner-block {
    min-height: 75dvh;
  }
  .banner .swiper-slide .banner-block .content {
    min-height: 75dvh;
  }
  .banner .swiper-slide .banner-block .content h1, .banner .swiper-slide .banner-block .content h2 {
    font-size: 1.875rem;
  }
}

/* ══════════════════════════════════════════════
   ICON STRIP SECTION (USP / Stats)
   ══════════════════════════════════════════════ */
.icon-section {
  background: #1a3a1a;
  padding: 0;
}
.icon-section .icon-strip {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon-section .icon-strip .icon-item {
  flex: 1;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.icon-section .icon-strip .icon-item:last-child {
  border-right: none;
}
.icon-section .icon-strip .icon-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #4caf4c;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon-section .icon-strip .icon-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.icon-section .icon-strip .icon-item:hover::before {
  width: 60%;
}
.icon-section .icon-strip .icon-item .icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(76, 175, 76, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(76, 175, 76, 0.3);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.icon-section .icon-strip .icon-item .icon-wrap svg {
  width: 26px;
  height: 26px;
  fill: #6fcf6f;
}
.icon-section .icon-strip .icon-item:hover .icon-wrap {
  background: rgba(76, 175, 76, 0.25);
  border-color: #4caf4c;
}
.icon-section .icon-strip .icon-item .icon-label {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .icon-section .icon-strip .icon-item {
    flex: 0 0 33.33%;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .icon-section .icon-strip .icon-item:nth-child(3) {
    border-right: none;
  }
  .icon-section .icon-strip .icon-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .icon-section .icon-strip .icon-item {
    flex: 0 0 50%;
  }
}

/* ══════════════════════════════════════════════
   ABOUT US
   ══════════════════════════════════════════════ */
.about {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .about {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .about {
    padding: 50px 0;
  }
}
.about {
  background: #ffffff;
  overflow: hidden;
}
.about .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about {
  /* Left: image stack */
}
.about .about-visuals {
  position: relative;
}
.about .about-visuals .img-main {
  border-radius: 24px;
  overflow: hidden;
}
.about .about-visuals .img-main img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
.about .about-visuals {
  /* Floating badge */
}
.about .about-visuals .about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #2d6a2d;
  color: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.about .about-visuals .about-badge .badge-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
.about .about-visuals .about-badge .badge-num .plus {
  color: #6fcf6f;
}
.about .about-visuals .about-badge .badge-text {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}
.about .about-visuals {
  /* Decorative leaf dots */
}
.about .about-visuals::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: #edf7ed;
  border-radius: 50%;
  z-index: -1;
}
.about {
  /* Right: content */
}
.about .about-content .section-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.about .about-content .section-tag::before {
  content: "";
  width: 32px;
  height: 3px;
  background: #2d6a2d;
  border-radius: 2px;
}
.about .about-content .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.about .about-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about .about-content h2 .highlight {
  color: #2d6a2d;
}
.about .about-content .lead-text {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.0625rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 24px;
}
.about .about-content p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 18px;
}
.about .about-content .about-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about .about-content .about-checklist li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.4;
}
.about .about-content .about-checklist li .check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  background: #edf7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about-content .about-checklist li .check-icon svg {
  width: 11px;
  height: 11px;
  stroke: #2d6a2d;
  stroke-width: 2.5;
  fill: none;
}
.about .about-content .about-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .about .about-grid {
    gap: 44px;
  }
  .about .about-content h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .about .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about .about-visuals .img-main img {
    height: 360px;
  }
  .about .about-visuals .about-badge {
    right: 0;
  }
  .about .about-content h2 {
    font-size: 2rem;
  }
  .about .about-content .about-checklist {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   SERVICES SLIDER SECTION
   ══════════════════════════════════════════════ */
.services {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .services {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .services {
    padding: 50px 0;
  }
}
.services {
  background: #1a3a1a;
  position: relative;
  overflow: hidden;
  /* Subtle leaf watermark */
}
.services::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(45, 106, 45, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.services .section-header {
  text-align: center;
  margin-bottom: 56px;
}
.services .section-header .section-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.services .section-header .section-tag::before, .services .section-header .section-tag::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #4caf4c;
  border-radius: 2px;
}
.services .section-header .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6fcf6f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.services .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.services .section-header h2 .accent {
  color: #6fcf6f;
}
.services .section-header p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 16px auto 0;
  line-height: 1.7;
}
.services {
  /* Swiper */
}
.services .services-swiper {
  overflow: visible;
  padding-bottom: 54px;
}
.services .services-swiper .swiper-slide {
  height: auto;
}
.services .service-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.services .service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(76, 175, 76, 0.5);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}
.services .service-card:hover .card-img img {
  transform: scale(1.06);
}
.services .service-card:hover .card-cta {
  opacity: 1;
  transform: translateY(0);
}
.services .service-card .card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
.services .service-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.services .service-card .card-img .card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #2d6a2d;
  color: #ffffff;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.services .service-card .card-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}
.services .service-card .card-body {
  padding: 22px 22px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services .service-card .card-body h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services .service-card .card-body p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .service-card .card-cta {
  margin: 0 22px 20px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services .service-card .card-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  width: 100%;
  background: #2d6a2d;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 10px 18px;
  justify-content: center;
}
.services .service-card .card-cta a:hover {
  background: #3a8a3a;
}
.services .service-card:hover h3 {
  color: #6fcf6f;
}
.services {
  /* Swiper controls */
}
.services .swiper-button-next,
.services .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  top: auto;
  bottom: 0;
}
.services .swiper-button-next::after,
.services .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #ffffff;
}
.services .swiper-button-next:hover,
.services .swiper-button-prev:hover {
  background: #2d6a2d;
  border-color: #2d6a2d;
}
.services .swiper-button-prev {
  left: calc(50% - 54px);
}
.services .swiper-button-next {
  right: calc(50% - 54px);
}
.services .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services .swiper-pagination .swiper-pagination-bullet-active {
  background: #4caf4c;
  width: 22px;
  border-radius: 4px;
}
.services .services-footer-link {
  text-align: center;
  margin-top: 40px;
}
.services .services-footer-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.services .services-footer-link a:hover {
  background: #ffffff;
  color: #2d6a2d;
  border-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .services .section-header h2 {
    font-size: 2rem;
  }
}

/* ══════════════════════════════════════════════
   TRUST US / WHY HOMEOWNERS TRUST US
   ══════════════════════════════════════════════ */
.trust {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .trust {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .trust {
    padding: 50px 0;
  }
}
.trust {
  background: #f4fbf4;
  overflow: hidden;
}
.trust .trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.trust {
  /* Left: content */
}
.trust .trust-content .section-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.trust .trust-content .section-tag::before {
  content: "";
  width: 32px;
  height: 3px;
  background: #2d6a2d;
  border-radius: 2px;
}
.trust .trust-content .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.trust .trust-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 20px;
}
.trust .trust-content h2 .highlight {
  color: #2d6a2d;
}
.trust .trust-content p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 18px;
}
.trust .trust-content {
  /* Stat badges row */
}
.trust .trust-content .stat-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.trust .trust-content .stat-row .stat-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  flex: 1;
  min-width: 110px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 3px solid #2d6a2d;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.trust .trust-content .stat-row .stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.trust .trust-content .stat-row .stat-item .stat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #2d6a2d;
  line-height: 1;
}
.trust .trust-content .stat-row .stat-item .stat-num .plus {
  color: #4caf4c;
}
.trust .trust-content .stat-row .stat-item .stat-label {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8rem;
  color: #4b5563;
  margin-top: 4px;
  line-height: 1.3;
}
.trust .trust-content {
  /* Feature list */
}
.trust .trust-content .trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trust .trust-content .trust-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #2d6a2d;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.trust .trust-content .trust-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.trust .trust-content .trust-list li .trust-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #edf7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust .trust-content .trust-list li .trust-icon svg {
  width: 20px;
  height: 20px;
  fill: #2d6a2d;
}
.trust .trust-content .trust-list li .trust-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}
.trust .trust-content .trust-list li .trust-text p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8125rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.55;
}
.trust {
  /* Right: image with overlay badge */
}
.trust .trust-visual {
  position: relative;
}
.trust .trust-visual .img-wrap {
  border-radius: 24px;
  overflow: hidden;
}
.trust .trust-visual .img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.trust .trust-visual {
  /* Google rating badge */
}
.trust .trust-visual .rating-badge {
  position: absolute;
  bottom: 28px;
  left: -24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.trust .trust-visual .rating-badge .badge-icon {
  width: 36px;
  height: 36px;
  background: #edf7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust .trust-visual .rating-badge .badge-icon svg {
  width: 20px;
  height: 20px;
  fill: #2d6a2d;
}
.trust .trust-visual .rating-badge .badge-info .badge-val {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}
.trust .trust-visual .rating-badge .badge-info .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  margin: 3px 0;
}
.trust .trust-visual .rating-badge .badge-info .star {
  width: 13px;
  height: 13px;
  fill: #FFA800;
}
.trust .trust-visual .rating-badge .badge-info .badge-count {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.72rem;
  color: #4b5563;
}
@media screen and (max-width: 1024px) {
  .trust .trust-grid {
    gap: 44px;
  }
  .trust .trust-content h2 {
    font-size: 2.125rem;
  }
  .trust .trust-visual .img-wrap img {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .trust .trust-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .trust .trust-visual .img-wrap img {
    height: 340px;
  }
  .trust .trust-visual .rating-badge {
    left: 12px;
  }
  .trust .trust-content h2 {
    font-size: 2rem;
  }
}

/* ══════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════ */
.testimonials {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .testimonials {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials {
  background: #ffffff;
}
.testimonials .section-header {
  text-align: center;
  margin-bottom: 56px;
}
.testimonials .section-header .section-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.testimonials .section-header .section-tag::before, .testimonials .section-header .section-tag::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #2d6a2d;
  border-radius: 2px;
}
.testimonials .section-header .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.testimonials .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}
.testimonials .section-header h2 .highlight {
  color: #2d6a2d;
}
.testimonials {
  /* Swiper */
}
.testimonials .testimonials-swiper {
  padding-bottom: 54px;
}
.testimonials .testimonial-card {
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 24px;
  padding: 30px 28px;
  height: auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.testimonials .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2d6a2d, #6fcf6f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials .testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  border-color: rgba(45, 106, 45, 0.2);
  transform: translateY(-4px);
}
.testimonials .testimonial-card:hover::before {
  transform: scaleX(1);
}
.testimonials .testimonial-card .quote-mark {
  width: 36px;
  height: 28px;
  fill: #edf7ed;
  margin-bottom: 18px;
}
.testimonials .testimonial-card .review-text {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials .testimonial-card .reviewer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}
.testimonials .testimonial-card .reviewer .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #edf7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonials .testimonial-card .reviewer .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .testimonial-card .reviewer .avatar .avatar-initials {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d6a2d;
}
.testimonials .testimonial-card .reviewer .reviewer-info {
  flex: 1;
}
.testimonials .testimonial-card .reviewer .reviewer-info .name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}
.testimonials .testimonial-card .reviewer .reviewer-info .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.testimonials .testimonial-card .reviewer .reviewer-info .star {
  width: 13px;
  height: 13px;
  fill: #FFA800;
}
.testimonials {
  /* Swiper controls */
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #d1d5db;
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #2d6a2d;
  width: 22px;
  border-radius: 4px;
}
.testimonials .testimonials-footer {
  text-align: center;
  margin-top: 36px;
}
.testimonials .testimonials-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: #2d6a2d;
  color: #ffffff;
}
.testimonials .testimonials-footer a:hover {
  background: #3a8a3a;
  transform: translateY(-2px);
}
@media screen and (max-width: 992px) {
  .testimonials .section-header h2 {
    font-size: 2rem;
  }
}

/* ══════════════════════════════════════════════
   OUR PROCESS
   ══════════════════════════════════════════════ */
.process {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .process {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .process {
    padding: 50px 0;
  }
}
.process {
  background: #f4fbf4;
  overflow: hidden;
}
.process .section-header {
  text-align: center;
  margin-bottom: 64px;
}
.process .section-header .section-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.process .section-header .section-tag::before, .process .section-header .section-tag::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #2d6a2d;
  border-radius: 2px;
}
.process .section-header .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.process .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}
.process .section-header h2 .highlight {
  color: #2d6a2d;
}
.process .section-header p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: #4b5563;
  max-width: 560px;
  margin: 16px auto 0;
  line-height: 1.7;
}
.process .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
  /* Connecting line */
}
.process .process-steps::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #2d6a2d 0, #2d6a2d 8px, transparent 8px, transparent 18px);
  z-index: 0;
}
.process .process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process .process-step .step-num {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 3px solid #2d6a2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #2d6a2d;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 0 0 6px #f4fbf4;
}
.process .process-step .step-icon {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.process .process-step .step-icon svg {
  width: 32px;
  height: 32px;
  fill: #2d6a2d;
}
.process .process-step h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.process .process-step p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}
.process .process-step:hover .step-icon {
  background: #2d6a2d;
  border-color: #2d6a2d;
  transform: scale(1.08);
}
.process .process-step:hover .step-icon svg {
  fill: #ffffff;
}
@media screen and (max-width: 992px) {
  .process .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
  .process .process-steps::before {
    display: none;
  }
  .process .section-header h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .process .process-steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ══════════════════════════════════════════════
   BEFORE / AFTER SLIDER SECTION
   ══════════════════════════════════════════════ */
.before-after {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .before-after {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .before-after {
    padding: 50px 0;
  }
}
.before-after {
  background: #1a3a1a;
  overflow: hidden;
}
.before-after .section-header {
  text-align: center;
  margin-bottom: 56px;
}
.before-after .section-header .section-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.before-after .section-header .section-tag::before, .before-after .section-header .section-tag::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #4caf4c;
  border-radius: 2px;
}
.before-after .section-header .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6fcf6f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.before-after .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.before-after .section-header h2 .accent {
  color: #6fcf6f;
}
.before-after .section-header p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 16px auto 0;
  line-height: 1.7;
}
.before-after {
  /* Swiper */
}
.before-after .ba-swiper {
  padding-bottom: 54px;
}
.before-after .ba-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.before-after .ba-card:hover {
  border-color: rgba(76, 175, 76, 0.4);
  transform: translateY(-4px);
}
.before-after .ba-card {
  /* The before/after comparison wrapper */
}
.before-after .ba-card .ba-compare {
  position: relative;
  height: 280px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
}
.before-after .ba-card .ba-compare .ba-before, .before-after .ba-card .ba-compare .ba-after {
  position: absolute;
  inset: 0;
}
.before-after .ba-card .ba-compare .ba-before img, .before-after .ba-card .ba-compare .ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after .ba-card .ba-compare .ba-after {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.05s;
}
.before-after .ba-card .ba-compare {
  /* Labels */
}
.before-after .ba-card .ba-compare .ba-label {
  position: absolute;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 3;
  pointer-events: none;
}
.before-after .ba-card .ba-compare .ba-label.label-before {
  left: 12px;
}
.before-after .ba-card .ba-compare .ba-label.label-after {
  right: 12px;
}
.before-after .ba-card .ba-compare {
  /* Drag handle */
}
.before-after .ba-card .ba-compare .ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #ffffff;
  z-index: 4;
  pointer-events: none;
}
.before-after .ba-card .ba-compare .ba-handle .handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: #2d6a2d;
  font-size: 0.75rem;
}
.before-after .ba-card .ba-info {
  padding: 18px 20px;
}
.before-after .ba-card .ba-info h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.before-after .ba-card .ba-info p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.55;
}
.before-after {
  /* Swiper nav */
}
.before-after .swiper-button-next,
.before-after .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: auto;
  bottom: 0;
}
.before-after .swiper-button-next::after,
.before-after .swiper-button-prev::after {
  font-size: 0.8rem;
  color: #ffffff;
}
.before-after .swiper-button-next:hover,
.before-after .swiper-button-prev:hover {
  background: #2d6a2d;
  border-color: #2d6a2d;
}
.before-after .swiper-button-prev {
  left: calc(50% - 52px);
}
.before-after .swiper-button-next {
  right: calc(50% - 52px);
}
.before-after .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.before-after .swiper-pagination .swiper-pagination-bullet-active {
  background: #4caf4c;
  width: 22px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .before-after .section-header h2 {
    font-size: 2rem;
  }
}

/* ══════════════════════════════════════════════
   FAQ ACCORDION
   ══════════════════════════════════════════════ */
.faq {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .faq {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .faq {
    padding: 50px 0;
  }
}
.faq {
  background: #ffffff;
  overflow: hidden;
}
.faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.faq {
  /* Left: image */
}
.faq .faq-visual {
  position: sticky;
  top: 120px;
}
.faq .faq-visual .img-wrap {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.faq .faq-visual .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.faq .faq-visual {
  /* Leaf accent */
}
.faq .faq-visual::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 100px;
  height: 100px;
  background: #edf7ed;
  border-radius: 50%;
  z-index: -1;
}
.faq {
  /* Right: accordion */
}
.faq .faq-content .section-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.faq .faq-content .section-tag::before {
  content: "";
  width: 32px;
  height: 3px;
  background: #2d6a2d;
  border-radius: 2px;
}
.faq .faq-content .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.faq .faq-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 8px;
}
.faq .faq-content h2 .highlight {
  color: #2d6a2d;
}
.faq .faq-content .faq-sub {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 36px;
  line-height: 1.65;
}
.faq .faq-content .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq .faq-content .faq-item {
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq .faq-content .faq-item.open {
  border-color: #2d6a2d;
}
.faq .faq-content .faq-item .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  gap: 12px;
  background: #ffffff;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq .faq-content .faq-item .faq-q:hover {
  background: #f4fbf4;
}
.faq .faq-content .faq-item .faq-q span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
.faq .faq-content .faq-item .faq-q .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.125rem;
  color: #2d6a2d;
  font-weight: 300;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
.faq .faq-content .faq-item .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq .faq-content .faq-item .faq-a p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.75;
  margin: 0;
  padding: 0 20px 18px;
}
.faq .faq-content .faq-item.open .faq-a {
  max-height: 400px;
}
@media screen and (max-width: 1024px) {
  .faq .faq-grid {
    gap: 44px;
  }
  .faq .faq-content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq .faq-visual {
    position: static;
  }
  .faq .faq-visual .img-wrap img {
    height: 300px;
  }
  .faq .faq-content h2 {
    font-size: 1.875rem;
  }
}

/* ══════════════════════════════════════════════
   WHY CHOOSE US
   ══════════════════════════════════════════════ */
.why-choose {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .why-choose {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .why-choose {
    padding: 50px 0;
  }
}
.why-choose {
  background: #1a3a1a;
  overflow: hidden;
  position: relative;
}
.why-choose::before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(45, 106, 45, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.why-choose .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.why-choose .section-header .section-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.why-choose .section-header .section-tag::before, .why-choose .section-header .section-tag::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #4caf4c;
  border-radius: 2px;
}
.why-choose .section-header .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6fcf6f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.why-choose .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.why-choose .section-header h2 .accent {
  color: #6fcf6f;
}
.why-choose .section-header p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 16px auto 0;
  line-height: 1.7;
}
.why-choose .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-choose .why-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.why-choose .why-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2d6a2d, #6fcf6f);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-choose .why-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(76, 175, 76, 0.4);
  transform: translateY(-6px);
}
.why-choose .why-card:hover::after {
  transform: scaleX(1);
}
.why-choose .why-card:hover .why-icon {
  background: #2d6a2d;
  border-color: #2d6a2d;
}
.why-choose .why-card:hover .why-icon svg {
  fill: #ffffff;
}
.why-choose .why-card .why-icon {
  width: 72px;
  height: 72px;
  background: rgba(76, 175, 76, 0.15);
  border: 2px solid rgba(76, 175, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-choose .why-card .why-icon svg {
  width: 34px;
  height: 34px;
  fill: #6fcf6f;
  transition: fill 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.why-choose .why-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.why-choose .why-card p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .why-choose .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-choose .section-header h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .why-choose .why-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   QUOTE SECTION (Full-width contact form)
   ══════════════════════════════════════════════ */
.quote-section {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .quote-section {
    padding: 65px 0;
  }
}
@media screen and (max-width: 576px) {
  .quote-section {
    padding: 50px 0;
  }
}
.quote-section {
  background: #ffffff;
  overflow: hidden;
}
.quote-section .quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.quote-section {
  /* Left: content */
}
.quote-section .quote-content .section-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 14px;
}
.quote-section .quote-content .section-tag::before {
  content: "";
  width: 32px;
  height: 3px;
  background: #2d6a2d;
  border-radius: 2px;
}
.quote-section .quote-content .section-tag span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.quote-section .quote-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 16px;
}
.quote-section .quote-content h2 .highlight {
  color: #2d6a2d;
}
.quote-section .quote-content p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 28px;
}
.quote-section .quote-content .promise-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.quote-section .quote-content .promise-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.quote-section .quote-content .promise-list li .prom-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}
.quote-section .quote-content .promise-list li .prom-icon svg {
  width: 22px;
  height: 22px;
  fill: #2d6a2d;
}
.quote-section .quote-content .promise-list li span {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.5;
}
.quote-section .quote-content {
  /* Contact details */
}
.quote-section .quote-content .contact-quick {
  margin-top: 32px;
  padding: 22px 24px;
  background: #f4fbf4;
  border-radius: 16px;
  border-left: 4px solid #2d6a2d;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quote-section .quote-content .contact-quick a, .quote-section .quote-content .contact-quick p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  color: #4b5563;
  text-decoration: none;
  margin: 0;
}
.quote-section .quote-content .contact-quick a svg, .quote-section .quote-content .contact-quick p svg {
  width: 18px;
  height: 18px;
  fill: #2d6a2d;
  flex-shrink: 0;
}
.quote-section .quote-content .contact-quick a:hover, .quote-section .quote-content .contact-quick p:hover {
  color: #2d6a2d;
}
.quote-section {
  /* Right: form card */
}
.quote-section .quote-form-card {
  background: #1a3a1a;
  border-radius: 24px;
  padding: 44px 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}
.quote-section .quote-form-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 6px;
}
.quote-section .quote-form-card .form-sub {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 28px;
}
.quote-section .quote-form-card .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.quote-section .quote-form-card .form-row.single {
  grid-template-columns: 1fr;
}
.quote-section .quote-form-card .form-field label {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
}
.quote-section .quote-form-card .form-field label .req {
  color: #6fcf6f;
}
.quote-section .quote-form-card .form-field input, .quote-section .quote-form-card .form-field select, .quote-section .quote-form-card .form-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
}
.quote-section .quote-form-card .form-field input::-webkit-input-placeholder, .quote-section .quote-form-card .form-field select::-webkit-input-placeholder, .quote-section .quote-form-card .form-field textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.quote-section .quote-form-card .form-field input:-moz-placeholder, .quote-section .quote-form-card .form-field select:-moz-placeholder, .quote-section .quote-form-card .form-field textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.quote-section .quote-form-card .form-field input::-moz-placeholder, .quote-section .quote-form-card .form-field select::-moz-placeholder, .quote-section .quote-form-card .form-field textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.quote-section .quote-form-card .form-field input:-ms-input-placeholder, .quote-section .quote-form-card .form-field select:-ms-input-placeholder, .quote-section .quote-form-card .form-field textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.quote-section .quote-form-card .form-field input:focus, .quote-section .quote-form-card .form-field select:focus, .quote-section .quote-form-card .form-field textarea:focus {
  outline: none;
  border-color: #4caf4c;
  background: rgba(255, 255, 255, 0.1);
}
.quote-section .quote-form-card .form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='rgba(255,255,255,0.5)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: rgba(255, 255, 255, 0.07);
  padding-right: 38px;
  cursor: pointer;
}
.quote-section .quote-form-card .form-field select option {
  color: #111827;
  background: #ffffff;
}
.quote-section .quote-form-card .form-field textarea {
  resize: vertical;
  min-height: 100px;
}
.quote-section .quote-form-card .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  width: 100%;
  background: #2d6a2d;
  color: #ffffff;
  margin-top: 8px;
  justify-content: center;
  font-size: 1rem;
  padding: 15px 28px;
}
.quote-section .quote-form-card .btn-submit:hover {
  background: #3a8a3a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45, 106, 45, 0.4);
}
@media screen and (max-width: 1024px) {
  .quote-section .quote-grid {
    gap: 44px;
  }
  .quote-section .quote-content h2 {
    font-size: 2.125rem;
  }
  .quote-section .quote-form-card {
    padding: 36px 30px;
  }
}
@media screen and (max-width: 768px) {
  .quote-section .quote-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .quote-section .quote-content h2 {
    font-size: 2rem;
  }
  .quote-section .quote-form-card .form-row {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════
   CALL US / CTA BANNER
   ══════════════════════════════════════════════ */
.call-us {
  position: relative;
  overflow: hidden;
}
.call-us .cta-bg {
  position: absolute;
  inset: 0;
}
.call-us .cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.call-us .cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 58, 26, 0.95) 0%, rgba(45, 106, 45, 0.85) 100%);
}
.call-us .cta-inner {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  text-align: center;
}
.call-us .cta-inner .cta-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.call-us .cta-inner .cta-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}
.call-us .cta-inner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.call-us .cta-inner h2 .accent {
  color: #6fcf6f;
}
.call-us .cta-inner p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.call-us .cta-inner .cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.call-us .cta-inner .btn-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: #ffffff;
  color: #2d6a2d;
  padding: 15px 34px;
  font-size: 1.0625rem;
}
.call-us .cta-inner .btn-cta-primary:hover {
  background: #6fcf6f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.call-us .cta-inner .btn-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 28px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 15px 34px;
  font-size: 1.0625rem;
}
.call-us .cta-inner .btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.call-us .cta-inner {
  /* Phone pulse */
}
.call-us .cta-inner .phone-pulse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.call-us .cta-inner .phone-pulse .pulse-wrap {
  position: relative;
}
.call-us .cta-inner .phone-pulse .pulse-wrap::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: pulseRing 2s infinite;
}
.call-us .cta-inner .phone-pulse .pulse-wrap .phone-btn {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-us .cta-inner .phone-pulse .pulse-wrap .phone-btn svg {
  width: 22px;
  height: 22px;
  fill: #2d6a2d;
}
.call-us .cta-inner .phone-pulse .phone-info .pinfo-label {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.call-us .cta-inner .phone-pulse .phone-info .pinfo-num {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.call-us .cta-inner .phone-pulse .phone-info .pinfo-num:hover {
  color: #6fcf6f;
}
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .call-us .cta-inner {
    padding: 60px 0;
  }
  .call-us .cta-inner h2 {
    font-size: 2.125rem;
  }
  .call-us .cta-inner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .call-us .cta-inner h2 {
    font-size: 1.75rem;
  }
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
.footer {
  background: #1a3a1a;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  /* Leaf watermark */
}
.footer::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(45, 106, 45, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.footer .footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer {
  /* Col 1: brand */
}
.footer .footer-brand .ft-logo {
  display: block;
  margin-bottom: 18px;
}
.footer .footer-brand .ft-logo img {
  height: 50px;
  width: auto;
}
.footer .footer-brand p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin-bottom: 20px;
}
.footer .footer-brand .ft-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.footer .footer-brand .ft-socials a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-brand .ft-socials a:hover {
  background: #2d6a2d;
  border-color: #2d6a2d;
  color: #ffffff;
  transform: translateY(-2px);
}
.footer {
  /* Cols 2-4 */
}
.footer .footer-col h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.footer .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #4caf4c;
}
.footer .footer-col .ft-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-col .ft-links li a {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.footer .footer-col .ft-links li a svg {
  width: 10px;
  height: 10px;
  fill: #4caf4c;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.footer .footer-col .ft-links li a:hover {
  color: #ffffff;
  padding-left: 4px;
}
.footer .footer-col .ft-links li a:hover svg {
  transform: translateX(3px);
}
.footer .footer-col {
  /* Contact list */
}
.footer .footer-col .ft-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .footer-col .ft-contact li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.footer .footer-col .ft-contact li svg {
  width: 18px;
  height: 18px;
  fill: #4caf4c;
  flex-shrink: 0;
  margin-top: 1px;
}
.footer .footer-col .ft-contact li span, .footer .footer-col .ft-contact li a {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-col .ft-contact li span:hover, .footer .footer-col .ft-contact li a:hover {
  color: #ffffff;
}
.footer {
  /* Bottom bar */
}
.footer .footer-bottom {
  padding: 16px 0;
}
.footer .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer .footer-bottom p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.footer .footer-bottom a {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1200px) {
  .footer .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .footer .footer-brand {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50px;
  }
  .footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer .footer-brand {
    grid-column: 1/-1;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-main {
    grid-template-columns: 1fr;
  }
}

/* Page layouts */
.page-about {
  /* This Scss will be shown in about us page only */
}
.page-about .full-content {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page-about .full-content p {
  color: #111827;
}

@media screen and (max-width: 992px) {
  .page-about .about .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .page-about .about .wrapper .about-image {
    aspect-ratio: 5/3;
  }
  .page-about .about .wrapper .about-content .desc p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about .wrapper .full-content {
    text-align: center;
  }
}
.page-contact {
  background-color: #e5e7eb;
  padding: 60px 0;
}
.page-contact .contact-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.page-contact .contact-wrap .social-icons {
  flex-basis: 30%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.page-contact .contact-wrap .social-icons .title h6 {
  font-size: 1.4rem;
  color: #2d6a2d;
  font-weight: 700;
  margin-bottom: 5px;
}
.page-contact .contact-wrap .social-icons .title p {
  font-size: 0.95rem;
  color: #1f2937;
}
.page-contact .contact-wrap .social-icons .icons-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #dce7d5;
  transition: 0.3s ease;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block i {
  font-size: 1.5rem;
  color: #2d6a2d;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover {
  background-color: #2d6a2d;
}
.page-contact .contact-wrap .social-icons .icons-wrap .icon-block:hover i {
  color: #ffffff;
}
.page-contact .contact-wrap .social-icons .co-info {
  margin-top: 25px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail i {
  font-size: 1rem;
  color: #2d6a2d;
  margin-right: 10px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .address {
  font-size: 0.95rem;
  color: #1f2937;
}
.page-contact .contact-wrap .form-wrap {
  flex: 0 0 65%;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.page-contact .contact-wrap .form-wrap .title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d6a2d;
  margin-bottom: 10px;
}
.page-contact .contact-wrap .form-wrap .title p {
  font-size: 1rem;
  color: #1f2937;
  margin-bottom: 30px;
}
.page-contact .contact-wrap .form-wrap .form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-contact .contact-wrap .form-wrap .form .form-group {
  width: calc(50% - 10px);
}
.page-contact .contact-wrap .form-wrap .form .form-group.full-width {
  width: 100%;
}
.page-contact .contact-wrap .form-wrap .form .form-group .form-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  transition: 0.3s;
}
.page-contact .contact-wrap .form-wrap .form .form-group .form-input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.page-contact .contact-wrap .form-wrap .form .form-group textarea.form-input {
  min-height: 120px;
}
.page-contact .contact-wrap .form-wrap .form .button {
  width: 100%;
}
.page-contact .contact-wrap .form-wrap .form .button .btn-custom-large {
  width: 100%;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}
.page-contact .contact-wrap .form-wrap .form .button .btn-custom-large:hover {
  background-color: rgb(29.8013245033, 70.1986754967, 29.8013245033);
}

/* Responsive */
@media screen and (max-width: 1200px) {
  .page-contact .contact-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-contact .contact-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .contact-wrap .form-wrap,
  .page-contact .contact-wrap .social-icons {
    flex: 0 0 100%;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    justify-content: center;
  }
  .page-contact .contact-wrap .co-info .info-detail {
    justify-content: center;
  }
  .page-contact .contact-wrap .form .form-group {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .page-contact {
    padding: 40px 20px;
  }
  .page-contact .form-wrap .title h4 {
    font-size: 2rem;
  }
  .page-contact .form .form-group .form-input {
    padding: 10px 12px;
    font-size: 0.95rem;
  }
  .page-contact .form .button .btn-custom-large {
    padding: 12px;
    font-size: 1rem;
  }
}
.page-services .service_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-services .servie-block .images {
  flex-basis: 50%;
  width: 100%;
}
.page-services .servie-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  aspect-ratio: 5/3;
}
.page-services .servie-block .content {
  flex-basis: calc(50% - 30px);
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d6a2d;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #ffffff;
}
.page-services .servie-block .bottom-content {
  flex-basis: 100%;
}
.page-services .servie-block .bottom-content p {
  font-size: 0.9375rem;
  padding-top: 20px;
  color: #ffffff;
}
.page-services .servie-block .bottom-content p:first-child {
  padding-top: 0;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content {
    text-align: center;
    display: none;
  }
  .page-services .servie-block .bottom-content p {
    padding: 10px 0;
  }
  .page-services .servie-block .bottom-content ul li p span {
    font-size: 1.125rem;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
.features .ft-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  border-radius: 16px;
}
.features .ft-wrap .ft-image-block {
  flex-basis: calc(50% - 50px);
  position: relative;
  z-index: 1;
}
.features .ft-wrap .ft-image-block::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -30px;
  background-image: url(../images/featured-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  z-index: -1;
}
.features .ft-wrap .ft-image-block::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 75%;
  height: 70%;
  border: 2px solid #2d6a2d;
  border-radius: 16px;
  z-index: -1;
}
.features .ft-wrap .ft-image-block .figure {
  width: 185px;
  border-radius: 16px;
  overflow: hidden;
  margin-left: 100px;
  z-index: 1;
  box-shadow: -30px 30px 35px 2px rgba(171, 171, 171, 0.2);
}
.features .ft-wrap .ft-image-block .message {
  margin-left: 100px;
  margin-top: 30px;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0px 10px 80px 0px rgba(43, 135, 97, 0.1019607843);
}
.features .ft-wrap .ft-image-block .message .info-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.features .ft-wrap .ft-image-block .message .info-group .image {
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.features .ft-wrap .ft-image-block .message .info-group .info {
  flex-basis: calc(100% - 80px);
}
.features .ft-wrap .ft-image-block .message .info-group .info h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2d6a2d;
  text-transform: capitalize;
}
.features .ft-wrap .ft-image-block .message .info-group .info p {
  font-size: 0.875rem;
  color: #9ca3af;
  font-family: "Wix Madefor Display", sans-serif;
  text-transform: uppercase;
}
.features .ft-wrap .ft-image-block .message .desc p {
  font-family: "Wix Madefor Display", sans-serif;
  margin-top: 20px;
  color: #9ca3af;
  font-size: 0.9375rem;
}
.features .ft-wrap .ft-block {
  flex-basis: calc(50% - 50px);
  position: relative;
  z-index: 1;
}
.features .ft-wrap .ft-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  border-radius: 100%;
  background-color: rgba(45, 106, 45, 0.15);
  border: 10px solid rgba(45, 106, 45, 0.1);
  padding: 25px;
  opacity: 0.5;
}
.features .ft-wrap .ft-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  border-radius: 100%;
  background-color: rgba(45, 106, 45, 0.15);
  border: 10px solid rgba(45, 106, 45, 0.1);
  padding: 10px;
  opacity: 0.5;
}
.features .ft-wrap .ft-block h6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #2d6a2d;
  border: 1px solid rgba(143, 204, 179, 0.5019607843);
  border-radius: 16px;
  padding: 10px 20px;
}
.features .ft-wrap .ft-block ul {
  border: 1px solid rgba(143, 204, 179, 0.5019607843);
  border-radius: 16px;
  padding: 10px 20px;
  margin-block: 20px;
}
.features .ft-wrap .ft-block ul li {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.features .ft-wrap .ft-block ul li .icon {
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  display: grid;
  place-items: center;
}
.features .ft-wrap .ft-block ul li .icon i {
  color: #2d6a2d;
}
.features .ft-wrap .ft-block ul li:first-child {
  margin-top: 0;
}
.features .ft-wrap .ft-block ul li p {
  font-family: "Wix Madefor Display", sans-serif;
}

@media screen and (max-width: 1200px) {
  .features::before {
    left: 40px;
  }
  .features .ft-wrap {
    gap: 30px;
  }
  .features .ft-wrap .ft-image-block {
    flex-basis: calc(50% - 30px);
  }
  .features .ft-wrap .ft-image-block .figure {
    margin-left: 80px;
  }
  .features .ft-wrap .ft-image-block .message {
    margin-left: 80px;
    margin-top: 30px;
  }
  .features .ft-wrap .ft-image-block .message .desc p {
    font-size: 0.875rem;
  }
  .features .ft-wrap .ft-block {
    flex-basis: calc(50% - 30px);
  }
  .features .ft-wrap .ft-block h6 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 992px) {
  .features::before {
    left: 40px;
  }
  .features .ft-wrap {
    flex-direction: column;
  }
  .features .ft-wrap .ft-image-block {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
  }
  .features .ft-wrap .ft-image-block::before {
    display: none;
  }
  .features .ft-wrap .ft-image-block .figure {
    flex-basis: 50%;
    margin-left: 0;
    border-radius: 0;
  }
  .features .ft-wrap .ft-image-block .figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .features .ft-wrap .ft-image-block .message {
    margin-left: 0;
    margin-top: 0;
    max-width: 100%;
    flex-basis: 50%;
    border-radius: 0;
    padding: 30px;
  }
  .features .ft-wrap .ft-image-block .message .info-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .features::before {
    left: 20px;
  }
  .features .ft-wrap .ft-image-block {
    flex-direction: column;
  }
  .features .ft-wrap .ft-image-block::before {
    display: none;
  }
  .features .ft-wrap .ft-image-block .figure {
    width: 100%;
  }
  .features .ft-wrap .ft-image-block .figure img {
    aspect-ratio: 4/2;
  }
  .features .ft-wrap .ft-image-block .message {
    padding: 20px 30px;
  }
  .features .ft-wrap .ft-image-block .message .info-group {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .features .ft-wrap .ft-block::before {
    left: 0;
  }
  .features .ft-wrap .ft-block::after {
    left: -20px;
  }
  .features .ft-wrap .ft-block h6 {
    font-size: 1.25rem;
  }
}
.quote {
  background-color: #f1f1f1;
}
.quote .wrapper {
  gap: 40px;
  align-items: initial;
}
.quote .wrapper .quote-content {
  flex-basis: calc(45% - 40px);
}
.quote .wrapper .quote-content .main-title {
  margin-left: 0;
  text-align: left;
  max-width: 500px;
  margin-bottom: 30px;
}
.quote .wrapper .quote-content .main-title h4 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #2d6a2d;
  line-height: 1.3;
}
.quote .wrapper .quote-content .main-title h4 span {
  font-weight: 400;
  color: #2d6a2d;
  font-family: "Montserrat", sans-serif;
}
.quote .wrapper .quote-content .content {
  margin-top: 50px;
}
.quote .wrapper .quote-content .content p {
  margin-top: 20px;
  color: #3a8a3a;
}
.quote .wrapper .form-quote {
  flex-basis: calc(55% - 40px);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 40px;
}
.quote .wrapper .form-quote .form {
  gap: 20px;
}
.quote .wrapper .form-quote .form .form-group .form-input {
  padding: 10px;
  font-size: 1rem;
  resize: none;
  width: 100%;
}
.quote .wrapper .form-quote .form .button {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .quote .wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .quote .wrapper .form-quote .form {
    gap: 20px;
  }
}
.review {
  padding: 40px 0;
  background-color: rgba(31, 41, 55, 0.9);
}
.review .main-title {
  margin-bottom: 20px;
}
.review .main-title h4 {
  font-size: 2rem;
}
.review ul {
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 30px;
}
.review ul li a {
  text-align: center;
  margin: 0 auto;
  max-width: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.review ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}
.review ul li a:hover img {
  transform: scale(1.2);
}

@media screen and (max-width: 576px) {
  .review ul {
    flex-wrap: wrap;
  }
  .review ul li {
    flex: 0 0 35%;
  }
}
.our-skill-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.our-skill-wrapper .skill-map {
  flex-basis: 60%;
  padding-right: 50px;
  border-right: 1px solid rgba(227, 225, 225, 0.5);
}
.our-skill-wrapper .skill-map .map {
  width: 100%;
  height: 400px;
}
.our-skill-wrapper .skill-map .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.our-skill-wrapper .skill-map .short-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(227, 225, 225, 0.5);
  padding-block: 25px 15px;
}
.our-skill-wrapper .skill-map .short-desc:last-child {
  border-bottom: 0;
}
.our-skill-wrapper .skill-map .short-desc .image {
  flex-basis: 60px;
}
.our-skill-wrapper .skill-map .short-desc p {
  flex-basis: calc(100% - 75px);
}
.our-skill-wrapper .skill-description {
  flex-basis: 40%;
  padding-left: 30px;
}
.our-skill-wrapper .skill-description .main-title {
  margin-bottom: 20px;
}
.our-skill-wrapper .skill-description p {
  font-size: 0.9375rem;
}
.our-skill-wrapper .skill-description ul li {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.our-skill-wrapper .skill-description ul li .icon {
  width: 30px;
  height: 30px;
  background-color: rgba(156, 163, 175, 0.3);
  border-radius: 50%;
  color: #2d6a2d;
  display: grid;
  place-items: center;
}
.our-skill-wrapper .skill-description ul li .content {
  flex-basis: calc(100% - 50px);
}

@media screen and (max-width: 992px) {
  .our-skill-wrapper {
    flex-direction: column;
  }
  .our-skill-wrapper .skill-map {
    padding-right: 0;
    border-right: none;
  }
  .our-skill-wrapper .skill-map .map {
    height: 300px;
  }
  .our-skill-wrapper .skill-map .short-desc p {
    font-size: 0.875rem;
  }
  .our-skill-wrapper .skill-description p {
    font-size: 0.875rem;
  }
  .our-skill-wrapper .skill-description ul li {
    margin-top: 20px;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #1f2937;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #2d6a2d;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #2d6a2d;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery .main-title {
  display: none;
}
.single-service-wrap .full-page-content .gallery .gallery-slider {
  padding: 0;
}
.single-service-wrap {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #2d6a2d;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 20px;
}
.single-service-wrap .desc-group p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.breadcrumb {
  padding: 40px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  position: relative;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(31, 41, 55, 0.6);
  z-index: -1;
}
.breadcrumb .wrapper h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumb .wrapper .breadcrumb-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.breadcrumb .wrapper .breadcrumb-listing li {
  text-transform: capitalize;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}
.breadcrumb .wrapper .breadcrumb-listing li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb .wrapper .breadcrumb-listing li:first-child {
  padding-left: 0;
}
.breadcrumb .wrapper .breadcrumb-listing li:first-child::before {
  display: none;
}
.breadcrumb .wrapper .breadcrumb-listing li a {
  color: #ffffff;
  position: relative;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
}
.breadcrumb .wrapper .breadcrumb-listing li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.breadcrumb .wrapper .breadcrumb-listing li a:hover::before {
  width: 100%;
}
.breadcrumb .wrapper .breadcrumb-listing li p {
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: capitalize;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.breadcrumb-wrap {
  background: #f4fbf4;
  padding: 12px 0;
  border-bottom: 1px solid #edf7ed;
}

@media screen and (max-width: 1400px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 1.5rem;
  }
  .breadcrumb .wrapper .breadcrumb-listing {
    display: flex;
    gap: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    padding: 30px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 1.25rem;
  }
  .breadcrumb .wrapper .breadcrumb-listing {
    gap: 5px;
    margin-top: 10px;
  }
  .breadcrumb .wrapper .breadcrumb-listing .bread-list .bread-link {
    font-size: 0.75rem;
  }
}
.gallery {
  padding: 90px 0;
  background-color: #1f2937;
}
.gallery .main-title h4 {
  color: #ffffff;
}
.gallery .main-title h4 span {
  color: #4caf4c;
}
.gallery .gallery-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery .gallery-slider .image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
.gallery .gallery-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.gallery .gallery-slider .image:nth-child(1), .gallery .gallery-slider .image:nth-child(5) {
  grid-column: span 2;
  aspect-ratio: 2/1;
}
.gallery .gallery-slider .image:hover img {
  transform: scale(1.08);
}
@media screen and (max-width: 992px) {
  .gallery {
    padding: 60px 0;
  }
  .gallery .gallery-slider {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery .gallery-slider .image:nth-child(1), .gallery .gallery-slider .image:nth-child(5) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 576px) {
  .gallery {
    padding: 50px 0;
  }
  .gallery .gallery-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.what-we-do {
  background-color: #f4fbf4;
  padding: 90px 0;
}
.what-we-do .main-title h4 {
  color: #1f2937;
}
.what-we-do .main-title h4 span {
  color: #2d6a2d;
}
.what-we-do .main-title p {
  color: #4b5563;
}
.what-we-do .what-we-do-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.what-we-do .what-we-do-wrapper .item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  border-bottom: 3px solid transparent;
  box-shadow: 0 2px 12px rgba(31, 41, 55, 0.06);
  transition: 0.3s;
}
.what-we-do .what-we-do-wrapper .item:hover {
  border-bottom-color: #2d6a2d;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(45, 106, 45, 0.12);
}
.what-we-do .what-we-do-wrapper .item i {
  font-size: 2rem;
  color: #2d6a2d;
  margin-bottom: 14px;
  display: block;
}
.what-we-do .what-we-do-wrapper .item h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}
.what-we-do .what-we-do-wrapper .item p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .what-we-do {
    padding: 60px 0;
  }
  .what-we-do .what-we-do-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .what-we-do .what-we-do-wrapper {
    grid-template-columns: 1fr;
  }
}

.about-feature-section {
  background-color: #edf7ed;
  padding: 80px 0;
}
.about-feature-section .about-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.about-feature-section .about-feature-wrapper .feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(45, 106, 45, 0.08);
  border: 1px solid rgba(45, 106, 45, 0.1);
  transition: 0.3s;
}
.about-feature-section .about-feature-wrapper .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(45, 106, 45, 0.16);
  border-color: #4caf4c;
}
.about-feature-section .about-feature-wrapper .feature-card .icon {
  width: 72px;
  height: 72px;
  background-color: #edf7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 2px solid rgba(45, 106, 45, 0.15);
}
.about-feature-section .about-feature-wrapper .feature-card .icon i, .about-feature-section .about-feature-wrapper .feature-card .icon img {
  font-size: 1.75rem;
  color: #2d6a2d;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.about-feature-section .about-feature-wrapper .feature-card h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}
.about-feature-section .about-feature-wrapper .feature-card p {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .about-feature-section {
    padding: 60px 0;
  }
  .about-feature-section .about-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .about-feature-section .about-feature-wrapper {
    grid-template-columns: 1fr;
  }
}

.page-careers h5 {
  font-weight: 800;
  color: #3a8a3a;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.page-careers h5 span {
  color: #9ca3af;
}
.page-careers .wrapper {
  gap: 30px;
}
.page-careers .wrapper .figure {
  flex-basis: calc(40% - 30px);
}
.page-careers .wrapper .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 50px;
}
.page-careers .wrapper .content {
  flex-basis: calc(60% - 30px);
}
.page-careers .wrapper.reverse {
  flex-direction: row-reverse;
}
.page-careers .how-to-apply .wrapper .content p {
  margin-bottom: 20px;
}
.page-careers .how-to-apply .wrapper .content ul p {
  margin-bottom: 8px;
  font-weight: 700;
}
.page-careers .how-to-apply .wrapper .content ul li {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
.page-careers .form-wrapper {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.page-careers .form-wrapper .form .form-group label {
  text-align: left;
}

/*# sourceMappingURL=style.css.map */
