/* ============================================================
   PROCLEANUP - SHARED STYLES
============================================================ */
:root {
  --navy:      #14332A;
  --blue:      #178A52;
  --teal:      #1FA463;
  --teal-dark: #178A4C;
  --teal-soft: #E7F6EE;
  --green:     #66B22E;
  --sky:       #F0F8F3;
  --slate:     #566B60;
  --ink:       #16281F;
  --line:      #DEEAE2;
  --white:     #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--slate); background: var(--white); overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; color: var(--ink); line-height: 1.25; }
a { text-decoration: none; }
img { max-width: 100%; }

.sec { padding: 90px 0; }
.sec-sm { padding: 56px 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 0.7rem;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--teal); }
.eyebrow.center { justify-content: center; }

.sec-title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700; margin-bottom: 0.85rem; }
.sec-title span { color: var(--teal); }
.sec-lead { font-size: 1rem; color: var(--slate); line-height: 1.75; max-width: 560px; }

/* BUTTONS */
.btn-teal {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--teal); color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.85rem;
  padding: 0.85rem 1.9rem; border: 2px solid var(--teal); border-radius: 50px;
  transition: all 0.22s; cursor: pointer;
  box-shadow: 0 8px 20px rgba(31,164,99,0.28);
}
.btn-teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(31,164,99,0.36); }

.btn-navy {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--navy); color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.85rem;
  padding: 0.85rem 1.9rem; border: 2px solid var(--navy); border-radius: 50px;
  transition: all 0.22s;
}
.btn-navy:hover { background: transparent; color: var(--navy); }

.btn-ghost-white {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: #fff;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.85rem;
  padding: 0.85rem 1.9rem; border: 2px solid rgba(255,255,255,0.55); border-radius: 50px;
  transition: all 0.22s;
}
.btn-ghost-white:hover { background: #fff; color: var(--navy); border-color: #fff; }

.btn-outline-teal {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--teal);
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.85rem;
  padding: 0.85rem 1.9rem; border: 2px solid var(--teal); border-radius: 50px;
  transition: all 0.22s;
}
.btn-outline-teal:hover { background: var(--teal); color: #fff; }

/* TOP BAR */
.top-bar { background: var(--navy); padding: 0.5rem 0; font-size: 0.82rem; }
.top-bar a, .top-bar span { color: rgba(255,255,255,0.75); transition: color 0.2s; }
.top-bar a:hover { color: var(--teal); }
.tb-item { display: inline-flex; align-items: center; gap: 0.5rem; }
.tb-item i { color: var(--teal); font-size: 0.82rem; }
.tb-social a {
  display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; color: rgba(255,255,255,0.7);
  font-size: 0.68rem; transition: all 0.2s;
}
.tb-social a:hover { background: var(--teal); border-color: var(--teal); color: #fff; }

/* NAVBAR */
.site-nav { background: #fff; position: sticky; top: 0; z-index: 1050; box-shadow: 0 2px 18px rgba(20,51,42,0.07); transition: box-shadow 0.3s; }
.site-nav .nav-container {
  display: flex; align-items: center; height: 78px;
  max-width: 1400px; margin: 0 auto;
  padding-left: 1.5rem; padding-right: 1.5rem;
  gap: 1rem;
}

.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-badge {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue) 100%);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.25rem;
  box-shadow: 0 6px 16px rgba(31,164,99,0.32);
}
.brand-txt .bt-1 { font-family: 'Poppins', sans-serif; font-size: 1.28rem; font-weight: 800; color: var(--navy); line-height: 1.05; }
.brand-txt .bt-1 span { color: var(--teal); }
.brand-txt .bt-2 { font-family: 'Inter', sans-serif; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--slate); }

.nav-links { display: flex; align-items: stretch; list-style: none; margin: 0 auto; padding: 0; height: 100%; flex: 1; justify-content: center; }
.nav-links > li { display: flex; align-items: stretch; position: relative; }
.nav-links > li > a {
  display: flex; align-items: center; gap: 5px;
  font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 0.87rem;
  color: var(--ink); padding: 0 0.7rem; position: relative; transition: color 0.2s;
  white-space: nowrap;
}
.nav-links > li > a::after {
  content: ''; position: absolute; bottom: 18px; left: 0.7rem; right: 0.7rem; height: 2px;
  background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform 0.25s;
}
.nav-links > li > a:hover, .nav-links > li.active > a { color: var(--teal); }
.nav-links > li > a:hover::after, .nav-links > li.active > a::after { transform: scaleX(1); }

