/* =========================================================
   IPSWICH - Brand Theme
   Primary: #3f9904 | Black: #000000 | White: #ffffff
========================================================= */

:root{
  --brand-primary:#3f9904;
  --brand-black:#000000;
  --brand-white:#ffffff;

  --header-height: 55px !important; /* JS updates automatically */
}
body {
    margin: 0px !important;
}
a{
  text-decoration: none !important;
}

/* Basic */
*{ box-sizing: border-box; }
a{ text-decoration: none; }

/* =========================================================
   HEADER
========================================================= */
.site-header{
  position: fixed;
  left: 0; right: 0; top: 0;
  z-index: 1500; /* above hero */
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea
 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px;
}
a.location-top-btn,a.hero-btn, a.about-btn , a.blog-btn{
    color: white !important;
}
ul#menu-menu
 {
    margin: 0px !important;
}
.site-header.is-transparent{
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.22); /* thin line like screenshot */
}

.site-header.is-solid{
  background: var(--brand-white);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.navbar-clean{
  padding: 16px 0;
}

/* =========================================================
   BRAND / LOGO
========================================================= */
.brand{
  display:flex;
  align-items:center;
  gap: 10px;
}

.brand__mark{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.10);
  border: 1px solid rgba(63,153,4,.20);
}

.brand__mark i{
  font-size: 22px;
  color: var(--brand-primary);
}

.brand__text{
  line-height: 1.05;
}

.brand__title{
  display:block;
  font-weight: 900;
  font-size: 30px;
  color: var(--brand-primary);
  white-space: nowrap;
}

.brand__tagline{
  display:block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255,255,255,.75); /* for transparent header */
  white-space: nowrap;
}

.site-header.is-solid .brand__tagline{
  color: rgba(0,0,0,.55);
}

/* =========================================================
   CENTER MENU
========================================================= */


/* Only other pages (not home) */
.is-inner-page a.nav-link {
  color: #111 !important;
}

.is-inner-page button.icon-btn {
  border: 1px solid #111 !important;
  color: #111 !important;
}

.is-inner-page a.icon-btn.icon-btn--shop.position-relative {
  background: transparent !important;
}

.is-inner-page .sub-toggle i {
  font-size: 16px;
  color: var(--brand-primary);
  transition: transform .18s ease;
  margin: -10px !important;
}


/* Home page only */
.home a.icon-btn.icon-btn--shop.position-relative,
.front-page a.icon-btn.icon-btn--shop.position-relative {
    background: transparent;
    border: 1px solid white;
    color: white;
}
section.appointment-section.aos-init.aos-animate {
    padding: 50px 0px;
}

.home #siteHeader.is-solid a.icon-btn.icon-btn--shop.position-relative {
    border: 1px solid #cdb5b5 !important;
    color: #111 !important;
}
span.brand__tagline {
    color: rgba(0, 0, 0, .55) !important;
}

.nav-center{
  gap: 10px;
}

.nav-center .nav-link{
  font-weight: 700;
  color: rgba(255,255,255,.92);
  padding: 6px 0;
  transition: opacity .15s ease, color .15s ease;
}

.site-header.is-solid .nav-center .nav-link{
  color: #111;
}

.nav-center .nav-link:hover{
  opacity: .92;
  color: var(--brand-primary);
}

.nav-center .nav-link.is-active{
  color: var(--brand-white);
  border-bottom: 2px solid rgba(255,255,255,.35);
}

.site-header.is-solid .nav-center .nav-link.is-active{
  color: var(--brand-primary);
  border-bottom: 2px solid rgba(63,153,4,.35);
}

/* =========================================================
   RIGHT BUTTONS
========================================================= */
.icon-btn{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: #fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.icon-btn i{ font-size: 22px; }

.site-header.is-solid .icon-btn{
  border-color: rgba(0,0,0,.10);
  background: #fff;
  color: #111;
}

/* Shop icon style */
.icon-btn--shop{
  border-color: rgba(63,153,4,.35);
  background: rgba(63,153,4,.14);
  color: var(--brand-primary);
}

.cart-badge{
  position:absolute;
  top: -7px;
  right: -7px;
  background: var(--brand-primary);
  color:#fff;
  font-size: 11px;
  padding: 2px 6px;
  min-width: 18px;
  text-align:center;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0);
}

.phone-pill{
  background: var(--brand-primary);
  color:#fff;
  border-radius: 999px;
  padding: 12px 18px;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}
.phone-pill:hover{ color:#fff; filter: brightness(.96); }

.phone-pill--sm{
  padding: 10px 14px;
}


/* ================================
   DESKTOP DROPDOWN (Hover)
================================ */
.nav-dd{
  position: relative;
}

.nav-dd__toggle{
  position: relative;
  padding-right: 18px;
}

/* small down arrow */
.nav-dd__toggle::after{
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-35%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(255,255,255,.75);
  border-bottom: 2px solid rgba(255,255,255,.75);
  transition: transform .18s ease, border-color .18s ease;
}

.site-header.is-solid .nav-dd__toggle::after{
  border-right-color: rgba(0,0,0,.55);
  border-bottom-color: rgba(0,0,0,.55);
}

/* Dropdown menu */
.nav-dd__menu{
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 240px;
  padding: 10px;
  margin: 0;
  list-style: none;

  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 2000;
}

/* Show on hover */
.nav-dd:hover .nav-dd__menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dd:hover .nav-dd__toggle::after{
  transform: translateY(-35%) rotate(225deg);
  border-right-color: var(--brand-primary);
  border-bottom-color: var(--brand-primary);
}

/* items */
.nav-dd__item{
  display: block;
  padding:5px 12px;
  border-radius: 10px;
  color: #111;
  font-weight: 700;
  transition: background .15s ease, color .15s ease;
}

.nav-dd__item:hover{
  background: rgba(63,153,4,.10);
  color: var(--brand-primary);
}

/* ================================
   MOBILE SIDEBAR MENU (+ submenu)
================================ */
.sidebar-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-item{
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding-bottom: 10px;
}

.sidebar-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sidebar-link{
  color: #111;
  font-weight: 900;
  display: block;
  padding: 8px 0;
}

.sidebar-link:hover{
  color: var(--brand-primary);
}

/* plus button */
.sub-toggle{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  display: grid;
  place-items: center;
}

.sub-toggle i{
  font-size: 16px;
  color: var(--brand-primary);
  transition: transform .18s ease;
}

/* submenu */
.sub-menu{
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 14px;

  max-height: 0;
  overflow: hidden;
  transition: max-height .22s ease;
}

.sub-menu a{
  display: block;
  padding: 8px 0;
  font-weight: 700;
  color: rgba(0,0,0,.78);
}

.sub-menu a:hover{
  color: var(--brand-primary);
}

/* open state */
.sidebar-item.is-open .sub-menu{
  max-height: 600px; /* enough for items */
}

.sidebar-item.is-open .sub-toggle i{
  transform: rotate(45deg); /* + becomes x */
}


/* =========================================================
   HEADER MODE BY PAGE
   - Home: transparent on top
   - Inner pages: always white (like scrolled)
========================================================= */

/* Inner pages: force solid header from start */
body.is-inner .site-header{
  background: var(--brand-white) !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.08) !important;
}

body.is-inner .nav-center .nav-link{
  color: #111 !important;
}

body.is-inner .brand__tagline{
  color: rgba(0,0,0,.55) !important;
}

body.is-inner .icon-btn{
  border-color: rgba(0,0,0,.10) !important;
  background: #fff !important;
  color: #111 !important;
}

/* keep shop button green */
body.is-inner .icon-btn--shop{
  border-color: rgba(63,153,4,.28) !important;
  color: var(--brand-primary) !important;
}


/* =========================================================
   OFFCANVAS SIDEBAR (Top logo fix)
========================================================= */
.sidebar{
  width: 360px;
  z-index: 2000; /* you asked */
}

.offcanvas-backdrop{
  z-index: 1999;
}

/* Header area */
.sidebar__header{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Important: reserve space for close button */
.brand--sidebar{
  max-width: calc(100% - 52px);
}
.brand--sidebar .brand__tagline{
  color: rgba(0,0,0,.55);
}

/* Menu */
.sidebar-menu{
  list-style:none;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: column;
  gap: 14px;
}
.sidebar-menu a{
  color: #111;
  font-weight: 800;
}
.sidebar-menu a:hover{ color: var(--brand-primary); }

/* Contact */
.sidebar__title{
  color: var(--brand-primary);
  font-weight: 900;
  margin: 10px 0 18px;
}

.contact-item{
  display:flex;
  gap: 14px;
  align-items:flex-start;
  margin-bottom: 18px;
}

.contact-item__icon{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.22);
  color: var(--brand-primary);
  flex: 0 0 auto;
}
.contact-item__icon i{ font-size: 22px; }

.contact-item__label{ font-weight: 800; color:#111; }

.contact-item__link{
  color:#111;
  border-bottom: 1px solid rgba(0,0,0,.18);
}
.contact-item__text{ color:#111; }

/* Social */
.social-row{
  display:flex;
  gap: 10px;
  margin-top: 12px;
}
.social-btn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color: var(--brand-primary);
  display:grid;
  place-items:center;
}
.social-btn i{ font-size: 20px; }

/* =========================================================
   HERO SLIDER (Pestea style)
========================================================= */
.hero-slider{
  position: relative;
}

.page-hero {
    margin-top: 55px !important;
    
}

/* Slide */
.hero-slide{
  position: relative;
  min-height: 100vh; /* FULL screen like screenshot */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark overlay */
.hero-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.18));
}

/* Content: push down so it doesn't hide under header */
.hero-content{
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display:flex;
  align-items:center;
  padding-top: calc(var(--header-height) + 40px);
  padding-bottom: 60px;
}

.hero-title{
  color: var(--brand-white);
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
  margin: 0;
}

.hero-subtitle{
  color: rgba(255,255,255,.75);
  margin-top: 14px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 600;
}

/* Button like screenshot */
.hero-btn{
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-primary);
  color: var(--brand-white);
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
.hero-btn:hover{ color: var(--brand-white); filter: brightness(.96); }

