/* ============================================================
   Page-specific styles: service-group
   Extracted from inline <style> blocks. Loads AFTER
   service-pages-shared.css - order preserved from the original page.
   ============================================================ */

:root {
            --brand-primary: #066D77;
            --brand-primary-rgb: 6, 109, 119;
            --brand-dark: #066D77;
            --brand-soft: #f4fcfc;
            --text-title: #1a1a1a;
            --text-body: #4a4a4a;
            --text-light: #6b7280;
            --white: #ffffff;
            --bg-gray: #f9fafb;
            --border-ui: #e5e7eb;
            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
            --shadow-md: 0 4px 20px -2px rgba(0, 0, 0, 0.08);
            --shadow-lg: 0 20px 40px -4px rgba(0, 0, 0, 0.12);
            --radius-md: 16px;
            --radius-lg: 32px;
            --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

@media (max-width: 768px) {
            .hero-background { animation: none; transform: scale(1); filter: brightness(0.8); }
        }

.hero-breadcrumb a:hover { color: #ffffff !important; }

@media (max-width: 767px) {
            .hero-breadcrumb { bottom: 24px; font-size: 0.75rem; }
        }

.hero-title {
            font-size: 4.5rem !important;
            line-height: 1.05;
            margin-bottom: 25px;
            color: #ffffff !important;
            font-weight: 500 !important;
        }

.hero-desc-wrapper {
            font-size: 1.25rem;
            color: #ffffff !important;
            max-width: 800px;
            margin-bottom: 45px;
            font-weight: 500;
        }

/* Right Content Box */
.transformation-desc-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px;
    max-height: 260px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

/* Button */
.transformation-read-more {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #ffffff40;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.transformation-read-more:hover {
    background: #ffffff;
    color: #2e2e2e;
}

.transformation-read-more {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            font-weight: 700;
            text-decoration: none;
            margin-top: 30px;
            font-size: 1.1rem;
            transition: var(--transition);
            border-bottom: 2px solid #ffffff;
            border-left: none;
            border-right: none;
            border-top: none;
            padding-bottom: 5px;
            background: none;
            cursor: pointer;
        }

.transformation-read-more:hover {
            color: #009095;
            gap: 15px;
            border-bottom-color: #066D77;
        }

/* Collapsible desc wrapper */
        .transformation-desc-wrapper {
            overflow: hidden;
            max-height: 130px;
            transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
        }

/* 4. IMAGE + STRATEGY SECTION STRUCTURE (NEW) */
        :root {
            --primary-teal: #066D77;
            --light-teal-badge: #e6f3f3;
            --text-badge: #4c9696;
            --text-main: #6b6b6b;
            --text-heading: #2d2d2d;
            --card-bg: #ffffff;
            --transition: all 0.4s ease-in-out;
        }

.leader-name-bold {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 2px;
        }

.leader-contact-links {
            display: flex;
            gap: 15px;
            align-items: center;
        }

.contact-link-icon {
            color: #1a1a1a;
            font-size: 1.1rem;
            text-decoration: none;
            transition: var(--transition);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #f3f4f6;
        }

.contact-link-icon:hover {
            background: #2e2e2e;
            color: #ffffff;
            transform: translateY(-2px);
        }

.contact-link-icon.whatsapp-color:hover {
            background: #25D366;
        }

@media (max-width: 991px) {
            .help-flex {
                flex-direction: column;
                gap: 50px;
            }

            .leader-sidebar {
                width: 100%;
                padding-top: 0;
            }
            .service-hero{
                padding: 120px 0 80px;

            }

        }

.faq-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f8fafc;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #009095;
            transition: var(--transition);
            font-size: 0.9rem;
        }

.faq-item.active .faq-icon {
            background: #009095;
            color: #ffffff;
            transform: rotate(180deg);
        }

@media (max-width: 768px) {
            .faq-question {
                font-size: 1.2rem;
            }
        }

.ey-related-card .rc-actions {
            margin-top: 20px;
        }

.ey-related-card .ey-related-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.35);
            color: #ffffff;
            padding: 14px 22px;
            border-radius: 999px;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            transition: all 0.3s ease;
        }

.ey-related-card .ey-related-btn i {
            transition: transform 0.3s ease;
        }

.ey-related-card:hover .ey-related-btn {
            background: rgba(255, 255, 255, 0.2);
        }

.ey-related-card:hover .ey-related-btn i {
            transform: translateX(4px);
        }