.nav-links .dropdown-menu {
  border: none; border-top: 3px solid var(--teal); border-radius: 0 0 10px 10px;
  box-shadow: 0 14px 34px rgba(20,51,42,0.14); padding: 0.5rem 0; min-width: 260px; margin-top: 0;
}
.nav-links .dropdown-item {
  font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 500; color: var(--slate);
  padding: 0.55rem 1.3rem; transition: all 0.15s; display: flex; align-items: center; gap: 0.6rem;
}
.nav-links .dropdown-item i { color: var(--teal); font-size: 0.75rem; width: 16px; }
.nav-links .dropdown-item:hover { background: var(--teal-soft); color: var(--navy); padding-left: 1.65rem; }

.nav-cta { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; margin-left: auto; }
.nav-phone { display: flex; align-items: center; gap: 0.6rem; white-space: nowrap; }
.nav-phone .np-ic { width: 40px; height: 40px; border-radius: 50%; background: var(--teal-soft); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 0.95rem; flex-shrink: 0; }
.nav-phone .np-tx .np-1 { font-size: 0.66rem; color: var(--slate); font-weight: 500; white-space: nowrap; }
.nav-phone .np-tx .np-2 { display: block; font-family: 'Poppins', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--navy); line-height: 1.1; white-space: nowrap; text-decoration: none; }
.nav-phone .np-tx .np-2:hover { color: var(--teal); }

/* Compact Get Quote button in nav — smaller than default .btn-teal so it fits nicely */
.btn-nav-quote {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.65rem 1.35rem !important;
  font-size: 0.82rem !important;
  box-shadow: 0 6px 16px rgba(31,164,99,0.25) !important;
}

/* Header responsive tuning */
@media (max-width: 1399px) {
  .nav-links > li > a { padding: 0 0.55rem; font-size: 0.84rem; }
  .nav-links > li > a::after { left: 0.55rem; right: 0.55rem; }
}

.nav-toggler { background: none; border: 1.5px solid var(--line); padding: 7px 9px; cursor: pointer; border-radius: 8px; display: flex; flex-direction: column; gap: 4.5px; }
.nav-toggler span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }

.mob-link { display: flex; align-items: center; padding: 0.8rem 1.5rem; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 0.9rem; color: var(--ink); border-bottom: 1px solid var(--line); transition: background 0.15s; }
.mob-link:hover { background: var(--teal-soft); color: var(--teal); }
.mob-head { font-family: 'Poppins', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); padding: 1rem 1.5rem 0.4rem; }
.mob-sub { display: block; padding: 0.55rem 1.5rem 0.55rem 2.25rem; font-size: 0.83rem; color: var(--slate); border-bottom: 1px solid var(--line); }
.mob-sub:hover { color: var(--teal); background: var(--sky); }

/* HERO */
.hero { position: relative; background: var(--navy); overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(31,164,99,0.28) 0%, transparent 45%),
    radial-gradient(circle at 90% 90%, rgba(23,138,82,0.32) 0%, transparent 50%);
}
.hero-bubbles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-bubbles span { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,0.08); }
.hero-bubbles span:nth-child(1){ width:220px;height:220px;top:-60px;left:8%; }
.hero-bubbles span:nth-child(2){ width:120px;height:120px;bottom:40px;left:20%; background:rgba(31,164,99,0.06); }
.hero-bubbles span:nth-child(3){ width:70px;height:70px;top:35%;left:44%; background:rgba(255,255,255,0.04); }

.hero-inner { position: relative; z-index: 2; padding: 5.5rem 0 5rem; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(31,164,99,0.14); border: 1px solid rgba(31,164,99,0.3); padding: 0.4rem 1rem; border-radius: 50px; margin-bottom: 1.4rem; }
.hero-eyebrow i { color: var(--teal); }
.hero-eyebrow span { font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }

.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); font-weight: 800; color: #fff; line-height: 1.12; margin-bottom: 1.3rem; }
.hero h1 span { color: var(--teal); }
.hero-desc { font-size: 1.06rem; color: rgba(255,255,255,0.78); line-height: 1.75; margin-bottom: 2rem; max-width: 520px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 1.75rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-trust-item { display: flex; align-items: center; gap: 0.65rem; color: rgba(255,255,255,0.82); font-size: 0.85rem; }
.hero-trust-item i { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 0.9rem; }

.hero-visual { position: relative; z-index: 2; }
.hero-img-main { border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.hero-img-main img { width: 100%; height: 480px; object-fit: cover; display: block; }

.hero-float-card {
  position: absolute; left: -1.5rem; bottom: 2rem;
  background: #fff; border-radius: 16px; padding: 1.1rem 1.4rem;
  display: flex; align-items: center; gap: 0.9rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}
.hero-float-card .hfc-ic { width: 48px; height: 48px; border-radius: 12px; background: var(--teal-soft); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1.3rem; flex-shrink: 0; }
.hero-float-card .hfc-num { font-family: 'Poppins', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--navy); line-height: 1; }
.hero-float-card .hfc-lbl { font-size: 0.76rem; color: var(--slate); }

.hero-badge-top {
  position: absolute; right: -1rem; top: 1.5rem;
  background: var(--teal); color: #fff; border-radius: 14px; padding: 0.9rem 1.2rem; text-align: center;
  box-shadow: 0 14px 30px rgba(31,164,99,0.4);
}
.hero-badge-top .hbt-num { font-family: 'Poppins', sans-serif; font-size: 1.7rem; font-weight: 800; line-height: 1; }
.hero-badge-top .hbt-lbl { font-size: 0.66rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.9; margin-top: 0.15rem; }

@media (max-width: 991px) {
  .hero-visual { margin-top: 3rem; }
  .hero-img-main img { height: 360px; }
}

/* PAGE HERO (inner pages) */
.page-hero { position: relative; background: var(--navy); overflow: hidden; padding: 5rem 0; }
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(31,164,99,0.28) 0%, transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(23,138,82,0.22) 0%, transparent 50%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 0.75rem; }
.page-hero h1 span { color: var(--teal); }
.page-hero .breadcrumb-nav { display: inline-flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.7); font-size: 0.88rem; }
.page-hero .breadcrumb-nav a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.page-hero .breadcrumb-nav a:hover { color: var(--teal); }
.page-hero .breadcrumb-nav i { color: var(--teal); font-size: 0.7rem; }
.page-hero .breadcrumb-nav .active { color: var(--teal); }

