.services-page {
  background: #0b1020;
}

.services-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #08111f 0%, #101c31 100%);
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.services-hero.has-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 22, .58);
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(11,60,112,.25), transparent 35%), linear-gradient(90deg, rgba(5,10,18,.82) 0%, rgba(5,10,18,.52) 42%, rgba(5,10,18,.16) 100%);
}

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

.services-hero-content {
  max-width: 680px;
  padding: 7rem 0 6.25rem;
}

.services-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .2rem .65rem;
  margin-bottom: .85rem;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.services-hero h1 {
  font-family: var(--heading-font), serif;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 1.02;
  margin: 0 0 .85rem;
  color: #fff;
  max-width: 10ch;
}

.services-hero p {
  max-width: 52ch;
  color: rgba(255,255,255,.74);
  line-height: 1.8;
  font-size: 1.02rem;
}

.services-hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.services-intro {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 42px;
}

.services-category-section {
  background: #0b1020;
  color: rgba(255,255,255,.86);
  padding: 70px 0;
}

.services-category-section.is-alt {
  background: #0d1326;
}

.services-category-head {
  max-width: 1100px;
  margin: 0 auto 1.4rem;
}

.services-category-head h2 {
  font-family: var(--heading-font), serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  color: #fff;
  margin-bottom: .45rem;
}

.services-category-head p {
  max-width: 700px;
  color: rgba(255,255,255,.68);
  line-height: 1.8;
}

/* Legacy service page layout */
.services-hero-ideate {
  background-color: #f8f9fa;
  padding: 80px 0;
  text-align: center;
}
.services-hero-ideate .eyebrow {
  color: #d9534f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-hero-ideate h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 10px 0;
}
.services-hero-ideate p {
  max-width: 600px;
  margin: 0 auto 20px;
  color: #6c757d;
}

.services-intro-boxes {
  padding: 60px 0;
}
.services-intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.service-intro-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
}
.service-intro-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
.service-intro-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.services-page-layout {
  background: #0a192f;
  color: #fff;
  padding: 80px 0;
}
.service-category-group {
  margin-bottom: 60px;
}
.service-category-header {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #d9534f;
}
.service-category-header h2 {
  font-size: 2.5rem;
  color: #fff;
}
.service-category-header p {
  color: #a8b2d1;
}

.service-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}
.service-item-card {
  background: #112240;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.service-item-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.service-item-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.service-item-title {
  font-size: 1.25rem;
  color: #ccd6f6;
}
.sub-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-services-list li {
  padding: 8px 0;
  border-bottom: 1px solid #1d2d50;
  color: #8892b0;
}
.sub-services-list li:last-child {
  border-bottom: none;
}
.no-services-found {
  text-align: center;
  padding: 50px;
}

@media (max-width: 768px) {
  .services-hero-ideate {
    padding: 56px 0;
  }

  .services-intro {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .services-category-section {
    padding: 56px 0;
  }

  .service-items-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   SERVICE SINGLE PAGE
   ============================================ */

:root,
.service-single-page {
  --srv-accent: var(--ocean, #0b3c70);
  --srv-accent-light: var(--ocean-pale, #e8f4f8);
  --srv-text: var(--ink, #1d2327);
  --srv-text-muted: var(--ink-3, #646970);
  --srv-border: #d4dae2;
  --srv-bg-alt: #f7f9fc;
  --srv-radius: 0;
  --srv-heading-font: var(--heading-font), serif;
  --srv-body-font: var(--body-font);
}

/* ---------- Hero ---------- */

.srv-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0a192f 0%, #112240 100%);
  color: #fff;
  background-size: cover;
  background-position: center;
}

.srv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 22, .55);
}

.srv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,10,18,.82) 0%, rgba(5,10,18,.52) 42%, rgba(5,10,18,.16) 100%);
}

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

.srv-hero-inner {
  max-width: 720px;
  padding: 5rem 0 4rem;
}