@media (max-width: 991px) {
            .related-content-block {
                padding-left: 0;
                margin-top: 80px;
            }

            .ey-related-card {
                height: 500px;
            }
        }

.leader-name-bold {
            font-size: 1.15rem;
            font-weight: 800;
            color: #1a1a1a;
            margin-bottom: 2px;
        }

@media (max-width: 768px) {
            .bottom-interests {
                padding: 80px 0;
            }
        }

@media (max-width: 991px) {
            .help-list-section h2 {
                font-size: 2.5rem;
            }

            .transformation-section {
                padding: 30px 0;

            }
            .transformation-section h2 {
                font-size: 2.2rem;
            }
        }

/* Swiper Container */
        .mag-swiper-container {
            /* width: 100%; */
            padding-right: 60px;
            overflow: visible !important;
            /* Allow cards to overflow container */
        }

/* Continuous sliding effect (Marquee) */
        .mag-swiper-container .swiper-wrapper {
            transition-timing-function: ease-in !important;
            max-height: 85%;
        }

.mag-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }

/* Card Eyebrow (Pill) */
        .mag-card-eyebrow {
            display: inline-block;
            background: #e0f2f1;
            color: #00796b;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;

            letter-spacing: 0.15em;
            padding: 8px 22px;
            border-radius: 30px;
            margin-bottom: 30px;
            width: fit-content;

        }

/* --- Responsive --- */
        @media (max-width: 1200px) {
            .mag-image-side {
                flex: 0 0 38%;
            }

            .mag-card {
                padding: 40px 30px;
            }
        }

@media (max-width: 991px) {
            .mag-container {
                flex-direction: column;
                width: 100%;
                gap: 30px;
            }
            .mag-image-container {
                max-height: 400px;
            }

            .mag-image-side {
                width: 100%;
                height: 450px;
            }

            .mag-content-side {
                padding: 40px 20px 60px;
                height: auto;
                min-height: unset;
            }

            .mag-swiper-container {
                overflow: hidden !important;
                touch-action: pan-y;
                padding-right: 0;
            }

            .mag-swiper-container .swiper-wrapper {
                align-items: stretch;
            }

            .swiper-slide {
                height: auto;
            }

            .mag-card {
                min-height: 320px;
                margin-left: 0;
                width: 100%;
                padding: 32px 24px;
                border-radius: 20px;
                transform: none !important;
            }

            .mag-card-eyebrow {
                font-size: 0.7rem;
                padding: 6px 18px;
            }

            .mag-card .mag-desc {
                font-size: 0.95rem;
                overflow: visible;
            }
        }

@media (max-width: 575px) {
            .mag-card { min-height: 260px; padding: 24px 20px; }
            .mag-image-side { height: 280px; }
        }

.glass-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;

    color: #fff;
    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    cursor: pointer;
    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;
}

