﻿:root {
  --brand: #1eb0a1;
  --brand-dark: #168d82;
  --brand-light: #e8f8f6;
  --dark: #1b2330;
  --text: #444;
  --light: #f8f9fa;
  --white: #fff;
  --muted: #718096;
  --border: #e7ecef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #f6f9fb;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4, h5, h6 { color: var(--dark); font-weight: 800; letter-spacing: 0; }
p { line-height: 1.75; }

.top-bar { background: var(--brand); padding: 2px 0; font-size: 0.74rem; color: #fff; line-height: 1.15; }
.top-bar a { color: #fff; text-decoration: none; margin: 0 6px; }
.top-bar a i { margin-right: 3px; font-size: 0.78em; }

.navbar { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,0.09); padding: 0; position: sticky; top: 0; z-index: 999; }
.navbar-brand { padding: 10px 0; }
.navbar-brand img { height: 52px; }
.nav-link {
  font-weight: 600;
  font-size: 0.88rem;
  color: #333 !important;
  padding: 22px 14px !important;
  transition: color 0.2s;
  border-bottom: 3px solid transparent;
}
.nav-link:hover,
.nav-link.active-link { color: var(--brand) !important; border-bottom-color: var(--brand); }
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  border-radius: 10px;
  padding: 10px 0;
  min-width: 280px;
  max-height: 70vh;
  overflow: auto;
}
.dropdown-item {
  font-size: 0.84rem;
  padding: 8px 20px;
  font-weight: 500;
  color: #444;
  transition: all 0.15s;
  white-space: normal;
}
.dropdown-item:hover { background: var(--brand-light); color: var(--brand); padding-left: 26px; }
.btn-schedule {
  background: var(--brand);
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 22px !important;
  font-size: 0.84rem !important;
  border-bottom: none !important;
  margin-left: 8px;
}
.btn-schedule:hover { background: var(--brand-dark) !important; }

.hero {
  position: relative;
  background: linear-gradient(120deg, rgba(20,145,134,0.78), rgba(27,35,48,0.88)), url("https://deepcleaning-dubai.com/dev/wp-content/uploads/2024/09/6-1.jpg") center/cover no-repeat;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,18,26,0.48) 0%, rgba(14,18,26,0.2) 44%, rgba(14,18,26,0.08) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(246,249,251,0) 0%, #f6f9fb 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero-copy {
  max-width: 700px;
  padding: 20px 0 8px;
}
.hero h1 { font-size: clamp(3.1rem, 5vw, 4.55rem); font-weight: 900; color: #fff; line-height: 1.06; margin-bottom: 12px; max-width: 12ch; }
.hero h1 span { color: #8af3e8; }
.hero p { color: rgba(255,255,255,0.92); font-size: 1.08rem; margin: 0 0 28px; line-height: 1.78; max-width: 720px; }
.hero .hero-actions {
  gap: 16px;
}
.hero .hero-actions .btn-main,
.hero .hero-actions .btn-soft {
  min-height: 52px;
  padding-inline: 26px;
}
.btn-main {
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 13px 35px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.25s;
  display: inline-block;
  text-decoration: none;
}
.btn-main:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(30,176,161,0.35); }
.btn-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #eef6f7;
  color: var(--dark);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(22,141,130,0.14);
}
.btn-soft:hover {
  background: #e2f3f0;
  color: var(--brand-dark);
}

.partners { background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%); border-top: 1px solid rgba(220,228,232,0.85); border-bottom: 1px solid rgba(220,228,232,0.85); padding: 34px 0; }
.partners-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 18px;
  align-items: center;
}
.partner-logo {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(227,234,237,0.95);
}
.partners img { height: 42px; max-width: 100%; opacity: 0.7; filter: grayscale(1); transition: all 0.2s; }
.partners img:hover { opacity: 1; filter: none; }