.srv-hero-cat {
  display: inline-block;
  padding: 1rem .65rem;
  margin-bottom: .85rem;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.78);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.srv-hero-title {
  font-family: var(--srv-heading-font);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  line-height: 1.06;
  margin: 0 0 .75rem;
  color: #fff;
  max-width: 14ch;
}

.srv-hero-desc {
  max-width: 56ch;
  color: rgba(255,255,255,.7);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.srv-hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

.srv-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .72rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s;
  letter-spacing: .01em;
}

.srv-btn-primary {
  background: var(--srv-accent);
  color: #fff;
  border: 1px solid var(--srv-accent);
}

.srv-btn-primary:hover {
  filter: brightness(0.85);
  color: #fff;
}

.srv-btn-whatsapp {
  background: #25d366;
  color: #fff;
  border: 1px solid #25d366;
}

.srv-btn-whatsapp:hover {
  filter: brightness(0.85);
  color: #fff;
}

.srv-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}

.srv-btn-outline:hover {
  border-color: #fff;
  color: #fff;
}

/* ---------- Quick Info ---------- */

.srv-quick-info {
  background: #fff;
  border-bottom: 1px solid var(--srv-border);
}

.srv-quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  margin: 0;
}

.srv-quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 1.5rem 1rem;
  border-right: 1px solid var(--srv-border);
}

.srv-quick-card:last-child {
  border-right: none;
}

.srv-quick-card .dashicons {
  font-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--srv-accent);
  margin-bottom: 2px;
}

.srv-quick-card strong {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--srv-text-muted);
  font-weight: 600;
}

.srv-quick-card span:last-child {
  font-size: .95rem;
  color: var(--srv-text);
  font-weight: 500;
}

/* ---------- Section Common ---------- */

.srv-section {
  padding: 4rem 0;
}

.srv-section:nth-child(even) {
  background: var(--srv-bg-alt);
}

.srv-layout-main .srv-section:nth-child(even) {
  background: transparent;
}

.srv-section-head {
  margin-bottom: 2rem;
  max-width: 700px;
}

.srv-section-head h2 {
  font-family: var(--srv-heading-font);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.1;
  color: var(--heading-color, var(--srv-text));
  margin: 0 0 .5rem;
}

.srv-section-head p {
  color: var(--paragraph-color, var(--srv-text-muted));
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.srv-content {
  max-width: 800px;
  line-height: 1.8;
  color: var(--paragraph-color, var(--srv-text));
  font-family: var(--srv-body-font);
}

.srv-content p a,
.srv-content li a,
.srv-content td a {
  color: var(--srv-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
  text-decoration-color: rgba(11, 60, 112, 0.35);
  text-decoration-skip-ink: auto;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.srv-content p a:hover,
.srv-content li a:hover,
.srv-content td a:hover {
  color: var(--srv-text);
  text-decoration-color: var(--srv-accent);
}

.srv-content p a:focus-visible,
.srv-content li a:focus-visible,
.srv-content td a:focus-visible {
  outline: 2px solid rgba(11, 60, 112, 0.35);
  outline-offset: 2px;
  border-radius: 4px;
}

.srv-content :where(h1, h2, h3, h4, h5, h6) {
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--srv-text);
}

.srv-content h2 {
  margin: 2.3rem 0 1rem;
}

.srv-content h3 {
  margin: 1.9rem 0 .8rem;
}

.srv-content h4 {
  margin: 1.6rem 0 .7rem;
}

.srv-content blockquote {
  position: relative;
  isolation: isolate;
  margin: 1.75rem 0;
  padding: 1.25rem 1.35rem 1.2rem 3.1rem;
  border-left: 4px solid var(--srv-accent);
  border-radius: 0 20px 20px 0;
  background:
    linear-gradient(135deg, rgba(11, 60, 112, 0.1), rgba(11, 60, 112, 0.035)),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
  color: var(--srv-text);
  font-style: italic;
  box-shadow: 0 14px 36px rgba(10, 22, 40, 0.08);
}

.srv-content blockquote::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 34px;
  height: 34px;
  opacity: .22;
  pointer-events: none;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%230857a0' d='M24 16h-8c-6.6 0-12 5.4-12 12v20h20V28H16c0-4.4 3.6-8 8-8v-4zm36 0h-8c-6.6 0-12 5.4-12 12v20h20V28H52c0-4.4 3.6-8 8-8v-4z'/%3E%3C/svg%3E");
}

.srv-content blockquote p:last-child {
  margin-bottom: 0;
}

.srv-content blockquote cite {
  display: block;
  margin-top: .85rem;
  font-size: .9rem;
  font-style: normal;
  font-weight: 600;
  color: var(--srv-accent);
}

.srv-content p {
  margin-bottom: 1rem;
}

.srv-content table {
  width: 100%;
  margin: 1.75rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--srv-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(10, 22, 40, 0.08);
}

.srv-content table th,
.srv-content table td {
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--srv-border);
  border-right: 1px solid var(--srv-border);
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
  background: #fff;
}

