/* =========================
HEADER
========================= */

.site-header{
width:100%;
height:88px;
background:#fff;
border-bottom:1px solid #e9eee9;
position:relative;
z-index:9999;
}

.header-inner{
width:calc(100% - 70px);
max-width:1380px;
height:100%;
margin:auto;
display:flex;
align-items:center;
gap:35px;
}

/* LOGO */

.header-logo{
width:205px;
height:72px;
display:flex;
align-items:center;
flex-shrink:0;
}

.header-logo a{
width:100%;
height:100%;
display:flex;
align-items:center;
}

.header-logo img{
display:block;
width:100%;
height:68px;
object-fit:contain;
object-position:left center;
}

/* DESKTOP NAV */

.desktop-nav{
margin-left:auto;
height:100%;
display:flex;
align-items:center;
}

.desktop-nav ul{
height:100%;
display:flex;
align-items:center;
gap:38px;
margin:0;
padding:0;
list-style:none;
}

.desktop-nav li{
height:100%;
display:flex;
align-items:center;
position:relative;
}

.desktop-nav li>a{
height:100%;
display:flex;
align-items:center;
gap:5px;
position:relative;
color:#183c31;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:.3s ease;
}

.desktop-nav li>a:hover,
.desktop-nav li>a.active{
color:#16733f;
}

.desktop-nav li>a.active:after{
content:"";
position:absolute;
left:0;
bottom:22px;
width:100%;
height:2px;
background:#16733f;
border-radius:10px;
}

.nav-dropdown>a span{
font-size:14px;
margin-top:-3px;
}

/* DROPDOWN */

.dropdown-box{
position:absolute;
top:75px;
left:50%;
width:225px;
padding:8px;
background:#fff;
border:1px solid #e5ebe6;
border-radius:10px;
box-shadow:0 18px 45px rgba(0,50,35,.10);
transform:translate(-50%,10px);
opacity:0;
visibility:hidden;
transition:.25s ease;
}

.nav-dropdown:hover .dropdown-box{
opacity:1;
visibility:visible;
transform:translate(-50%,0);
}

.dropdown-box a{
display:block;
padding:11px 13px;
color:#25483c;
font-size:13px;
font-weight:500;
border-radius:6px;
text-decoration:none;
transition:.2s ease;
}

.dropdown-box a:hover{
background:#f0f8e8;
color:#16733f;
}

/* RIGHT AREA */

.header-right{
display:flex;
align-items:center;
gap:18px;
flex-shrink:0;
}

/* CALL */

.call-box{
display:flex;
align-items:center;
gap:9px;
text-decoration:none;
}

.call-icon{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
background:#eff8eb;
color:#16733f;
border-radius:50%;
font-size:15px;
}

.call-info{
display:flex;
flex-direction:column;
line-height:1.2;
}

.call-info small{
font-size:9px;
color:#7b857f;
font-weight:500;
}

.call-info strong{
font-size:12px;
color:#173b30;
font-weight:700;
white-space:nowrap;
}

/* CTA */

.header-cta{
height:45px;
padding:0 17px 0 19px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
background:#16733f;
color:#fff;
border-radius:7px;
font-size:13px;
font-weight:700;
text-decoration:none;
transition:.3s ease;
}

.header-cta span{
width:25px;
height:25px;
display:flex;
align-items:center;
justify-content:center;
background:#c3f34b;
color:#064a32;
border-radius:50%;
font-size:14px;
}

.header-cta:hover{
background:#0b5530;
transform:translateY(-2px);
}

/* MOBILE BUTTON */

.menu-toggle{
display:none;
width:42px;
height:42px;
border:0;
border-radius:7px;
background:#eff8eb;
padding:0;
cursor:pointer;
align-items:center;
justify-content:center;
flex-direction:column;
gap:5px;
}

.menu-toggle span{
display:block;
width:21px;
height:2px;
background:#16733f;
border-radius:5px;
transition:.3s ease;
}

.menu-toggle.open span:nth-child(1){
transform:translateY(7px) rotate(45deg);
}

.menu-toggle.open span:nth-child(2){
opacity:0;
}

.menu-toggle.open span:nth-child(3){
transform:translateY(-7px) rotate(-45deg);
}

/* MOBILE MENU */