/* Arrows (Green circle on left/right center) */
.hero-arrow{
  width: auto;
  opacity: 1;
}
.hero-arrow__icon{
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--brand-primary);
  display:grid;
  place-items:center;
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
.hero-arrow__icon i{
  font-size: 22px;
  color:#fff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{ display:none; }

.hero-arrow--left{ left: 16px; }
.hero-arrow--right{ right: 16px; }

/* Dots = green bars bottom center */
.hero-dots{
  bottom: 22px;
  gap: 12px;
}
.hero-dots [data-bs-target]{
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: rgba(63,153,4,.30);
  opacity: 1;
  border: 0;
}
.hero-dots .active{
  background: var(--brand-primary);
}

/* Responsive */
@media (max-width: 991.98px){
  .brand__title{ font-size: 26px; }
  .sidebar{ width: 320px; }
  .hero-arrow__icon{ width: 52px; height: 52px; }
  .hero-dots [data-bs-target]{ width: 44px; }
}
@media (max-width: 575.98px){
  .hero-arrow__icon{ width: 46px; height: 46px; }
  .hero-dots [data-bs-target]{ width: 34px; }
}


/* =========================================================
   FOOTER (Brand)
========================================================= */
.site-footer{
  background: var(--brand-primary);
  color: var(--brand-white);
  position: relative;
}

/* Brand */
.footer-brand{
  display:flex;
  align-items:center;
  gap: 12px;
  color: var(--brand-white);
}

.footer-brand__mark{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-brand__mark i{
  font-size: 26px;
  color: var(--brand-white);
}

.footer-brand__text{ line-height: 1.05; }

.footer-brand__title{
  display:block;
  font-size: 34px;
  font-weight: 900;
  color: var(--brand-white);
}

.footer-brand__tagline{
  display:block;
  font-size: 13px;
  color: rgba(255,255,255,.75);
  margin-top: 4px;
}

/* Contact list */
.footer-contact{
  list-style:none;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact li{
  display:flex;
  align-items:center;
  gap: 12px;
  color: rgba(255,255,255,.92);
}

.footer-contact a{
  color: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.footer-contact a:hover{ color: #fff; }

.fc-ic{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}
.fc-ic i{ font-size: 18px; }

/* Social */
.footer-social{
  display:flex;
  gap: 12px;
}

.fs-btn{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.fs-btn i{ font-size: 20px; }
.fs-btn:hover{ filter: brightness(1.08); }

/* Titles + text */
.footer-title{
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 14px;
  color: var(--brand-white);
}
footer.site-footer {
    text-align: left !important;
    margin: 0px !important;
}

.footer-text{
  color: rgba(255,255,255,.80);
  max-width: 340px;
}

/* Newsletter form */
.footer-form{
  display:flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.footer-input{
  height: 58px;
  border-radius: 999px;
  padding: 0 22px;
  border: 0;
  outline: none;
  background: rgba(255,255,255,.92);
  color: #111;
  box-shadow: 0 18px 35px rgba(0,0,0,.18);
}

.footer-btn{
  height: 58px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.92);
  color: rgba(0,0,0,.55);
  font-weight: 900;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  box-shadow: 0 18px 35px rgba(0,0,0,.18);
  transition: transform .12s ease, filter .12s ease;
}
.footer-btn:hover{
  transform: translateY(-1px);
  filter: brightness(.98);
}

/* Links */
.footer-links{
  list-style:none;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a{
  color: rgba(255,255,255,.92);
  font-weight: 700;
  display:flex;
  align-items:center;
  gap: 10px;
}
.footer-links a:hover{ color: #fff; }

.footer-links .dash{
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  display:inline-block;
}

/* Bottom bar */
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.85);
  font-weight: 700;
}

/* Back to top button */
.to-top{
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(0,0,0,.18);
  color: #fff;
  display:grid;
  place-items:center;
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.to-top i{ font-size: 22px; }

.to-top.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.to-top:hover{ filter: brightness(1.05); }

@media (max-width: 991.98px){
  .footer-title{ font-size: 22px; }
  .footer-brand__title{ font-size: 30px; }
  .to-top{ right: 14px; bottom: 14px; width: 54px; height: 54px; }
}




/* =========================================================
   APPOINTMENT FORM
========================================================= */
.appointment-section{
  padding: 70px 0px 0px 0px;
  background: #fff;
}

.appointment-title{
  font-weight: 900;
  color: var(--brand-primary);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

/* Input fields */
.app-input{
  width: 100%;
  height: 64px;
  border-radius: 999px;
  padding: 0 26px;
  border: 2px solid rgba(63,153,4,.55);
  outline: none;
  font-weight: 700;
  color: #111;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0,0,0,.10);
}

.app-input::placeholder{
  color: rgba(0,0,0,.45);
}

/* Select arrow fix */
.app-input select{
  appearance: none;
}

/* Submit button */
.app-btn{
  height: 64px;
  border-radius: 999px;
  padding: 0 34px;
  border: none;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 18px 35px rgba(0,0,0,.18);
  transition: transform .12s ease, filter .12s ease;
}

.app-btn:hover{
  transform: translateY(-1px);
  filter: brightness(.96);
}

/* Responsive */
@media (max-width: 991.98px){
  .appointment-section{
    padding: 50px 0;
  }
  .app-btn{
    width: 100%;
    justify-content: center;
  }
}


/* =========================================================
   PRICING SLIDER SECTION
========================================================= */
.pricing-section{
  padding: 80px 0;
  background: #fff;
}

.pricing-head{
  margin-bottom: 34px;
}

.pricing-badge{
  width: 86px;
  height: 86px;
  border-radius: 999px;
  margin: 0 auto 14px;
  background: var(--brand-primary);
  display: grid;
  place-items: center;
  box-shadow: 0 16px 35px rgba(0,0,0,.12);
}
.pricing-badge i{
  font-size: 34px;
  color: #fff;
}

.pricing-title{
  font-weight: 900;
  color: var(--brand-primary);
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  margin: 0;
}

.pricing-subtitle{
  margin-top: 8px;
  color: rgba(0,0,0,.55);
  font-weight: 600;
}

/* Slider Shell */
.pricing-slider{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ps-viewport{
  overflow: hidden;
  width: 100%;
}

.ps-track{
  display: flex;
  gap: 26px;
  transition: transform .35s ease;
  will-change: transform;
}

/* Arrows */
.ps-nav{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 0;
  background: var(--brand-primary);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 35px rgba(0,0,0,.14);
  flex: 0 0 auto;
}
.ps-nav i{ font-size: 20px; }
.ps-nav:hover{ filter: brightness(.96); }

/* Card Base */
.p-card{
  position: relative;
  flex: 0 0 calc((100% - 52px) / 3); /* Desktop: 3 cards */
  min-height: 320px;
  border-radius: 14px;
  background: var(--brand-primary);
  color: #fff;
  padding: 34px 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  overflow: hidden;
  transform: translateY(0);
  transition: transform .18s ease, filter .18s ease;
}

/* subtle circles decoration */
.p-card::after{
  content:"";
  position:absolute;
  right:-34px;
  bottom:-34px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.26);
  opacity: .7;
}

.p-icon{
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.p-icon i{ font-size: 46px; }

.p-name{
  font-weight: 900;
  font-size: 22px;
  margin: 0;
}

.p-desc{
  margin-top: 10px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  line-height: 1.55;
}

/* Active overlay (center card style) */
.p-active{
  position:absolute;
  inset: 0;
  padding: 34px 28px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;

  background: rgba(0,0,0,.10);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.p-active__top{
  text-align: center;
}
.p-type{
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .95;
}
.p-price{
  font-weight: 900;
  font-size: 40px;
  margin-top: 6px;
}

.p-btn{
  height: 56px;
  border-radius: 999px;
  padding: 0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;

  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-weight: 900;
}
.p-btn:hover{
  color: #fff;
  filter: brightness(1.02);
}

/* On Hover -> become active style */
.p-card:hover,
.p-card.is-active{
  transform: translateY(-2px);
}

.p-card:hover .p-active,
.p-card.is-active .p-active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.p-card:hover .p-icon,
.p-card.is-active .p-icon,
.p-card:hover .p-name,
.p-card.is-active .p-name,
.p-card:hover .p-desc,
.p-card.is-active .p-desc{
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .12s ease, transform .12s ease;
}

/* Responsive widths */
@media (max-width: 991.98px){
  .p-card{ flex-basis: calc((100% - 26px) / 2); } /* 2 cards */
  .ps-nav{ width: 50px; height: 50px; }
}
@media (max-width: 575.98px){
  .p-card{ flex-basis: 100%; } /* 1 card */
  .pricing-slider{ gap: 8px; }
  .ps-nav{ width: 46px; height: 46px; }
}


/* =========================================================
   COMMON PESTS PROBLEMS
========================================================= */
.pests-section{
  padding: 80px 0;
  background: #fff;
}

.pests-title{
  font-weight: 900;
  color: var(--brand-primary);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

.pests-subtitle{
  color: rgba(0,0,0,.55);
  font-weight: 600;
  margin-top: 6px;
}

/* Pest card */
.pest-card{
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  padding: 38px 20px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pest-card i{
  font-size: 64px;
  color: var(--brand-primary);
  margin-bottom: 14px;
  display: inline-block;
}

.pest-card h5{
  font-weight: 800;
  color: var(--brand-primary);
  margin: 0;
}

/* Hover */
.pest-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(0,0,0,.15);
}

/* Responsive spacing */
@media (max-width: 575.98px){
  .pests-section{
    padding: 60px 0;
  }
}



/* =========================================================
   ABOUT / EXPERIENCE SECTION
========================================================= */
.about-exp{
  background: #fff;
  position: relative;
}

/* LEFT IMAGE */
.about-img{
  max-width: 100%;
  position: relative;
  z-index: 2;
}

/* Dotted background */
.about-dots{
  position: absolute;
  top: 40px;
  left: 40px;
  width: 420px;
  height: 420px;
  background-image: radial-gradient(
    rgba(63,153,4,.35) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  border-radius: 50%;
  z-index: 1;
}

/* Experience circles */
.exp-circle{
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
  z-index: 3;
}

.exp-circle--one{
  top: 0;
  left: -10px;
}

.exp-circle--two{
  bottom: 30px;
  right: 30px;
}

.exp-num{
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.exp-text{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

/* RIGHT CONTENT */
.about-title{
  font-weight: 900;
  color: var(--brand-primary);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.about-desc{
  margin-top: 18px;
  color: rgba(0,0,0,.65);
  font-weight: 600;
  line-height: 1.7;
}

/* Feature rows */
.about-feature{
  display: flex;
  gap: 16px;
  margin-top: 26px;
}

.about-feature i{
  font-size: 36px;
  color: var(--brand-primary);
  flex-shrink: 0;
}

.about-feature h5{
  margin: 0;
  font-weight: 800;
  color: var(--brand-primary);
}

.about-feature p{
  margin-top: 6px;
  color: rgba(0,0,0,.65);
  font-weight: 600;
}

/* Button */
.about-btn{
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--brand-primary);
  color: #fff;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0,0,0,.18);
}

.about-btn:hover{
  color: #fff;
  filter: brightness(.96);
}

/* Responsive */
@media (max-width: 991.98px){
  .about-dots{
    width: 320px;
    height: 320px;
    left: 20px;
  }
  .exp-circle{
    width: 130px;
    height: 130px;
  }
  .exp-num{ font-size: 36px; }
}
@media (max-width: 575.98px){
  .about-exp{
    padding: 60px 0;
  }
  .exp-circle--one{
    left: 0;
  }
  .exp-circle--two{
    right: 0;
  }
}


/* =========================================================
   TESTIMONIALS
========================================================= */
.testi-section{
  padding: 90px 0;
  background: #f7f7f7;
  background-image: radial-gradient(rgba(0,0,0,.05) 1px, transparent 1px);
  background-size: 10px 10px;
}

.testi-head{ margin-bottom: 34px; }

.testi-badge{
  width: 86px;
  height: 86px;
  border-radius: 999px;
  margin: 0 auto 14px;
  background: var(--brand-primary);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 16px 35px rgba(0,0,0,.12);
}

.testi-badge i{ font-size: 30px; color:#fff; }

.testi-stars{
  position: absolute;
  bottom: 10px;
  display: flex;
  gap: 3px;
}
.testi-stars i{ font-size: 10px; color:#fff; opacity: .95; }

.testi-title{
  font-weight: 900;
  color: var(--brand-primary);
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  margin: 0;
}

.testi-subtitle{
  margin-top: 8px;
  color: rgba(0,0,0,.55);
  font-weight: 600;
}

/* Slider */
.testi-slider{ position: relative; }
.ts-viewport{ overflow: hidden; }
.ts-track{
  display:flex;
  gap: 18px;
  transition: transform .35s ease;
  will-change: transform;
}

/* Cards */
.t-card{
  flex: 0 0 calc((100% - 54px) / 4);  /* Desktop 4 cards */
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  padding: 26px 22px;
  min-height: 260px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}

.t-text{
  color: rgba(0,0,0,.65);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.t-user{
  margin-top: 18px;
  text-align: center;
}

.t-user img{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,.10);
  border: 4px solid #fff;
}

.t-user h6{
  margin-top: 12px;
  font-weight: 900;
  color: var(--brand-primary);
}

/* Dots (green bars like screenshot) */
.ts-dots{
  margin-top: 20px;
  display:flex;
  justify-content:center;
  gap: 10px;
}

.ts-dot{
  width: 60px;
  height: 6px;
  border-radius: 999px;
  background: rgba(63,153,4,.25);
  cursor: pointer;
  border: 0;
}

.ts-dot.is-active{
  background: var(--brand-primary);
}

/* Responsive: 2 cards */
@media (max-width: 991.98px){
  .t-card{ flex-basis: calc((100% - 18px) / 2); }
}

/* Responsive: 1 card */
@media (max-width: 575.98px){
  .testi-section{ padding: 70px 0; }
  .t-card{ flex-basis: 100%; }
  .ts-dot{ width: 40px; }
}



/* =========================================================
   PAGE HERO + BREADCRUMB
========================================================= */
.page-hero{
  position: relative;
  min-height: 220px;
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* header fixed hai, is liye */
  margin-top: var(--header-height, 88px);
}

.page-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(63,153,4,.78); /* brand green overlay */
}

.page-hero__content{
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-hero__title{
  color: #fff;
  font-weight: 900;
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-bottom: 10px;
}

/* Breadcrumb */
.page-breadcrumb{
  justify-content: center;
  background: transparent;
  --bs-breadcrumb-divider: "›";
}

.page-breadcrumb .breadcrumb-item a{
  color: rgba(255,255,255,.90);
  font-weight: 700;
  text-decoration: none;
}

.page-breadcrumb .breadcrumb-item a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-breadcrumb .breadcrumb-item.active{
  color: rgba(255,255,255,.95);
  font-weight: 800;
}

/* Divider color */
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  color: rgba(255,255,255,.75);
}

/* Responsive */
@media (max-width: 575.98px){
  .page-hero{
    min-height: 190px;
    padding: 55px 0;
  }
}
/* ==============================
   VALUES – OVERLAY CARD STYLE
============================== */
.values-section{
  padding: 70px 0;
}

.value-card{
  position: relative;
  height: 260px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.value-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,.16);
}

/* FRONT */
.value-front,
.value-back{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px;
  text-align: center;
  transition: opacity .25s ease, transform .25s ease;
}

.value-front{
  background: #fff;
  z-index: 2;
}

.value-icon{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--brand-primary);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.value-icon i{
  font-size: 34px;
  color: #fff;
}

.value-front h5{
  font-weight: 900;
  color: var(--brand-primary);
}

/* BACK (overlay) */
.value-back{
  background: var(--brand-primary);
  color: #fff;
  opacity: 0;
  transform: scale(1.05);
}

.value-back h5{
  font-weight: 900;
  margin-bottom: 10px;
}

.value-back p{
  font-size: 14px;
  line-height: 1.6;
  opacity: .95;
}

/* HOVER / ACTIVE */
.value-card:hover .value-front,
.value-card.is-active .value-front{
  opacity: 0;
  transform: scale(.95);
}

.value-card:hover .value-back,
.value-card.is-active .value-back{
  opacity: 1;
  transform: scale(1);
}


/* =========================================================
   TEAM SLIDER (Drag/Swipe) - Professional
========================================================= */
.team-section{
  padding: 80px 0;
  background: #fff;
}

.team-title{
  font-weight: 900;
  color: var(--brand-primary);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  margin: 0;
}

.team-subtitle{
  margin-top: 6px;
  color: rgba(0,0,0,.55);
  font-weight: 600;
}

/* slider */
.team-slider{ position: relative; }
.team-viewport{
  overflow: hidden;
  user-select: none;
  cursor: grab;
  touch-action: pan-y; /* allow vertical scroll + horizontal swipe */
}
.team-viewport.is-dragging{ cursor: grabbing; }

.team-track{
  display:flex;
  gap: 22px;
  padding: 10px 2px 0;
  will-change: transform;
  transform: translateX(0px);
  transition: transform .35s ease;
}

/* stop browser dragging image */
.team-img img{
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

/* cards */
.team-card{
  flex: 0 0 calc((100% - 66px) / 4); /* 4 cards desktop */
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
  transition: transform .18s ease, box-shadow .18s ease;
}

.team-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.team-img{
  height: 230px;
  overflow:hidden;
}
.team-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* green footer overlay */
.team-info{
  background: var(--brand-primary);
  color:#fff;
  text-align:center;
  padding: 18px 16px;
  margin-top: -28px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  position: relative;
}

.team-info h5{
  margin:0;
  font-weight:900;
}
.team-info p{
  margin: 4px 0 10px;
  font-weight:700;
  opacity:.92;
  font-size:13px;
}

.team-social{
  display:flex;
  justify-content:center;
  gap: 12px;
}
.team-social a{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display:grid;
  place-items:center;
  color:#fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .15s ease, filter .15s ease;
}
.team-social a:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* dots */
.team-dots{
  margin-top: 20px;
  display:flex;
  justify-content:center;
  gap: 10px;
}
.team-dot{
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: rgba(63,153,4,.25);
  border:0;
}
.team-dot.is-active{ background: var(--brand-primary); }

/* responsive */
@media (max-width: 991.98px){
  .team-card{ flex-basis: calc((100% - 22px) / 2); } /* 2 cards */
  .team-img{ height: 220px; }
}
@media (max-width: 575.98px){
  .team-card{ flex-basis: 100%; } /* 1 card */
  .team-img{ height: 240px; }
  .team-dot{ width: 40px; }
}

/* =========================================================
SERVICES SECTION – SIMPLE (NO HOVER)
========================================================= */
.services-section{
  padding: 90px 0;
  background:#fff;
}

.services-badge{
  width:64px;
  height:64px;
  margin:0 auto 14px;
  border-radius:50%;
  background:var(--brand-primary);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:26px;
}

.services-title{
  font-weight:900;
  color:var(--brand-primary);
}

.services-subtitle{
  color:rgba(0,0,0,.55);
  font-weight:600;
}

/* Card */
.s-card{
  height:100%;
  background:#fff;
  border-radius:18px;
  padding:36px 28px;
  text-align:center;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/* Icon */
.s-icon{
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:50%;
  background:rgba(63,153,4,.15);
  color:var(--brand-primary);
  display:grid;
  place-items:center;
  font-size:34px;
}

/* Text */
.s-name{
  font-weight:900;
  margin-bottom:10px;
  color:var(--brand-primary);
}

.s-desc{
  font-size:14px;
  color:rgba(0,0,0,.65);
  margin-bottom:18px;
}

/* Button */
.s-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 26px;
  border-radius:999px;
  background:var(--brand-primary);
  color:#fff;
  font-weight:800;
}

.s-btn:hover{
  color:#fff;
  filter:brightness(.95);
}



/* =========================================================
BLOG GRID (Professional)
========================================================= */
.blog-section{
  background:#fff;
}

.blog-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
  height: 100%;
}

.blog-thumb{
  display:block;
  padding: 18px 18px 0;
}

.blog-thumb img{
  width:100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display:block;
}

.blog-body{
  padding: 14px 22px 22px;
  text-align: center;
}

.blog-meta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 10px;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0,0,0,.50);
  margin-top: 4px;
}

.blog-meta i{
  color: var(--brand-primary);
}

.blog-meta .dot{
  opacity: .35;
}

.blog-cat{
  color: rgba(0,0,0,.55);
  font-weight: 800;
}
.blog-cat:hover{
  color: var(--brand-primary);
}

.blog-title{
  margin: 10px 0 8px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.25;
}

.blog-title a{
  color: var(--brand-primary);
}
.blog-title a:hover{
  color: var(--brand-primary);
  filter: brightness(.92);
}

.blog-excerpt{
  color: rgba(0,0,0,.60);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 14px;
}

/* More button */
.blog-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 46px;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(63,153,4,.25);
}

.blog-btn:hover{
  color:#fff;
  filter: brightness(.96);
}

/* =========================================================
BLOG PAGINATION (Professional)
========================================================= */
.blog-pagination-wrap{
  margin-top: 36px;
  padding-top: 10px;
}

.blog-pagination{
  gap: 10px;
}

.blog-pagination .page-link{
  min-width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;

  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color: #111;
  font-weight: 800;

  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  transition: transform .15s ease, border-color .15s ease, color .15s ease;
}

.blog-pagination .page-item.active .page-link{
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  box-shadow: 0 16px 35px rgba(63,153,4,.25);
}

.blog-pagination .page-link:hover{
  transform: translateY(-1px);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-primary);
}

.blog-pagination .page-item.disabled .page-link{
  opacity: .45;
  pointer-events: none;
  box-shadow: none;
}


/* =========================================================
CONTACT SECTION (Screenshot style)
========================================================= */
.contact-section{
  background:#fff;
}

/* Info cards */
.contact-info-card{
  background:#fff;
  border-radius:18px;
  padding:26px 22px;
  text-align:center;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
}

.contact-info-icon{
  width:74px;
  height:74px;
  margin:0 auto 12px;
  border-radius:50%;
  background: var(--brand-primary);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:30px;
}

.contact-info-title{
  margin: 8px 0 6px;
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--brand-primary);
  font-size: 15px;
}

.contact-info-text{
  color: rgba(0,0,0,.55);
  font-weight: 700;
  font-size: 13px;
}

/* Inputs style like screenshot */
.contact-input{
  height: 58px;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
  border-bottom: 3px solid var(--brand-primary);
  font-weight: 700;
}

.contact-input:focus{
  border-color: rgba(63,153,4,.25);
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
}

/* Textarea */
.contact-textarea{
  border-radius: 26px;
  padding: 18px 22px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
  border-bottom: 3px solid var(--brand-primary);
  font-weight: 700;
  resize: vertical;
  min-height: 170px;
}

.contact-textarea:focus{
  border-color: rgba(63,153,4,.25);
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
}

/* Submit button */
.contact-submit{
  height: 52px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 18px 45px rgba(63,153,4,.22);
}

.contact-submit:hover{
  filter: brightness(.96);
}


/* =========================================================
SECTION HEAD (Reusable)
========================================================= */
.section-badge{
  width:64px;height:64px;
  border-radius:50%;
  background: var(--brand-primary);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  margin:0 auto 14px;
}
.section-title{
  font-weight:900;
  color: var(--brand-primary);
}
.section-subtitle{
  color: rgba(0,0,0,.55);
  font-weight:600;
}

/* =========================================================
LOCATION ARCHIVE
========================================================= */
.location-archive{
  background:#fff;
}

.location-tools{
  padding: 18px;
  border-radius: 18px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.location-search{
  position: relative;
}
.location-search i{
  position:absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0,0,0,.45);
  font-size: 16px;
}
.location-search .form-control{
  height: 54px;
  border-radius: 999px;
  padding-left: 44px;
  border: 1px solid rgba(0,0,0,.10);
  font-weight: 700;
}

.location-select{
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  font-weight: 800;
}

.location-top-btn{
  height: 54px;
  border-radius: 999px;
  background: var(--brand-primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(63,153,4,.18);
}
.location-top-btn:hover{ color:#fff; filter: brightness(.96); }

/* Card */
.loc-card{
  background:#fff;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  height:100%;
}

.loc-thumb{
  display:block;
  padding: 16px 16px 0;
}
.loc-thumb img{
  width:100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  display:block;
}

.loc-body{
  padding: 16px 22px 22px;
}

.loc-meta{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.loc-pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(63,153,4,.10);
  color: rgba(0,0,0,.70);
  font-weight: 800;
  font-size: 12px;
}
.loc-pill i{ color: var(--brand-primary); }

.loc-title{
  font-weight: 900;
  color: var(--brand-primary);
  margin: 6px 0 8px;
}

.loc-text{
  color: rgba(0,0,0,.60);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.loc-actions{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.loc-btn{
  flex: 1 1 auto;
  height: 46px;
  border-radius: 999px;
  background: var(--brand-primary);
  color:#fff;
  font-weight: 900;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  box-shadow: 0 18px 45px rgba(63,153,4,.18);
}
.loc-btn:hover{ color:#fff; filter: brightness(.96); }

.loc-icon-btn{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  display:grid;
  place-items:center;
  color: var(--brand-primary);
}


/* ================= REQUIRED CSS (ADD IN style.css) =================*/
.shop-sidebar .sidebar-box{background:#fff;border:1px solid #eee;padding:20px;margin-bottom:20px}
.sidebar-title{font-weight:600;margin-bottom:12px}
.filter-list li{margin-bottom:8px}
.tag-wrap a{display:inline-block; color: black; padding:5px 12px;border:1px solid #ddd;margin:4px;font-size:13px}

.shop-topbar{display:flex;justify-content:space-between;align-items:center}

.product-card{border:1px solid #eee;background:#fff;position:relative;transition:.3s}
.product-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.08)}
.product-img{position:relative;overflow:hidden}
.product-img img{width:100%;transition:.3s}
.product-card:hover img{transform:scale(1.05)}

section.shop-section.py-5 .badge-sale{position:absolute;top:10px;left:10px;background:#000;color:#fff;font-size:12px;padding:4px 8px;z-index:2}
section.shop-section.py-5 .product-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-primary);
}
.add-cart{position:absolute;left:50%;bottom:-50px;transform:translateX(-50%);background:var(--brand-primary);color:#fff;border-radius:0;padding:8px 8px;transition:.3s}
button.btn.add-cart:hover
 {
    background: var(--brand-primary);
    color: white;
    border: none;
}
button.btn.btn-dark.w-100.mt-3 {
    background: var(--brand-primary);
    border: none;
}
.product-card:hover .add-cart{bottom:20px}

.product-info{padding:15px}
section.shop-section.py-5 .product-title{font-size:15px;margin:6px 0}
section.shop-section.py-5 .product-price del{color:#999;font-size:14px}
section.shop-section.py-5 .product-price span{font-weight:600;margin-left:8px}

@media(max-width:991px){.shop-topbar{flex-direction:column;gap:10px}}
================================================== -->

/* ================= SORT DROPDOWN (CUSTOM CSS) ================= */
.shop-sort{
min-width:220px;
border:1px solid #ddd;
padding:10px 14px;
font-size:14px;
border-radius:6px;
background-color:#fff;
color:#333;
cursor:pointer;
}
.shop-sort option:hover{
  background:#3f9904;  /* brand green */
  color:#fff;
}

/* ================= PROFESSIONAL PAGINATION ================= */
.pagination{
  gap:6px;
}

.pagination .page-link{
  border:1px solid #e5e5e5;
  color:#000;
  padding:10px 16px;
  font-size:14px;
  font-weight:500;
  border-radius:6px;
  background:#fff;
  transition:all .25s ease;
}

/* Hover */
.pagination .page-link:hover{
  background:#000;
  color:#fff;
  border-color:#000;
}

/* Active page */
.pagination .page-item.active .page-link{
  background:#3f9904;        /* brand green */
  border-color:#3f9904;
  color:#fff;
  box-shadow:0 6px 18px rgba(63,153,4,.35);
}

/* Disabled */
.pagination .page-item.disabled .page-link{
  color:#999;
  background:#f7f7f7;
  border-color:#eee;
  pointer-events:none;
}

/* Mobile spacing fix */
@media(max-width:575px){
  .pagination .page-link{
    padding:8px 12px;
    font-size:13px;
  }
}


.single-product {
  background: #f8f9f8;
}

.product-gallery img {
  border-radius: 12px;
  background: var(--brand-white);
}

.product-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-black);
}

.product-price {
  font-size: 22px;
  font-weight: 600;
  color: var(--brand-primary);
}

.product-short-desc {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.product-attributes label {
  font-weight: 600;
  font-size: 14px;
}

.qty-input {
  max-width: 90px;
}

.btn-brand {
  background: var(--brand-primary);
  color: var(--brand-white);
  padding: 12px 28px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
}

.btn-brand:hover {
  background: #328000;
}
/* =====================================
   PRODUCT TABS SECTION
===================================== */

.nav-tabs {
  border-bottom: 2px solid #e5e5e5;
}

.nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-weight: 600;
  color: #555;
  padding: 14px 24px;
  position: relative;
}

.nav-tabs .nav-link:hover {
  color: var(--brand-primary);
}

.nav-tabs .nav-link.active {
  color: var(--brand-primary);
  background: transparent;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--brand-primary);
}

/* Tab Content */
.tab-content {
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.tab-pane p {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.tab-pane ul {
  padding-left: 18px;
}

.tab-pane ul li {
  margin-bottom: 8px;
  color: #444;
}

/* =====================================
   RELATED PRODUCTS
===================================== */

.related-products {
  border-top: 1px solid #eaeaea;
}

.related-products h3 {
  color: var(--brand-black);
}

/* Carousel Controls */
.related-products .carousel-control-prev,
.related-products .carousel-control-next {
  width: 45px;
  height: 45px;
  top: -70px;
  bottom: auto;
  background: var(--brand-primary);
  border-radius: 50%;
  opacity: 1;
}

.related-products .carousel-control-prev {
  right: 60px;
  left: auto;
}

.related-products .carousel-control-next {
  right: 0;
}

.related-products .carousel-control-prev-icon,
.related-products .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

/* Product Cards inside slider */
.related-products .product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.related-products .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.related-products .product-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.related-products .product-info {
  padding: 15px;
}

.related-products .product-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.related-products .product-price {
  color: var(--brand-primary);
  font-weight: 600;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    padding: 12px 14px;
    font-size: 14px;
  }

  .related-products .carousel-control-prev,
  .related-products .carousel-control-next {
    top: -55px;
  }
}
.product-feature img {
  width: 100%;
  background: #fff;
}

.product-gallery img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #eee;
}

.product-gallery img:hover {
  border-color: var(--brand-primary);
}

.carousel-control-prev-icon, .carousel-control-next-icon
 {
    display: block;
}

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f7fa;
    color: #333;
}

.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.cart-page {
    margin-top: 50px;
}

/* Cart Table Styles */
.cart-table-container {
    overflow-x: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cart-table th {
    background-color: var(--brand-primary);
    color: #ffffff;
    font-weight: 600;
}

.cart-table td {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.cart-table img {
    max-width: 80px;
    border-radius: 5px;
}

.cart-table .quantity-input {
    width: 60px;
    text-align: center;
}

.cart-table .quantity-input:focus {
    outline: none;
    border-color: #007bff;
}

/* Cart Summary Styles */
.cart-summary {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cart-summary .total-price {
    font-size: 1.5rem;
    font-weight: 600;
}

.cart-summary button {
    background-color: var(--brand-primary);
    color: white;
    padding: 12px 30px;
    border: none;
    border:1px solid var(--brand-primary);
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
}

.cart-summary button:hover {
    background-color: transparent !important;
    border:1px solid var(--brand-primary);
    color: black;
}

/* Footer */
footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    margin-top: 50px;
}

footer .footer-bottom {
    font-size: 14px;
    color: white;
}

/* Button Styles */
.btn-danger {
    background-color: var(--brand-primary);
    color: white;
    padding: 8px 30px;
    border: none;
    border:1px solid var(--brand-primary);
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
}

.btn-danger:hover {
    background-color: transparent !important;
    border:1px solid var(--brand-primary);
    color: black;
}

@media (max-width: 768px) {
    .cart-table td {
        font-size: 0.9rem;
    }

    .cart-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-summary .total-price {
        margin-bottom: 15px;
    }
}



 .checkout-section { background-color: #f8f9fa; padding: 80px 0; }
    .checkout-container { max-width: 1200px; margin: 0 auto; }
    .checkout-step { display: flex; align-items: center; gap: 12px; color: #6c757d; font-size: 14px; margin-bottom: 40px; }
    .checkout-step-current { color: var(--brand-primary); font-weight: 600; }
    .checkout-step-current::before { content: ''; display: inline-block; width: 24px; height: 24px; background: var(--brand-primary); border-radius: 50%; margin-right: 8px; }
    .checkout-form { background: var(--brand-white); border-radius: 12px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
    .form-section { margin-bottom: 32px; }
    .form-section h5 { color: var(--brand-black); margin-bottom: 20px; font-weight: 600; font-size: 20px; }
    .form-floating { margin-bottom: 20px; }
    .form-floating > .form-control, .form-select { border: 1px solid #dee2e6; border-radius: 8px; padding: 16px 12px; height: 60px; }
    .form-floating > label { color: #6c757d; padding: 16px 12px; }
    .form-floating > .form-control:focus ~ label, .form-floating > .form-select:focus ~ label { color: var(--brand-primary); transform: scale(0.95); }
    .form-check-input:checked { background-color: var(--brand-primary); border-color: var(--brand-primary); }
    .payment-option { border: 2px solid transparent; border-radius: 12px; padding: 20px; transition: all 0.3s; cursor: pointer; }
    .payment-option:hover, .payment-option.active { border-color: var(--brand-primary); background: #f0f8f0; }
    .payment-fields { display: none; background: #f8f9fa; border-radius: 8px; padding: 24px; margin-top: 16px; }
    .payment-fields.show { display: block; animation: fadeIn 0.3s; }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    .order-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f1f3f4; }
    .order-item:last-child { border-bottom: none; }
    .order-summary { background: var(--brand-white); border-radius: 12px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); height: fit-content; }
    .summary-item { display: flex; justify-content: space-between; padding: 12px 0; font-size: 16px; }
    .summary-total { font-weight: 700; font-size: 28px; color: var(--brand-black); border-top: 2px solid #f1f3f4; padding-top: 20px; margin-top: 16px; }
    .btn-checkout { background: var(--brand-primary); border: none; color: var(--brand-white); padding: 16px 32px; font-size: 18px; font-weight: 600; border-radius: 8px; width: 100%; transition: all 0.3s; }
    .btn-checkout:hover:not(:disabled) { background: #2e7a03; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(63,153,4,0.4); }
    .btn-checkout:disabled { opacity: 0.6; cursor: not-allowed; }
    .shipping-fields { display: none; margin-top: 20px; padding-top: 24px; border-top: 1px solid #f1f3f4; }
    .shipping-fields.show { display: block; }
    .terms-check { margin-top: 24px; }
    @media (max-width: 991px) { .checkout-form, .order-summary { margin-bottom: 24px; } .payment-option { margin-bottom: 12px; } }
    .is-invalid { border-color: #dc3545 !important; }


    .order-received {
      background-color: var(--brand-white);
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .order-received h1 {
      color: var(--brand-primary);
      font-weight: 700;
      margin-bottom: 20px;
    }

    .order-received .section-title {
      color: var(--brand-primary);
      font-weight: 600;
      margin-bottom: 15px;
      border-bottom: 2px solid var(--brand-primary);
      display: inline-block;
      padding-bottom: 5px;
    }

    .order-details, .billing-details, .customer-details, .payment-method {
      background-color: #f1f1f1;
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .order-details table {
      width: 100%;
    }

    .order-details table th, .order-details table td {
      padding: 10px;
      text-align: left;
    }

    .order-details table th {
      background-color: var(--brand-primary);
      color: var(--brand-white);
      border-radius: 5px;
    }

    .btn-primary {
      background-color: var(--brand-primary);
      border: none;
      padding: 12px 25px;
      font-weight: 600;
    }

    .btn-primary:hover {
      background-color: #387402;
    }

    footer {
      background-color: var(--brand-black);
      color: var(--brand-white);
      text-align: center;
      padding: 20px 0;
    }

    footer a {
      color: var(--brand-white);
      text-decoration: underline;
    }

    /* Adjustments for larger screens */
    @media (min-width: 992px) {
      .order-received .container {
        display: flex;
        justify-content: space-between;
      }
      .order-received .left-column, .order-received .right-column {
        width: 48%;
      }
    }


  /* General Styles */
body {
  background-color: #ffffff;
  color: #000000;
}

.text-primary {
  color: #3f9904 !important;
}

/* Process Card Styling */
.process-card {
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.process-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.process-card .card-body {
  padding: 30px;
}

.process-card .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3f9904;
}

.process-card .card-text {
  font-size: 1.1rem;
  color: #000000;
}

/* Step Number Badge */
.process-step-number {
  background-color: #3f9904;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px auto; /* Center the step number */
}

/* Section Title */
section h2 {
  font-weight: bold;
  color: #3f9904;
}

/* Responsive Styles */
@media (max-width: 768px) {
  section h2 {
    font-size: 2rem;
  }

  .process-card .card-body {
    padding: 20px;
  }
}



/* General Styling */
body {
  background-color: #f7f7f7;
  color: #333;
}

.text-primary {
  color: #3f9904 !important;
}

/* Section Styling */
.why-choose {
  background-color: #ffffff;
  padding: 60px 0;
}

.choose-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
}

.choose-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.choose-icon {
  background-color: #3f9904;
  color: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.card-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #3f9904;
}

.card-text {
  font-size: 1rem;
  color: #555;
}

/* Right Section: CTA Card */
.cta-card {
  background-color: #3f9904;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cta-card .cta-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.cta-card .cta-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-card .btn-light {
  background-color: #ffffff;
  color: #3f9904;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.cta-card .btn-light:hover {
  background-color: #3f9904;
  color: white;
  transform: scale(1.05);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .why-choose h2 {
    font-size: 2rem;
  }

  .choose-card .card-body {
    padding: 15px;
  }

  .choose-card .card-title {
    font-size: 1.2rem;
  }

  .choose-card .card-text {
    font-size: 0.9rem;
  }

  .cta-card {
    margin-top: 30px;
  }

  .cta-card .cta-title {
    font-size: 1.5rem;
  }

  .cta-card .cta-text {
    font-size: 1rem;
  }
}


/* General Styles */
body {
  background-color: #f7f7f7;
  color: #333;
}

.text-primary {
  color: #3f9904 !important;
}

/* Card Wrapper */
.card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Card Image */
.card-image img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Card Content */
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  opacity: 0; /* Hidden by default */
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.card-content h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

.card-content p {
  font-size: 1rem;
}

.card-content .btn {
  background-color: #3f9904;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.card-content .btn:hover {
  background-color: #5bbf00;
}

/* Reveal Content on Hover */
.card-wrapper:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #3f9904;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card-content h5 {
    font-size: 1.3rem;
  }

  .card-content p {
    font-size: 0.9rem;
  }

  .card-content .btn {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
}



/* General Styles */
body {
  background-color: #f7f7f7;
  color: #333;
}

.text-primary {
  color: #3f9904 !important;
}

/* Section Styling */
.service-areas {
  background-color: #ffffff;
  padding: 60px 0;
}

.service-area {
  background-color: #f4f4f4;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-area:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.area-icon {
  background-color: #3f9904;
  color: white;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: 20px;
}

.area-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3f9904;
  margin-bottom: 10px;
}

.area-description {
  font-size: 1rem;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-area {
    padding: 20px;
  }

  .area-title {
    font-size: 1.3rem;
  }

  .area-description {
    font-size: 0.9rem;
  }

  .area-icon {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
}


/* Section Styling */
        .service-area-section {
            background-color: var(--brand-white);
            padding: 60px 0;
        }

        .service-card {
            border: 2px solid var(--brand-primary);
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

        .service-card h4 {
            color: var(--brand-primary);
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .service-card p {
            color: var(--brand-black);
            font-size: 1rem;
        }

        .btn-primary {
            background-color: var(--brand-primary);
            border: none;
            padding: 10px 20px;
            color: var(--brand-white);
            font-weight: bold;
            transition: background-color 0.3s ease;
        }

        .btn-primary:hover {
            background-color: darken(var(--brand-primary), 10%);
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .service-card {
                margin-bottom: 30px;
            }
        }

        /* General Section Styling */
.testimonials-section {
  background: linear-gradient(to right, #3f9904, #7fd13b); /* Smooth gradient background */
  padding: 60px 0;
}

.carousel-inner {
  text-align: center;
}

.testimonial-card {
  border: 2px solid #3f9904;
  border-radius: 15px;
  background-color: white;
  padding: 30px;
  width: 100% !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  max-width: 350px;
  margin: 0 auto;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-card .customer-photo {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.testimonial-card .customer-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3f9904;
}

.testimonial-card .customer-review {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #3f9904;
  border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .carousel-inner {
    display: flex;
    justify-content: center;
  }

  .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-item .testimonial-card {
    width: 80%; /* Mobile: Show 1 item at a time */
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .carousel-inner {
    display: flex;
    justify-content: space-between;
  }

  .carousel-item .testimonial-card {
    width: 48%; /* Tablet: Show 2 items at a time */
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .carousel-inner {
    display: flex;
    justify-content: space-between;
  }

  .carousel-item .testimonial-card {
    width: 30%; /* Desktop: Show 3 items at a time */
    margin: 0 auto;
  }
}


/* General FAQ Section Styling */
.faq-section {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.accordion-button {
  background-color: #3f9904;
  color: white;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #7fd13b;
  color: white;
}

.accordion-body {
  background-color: #ffffff;
  padding: 20px;
  font-size: 1rem;
  color: #333;
}

/* Responsive Design for Accordion */
@media (max-width: 768px) {
  .accordion-button {
    font-size: 1.2rem;
  }
}


/* General CTA Section Styling */
.cta-section {
  background-color: transparent;
  color: white;
  padding: 60px 0;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.cta-section p {
  font-size: 1.2rem;
}

.btn-primary {
  background-color: #3f9904;
  border-color: #3f9904;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 25px;
  text-transform: uppercase;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #3f9904;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 25px;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #7fd13b;
  border-color: #7fd13b;
}

@media (max-width: 768px) {
  .btn-lg {
    padding: 10px 25px;
    font-size: 1rem;
  }
}



/* =====================================================
SECTION: Common Signs of Ant Infestation
Uses your palette:
--brand-primary, --brand-black, --brand-white
===================================================== */

.ants-signs{
  position: relative;
  background: var(--brand-white);
}

/* subtle background accents (no extra colors) */
.ants-signs::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(63,153,4,.10), transparent 60%),
    radial-gradient(900px 500px at 95% 30%, rgba(0,0,0,.06), transparent 55%);
}

.ants-signs .container{
  position: relative;
  z-index: 1;
}

/* Head */
.ants-signs__head{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 22px 22px 18px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  margin-bottom: 18px;
}

.ants-signs__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 10px;
}

.ants-signs__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.ants-signs__title{
  color: var(--brand-black);
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin: 0;
}

.ants-signs__sub{
  color: rgba(0,0,0,.70);
  max-width: 60ch;
}

/* CTA */
.ants-signs__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 800;
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  background: var(--brand-primary);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}

.ants-signs__cta:hover{
  color: var(--brand-white);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  filter: brightness(.98);
}

/* Left panel */
.ants-signs__panel{
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-black);
  color: var(--brand-white);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.ants-signs__panelTop{
  padding: 22px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.ants-signs__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(63,153,4,.18);
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  font-weight: 800;
  margin-bottom: 14px;
}

.ants-signs__panelTitle{
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
}

.ants-signs__panelText{
  margin: 0;
  color: rgba(255,255,255,.82);
}

.ants-signs__panelBottom{
  padding: 18px 22px 22px;
  display: grid;
  gap: 14px;
}

.ants-signs__miniStat{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.ants-signs__miniIcon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.ants-signs__miniLabel{
  font-size: .85rem;
  color: rgba(255,255,255,.70);
}

.ants-signs__miniValue{
  font-weight: 900;
  letter-spacing: -0.2px;
}

/* Right grid */
.ants-signs__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 576px){
  .ants-signs__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.ants-signs__card{
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.10);
  padding: 18px;
  display:flex;
  gap: 14px;
  align-items:flex-start;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.ants-signs__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

.ants-signs__icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.15rem;
}

.ants-signs__cardTitle{
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: var(--brand-black);
  font-size: 1.02rem;
}

.ants-signs__cardText{
  margin: 0 0 10px;
  color: rgba(0,0,0,.70);
  line-height: 1.5;
}

.ants-signs__tagRow{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ants-signs__tag{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .2px;
  color: rgba(0,0,0,.78);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.85);
}

/* Actions */
.ants-signs__actions{
  border: 1px dashed rgba(0,0,0,.16);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,.88);
}

.ants-signs__toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.14);
  background: var(--brand-white);
  color: var(--brand-black);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ants-signs__toggle:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}

.ants-signs__toggle i{
  transition: transform .2s ease;
}

.ants-signs__toggle.is-open i{
  transform: rotate(180deg);
}

.ants-signs__note{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  color: rgba(0,0,0,.70);
  font-weight: 700;
}

.ants-signs__note i{
  color: var(--brand-primary);
}


/* =====================================================
SECTION: Our Pest Control Process (Ants)
Palette: --brand-primary, --brand-black, --brand-white
===================================================== */

.ants-process{
  position: relative;
  background: var(--brand-white);
}

.ants-process::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 520px at 8% 10%, rgba(63,153,4,.10), transparent 60%),
    radial-gradient(900px 520px at 92% 25%, rgba(0,0,0,.06), transparent 55%);
}

.ants-process .container{
  position: relative;
  z-index: 1;
}

/* Head */
.ants-process__head{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 22px 22px 18px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  margin-bottom: 18px;
}

.ants-process__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 10px;
}

.ants-process__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.ants-process__title{
  color: var(--brand-black);
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin: 0;
}

.ants-process__sub{
  color: rgba(0,0,0,.70);
  max-width: 65ch;
}

/* CTA */
.ants-process__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  background: var(--brand-primary);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}

.ants-process__cta:hover{
  color: var(--brand-white);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  filter: brightness(.98);
}

/* Left rail */
.ants-process__rail{
  display: grid;
  gap: 12px;
}

.ants-process__step{
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  padding: 16px;
  display:flex;
  align-items:flex-start;
  gap: 12px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.ants-process__step:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

.ants-process__step.is-active{
  border-color: rgba(63,153,4,.38);
  box-shadow: 0 18px 46px rgba(0,0,0,.12);
}

.ants-process__stepIcon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.15rem;
}

.ants-process__stepTitle{
  display:block;
  font-weight: 900;
  color: var(--brand-black);
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.ants-process__stepDesc{
  display:block;
  color: rgba(0,0,0,.70);
  line-height: 1.4;
  font-weight: 600;
  font-size: .92rem;
}

.ants-process__chev{
  margin-left: auto;
  color: rgba(0,0,0,.55);
  padding-top: 2px;
}

/* Promise */
.ants-process__promise{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-black);
  color: var(--brand-white);
  padding: 16px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.ants-process__promiseIcon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.ants-process__promiseTitle{
  font-weight: 900;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.ants-process__promiseText{
  color: rgba(255,255,255,.80);
  font-weight: 600;
  line-height: 1.45;
}

/* Right content */
.ants-process__contentWrap{
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 44px rgba(0,0,0,.08);
  overflow: hidden;
}

.ants-process__panel{
  display: none;
  padding: 20px;
}

.ants-process__panel.is-active{
  display: block;
}

.ants-process__panelTop{
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  margin-bottom: 16px;
}

.ants-process__panelBadge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: rgba(0,0,0,.78);
  font-weight: 900;
  margin-bottom: 12px;
}

.ants-process__panelTitle{
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: var(--brand-black);
}

.ants-process__panelText{
  margin: 0;
  color: rgba(0,0,0,.70);
  font-weight: 600;
  line-height: 1.55;
}

/* List items */
.ants-process__list{
  display:grid;
  gap: 12px;
}

.ants-process__item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
}

.ants-process__itemIcon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.ants-process__itemTitle{
  font-weight: 900;
  color: var(--brand-black);
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.ants-process__itemText{
  color: rgba(0,0,0,.70);
  font-weight: 600;
  line-height: 1.45;
}

/* Methods cards */
.ants-process__method{
  height: 100%;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  display:flex;
  gap: 12px;
  align-items:flex-start;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ants-process__method:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.ants-process__methodIcon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.ants-process__methodTitle{
  font-weight: 900;
  color: var(--brand-black);
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.ants-process__methodText{
  color: rgba(0,0,0,.70);
  font-weight: 600;
  line-height: 1.45;
}

/* Panel footer */
.ants-process__panelFooter{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.10);
  display:flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 576px){
  .ants-process__panelFooter{
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
  }
}

.ants-process__tip{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  color: rgba(0,0,0,.70);
  font-weight: 700;
}

.ants-process__tip i{
  color: var(--brand-primary);
}

/* Ghost button */
.ants-process__ghost{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  color: var(--brand-black);
  background: var(--brand-white);
  border: 1px solid rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.ants-process__ghost:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  color: var(--brand-black);
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce){
  .ants-process__cta,
  .ants-process__step,
  .ants-process__method,
  .ants-process__ghost{
    transition: none !important;
  }
}


/* =====================================================
SECTION: Prevention Tips (Ants)
Palette: --brand-primary, --brand-black, --brand-white
===================================================== */

.ants-prevention{
  position: relative;
  background: var(--brand-white);
}

.ants-prevention::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(63,153,4,.10), transparent 60%),
    radial-gradient(900px 520px at 95% 30%, rgba(0,0,0,.06), transparent 55%);
}

.ants-prevention .container{
  position: relative;
  z-index: 1;
}

/* Head */
.ants-prevention__head{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 22px 22px 18px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  margin-bottom: 18px;
}

.ants-prevention__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 10px;
}

.ants-prevention__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.ants-prevention__title{
  color: var(--brand-black);
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin: 0;
}

.ants-prevention__sub{
  color: rgba(0,0,0,.70);
  max-width: 65ch;
}

/* CTA */
.ants-prevention__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  background: var(--brand-primary);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}

.ants-prevention__cta:hover{
  color: var(--brand-white);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  filter: brightness(.98);
}

/* Tips grid */
.ants-prevention__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 576px){
  .ants-prevention__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px){
  .ants-prevention__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.ants-prevention__card{
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.10);
  padding: 18px;
  display:flex;
  gap: 14px;
  align-items:flex-start;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.ants-prevention__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

.ants-prevention__icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.15rem;
}

.ants-prevention__cardTitle{
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: var(--brand-black);
  font-size: 1.02rem;
}

.ants-prevention__cardText{
  margin: 0 0 10px;
  color: rgba(0,0,0,.70);
  line-height: 1.5;
  font-weight: 600;
}

.ants-prevention__tagRow{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ants-prevention__tag{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .2px;
  color: rgba(0,0,0,.78);
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.85);
}

/* Checklist panel */
.ants-prevention__panel{
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-black);
  color: var(--brand-white);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  height: 100%;
}

.ants-prevention__panelTop{
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.ants-prevention__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(63,153,4,.18);
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  font-weight: 900;
  margin-bottom: 12px;
}

.ants-prevention__panelTitle{
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
}

.ants-prevention__panelText{
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 600;
  line-height: 1.5;
}

.ants-prevention__checklist{
  list-style:none;
  padding: 16px 20px 6px;
  margin: 0;
  display:grid;
  gap: 10px;
}

.ants-prevention__checklist li{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  color: rgba(255,255,255,.86);
  font-weight: 700;
  line-height: 1.45;
}

.ants-prevention__checklist i{
  color: var(--brand-primary);
  padding-top: 2px;
}

/* Panel actions */
.ants-prevention__panelActions{
  padding: 14px 20px 20px;
  display:grid;
  gap: 10px;
}

.ants-prevention__btn{
  width: 100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: var(--brand-white);
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ants-prevention__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  color: var(--brand-white);
}

.ants-prevention__btn--solid{
  border-color: rgba(63,153,4,.35);
  background: var(--brand-primary);
  color: var(--brand-white);
}

/* Toast */
.ants-prevention__toast{
  display:none;
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.90);
  font-weight: 800;
  text-align:center;
}

.ants-prevention__toast.is-show{
  display:block;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce){
  .ants-prevention__cta,
  .ants-prevention__card,
  .ants-prevention__btn{
    transition: none !important;
  }
}


/* =====================================================
SECTION: Other Pests (Pest Explorer - Different Design)
Palette: --brand-primary, --brand-black, --brand-white
===================================================== */

.other-pests{
  position: relative;
  background: var(--brand-white);
}

.other-pests::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.03), transparent 40%),
    radial-gradient(900px 520px at 20% 10%, rgba(63,153,4,.12), transparent 58%),
    radial-gradient(900px 520px at 90% 40%, rgba(0,0,0,.06), transparent 55%);
}

.other-pests .container{ position: relative; z-index: 1; }

.other-pests__wrap{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 992px){
  .other-pests__wrap{
    grid-template-columns: 380px 1fr;
    align-items: start;
  }
}

/* Left side */
.other-pests__sideCard{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-black);
  color: var(--brand-white);
  padding: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,.14);
}

@media (min-width: 992px){
  .other-pests__side{
    position: sticky;
    top: calc(var(--header-height) + 16px);
  }
}

.other-pests__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(255,255,255,.78);
  margin-bottom: 10px;
}

.other-pests__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.18);
}

.other-pests__title{
  font-weight: 950;
  letter-spacing: -0.3px;
  margin: 0;
}

.other-pests__sub{
  color: rgba(255,255,255,.82);
  font-weight: 600;
  line-height: 1.55;
}

/* Chips */
.other-pests__chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

.other-pests__chip{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .86rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  text-align: left;
}

.other-pests__chip:hover{
  transform: translateY(-1px);
  border-color: rgba(63,153,4,.35);
}

.other-pests__chip.is-active{
  background: rgba(63,153,4,.20);
  border-color: rgba(63,153,4,.40);
  color: var(--brand-white);
}

/* Controls */
.other-pests__controls{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.other-pests__navBtn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--brand-white);
  display:grid;
  place-items:center;
  font-size: 1.05rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.other-pests__navBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  border-color: rgba(63,153,4,.35);
}

.other-pests__allLink{
  margin-left: auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  color: var(--brand-black);
  background: var(--brand-white);
  border: 1px solid rgba(255,255,255,.18);
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.other-pests__allLink:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
  color: var(--brand-black);
}

.other-pests__note{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  line-height: 1.4;
}

.other-pests__note i{ color: var(--brand-primary); padding-top: 2px; }

/* Right explorer track */
.other-pests__main{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  overflow: hidden;
}

.other-pests__track{
  display:flex;
  gap: 14px;
  padding: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 18px;
  -webkit-overflow-scrolling: touch;
}

.other-pests__track::-webkit-scrollbar{ height: 10px; }
.other-pests__track::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.18);
  border-radius: 999px;
}
.other-pests__track::-webkit-scrollbar-track{
  background: rgba(0,0,0,.06);
  border-radius: 999px;
}

/* Cards (unique style: tall + top pill + meta row) */
.other-pests__card{
  flex: 0 0 auto;
  width: 290px;
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-white);
  padding: 16px;
  text-decoration:none;
  color: var(--brand-black);
  scroll-snap-align: start;
  position: relative;
  box-shadow: 0 16px 44px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

@media (min-width: 576px){
  .other-pests__card{ width: 320px; }
}

.other-pests__card:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(0,0,0,.14);
  border-color: rgba(63,153,4,.30);
  color: var(--brand-black);
}

.other-pests__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.other-pests__icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  font-size: 1.15rem;
}

.other-pests__pill{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .78rem;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  color: rgba(0,0,0,.74);
  white-space: nowrap;
}

.other-pests__name{
  margin: 0 0 8px;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.other-pests__desc{
  margin: 0 0 14px;
  color: rgba(0,0,0,.70);
  font-weight: 600;
  line-height: 1.55;
}

.other-pests__meta{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(0,0,0,.72);
  font-weight: 800;
  font-size: .88rem;
  margin-bottom: 14px;
}

.other-pests__meta i{
  color: var(--brand-primary);
  margin-right: 6px;
}

.other-pests__cta{
  display:flex;
  align-items:center;
  justify-content: space-between;
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 12px;
  font-weight: 950;
  color: var(--brand-black);
}

.other-pests__cta i{ color: var(--brand-primary); }

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .other-pests__chip,
  .other-pests__navBtn,
  .other-pests__allLink,
  .other-pests__card{
    transition: none !important;
  }
}


/* =====================================================
SECTION: Ants Pest Control (Locations Page)
Design: Split content + image collage
===================================================== */

.loc-ants{
  background: var(--brand-white);
  position: relative;
}

.loc-ants::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 500px at 10% 20%, rgba(63,153,4,.10), transparent 60%);
}