/* FEATURE STRIP */
.feature-strip { background: #fff; margin-top: -3.5rem; position: relative; z-index: 5; }
.feature-card {
  background: #fff; border-radius: 16px; padding: 1.6rem 1.5rem;
  box-shadow: 0 12px 34px rgba(20,51,42,0.09); height: 100%;
  display: flex; align-items: flex-start; gap: 1rem; border-bottom: 3px solid transparent; transition: all 0.25s;
}
.feature-card:hover { transform: translateY(-4px); border-bottom-color: var(--teal); }
.feature-card .fc-ic { width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.35rem; color: #fff; background: linear-gradient(135deg, var(--teal), var(--blue)); }
.feature-card h5 { font-size: 1rem; font-weight: 600; margin-bottom: 0.25rem; }
.feature-card p { font-size: 0.845rem; margin: 0; line-height: 1.55; }

/* ABOUT */
.about-imgs { position: relative; }
.about-imgs .ai-1 { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 44px rgba(20,51,42,0.14); }
.about-imgs .ai-1 img { width: 100%; height: 420px; object-fit: cover; display: block; }
.about-imgs .ai-2 { position: absolute; right: -0.5rem; bottom: -1.5rem; width: 46%; border-radius: 14px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 16px 34px rgba(20,51,42,0.16); }
.about-imgs .ai-2 img { width: 100%; height: 180px; object-fit: cover; display: block; }
.about-exp-badge {
  position: absolute; left: -1rem; top: 1.5rem; z-index: 3;
  background: var(--navy); color: #fff; border-radius: 14px; padding: 1rem 1.3rem; text-align: center;
  box-shadow: 0 14px 30px rgba(20,51,42,0.3);
}
.about-exp-badge .aeb-num { font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 800; color: var(--teal); line-height: 1; }
.about-exp-badge .aeb-lbl { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; margin-top: 0.2rem; }

.about-check { list-style: none; padding: 0; margin: 1.5rem 0; }
.about-check li { display: flex; align-items: center; gap: 0.7rem; padding: 0.5rem 0; font-size: 0.92rem; color: var(--ink); font-weight: 500; }
.about-check li i { width: 24px; height: 24px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }

.about-mini-stat { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.3rem; background: var(--sky); border-radius: 14px; border-left: 4px solid var(--teal); }
.about-mini-stat .ams-num { font-family: 'Poppins', sans-serif; font-size: 2rem; font-weight: 800; color: var(--navy); line-height: 1; }
.about-mini-stat .ams-lbl { font-size: 0.82rem; color: var(--slate); }

/* STATS COUNTER */
.stats-band { background: var(--navy); position: relative; overflow: hidden; }
.stats-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 15% 50%, rgba(31,164,99,0.2) 0%, transparent 40%); }
.stat-box { text-align: center; padding: 1rem; position: relative; z-index: 2; }
.stat-box .sb-ic { width: 60px; height: 60px; margin: 0 auto 0.9rem; border-radius: 50%; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1.5rem; }
.stat-box .sb-num { font-family: 'Poppins', sans-serif; font-size: 2.6rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-box .sb-lbl { font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 0.4rem; }

/* SECTORS / SERVICES CARDS */
.sectors-section { background: var(--sky); }
.svc-card { background: #fff; border-radius: 16px; overflow: hidden; position: relative; box-shadow: 0 10px 30px rgba(20,51,42,0.07); height: 100%; transition: all 0.28s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(20,51,42,0.14); }
.svc-card-img { position: relative; height: 210px; overflow: hidden; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s; }
.svc-card:hover .svc-card-img img { transform: scale(1.08); }
.svc-card-ic { position: absolute; left: 1.2rem; top: 182px; width: 52px; height: 52px; border-radius: 13px; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; box-shadow: 0 10px 22px rgba(31,164,99,0.4); }
.svc-card-body { padding: 2.1rem 1.4rem 1.5rem; }
.svc-card-body h4 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.svc-card-body h4 a { color: var(--ink); transition: color 0.2s; }
.svc-card-body h4 a:hover { color: var(--teal); }
.svc-card-body p { font-size: 0.86rem; line-height: 1.6; margin-bottom: 1rem; }
.svc-card-link { display: inline-flex; align-items: center; gap: 0.45rem; font-family: 'Poppins', sans-serif; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--teal); transition: gap 0.2s; }
.svc-card-link:hover { gap: 0.8rem; color: var(--teal-dark); }

/* services (top cleaning) variant — compact */
.services-section { background: #fff; }
.svc-mini { position: relative; border-radius: 16px; overflow: hidden; height: 300px; display: block; }
.svc-mini img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; }
.svc-mini:hover img { transform: scale(1.1); }
.svc-mini-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,51,42,0.94) 0%, rgba(20,51,42,0.35) 55%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; transition: background 0.3s; }
.svc-mini:hover .svc-mini-overlay { background: linear-gradient(to top, rgba(20,51,42,0.97) 0%, rgba(20,51,42,0.6) 100%); }
.svc-mini-ic { width: 46px; height: 46px; border-radius: 11px; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 0.7rem; }
.svc-mini h5 { color: #fff; font-size: 1.05rem; font-weight: 600; margin-bottom: 0.4rem; }
.svc-mini p { color: rgba(255,255,255,0.75); font-size: 0.8rem; line-height: 1.5; margin: 0; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, margin-top 0.2s; }
.svc-mini:hover p { max-height: 80px; }

/* WHY CHOOSE US */
.why-section { background: var(--navy); position: relative; overflow: hidden; }
.why-section::before { content: ''; position: absolute; right: -5%; top: -10%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(31,164,99,0.16) 0%, transparent 70%); }
.why-section .eyebrow { color: var(--teal); }
.why-section .sec-title { color: #fff; }
.why-section .sec-lead { color: rgba(255,255,255,0.7); }
.why-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem; border-radius: 14px; transition: background 0.25s; height: 100%; }
.why-item:hover { background: rgba(255,255,255,0.05); }
.why-item .wi-ic { width: 52px; height: 52px; border-radius: 13px; flex-shrink: 0; background: rgba(31,164,99,0.15); border: 1px solid rgba(31,164,99,0.3); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1.3rem; }
.why-item h5 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; }
.why-item p { color: rgba(255,255,255,0.62); font-size: 0.85rem; line-height: 1.6; margin: 0; }