.mobile-menu{
display:none;
position:absolute;
top:88px;
left:0;
width:100%;
padding:15px 25px 22px;
background:#fff;
border-top:1px solid #edf0ed;
box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.mobile-menu.show{
display:block;
}

.mobile-menu nav{
display:flex;
flex-direction:column;
}

.mobile-menu nav a{
padding:13px 5px;
border-bottom:1px solid #edf1ed;
color:#183c31;
font-size:14px;
font-weight:600;
text-decoration:none;
}

.mobile-menu nav a:hover{
color:#16733f;
}

.mobile-call{
margin-top:17px;
padding:14px;
display:flex;
align-items:center;
justify-content:space-between;
background:#f3f9ed;
border-radius:8px;
}

.mobile-call div{
display:flex;
flex-direction:column;
}

.mobile-call small{
font-size:10px;
color:#7c857f;
}

.mobile-call strong{
font-size:13px;
color:#173b30;
}

.mobile-call>a{
padding:9px 13px;
background:#16733f;
color:#fff;
border-radius:6px;
font-size:12px;
font-weight:700;
text-decoration:none;
}

.mobile-quote{
height:46px;
margin-top:12px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
background:#16733f;
color:#fff;
border-radius:7px;
font-size:13px;
font-weight:700;
text-decoration:none;
}

.mobile-quote span{
font-size:17px;
}
/* FAQ SECTION */
.faq-section {
    padding: 100px 0;
    background: #f8fdec;
}

.faq-container {
    width: min(100% - 80px, 1310px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 65px;
    align-items: start;
}

.faq-left {
    padding-top: 5px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    margin-bottom: 20px;
    background: #004d3b;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.section-tag span {
    font-size: 17px;
    line-height: 10px;
}

.faq-left h2 {
    margin: 0 0 34px;
    color: #004d3b;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.faq-image {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 22px;
}

.faq-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.faq-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
}

.faq-contact h4 {
    margin: 0;
    color: #004d3b;
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.faq-btn {
    min-width: 166px;
    height: 48px;
    padding: 0 13px 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #c1f34b;
    color: #003f31;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    transition: .3s ease;
}

.faq-btn span {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004d3b;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
}

.faq-btn:hover {
    background: #004d3b;
    color: #fff;
}

.faq-btn:hover span {
    background: #c1f34b;
    color: #004d3b;
}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #b6ed3e;
    border-radius: 14px;
    background: #f1fbdc;
}

.faq-question {
    width: 100%;
    min-height: 65px;
    padding: 0 28px;
    border: 0;
    background: transparent;
    color: #003f31;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.faq-icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.faq-answer {
    display: none;
    padding: 0 28px 26px;
    background: #004d3b;
    color: #fff;
}

.faq-answer p {
    margin: 0;
    padding-top: 21px;
    font-size: 14px;
    line-height: 1.7;
}

.faq-item.active {
    border-color: #c1f34b;
}

.faq-item.active .faq-question {
    background: #c1f34b;
    color: #004d3b;
}

.faq-item.active .faq-answer {
    display: block;
}
/* TESTIMONIAL SECTION */
.testimonial-section {
    padding: 100px 0;
    background: #ffffff;
}

.testimonial-container {
    width: min(100% - 80px, 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 30% 47% 23%;
    gap: 20px;
}

.testimonial-intro {
    min-height: 465px;
    padding: 42px 40px;
    background: #004d3b;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.testimonial-tag {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #c1f34b;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-tag span {
    font-size: 20px;
}

.testimonial-intro h2 {
    margin: 28px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    font-weight: 800;
}

.testimonial-rating {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 38px;
}

.testimonial-rating strong {
    font-family: "Manrope", sans-serif;
    font-size: 70px;
    line-height: 1;
}

.testimonial-rating p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.stars,
.testimonial-stars {
    color: #c1f34b;
    letter-spacing: 3px;
    font-size: 19px;
}


/* TESTIMONIAL SLIDER */
.testimonial-slider {
    min-height: 465px;
    position: relative;
    overflow: hidden;
    background: #f7fce9;
    border-radius: 10px;
}

.testimonial-track {
    width: 100%;
    height: 100%;
}

.testimonial-slide {
    position: absolute;
    inset: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(35px);
    visibility: hidden;
    transition: opacity .55s ease, transform .55s ease;
}

.testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.testimonial-content p {
    margin: 0;
    color: #173e35;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial-bottom {
    margin-top: auto;
    position: relative;
}

.testimonial-stars {
    margin-bottom: 20px;
    font-size: 20px;
}

.testimonial-bottom h4 {
    margin: 0;
    color: #004d3b;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.quote-mark {
    position: absolute;
    right: 0;
    bottom: -5px;
    color: #c1f34b;
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: .7;
}


/* DOTS */
.testimonial-dots {
    position: absolute;
    left: 40px;
    bottom: 25px;
    display: flex;
    gap: 7px;
}

.testimonial-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b7c6ae;
    cursor: pointer;
    transition: .3s ease;
}

.testimonial-dots span.active {
    width: 24px;
    border-radius: 10px;
    background: #004d3b;
}


/* RIGHT SIDE */
.testimonial-services {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.service-mini {
    min-height: 100px;
    padding: 20px 17px;
    background: #f7fce9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: .3s ease;
}

.service-mini:hover,
.service-mini.active {
    background: #c1f34b;
}

.service-number {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #004d3b;
    color: #c1f34b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.service-mini strong {
    display: block;
    color: #004d3b;
    font-size: 14px;
    line-height: 1.3;
}

.service-mini small {
    display: block;
    margin-top: 4px;
    color: #607168;
    font-size: 12px;
}

/* HOW IT WORKS */
.how-work-section {
    padding: 100px 0;
    background: #ffffff;
}

.how-work-container {
    width: min(100% - 80px, 1320px);
    margin: 0 auto;
}

.how-work-heading {
    text-align: center;
    margin-bottom: 62px;
}

.how-work-heading .section-tag {
    margin-bottom: 22px;
}

.how-work-heading h2 {
    margin: 0;
    color: #004d3b;
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.process-card {
    min-height: 302px;
    padding: 40px 24px 35px;
    position: relative;
    overflow: hidden;
    background: #f7fce9;
    border-radius: 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 77, 59, .08);
}

.process-number {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    background: #004d3b;
    color: #ffffff;
    border-radius: 50%;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.process-icon {
    position: absolute;
    top: 37px;
    right: 27px;
    color: #dfead2;
    font-size: 60px;
    line-height: 1;
    transform: rotate(45deg);
    opacity: .8;
}

.process-card h3 {
    margin: 0 0 17px;
    color: #004d3b;
    font-family: "Manrope", sans-serif;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
}

.process-card p {
    max-width: 370px;
    margin: 0;
    color: #294b41;
    font-size: 15px;
    line-height: 1.75;
}

/* =========================
   EXPERTISE SECTION
========================= */

.expertise-section{
    padding:110px 0;
    background:#fff;
    overflow:hidden;
}

.expertise-container{
    width:min(100% - 80px,1320px);
    margin:0 auto;
}


/* TOP AREA */

.expertise-top{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:80px;
    align-items:center;
    margin-bottom:85px;
}

.expertise-heading .section-tag{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:9px 14px;
    background:#004d3b;
    color:#c1f34b;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
}

.expertise-heading .section-tag span{
    font-size:17px;
}

.expertise-heading h2{
    max-width:700px;
    margin:25px 0 22px;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:53px;
    line-height:1.12;
    letter-spacing:-2px;
    font-weight:800;
}

.expertise-heading h2 span{
    color:#16733f;
}

.expertise-heading>p{
    max-width:620px;
    margin:0 0 30px;
    color:#50635b;
    font-size:16px;
    line-height:1.8;
}

.expertise-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:13px 18px 13px 22px;
    background:#c1f34b;
    color:#004d3b;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:.3s ease;
}

.expertise-btn span{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#004d3b;
    color:#c1f34b;
    border-radius:50%;
}

.expertise-btn:hover{
    background:#004d3b;
    color:#fff;
}


/* RESEARCH CARD */

.research-card{
    min-height:390px;
    padding:34px;
    position:relative;
    overflow:hidden;
    background:#004d3b;
    color:#fff;
    border-radius:25px;
}

.research-card:before{
    content:"";
    width:220px;
    height:220px;
    position:absolute;
    right:-100px;
    bottom:-100px;
    border:1px solid rgba(193,243,75,.25);
    border-radius:50%;
}

.research-card:after{
    content:"";
    width:140px;
    height:140px;
    position:absolute;
    right:-60px;
    bottom:-60px;
    border:1px solid rgba(193,243,75,.25);
    border-radius:50%;
}

.research-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.research-number{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#c1f34b;
    color:#004d3b;
    border-radius:50%;
    font-size:12px;
    font-weight:800;
}

.research-label{
    color:#c1f34b;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
}

.research-symbol{
    margin-top:30px;
    color:#c1f34b;
    font-size:26px;
}

.research-card h3{
    max-width:440px;
    margin:12px 0 18px;
    font-family:"Manrope",sans-serif;
    font-size:29px;
    line-height:1.25;
    font-weight:800;
}

.research-card p{
    max-width:430px;
    margin:0;
    color:#d7e5dc;
    font-size:14px;
    line-height:1.75;
}

.research-line{
    width:100%;
    height:1px;
    margin:28px 0 20px;
    background:rgba(255,255,255,.15);
}

.research-bottom{
    display:flex;
    align-items:center;
    gap:12px;
    color:#c1f34b;
    font-size:10px;
    letter-spacing:1px;
}

.research-bottom span{
    color:#7f9a8d;
}


/* SPECIALIZATION */

.specialization-area{
    padding-top:5px;
}

.specialization-title{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:38px;
}

.small-label{
    color:#16733f;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
}

.specialization-title h3{
    margin:10px 0 0;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:39px;
    line-height:1.15;
    letter-spacing:-1px;
}

.specialization-title>p{
    max-width:470px;
    margin:0;
    color:#64756d;
    font-size:15px;
    line-height:1.75;
}


/* CARDS */

.specialization-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.specialization-card{
    min-height:220px;
    padding:27px;
    position:relative;
    background:#f7fce9;
    border:1px solid #edf2e6;
    border-radius:17px;
    transition:.3s ease;
}

.specialization-card:hover{
    transform:translateY(-5px);
    background:#eef8df;
    border-color:#dcecc8;
}

.card-icon{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    background:#004d3b;
    color:#c1f34b;
    border-radius:50%;
    font-size:10px;
    font-weight:800;
}

.specialization-card h4{
    max-width:250px;
    margin:0 0 10px;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:18px;
    line-height:1.3;
}

.specialization-card p{
    max-width:300px;
    margin:0;
    color:#596b63;
    font-size:13px;
    line-height:1.7;
}

.card-arrow{
    position:absolute;
    top:25px;
    right:25px;
    color:#16733f;
    font-size:18px;
}


/* FEATURED CARD */

.featured-card{
    background:#004d3b;
    border-color:#004d3b;
}

.featured-card h4{
    color:#fff;
}

.featured-card p{
    color:#c9ddd3;
}

.featured-card .card-icon{
    background:#c1f34b;
    color:#004d3b;
}

.featured-card .card-arrow{
    color:#c1f34b;
}


/* PRESERVATION BANNER */

.preservation-banner{
    margin-top:22px;
    padding:28px 35px;
    display:grid;
    grid-template-columns:auto 1fr 1fr;
    align-items:center;
    gap:25px;
    background:#c1f34b;
    border-radius:18px;
}

.preservation-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#004d3b;
    color:#c1f34b;
    border-radius:50%;
    font-size:18px;
}

.preservation-banner span{
    color:#31583f;
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}

.preservation-banner h3{
    margin:5px 0 0;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:22px;
    line-height:1.2;
}

.preservation-banner p{
    margin:0;
    color:#31583f;
    font-size:13px;
    line-height:1.7;
}

/* =========================
   ABOUT INTRO
========================= */

.about-intro-section{
    padding:105px 0 0;
    background:#f7fce9;
    overflow:hidden;
}

.about-intro-container{
    width:min(100% - 80px,1320px);
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}


/* LEFT */

.about-intro-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:9px 15px;
    background:#004d3b;
    color:#c1f34b;
    border-radius:30px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.6px;
}