.loc-ants .container{
  position: relative;
  z-index: 1;
}

/* Left content */
.loc-ants__kicker{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 12px;
}

.loc-ants__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.14);
}

.loc-ants__title{
  font-weight: 950;
  letter-spacing: -0.4px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: var(--brand-black);
}

.loc-ants__title span{
  color: var(--brand-primary);
}

.loc-ants__text{
  color: rgba(0,0,0,.72);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 22px;
  max-width: 56ch;
}

/* Button */
.loc-ants__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: var(--brand-white);
  text-decoration:none;
  font-weight: 900;
  border: 1px solid rgba(63,153,4,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.loc-ants__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
  color: var(--brand-white);
}

/* Right images collage */
.loc-ants__images{
  position: relative;
  min-height: 420px;
}

.loc-ants__img{
  position:absolute;
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 22px 60px rgba(0,0,0,.18);
}

.loc-ants__img--main{
  width: 100%;
  height: 100%;
  left: 0;
  top: 12%;
}

.loc-ants__img--top{
  width: 42%;
  height: 42%;
  right: 0;
  top: 0;
}

.loc-ants__img--bottom{
  width: 42%;
  height: 42%;
  right: 0;
  bottom: 0;
}

/* Mobile adjustments */
@media (max-width: 991px){
  .loc-ants__images{
    min-height: 360px;
    margin-top: 10px;
  }

  .loc-ants__img--main{
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
  }

  .loc-ants__img--top,
  .loc-ants__img--bottom{
    display:none;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .loc-ants__btn{
    transition: none !important;
  }
}
/* =====================================================
LOCATIONS PAGE SECTION: Pest Control Services in [Location]
Unique design: Split frame + selector card + metrics bar
Palette: --brand-primary, --brand-black, --brand-white
===================================================== */

.loc-hero{
  position: relative;
  background: var(--brand-white);
}

.loc-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1100px 600px at 15% 15%, rgba(63,153,4,.14), transparent 60%),
    radial-gradient(900px 520px at 90% 40%, rgba(0,0,0,.08), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.03), transparent 35%);
}