/* ── PREMIUM INTRO SECTION ─────────────────────────────────────── */
.premium-intro.light-theme {
    background: #ffffff;
    color: #1a2b2c;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

/* Subtle teal wash blob behind the left content */
.premium-intro.light-theme::before {
    content: '';
    position: absolute;
    top: -120px; left: -180px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(6,109,119,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.intro-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}

/* Left panel — vertical accent + body copy */
.intro-content {
    position: relative;
    padding-left: 28px;
}

.intro-content::before {
    content: '';
    position: absolute;
    left: 0; top: 4px; bottom: 4px;
    width: 3px;
    background: linear-gradient(180deg, #066D77 0%, #cf2732 100%);
    border-radius: 3px;
}

.lead-text {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.85;
    margin-bottom: 36px;
    max-width: 540px;
}

.lead-text p  { margin-bottom: 1em; }

.lead-text p:last-child { margin-bottom: 0; }

.lead-text strong { color: #066D77; font-weight: 700; }

.lead-text ul { padding-left: 20px; margin-bottom: 1em; }

.lead-text li { margin-bottom: 6px; }

/* CTA button — compact pill with arrow */
.btn-explore-sg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #066D77;
    color: #ffffff;
    padding: 11px 22px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    border: 2px solid #066D77;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-explore-sg i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.btn-explore-sg:hover {
    background: transparent;
    color: #066D77;
    box-shadow: 0 6px 20px rgba(6,109,119,0.22);
    transform: translateY(-2px);
}

.btn-explore-sg:hover i { transform: translateX(5px); }

/* ── RIGHT PANEL: Feature cards ───────────────────────────────── */
.intro-visual { position: relative; }

.scroll-wrapper {
    height: 420px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 8%, black 92%, transparent);
}

.scroll-track {
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: scrollVertical 45s linear infinite;
}

.scroll-track.no-scroll { animation: none; }

.scroll-track:hover     { animation-play-state: paused; }

@keyframes scrollVertical {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* Individual card */
.feature-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #066D77;
    border-radius: 12px;
    padding: 18px 22px;
    transition: all 0.3s ease;
    cursor: default;
}

.feature-card:hover {
    background: #ffffff;
    border-left-color: #cf2732;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    transform: translateX(6px);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.card-num {
    font-weight: 800;
    color: #066D77;
    font-size: 0.72rem;
    background: #e0f2f1;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.feature-card h4 {
    margin: 0;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.feature-card p {
    font-size: 0.855rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* ── MOBILE: horizontal swipe carousel ───────────────────────── */
@media (max-width: 767px) {
    .premium-intro.light-theme { padding: 60px 0; }

    .intro-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .intro-content { padding-left: 20px; }

    .lead-text { font-size: 1rem; margin-bottom: 28px; }

    /* Disable vertical scroll, switch to horizontal swipe */
    .scroll-wrapper {
        height: auto;
        overflow: visible;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .scroll-track {
        animation: none !important;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 12px;
        padding-bottom: 4px;
    }

    .scroll-track::-webkit-scrollbar { display: none; }

    .feature-card {
        flex: 0 0 80%;
        scroll-snap-align: start;
        transform: none !important;
        min-height: 120px;
    }
}

@media (max-width: 767px) {
    .hero-title { font-size: 2.4rem !important; line-height: 1.15; }
    .hero-desc-wrapper { font-size: 1rem; margin-bottom: 30px; }
}

/* Stats (kept for compatibility) */
.stats-mini { display: flex; gap: 40px; margin-bottom: 40px; }

.stat-num   { font-size: 1.5rem; font-weight: 800; color: #066D77; display: block; }

.stat-divider { width: 1px; background: #ccc; height: 40px; }

.eyebrow    { color: #cf2732; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; font-weight: 800; margin-bottom: 15px; display: block; }

.primary-text { color: #066D77; }

:root {
  --navy: #0b1f3a;
  --navy-mid: #152c4e;
  --teal: #0a7a6e;
  --gold: #d4af37;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-600: #4b5563;
  --radius-md: 12px;
  --transition: all 0.3s ease;
}

/* Section Container */
.services-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  background: var(--white);
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}

/* Service cards grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

/* Standard service card */
.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 28px 24px 22px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  cursor: pointer; text-decoration: none;
  display: flex; flex-direction: column; gap: 10px;
  position: relative; overflow: hidden;
  min-height: 200px;
}

/* Background image layer — hidden by default, revealed on hover */
.service-card-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity .45s ease;
}

/* Dark gradient overlay that sits on top of the image to keep text legible */
.service-card-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(11, 31, 58, 0.82) 0%,
    rgba(10, 122, 110, 0.70) 100%
  );
}

/* Left accent bar */
.service-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--teal); transform: scaleY(0);
  transform-origin: bottom; transition: transform .35s ease;
  z-index: 2;
}

/* Hover state */
.service-card:hover {
  border-color: var(--teal);
  box-shadow: 0 12px 40px rgba(10,122,110,.22);
  transform: translateY(-4px);
}

.service-card:hover .service-card-bg { opacity: 1; }

.service-card:hover::before { transform: scaleY(1); }

/* On hover — flip text colours to white for contrast over image */
.service-card:hover .service-card-title { color: var(--white); }

.service-card:hover .service-card-desc  { color: rgba(255,255,255,.82); }

.service-card:hover .service-card-tag   { color: rgba(255,255,255,.55); }

.service-card:hover .service-card-footer { border-color: rgba(255,255,255,.18); }

/* All content must sit above the image layer */
.service-card-body,
.service-card-footer { position: relative; z-index: 1; }

.service-card-title {
  font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 700;
  color: var(--navy); margin-bottom: 8px; line-height: 1.3;
  transition: color .3s ease;
}

.service-card-desc {
  font-size: .85rem; color: var(--gray-600); line-height: 1.6;
  transition: color .3s ease;
}

.service-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 15px; border-top: 1px solid var(--gray-100);
  transition: border-color .3s ease;
}

.service-card-tag {
  font-size: .7rem; font-family: 'Outfit', sans-serif; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--gray-400);
  transition: color .3s ease;
}