.about-intro-badge span{
    font-size:17px;
}

.about-intro-left h2{
    max-width:620px;
    margin:25px 0 30px;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:52px;
    line-height:1.12;
    letter-spacing:-2px;
    font-weight:800;
}

.about-intro-left h2 span{
    color:#16733f;
}

.about-intro-highlight{
    max-width:550px;
    display:flex;
    align-items:flex-start;
    gap:17px;
}

.highlight-line{
    width:4px;
    min-width:4px;
    height:72px;
    background:#c1f34b;
    border-radius:5px;
}

.about-intro-highlight p{
    margin:0;
    color:#52665d;
    font-size:15px;
    line-height:1.75;
}


/* RIGHT */

.about-intro-right{
    padding:10px 0;
}

.about-main-text{
    margin:0 0 22px;
    color:#21483b;
    font-size:17px;
    line-height:1.85;
    font-weight:500;
}

.about-secondary-text{
    margin:0 0 30px;
    color:#65766e;
    font-size:14px;
    line-height:1.8;
}

.about-intro-btn{
    display:inline-flex;
    align-items:center;
    gap:11px;
    padding:12px 17px 12px 21px;
    background:#004d3b;
    color:#fff;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:.3s ease;
}

.about-intro-btn span{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#c1f34b;
    color:#004d3b;
    border-radius:50%;
}

.about-intro-btn:hover{
    background:#16733f;
    transform:translateY(-2px);
}


/* STATS */

.about-stats{
    width:min(100% - 80px,1320px);
    margin:80px auto 0;
    padding:25px 0;
    border-top:1px solid #dce7d9;
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.about-stat{
    padding:8px 35px;
    display:flex;
    align-items:center;
    gap:18px;
    border-right:1px solid #dce7d9;
}

.about-stat:first-child{
    padding-left:0;
}

.about-stat:last-child{
    border-right:0;
}

.about-stat>strong{
    color:#c0dc79;
    font-family:"Manrope",sans-serif;
    font-size:34px;
    line-height:1;
    font-weight:800;
}

.about-stat h4{
    margin:0 0 4px;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:15px;
    font-weight:700;
}

.about-stat p{
    margin:0;
    color:#738078;
    font-size:11px;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .about-intro-container{
        width:min(100% - 50px,950px);
        gap:45px;
    }

    .about-intro-left h2{
        font-size:42px;
    }

    .about-main-text{
        font-size:15px;
    }

    .about-stats{
        width:min(100% - 50px,950px);
    }

}


@media(max-width:800px){

    .about-intro-section{
        padding:75px 0 0;
    }

    .about-intro-container{
        width:calc(100% - 30px);
        grid-template-columns:1fr;
        gap:40px;
    }

    .about-intro-left h2{
        font-size:40px;
    }

    .about-intro-right{
        padding:0;
    }

    .about-stats{
        width:calc(100% - 30px);
        margin-top:60px;
        grid-template-columns:1fr;
        padding:0;
    }

    .about-stat{
        padding:20px 0;
        border-right:0;
        border-bottom:1px solid #dce7d9;
    }

    .about-stat:last-child{
        border-bottom:0;
    }

}


@media(max-width:600px){

    .about-intro-section{
        padding:60px 0 0;
    }

    .about-intro-container{
        width:calc(100% - 24px);
    }

    .about-intro-left h2{
        margin:20px 0 25px;
        font-size:32px;
        line-height:1.18;
        letter-spacing:-1px;
    }

    .about-intro-highlight p{
        font-size:14px;
    }

    .about-main-text{
        font-size:15px;
        line-height:1.75;
    }

    .about-secondary-text{
        font-size:13px;
    }

    .about-stats{
        width:calc(100% - 24px);
        margin-top:50px;
    }

    .about-stat>strong{
        font-size:29px;
    }

}
/* =========================
   PEST HERO SLIDER
========================= */

.pest-hero{
    position:relative;
    overflow:hidden;
    background:#004d3b;
}

.hero-slider{
    position:relative;
    height:690px;
}

.hero-slide{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    opacity:0;
    visibility:hidden;
    transition:opacity .9s ease,visibility .9s ease;
}

.hero-slide.active{
    opacity:1;
    visibility:visible;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(0,58,45,.96) 0%,
            rgba(0,70,55,.88) 38%,
            rgba(0,65,50,.55) 68%,
            rgba(0,50,40,.35) 100%
        );
}