.loc-hero .container{ position: relative; z-index: 1; }

.loc-hero__frame{
  border-radius: 26px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
  box-shadow: 0 26px 80px rgba(0,0,0,.10);
  padding: 18px;
}

@media (min-width: 992px){
  .loc-hero__frame{ padding: 26px; }
}

/* Kicker */
.loc-hero__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.72);
  margin-bottom: 12px;
}

.loc-hero__pulse{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

/* Title */
.loc-hero__title{
  margin: 0 0 10px;
  font-weight: 980;
  letter-spacing: -0.6px;
  line-height: 1.08;
  color: var(--brand-black);
  font-size: clamp(1.8rem, 3.2vw, 3.0rem);
}

.loc-hero__loc{
  color: var(--brand-primary);
}

.loc-hero__sub{
  margin: 0 0 16px;
  color: rgba(0,0,0,.70);
  font-weight: 650;
  line-height: 1.55;
  max-width: 70ch;
}

/* Chips */
.loc-hero__chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.loc-hero__chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  color: rgba(0,0,0,.78);
  font-weight: 900;
  font-size: .86rem;
}

.loc-hero__chip i{ color: var(--brand-primary); }

/* Actions */
.loc-hero__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.loc-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.14);
  background: var(--brand-white);
  color: var(--brand-black);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}