.svc-cats { background: var(--dark); }
.svc-cat { position: relative; overflow: hidden; cursor: pointer; }
.svc-cat img { width: 100%; height: 276px; object-fit: cover; display: block; transition: transform 0.4s; }
.svc-cat:hover img { transform: scale(1.06); }
.svc-cat-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.82)); padding: 30px 22px 22px; }
.svc-cat-overlay h5 { color: #fff; font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; }
.svc-cat-overlay p { color: rgba(255,255,255,0.84); font-size: 0.96rem; line-height: 1.6; margin: 0 0 14px; max-width: 30ch; }
.svc-cat-overlay a { color: var(--brand); font-size: 0.98rem; font-weight: 800; text-decoration: none; }

.section-label {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.section-title { font-size: 2rem; font-weight: 800; color: var(--dark); line-height: 1.25; }
.section-title span { color: var(--brand); }
.section-sub { color: #777; font-size: 0.95rem; line-height: 1.8; max-width: 600px; }

.who, .svc-section, .expert, .why, .testimonials, .content-section, .blog-grid-section { padding: 92px 0; }
.who-img-wrap {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #dff0ef;
  box-shadow: 0 24px 60px rgba(13, 33, 53, 0.12);
}
.who-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.who-copy { max-width: 640px; }
.play-btn {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  background: var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 0 0 14px rgba(30,176,161,0.2);
  text-decoration: none;
}
.play-btn:hover { color: #fff; }

.svc-section.bg-alt, .why, .blog-grid-section, .content-section.bg-alt { background: var(--light); }
.svc-card, .feature-card, .blog-card, .side-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.3s;
}
.svc-card:hover, .feature-card:hover, .blog-card:hover { border-color: var(--brand); transform: translateY(-6px); box-shadow: 0 18px 45px rgba(30,176,161,0.1); }
.svc-card .icon, .feature-card .icon {
  width: 56px;
  height: 56px;
  background: var(--brand-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.svc-card .icon i, .feature-card .icon i { color: var(--brand); font-size: 1.4rem; }
.svc-card h5, .feature-card h5, .blog-card h5 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.svc-card p, .feature-card p, .blog-card p { font-size: 0.85rem; color: #777; line-height: 1.75; margin-bottom: 14px; }
.svc-card a.learn, .blog-card a.learn, .service-list a, .footer-links-inline a { color: var(--brand); font-size: 0.85rem; font-weight: 700; text-decoration: none; }
.svc-card a.learn:hover, .blog-card a.learn:hover, .service-list a:hover, .footer-links-inline a:hover { text-decoration: underline; }

.brand-banner {
  background: linear-gradient(135deg, #168d82 0%, #1eb0a1 60%, #54d6ca 100%);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.brand-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}
.brand-banner h2 { color: #fff; font-size: 2.1rem; font-weight: 800; }
.brand-banner p { color: rgba(255,255,255,0.9); max-width: 600px; margin: 14px auto 28px; font-size: 1rem; line-height: 1.75; }
.btn-white {
  background: #fff;
  color: var(--brand);
  border-radius: 5px;
  padding: 13px 34px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}
.btn-white:hover { background: var(--dark); color: #fff; }

.expert-photo {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border: 6px solid var(--brand);
  box-shadow: 0 20px 55px rgba(30,176,161,0.2);
}
.progress-wrap { margin-bottom: 18px; }
.progress-wrap .lbl { display: flex; justify-content: space-between; font-size: 0.85rem; font-weight: 700; color: #444; margin-bottom: 6px; }
.progress { height: 9px; border-radius: 10px; background: #eee; }
.progress-bar { background: var(--brand); border-radius: 10px; }

.counter-box { text-align: center; }
.counter-box .num { font-size: 2.6rem; font-weight: 900; color: var(--dark); line-height: 1; }
.counter-box .num sup { font-size: 1.1rem; color: var(--brand); }
.counter-box small { font-size: 0.75rem; color: #999; font-weight: 600; display: block; margin-top: 5px; }

.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 26px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.why-card:hover { transform: translateY(-4px); }
.why-card .icon {
  width: 60px;
  height: 60px;
  background: var(--brand-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.why-card .icon i { color: var(--brand); font-size: 1.5rem; }
.why-card h5 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.why-card p { font-size: 0.85rem; color: #777; line-height: 1.75; }
.years-badge { background: var(--brand); color: #fff; border-radius: 12px; padding: 22px 28px; text-align: center; }
.years-badge .num { font-size: 3rem; font-weight: 900; line-height: 1; }

.testi-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  border: 2px solid #eee;
  height: 100%;
  transition: border-color 0.3s;
}
.testi-card:hover { border-color: var(--brand); }
.testi-card .stars { color: #f5a623; font-size: 0.9rem; margin-bottom: 14px; }
.testi-card p { font-size: 0.88rem; color: #555; line-height: 1.8; font-style: italic; margin-bottom: 18px; }
.testi-card .author { display: flex; align-items: center; gap: 12px; }
.testi-card .author img { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--brand-light); }
.testi-card .author strong { font-size: 0.9rem; display: block; }
.testi-card .author span { font-size: 0.78rem; color: #999; }

.cta-banner {
  background: linear-gradient(rgba(27,35,48,0.88), rgba(27,35,48,0.85)), url("https://images.unsplash.com/photo-1527515637462-cff94edd3577?w=1400&q=80") center/cover no-repeat;
  padding: 92px 0;
}
.cta-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(10,17,24,0.68), rgba(22,141,130,0.34));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 28px 60px rgba(9,15,20,0.22);
  text-align: center;
}
.cta-banner h2 { color: #fff; font-size: 2rem; font-weight: 800; }
.cta-banner p { color: rgba(255,255,255,0.85); max-width: 560px; margin: 14px auto 28px; }
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-outline-light-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.06);
  font-weight: 700;
}
.btn-outline-light-soft:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.page-hero {
  position: relative;
  padding: 92px 0 80px;
  background: linear-gradient(120deg, rgba(22,141,130,0.92), rgba(27,35,48,0.95)), url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&q=80") center/cover no-repeat;
  color: #fff;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.15), transparent 35%);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(246,249,251,0) 0%, #f6f9fb 100%);
}
.page-hero .container { position: relative; z-index: 1; }
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  max-width: 860px;
}
.page-hero h1 { color: #fff; font-size: 3.15rem; margin-bottom: 8px; max-width: 10.5ch; }
.page-hero p { max-width: 720px; color: rgba(255,255,255,0.9); margin-bottom: 0; font-size: 1.04rem; }
.simple-page-hero h1 {
  max-width: none;
  font-size: clamp(2.3rem, 4vw, 3.45rem);
}
.simple-page-hero .simple-hero-type {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.service-page-hero h1 {
  max-width: none;
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  white-space: nowrap;
}
.service-page-hero .service-hero-type {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.94);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(10px);
}
.hero-pill i { color: #fff; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.page-hero .hero-actions .btn-main {
  min-height: 50px;
  border-radius: 999px;
  padding: 14px 26px;
}
.page-hero .hero-actions .btn-outline-light-soft {
  min-height: 50px;
}
.hero-caption {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
}
.breadcrumb-links {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.85);
}
.breadcrumb-links a { color: #fff; text-decoration: none; }

.service-intro-section {
  padding: 0 0 34px;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}
.service-media-card,
.service-summary-card {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(224,231,235,0.9);
  box-shadow: 0 24px 60px rgba(27,35,48,0.08);
}
.service-media-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}
.service-summary-card {
  padding: 34px 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-summary-copy {
  margin: 8px 0 18px;
  color: #617081;
  line-height: 1.8;
}
.service-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}
.service-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #4f5c69;
}
.service-highlight-list i {
  margin-top: 4px;
  color: var(--brand);
}
.service-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.service-trust-bar {
  background: #e8f8f6;
  border-top: 1px solid rgba(22,141,130,0.12);
  border-bottom: 1px solid rgba(22,141,130,0.12);
  padding: 16px 0;
}
.service-trust-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.service-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

.sample-service-section {
  padding: 88px 0;
}
.sample-protect-section {
  background: #fff;
  padding-top: 72px;
}
.sample-protect-grid,
.sample-appt-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.sample-protect-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 22px 48px rgba(27,35,48,0.14);
}
.sample-protect-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.sample-protect-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(27,35,48,0.84);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(15,23,42,0.26);
}
.sample-protect-badge strong {
  font-size: 1.3rem;
  line-height: 1;
}
.sample-protect-content {
  max-width: 620px;
}
.sample-protect-content .section-title,
.sample-section-head .section-title,
.about-centered-head .section-title {
  margin-bottom: 14px;
}
.sample-protect-content p {
  color: #586575;
  margin-bottom: 16px;
  line-height: 1.82;
}
.sample-pill-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 26px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.sample-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eef8f7;
  border: 1px solid rgba(22,141,130,0.14);
  color: #4f6170;
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  flex: 0 0 auto;
}
.sample-pill i {
  color: var(--brand);
}
.sample-why-section,
.sample-faq-section,
.sample-testimonials-section {
  background: #f8fbfc;
}
.sample-section-head,
.about-centered-head {
  margin-bottom: 34px;
}
.sample-scope-section .sample-section-head {
  margin-bottom: 26px;
}
.sample-centered-head,
.about-centered-head {
  text-align: center;
}
.sample-centered-head .section-sub,
.about-centered-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.sample-why-grid,
.sample-benefits-grid,
.sample-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}
.sample-why-grid {
  grid-template-columns: 1fr;
}
.sample-why-card,
.sample-testi-card {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 12px 32px rgba(27,35,48,0.05);
}
.sample-testi-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.sample-why-card {
  display: grid;
  grid-template-columns: 56px minmax(220px, 300px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.sample-why-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(30,176,161,0.12);
  color: var(--brand);
  margin-bottom: 16px;
  font-size: 1.05rem;
}
.sample-why-card h3,
.sample-benefit-card h3,
.sample-scope-card h3 {
  font-size: 1.02rem;
  margin-bottom: 10px;
}
.sample-why-card h3 {
  margin: 10px 0 0;
}
.sample-why-card p,
.sample-benefit-card p,
.sample-testi-text,
.sample-faq-a {
  color: #5d6a79;
  line-height: 1.75;
  font-size: 0.93rem;
}
.sample-why-card p {
  margin: 0;
}
.sample-scope-section {
  background: #f8fbfc;
}
.sample-benefits-section {
  background: #1b2330;
}
.sample-scope-section .section-title,
.sample-scope-section .section-sub,
.sample-scope-section .section-label {
  color: var(--dark);
}
.sample-benefits-section .section-title,
.sample-benefits-section .section-sub,
.sample-benefits-section .section-label {
  color: #fff;
}
.sample-scope-section .section-label {
  background: var(--brand-light);
  color: var(--brand);
}
.sample-benefits-section .section-label {
  background: rgba(77,217,201,0.16);
  color: #81f4e7;
}
.sample-scope-section .section-sub {
  color: #667588;
}
.sample-benefits-section .section-sub {
  color: rgba(255,255,255,0.68);
}
.sample-scope-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.sample-scope-timeline + .sample-scope-timeline {
  margin-top: 20px;
}
.sample-scope-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.sample-scope-num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(30,176,161,0.2);
  flex: 0 0 auto;
  margin-left: 6px;
}
.sample-scope-card {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 18px;
  padding: 20px 18px;
  min-height: 100%;
  width: 100%;
  box-shadow: 0 16px 34px rgba(27,35,48,0.05);
}
.sample-scope-card h3 {
  color: var(--dark);
  font-size: 0.96rem;
  margin-bottom: 8px;
}
.sample-scope-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sample-scope-card li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
  color: #607080;
  line-height: 1.55;
  font-size: 0.84rem;
}
.sample-scope-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
.sample-scope-icon,
.sample-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(30,176,161,0.12);
  color: var(--brand);
  margin-bottom: 12px;
}
.sample-benefit-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 24px 22px;
  min-height: 100%;
  width: 100%;
}
.sample-benefit-card h3 {
  color: #fff;
}
.sample-benefit-card p {
  color: rgba(255,255,255,0.72);
}
.sample-service-cta {
  background: linear-gradient(135deg, #1eb0a1 0%, #168d82 100%);
  padding: 72px 0;
}
.sample-service-cta-inner {
  text-align: center;
  color: #fff;
}
.sample-service-cta-inner h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin-bottom: 12px;
}
.sample-service-cta-inner p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.86);
}
.sample-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.sample-cta-outline {
  border-color: rgba(255,255,255,0.34);
  color: #fff;
}
.sample-cta-outline:hover {
  border-color: rgba(255,255,255,0.52);
  color: #fff;
}
.sample-faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.sample-faq-item {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 18px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(27,35,48,0.04);
}
.sample-faq-q {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  color: var(--dark);
}
.sample-faq-q::-webkit-details-marker {
  display: none;
}
.sample-faq-chevron {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf8f6;
  color: var(--brand);
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.sample-faq-item[open] .sample-faq-chevron {
  transform: rotate(180deg);
  background: var(--brand);
  color: #fff;
}
.sample-faq-a {
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(224,231,235,0.95);
}
.sample-appt-section {
  background: #fff;
}
.sample-appt-grid {
  align-items: stretch;
}
.sample-appt-info,
.sample-appt-form-wrap,
.contact-modern-info,
.contact-modern-form-card {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 16px 40px rgba(27,35,48,0.06);
}
.sample-appt-info,
.contact-modern-info {
  background: linear-gradient(180deg, #eef8f7 0%, #ffffff 100%);
}
.sample-appt-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.sample-appt-contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(22,141,130,0.12);
  text-decoration: none;
  color: #506070;
  font-weight: 600;
}
.sample-appt-contact-list i {
  color: var(--brand);
  width: 18px;
  text-align: center;
}
.sample-appt-form-wrap .elementor-form {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.sample-appt-form-wrap .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sample-appt-form-wrap .elementor-field-label {
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dark);
  display: block;
  width: 100%;
}
.sample-appt-form-wrap .elementor-field-textual,
.sample-appt-form-wrap input,
.sample-appt-form-wrap textarea,
.sample-appt-form-wrap select {
  border-radius: 14px;
  padding: 13px 14px;
  border: 1px solid #d7e2e7;
  background: #fbfdfd;
  box-shadow: inset 0 1px 2px rgba(15,23,42,0.02);
}
.sample-appt-form-wrap .elementor-field-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.sample-appt-form-wrap .elementor-field-group.elementor-col-100,
.sample-appt-form-wrap .elementor-field-type-textarea,
.sample-appt-form-wrap .e-form__buttons {
  grid-column: 1 / -1;
}
.sample-appt-form-wrap .elementor-column {
  min-width: 0;
}
.sample-appt-form-wrap .elementor-field,
.sample-appt-form-wrap .elementor-field-textual,
.sample-appt-form-wrap input[type="text"],
.sample-appt-form-wrap input[type="email"],
.sample-appt-form-wrap input[type="tel"],
.sample-appt-form-wrap input[type="date"],
.sample-appt-form-wrap input[type="time"],
.sample-appt-form-wrap textarea {
  width: 100%;
  max-width: 100%;
}
.sample-appt-form-wrap input[type="date"],
.sample-appt-form-wrap input[type="time"] {
  min-height: 52px;
}
.sample-appt-form-wrap input[type="hidden"] {
  display: none !important;
}
.sample-appt-form-wrap textarea {
  min-height: 140px;
  resize: vertical;
}
.sample-appt-form-wrap .elementor-button {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  border-radius: 14px;
  font-size: 0.96rem;
}
.sample-testi-stars,
.about-testi-stars {
  color: #f5b341;
  letter-spacing: 0.18em;
  font-size: 0.88rem;
  margin-bottom: 14px;
}
.sample-testi-text,
.about-testi-text {
  font-style: italic;
  margin-bottom: 20px;
  flex: 1 1 auto;
}
.sample-testi-author,
.about-testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sample-testi-avatar,
.about-testi-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #edf8f6;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
  font-weight: 800;
  flex: 0 0 auto;
}
.sample-testi-avatar img,
.about-testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sample-testi-name,
.about-testi-author strong {
  color: var(--dark);
  font-weight: 800;
}
.sample-testi-role,
.about-testi-author span {
  color: #6d7b89;
  font-size: 0.88rem;
}

.contact-modern-section {
  padding: 88px 0;
  background: #f8fbfc;
}
.contact-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}
.contact-modern-info,
.contact-modern-form-card {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 40px rgba(27,35,48,0.06);
}
.contact-modern-copy {
  margin: 16px 0 0;
  color: #5f6d7c;
  line-height: 1.8;
}
.contact-modern-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.contact-modern-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  border: 1px solid rgba(22,141,130,0.12);
}
.contact-modern-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(30,176,161,0.12);
  color: var(--brand);
  flex: 0 0 auto;
}
.contact-modern-card h3 {
  margin: 2px 0 6px;
  font-size: 1rem;
}
.contact-modern-card p,
.contact-modern-card a {
  margin: 0;
  color: #5b6a79;
  text-decoration: none;
}
.contact-modern-form-wrap,
.contact-modern-form {
  min-width: 0;
}
.contact-modern-form-card .section-title {
  margin-bottom: 10px;
}
.contact-modern-form .elementor-form {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.contact-modern-form .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-modern-form .elementor-field-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.contact-modern-form .elementor-field-group.elementor-col-100,
.contact-modern-form .elementor-field-type-textarea,
.contact-modern-form .e-form__buttons {
  grid-column: 1 / -1;
}
.contact-modern-form .elementor-field-label {
  display: block;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dark);
}
.contact-modern-form .elementor-field,
.contact-modern-form .elementor-field-textual,
.contact-modern-form input,
.contact-modern-form textarea,
.contact-modern-form select {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid #d7e2e7;
  background: #fbfdfd;
  box-shadow: inset 0 1px 2px rgba(15,23,42,0.02);
}
.contact-modern-form textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-modern-form input[type="hidden"] {
  display: none !important;
}
.contact-modern-form .elementor-button {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  font-size: 0.96rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
}
.contact-modern-form .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.contact-modern-form .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.contact-modern-form .elementor-button-text {
  display: inline-block;
  line-height: 1.2;
}

.about-modern-section {
  padding: 88px 0;
  background: #fff;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.about-stat-card {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 22px;
  padding: 24px 20px;
  box-shadow: 0 16px 36px rgba(27,35,48,0.05);
  text-align: center;
}
.about-stat-value {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--dark);
  margin-bottom: 10px;
}
.about-stat-card h3 {
  margin: 0;
  font-size: 0.95rem;
  color: #5f6d7c;
}
.about-sample-hero {
  background: linear-gradient(180deg, #172332 0%, #13202c 100%);
  padding: 86px 0 78px;
}
.about-sample-hero::after {
  background: radial-gradient(circle at 85% 30%, rgba(30,176,161,0.16), transparent 32%);
}
.about-sample-hero::before {
  display: none;
}
.about-sample-shell {
  max-width: 720px;
}
.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.58);
}
.about-breadcrumb a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}
.about-breadcrumb .current {
  color: var(--brand);
  font-weight: 700;
}
.about-sample-hero h1 {
  max-width: none;
  font-size: clamp(2.3rem, 5vw, 3.85rem);
  line-height: 1.1;
  margin-bottom: 12px;
}
.about-sample-hero h1 em {
  font-style: normal;
  color: var(--brand);
}
.about-sample-hero p {
  max-width: 560px;
  color: rgba(255,255,255,0.7);
}
.about-who-section,
.about-services-section,
.about-vm-section,
.about-testi-section {
  padding: 88px 0;
}
.about-who-grid,
.about-values-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
.about-who-visual {
  position: relative;
  min-height: 500px;
}
.about-who-primary,
.about-who-secondary {
  position: absolute;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 24px 54px rgba(17,28,43,0.14);
}
.about-who-primary {
  inset: 0 auto auto 0;
  width: 72%;
  height: 78%;
  background: #dcefee;
}
.about-who-secondary {
  right: 0;
  bottom: 0;
  width: 56%;
  height: 56%;
  border: 6px solid #fff;
  background: #dbe8eb;
}
.about-who-primary img,
.about-who-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-exp-badge {
  position: absolute;
  top: 38%;
  left: 55%;
  transform: translate(-50%, -50%);
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 18px 40px rgba(18, 137, 127, 0.28);
  text-align: center;
  border: 4px solid #fff;
  z-index: 2;
}
.about-exp-badge strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}
.about-exp-badge span {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.about-copy p {
  color: #667588;
  line-height: 1.85;
  margin-bottom: 14px;
}
.about-stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(214,223,228,0.85);
  border: 1px solid rgba(214,223,228,0.9);
  border-radius: 18px;
  overflow: hidden;
  margin-top: 30px;
}
.about-stat-cell {
  background: #fff;
  padding: 22px 16px;
  text-align: center;
}
.about-stat-cell strong {
  display: block;
  color: var(--brand);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}