/* CONTRACTORS SECTION */
.contractor-card {
  background: #fff; border-radius: 16px; padding: 2rem 1.6rem;
  box-shadow: 0 10px 30px rgba(20,51,42,0.07);
  height: 100%; transition: all 0.28s; text-align: center;
  border-top: 4px solid transparent;
}
.contractor-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(20,51,42,0.14); border-top-color: var(--teal); }
.contractor-card .cc-ic {
  width: 76px; height: 76px; margin: 0 auto 1.2rem; border-radius: 18px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.8rem; box-shadow: 0 10px 24px rgba(31,164,99,0.32);
}
.contractor-card h4 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.7rem; }
.contractor-card p { font-size: 0.87rem; line-height: 1.65; margin-bottom: 1.1rem; }
.contractor-card ul { list-style: none; padding: 0; margin: 0 0 1.2rem; text-align: left; }
.contractor-card ul li { display: flex; gap: 0.55rem; align-items: flex-start; padding: 0.35rem 0; font-size: 0.85rem; color: var(--slate); }
.contractor-card ul li i { color: var(--teal); margin-top: 4px; flex-shrink: 0; font-size: 0.75rem; }

/* PROCESS STEPS */
.process-step {
  background: #fff; border-radius: 16px; padding: 2rem 1.5rem;
  box-shadow: 0 10px 30px rgba(20,51,42,0.07); height: 100%; position: relative;
  transition: transform 0.25s;
}
.process-step:hover { transform: translateY(-4px); }
.process-step .ps-num {
  position: absolute; top: -1.3rem; left: 1.5rem;
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(31,164,99,0.32);
}
.process-step h5 { font-size: 1rem; font-weight: 600; margin: 1.2rem 0 0.5rem; }
.process-step p { font-size: 0.86rem; line-height: 1.6; margin: 0; }