.loc-hero__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
  color: var(--brand-black);
}

.loc-hero__btn--solid{
  background: var(--brand-primary);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-white);
}

.loc-hero__btn--solid:hover{
  color: var(--brand-white);
  filter: brightness(.98);
}

.loc-hero__phone{
  font-weight: 980;
  letter-spacing: -0.2px;
}

/* Metrics */
.loc-hero__metrics{
  display:grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

@media (min-width: 576px){
  .loc-hero__metrics{
    grid-template-columns: repeat(3, 1fr);
  }
}

.loc-hero__metric{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  padding: 12px 12px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.loc-hero__metricIcon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.10rem;
}

.loc-hero__metricLabel{
  font-size: .85rem;
  color: rgba(0,0,0,.68);
  font-weight: 800;
}

.loc-hero__metricValue{
  font-weight: 980;
  color: var(--brand-black);
  letter-spacing: -0.2px;
}

/* Right card */
.loc-hero__card{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-black);
  color: var(--brand-white);
  box-shadow: 0 24px 70px rgba(0,0,0,.16);
  overflow: hidden;
}

.loc-hero__cardTop{
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.loc-hero__cardBadge{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(63,153,4,.18);
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  font-weight: 950;
  margin-bottom: 12px;
}

.loc-hero__cardTitle{
  margin: 0 0 6px;
  font-weight: 980;
  letter-spacing: -0.3px;
}

.loc-hero__cardText{
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 650;
  line-height: 1.5;
}

/* Form */
.loc-hero__form{
  padding: 14px 18px 0;
  display:grid;
  gap: 10px;
}

.loc-hero__select{
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--brand-white);
  font-weight: 850;
  outline: none;
}