.about-stat-cell span {
  display: block;
  margin-top: 8px;
  color: #667588;
  font-size: 0.8rem;
  font-weight: 700;
}
.about-services-section {
  background: #f6f9fb;
}
.about-centered-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}
.about-centered-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}
.about-services-grid,
.about-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.about-service-card,
.about-testi-card {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(27,35,48,0.05);
}
.about-service-card-top {
  padding: 30px 26px 24px;
  position: relative;
}
.about-service-card-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brand);
}
.about-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 18px;
}
.about-service-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark);
}
.about-service-card p {
  margin: 0;
  color: #667588;
  line-height: 1.78;
  font-size: 0.92rem;
}
.about-service-card-footer {
  padding: 16px 26px 20px;
  border-top: 1px solid rgba(224,231,235,0.9);
}
.about-service-card-footer a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}
.about-values-section {
  padding: 88px 0;
  background: linear-gradient(180deg, #182331 0%, #131d28 100%);
  position: relative;
  overflow: hidden;
}
.about-values-section::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,176,161,0.12) 0%, transparent 70%);
}
.about-values-section .section-title,
.about-values-section .section-sub {
  color: #fff;
}
.about-values-section .section-sub,
.about-values-intro p {
  color: rgba(255,255,255,0.68);
}
.about-values-intro p {
  line-height: 1.85;
}
.about-values-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-value-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.about-value-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(30,176,161,0.16);
  color: #7ff3e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.about-value-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.02rem;
}
.about-value-card p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  line-height: 1.78;
  font-size: 0.92rem;
}
.about-vm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.about-vm-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 32px 30px;
}
.about-vm-card.vision {
  background: linear-gradient(180deg, #ebf7f5 0%, #dff2ee 100%);
  border: 1px solid rgba(22,141,130,0.15);
}
.about-vm-card.mission {
  background: linear-gradient(180deg, #182331 0%, #141e2a 100%);
}
.about-vm-label {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}
.about-vm-card.vision .about-vm-label {
  color: var(--brand-dark);
}
.about-vm-card.mission .about-vm-label {
  color: #84f3e8;
}
.about-vm-card h3 {
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.about-vm-card.vision h3 {
  color: var(--dark);
}
.about-vm-card.mission h3 {
  color: #fff;
}
.about-vm-card p {
  margin: 0;
  line-height: 1.85;
  font-size: 0.94rem;
}
.about-vm-card.vision p {
  color: #667588;
}
.about-vm-card.mission p {
  color: rgba(255,255,255,0.68);
}
.about-vm-deco {
  position: absolute;
  right: -10px;
  bottom: -24px;
  font-size: 6rem;
  opacity: 0.08;
  line-height: 1;
}
.about-testi-section {
  background: #f6f9fb;
}
.about-testi-card {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-testi-stars {
  color: #f3b33b;
  letter-spacing: 0.24em;
  font-size: 0.88rem;
}
.about-testi-quote {
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(30,176,161,0.36);
}
.about-testi-text {
  color: #667588;
  line-height: 1.85;
  font-style: italic;
  flex: 1;
}
.about-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.about-testi-author strong {
  display: block;
  color: var(--dark);
  line-height: 1.2;
}
.about-testi-author span {
  display: block;
  color: #667588;
  font-size: 0.82rem;
}
.about-cta-strip {
  padding: 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #178e83 0%, #25b9aa 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}
.about-cta-strip h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}
.about-cta-strip p {
  margin: 0;
  color: rgba(255,255,255,0.85);
  max-width: 620px;
  line-height: 1.8;
}
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.faq-page-section {
  padding-top: 72px;
}

.info-page-panel .meta-line,
.legal-page-panel .meta-line {
  display: none;
}
.info-page-panel,
.legal-page-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.info-page-panel .wp-content,
.legal-page-panel .wp-content {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.95);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 40px rgba(27,35,48,0.06);
}
.info-page-panel .wp-content > .elementor > .elementor-section:first-child,
.legal-page-panel .wp-content > .elementor > .elementor-section:first-child {
  display: none;
}
.legal-page-panel .wp-content {
  max-width: 980px;
  margin: 0 auto;
}
.legal-page-panel .wp-content h4 {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 1.08rem;
}
.blog-card {
  overflow: hidden;
}
.blog-card .meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f7f8;
  width: fit-content;
}

.content-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr); gap: 32px; align-items: start; }
.content-shell {
  max-width: 1120px;
  margin: 0 auto;
}
.content-shell.wide-shell {
  max-width: none;
}
.content-shell.narrow-shell {
  max-width: 920px;
}
.full-width-panel {
  width: 100%;
}
.content-panel {
  background: #fff;
  border: 1px solid rgba(224,231,235,0.9);
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 24px 60px rgba(27,35,48,0.07);
}
.content-panel.service-article-panel,
.content-panel.contact-page-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.service-article-panel .meta-line,
.contact-page-panel .meta-line {
  margin-bottom: 18px;
  font-size: 0.94rem;
}
.service-article-panel .meta-line {
  display: none;
}
.side-card + .side-card { margin-top: 24px; }
.side-card h4 { font-size: 1rem; margin-bottom: 16px; }
.service-list { list-style: none; padding: 0; margin: 0; }
.service-list li { padding: 10px 0; border-bottom: 1px solid var(--border); }
.service-list li:last-child { border-bottom: 0; }
.contact-inline {
  display: grid;
  gap: 14px;
  font-size: 0.9rem;
}
.contact-inline span, .contact-inline a { color: #5a6675; text-decoration: none; }
.contact-inline i { color: var(--brand); margin-right: 8px; }

.callout-strip {
  margin-top: 32px;
  border-radius: 24px;
  padding: 30px 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(232,248,246,0.92));
  border: 1px solid rgba(30,176,161,0.16);
  box-shadow: 0 18px 40px rgba(27,35,48,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.callout-strip h3 { margin: 0 0 6px; font-size: 1.3rem; }
.callout-strip p { margin: 0; color: #56616f; }
.callout-strip .btn-main {
  min-height: 48px;
  border-radius: 999px;
  padding-inline: 24px;
}
.service-article-panel .callout-strip {
  margin-top: 42px;
}

.wp-content { color: #55606f; font-size: 1rem; }
.service-article-panel .wp-content {
  font-size: 1.02rem;
}
.wp-content > *:first-child { margin-top: 0 !important; }
.wp-content h1, .wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  margin-top: 34px;
  margin-bottom: 14px;
  color: var(--dark);
  line-height: 1.25;
}
.wp-content h2 { font-size: 2rem; }
.wp-content h3 { font-size: 1.5rem; }
.wp-content h4 { font-size: 1.18rem; }
.wp-content p, .wp-content ul, .wp-content ol, .wp-content table, .wp-content blockquote { margin-bottom: 20px; }
.service-article-panel .wp-content p,
.service-article-panel .wp-content li {
  line-height: 1.86;
  color: #506070;
}
.service-article-panel .wp-content p,
.service-article-panel .wp-content ul,
.service-article-panel .wp-content ol,
.service-article-panel .wp-content blockquote,
.service-article-panel .wp-content h2,
.service-article-panel .wp-content h3,
.service-article-panel .wp-content h4 {
  max-width: 72ch;
}
.wp-content ul, .wp-content ol { padding-left: 22px; }
.wp-content li { margin-bottom: 8px; }
.wp-content .elementor-heading-title {
  margin: 0;
  letter-spacing: 0;
}
.wp-content img {
  border-radius: 14px;
  margin: 18px 0 24px;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 30px rgba(27,35,48,0.08);
}
.wp-content a { color: var(--brand-dark); text-decoration: none; }
.wp-content a:hover { text-decoration: underline; }
.wp-content iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 14px;
  margin: 18px 0 24px;
}
.wp-content table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.wp-content th, .wp-content td { border: 1px solid var(--border); padding: 12px 14px; vertical-align: top; }
.wp-content form {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  background: #fbfcfc;
}
.wp-content label { font-weight: 600; color: var(--dark); display: block; margin-bottom: 6px; }
.wp-content input,
.wp-content textarea,
.wp-content select {
  width: 100%;
  border: 1px solid #d9e2e7;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  margin-bottom: 14px;
}
.wp-content button,
.wp-content input[type="submit"] {
  background: var(--brand);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
}
.wp-content .elementor-background-overlay,
.wp-content .elementor-invisible,
.wp-content .animated,
.wp-content .animated-slow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
}
.wp-content .elementor-background-overlay {
  display: none;
}
.wp-content .elementor-section,
.wp-content .elementor-widget {
  margin-bottom: 24px;
}
.wp-content > .elementor > .elementor-section {
  padding: 34px 0;
  border-top: 1px solid rgba(226,232,236,0.95);
}
.wp-content > .elementor > .elementor-section:first-child {
  padding-top: 6px;
  border-top: 0;
}
.wp-content .elementor-top-section {
  padding: 10px 0 22px;
}
.wp-content .elementor-inner-section {
  padding: 0;
}
.wp-content .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}
.wp-content .elementor-column {
  min-width: 0;
  flex: 1 1 100%;
}
.wp-content .elementor-col-100 { flex-basis: 100%; max-width: 100%; }
.wp-content .elementor-col-25 { flex-basis: calc(25% - 24px); max-width: calc(25% - 24px); }
.wp-content .elementor-col-66 { flex-basis: calc(66.666% - 14px); max-width: calc(66.666% - 14px); }
.wp-content .elementor-col-50 { flex-basis: calc(50% - 14px); max-width: calc(50% - 14px); }
.wp-content .elementor-col-33 { flex-basis: calc(33.333% - 19px); max-width: calc(33.333% - 19px); }
.wp-content .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}
.wp-content .elementor-widget-container {
  width: 100%;
}
.wp-content .elementor-widget-wrap > .elementor-element:last-child,
.wp-content .elementor-widget-wrap > section:last-child {
  margin-bottom: 0;
}
.wp-content .elementor-widget-image img {
  object-fit: cover;
}
.wp-content .elementor-col-50 .elementor-widget-image:first-child img,
.wp-content .elementor-col-66 .elementor-widget-image:first-child img {
  min-height: 320px;
}
.wp-content .elementor-absolute {
  display: none !important;
}
.wp-content .elementor-divider {
  padding: 2px 0 0;
}
.wp-content .elementor-divider-separator {
  border-top: 1px solid var(--border);
  display: block;
}
.wp-content .elementor-icon-box-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(27,35,48,0.05);
}
.wp-content .elementor-icon-box-icon {
  flex: 0 0 auto;
}
.wp-content .elementor-icon-box-icon .elementor-icon,
.wp-content .elementor-widget-icon .elementor-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(23,179,166,0.12);
  color: var(--brand);
  text-decoration: none;
}
.wp-content .elementor-icon-box-title,
.wp-content .elementor-icon-box-title span,
.wp-content .elementor-icon-box-title a {
  margin: 0;
  color: var(--dark);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.wp-content .elementor-icon-box-description {
  margin: 8px 0 0;
  color: #5f6b79;
  line-height: 1.75;
}
.service-article-panel .wp-content .elementor-icon-box-wrapper {
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.service-article-panel .wp-content .elementor-icon-box-icon .elementor-icon,
.service-article-panel .wp-content .elementor-widget-icon .elementor-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}
.service-article-panel .wp-content > .elementor > .elementor-section:nth-of-type(2) > .elementor-container > .elementor-column:first-child {
  flex-basis: 100%;
  max-width: 100%;
}
.service-article-panel .wp-content > .elementor > .elementor-section:nth-of-type(2) > .elementor-container > .elementor-column:not(:first-child) {
  display: none;
}
.service-article-panel .wp-content > .elementor > .elementor-section:nth-of-type(2) .elementor-widget-image:first-child img {
  min-height: 420px;
  border-radius: 18px;
}
.wp-content .elementor-icon-list-items {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.wp-content .elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.wp-content .elementor-inline-item {
  margin: 0;
}
.wp-content .elementor-inline-items .elementor-icon-list-item a,
.wp-content .elementor-inline-items .elementor-icon-list-item > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f2f7f8;
  color: #617081;
  text-decoration: none;
  font-size: 0.9rem;
}
.wp-content .elementor-icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}
.wp-content .elementor-icon-list-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  color: var(--brand);
}
.wp-content .elementor-icon-list-text {
  flex: 1 1 auto;
  color: #55606f;
  line-height: 1.75;
}
.wp-content .e-font-icon-svg {
  width: 1em;
  height: 1em;
  max-width: 18px;
  max-height: 18px;
  fill: currentColor;
}
.wp-content .elementor-widget-counter,
.wp-content .elementor-widget-icon {
  margin-bottom: 0;
}
.wp-content .elementor-column:has(.elementor-widget-counter) .elementor-widget-wrap {
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 26px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  box-shadow: 0 16px 34px rgba(27,35,48,0.05);
}
.wp-content .elementor-counter-number-wrapper {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--dark);
}
.wp-content .elementor-counter-number-suffix,
.wp-content .elementor-counter-number-prefix {
  color: var(--brand);
}
.wp-content .elementor-icon-wrapper {
  display: inline-flex;
}
.wp-content .elementor-icon-wrapper .elementor-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(23,179,166,0.1);
  color: var(--brand);
}
.wp-content .elementor-column:has(.elementor-widget-counter) .elementor-heading-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: #576476;
}
.service-article-panel .wp-content .elementor-column:has(.elementor-widget-star-rating) > .elementor-widget-wrap {
  padding: 26px 24px;
  border: 1px solid rgba(224,231,235,0.9);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(27,35,48,0.05);
}
.service-article-panel .wp-content .elementor-star-rating {
  color: #f4b03e;
  letter-spacing: 0.08em;
}
.service-article-panel .wp-content .elementor-author-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-article-panel .wp-content .elementor-author-box__avatar img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eef5f7;
}
.service-article-panel .wp-content .elementor-author-box__name {
  margin: 0;
  font-size: 1rem;
}
.service-article-panel .wp-content .elementor-author-box__bio p {
  margin: 4px 0 0;
  color: #738090;
  font-size: 0.9rem;
}
.wp-content .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.wp-content .elementor-form {
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  box-shadow: 0 18px 36px rgba(27,35,48,0.05);
}
.wp-content .elementor-field-group {
  margin: 0;
}
.wp-content .elementor-form-fields-wrapper .elementor-col-50 {
  flex-basis: calc(50% - 7px);
  max-width: calc(50% - 7px);
}
.wp-content .elementor-form-fields-wrapper .elementor-col-100 {
  flex-basis: 100%;
  max-width: 100%;
}
.wp-content .elementor-field-group .elementor-field-textual,
.wp-content .elementor-field-group input,
.wp-content .elementor-field-group textarea,
.wp-content .elementor-field-group select {
  margin-bottom: 0;
}
.wp-content .elementor-button {
  background: var(--brand);
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
}
.contact-page-panel .wp-content .elementor-column:has(.elementor-form) > .elementor-widget-wrap {
  padding: 28px;
  border: 1px solid rgba(224,231,235,0.9);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(27,35,48,0.05);
}
.contact-page-panel .wp-content .elementor-column:has(.elementor-view-stacked) > .elementor-widget-wrap {
  gap: 14px;
}
.meta-line { color: #7b8795; font-size: 0.88rem; margin-bottom: 24px; }

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.article-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f7f8;
  color: #5a6a79;
  font-size: 0.88rem;
  font-weight: 600;
}
.article-featured-media {
  margin-bottom: 26px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(27,35,48,0.08);
}
.article-featured-media img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}
.article-summary-box {
  margin-bottom: 28px;
  padding: 24px 24px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(232,248,246,0.92), rgba(255,255,255,0.98));
  border: 1px solid rgba(22,141,130,0.14);
}
.article-summary-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.article-summary-box p {
  margin: 0;
  color: #5a6673;
}
.compact-blog-card h5 {
  font-size: 1rem;
}
.compact-blog-card p {
  font-size: 0.88rem;
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
}
.blog-card .meta { font-size: 0.8rem; color: #8892a0; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }

footer { background: #1b2330; color: #aaa; padding: 60px 0 0; }
footer h6 { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 18px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 9px; }
footer ul li a { color: #aaa; text-decoration: none; font-size: 0.86rem; transition: color 0.2s; }
footer ul li a::before { content: "> "; color: var(--brand); font-weight: 700; }
footer ul li a:hover { color: var(--brand); }
.footer-contact-item { display: flex; gap: 10px; font-size: 0.86rem; margin-bottom: 12px; color: #aaa; }
.footer-contact-item i { color: var(--brand); margin-top: 3px; min-width: 16px; }
.footer-contact-item a { color: #aaa; text-decoration: none; }
.footer-contact-item a:hover { color: var(--brand); }
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  color: #aaa;
  margin-right: 7px;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 0.85rem;
}
.footer-social a:hover { background: var(--brand); color: #fff; }
.footer-bottom { background: rgba(0,0,0,0.25); margin-top: 45px; padding: 16px 0; font-size: 0.82rem; }
.footer-bottom a { color: #aaa; text-decoration: none; margin: 0 8px; font-size: 0.82rem; }
.footer-bottom a:hover { color: var(--brand); }

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: var(--brand);
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 20px rgba(30,176,161,0.45);
  text-decoration: none;
}
.wa-float:hover { color: #fff; transform: scale(1.08); }

.utility-bar {
  background: #10333a;
  font-size: 0.74rem;
  padding: 1px 0;
}
.utility-bar a,
.utility-bar span { color: rgba(255,255,255,0.9); }
.utility-bar .container {
  min-height: 24px;
}
.utility-bar .container > div,
.utility-bar .social-compact {
  display: flex;
  align-items: center;
}
.utility-bar .social-compact {
  gap: 4px !important;
}
.utility-bar .social-compact a {
  margin: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  line-height: 1;
  vertical-align: middle;
  padding: 0;
}
.utility-bar .social-compact a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
}
.utility-bar .social-compact .fa-facebook-f {
  transform: translateX(0.5px);
}
.utility-bar .social-compact .fa-instagram {
  transform: translateY(0.25px);
}
.utility-bar .social-compact .fa-linkedin-in {
  transform: translateX(0.25px);
}
.utility-bar .social-compact .fa-youtube {
  transform: translateX(0.5px);
}
.utility-bar .social-compact a:hover { background: transparent; color: #fff; opacity: 0.82; }

.site-navbar {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(231,236,239,0.9);
}
.site-navbar .container {
  min-height: 74px;
  position: relative;
}
.site-navbar .navbar-brand img {
  height: 54px;
}
.site-navbar .dropdown {
  position: static;
}
.site-navbar .nav-link {
  padding: 23px 13px !important;
  font-size: 0.9rem;
}
.site-navbar .dropdown-menu {
  width: 100vw;
  left: 50% !important;
  right: auto !important;
  top: 100% !important;
  transform: translateX(-50%) !important;
  margin-top: 0 !important;
  min-width: 0;
  max-height: none;
  border: 0;
  border-top: 1px solid rgba(231,236,239,0.95);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.10);
  padding: 24px max(28px, calc((100vw - 1120px) / 2 + 28px)) 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 28px;
}
.site-navbar .dropdown-menu.show {
  display: grid;
}
.site-navbar .dropdown-item {
  padding: 14px 8px 14px 0;
  border-bottom: 1px solid rgba(23, 179, 166, 0.28);
  border-radius: 0;
  font-size: 0.98rem;
  font-weight: 500;
  color: #546271;
  transition: color 0.18s ease, border-color 0.18s ease, padding-left 0.18s ease;
}
.site-navbar .dropdown-item:hover {
  background: var(--brand);
  color: #fff;
  border-bottom-color: var(--brand);
  padding-left: 14px;
}
.site-navbar .btn-schedule {
  padding: 10px 26px !important;
  border-radius: 999px;
  font-weight: 700;
  min-height: 44px;
  min-width: 146px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
.mobile-header-actions,
.mobile-bottom-nav,
.mobile-drawer-head {
  display: none;
}
.mobile-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(30,176,161,0.24);
}
.mobile-quote-btn:hover {
  color: #fff;
  background: var(--brand-dark);
}
.mobile-drawer-brand img {
  display: block;
  height: 44px;
}
.mobile-drawer-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #f2f7f8;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.content-shell {
  max-width: 1120px;
  margin: 0 auto;
}
.content-shell.narrow-shell {
  max-width: 920px;
}
.full-width-panel {
  width: 100%;
}

.service-grid-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 12px 30px rgba(27,35,48,0.05);
  text-decoration: none;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.service-grid-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30,176,161,0.45);
  box-shadow: 0 18px 40px rgba(27,35,48,0.1);
}
.service-grid-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--brand-light);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.service-grid-card strong {
  color: var(--dark);
  font-size: 1rem;
}
.service-grid-card span:last-child {
  color: #6a7684;
  font-size: 0.86rem;
  line-height: 1.7;
}

.wp-content .elementor-accordion,
.wp-content .elementor-toggle {
  margin: 32px 0;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(27,35,48,0.05);
  overflow: hidden;
}
.wp-content .elementor-accordion-item,
.wp-content .elementor-toggle-item {
  border-bottom: 1px solid var(--border);
}
.wp-content .elementor-tab-title {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 22px;
  cursor: pointer;
  justify-content: space-between;
  color: var(--dark);
  font-weight: 700;
  background: #fff;
}
.wp-content .elementor-tab-title:hover {
  background: rgba(23,179,166,0.05);
}
.wp-content .elementor-accordion-title,
.wp-content .elementor-toggle-title {
  flex: 1 1 auto;
  font-size: 1rem;
}
.wp-content .elementor-toggle-icon,
.wp-content .elementor-accordion-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(23,179,166,0.10);
  color: var(--brand);
  flex: 0 0 34px;
}
.wp-content .elementor-accordion-icon-opened,
.wp-content .elementor-toggle-icon-opened {
  display: none;
}
.wp-content .elementor-accordion-item.is-open .elementor-accordion-icon-opened,
.wp-content .elementor-toggle-item.is-open .elementor-toggle-icon-opened {
  display: inline-flex;
}
.wp-content .elementor-accordion-item.is-open .elementor-accordion-icon-closed,
.wp-content .elementor-toggle-item.is-open .elementor-toggle-icon-closed {
  display: none;
}
.wp-content .elementor-tab-content {
  display: none;
  padding: 0 22px 22px;
  color: #5b6674;
  line-height: 1.75;
}
.wp-content .elementor-tab-content > :last-child {
  margin-bottom: 0;
}
.wp-content .elementor-accordion-item.is-open .elementor-tab-title,
.wp-content .elementor-toggle-item.is-open .elementor-tab-title {
  color: var(--brand-dark);
}
.wp-content .elementor-accordion-item:last-child,
.wp-content .elementor-toggle-item:last-child {
  border-bottom: 0;
}
.wp-content .elementor-widget-text-editor p:last-child,
.wp-content .elementor-widget-container > p:last-child {
  margin-bottom: 0;
}

