*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*=========================
|Font family 
==========================*/ 
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Font SF Pro Text*/
@font-face {
    font-family: 'NeueHaasDisplay';
    src: url('../Asset/fonts/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=============================
* button
*==============================*/

.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}

/*=========================
|VARIABLES Font Css
==========================*/
:root{
  --primary:#1A1A1A;
  --green:#64801A;
  --green-light:#A3C210;
  --secondary:#1A1A1A;
  --bg:#F8FAF0;
  --white:#FFFFFF;
  --text-black:#333333;
  --text-gray:#0A0A0A;
  --gray:#CCCCCC;
}

/*=========================
|body css
==========================*/

html{scroll-behavior: smooth;}

body{ 
    color:var(--text-black); 
    font-family: "Inter", sans-serif;
    font-weight: 5000;
    font-style: normal;
    font-size: 18px;
    overflow-x: hidden;
    line-height: 1.35em;
}

img{
  max-width: 100%;
}
section{
  overflow: hidden;
}
/*=========================
| Heading Css
==========================*/

h1{
  font-family: 'NeueHaasDisplay';
  font-weight: 600;
  font-style: Medium;
  font-size: 64px;
  line-height: 72px;
  color: var(--primary);
}
h2{

font-family: 'NeueHaasDisplay';
font-weight: 600;
font-size: 56px;
line-height: 130%;
letter-spacing: 0%;

}
h3{
font-family: 'NeueHaasDisplay';
font-weight: 600;
font-size: 32px;
line-height: 120%;
letter-spacing: 0%;
}

h4{
font-family: 'NeueHaasDisplay';
font-weight: 600;
font-size: 28px;
line-height: 120%;
letter-spacing: 0%;
}

h5{
font-size: 24px;
font-family: 'NeueHaasDisplay';
font-weight: normal;
}

h6{
    font-family: 'NeueHaasDisplay';
    font-weight: normal;
}

p{
    font-size: 1em;
    margin:0px;
    color: var(--text-gray);
}

ul{margin: 0px;padding: 0px;}

ul li{
    list-style: none;
}

a{ 
    text-decoration: none;
    color:var(--text-gray);
}

.bg-color{
  background-color: var(--bg);
}

.d-flex{
  display: flex;
  gap:20px;
}
.col-1{
  width: 10%;
}
.col-2{
  width: 20%;
}
.col-3{
  width: 30%;
}
.col-4{
  width: 40%;
}
.col-5{
  width: 50%;
}
.col-6{
  width: 60%;
}
.col-7{
  width: 70%;
}
.col-8{
  width: 80%;
}
.col-9{
  width: 90%;
}
.col-10{
  width: 100%;
}

.d-grid{
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  gap: 20px;
}
.align-center{
  align-items: center;
}
.flex-direction{
  flex-direction: column;
}
.justify-center{
  justify-content: center;
}
/*=========================
|Table css
==========================*/

.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}
.pt-35{padding-top: 35px;}
.pt-40{padding-top: 40px;}
.pt-45{padding-top: 45px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-70{padding-top: 70px;}
.pt-80{padding-top: 80px;}
.pt-90{padding-top: 90px;}
.pt-100{padding-top: 100px;}

/*=========================
|Margin css
==========================*/
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-100{margin-top: 100px;}


/*=========================
|section padding
==========================*/
.sp-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sp-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.sp-60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.sp-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.sp-100{
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-center{
  text-align: center;
}

/*=========================
|animation css
==========================*/

/* CURSOR */
/*.cursor-dot,.cursor-ring{*/
/*  position:fixed;*/
/*  pointer-events:none;*/
/*  transform:translate(-50%,-50%);*/
/*  z-index:9999;*/
/*}*/
/*.cursor-dot{*/
/*  width:6px;height:6px;background:#ff9d00;border-radius:50%;*/
/*}*/
.cursor-ring{
  width:36px;height:36px;border:1px solid #ff9d00;border-radius:50%;
}
.cursor-grow .cursor-ring{ width:60px;height:60px; }

/* REVEAL SYSTEM */
.reveal,.reveal-left,.reveal-right,.reveal-zoom,.reveal-flip,.reveal-blur{
  opacity:0;
  transition:.9s;
}

.reveal{transform:translateY(60px)}
.reveal-left{transform:translateX(-80px)}
.reveal-right{transform:translateX(80px)}
.reveal-zoom{transform:scale(.85)}
.reveal-flip{transform:rotateX(20deg)}
.reveal-blur{filter:blur(10px)}

.visible{
  opacity:1;
  transform:none;
  filter:blur(0);
}

/* DELAY */
.d1{transition-delay:.1s}
.d2{transition-delay:.2s}
.d3{transition-delay:.3s}
.d4{transition-delay:.3s}
.d5{transition-delay:.3s}
.d6{transition-delay:.3s}
.d7{transition-delay:.3s}

/* TEXT REVEAL */
.text-reveal .word span{
  display:inline-block;
  transform:translateY(100%);
  transition:.6s;
}
.text-reveal.visible .word span{
  transform:translateY(0);
}

/*=========================
|Button css
==========================*/

.btn-button {
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  flex-shrink: 0;
  transition:  0.4s ease-in-out;
  justify-content: center;
  width: max-content;
}

.btn-button .arrow-circle {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-button .arrow-circle svg {
  width: 15px;
  height: 12px;
}
.btn-dark{
  background-color: var(--primary);
  color:var(--white);
}
.btn-dark:hover{
  background-color: var(--green);
}

.btn-green{
  background-color: var(--green-light);
  color:var(--primary);
  border: 1px solid transparent;
}
.btn-button.white{
  background-color: var(--white);
}
.btn-green .arrow-circle {
  background-color: var(--primary);
}
.btn-green:hover{
  background-color: var(--secondary);
  color:var(--white);
  border: 1px solid var(--green-light);
}
.btn-green:hover .arrow-circle {
  background-color: var(--white);
}

.btn-green:hover .arrow-circle svg path{
  fill: var(--primary);
}
.btn-transparent{
  background: var(--secondary);
  border: 1px solid var(--green-light);
  color:var(--white);
}
.btn-transparent .green-circle{
  background-color: var(--green-light);
}

.btn-transparent:hover{
  background-color: var(--white);
  color:var(--primary);
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}

section {
  padding: 80px 10px;
}


.top-bar {
  background: var(--green);
  padding: 10px;
}

.top-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.top-bar p {
  color: var(--white);
  font-weight: 600;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar-phone {
  color: var(--white);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}

.top-bar-phone svg {
  width: 20px;
  height: 18px;
  fill: var(--white);
  flex-shrink: 0;
}

.btn-free-estimate {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 7px 18px;
  color: #fff;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.btn-free-estimate:hover {
  background: #fff;
  color: #7ab22a;
}


.btn-free-estimate svg {
  width: 18px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}

.btn-free-estimate:hover svg path{
  fill:#64801a;
}
.header-section {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 0 10px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.mobile-contact-us{
    display:none !important;
    color:var(--white)!important;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 20px;
}

.site-logo img{
  max-width: 185px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.menu-close{
  position:absolute;
  top:20px;
  left:20px;
  font-size:24px;
  background:none;
  border:none;
  cursor:pointer;
  display: none;
}
.nav-links a {
  text-decoration: none;
  color: var(--text-gray);
  font-weight: 500;
  font-size: 16px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-links a:hover {
  color: var(--green-light);
}

.nav-links .has-arrow {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links .has-arrow svg {
  width: 12px;
  height: 12px;
  stroke: #222;
}

/* DROPDOWN */
.dropdown { position: relative; }

.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  border-radius: 10px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* Hamburger — hidden on desktop */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-start;
  padding: 100px 10px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a4a1a; /* fallback when image is missing */
  z-index: 0;
}
/*
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}*/

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1024px;
  width: 100%;
  margin: 0px auto;
}

.location-badge {
  display: inline-block;
  background: #FFFFFF29;
  border: 1px solid #a3c21045;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  backdrop-filter: blur(50px)

}

.hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}

.hero-content p {
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
  margin-bottom:0px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.btn-schedule {
  background: var(--green-light);
  color: #111;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;
  padding: 16px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.btn-schedule:hover { opacity: 0.88; }

.btn-schedule .arrow-circle {
  width: 30px;
  height: 30px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-schedule .arrow-circle svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #7ab22a;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-call {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  padding: 16px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.btn-call:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

.btn-call svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0;
}


.services-section {
  background: var(--bg);
  color: var(--primary);
}

.services-section .container h2 {
  margin-bottom: 48px;
}

.services-grid-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.services-grid-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  border-radius: 8px;
  padding: 36px 36px 40px;
  display: flex;
  flex-direction: column;
}

.card.green { background: var(--green-light); }
.card.dark  { background: var(--primary); }

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  flex-shrink: 0;
}
.card.green .card-icon {
  background: var(--primary);
}

.card.dark .card-icon {
  background: var(--green-light);
}
.card-icon svg {
  width: 24px;
  height: 24px;
}

.card-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.card.green .card-title { color: var(--primary); }
.card.dark  .card-title { color: var(--white); }

.card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

.card.green .card-text { color: var(--primary); }
.card.dark  .card-text { color: #CCCCCC; }

.text-content{
  border-left:1px solid #A3C210
}
.btn-learn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 32px;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  padding: 12px 22px;
  padding-top: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  width: fit-content;
  background: transparent;
  margin-top: 32px;
  transition: background 0.2s, color 0.2s;
}

.btn-learn:hover {
  background: #1a1a1a;
  color: #8BBF2A;
}

.btn-learn .arrow-circle {
  width: 28px;
  height: 28px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-learn .arrow-circle svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #8BBF2A;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.main-heading {
  margin-bottom: 60px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.labels {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.label {
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.before { background: #ffffff; color: #000; }
.after  { background: #a4c639; color: #000; }

.feature-item {
  margin-bottom: 32px;
  padding-left: 20px;
}
.feature-item:last-child{
  margin-bottom: 0px;
}
.feature-item h3 {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary);
  position: relative;
  line-height: 1em;
}

.feature-item h3:before{
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: -22.5px;
    top: 0px;
    background-color: var(--primary);
    border-radius: 10px;
}
.feature-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
}


.city-diff {
  background-color: var(--primary);
  color: var(--white);
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  color: var(--white);
}

.section-header p {
  font-size: 16px;
  color: inherit;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.city-diff .section-header p {
  color: rgba(255, 255, 255, 0.70);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.info-box {
  background-color: var(--bg);
  border: 1px solid #A3C21033;
  padding: 40px;
  border-radius: 12px;
  color: #1a1a1a;
  position: relative;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.info-box:hover {
  box-shadow: 0 10px 30px rgba(164, 198, 57, 0.2);
}

.badge {
  background-color: var(--green-light);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 24px;
  flex-shrink: 0;
}

.info-box h3 {
  margin-bottom: 15px;
}

.info-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  flex-grow: 1;
}

.hover-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--primary);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.hover-btn .arrow-circle{
  background-color: var(--primary);
}
.hover-btn span {
  background: #1a1a1a;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 12px;
}

.info-box:hover .hover-btn {
  opacity: 1;
  transform: translateY(0);
}


.signs-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.signs-header h2 {
  color: var(--primary);
}

.signs-header p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
}

.signs-flex {
  display: flex;
  align-items:center;
  gap: 60px;

}

.signs-image {
  flex: 1;
  min-width: 0;
}

.signs-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.signs-content {
  flex: 1;
  min-width: 0;
}

.check-list {
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.check-list i {
  color: #a4c639;
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.check-list p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--primary);
}

.bottom-note {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}


.cta-section {
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center;
}

.cta-section .container {
  display: flex;
  justify-content: center;
}

.cta-card {
  background: white;
  padding: 60px;
  max-width: 900px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);

}

.cta-card h2 {
  margin-bottom: 20px;
}

.cta-card p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 18px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-link {
  display: block;
  margin-top: 24px;
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}



.faq-title {
  max-width: 600px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 56px;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg);
  border-radius: 10px;
  padding: 0;
  border: 1px solid transparent;
  transition: border-color 0.25s, background 0.25s;
  overflow: hidden;
  border: 1px solid transparent;
}

.faq-item.active {
  border-color: #a4c639;
  background: #fff;
  border: 1px solid #A3C210
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 24px 28px;
  user-select: none;
}

.faq-question h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

.icon {
  font-size: 22px;
  font-weight: 400;
  color: #0A0A0A;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s, color 0.2s;
}

.faq-item.active .icon {
  color: #0A0A0A;
}

/* Accordion animation */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  padding-bottom: 24px;
}


.accredited-section {
  background-color:#1A1A1A;
  text-align: center;
  color: var(--white);
}

.accredited-section h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.logo-grid img {
  height: 180px;
  width: auto;
  transition: transform 0.3s ease;
  opacity: 0.9;
}

.logo-grid img:hover {
  transform: scale(1.06);
  opacity: 1;
}

.main-footer {
  background-color: var(--bg);
  padding: 80px 10px 30px;
  color: #333;
}

.main-footer .container {
  /* inherits max-width: 1280px; margin: 0 auto */
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr .45fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 28px;
  display: block;
}

.contact-info p {
  margin-bottom: 18px;
  line-height: 1.6;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0px;
}

.contact-info strong {
  color: #64801A;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.footer-col h4 {
  color: #64801A;
  margin-bottom: 22px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 20px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-col ul li a:hover {
  color: #5d7a32;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
}

.footer-legal a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  margin-left: 20px;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: #333;
}

/*================logo infinity loop =======================*/

  .slider-wrapper {
    width: 100%;
    overflow: hidden;
    background: var(--bg);
    padding: 20px 0;
    position: relative;
  }

  .slider-track {
    display: flex;
    width: max-content;
    animation: scroll-left 28s linear infinite;
  }
  .slider-track:hover { animation-play-state: paused; }

  .slide-set {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 72px;
    flex-shrink: 0;
  }
  .logo-item:last-child { border-right: none; }

  .logo-item svg {
    height: 40px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    filter: grayscale(0%);
    transition: transform 0.25s ease;
  }
  .logo-item:hover svg { transform: scale(1.07); }

  @keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

/*=====================
  Home Hero
=======================*/
  .home-hero .hero-content{

  }
  .justify-center .hero-buttons{
    justify-content: center;
  }
  .home-hero-title{
    font-size: 96px;
    line-height: 1.25em;
  }
  .hero-sub-title{
    font-size: 24px;
    color:var(--white);
    line-height: 1.25em;
  }
  .text-box-badge{
    display: flex;
    background: #FFFFFF29;
    border: 1px solid #a3c21045;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 50px;
    backdrop-filter: blur(50px);
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 20px;
  }

  /*===========================================
  remove-title-box
  =============================================*/
  .remove-button-box{
    align-items: end;
    justify-content: end;
  }

.d-grid.remove-mold-boxs{
  grid-template-columns:repeat(3, 2fr);
  padding-top: 60px;
}
.remove-mold-box{
  background-color: var(--primary);
  border-radius: 8px;
  color: var(--white);
  transition: .3s each-in-out;
}
.remove-mold-box:hover{
  background-color: var(--green-light);
}
.remove-mold-box .remove-icon{
  width: 64px;
  height: 64px;
  background-color: var(--green-light);   
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-mold-box a{
  color: var(--white);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.remove-mold-box:hover a{
  color: var(--primary);
}

.remove-mold-box:hover .remove-icon{
  background-color: var(--primary);
}
.remove-mold-box:hover svg path{
  fill:#A3C210;
}

/*===========================================
  remove-title-box
  =============================================*/
.d-grid.happens-boxs{
  grid-template-columns:repeat(4, 1fr);
  padding-top: 60px;
}
.happens-box{
  background-color: var(--bg);
  border-radius: 8px;
  color: var(--white);
  transition: .3s each-in-out;
}

.happens-box .happens-icon{
  width: 64px;
  height: 64px;
  background-color: var(--green-light);   
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 24px;
}
.happens-box {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-align: center;
}

.homeowners-section {
  background-color: var(--primary);
  color: var(--white);
}

.homeowners-content{
  max-width: 1280px; 
  background-color: var(--text-black);
  padding: 40px;
  border-radius: 16px;
  gap: 60px;
  align-items: center;
}

.homeowners-text{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.homeowners-text ul li{
  display: flex;
  gap:10px;
  align-items: center;
  margin-bottom: 15px;
}

.homeowners-text img{
  border-radius: 8px;
}

/*testimonial*/
  

.ts-section {
  overflow: hidden;
}


.ts-nav {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: end;
}

.ts-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #CCCCCC;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, border-color 0.18s;
}
.ts-btn:hover { background: #A3C210; }
.ts-btn.ts-active { background: #A3C210; border-color: ##A3C210;}
.ts-btn svg { width: 15px; height: 12px; }

.ts-btn:hover svg path{ fill: var(--white); }

.testimonial-wraper{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}

.testimonial-wraper .swiper-outer {

  width: 83.5%;
}

.ts-card {
  background: #f1f0e8;
  border-radius: 14px;
  padding: 28px 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  border: 1px solid rgba(0,0,0,0.05);
  flex-shrink: 0;
  min-height: 520px;
  height: auto;
}

.ts-card > div:first-child {
    flex: 1;
}

.ts-quote-icon {
  font-size: 28px;
  color: #8db300;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -2px;
}

.ts-text {
  font-size: 20px;
  color: var(--text-black);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 24px;

  min-height: 200px;
}


.ts-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #CCCCCC;
}

.ts-person { padding-top: 10px;  display: flex; align-items: center; gap: 10px; }

.ts-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #c8d8a0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600;
  color: #3b6d11;
  flex-shrink: 0;
  overflow: hidden;
}
.ts-avatar img{
  border-radius: 50%;
}

.ts-name { 
  font-size: 18px;
 font-weight: 600;
  color: var(--primary); }

.ts-loc {
  font-size: 16px; color: #4D4D4D;
  display: flex; align-items: center; gap: 3px; margin-top: 2px;
}

.ts-rating-box {flex-shrink: 0; padding:10px 0px 0px 10px;
  border-left: 1px solid #CCCCCC;}
.ts-review-label { color: #4D4D4D; margin-bottom: 5px; }
.ts-score { font-size: 32px; font-weight: 700; color: var(--primary); }
.ts-stars { color: var(--green-light); font-size: 16px; letter-spacing: 1px; }

.ts-dots {
  display: flex; gap: 6px;
  margin-top: 28px; justify-content: center;
}

.ts-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ccc;
  border: none; cursor: pointer; padding: 0;
  transition: background 0.2s, width 0.2s;
}
.ts-dot.active { background: #8db300; width: 20px; border-radius: 3px; }


/*======================================================
  Article 
========================================================*/

.d-grid.article-grid-style{ grid-template-columns: repeat(3, 1fr); padding-top: 60px;}
.article-content{
  padding-top: 20px;

}
.article-feature-image img{
  border-radius: 8px;
}

.article-content h5{
  margin-bottom: 20px;
  font-weight: 600;
}

.cta-form-container{
  margin-top: 60px;
}
.cta-form-container input[type="text"],
.cta-form-container input[type="email"],
.cta-form-container input[type="tel"],
.cta-form-container textarea {
    width: 100%;
    padding: 15px 0px;
    border: none;
    border-bottom: 2px solid var(--gray);
    background: transparent;
    font-size: 1rem;
    color: var(--primary);
    transition: var(--transition);
    font-family: inherit;
    margin-bottom: 20px;
}

.cta-form-container input[type="text"]::placeholder,
.cta-form-container input[type="email"]::placeholder,
.cta-form-container input[type="tel"]::placeholder,
.cta-form-container textarea::placeholder {
    color: var(--primary);
}

.cta-form-container input[type="text"]:focus,
.cta-form-container input[type="email"]:focus,
.cta-form-container input[type="tel"]:focus,
.cta-form-container textarea:focus {
    outline: none;
    border-bottom-color: var(--primary-green);
    background-color: rgba(164, 214, 94, 0.02);
}

.cta-form-container textarea {
    resize: vertical;
    min-height: 100px;
}

.button-wrapper {
    margin-top: 10px;
}
.button-wrapper button{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cta-form-container p{
  margin-top: 20px;
  text-align: center;
}

/*======================================
contact-us-section
========================================*/

.contact-us-section {
  background: linear-gradient(
    to bottom,
    #111111 0%,
    #181818 35%,
    #2a2a2a 55%,
    #d8d8d8 80%,
    #f5f5f5 100%
  );
}
  .form-wrap { width: 100%; background-color: var(--white); padding: 40px;
   border-radius: 10px; }

  .form-subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 28px;
  }

  .divider {
    border: none;
    border-top: 1px solid #B3B3B3;
    margin-bottom: 28px;
  }

  .section-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
    letter-spacing: 0.1px;
  }

  .section-block {
    margin-bottom: 28px;
  }

  .dashed-divider {
    border: none;
    border-top: 1.5px dashed #d8d6ce;
    margin: 28px 0;
  }

  .row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    gap: 12px;
  }

  .field {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

 .form-wrap  input, .form-wrap select, .form-wrap textarea {
    background: #F5F5F5;
    border: 1.5px solid transparent;
    border-radius: var(--radius);
    padding: 16px;
    font-size: 14px;
    color: var(--text);
    outline: none;
    width: 100%;
    transition: border-color 0.18s, background 0.18s;
    font-family: inherit;
    border-radius: 4px;
  }

  .form-wrap input::placeholder, .form-wrap textarea::placeholder { color: var(--text-placeholder); }

  .form-wrap input:focus, .form-wrap select:focus, .form-wrap textarea:focus {
    border-color: var(--border-focus);
    background: var(--white);
  }

  .form-wrap input.error, .form-wrap select.error, .form-wrap textarea.error {
    border-color: var(--error);
    background: var(--error-bg);
  }

  .form-wrap textarea {
    height: 110px;
    padding: 14px;
    resize: vertical;
  }

  .form-wrap select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }

  .err-msg {
    font-size: 11.5px;
    color: var(--error);
    display: none;
    align-items: center;
    gap: 4px;
  }
  .err-msg.show { display: flex; }

  .date-wrap {
    position: relative;
  }
  .date-wrap input { padding-right: 42px; cursor: pointer; }
  .date-wrap svg {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
  }
  .form-wrap input[type="date"] { color: var(--text-placeholder); }
  .form-wrap input[type="date"]:valid { color: var(--text); }
  .form-wrap input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; position: absolute; right: 0; width: 40px; height: 100%; cursor: pointer; }

  .check-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
  }
  .check-row input[type="checkbox"] {
    display: none;
  }
  .custom-check {
    width: 18px; height: 18px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s, border-color 0.15s;
    background: var(--white);
  }
  .check-row input[type="checkbox"]:checked + .custom-check {
    background: var(--green);
    border-color: var(--green);
  }
  .check-row input[type="checkbox"]:checked + .custom-check svg { display: block; }
  .custom-check svg { display: none; }

  .time-options { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
  .time-opt {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
  }
  .time-opt input[type="checkbox"] { display: none; }
  .sq-check {
    width: 18px; height: 18px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s, border-color 0.15s;
    background: var(--white);
  }
  .time-opt input:checked + .sq-check {
    background: var(--green);
    border-color: var(--green);
  }
  .time-opt input:checked + .sq-check svg { display: block; }
  .sq-check svg { display: none; }

  .upload-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .upload-count {
    font-size: 13px;
    color: var(--text-muted);
  }

  .upload-zone {
    background: #f2f1ec;
    border: 1.5px dashed #c8c6be;
    border-radius: var(--radius);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    padding: 24px;
    position: relative;
  }
  .upload-zone:hover, .upload-zone.drag { border-color: var(--green); background: var(--green-light); }
  .upload-zone input[type="file"] {
    position: absolute; inset: 0; opacity: 0; cursor: pointer;
    height: 100%; width: 100%; border: none; background: none;
  }

  .upload-icon-wrap {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--white);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 10px;
  }
  .upload-zone-label { font-size: 14px; color: #666; font-weight: 500; }
  .upload-zone-sub { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

  .preview-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 14px;
  }

  .preview-thumb {
    position: relative;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #e8e6de;
    border: 1px solid var(--border);
  }
  .preview-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }
  .preview-thumb .remove-btn {
    position: absolute;
    top: 4px; right: 4px;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-size: 11px;
    line-height: 1;
    padding: 0;
    transition: background 0.15s;
  }
  .preview-thumb .remove-btn:hover { background: var(--error); }

  .preview-thumb .file-name {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    font-size: 9px;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 2px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .submit-btn {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

  .success-banner {
    display: none;
    background: var(--green-light);
    border: 1.5px solid var(--green);
    border-radius: var(--radius);
    padding: 16px 20px;
    font-size: 14px;
    color: #3b6d11;
    font-weight: 500;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
  }
  .success-banner.show { display: flex; }

  .contact-left-content {
    color:var(--white);
  }
  .contact-left-content p{
    color: var(--white);
  }

  .contact-left-content h1 {
    color: #A3C210;
    font-size: 48px !important;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  
/*============================================
about-us-hero
===============================================*/
.about-us-hero{
  align-items: center;
}

.solutions-section .d-grid, .future-creating-section .d-grid{
  gap:80px;
}

.solutions-section h2{
  max-width: 767px;
  margin: 0px auto;
}

.future-creating-section h2{
  max-width: 800px;
  margin: 0px auto;
}

.future-creating-section h3 span{
  color:var(--green-light);
  display: inline-block;
  padding-bottom: 10px;
}

.green-label {
  color: #7A961B;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/*================================================

==================================================*/

  /* ── Map Cards ── */
  .map-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 auto 20px;
  }

  .map-card {
    border-radius: 14px;
    overflow: hidden;
    background: var(--primary);
    position: relative;
    color: var(--white);
  }

  .map-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: saturate(1.1) brightness(0.95);
  }

  .map-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #1e2a1e 0%, #243024 40%, #1a2520 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .map-placeholder svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.55;
  }

  .map-label {
    padding: 20px 20px;
    text-align: center;
  }

  /* ── Grid layout ── */
  .grid-wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .info-card {
    background: var(--primary);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 40px;
    transition: border-color 0.25s;
  }

  .info-card:hover {
    border-color: rgba(139, 195, 74, 0.25);
  }

  .info-card.wide {
    grid-column: span 2;
  }

  .info-card h3 {
    margin-bottom: 20px;
    color: var(--white);
  }

  /* ── Checklist grid ── */
  .check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
  }

  .check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size:20px;
    color: #CCCCCC;
    line-height: 1.3;
  }

  .check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: var(--green-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .check-icon svg {
    width: 11px;
    height: 11px;
    stroke: #111;
    stroke-width: 2.5;
    fill: none;
  }

  /* ── Animations ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .map-row, .info-card {
    animation: fadeUp 0.55s ease both;
  }

  .map-row { animation-delay: 0.05s; }
  .info-card:nth-child(1) { animation-delay: 0.12s; }
  .info-card:nth-child(2) { animation-delay: 0.18s; }
  .info-card:nth-child(3) { animation-delay: 0.24s; }
  .info-card:nth-child(4) { animation-delay: 0.30s; }
  .info-card:nth-child(5) { animation-delay: 0.36s; }
  .info-card:nth-child(6) { animation-delay: 0.42s; }

  .grid-line { stroke: #8bc34a; stroke-width: 0.5; opacity: 0.3; }
  .road { stroke: #6a9d2f; stroke-width: 1.5; fill: none; }
  .water { fill: #2a4a5a; opacity: 0.6; }
  .areas-bottom-btn{
    display: flex;
    justify-content: center;
  }

  /*=========================================
    Blog
  ===========================================*/
  .blog-list-heading{
    max-width: 850px;
    margin: 0px auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .blog-heading-sub{
    background: #00000014;
    border: 1px solid #A3C210;
    backdrop-filter: blur(50px);
    border-radius:50px;
    padding: 12px 26px;
  }
    /*=========================================
    Blog-single
  ===========================================*/
  /* "Back to Articles" section */
        .back-nav {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            text-decoration: none;
            color: #1a1a1a;
            font-size: 16px;
        }

        .back-nav .arrow-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 24px;
            height: 24px;
            background-color: #1a1a1a;
            color: white;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 14px;
        }

        /* The main feature image block */
        .feature-block {
            position: relative;
            width: 100%;
            border-radius: 20px; /* Rounded corners */
            overflow: hidden; /* Important for rounding and gradient overlay */
        }

        .feature-image {
            width: 100%;
            display: block;
            height: auto;
        }

        /* The gradient that helps text readability */
        .feature-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%; /* Only the bottom portion has a gradient */
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        }

        /* Text content content and positioning */
        .overlay-text-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 40px; /* Text padding within the image */
            color: white;
        }

        .category-tag {
            display: inline-block;
            background-color: rgba(144, 155, 126, 0.4); /* Subdued olive/gray */
            color: #d8dcd0; /* Light text */
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #fff;
        }

/*        .article-title {
            font-size: 40px;
            font-weight: 700;
            margin: 0 0 10px 0;
            line-height: 1.2;
            color:#fff;
        }

        .article-description {
            font-size: 16px;
            margin: 0;
            opacity: 0.9;
            font-weight: 400;
            color: #fff;
        }

        /* Basic responsiveness */


.blog-single-wraper{
    gap: 60px;
    align-items: flex-start;
}

/* Author & Text Styles */
.author-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
}

.author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.date-color {
  color: #8fb43e;
  font-weight: bold;
}

.meta-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}

.article-headline {
  margin-bottom: 20px;
}

/* Sidebar Image Styling */
.sidebar-cta-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Social Share Styling */
.share-container {
  margin-top: 20px;
  gap: 15px;
}

.share-label {
  color: #8fb43e;
  font-weight: 600;
}

.share-icons a img {
  width: 20px;
  margin-right: 10px;
}
.blog-rightsidebar {
  background-color: var(--green-light);
  padding: 40px 32px;
  border-radius: 8px;
  position: sticky;
  top: 0;
}
.blog-rightsidebar h2{
  font-size: 40px;
  text-align: center;
}
.transition-line{
  padding: 40px 32px;
  background-color: #F8FAF0;
  border-radius: 16px;
  text-align: center;
}
.transition-line h3{
  color: #64801A;
}
/* Mobile Responsiveness */
@media (max-width: 991px) {
  .blog-layout-70-30 {
    grid-template-columns: 100%; /* Stacks on mobile */
  }
}

.service-mold-section{
  background-color: #F8FAF0;
}
.sevice-offer-text{
  color:#B3B3B3;
  margin-top: 20px;
}

.services-average-section .d-grid{
   grid-template-columns: repeat(4, 1fr);
}
.average-card{
  text-align: center;
}
.average-card h5{
  padding-top: 20px;
}
.service-hero-banner .hero-overlay{
  
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-rightsidebar .arrow-circle.green-circle{
  background-color: var(--green-light);
}

.hp-field {
  display: none !important;
}

.human-check-box {
    background: #eaf6ea;
    border: 1px solid #b8d8b8;
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 28px;
}

.human-check-box label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.human-check-box p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #555;
}

.thank-you-message { background: #eaf6ea; border: 1px solid #b8d8b8; border-radius: 8px; padding: 18px; text-align: center; font-weight: 600; }

.why-inspection {
  display: flex;
  gap: 2rem;
  padding: 0 8rem;
}
.winsptexts {
  margin-bottom: 12rem;
}
.whyinspt {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 3.4rem;
  line-height: 1.1;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-info-item {
  padding: 20px;
  background: rgba(163, 194, 16, 0.10);
  border: 1px solid rgba(163, 194, 16, 0.35);
  border-radius: 16px;
}

.contact-info-item strong {
  display: block;
  color: #1A1A1A;
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-info-item a,
.contact-info-item span {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.contact-us-section .contact-left-content p {
  color: #ffffff;
}



.contact-info-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(163, 194, 16, 0.55);
}

.contact-info-item strong {
  color: #ffffff;
}

.contact-info-item a,
.contact-info-item span {
  color: rgba(255, 255, 255, 0.82);
}

.contact-us-section .col-6 > h5 {
  color: #A3C210;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.contact-us-section .col-6 > .form-subtitle {
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}

.contact-us-section .form-wrap > h5 {
  color: #1A1A1A;
}

.article-admin-row {
  margin: 10px 0 14px;
  display: flex;
  justify-content: flex-start;
}

.article-admin-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 7px 14px;
  border-radius: 999px;
  background: #424588;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 3;
}