/* TESTIMONIALS */
.testi-section { background: var(--sky); }
.testi-card { background: #fff; border-radius: 16px; padding: 2rem; height: 100%; box-shadow: 0 10px 30px rgba(20,51,42,0.07); position: relative; display: flex; flex-direction: column; }
.testi-card .tc-q { position: absolute; top: 1.3rem; right: 1.5rem; font-family: 'Poppins', serif; font-size: 3.5rem; line-height: 1; color: var(--teal-soft); }
.testi-card .tc-stars { color: #F5A623; font-size: 0.82rem; margin-bottom: 0.9rem; }
.testi-card .tc-title { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 0.5rem; }
.testi-card .tc-text { font-size: 0.88rem; line-height: 1.7; color: var(--slate); margin-bottom: 1.4rem; flex: 1; }
.testi-card .tc-person { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.testi-card .tc-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--blue)); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-card .tc-name { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.testi-card .tc-role { font-size: 0.78rem; color: var(--slate); }

/* CTA BANNER */
.cta-band { background: linear-gradient(120deg, var(--teal) 0%, var(--blue) 100%); position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; margin-bottom: 0.5rem; }
.cta-band p { color: rgba(255,255,255,0.85); margin: 0; font-size: 1rem; }
.cta-phone { display: inline-flex; align-items: center; gap: 0.7rem; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.35rem; }
.cta-phone i { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }

/* CONTACT */
.contact-section { background: #fff; }
.contact-info-card { background: var(--navy); border-radius: 18px; padding: 2.5rem; height: 100%; position: relative; overflow: hidden; }
.contact-info-card::before { content: ''; position: absolute; right: -20%; bottom: -20%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(31,164,99,0.18) 0%, transparent 70%); }
.contact-info-card h3 { color: #fff; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.4rem; position: relative; }
.contact-info-card .cic-sub { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin-bottom: 2rem; position: relative; }
.cic-row { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; position: relative; }
.cic-row .cic-ic { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: rgba(31,164,99,0.15); border: 1px solid rgba(31,164,99,0.3); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 1rem; }
.cic-row .cic-lbl { font-family: 'Poppins', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.2rem; }
.cic-row .cic-val { color: rgba(255,255,255,0.85); font-size: 0.92rem; line-height: 1.5; }
.cic-row .cic-val a { color: rgba(255,255,255,0.85); transition: color 0.2s; }
.cic-row .cic-val a:hover { color: var(--teal); }

.contact-form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 2.5rem; height: 100%; box-shadow: 0 14px 40px rgba(20,51,42,0.06); }
.contact-form-card h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.35rem; }
.contact-form-card .cfc-sub { font-size: 0.85rem; color: var(--slate); margin-bottom: 1.75rem; }
.cf-label { font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin-bottom: 0.35rem; display: block; }
.cf-input { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 0.75rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--ink); background: var(--sky); transition: all 0.2s; }
.cf-input:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(31,164,99,0.12); }
select.cf-input { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235B6B7B'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
textarea.cf-input { resize: vertical; }

/* SERVICE DETAIL PAGE */
.service-detail-img { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 44px rgba(20,51,42,0.14); }
.service-detail-img img { width: 100%; height: 420px; object-fit: cover; display: block; }
.benefit-box {
  background: #fff; border-radius: 14px; padding: 1.5rem;
  box-shadow: 0 8px 22px rgba(20,51,42,0.07);
  border-left: 4px solid var(--teal); height: 100%;
  transition: transform 0.25s;
}
.benefit-box:hover { transform: translateY(-3px); }
.benefit-box .bb-ic {
  width: 46px; height: 46px; border-radius: 11px;
  background: var(--teal-soft); color: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; margin-bottom: 0.9rem;
}
.benefit-box h5 { font-size: 0.98rem; font-weight: 600; margin-bottom: 0.35rem; }
.benefit-box p { font-size: 0.85rem; line-height: 1.6; margin: 0; }

/* FOOTER */
.site-footer { background: #0E241C; padding: 66px 0 0; }
.foot-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 1rem; }
.foot-brand .fb-badge { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, var(--teal), var(--blue)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; }
.foot-brand .fb-1 { font-family: 'Poppins', sans-serif; font-size: 1.2rem; font-weight: 800; color: #fff; line-height: 1; }
.foot-brand .fb-1 span { color: var(--teal); }
.foot-brand .fb-2 { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); }
.foot-about { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.72; margin-bottom: 1.2rem; }
.foot-social a { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.6); font-size: 0.82rem; margin-right: 6px; transition: all 0.2s; }
.foot-social a:hover { background: var(--teal); color: #fff; transform: translateY(-3px); }
.foot-title { font-family: 'Poppins', sans-serif; font-size: 0.82rem; font-weight: 600; color: #fff; margin-bottom: 1.2rem; position: relative; padding-bottom: 0.6rem; }
.foot-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px; background: var(--teal); }
.foot-list { list-style: none; padding: 0; margin: 0; }
.foot-list li { margin-bottom: 0.6rem; }
.foot-list a { font-size: 0.86rem; color: rgba(255,255,255,0.5); display: inline-flex; align-items: center; gap: 7px; transition: all 0.2s; }
.foot-list a::before { content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 0.7rem; color: var(--teal); }
.foot-list a:hover { color: #fff; padding-left: 4px; }
.foot-contact-item { display: flex; gap: 0.7rem; align-items: flex-start; margin-bottom: 0.9rem; font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.5; }
.foot-contact-item i { color: var(--teal); margin-top: 3px; flex-shrink: 0; }
.foot-contact-item a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.foot-contact-item a:hover { color: var(--teal); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.3rem 0; margin-top: 3rem; }
.foot-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin: 0; }
.foot-bottom a { color: var(--teal); }

/* BACK TO TOP */
.btt { position: fixed; bottom: 1.7rem; right: 1.7rem; width: 46px; height: 46px; border-radius: 50%; background: var(--teal); color: #fff; border: none; cursor: pointer; z-index: 990; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; opacity: 0; pointer-events: none; transform: translateY(14px); transition: all 0.3s; box-shadow: 0 8px 20px rgba(31,164,99,0.4); }
.btt.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.btt:hover { background: var(--teal-dark); }

/* RESPONSIVE */
@media (max-width: 991px) {
  .sec { padding: 60px 0; }
  .feature-strip { margin-top: 40px; }
  .about-imgs { margin-bottom: 3rem; }
  .page-hero { padding: 3.5rem 0; }
}
@media (max-width: 575px) {
  .hero-float-card { left: 0.5rem; }
  .hero-badge-top { right: 0.5rem; }
  .contact-info-card, .contact-form-card { padding: 1.75rem; }
}