.service-card-arrow {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1.5px solid var(--gray-200);
  display: flex; align-items: center; justify-content: center;
  color: var(--gray-400); font-size: .9rem;
  transition: var(--transition); position: relative; z-index: 1;
}

.service-card:hover .service-card-arrow {
  background: var(--white); border-color: var(--white); color: var(--teal);
}

/* FEATURED card (larger, accent background — always dark, has its own image) */
.service-card.featured {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-color: transparent; color: var(--white);
  grid-column: span 2;
}

.service-card.featured .service-card-bg::after {
  background: linear-gradient(160deg, rgba(11,31,58,.88) 0%, rgba(10,122,110,.65) 100%);
}

.service-card.featured::before { background: var(--gold); }

.service-card.featured .service-card-title { color: var(--white); }

.service-card.featured .service-card-desc  { color: rgba(255,255,255,.65); }

.service-card.featured .service-card-footer { border-color: rgba(255,255,255,.1); }

.service-card.featured .service-card-tag   { color: rgba(255,255,255,.4); }

.service-card.featured .service-card-arrow { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.7); }

.service-card.featured:hover .service-card-arrow { background: var(--gold); border-color: var(--gold); color: var(--white); }

.featured-badge {
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  position: absolute; top: 20px; right: 20px; z-index: 2;
}

/* Featured always shows its bg image at low opacity, full on hover */
.service-card.featured .service-card-bg { opacity: .35; }

.service-card.featured:hover .service-card-bg { opacity: 1; }

/* ── Mobile carousel ─────────────────────────────────────────── */
@media (max-width: 767px) {
    .services-section { padding: 60px 0 40px; }

    .services-carousel-wrapper { position: relative; }

    .services-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 14px;
        padding: 0 20px 4px;
        margin-top: 32px;
    }
    .services-grid::-webkit-scrollbar { display: none; }

    .service-card {
        flex: 0 0 82%;
        scroll-snap-align: start;
        min-height: 230px;
    }
    .service-card.featured {
        flex: 0 0 88%;
        grid-column: unset !important;
    }
    .view-all-services-btn { display: none; }

    /* Pagination dots */
    .services-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        padding: 0 20px;
    }
    .services-dot {
        width: 8px; height: 8px;
        border-radius: 50%;
        background: #d1d5db;
        cursor: pointer;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }
    .services-dot.active {
        width: 24px;
        border-radius: 4px;
        background: var(--teal, #0a7a6e);
    }
}

@media (min-width: 768px) {
    .services-dots { display: none; }
}

.sg-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 22px;
    background: #066D77;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sg-view-all-btn:hover {
    background: #088a95;
    color: #fff;
    transform: translateY(-1px);
}

:root {
    --process-bg: #fdfdfd;
    --process-primary: #066D77;
    --process-primary-rgb: 6, 109, 119;
    --process-accent: #cf2732;
    --process-text: #0f172a;
    --process-muted: #64748b;
    --glass-card: rgba(255, 255, 255, 0.45);
    --glass-border: rgba(255, 255, 255, 0.8);
    --inner-glow: inset 0 0 20px rgba(255, 255, 255, 0.5);
    --premium-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.05);
    --hover-shadow: 0 50px 100px -20px rgba(6, 109, 119, 0.12);
  }

.process-section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
  }

.process-section {
    padding: 80px 0;
    background: var(--process-bg);
    position: relative;
    overflow: hidden;
  }

/* Animated Background Blobs */
  .blob-container {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: blobFloat 20s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
  }

.blob-1 {
    width: 400px;
    height: 400px;
    background: rgba(6, 109, 119, 0.1);
    top: -100px;
    left: -100px;
  }

.blob-2 {
    width: 500px;
    height: 500px;
    background: rgba(207, 39, 50, 0.05);
    bottom: -150px;
    right: -100px;
    animation-delay: -5s;
  }

@keyframes blobFloat {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(100px, 50px) scale(1.1); }
  }

.process-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
  }

.process-eyebrow {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--process-accent);
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 16px;
    background: rgba(207, 39, 50, 0.05);
    border-radius: 50px;
  }

.process-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: var(--process-text);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
  }