.srv-content table tbody td {
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.srv-content table th {
  background: linear-gradient(180deg, rgba(11, 60, 112, .12), rgba(11, 60, 112, .05));
  color: var(--srv-accent);
  font-weight: 700;
}

.srv-content table tr:last-child td {
  border-bottom: 0;
}

.srv-content table th:last-child,
.srv-content table td:last-child {
  border-right: 0;
}

.srv-content table tbody tr:nth-child(even) td {
  background: #f7fbff;
}

.srv-content table tbody tr:hover td {
  background: rgba(11, 60, 112, .05);
}

.srv-content figcaption {
  margin-top: .75rem;
  font-size: .88rem;
  line-height: 1.55;
  color: var(--srv-text-muted);
  text-align: center;
}

.srv-content figure {
  margin: 1.75rem 0;
}

.srv-content figure img {
  display: block;
  width: 100%;
  height: auto;
}

.srv-content img {
  display: block;
  max-width: 100%;
}

.srv-content img.aligncenter,
.srv-content .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.srv-content img.alignleft,
.srv-content .alignleft img {
  float: left;
  margin: .35rem 1.5rem 1rem 0;
}

.srv-content img.alignright,
.srv-content .alignright img {
  float: right;
  margin: .35rem 0 1rem 1.5rem;
}

.srv-content .wp-caption {
  max-width: 100%;
  margin: 1.5rem auto;
}

.srv-content .wp-caption-text {
  margin-top: .6rem;
  font-size: .88rem;
  line-height: 1.55;
  color: var(--srv-text-muted);
  text-align: center;
}

.srv-content :where(ul, ol) {
  margin: 1rem 0 1.5rem;
  padding-left: 1.45rem;
}

.srv-content :where(ul, ol) :where(ul, ol) {
  margin: .4rem 0 .2rem;
  padding-left: 1.2rem;
}

.srv-content :where(ul, ol) li {
  margin-bottom: .55rem;
  line-height: 1.7;
}

.srv-content blockquote strong,
.srv-content blockquote b {
  color: var(--srv-accent);
}

.srv-content pre {
  margin: 1.75rem 0;
  padding: 1.1rem 1.25rem;
  overflow-x: auto;
  background: #0a192f;
  color: #e2e8f0;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 10px 30px rgba(10, 22, 40, 0.12);
  line-height: 1.65;
  font-size: .95rem;
}

.srv-content code {
  background: rgba(11, 60, 112, 0.08);
  color: var(--srv-text);
  padding: .15rem .4rem;
  border-radius: 6px;
  font-size: .92em;
}

.srv-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
}

.srv-content hr {
  border: 0;
  height: 1px;
  margin: 2.25rem 0;
  background: linear-gradient(90deg, transparent, var(--srv-border), transparent);
}

.srv-content .content-note,
.srv-content .content-warning,
.srv-content .content-tip {
  margin: 1.75rem 0;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--srv-border);
  box-shadow: 0 10px 26px rgba(10, 22, 40, 0.05);
}