.loc-hero__select:focus{
  border-color: rgba(63,153,4,.45);
  box-shadow: 0 0 0 5px rgba(63,153,4,.18);
}

.loc-hero__select option{
  color: var(--brand-black);
}

.loc-hero__go{
  width: 100%;
  border: 1px solid rgba(63,153,4,.35);
  background: var(--brand-primary);
  color: var(--brand-white);
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 980;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.loc-hero__go:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 50px rgba(0,0,0,.20);
  filter: brightness(.98);
}

/* Quick links */
.loc-hero__quickLinks{
  padding: 14px 18px 18px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.loc-hero__qLink{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  text-decoration:none;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease;
}

.loc-hero__qLink:hover{
  transform: translateY(-1px);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-white);
}

.loc-hero__qLink i{ color: var(--brand-primary); }

/* Footer note */
.loc-hero__cardFoot{
  padding: 12px 18px 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.74);
  font-weight: 700;
  display:flex;
  gap: 10px;
  align-items:flex-start;
}

.loc-hero__cardFoot i{ color: var(--brand-primary); padding-top: 2px; }

.loc-hero__mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 900;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .loc-hero__btn,
  .loc-hero__go,
  .loc-hero__qLink{
    transition: none !important;
  }
}



/* =====================================================
LOCATIONS PAGE SECTION: Services Provided
Design: Vertical timeline rail + dynamic details panel
Palette: --brand-primary, --brand-black, --brand-white
===================================================== */