.process-title em {
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    color: var(--process-primary);
    position: relative;
  }

.process-title em::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(6, 109, 119, 0.08);
    z-index: -1;
  }

.process-subtitle {
    font-size: 1.25rem;
    color: var(--process-muted);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
  }

.process-grid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 28px;
    width: 80vw;          /* 80% of the page width */
    max-width: 80vw;
    left: 50%;            /* break out of the .container and center on the page */
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
  }

.process-grid::before {
    content: '';
    position: absolute;
    left: 22px;
    right: 22px;
    top: 21px;
    height: 2px;
    background: linear-gradient(90deg, #2e8b80 0%, #c5a560 100%);
    opacity: 0.65;
    z-index: 0;
  }

.process-card {
    position: relative;
    width: 150px;
    flex: 0 0 150px;
    text-align: center;
    padding: 0 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 1;
  }

.card-shine,
  .step-icon {
    display: none;
  }

.step-num-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }

.step-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #2e8b80;
    background: #f8fbfb;
    color: #2e8b80;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.02em;
  }

.process-card h4 {
    font-size: 0.96rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    color: #102a43;
  }

.process-card p {
    font-size: 0.78rem;
    color: #5b6777;
    line-height: 1.45;
    margin: 0;
  }

@media (max-width: 1200px) {
    .process-grid {
      flex-wrap: wrap;
      gap: 24px 18px;
      width: 100%;
      max-width: 100%;
      left: auto;
      transform: none;
      margin: 0 auto;
    }

    .process-grid::before {
      display: none;
    }
  }

@media (max-width: 768px) {
    .process-section { padding: 90px 0; }

    .process-grid {
      justify-content: center;
    }
  }

@media (max-width: 560px) {
    .process-grid {
      gap: 18px;
      width: 100%;
    }

    .process-card {
      width: 100%;
      flex: 0 0 100%;
    }
  }

.mag-swiper-container {
    overflow: hidden;    /* clips any peeking clone slides */
}

.mag-swiper-container .swiper-slide {
    width: 100% !important;   /* force full width per slide */
    flex-shrink: 0;
}

/* Linked service shown under a process step */
.process-svc {
  display: block;
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(6, 109, 119, 0.06);
  border-left: 3px solid #066D77;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s ease;
}
.process-svc:hover { background: rgba(6, 109, 119, 0.13); }
.process-svc-name {
  display: block;
  font-weight: 700;
  color: #066D77;
  font-size: .9rem;
  margin-bottom: 4px;
}
.process-svc-desc {
  display: block;
  color: #475569;
  font-size: .8rem;
  line-height: 1.55;
}

/* ── Service Details Band (light replacement for the old intro + pillar) ── */
.service-detail-band {
  background: #f6f8f9;
  padding: 84px 0;
  color: #0b0f14;
}
.service-detail-band .sdb-header h1,
.service-detail-band .sdb-header h2,
.service-detail-band .sdb-header h3,
.service-detail-band .sdb-header h4 {
  color: #0b0f14;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
}
.service-detail-band .sdb-header p {
  color: #2a323a;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 14px;
}
.service-detail-band .sdb-header strong { color: #0b0f14; }
.service-detail-band .cta-group { margin-top: 22px; }

.service-detail-band .sdb-desc-wrapper {
  position: relative;
  max-height: 360px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.service-detail-band .sdb-desc-wrapper.active { max-height: 4000px; }
.service-detail-band .sdb-desc-wrapper:not(.active)::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(246,248,249,0), #f6f8f9);
  pointer-events: none;
}
.service-detail-band .sdb-desc,
.service-detail-band .sdb-desc p,
.service-detail-band .sdb-desc li {
  color: #1f272f;
  font-size: 1.04rem;
  line-height: 1.85;
}
.service-detail-band .sdb-desc h1,
.service-detail-band .sdb-desc h2,
.service-detail-band .sdb-desc h3,
.service-detail-band .sdb-desc h4 { color: #0b0f14; font-weight: 700; }
.service-detail-band .sdb-desc ul { padding-left: 1.1rem; }

.service-detail-band .sdb-read-more {
  margin-top: 18px;
  background: none;
  border: none;
  color: #066D77;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.service-detail-band .sdb-read-more:hover { color: #044d54; }

@media (max-width: 991px) {
  .service-detail-band { padding: 56px 0; }
  .service-detail-band .col-lg-6.offset-lg-1 { margin-top: 32px; }
}