.srv-content .content-note {
  background: linear-gradient(180deg, rgba(11, 60, 112, 0.08), rgba(11, 60, 112, 0.03));
  border-left: 4px solid var(--srv-accent);
}

.srv-content .content-warning {
  background: linear-gradient(180deg, rgba(251, 146, 60, 0.12), rgba(251, 146, 60, 0.05));
  border-left: 4px solid #f97316;
}

.srv-content .content-tip {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.1), rgba(45, 212, 191, 0.04));
  border-left: 4px solid #0f766e;
}

.srv-content .content-note > :last-child,
.srv-content .content-warning > :last-child,
.srv-content .content-tip > :last-child {
  margin-bottom: 0;
}

.srv-content .content-note strong,
.srv-content .content-warning strong,
.srv-content .content-tip strong {
  color: inherit;
}

.srv-content .content-callout {
  margin: 1.75rem 0;
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 18px;
  border: 1px solid var(--srv-border);
  box-shadow: 0 10px 26px rgba(10, 22, 40, 0.05);
}

.srv-content .content-callout__head {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .75rem;
}

.srv-content .content-callout__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  background: rgba(255,255,255,.7);
}

.srv-content .content-callout__icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
  fill: currentColor;
}

.srv-content .content-callout__title {
  font-size: .92rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.srv-content .content-callout__body > :last-child {
  margin-bottom: 0;
}

/* ---------- Grids ---------- */

.srv-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

/* ---------- Card ---------- */

.srv-card {
  background: #fff;
  border: 1px solid var(--srv-border);
  padding: 1.5rem;
  text-decoration: none;
  display: block;
}

.srv-card h3 {
  font-family: var(--srv-heading-font);
  font-size: 1.15rem;
  margin: 0 0 .4rem;
  color: var(--heading-color, var(--srv-text));
}

.srv-card p {
  font-size: .92rem;
  color: var(--srv-text-muted);
  line-height: 1.6;
  margin: 0;
}

.srv-card-bordered {
  border-top: 3px solid var(--srv-accent);
}

.srv-card-accent {
  text-align: center;
  padding: 2rem 1.25rem;
}

.srv-card-accent h3 {
  font-family: inherit;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--srv-text-muted);
  margin-bottom: .5rem;
  font-weight: 600;
}

.srv-card-accent p {
  font-size: 1rem;
  color: var(--srv-text);
  font-weight: 500;
}

.srv-card-link {
  transition: box-shadow .2s, transform .2s;
}

.srv-card-link:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  transform: translateY(-3px);
}

.srv-card-icon {
  display: block;
  font-size: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--srv-accent);
  margin-bottom: .6rem;
}

.srv-prov-icon {
  font-size: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--srv-accent);
  margin-bottom: .5rem;
}

/* ---------- Why Choose ---------- */

.srv-section.srv-why-choose {
  background: #0a192f;
  color: #fff;
}

.srv-why-choose .srv-section-head h2 {
  color: #fff;
}

.srv-why-choose .srv-section-head p {
  color: rgba(255,255,255,.68);
}

.srv-card-why {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
}

.srv-card-why h3 {
  color: #fff;
}

.srv-card-why p {
  color: rgba(255,255,255,.65);
}

.srv-why-icon {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  color: #25d366;
  margin-bottom: .6rem;
}

/* ---------- Checklist ---------- */

.srv-checklist {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  max-width: 700px;
}

.srv-check-item {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--srv-border);
}

.srv-check-icon {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #28a745;
  flex-shrink: 0;
  margin-top: 2px;
}

.srv-check-item strong {
  display: block;
  font-size: .95rem;
  color: var(--srv-text);
  margin-bottom: 2px;
}

.srv-check-item p {
  margin: 0;
  font-size: .88rem;
  color: var(--srv-text-muted);
  line-height: 1.5;
}

/* ---------- Process Steps ---------- */

.srv-process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.srv-process-step {
  text-align: center;
  padding: 2rem 1.25rem;
  background: #fff;
  border: 1px solid var(--srv-border);
  position: relative;
}