.hero-container{
    width:min(100% - 80px,1320px);
    margin:0 auto;
    position:relative;
    z-index:2;
}

.hero-content{
    max-width:720px;
    color:#fff;
    transform:translateY(20px);
    opacity:0;
    transition:all .8s ease .25s;
}

.hero-slide.active .hero-content{
    transform:translateY(0);
    opacity:1;
}

.hero-tag{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:9px 15px;
    margin-bottom:23px;
    background:#004d3b;
    border:1px solid rgba(193,243,75,.25);
    border-radius:30px;
    color:#c1f34b;
    font-size:11px;
    font-weight:800;
    letter-spacing:.8px;
}

.hero-tag span{
    font-size:17px;
}

.hero-content h1{
    max-width:760px;
    margin:0 0 22px;
    font-family:"Manrope",sans-serif;
    font-size:64px;
    line-height:1.08;
    letter-spacing:-2.5px;
    font-weight:800;
}

.hero-content h1 span{
    color:#c1f34b;
}

.hero-content p{
    max-width:650px;
    margin:0 0 32px;
    color:#e2ece7;
    font-size:16px;
    line-height:1.8;
}

.hero-actions{
    display:flex;
    align-items:center;
    gap:25px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    gap:11px;
    padding:12px 16px 12px 22px;
    background:#c1f34b;
    color:#004d3b;
    border-radius:30px;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    transition:.3s ease;
}

.hero-btn span{
    width:29px;
    height:29px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#004d3b;
    color:#c1f34b;
    border-radius:50%;
}

.hero-btn:hover{
    transform:translateY(-3px);
    background:#fff;
}

.hero-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}

.hero-link span{
    color:#c1f34b;
    font-size:20px;
    transition:.3s ease;
}

.hero-link:hover span{
    transform:translateX(5px);
}


/* =========================
   HERO BOTTOM FEATURES
========================= */

.hero-bottom{
    position:relative;
    z-index:5;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#fff;
}

.hero-feature{
    min-height:105px;
    padding:20px 25px;
    display:flex;
    align-items:center;
    gap:17px;
    border-right:1px solid #e4e8e2;
}

.hero-feature:last-child{
    border-right:0;
}

.feature-icon{
    width:52px;
    height:52px;
    min-width:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#004d3b;
    color:#c1f34b;
    border-radius:50%;
    font-size:11px;
    font-weight:800;
}

.hero-feature h4{
    margin:0 0 5px;
    color:#004d3b;
    font-family:"Manrope",sans-serif;
    font-size:15px;
    line-height:1.25;
}

.hero-feature p{
    margin:0;
    color:#65756d;
    font-size:11px;
}


/* =========================
   SLIDER DOTS
========================= */

.hero-dots{
    position:absolute;
    z-index:10;
    right:40px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:9px;
}

.hero-dot{
    width:8px;
    height:8px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.45);
    cursor:pointer;
    transition:.3s ease;
}

.hero-dot.active{
    height:28px;
    border-radius:10px;
    background:#c1f34b;
}
/* =========================
   FOOTER
========================= */

.site-footer{
    background:#004d3b;
    color:#fff;
    padding:55px 0 0;
}

.footer-container{
    width:min(100% - 80px,1320px);
    margin:0 auto;
}


/* FOOTER TOP */

.footer-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:30px;
    border-bottom:1px solid rgba(255,255,255,.13);
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    text-decoration:none;
    font-family:"Manrope",sans-serif;
    font-size:25px;
    font-weight:800;
}

.footer-logo{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#c1f34b;
    color:#004d3b;
    border-radius:50%;
    font-size:20px;
}


/* SOCIAL */

.footer-socials{
    display:flex;
    gap:10px;
}

.footer-socials a{
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.10);
    color:#fff;
    border-radius:50%;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:.3s ease;
}

.footer-socials a:hover{
    background:#c1f34b;
    color:#004d3b;
    transform:translateY(-3px);
}


/* FOOTER MAIN */

.footer-main{
    display:grid;
    grid-template-columns:1.35fr .75fr 1fr 1.05fr;
    gap:65px;
    padding:45px 0 50px;
}

.footer-column h3{
    margin:0 0 23px;
    color:#fff;
    font-family:"Manrope",sans-serif;
    font-size:18px;
    font-weight:800;
}

.footer-about p{
    max-width:350px;
    margin:0 0 25px;
    color:#c6d8d0;
    font-size:13px;
    line-height:1.8;
}


/* CONTACT */

.footer-contact{
    display:flex;
    align-items:center;
    gap:14px;
    color:#fff;
    text-decoration:none;
}

.contact-icon{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#c1f34b;
    color:#004d3b;
    border-radius:50%;
    font-size:19px;
}

.footer-contact span:last-child{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.footer-contact small{
    color:#c1f34b;
    font-size:11px;
}

.footer-contact strong{
    font-size:15px;
}


/* LINKS */

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:13px;
}

.footer-links a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#d3e2dc;
    text-decoration:none;
    font-size:13px;
    transition:.3s ease;
}

.footer-links a:before{
    content:"•";
    color:#c1f34b;
    font-size:18px;
}

.footer-links a:hover{
    color:#c1f34b;
    transform:translateX(3px);
}


/* WORKING HOURS */

.working-hours{
    list-style:none;
    padding:0;
    margin:0;
}

.working-hours li{
    position:relative;
    padding-left:17px;
    margin-bottom:15px;
    color:#d3e2dc;
    font-size:13px;
    line-height:1.6;
}

.working-hours li span{
    position:absolute;
    left:0;
    color:#c1f34b;
    font-size:18px;
}

.working-hours strong{
    display:inline;
    color:#fff;
    font-weight:600;
}


/* LOCATION */

.footer-location{
    display:flex;
    align-items:center;
    gap:13px;
    margin-top:27px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.12);
}

.location-icon{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.10);
    color:#c1f34b;
    border-radius:50%;
    font-size:20px;
}