.site-footer {
  background: linear-gradient(180deg, #13212d 0%, #0f1922 100%);
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(180px, 1fr)) minmax(260px, 1.2fr);
  gap: 28px;
  align-items: start;
}
.site-footer h6 {
  margin-bottom: 16px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-footer .footer-brand-block,
.site-footer .footer-contact-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 26px;
}
.site-footer .footer-link-group {
  padding-top: 14px;
}
.site-footer .footer-link-group ul li {
  margin-bottom: 12px;
}
.site-footer .footer-link-group ul li a {
  color: #b4bfca;
}
.site-footer .footer-intro {
  font-size: 0.9rem;
  line-height: 1.85;
  color: #aeb8c4;
  margin: 16px 0 0;
}
.site-footer .footer-contact-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
}
.site-footer .footer-contact-card .footer-cta {
  margin-top: 14px;
  width: 100%;
  text-align: center;
  border-radius: 999px;
}

@media (max-width: 991px) {
  body {
    padding-top: 66px;
    padding-bottom: 88px;
    overflow-x: hidden;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .top-bar.utility-bar {
    display: none;
  }
  .mobile-header-actions {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
  }
  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px 8px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(255,255,255,0.995);
  }
  .site-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1090;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(14px);
  }
  .site-navbar .container {
    min-height: 66px;
  }
  .site-navbar .navbar-brand img {
    height: 46px;
  }
  .site-navbar .navbar-toggler {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #f2f7f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .site-navbar .navbar-toggler-icon {
    width: 1.15rem;
    height: 1.15rem;
  }
  .site-navbar .navbar-collapse {
    position: fixed;
    inset: 0;
    display: block !important;
    padding: 0;
    background: rgba(255, 255, 255, 0.995);
    z-index: 1100;
    height: 100dvh;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.32s ease, visibility 0.32s ease;
  }
  .site-navbar .navbar-collapse.collapsing {
    height: auto !important;
    transition: none !important;
  }
  .site-navbar .navbar-collapse.show {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
  .site-navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: 6px;
    width: 100vw;
    max-width: 100vw;
    min-height: 100%;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px 20px 120px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .simple-page-hero h1 {
    white-space: normal;
  }
  .service-page-hero h1 {
    white-space: normal;
  }
  .who-img-wrap,
  .who-img-wrap img {
    min-height: 380px;
  }
  .hero h1, .page-hero h1 { font-size: 2.2rem; }
  .content-layout { grid-template-columns: 1fr; }
  .expert-photo { width: 200px; height: 200px; }
  .navbar .dropdown-menu { max-height: none; }
  .site-navbar .dropdown {
    position: relative;
  }
  .site-navbar .dropdown-menu {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: none;
    width: 100%;
    margin-top: 4px !important;
    padding: 8px 0 4px 14px;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .site-navbar .dropdown-menu.show {
    display: block;
  }
  .site-navbar .dropdown-item {
    padding: 11px 0;
    border-bottom: 0;
    font-size: 0.94rem;
    color: #5a6774;
  }
  .site-navbar .dropdown-item:hover {
    padding-left: 8px;
    background: transparent;
    color: var(--brand-dark);
  }
  .site-navbar .nav-link {
    padding: 14px 12px !important;
    border-bottom: 0;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark);
  }
  .site-navbar .nav-link:hover {
    background: rgba(23,179,166,0.06);
  }
  .site-navbar .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
  }
  .site-navbar .btn-schedule {
    display: none !important;
  }
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin-top: 0;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    background: rgba(16, 25, 34, 0.94);
    box-shadow: 0 -10px 28px rgba(15,23,42,0.18);
    backdrop-filter: blur(16px);
  }
  body.mobile-menu-open .mobile-bottom-nav {
    display: grid;
  }
  .mobile-bottom-link {
    min-height: 58px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgba(255,255,255,0.86);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .mobile-bottom-link i {
    font-size: 1.03rem;
  }
  .mobile-bottom-link.is-primary {
    background: linear-gradient(135deg, var(--brand), #27c4b6);
    color: #fff;
    box-shadow: 0 12px 26px rgba(30,176,161,0.28);
  }
  .mobile-bottom-link:not(.is-primary):hover,
  .mobile-bottom-link:not(.is-primary):focus {
    background: rgba(255,255,255,0.06);
    color: #fff;
  }
  .wa-float {
    display: none;
  }
  .site-footer {
    display: none;
  }
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }
  .sample-protect-grid,
  .sample-appt-grid,
  .sample-scope-timeline {
    grid-template-columns: 1fr;
  }
  .contact-modern-grid,
  .contact-modern-cards,
  .contact-modern-form .elementor-form-fields-wrapper,
  .about-stats-grid,
  .about-services-grid,
  .about-testi-grid,
  .about-vm-grid,
  .about-stats-row {
    grid-template-columns: 1fr;
  }
  .about-who-grid,
  .about-values-layout,
  .about-cta-strip {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-who-visual {
    min-height: 360px;
  }
  .about-exp-badge {
    left: 58%;
    top: 42%;
    padding: 16px 18px;
  }
  .about-cta-actions {
    justify-content: flex-start;
  }
  .sample-scope-timeline::before {
    display: none;
  }
  .sample-why-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sample-why-card h3 {
    margin-top: 0;
  }
  .sample-appt-form-wrap .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }
  .sample-protect-visual img,
  .sample-protect-visual {
    min-height: 320px;
  }
  .sample-appt-info,
  .sample-appt-form-wrap {
    padding: 24px;
  }
  .service-intro-grid {
    grid-template-columns: 1fr;
  }
  .service-media-card img {
    min-height: 280px;
  }
  .service-trust-list {
    gap: 16px;
  }
  .service-article-panel .wp-content > .elementor > .elementor-section:nth-of-type(2) .elementor-widget-image:first-child img {
    min-height: 280px;
  }
  .contact-page-panel .wp-content .elementor-column:has(.elementor-form) > .elementor-widget-wrap {
    padding: 22px;
  }
  .cta-inner {
    padding: 32px 28px;
  }
  .wp-content .elementor-col-25,
  .wp-content .elementor-col-66,
  .wp-content .elementor-col-50,
  .wp-content .elementor-col-33,
  .wp-content .elementor-form-fields-wrapper .elementor-col-50 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .wp-content .elementor-container {
    gap: 22px;
  }
  .wp-content .elementor-icon-box-wrapper {
    padding: 18px;
  }
  .wp-content .elementor-tab-title {
    padding: 16px 18px;
  }
  .wp-content .elementor-tab-content {
    padding: 0 18px 18px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 600px;
    background-position: 62% center;
  }
  .hero-copy {
    padding: 8px 0 0;
  }
  .who-img-wrap,
  .who-img-wrap img {
    min-height: 280px;
  }
  .partners {
    padding: 22px 0;
  }
  .partners-track {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 14px;
  }
  .partner-logo {
    min-height: 62px;
    padding: 12px 14px;
  }
  .partners img {
    height: 32px;
  }
  .svc-cat img {
    height: 240px;
  }
  .svc-cat-overlay {
    padding: 24px 18px 18px;
  }
  .svc-cat-overlay h5 {
    font-size: 1.02rem;
  }
  .svc-cat-overlay p {
    font-size: 0.88rem;
    margin-bottom: 10px;
  }
  .section-title { font-size: 1.5rem; }
  .page-hero { padding: 72px 0 64px; }
  .content-panel { padding: 24px; border-radius: 18px; }
  .about-sample-hero {
    padding: 74px 0 66px;
  }
  .about-who-section,
  .about-services-section,
  .about-values-section,
  .about-vm-section,
  .about-testi-section {
    padding: 64px 0;
  }
  .about-who-visual {
    min-height: 300px;
  }
  .about-exp-badge {
    left: 55%;
    top: 46%;
  }
  .about-cta-strip {
    padding: 30px 24px;
    border-radius: 24px;
  }
  .sample-service-section {
    padding: 64px 0;
  }
  .sample-protect-section {
    padding-top: 56px;
  }
  .sample-protect-grid,
  .sample-appt-grid {
    gap: 28px;
  }
  .contact-modern-section {
    padding: 64px 0;
  }
  .contact-modern-info,
  .contact-modern-form-card,
  .info-page-panel .wp-content,
  .legal-page-panel .wp-content {
    padding: 24px;
    border-radius: 22px;
  }
  .sample-pill-row {
    flex-wrap: wrap;
    overflow: visible;
  }
  .sample-protect-badge {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
  }
  .sample-scope-step {
    gap: 12px;
  }
  .sample-why-card,
  .sample-testi-card,
  .sample-scope-card,
  .sample-benefit-card,
  .sample-appt-info,
  .sample-appt-form-wrap {
    border-radius: 18px;
  }
  .sample-faq-q,
  .sample-faq-a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .callout-strip { padding: 22px; }
  .cta-inner { padding: 28px 20px; border-radius: 22px; }
  .service-summary-card {
    padding: 24px 22px;
  }
  .utility-bar .container {
    justify-content: center !important;
  }
  .site-navbar .container {
    min-height: 62px;
  }
  .site-navbar .navbar-brand img {
    height: 42px;
  }
  .mobile-quote-btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.75rem;
  }
  .callout-strip {
    align-items: flex-start;
  }
  .hero-actions,
  .hero-pill-row,
  .cta-actions {
    width: 100%;
  }
  .hero-actions > *,
  .service-summary-actions > *,
  .cta-actions > * {
    width: 100%;
    justify-content: center;
  }
  .wp-content h2 { font-size: 1.65rem; }
  .wp-content h3 { font-size: 1.3rem; }
}