.srv-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  font-weight: 700;
  background: var(--srv-accent-light);
  color: var(--srv-accent);
  margin-bottom: .75rem;
}

.srv-process-step h3 {
  font-family: var(--srv-heading-font);
  font-size: 1.1rem;
  margin: 0 0 .4rem;
  color: var(--srv-text);
}

.srv-process-step p {
  font-size: .88rem;
  color: var(--srv-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ---------- Pricing ---------- */

.srv-pricing-card {
  max-width: 500px;
  background: #fff;
  border: 2px solid var(--srv-accent);
  padding: 2rem;
  text-align: center;
}

.srv-price-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .4rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}

.srv-price-label {
  font-size: .85rem;
  color: var(--srv-text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.srv-price-value {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--srv-accent);
  line-height: 1;
}

.srv-price-unit {
  font-size: 1.1rem;
  color: var(--srv-text-muted);
  font-weight: 500;
}

.srv-price-note {
  font-size: .88rem;
  color: var(--srv-text-muted);
  line-height: 1.6;
  margin: .5rem 0 0;
  font-style: italic;
}

/* ---------- Coverage ---------- */

.srv-coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem; align-items: flex-start;
}

.srv-location-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: .45rem 1rem;
  border: 1px solid var(--srv-border);
  font-size: .9rem;
  color: var(--srv-text);
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;

  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.carenext-faq-q > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.srv-location-tag .dashicons {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  color: var(--srv-accent);
}

.srv-home-visit-note {
  margin-top: 1rem;
  font-size: .95rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ---------- FAQ ACCORDION COMPONENT ---------- */

.srv-faq {
  background: transparent;
}

.carenext-faq-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.carenext-faq-accordion__head {
  text-align: left;
  margin-bottom: 2rem;
}

.carenext-faq-accordion__title {
  font-family: var(--srv-heading-font);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.1;
  color: var(--srv-text);
  margin: 0 0 .5rem;
}

.carenext-faq-accordion__subtitle {
  margin: 0;
  color: var(--srv-text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.carenext-faq-accordion__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--srv-border);
}

.carenext-faq-item {
  border-bottom: 1px solid var(--srv-border);
  background: transparent;
  transition: background-color 0.2s ease;
}

.carenext-faq-q {
  width: 100%;
  padding: 1.25rem 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  text-align: left;
  color: var(--srv-text);
  font-family: var(--srv-body-font);
  font-size: 1.1rem;
  font-weight: 600;
  word-break: break-word;
  hyphens: auto;
}

/* Ensure the question text flexibly wraps */
.carenext-faq-q > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

/* Toggle stays right‑aligned */
.carenext-faq-toggle {
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
}

/* Mobile tweaks – ensure padding doesn’t shrink content */
@media (max-width: 480px) {
  .carenext-faq-q {
    padding: 0.75rem 0;
    font-size: 1rem;
  }
  .carenext-faq-a p {
    padding: 0 0 0.75rem 0;
    font-size: 0.95rem;
  }
}

.carenext-faq-q > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.carenext-faq-toggle {
  flex-shrink: 0;
  margin-left: auto;
}




.carenext-faq-toggle {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: auto;
}

/* Ensure question text takes remaining space */


/* Keep toggle size fixed */
.carenext-faq-toggle {
  flex-shrink: 0;
}

.carenext-faq-item.open .carenext-faq-q {
  color: var(--srv-accent);
}

.carenext-faq-toggle {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  position: relative;
  transition: transform .3s ease;
}


.carenext-faq-toggle::before,
.carenext-faq-toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--srv-text);
  transition: transform .3s ease, background-color .3s ease, opacity .3s ease;
}

.carenext-faq-toggle::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.carenext-faq-toggle::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.carenext-faq-item.open .carenext-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.carenext-faq-item.open .carenext-faq-toggle::before {
  transform: translate(-50%, -50%) rotate(180deg);
  background-color: var(--srv-accent);
}

.carenext-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}