.footer-location div{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.footer-location small{
    color:#c1d7ce;
    font-size:10px;
}

.footer-location strong{
    color:#fff;
    font-size:12px;
}


/* FOOTER BOTTOM */

.footer-bottom{
    min-height:65px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    border-top:1px solid rgba(255,255,255,.13);
}

.footer-bottom p{
    margin:0;
    color:#9fbab0;
    font-size:11px;
}

.footer-bottom-links{
    display:flex;
    gap:25px;
}

.footer-bottom-links a{
    color:#9fbab0;
    text-decoration:none;
    font-size:11px;
    transition:.3s ease;
}

.footer-bottom-links a:hover{
    color:#c1f34b;
}

/* =========================================
   GEL TREATMENT SECTION
========================================= */

.gel-treatment-section {
    position: relative;
    background: #f7fbea;
    padding: 90px 0 70px;
    overflow: hidden;
}

.gel-treatment-container {
    width: min(100% - 80px, 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    gap: 55px;
    align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.gel-treatment-content {
    position: relative;
    z-index: 2;
}

.gel-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 17px;
    background: #004d3b;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.gel-section-tag span {
    width: 7px;
    height: 7px;
    background: #c1f34b;
    border-radius: 50%;
}


/* HEADING */

.gel-treatment-content h2 {
    margin: 20px 0 0;
    color: #004d3b;
    font-size: clamp(50px, 6vw, 78px);
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 900;
}

.gel-treatment-content h2 span {
    color: #79bd19;
}

.gel-treatment-content h3 {
    margin: 13px 0 20px;
    color: #004d3b;
    font-size: clamp(25px, 2.5vw, 35px);
    line-height: 1.15;
    font-weight: 800;
}


/* BADGE */

.gel-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    background: #e7f6c9;
    color: #004d3b;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
}

.gel-badge span {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004d3b;
    color: #c1f34b;
    border-radius: 50%;
    font-size: 12px;
}


/* INTRO */

.gel-intro {
    max-width: 680px;
    margin: 18px 0 25px;
    color: #527068;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   PEST CARDS
========================================= */

.gel-pests {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 25px;
}

.gel-pest-card {
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(193,243,75,.35);
    border-radius: 15px;
    padding: 9px 8px 12px;
    text-align: center;
    transition: .3s ease;
}

.gel-pest-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,77,59,.08);
}

.gel-pest-image {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.gel-pest-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gel-pest-card h4 {
    margin: 9px 0 0;
    color: #004d3b;
    font-size: 12px;
    font-weight: 800;
}


/* =========================================
   BENEFITS
========================================= */

.gel-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    border-top: 1px solid rgba(0,77,59,.12);
    border-bottom: 1px solid rgba(0,77,59,.12);
}

.gel-benefit {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 20px 14px 20px 0;
}

.gel-benefit:not(:last-child) {
    border-right: 1px solid rgba(0,77,59,.12);
    margin-right: 14px;
}

.gel-benefit-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004d3b;
    color: #c1f34b;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 800;
}

.gel-benefit strong {
    display: block;
    color: #004d3b;
    font-size: 12px;
    line-height: 1.3;
}

.gel-benefit p {
    margin: 4px 0 0;
    color: #668078;
    font-size: 10px;
    line-height: 1.4;
}


/* =========================================
   CTA
========================================= */

.gel-cta-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 28px;
}

.gel-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 17px 14px 22px;
    background: #c1f34b;
    color: #004d3b;
    text-decoration: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 800;
    transition: .3s ease;
}

.gel-cta span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004d3b;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
}

.gel-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,77,59,.15);
}

.gel-trust {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gel-trust-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004d3b;
    color: #c1f34b;
    border-radius: 50%;
}

.gel-trust strong,
.gel-trust small {
    display: block;
}

.gel-trust strong {
    color: #004d3b;
    font-size: 11px;
}

.gel-trust small {
    margin-top: 3px;
    color: #71857f;
    font-size: 9px;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.gel-treatment-visual {
    position: relative;
}

.gel-image-wrap {
    position: relative;
    height: 650px;
    overflow: hidden;
    border-radius: 30px;
    background: #004d3b;
}

.gel-image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* FLOATING BADGE */

.gel-floating-badge {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.92);
    border: 4px solid #c1f34b;
    border-radius: 50%;
    color: #004d3b;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.gel-floating-badge span {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c1f34b;
    border-radius: 50%;
    margin-bottom: 5px;
}

.gel-floating-badge strong {
    font-size: 9px;
}

.gel-floating-badge small {
    margin-top: 2px;
    font-size: 7px;
}


/* IMAGE CAPTION */

.gel-image-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 23px;
    background: rgba(0,77,59,.88);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    color: #fff;
}

.gel-image-caption small {
    display: block;
    margin-bottom: 6px;
    color: #c1f34b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gel-image-caption strong {
    display: block;
    font-size: 21px;
}

.gel-image-caption p {
    margin: 7px 0 0;
    color: #c8d9d3;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================
   BOTTOM MESSAGE
========================================= */

.gel-bottom-message {
    width: min(100% - 80px, 1320px);
    margin: 45px auto 0;
    min-height: 68px;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #e9f8d4;
    border-radius: 22px;
}

.gel-bottom-message > span {
    width: 5px;
    height: 38px;
    flex-shrink: 0;
    background: #168047;
    border-radius: 5px;
}

.gel-bottom-message p {
    flex: 1;
    margin: 0;
    color: #145342;
    font-size: 14px;
    font-style: italic;
}

.gel-bottom-message strong {
    color: #004d3b;
    font-size: 13px;
}

/* =========================================
   CONTACT PAGE
========================================= */

.contact-hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(0, 55, 43, .96) 0%,
            rgba(0, 77, 59, .90) 48%,
            rgba(0, 77, 59, .58) 100%
        ),
        url("assets/images/contact-pest.jpg") center/cover no-repeat;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 80% 40%,
            rgba(193,243,75,.15),
            transparent 30%
        );
}

.contact-hero-container {
    position: relative;
    z-index: 2;
    width: min(100% - 80px, 1320px);
    margin: auto;

    display: grid;
    grid-template-columns: 1.25fr .65fr;
    align-items: center;
    gap: 70px;
}

.contact-hero-content {
    max-width: 760px;
}

.contact-tag,
.contact-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 17px;
    border-radius: 30px;

    background: #c1f34b;
    color: #004d3b;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .5px;
}

.contact-tag span,
.contact-section-label span {
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 50%;
}

.contact-hero h1 {
    margin: 24px 0 20px;

    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: -3px;
    font-weight: 900;
}

.contact-hero h1 span {
    color: #c1f34b;
    display: block;
}

.contact-hero p {
    max-width: 680px;

    color: #d4e3df;
    font-size: 16px;
    line-height: 1.75;
}

.contact-hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 32px;
}

.contact-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    padding: 14px 17px 14px 22px;

    background: #c1f34b;
    color: #004d3b;

    border-radius: 40px;
    text-decoration: none;

    font-size: 14px;
    font-weight: 800;

    transition: .3s ease;
}

.contact-primary-btn span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #004d3b;
    color: #fff;
}

.contact-primary-btn:hover {
    transform: translateY(-3px);
}

.contact-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 20px;

    border: 1px solid rgba(255,255,255,.35);
    border-radius: 35px;

    color: #fff;
    text-decoration: none;

    font-size: 13px;
    font-weight: 700;
}

.call-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(193,243,75,.2);
    border-radius: 50%;
}