.loc-services{
  position: relative;
  background: var(--brand-white);
}

.loc-services::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1100px 560px at 15% 10%, rgba(63,153,4,.10), transparent 60%),
    radial-gradient(900px 520px at 90% 30%, rgba(0,0,0,.06), transparent 55%);
}

.loc-services .container{ position: relative; z-index: 1; }

/* Header */
.loc-services__header{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  padding: 20px;
  box-shadow: 0 18px 48px rgba(0,0,0,.08);
  margin-bottom: 18px;
}

.loc-services__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 10px;
}

.loc-services__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.loc-services__title{
  margin: 0;
  font-weight: 980;
  letter-spacing: -0.4px;
  color: var(--brand-black);
}

.loc-services__sub{
  color: rgba(0,0,0,.70);
  font-weight: 650;
  max-width: 75ch;
}

/* Rail */
.loc-services__rail{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  padding: 14px;
  position: relative;
}

.loc-services__rail::before{
  content:"";
  position:absolute;
  left: 32px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: rgba(0,0,0,.10);
  border-radius: 999px;
}

.loc-services__item{
  width: 100%;
  display:flex;
  align-items:flex-start;
  gap: 12px;
  text-align: left;
  border: 1px solid rgba(0,0,0,.10);
  background: var(--brand-white);
  border-radius: 18px;
  padding: 14px;
  margin-bottom: 12px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.loc-services__item:last-child{ margin-bottom: 0; }

.loc-services__item:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
}

.loc-services__item.is-active{
  border-color: rgba(63,153,4,.35);
  box-shadow: 0 22px 60px rgba(0,0,0,.12);
}

.loc-services__node{
  position:absolute;
  left: 22px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--brand-white);
  border: 3px solid rgba(0,0,0,.16);
  box-shadow: 0 0 0 6px rgba(63,153,4,.0);
}

.loc-services__item.is-active .loc-services__node{
  border-color: rgba(63,153,4,.55);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.loc-services__icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.25);
  color: var(--brand-primary);
  flex: 0 0 auto;
  margin-left: 18px; /* pushes away from timeline line */
  font-size: 1.1rem;
}

.loc-services__name{
  display:block;
  font-weight: 980;
  color: var(--brand-black);
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.loc-services__desc{
  display:block;
  color: rgba(0,0,0,.70);
  font-weight: 650;
  line-height: 1.45;
  font-size: .92rem;
}

.loc-services__arrow{
  margin-left: auto;
  color: rgba(0,0,0,.55);
  padding-top: 8px;
}

/* Panel */
.loc-services__panel{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-black);
  color: var(--brand-white);
  box-shadow: 0 24px 70px rgba(0,0,0,.14);
  overflow: hidden;
  height: 100%;
  display:flex;
  flex-direction: column;
}

.loc-services__panelTop{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.loc-services__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(63,153,4,.18);
  border: 1px solid rgba(63,153,4,.35);
  color: var(--brand-white);
  font-weight: 950;
  margin-bottom: 12px;
}

.loc-services__panelTitle{
  margin: 0 0 8px;
  font-weight: 980;
  letter-spacing: -0.2px;
}

.loc-services__panelText{
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 650;
  line-height: 1.55;
}

.loc-services__panelBody{
  padding: 16px 18px 18px;
  flex: 1 1 auto;
}

/* Feature cards inside panel */
.loc-services__feat{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 14px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
  height: 100%;
}

.loc-services__featIcon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--brand-white);
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.loc-services__featTitle{
  font-weight: 980;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.loc-services__featText{
  color: rgba(255,255,255,.80);
  font-weight: 650;
  line-height: 1.45;
}

/* Panel footer buttons */
.loc-services__panelFoot{
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loc-services__btn{
  flex: 1 1 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 980;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--brand-white);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.loc-services__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 60px rgba(0,0,0,.20);
  color: var(--brand-white);
}

.loc-services__btn--solid{
  background: var(--brand-primary);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-white);
}

.loc-services__btn--ghost{
  color: var(--brand-white);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .loc-services__item,
  .loc-services__btn{
    transition: none !important;
  }
}


/* =====================================================
LOCATIONS SECTION: Pests We Commonly Treat in [City]
Design: Dark board + tiles grid + filters
Palette: --brand-primary, --brand-black, --brand-white
===================================================== */

.loc-pests{
  background: var(--brand-white);
  position: relative;
}

.loc-pests .container{ position: relative; z-index: 1; }

/* Board */
.loc-pests__board{
  border-radius: 26px;
  background: var(--brand-black);
  color: var(--brand-white);
  border: 1px solid rgba(0,0,0,.18);
  box-shadow: 0 28px 90px rgba(0,0,0,.16);
  overflow: hidden;
  position: relative;
}

.loc-pests__board::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 520px at 18% 10%, rgba(63,153,4,.20), transparent 60%),
    radial-gradient(900px 520px at 90% 35%, rgba(255,255,255,.06), transparent 55%);
}

/* Head */
.loc-pests__head{
  padding: 22px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  position: relative;
  z-index: 1;
}

.loc-pests__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(255,255,255,.78);
  margin-bottom: 10px;
}

.loc-pests__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.18);
}

.loc-pests__title{
  margin: 0;
  font-weight: 980;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.loc-pests__city{
  color: var(--brand-primary);
}

.loc-pests__sub{
  color: rgba(255,255,255,.82);
  font-weight: 650;
  line-height: 1.55;
  max-width: 80ch;
}

/* Filters */
.loc-pests__filters{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loc-pests__filter{
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
  font-weight: 950;
  font-size: .88rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.loc-pests__filter:hover{
  transform: translateY(-1px);
  border-color: rgba(63,153,4,.35);
}

.loc-pests__filter.is-active{
  background: rgba(63,153,4,.20);
  border-color: rgba(63,153,4,.40);
  color: var(--brand-white);
}

/* Grid */
.loc-pests__grid{
  padding: 18px;
  display:grid;
  gap: 14px;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px){
  .loc-pests__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px){
  .loc-pests__grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tiles */
.loc-pests__tile{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding: 16px;
  text-decoration:none;
  color: var(--brand-white);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  min-height: 220px;
  display:flex;
  flex-direction: column;
}

.loc-pests__tile:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0,0,0,.22);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-white);
}

.loc-pests__tileTop{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.loc-pests__ico{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.18);
  border: 1px solid rgba(63,153,4,.30);
  color: var(--brand-white);
  font-size: 1.15rem;
}

.loc-pests__tag{
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 900;
  display: none;
  font-size: .78rem;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.30);
  color: rgba(255,255,255,.85);
  white-space: nowrap;
}

.loc-pests__name{
  margin: 0 0 8px;
  font-weight: 980;
  letter-spacing: -0.3px;
}

.loc-pests__text{
  margin: 0 0 14px;
  color: rgba(255,255,255,.82);
  font-weight: 650;
  line-height: 1.55;
  flex: 1 1 auto;
}

.loc-pests__more{
  display:flex;
  align-items:center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 12px;
  font-weight: 950;
}

.loc-pests__more i{ color: var(--brand-primary); }