.carenext-faq-item.open .carenext-faq-a {
  /* Height is overridden dynamically by JS, this is just a CSS fallback */
  max-height: 1000px;
}

.carenext-faq-a p {
  padding: 0 0 1.25rem 0;
  margin: 0;
  color: var(--srv-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: anywhere;
  white-space: normal;
}

/* ---------- Related ---------- */

.srv-related-img {
  margin-bottom: .75rem;
}

.srv-related-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.srv-card-link h3 {
  font-size: 1.1rem;
  font-family: var(--heading-font), serif;
}

.srv-card-link p {
  font-size: .88rem;
}

/* ---------- Final CTA ---------- */

.srv-section.srv-cta {
  background: #0a192f;
  color: #fff;
  text-align: center;
}

.srv-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}

.srv-cta-inner h2 {
  font-family: var(--heading-font), serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  margin: 0 0 .75rem;
  color: #fff;
}

.srv-cta-inner p {
  color: rgba(255,255,255,.7);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.srv-cta-inner .srv-hero-actions {
  justify-content: center;
}

/* ---------- Sidebar Layout ---------- */

.srv-layout-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 0;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.srv-layout-main {
  min-width: 0;
  padding-right: 3rem;
}

.srv-layout-main .srv-section {
  padding: 2.5rem 0;
}

.srv-layout-main .srv-section:first-child {
  padding-top: 4rem;
}

.srv-sidebar {
  min-width: 0;
}

.srv-sidebar-inner {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 4rem 0 2rem;
}

/* ---------- Sidebar Cards ---------- */

.srv-side-card {
  background: #fff;
  border: 1px solid var(--srv-border);
  padding: 1.25rem;
}

.srv-side-price {
  text-align: center;
  border: 2px solid var(--srv-accent);
}

.srv-side-label {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--srv-text-muted);
  font-weight: 600;
  margin-bottom: 4px;
}

.srv-side-amount {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--srv-accent);
  line-height: 1.1;
}

.srv-side-note {
  font-size: .82rem;
  color: var(--srv-text-muted);
  margin: .5rem 0 0;
  font-style: italic;
}

/* ---------- Sidebar CTAs ---------- */

.srv-side-ctas {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  border: none;
  padding: 0;
}

.srv-side-ctas .srv-btn-block {
  justify-content: center;
}

.srv-side-call {
  display: flex;
  align-items: center;
  gap: .4rem;
  background: transparent;
  color: var(--srv-accent);
  border-color: var(--srv-accent);
}

.srv-side-call:hover {
  background: var(--srv-accent);
  color: #fff;
  border-color: var(--srv-accent);
}

.srv-side-call .dashicons {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}

/* ---------- Sidebar Details List ---------- */

.srv-side-card h4 {
  font-family: var(--srv-heading-font);
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--srv-text);
  margin: 0 0 .75rem;
  font-weight: 600;
}

.srv-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.srv-side-list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--srv-text);
  line-height: 1.4;
}

.srv-side-list .dashicons {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  color: var(--srv-accent);
  flex-shrink: 0;
}

.srv-side-more {
  color: var(--srv-text-muted);
  font-size: .82rem;
}

/* ---------- Sidebar Trust ---------- */

.srv-side-trust {
  text-align: center;
  background: var(--srv-accent-light);
  border: none;
}

.srv-side-trust .dashicons {
  font-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--srv-accent);
  margin-bottom: .3rem;
}