/* HERO CARD */

.contact-hero-card {
    padding: 35px;

    background: rgba(4,66,51,.86);
    border: 1px solid rgba(193,243,75,.4);

    border-radius: 28px;

    color: #fff;

    backdrop-filter: blur(12px);

    box-shadow: 0 25px 70px rgba(0,0,0,.18);
}

.hero-card-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c1f34b;
    color: #004d3b;

    border-radius: 50%;

    font-size: 24px;
    margin-bottom: 30px;
}

.contact-hero-card small {
    display: block;
    color: #c1f34b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.contact-hero-card strong {
    display: block;

    margin-top: 12px;

    font-size: 29px;
    line-height: 1.2;
}

.hero-card-line {
    width: 100%;
    height: 1px;

    margin: 25px 0;

    background: rgba(255,255,255,.15);
}

.contact-hero-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================
   CONTACT INFO
========================================= */

.contact-info-section {
    padding: 90px 0;
    background: #f7fbea;
}

.contact-section-container {
    width: min(100% - 80px, 1320px);
    margin: auto;
}

.contact-heading {
    max-width: 650px;
}

.contact-section-label {
    background: #004d3b;
    color: #c1f34b;
}

.contact-heading h2 {
    margin: 20px 0 14px;

    color: #004d3b;

    font-size: clamp(40px, 5vw, 62px);
    line-height: 1;
    letter-spacing: -2px;
}

.contact-heading h2 span {
    color: #72ae1a;
}

.contact-heading p {
    max-width: 650px;

    color: #617a72;

    font-size: 14px;
    line-height: 1.8;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

    margin-top: 45px;
}

.contact-info-card {
    position: relative;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 25px;

    background: #fff;

    border: 1px solid #e1edcf;
    border-radius: 20px;

    transition: .3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,77,59,.08);
}

.contact-info-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c1f34b;
    color: #004d3b;

    border-radius: 50%;

    font-size: 19px;
    font-weight: 800;
}

.contact-info-card small {
    color: #719080;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-info-card h3 {
    margin: 5px 0;

    color: #004d3b;

    font-size: 16px;
}

.contact-info-card p {
    margin: 0;

    color: #71827d;

    font-size: 10px;
}

.contact-info-card > a {
    margin-left: auto;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #004d3b;
    color: #c1f34b;

    border-radius: 50%;

    text-decoration: none;
}


/* =========================================
   FORM SECTION
========================================= */

.contact-form-section {
    padding: 90px 0;

    background: #004d3b;
}

.contact-form-container {
    width: min(100% - 80px, 1320px);
    margin: auto;

    display: grid;
    grid-template-columns: .8fr 1.2fr;

    gap: 70px;
    align-items: center;
}

.contact-section-label.light {
    background: rgba(193,243,75,.12);
    color: #c1f34b;
}

.contact-form-intro h2 {
    margin: 22px 0;

    color: #fff;

    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.03;
    letter-spacing: -2px;
}

.contact-form-intro h2 span {
    color: #c1f34b;
}

.contact-form-intro > p {
    color: #bdd2cb;

    font-size: 14px;
    line-height: 1.8;

    max-width: 500px;
}


/* PROMISE */

.contact-promise {
    margin-top: 35px;
}

.promise-item {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-bottom: 20px;
}

.promise-item > span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c1f34b;
    color: #004d3b;

    border-radius: 50%;

    font-weight: 900;
}

.promise-item strong,
.promise-item small {
    display: block;
}

.promise-item strong {
    color: #fff;
    font-size: 12px;
}

.promise-item small {
    margin-top: 3px;
    color: #9ebbb2;
    font-size: 10px;
}


/* FORM BOX */

.contact-form-box {
    padding: 35px;

    background: #f7fbea;

    border-radius: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;

    margin-bottom: 8px;

    color: #004d3b;

    font-size: 11px;
    font-weight: 800;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    padding: 14px 15px;

    border: 1px solid #dce8cf;
    border-radius: 10px;

    background: #fff;

    color: #164f42;

    font-family: inherit;
    font-size: 12px;

    outline: none;

    transition: .25s ease;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #91c92b;
    box-shadow: 0 0 0 3px rgba(193,243,75,.18);
}

.contact-submit-btn {
    width: 100%;

    padding: 14px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 0;
    border-radius: 35px;

    background: #c1f34b;
    color: #004d3b;

    font-family: inherit;
    font-size: 13px;
    font-weight: 800;

    cursor: pointer;

    transition: .3s ease;
}

.contact-submit-btn span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #004d3b;
    color: #fff;

    border-radius: 50%;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
}

.form-note {
    margin: 14px 0 0;

    text-align: center;

    color: #7d918b;

    font-size: 9px;
}


/* =========================================
   BOTTOM CTA
========================================= */

.contact-bottom-section {
    padding: 65px 0;

    background: #f7fbea;
}

.contact-bottom-container {
    width: min(100% - 80px, 1320px);
    margin: auto;

    display: grid;
    grid-template-columns: 1fr .8fr auto;
    align-items: center;
    gap: 40px;
}

.contact-bottom-container h2 {
    margin: 17px 0 0;

    color: #004d3b;

    font-size: 38px;
    line-height: 1;
}

.contact-bottom-container h2 span {
    color: #73b21a;
}

.contact-bottom-container > p {
    color: #607870;
    font-size: 13px;
    line-height: 1.7;
}

/* =========================================
   ABOUT PAGE
========================================= */

.about-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(0,55,43,.96) 0%,
            rgba(0,77,59,.91) 52%,
            rgba(0,77,59,.55) 100%
        ),
        url("assets/images/about-hero.jpg")
        center/cover no-repeat;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(193,243,75,.16),
            transparent 32%
        );
}

.about-hero-container {
    position: relative;
    z-index: 2;

    width: min(100% - 80px, 1320px);
    margin: auto;

    display: grid;
    grid-template-columns: 1.2fr .7fr;
    gap: 80px;
    align-items: center;
}

.about-hero-content {
    max-width: 780px;
}

.about-tag,
.about-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 17px;

    border-radius: 30px;

    background: #c1f34b;
    color: #004d3b;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
}

.about-tag span,
.about-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.about-hero h1 {
    margin: 25px 0 20px;

    color: #fff;

    font-size: clamp(48px, 6vw, 78px);
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 900;
}

.about-hero h1 span {
    display: block;
    color: #c1f34b;
}

.about-hero-content > p {
    max-width: 680px;

    color: #d4e4df;

    font-size: 15px;
    line-height: 1.8;
}

.about-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 32px;
}

.about-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    padding: 14px 17px 14px 22px;

    border-radius: 40px;

    background: #c1f34b;
    color: #004d3b;

    text-decoration: none;

    font-size: 13px;
    font-weight: 800;

    transition: .3s ease;
}

.about-main-btn span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #004d3b;
    color: #fff;

    border-radius: 50%;
}