/* Footer strip */
.loc-pests__foot{
  padding: 16px 18px 20px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  flex-direction: column;
  gap: 12px;
  align-items:flex-start;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px){
  .loc-pests__foot{
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
  }
}

.loc-pests__footText{
  color: rgba(255,255,255,.82);
  font-weight: 700;
  line-height: 1.45;
}

.loc-pests__footBtn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: var(--brand-white);
  text-decoration:none;
  font-weight: 980;
  border: 1px solid rgba(63,153,4,.35);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.loc-pests__footBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  color: var(--brand-white);
}

/* Hidden state for filtering */
.loc-pests__tile.is-hidden{
  display:none;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .loc-pests__filter,
  .loc-pests__tile,
  .loc-pests__footBtn{
    transition: none !important;
  }
}
/* Icon container -> Image container */
.loc-pests__ico{
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.18);
  border: 1px solid rgba(63,153,4,.30);
  overflow: hidden;
  flex: 0 0 auto;
}

/* Image inside */
.loc-pests__img{
  width: 100%;
  height: 100%;
  object-fit: cover;      /* if image is not perfectly square */
  object-position: center;
  transform: scale(1.02);
  transition: transform .2s ease, filter .2s ease;
}

/* Hover effect */
.loc-pests__tile:hover .loc-pests__img{
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .loc-pests__img{ transition: none !important; }
}







/* =====================================================
PRO SECTION: Areas We Serve Near [City]
Clean + premium UI (no demo circles)
===================================================== */

.serve-areas{
  background: var(--brand-white);
  position: relative;
}

.serve-areas::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 480px at 12% 18%, rgba(63,153,4,.12), transparent 60%),
    radial-gradient(800px 420px at 88% 22%, rgba(0,0,0,.05), transparent 55%);
}

.serve-areas .container{ position: relative; z-index: 1; }

.serve-areas__wrap{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 992px){
  .serve-areas__wrap{
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
  }
}

/* LEFT */
.serve-areas__left{
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 22px 70px rgba(0,0,0,.10);
  padding: 22px;
}

.serve-areas__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.95);
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 12px;
}

.serve-areas__badgeDot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.serve-areas__title{
  margin: 0 0 10px;
  font-weight: 980;
  letter-spacing: -0.5px;
  line-height: 1.12;
  color: var(--brand-black);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.serve-areas__title span{ color: var(--brand-primary); }

.serve-areas__lead{
  margin: 0 0 16px;
  color: rgba(0,0,0,.72);
  font-weight: 650;
  line-height: 1.6;
  max-width: 75ch;
}

.serve-areas__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.serve-areas__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 980;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--brand-white);
  color: var(--brand-black);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.serve-areas__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 48px rgba(0,0,0,.10);
  color: var(--brand-black);
}

.serve-areas__btn--solid{
  background: var(--brand-primary);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-white);
}

.serve-areas__btn--solid:hover{ color: var(--brand-white); }

/* Cards */
.serve-areas__cards{
  display:grid;
  gap: 12px;
  margin-top: 8px;
}

@media (min-width: 576px){
  .serve-areas__cards{
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .serve-areas__note{ grid-column: 1 / -1; }
}

.serve-areas__card{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.95);
  padding: 14px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.serve-areas__cardIcon{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.22);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.1rem;
}

.serve-areas__cardTitle{
  font-weight: 980;
  letter-spacing: -0.2px;
  color: var(--brand-black);
  margin-bottom: 2px;
}

.serve-areas__cardText{
  color: rgba(0,0,0,.70);
  font-weight: 650;
  line-height: 1.45;
}

.serve-areas__note{
  border-radius: 18px;
  border: 1px dashed rgba(0,0,0,.14);
  background: rgba(63,153,4,.06);
  padding: 12px 14px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(0,0,0,.72);
  font-weight: 650;
  line-height: 1.45;
}

.serve-areas__note i{ color: var(--brand-primary); padding-top: 2px; }

/* RIGHT */
.serve-areas__right{
  border-radius: 24px;
  background: var(--brand-black);
  color: var(--brand-white);
  box-shadow: 0 28px 90px rgba(0,0,0,.16);
  overflow: hidden;
  display:flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.20);
}

.serve-areas__rightHead{
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.serve-areas__rightTitle{
  margin: 0;
  font-weight: 980;
  letter-spacing: -0.3px;
}

.serve-areas__rightSub{
  margin: 6px 0 0;
  color: rgba(255,255,255,.82);
  font-weight: 650;
  line-height: 1.5;
}

.serve-areas__search{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.serve-areas__search i{ color: var(--brand-primary); }

.serve-areas__searchInput{
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--brand-white);
  font-weight: 800;
}

.serve-areas__searchInput::placeholder{ color: rgba(255,255,255,.55); }

.serve-areas__list{
  padding: 14px;
  display:flex;
  flex-direction: column;
  gap: 10px;
  overflow:auto;
  max-height: 520px;
}

.serve-areas__item{
  width: 100%;
  text-align:left;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--brand-white);
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.serve-areas__item:hover{
  transform: translateY(-1px);
  border-color: rgba(63,153,4,.35);
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.serve-areas__itemName{
  font-weight: 980;
  letter-spacing: -0.2px;
}

.serve-areas__meta{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.serve-areas__km{
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.30);
  color: rgba(255,255,255,.85);
  font-weight: 850;
  font-size: .82rem;
}

.serve-areas__pill{
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 950;
  font-size: .82rem;
  border: 1px solid rgba(63,153,4,.18);
  background: rgba(63,153,4,.12);
  color: var(--brand-white);
}

.serve-areas__pill--nearby{
  background: rgba(63,153,4,.18);
  border-color: rgba(63,153,4,.28);
}

.serve-areas__pill--primary{
  background: rgba(63,153,4,.22);
  border-color: rgba(63,153,4,.35);
}

.serve-areas__pill--extended{
  background: rgba(63,153,4,.14);
  border-color: rgba(63,153,4,.22);
}

.serve-areas__item.is-hidden{ display:none; }

.serve-areas__footer{
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px){
  .serve-areas__footer{
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
  }
}

.serve-areas__status{
  color: rgba(255,255,255,.82);
  font-weight: 750;
}

.serve-areas__cta{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: var(--brand-white);
  text-decoration:none;
  font-weight: 980;
  border: 1px solid rgba(63,153,4,.35);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.serve-areas__cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  color: var(--brand-white);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .serve-areas__btn,
  .serve-areas__item,
  .serve-areas__cta{
    transition: none !important;
  }
}


/* =====================================================
SECTION: Affordable Pest Control Plans
Pricing cards + comparison + guarantee strip
===================================================== */

.plans{
  background: var(--brand-white);
  position: relative;
}

.plans::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 520px at 15% 20%, rgba(63,153,4,.12), transparent 60%),
    radial-gradient(800px 520px at 90% 30%, rgba(0,0,0,.05), transparent 55%);
}

.plans .container{ position: relative; z-index: 1; }

/* Header */
.plans__head{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 48px rgba(0,0,0,.08);
  padding: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.plans__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 950;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .80rem;
  color: rgba(0,0,0,.70);
  margin-bottom: 10px;
}

.plans__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 6px rgba(63,153,4,.12);
}

.plans__title{
  margin: 0 0 8px;
  font-weight: 980;
  letter-spacing: -0.5px;
  color: var(--brand-black);
}

.plans__sub{
  margin: 0;
  color: rgba(0,0,0,.70);
  font-weight: 650;
  line-height: 1.55;
}

/* Plan Card */
.plan-card{
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 70px rgba(0,0,0,.10);
  overflow: hidden;
  display:flex;
  flex-direction: column;
  position: relative;
}

.plan-card__top{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.plan-card__name{
  font-weight: 980;
  letter-spacing: -0.2px;
  color: var(--brand-black);
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.plan-card__price{
  font-weight: 980;
  color: var(--brand-black);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.plan-card__currency{ color: rgba(0,0,0,.65); font-size: 1.2rem; }
.plan-card__unit{ color: rgba(0,0,0,.65); font-size: .95rem; font-weight: 750; margin-left: 6px; }

.plan-card__note{
  color: rgba(0,0,0,.70);
  font-weight: 650;
  line-height: 1.5;
}

.plan-card__list{
  list-style: none;
  padding: 14px 18px 0;
  margin: 0;
  display:grid;
  gap: 10px;
  flex: 1 1 auto;
}

.plan-card__list li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(0,0,0,.78);
  font-weight: 700;
  line-height: 1.45;
}

.plan-card__list i{
  color: var(--brand-primary);
  padding-top: 2px;
}

.plan-card__list .is-muted{
  color: rgba(0,0,0,.45);
}

.plan-card__list .is-muted i{
  color: rgba(0,0,0,.25);
}

.plan-card__cta{
  padding: 16px 18px 18px;
}

.plan-card__btn{
  width: 100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 980;
  text-decoration:none;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(0,0,0,.03);
  color: var(--brand-black);
  transition: transform .2s ease, box-shadow .2s ease;
}

.plan-card__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
  color: var(--brand-black);
}

.plan-card__btn--solid{
  background: var(--brand-primary);
  border-color: rgba(63,153,4,.35);
  color: var(--brand-white);
}

.plan-card__btn--solid:hover{
  color: var(--brand-white);
}

/* Featured */
.plan-card--featured{
  border-color: rgba(63,153,4,.35);
  box-shadow: 0 30px 90px rgba(0,0,0,.14);
  transform: translateY(-2px);
}

.plan-card__ribbon{
  position:absolute;
  top: 14px;
  right: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 980;
  font-size: .82rem;
  color: var(--brand-white);
  background: var(--brand-primary);
  border: 1px solid rgba(63,153,4,.35);
}

/* Compare */
.plans__compare{
  border-radius: 24px;
  background: var(--brand-black);
  color: var(--brand-white);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.20);
  box-shadow: 0 28px 90px rgba(0,0,0,.16);
}

.plans__compareHead{
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.plans__compareTitle{
  font-weight: 980;
  letter-spacing: -0.2px;
}

.plans__compareSub{
  color: rgba(255,255,255,.82);
  font-weight: 650;
}

.plans-table{
  color: var(--brand-white);
  margin: 0;
}

.plans-table th,
.plans-table td{
  border-color: rgba(255,255,255,.10) !important;
  vertical-align: middle;
  padding: 14px 16px;
}

.plans-table thead th {
    color: var(--brand-primary);
    font-weight: 980;
}

.plans-table i{
  color: var(--brand-primary);
  font-size: 1.1rem;
}

/* Guarantee strip */
.plans__guarantee{
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 48px rgba(0,0,0,.08);
  padding: 16px 16px;
  display:flex;
  flex-direction: column;
  gap: 14px;
}

@media (min-width: 768px){
  .plans__guarantee{
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
  }
}

.plans__guarLeft{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.plans__guarIcon{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  background: rgba(63,153,4,.12);
  border: 1px solid rgba(63,153,4,.22);
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 1.15rem;
}

.plans__guarTitle{
  font-weight: 980;
  color: var(--brand-black);
  margin-bottom: 2px;
}

.plans__guarText{
  color: rgba(0,0,0,.70);
  font-weight: 650;
  line-height: 1.45;
}

.plans__guarBtn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--brand-primary);
  color: var(--brand-white);
  text-decoration:none;
  font-weight: 980;
  border: 1px solid rgba(63,153,4,.35);
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.plans__guarBtn:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  color: var(--brand-white);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .plan-card,
  .plan-card__btn,
  .plans__guarBtn{
    transition: none !important;
  }
}


ul.nav.nav-tabs {
    margin: 0px !important;
}

button#place_order {
    display: none;
}