.srv-side-trust p {
  font-size: .82rem;
  color: var(--srv-text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ---------- Responsive ---------- */

@media (max-width: 1200px) {
  .srv-layout-wrap {
    grid-template-columns: 1fr 280px;
  }

  .srv-layout-main {
    padding-right: 2rem;
  }
}

@media (max-width: 1024px) {
  .srv-layout-wrap {
    grid-template-columns: 1fr;
  }

  .srv-layout-main {
    padding-right: 0;
  }

  .srv-layout-main .srv-section:first-child {
    padding-top: 2.5rem;
  }

  .srv-sidebar-inner {
    position: static;
    padding: 0 0 2rem;
  }

  .srv-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srv-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .srv-section {
    padding: 2.5rem 0;
  }

  .srv-layout-main .srv-section {
    padding: 1.5rem 0;
  }

  .srv-layout-main .srv-section:first-child {
    padding-top: 2rem;
  }

  .srv-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srv-quick-card {
    border-right: 0;
    border-bottom: 1px solid var(--srv-border);
  }

  .srv-quick-card:nth-child(even) {
    border-left: 1px solid var(--srv-border);
  }

  .srv-grid-3 {
    grid-template-columns: 1fr;
  }

  .srv-process-steps {
    grid-template-columns: 1fr;
  }

  .srv-hero-inner {
    padding: 3.5rem 0 2.5rem;
  }
}

@media (max-width: 480px) {
  .carenext-faq-q {
    padding: 0.75rem 0;
    font-size: 1rem;
    flex-wrap: wrap;
  }
  .carenext-faq-a p {
    padding: 0 0 0.75rem 0;
    font-size: 0.95rem;
  }
}

/* ---------- WhatsApp SVG icon ---------- */

.srv-btn-whatsapp svg {
  flex-shrink: 0;
}

/* ---------- Booking Modal ---------- */

.srv-modal-overlay {
  --srv-accent: var(--ocean, #0b3c70);
  --srv-accent-light: var(--ocean-pale, #e8f4f8);
  --srv-text: var(--ink, #1d2327);
  --srv-text-muted: var(--ink-3, #646970);
  --srv-border: #d4dae2;
  --srv-bg-alt: #f7f9fc;
  --srv-heading-font: var(--heading-font, 'Cormorant Garamond'), serif;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, .6);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.srv-modal-overlay.srv-modal-open {
  display: flex;
}

.srv-modal {
  background: #fff;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.srv-modal-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  background: var(--srv-bg-alt);
  border: 1px solid var(--srv-border);
  cursor: pointer;
  color: var(--srv-accent);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
  border-radius: 100%;
  transition: background .2s, color .2s;
  font-size: 1.35rem;
  line-height: 1;
}

.srv-modal-close:hover {
  background: var(--srv-accent);
  color: #fff;
  border-color: var(--srv-accent);
}

.srv-modal-body {
  padding: 2.5rem 2rem 2rem;
}

.srv-modal-body h3 {
  font-family: var(--srv-heading-font);
  font-size: 1.5rem;
  margin: 0 0 .3rem;
  color: var(--heading-color, var(--srv-text));
}

.srv-modal-body > p {
  font-size: .9rem;
  color: var(--paragraph-color, var(--srv-text-muted));
  margin: 0 0 1.25rem;
}

/* ---------- Modal Form ---------- */

.srv-booking-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.srv-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.srv-field label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--srv-text);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.srv-req {
  color: #d63638;
}

.srv-field input,
.srv-field select,
.srv-field textarea {
  width: 100%;
  padding: .65rem .85rem;
  border: 1px solid var(--srv-border);
  font-size: .92rem;
  font-family: inherit;
  color: var(--srv-text);
  transition: border-color .2s;
}

.srv-field input:focus,
.srv-field select:focus,
.srv-field textarea:focus {
  outline: none;
  border-color: var(--srv-accent);
}

.srv-field input[readonly] {
  background: var(--srv-bg-alt);
  cursor: not-allowed;
  opacity: .75;
}

.srv-btn-block {
  width: 100%;
  justify-content: center;
  padding: .8rem 1.5rem;
}

/* ---------- Modal Messages ---------- */

.srv-booking-form-msg {
  display: none;
}

.srv-booking-form-msg:has(p) {
  display: block;
}

.srv-msg-success {
  padding: .75rem 1rem;
  background: #edfaf0;
  border: 1px solid #b8e6c1;
  color: #1a7a36;
  font-size: .9rem;
}

.srv-msg-error {
  padding: .75rem 1rem;
  background: #fcf0f1;
  border: 1px solid #e8b4b8;
  color: #b32d2e;
  font-size: .9rem;
}

.srv-booking-form-msg p {
  margin: 0;
}

@media (max-width: 480px) {
  .srv-modal-body {
    padding: 1.5rem;
  }
}

/* ---------- Mobile Sticky Bar ---------- */

.srv-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
  border-top: 1px solid var(--srv-border, #d4dae2);
  box-shadow: 0 -2px 12px rgba(0,0,0,.08);
}

.srv-mob-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .7rem .5rem;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--srv-text, #1d2327);
  transition: background .2s;
}

.srv-mob-call {
  color: var(--srv-accent, #0b3c70);
}

.srv-mob-whatsapp {
  background: #25d366;
  color: #fff;
}

.srv-mob-book {
  background: var(--srv-accent, #0b3c70);
  color: #fff;
}

@media (max-width: 1024px) {
  .srv-mobile-bar {
    display: flex;
  }
}

@media (max-width: 480px) {
  .srv-mobile-bar {
    display: flex;
  }
}

/* Service Locations */
.srv-loc-hero {
  padding: 84px 5vw 28px;
  background: linear-gradient(180deg, #f6f8fb 0%, #f9fbfd 100%);
}

.srv-loc-hero .display {
  font-family: var(--heading-font, 'Cormorant Garamond'), serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: var(--ink);
}

.srv-loc-grid,
.srv-loc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.srv-loc-card {
  background: #fff;
  border: 1px solid rgba(10, 22, 40, 0.08);
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.srv-loc-card:hover {
  box-shadow: 0 10px 28px rgba(10, 22, 40, 0.08);
}

.srv-loc-card__link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.srv-loc-card__media {
  aspect-ratio: 16 / 10;
  background: var(--ocean-pale, #e8f4f8);
  overflow: hidden;
}

.srv-loc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.srv-loc-card__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ocean, #0b3c70);
  font-size: 2rem;
}

.srv-loc-card__body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.srv-loc-card__body h2 {
  margin: 0 0 .35rem;
  font-size: 1.2rem;
  color: var(--ink);
}

.srv-loc-card__meta,
.srv-loc-card__count {
  font-size: .82rem;
  color: var(--ocean, #0b3c70);
  margin: 0 0 .5rem;
}

.srv-loc-card__excerpt {
  font-size: .9rem;
  color: var(--ink-3);
  line-height: 1.6;
  margin: 0;
}

.srv-loc-service-card {
  background: var(--ocean-pale, #e8f4f8);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
}

.srv-loc-service-card h3 {
  margin: 0 0 .65rem;
  font-size: 1.1rem;
}

.srv-loc-service-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.srv-loc-service-card p {
  margin: 0 0 .85rem;
  color: var(--ink-3);
  line-height: 1.65;
  font-size: .92rem;
}

.srv-loc-service-card__link {
  font-size: .86rem;
  font-weight: 600;
  color: var(--ocean, #0b3c70);
  text-decoration: none;
}

.srv-loc-cta__card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(10, 22, 40, 0.08);
  padding: 2rem 1.5rem;
}

.srv-loc-cta__actions {
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.srv-loc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.5rem;
}

.srv-loc-aside-card {
  background: #fff;
  border: 1px solid rgba(10, 22, 40, 0.08);
  padding: 1.1rem 1.15rem;
  margin-bottom: 1rem;
}

.srv-loc-aside-card h3 {
  margin: 0 0 .5rem;
  font-size: 1rem;
}

.srv-loc-aside-card p {
  margin: 0 0 .75rem;
  color: var(--ink-3);
  font-size: .9rem;
  line-height: 1.6;
}

.srv-loc-empty {
  text-align: center;
  color: var(--ink-3);
}

@media (max-width: 900px) {
  .srv-loc-grid,
  .srv-loc-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srv-loc-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .srv-loc-grid,
  .srv-loc-service-grid {
    grid-template-columns: 1fr;
  }
}