.about-main-btn:hover {
    transform: translateY(-3px);
}

.about-outline-btn {
    padding: 14px 22px;

    border: 1px solid rgba(255,255,255,.35);
    border-radius: 40px;

    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;
}


/* HERO CARD */

.about-hero-card {
    padding: 35px;

    border-radius: 28px;

    background: rgba(0,62,48,.85);
    border: 1px solid rgba(193,243,75,.4);

    backdrop-filter: blur(12px);

    color: #fff;
}

.about-hero-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-hero-card-top span {
    color: #c1f34b;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.about-hero-card-top b {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c1f34b;
    color: #004d3b;

    border-radius: 50%;
}

.about-hero-card h3 {
    margin: 30px 0 0;

    font-size: 29px;
    line-height: 1.25;
}

.about-card-line {
    height: 1px;
    margin: 25px 0;

    background: rgba(255,255,255,.15);
}

.about-hero-card p {
    margin: 0;

    color: #b9d0c9;

    font-size: 12px;
    line-height: 1.7;
}


/* =========================================
   COMMON
========================================= */

.about-container {
    width: min(100% - 80px, 1320px);
    margin: auto;
}


/* =========================================
   STORY
========================================= */

.about-story {
    padding: 100px 0;

    background: #f7fbea;
}

.about-story .about-container {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.about-story-image {
    position: relative;
}

.about-story-image img {
    display: block;

    width: 100%;
    height: 540px;

    object-fit: cover;

    border-radius: 28px;
}

.about-experience-card {
    position: absolute;

    right: -25px;
    bottom: 25px;

    width: 150px;
    padding: 20px;

    display: flex;
    flex-direction: column;

    background: #004d3b;
    color: #fff;

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.about-experience-card strong {
    color: #c1f34b;
    font-size: 38px;
}

.about-experience-card span {
    margin-top: 3px;

    font-size: 11px;
    line-height: 1.4;
}

.about-story-content h2,
.about-section-heading h2,
.specialization-left h2 {
    margin: 20px 0;

    color: #004d3b;

    font-size: clamp(42px, 5vw, 62px);
    line-height: 1;
    letter-spacing: -2px;
}

.about-story-content h2 span,
.about-section-heading h2 span,
.specialization-left h2 span {
    color: #76b51d;
}

.about-story-content > p {
    color: #5d766e;

    font-size: 14px;
    line-height: 1.8;

    margin-bottom: 15px;
}

.about-highlight {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-top: 30px;
    padding: 17px 20px;

    background: #e7f6cc;

    border-radius: 16px;
}

.about-highlight > span {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #004d3b;
    color: #c1f34b;

    border-radius: 50%;
}

.about-highlight strong,
.about-highlight small {
    display: block;
}

.about-highlight strong {
    color: #004d3b;
    font-size: 12px;
}

.about-highlight small {
    margin-top: 3px;
    color: #657c74;
    font-size: 10px;
}


/* =========================================
   APPROACH
========================================= */

.about-approach {
    padding: 100px 0;

    background: #fff;
}

.about-section-heading {
    max-width: 700px;
}

.about-section-heading > p {
    color: #667e77;
    font-size: 14px;
    line-height: 1.8;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

    margin-top: 55px;
}

.approach-card {
    position: relative;

    min-height: 260px;

    padding: 28px;

    border-radius: 23px;

    background: #f7fbea;
    border: 1px solid #e5efd7;

    transition: .3s ease;
}

.approach-card:hover {
    transform: translateY(-7px);
}

.approach-card.featured {
    background: #004d3b;
    color: #fff;
}

.approach-number {
    color: #004d3b;

    font-size: 11px;
    font-weight: 900;
}

.featured .approach-number {
    color: #c1f34b;
}

.approach-icon {
    width: 48px;
    height: 48px;

    margin-top: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c1f34b;
    color: #004d3b;

    border-radius: 50%;

    font-weight: 800;
}

.approach-card h3 {
    margin: 20px 0 9px;

    color: #004d3b;

    font-size: 19px;
}

.featured h3 {
    color: #fff;
}

.approach-card p {
    margin: 0;

    color: #70847e;

    font-size: 11px;
    line-height: 1.7;
}

.featured p {
    color: #bad0c9;
}


/* =========================================
   SPECIALIZATION
========================================= */

.about-specialization {
    padding: 100px 0;

    background: #f7fbea;
}

.about-specialization .about-container {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.specialization-left {
    position: sticky;
    top: 100px;
}

.specialization-left p {
    max-width: 500px;

    color: #607970;

    font-size: 14px;
    line-height: 1.8;

    margin-bottom: 28px;
}

.specialization-list {
    background: #fff;

    border-radius: 24px;

    overflow: hidden;
}

.specialization-item {
    display: grid;
    grid-template-columns: 50px 1fr 35px;
    gap: 15px;
    align-items: center;

    padding: 24px 25px;

    border-bottom: 1px solid #e4eddb;

    transition: .3s ease;
}

.specialization-item:last-child {
    border-bottom: 0;
}

.specialization-item:hover {
    padding-left: 32px;
    background: #eff9dc;
}

.specialization-item > span {
    color: #84bd26;

    font-size: 12px;
    font-weight: 900;
}

.specialization-item strong,
.specialization-item small {
    display: block;
}

.specialization-item strong {
    color: #004d3b;
    font-size: 14px;
}

.specialization-item small {
    margin-top: 5px;

    color: #74857f;

    font-size: 10px;
    line-height: 1.5;
}

.specialization-item b {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #004d3b;
    color: #c1f34b;

    border-radius: 50%;

    font-size: 14px;
}


/* =========================================
   WHY US
========================================= */

.about-why {
    padding: 100px 0;

    background: #fff;
}

.about-section-heading.centered {
    margin: auto;
    text-align: center;
}

.about-section-heading.centered .about-label {
    display: inline-flex;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

    margin-top: 55px;
}

.why-card {
    padding: 30px;

    background: #f7fbea;

    border-radius: 22px;

    transition: .3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
}

.why-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #004d3b;
    color: #c1f34b;

    border-radius: 50%;
}

.why-card h3 {
    margin: 22px 0 9px;

    color: #004d3b;

    font-size: 17px;
}

.why-card p {
    margin: 0;

    color: #6a7e78;

    font-size: 11px;
    line-height: 1.7;
}


/* =========================================
   MISSION
========================================= */

.about-mission {
    padding: 90px 0;

    background: #004d3b;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.mission-card {
    padding: 45px;

    border-radius: 25px;

    background: #075843;

    color: #fff;
}

.mission-card.light-card {
    background: #c1f34b;
    color: #004d3b;
}

.mission-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    background: rgba(193,243,75,.15);
    color: #c1f34b;

    border-radius: 50%;

    font-size: 22px;
}

.light-card .mission-icon {
    background: #004d3b;
    color: #c1f34b;
}

.mission-card small {
    display: block;

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.mission-card h3 {
    max-width: 500px;

    margin: 15px 0;

    font-size: 30px;
    line-height: 1.2;
}

.mission-card p {
    max-width: 520px;

    margin: 0;

    color: #b9d0c8;

    font-size: 12px;
    line-height: 1.8;
}

.light-card p {
    color: #426c5c;
}


/* =========================================
   FINAL CTA
========================================= */

.about-final-cta {
    position: relative;

    padding: 90px 0;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(0,65,49,.94),
            rgba(0,77,59,.82)
        ),
        url("assets/images/about-cta.jpg")
        center/cover no-repeat;
}

.about-final-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(193,243,75,.16),
            transparent 30%
        );
}

.about-final-container {
    position: relative;
    z-index: 2;

    width: min(100% - 80px, 1320px);
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.about-final-container h2 {
    margin: 20px 0 12px;

    color: #fff;

    font-size: clamp(40px, 5vw, 60px);
    line-height: 1;
    letter-spacing: -2px;
}

.about-final-container h2 span {
    display: block;
    color: #c1f34b;
}

.about-final-container p {
    margin: 0;

    color: #c2d7d0;

    font-size: 13px;
}

/* =====================================================
   SERVICES PAGE
===================================================== */

.services-page {
    background: #f7fbe9;
    color: #004d3c;
    overflow: hidden;
}

.services-page .container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}


/* ================= HERO ================= */

.services-hero {
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0,72,56,.98) 0%, rgba(0,72,56,.88) 48%, rgba(0,72,56,.35) 100%),
        url("images/services-hero.jpg") center/cover no-repeat;
    border-radius: 0 0 38px 38px;
}

.services-hero-content {
    position: relative;
    z-index: 2;
    padding: 90px 0;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #004d3c;
    color: #c6ff3d;
    padding: 11px 19px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
}

.section-tag span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c6ff3d;
}

.light-tag {
    background: #c6ff3d;
    color: #004d3c;
}

.light-tag span {
    background: #004d3c;
}

.services-hero h1 {
    max-width: 720px;
    margin: 28px 0 22px;
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -3px;
    font-weight: 800;
}

.services-hero h1 strong {
    display: block;
    color: #c6ff3d;
}

.services-hero p {
    max-width: 720px;
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.green-btn,
.dark-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 18px 14px 23px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s ease;
}

.green-btn {
    color: #004d3c;
    background: #c6ff3d;
}

.green-btn span,
.dark-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #004d3c;
    color: #fff;
}

.green-btn:hover,
.dark-btn:hover {
    transform: translateY(-3px);
}


/* ================= GEL ================= */

.gel-section {
    padding: 120px 0;
}

.gel-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 80px;
}

.gel-content h2 {
    margin: 25px 0;
    font-size: clamp(44px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -2px;
}

.gel-content h2 em,
.center-heading h2 em,
.preservation-heading h2 em,
.services-cta h2 em {
    display: block;
    color: #82b600;
    font-style: normal;
}

.gel-lead {
    font-size: 20px !important;
    font-weight: 600;
}

.gel-content p {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.8;
    color: #315e54;
}

.gel-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 30px;
    margin-top: 38px;
}

.gel-feature {
    display: flex;
    gap: 15px;
}

.check {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c6ff3d;
    border-radius: 50%;
    color: #004d3c;
    font-weight: 800;
}

.gel-feature h4 {
    margin: 0 0 5px;
    font-size: 19px;
}

.gel-feature p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}


/* GEL VISUAL */

.gel-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gel-circle {
    position: absolute;
    width: 330px;
    height: 330px;
    background: #c6ff3d;
    border-radius: 50%;
    opacity: .9;
}

.gel-card {
    position: relative;
    z-index: 2;
    width: 340px;
    min-height: 420px;
    padding: 55px 45px;
    background: #004d3c;
    border-radius: 30px;
    transform: rotate(-5deg);
    box-shadow: 25px 35px 50px rgba(0, 50, 38, .18);
}

.gel-card span {
    color: #c6ff3d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.gel-card h3 {
    margin: 65px 0 0;
    color: #fff;
    font-size: 78px;
    line-height: 1;
}

.gel-card h4 {
    margin: 15px 0;
    color: #c6ff3d;
    font-size: 25px;
    letter-spacing: 2px;
}

.gel-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.2);
    margin: 30px 0;
}

.gel-card p {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}


/* ================= PESTS ================= */

.pests-section {
    padding: 110px 0;
    background: #fff;
}

.center-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.center-heading h2 {
    margin: 22px 0;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.center-heading p {
    color: #53736b;
    line-height: 1.7;
}

.pest-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.pest-card {
    position: relative;
    min-height: 390px;
    padding: 30px 25px;
    background: #004d3c;
    color: #fff;
    border-radius: 25px;
    overflow: hidden;
    transition: .3s ease;
}

.pest-card:hover {
    transform: translateY(-8px);
}

.pest-number {
    color: #c6ff3d;
    font-size: 13px;
    font-weight: 700;
}

.pest-icon {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    background: #c6ff3d;
    border-radius: 50%;
    font-size: 42px;
}

.pest-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
}

.pest-card p {
    color: #d7eee7;
    font-size: 14px;
    line-height: 1.65;
}

.pest-link {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.16);
    font-size: 13px;
    color: #c6ff3d;
}

.pest-link b {
    float: right;
    font-size: 18px;
}


/* ================= PRESERVATION ================= */

.preservation-section {
    padding: 110px 0;
}

.preservation-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.preservation-heading h2 {
    margin-top: 25px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -2px;
}

.preservation-content > p {
    max-width: 650px;
    margin: 0 0 35px;
    color: #315e54;
    font-size: 18px;
    line-height: 1.7;
}

.protection-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.protection-list div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}

.protection-list span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c6ff3d;
    border-radius: 50%;
}


/* ================= WHY GEL ================= */

.why-gel-section {
    padding: 110px 0;
}

.why-gel-box {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    padding: 75px;
    background: #004d3c;
    border-radius: 35px;
    color: #fff;
}

.why-gel-content h2 {
    max-width: 600px;
    margin: 25px 0;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1;
}

.why-gel-content p {
    max-width: 600px;
    color: #d9eee8;
    line-height: 1.8;
    margin-bottom: 30px;
}

.why-gel-points {
    display: grid;
    gap: 12px;
}

.why-gel-points div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.why-gel-points strong {
    color: #c6ff3d;
}

.why-gel-points span {
    font-weight: 600;
}


/* ================= CTA ================= */

.services-cta {
    padding: 120px 20px;
    text-align: center;
    background: #c6ff3d;
}

.services-cta h2 {
    max-width: 800px;
    margin: 25px auto;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    letter-spacing: -2px;
}

.services-cta p {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #315e54;
    line-height: 1.7;
}

.dark-btn {
    background: #004d3c;
    color: #fff;
}