/*
Theme Name:  Asar
Theme URI:   https://asar.care
Author:      Asar Healthtech & Innovation Lab Private Limited
Description: Custom theme for ASAR Care – Global Medical Travel & Patient Care Services.
Version:     2.1.7
*/

/* =============================================
   ASAR THEME – DESIGN TOKENS & RESET
   ============================================= */

:root {
    /* ── Brand Colours ── */
    --asar-primary: #004750;
    /* Teal */
    --asar-primary-hover: #00333a;
    --asar-accent: #F4A623;
    /* Gold/Amber */
    --asar-accent-hover: #e09419;
    --asar-dark: #031B2B;
    /* Deep Navy/Black */
    --asar-beige: #FFF8F0;
    /* Light Beige Background */
    --asar-white: #FFFFFF;
    --asar-text: #333333;
    --asar-text-light: #666666;
    --asar-border: #E0E8ED;

    /* ── Typography ── */
    --font-heading:    "roca", sans-serif;
    --font-subheading: "proxima-nova", sans-serif;
    --font-body:       "proxima-nova", sans-serif;


    /* ── Spacing & Layout ── */
    --section-padding: 80px 0;
    --container-width: 1483px;
    --container-padding: 0 24px;

    --transition: all 0.3s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--asar-text);
    background-color: var(--asar-white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

/* ── Typography ── */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--asar-dark);
    line-height: 1.3;
}

h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
}

h2 {
    font-family: var(--font-subheading);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
}

h3 {
    font-family: var(--font-subheading);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
}

a {
    color: var(--asar-primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--asar-primary-hover);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Container ── */
.asar-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: var(--container-padding);
    width: 100%;
}

/* ── Buttons ── */
.asar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 24px;
    font-family: var(--font-subheading);
    font-weight: 500;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.asar-btn-primary {
    background-color: var(--asar-accent);
    color: var(--asar-white);
}

.asar-btn-primary:hover {
    background-color: var(--asar-accent-hover);
    color: var(--asar-white);
}

/* =============================================
   HEADER (Pill Navigation)
   ============================================= */
.asar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    padding-top: 24px;
    box-shadow: none;
    transition: padding 0.3s ease;
}
.asar-header.scrolled {
    padding-top: 12px;
}
.asar-header.scrolled .asar-header-inner {
    background-color: rgba(0, 71, 80, 0.9) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Overlap the header over the hero background for pages starting with a Hero container */
body:has(.hv3-hero) .asar-header,
body:has(.hv3-about-hero) .asar-header,
body:has(.hv3-dh-hero) .asar-header,
body:has(.hv3-hiw-hero) .asar-header,
body:has(.hv3-treatment-hero) .asar-header,
body:has(.asar-page-hero) .asar-header,
body:has(.treatment-hero) .asar-header,
body:has(.treatment-hero-wrapper) .asar-header,
body:has(.patient-services-hero) .asar-header,
body:has(.dh-top-hero) .asar-header,
body:has(.asar-archive-hero) .asar-header,
body:has(.asar-front-hero) .asar-header,
body:has(.asar-universal-hero) .asar-header {
    position: fixed !important;
}

/* Admin Bar offsets for fixed header */
.admin-bar .asar-header {
    top: 32px !important;
}
@media (max-width: 782px) {
    .admin-bar .asar-header {
        top: 46px !important;
    }
}

/* Fix page hero padding-top on desktop to clear the fixed header */
@media (min-width: 993px) {
    .asar-page-hero {
        padding-top: 150px !important;
    }
}

.asar-header-inner {
    max-width: 90%;
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background-color: var(--asar-primary);
    border-radius: 32px;
}

.asar-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

.asar-logo img {
    width: 126px;
    height: 45.3px;
    object-fit: contain;
}

.asar-header-right-pill {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.asar-nav {
    margin: 0 auto;
}

.asar-nav-list {
    display: flex;
    align-items: center;
    gap: 16px;
    /* Reduced gap */
    margin: 0;
    padding: 0;
}

.asar-nav-list li {
    display: flex;
    align-items: center;
}

.asar-nav-list li a {
    color: #ffffff;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 13px;
    padding: 6px;
    display: flex;
    align-items: center;
}

.asar-nav-list li a:hover {
    opacity: 0.8;
}

/* Submenu */
.asar-nav-list li {
    position: relative;
}

.asar-nav-list li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Anchor to the bottom of the LI */
    margin-top: 8px;
    /* Slight visual offset */
    left: 0;
    background: #FDFBF7;
    /* Light beige from Figma */
    border-radius: 16px;
    padding: 16px;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

/* Invisible bridge to prevent hover loss */
.asar-nav-list li ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
}

.asar-nav-list li:hover ul.sub-menu {
    display: flex;
}

.asar-nav-list li ul.sub-menu li a {
    color: var(--asar-dark);
    font-family: var(--font-subheading);
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    display: block;
}

.asar-nav-list li ul.sub-menu li a:hover {
    background-color: rgba(213, 153, 45, 0.1);
    /* Subtle amber */
    color: var(--asar-accent);
}

/* Mega Menu Submenu Layout */
.asar-nav-list li ul.sub-menu.asar-mega-menu {
    flex-direction: row;
    gap: 32px;
}

.asar-nav-list li ul.sub-menu.asar-mega-menu .mega-menu-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.asar-header-cta {
    margin-left: 24px;
    height: 36px;
    font-size: 13px;
    /*padding: 0 20px;*/
    background-color: var(--asar-accent);
}

@media (max-width: 992px) {
    /* Keep the floating pill look — same as desktop, fixed on scroll */
    .asar-header {
        position: fixed;
        padding-top: 12px;
        background: transparent;
        box-shadow: none;
    }

    .asar-header-inner {
        max-width: calc(100% - 32px); /* 16px margin each side */
        margin: 0 auto;
        border-radius: 32px;          /* restore pill shape */
        padding: 10px 16px;
        height: 54px;
        background-color: var(--asar-primary);
        box-shadow: 0 4px 20px rgba(0, 71, 80, 0.25);
    }

    /* Shrink logo slightly on mobile */
    .asar-logo img {
        width: 100px;
        height: auto;
    }

    .asar-nav-list,
    .asar-header-cta.d-none-mobile {
        display: none !important;
    }

    /* Push hero/content below the fixed pill header (pill height + top gap) */
    /* Treatment hero wrapper should NOT have padding — pill floats over the hero image */
    #page-content-wrap {
        padding-top: 78px; /* Only non-hero pages need this offset */
    }
    /* Hero section starts at the top, pill overlays it */
    .asar-single-treatment .treatment-hero-wrapper {
        padding-top: 0;
        margin-top: 0;
    }
    .asar-page-hero {
        padding-top: 78px;
    }
}

/* =============================================
   HAMBURGER BUTTON
   ============================================= */
.asar-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.12);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px;
    transition: background 0.2s ease;
}

.asar-hamburger:hover {
    background: rgba(255,255,255,0.2);
}

.asar-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.asar-hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.asar-hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.asar-hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 992px) {
    .asar-hamburger {
        display: flex;
    }
}

/* =============================================
   MOBILE NAVIGATION DRAWER
   ============================================= */
.asar-mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(320px, 88vw);
    height: 100vh;
    height: 100dvh;
    z-index: 999999;
    background: #ffffff;
    box-shadow: -8px 0 40px rgba(3, 27, 43, 0.18);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none; /* not interactive while closed */
}

.asar-mobile-nav.is-open {
    transform: translateX(0);
    pointer-events: auto; /* interactive when open */
}

/* JS-injected backdrop overlay */
.asar-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(3, 27, 43, 0.5);
    z-index: 99998;
    opacity: 0;
    transition: opacity 0.32s ease;
    cursor: pointer;
    pointer-events: none;
}

.asar-nav-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.asar-mobile-nav-inner {
    display: flex;
    flex-direction: column;
    padding: 0 0 32px;
    min-height: 100%;
}

/* Header row inside drawer: logo + close */
.asar-mobile-nav-inner::before {
    content: '';
    display: block;
    height: 64px;
    background: var(--asar-primary);
    flex-shrink: 0;
}

/* Close button */
.asar-mobile-close {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 2;
}

.asar-mobile-close:hover {
    background: rgba(255,255,255,0.25);
}

/* Nav list */
.asar-mobile-nav-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.asar-mobile-nav-list li {
    display: block;
}

/* Top-level links */
.asar-mobile-nav-list > li > a {
    display: block;
    padding: 13px 16px;
    font-family: var(--font-subheading, 'Inter', sans-serif);
    font-size: 15px;
    font-weight: 600;
    color: var(--asar-dark, #031B2B);
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.18s ease, color 0.18s ease;
    letter-spacing: 0.01em;
}

.asar-mobile-nav-list > li > a:hover,
.asar-mobile-nav-list > li.current-menu-item > a,
.asar-mobile-nav-list > li.current-menu-ancestor > a {
    background: rgba(0, 71, 80, 0.07);
    color: var(--asar-primary, #004750);
}

/* Submenu (e.g. Treatments children) */
.asar-mobile-nav-list .sub-menu {
    list-style: none;
    margin: 2px 0 6px;
    padding: 0 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border-left: 2px solid rgba(0, 71, 80, 0.12);
    margin-left: 16px;
}

.asar-mobile-nav-list .sub-menu li a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--asar-text-light, #5A6A75);
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.18s ease, color 0.18s ease;
}

.asar-mobile-nav-list .sub-menu li a:hover,
.asar-mobile-nav-list .sub-menu li.current-menu-item a {
    background: rgba(213, 153, 45, 0.1);
    color: var(--asar-accent, #D5992D);
}

/* Divider between top-level items */
.asar-mobile-nav-list > li + li > a {
    border-top: 0;
}

/* Separator line before CTA */
.asar-mobile-nav .asar-btn-primary {
    margin: 20px 16px 0 !important;
    display: block !important;
    text-align: center !important;
    padding: 14px 24px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    background: var(--asar-accent, #D5992D) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: filter 0.2s ease, transform 0.2s ease !important;
    box-shadow: 0 4px 16px rgba(213, 153, 45, 0.35) !important;
}

.asar-mobile-nav .asar-btn-primary:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-1px) !important;
}

/* =============================================
   FLOATING HAMBURGER (Elementor pages only)
   ============================================= */
/* This button is injected on pages where Elementor replaces the theme header */
.asar-hamburger-float {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 99997;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--asar-primary, #004750);
    box-shadow: 0 4px 16px rgba(0, 71, 80, 0.35);
    display: none; /* hidden on desktop */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.asar-hamburger-float span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 992px) {
    .asar-hamburger-float {
        display: flex;
    }
}

/* =============================================
   UTILITY & CARDS
   ============================================= */
.asar-section {
    padding: 80px 0;
}

.bg-beige {
    background-color: var(--asar-beige);
}

.asar-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.asar-card {
    background: var(--asar-beige);
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 32px;
    text-align: center;
}

/* =============================================
   PROVIDER CARDS (Doctors & Hospitals)
   ============================================= */
.asar-provider-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

.asar-provider-card {
    background: var(--asar-white);
    border-radius: 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    padding-bottom: 32px;
    transition: var(--transition);
}

.asar-provider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.12);
}

.provider-thumbnail {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #E8F0F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.provider-placeholder {
    font-size: 80px;
    color: var(--asar-border);
}

.provider-placeholder.large {
    font-size: 150px;
}

.provider-content {
    padding: 24px;
}

.provider-title a {
    color: var(--asar-dark);
    text-decoration: none;
}

.provider-specialty {
    color: var(--asar-text-light);
    font-size: 14px;
    margin-bottom: 16px;
}

.provider-meta-info {
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.provider-meta-info .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--asar-text);
}

.provider-meta-info .meta-item i {
    color: var(--asar-primary);
    font-size: 18px;
}

.provider-btn {
    width: 100%;
}

/* =============================================
   SINGLE PROVIDER PROFILE
   ============================================= */
.asar-single-provider {
    padding-top: 20px;
}

.asar-single-provider .provider-profile-card {
    background: var(--asar-white);
    border-radius: 32px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    padding: 48px;
}

.provider-profile-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 48px;
}

.provider-profile-image {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    background: #E8F0F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.provider-header {
    margin-bottom: 32px;
}

.provider-header .provider-title {
    font-size: 3rem;
    margin-bottom: 8px;
}

.provider-header .provider-specialties {
    font-size: 18px;
    color: var(--asar-primary);
    font-weight: 500;
}

.provider-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.provider-meta-grid .meta-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.provider-meta-grid .meta-box i {
    font-size: 28px;
    color: var(--asar-accent);
}

.provider-meta-grid .meta-box-text {
    display: flex;
    flex-direction: column;
}

.provider-meta-grid .meta-box-text span:first-child {
    font-size: 14px;
    color: var(--asar-text-light);
}

.provider-meta-grid .meta-box-text span:last-child {
    font-size: 16px;
    color: var(--asar-text);
    font-weight: 500;
}

.provider-about h2 {
    margin-bottom: 24px;
    font-size: 2rem;
}

.provider-actions {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .provider-profile-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   PROVIDER "WHY CHOOSE" SECTION
   ============================================= */
.provider-clinical-focus.bg-dark {
    background: var(--asar-primary, #004750);
    border-radius: 32px;
    margin: 0 16px 48px;
    padding: 64px 0;
}

/* Desktop: 60/40 grid */
.why-dr-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 48px;
    align-items: start;
}

/* Left: text block */
.why-dr-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.why-dr-badge span {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    font-family: var(--font-body);
    letter-spacing: 0.02em;
}

.why-dr-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 24px;
}

.clinical-focus-content {
    color: rgba(255,255,255,0.80);
    font-size: 1rem;
    line-height: 1.75;
    font-family: var(--font-body);
}

.clinical-focus-content p {
    margin-bottom: 16px;
}

/* Right: feature cards grid */
.why-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.why-feature-item {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 24px 16px;
    min-height: 140px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
}

.why-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.why-feature-title {
    font-family: var(--font-subheading);
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

/* ── Mobile: completely different single-column design ── */
@media (max-width: 992px) {
    .provider-clinical-focus.bg-dark {
        border-radius: 20px !important;
        margin: 0 16px 32px !important;  /* equal left/right margins = centered */
        padding: 32px 0 !important;
    }

    /* Force single column - override grid */
    .why-dr-grid {
        display: block !important;
    }

    .why-dr-main {
        display: block !important;
        padding-bottom: 24px;
    }

    /* Badge pill - single line, compact */
    .why-dr-badge {
        margin-bottom: 14px !important;
    }

    .why-dr-badge span {
        font-size: 11px !important;
        padding: 5px 12px !important;
        white-space: nowrap;
        letter-spacing: 0.03em;
    }

    /* Title: compact and tight */
    .why-dr-title {
        font-size: 1.5rem !important;
        line-height: 1.25 !important;
        margin-bottom: 14px !important;
        font-weight: 700 !important;
    }

    /* Body text: readable */
    .clinical-focus-content {
        font-size: 0.875rem !important;
        line-height: 1.65 !important;
        color: rgba(255,255,255,0.78) !important;
    }

    .clinical-focus-content p {
        margin-bottom: 10px !important;
    }

    /* Feature cards: full-width 2x2 grid BELOW text */
    .why-dr-features {
        display: block !important;
        border-top: 1px solid rgba(255,255,255,0.12);
        padding-top: 20px;
        margin-top: 4px;
    }

    .why-features-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .why-feature-item {
        min-height: 90px !important;
        padding: 14px 12px !important;
        border-radius: 14px !important;
        background-color: rgba(255,255,255,0.08) !important;
        border: 1px solid rgba(255,255,255,0.13) !important;
        display: flex !important;
        align-items: flex-end !important;
    }

    .why-feature-title {
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        color: #ffffff !important;
        text-shadow: 0 1px 6px rgba(0,0,0,0.7) !important;
    }
}

/* =============================================
   SERVICE CARDS (Treatments / Programs)
   ============================================= */
.asar-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 32px;
}

.asar-service-card {
    background: var(--asar-white);
    border-radius: 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}

.asar-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.12);
}

.service-thumbnail {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #E8F0F2;
}

.service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.asar-service-card:hover .service-thumbnail img {
    transform: scale(1.05);
}

.service-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.service-title a {
    color: var(--asar-dark);
}

.service-excerpt {
    color: var(--asar-text-light);
    margin-bottom: 24px;
    flex-grow: 1;
}

.service-btn {
    align-self: flex-start;
}

/* =============================================
   SINGLE SERVICE PROFILE
   ============================================= */
.asar-single-service {
    padding-top: 140px;
}

.asar-single-service .service-hero {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    padding: 48px;
    background: var(--asar-dark);
}

.service-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    z-index: 1;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.service-hero-title {
    font-size: 3.5rem;
    color: var(--asar-white);
    margin-bottom: 16px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.service-hero-specialty {
    display: inline-block;
    background: var(--asar-accent);
    color: var(--asar-white);
    padding: 6px 16px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}

.service-content-wrapper {
    background: var(--asar-white);
    border-radius: 32px;
    padding: 48px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
}

.service-content-wrapper .entry-content h2,
.service-content-wrapper .entry-content h3 {
    margin-top: 32px;
    margin-bottom: 16px;
}

/* =============================================
   HOMEPAGE SPECIFIC (Hero, Accreditations, Journey)
   ============================================= */
.asar-hero {
    background: linear-gradient(135deg, #E8F0F2 0%, var(--asar-beige) 100%);
    padding: 140px 0 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.asar-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 100px;
    background: var(--asar-white);
    transform: skewY(-2deg);
    z-index: 1;
}

.asar-hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-title {
    color: var(--asar-dark);
    margin-bottom: 24px;
    font-size: 4rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--asar-text-light);
    margin-bottom: 40px;
}

.accreditation-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
}

.accreditation-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--asar-dark);
}

.accreditation-item i {
    font-size: 32px;
    color: var(--asar-accent);
}

.journey-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 32px;
}

.journey-icon {
    width: 80px;
    height: 80px;
    background: rgba(0, 71, 80, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.journey-icon i {
    font-size: 36px;
    color: var(--asar-primary);
}

.journey-card h4 {
    margin-bottom: 16px;
    font-size: 1.25rem;
}

/* =============================================
   FOOTER
   ============================================= */
.asar-footer {
    background-color: var(--asar-beige);
    color: var(--asar-dark);
}

.asar-footer-main {
    padding: 80px 0 64px;
}

.asar-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr 1.2fr;
    gap: 32px;
}

.asar-footer-heading {
    color: var(--asar-dark);
    font-size: 1.1rem;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.asar-footer-tagline {
    color: var(--asar-text-light);
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}

.asar-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--asar-text);
    font-size: 14px;
}

.asar-footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.asar-footer-contact-list i {
    color: var(--asar-dark);
    font-size: 18px;
}

.asar-footer-contact-list a {
    color: var(--asar-text);
}

.asar-footer-contact-list a:hover {
    color: var(--asar-accent);
}

.asar-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.asar-footer-nav a {
    color: var(--asar-text-light);
    font-size: 14px;
}

.asar-footer-nav a:hover {
    color: var(--asar-accent);
}

.asar-footer-social {
    display: flex;
    gap: 16px;
}

.asar-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid var(--asar-border);
    border-radius: 50%;
    color: var(--asar-dark);
    font-size: 16px;
}

.asar-footer-social a:hover {
    background: var(--asar-accent);
    color: var(--asar-white);
    border-color: var(--asar-accent);
    transform: translateY(-3px);
}

.asar-footer-bottom {
    background-color: var(--asar-dark);
    padding: 24px 0;
    border-top: 1px solid var(--asar-beige);
}

.asar-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--asar-text-light);
    font-size: 13px;
}

.asar-footer-legal-links {
    display: flex;
    gap: 16px;
}

.asar-footer-legal-links a {
    color: var(--asar-text-light);
}

.asar-footer-legal-links a:hover {
    color: var(--asar-accent);
}

@media (max-width: 992px) {
    .asar-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .asar-footer-grid {
        grid-template-columns: 1fr;
    }

    .asar-footer-bottom-inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

/* =============================================
   PAGE HERO (Internal Pages)
   ============================================= */
.asar-page-hero {
    padding: 140px 0 48px;
    position: relative;
    overflow: hidden;
}

/* Background Layer */
.asar-hero-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--hero-bg-start, #E8F0F2) 0%, var(--hero-bg-end, var(--asar-beige)) 100%);
    z-index: 0;
}

/* Content Layer (Foreground) */
.asar-hero-content-layer {
    position: relative;
    z-index: 3;
}

.asar-hero-text-wrap {
    max-width: 800px;
    margin: 0 auto;
}

/* Floating Image */
.asar-hero-floating-img {
    position: absolute;
    bottom: 0;
    right: 5%;
    max-width: 50%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

/* Buttons */
.asar-hero-buttons {
    margin-top: 32px;
}

/* Style 1: Standard Centered */
.asar-hero-style-standard {
    text-align: center;
}

.asar-hero-style-standard .asar-hero-text-wrap {
    margin: 0 auto;
}

/* Style 2: Bottom-Left Cutout (Matches Figma) */
.asar-hero-style-cutout {
    text-align: left;
    padding-bottom: 80px;
    /* Space for the cutout */
}

.asar-hero-style-cutout .asar-hero-text-wrap {
    margin: 0;
    max-width: 600px;
}

.asar-hero-cutout-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 80px;
    background: var(--hero-cutout-bg, var(--asar-white));
    border-top-right-radius: 48px;
    z-index: 2;
}

/* Style 3: Left-Aligned */
.asar-hero-style-left {
    text-align: left;
}

.asar-hero-style-left .asar-hero-text-wrap {
    margin: 0;
    max-width: 700px;
}

/* Base Alignment overrides */
.asar-page-hero.align-left .asar-hero-text-wrap {
    margin: 0;
}

.asar-page-hero.align-left {
    text-align: left;
}

/* Mobile Adjustments */
@media (max-width: 992px) {
    .asar-hero-floating-img {
        opacity: 0.2;
        max-width: 80%;
        right: -10%;
    }

    .asar-hero-cutout-mask {
        width: 100%;
        height: 40px;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
    }
}

.asar-breadcrumbs {
    font-size: 0.875rem;
    color: var(--asar-text-light);
    margin-bottom: 24px;
    text-transform: capitalize;
}

.asar-breadcrumbs a {
    color: var(--asar-primary);
    text-decoration: none;
}

.asar-breadcrumbs a:hover {
    text-decoration: underline;
}

.asar-breadcrumbs .separator {
    margin: 0 8px;
    color: var(--asar-text-light);
}

.asar-page-hero-title {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 400;
    color: var(--asar-dark);
    margin-bottom: 16px;
    line-height: 1.2;
}

.asar-page-hero-subtitle {
    font-size: 1.125rem;
    color: var(--asar-text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.asar-page-hero.align-left .asar-page-hero-subtitle {
    margin-left: 0;
}

/* Page Tabs (Filters) */
.asar-page-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}

.asar-page-hero.align-left .asar-page-tabs {
    justify-content: flex-start;
}

.asar-page-tab {
    display: inline-block;
    padding: 10px 24px;
    background-color: var(--asar-white);
    border: 1px solid var(--asar-border);
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--asar-text);
    text-decoration: none;
    transition: var(--transition);
}

.asar-page-tab:hover {
    border-color: var(--asar-primary);
    color: var(--asar-primary);
}

.asar-page-tab.active {
    background-color: var(--asar-primary);
    color: var(--asar-white);
    border-color: var(--asar-primary);
}

/* Search Bar in Hero */
.asar-hero-search {
    max-width: 600px;
    margin: 32px auto 0;
    position: relative;
}

.asar-page-hero.align-left .asar-hero-search {
    margin-left: 0;
}

.asar-hero-search input[type="text"] {
    width: 100%;
    padding: 16px 140px 16px 48px;
    border: 1px solid var(--asar-border);
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    color: var(--asar-text);
}

.asar-hero-search input[type="text"]:focus {
    outline: 2px solid var(--asar-primary);
    border-color: var(--asar-primary);
}

.asar-hero-search .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--asar-text-light);
    font-size: 1.25rem;
}

.asar-hero-search button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 24px;
    border-radius: 50px;
    box-shadow: none;
}

/* =============================================
   FRONT PAGE HERO
   ============================================= */
.asar-front-hero {
    position: relative;
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: -90px !important;
    min-height: 800px;
    padding-top: 180px;
    /* Space for header */
    padding-bottom: 60px;
    /* Space above island */
    display: block;
    color: var(--asar-white);
    overflow: hidden;
    border-radius: 45px !important;
}

.asar-front-hero-3d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.asar-front-hero-3d img,
.asar-front-hero-3d video {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.asar-hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.asar-hero-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.asar-front-hero-inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.asar-front-hero-content {
    max-width: 650px;
    margin-bottom: 80px;
}

.asar-front-hero .hero-title {
    color: var(--asar-white);
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 24px;
}

.asar-front-hero .hero-subtitle {
    font-size: 1.25rem;
    color: var(--asar-white);
    margin-bottom: 40px;
}

.asar-front-hero .hero-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.asar-btn-outline {
    background: transparent;
    border: 1px solid var(--asar-white);
    color: var(--asar-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 24px;
    font-family: var(--font-subheading);
    font-weight: 500;
    font-size: 1.1rem;
    transition: var(--transition);
}

.asar-btn-outline:hover {
    background: var(--asar-white);
    color: var(--asar-primary);
}

/* Badges */
.asar-front-hero-badges {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: auto;
    /* Pushes badges to the bottom */
}

.asar-front-hero-badges img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* The White Island (Cutout) */
.asar-front-hero-island {
    position: absolute;
    width: 50%;
    bottom: 0;
    /* Connects exactly to the bottom */
    right: 0;
    background: var(--asar-white);
    border-top-left-radius: 64px;
    border-bottom-right-radius: 45px;
    /* Match hero radius */
    padding: 40px 0px 0 40px;
    z-index: 4;
}

/* Inverted curve at Bottom-Left of the island */
.asar-front-hero-island::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 45px;
    height: 45px;
    background: radial-gradient(circle at top left, transparent 45px, var(--asar-white) 45px);
    pointer-events: none;
}

/* Inverted curve at Top-Right of the island */
.asar-front-hero-island::after {
    content: '';
    position: absolute;
    top: -45px;
    right: 0;
    width: 45px;
    height: 45px;
    background: radial-gradient(circle at top left, transparent 45px, var(--asar-white) 45px);
    pointer-events: none;
}

.asar-front-hero-cards {
    display: flex;
    gap: 24px;
    transform: none;
    /* Cards sit nicely inside the white island */
}

/* Specific Cards */
.asar-hero-card {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-radius: 45px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}

.asar-hero-card-orange {
    background: linear-gradient(135deg, #FF8C00, #004750);
    /* Approximate Figma colors */
    color: var(--asar-white);
    text-align: center;
}

.asar-hero-card-orange h2 {
    color: var(--asar-white);
    font-size: 3rem;
    margin-bottom: 8px;
}

.asar-hero-card-orange p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.asar-hero-card .card-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.asar-hero-card .card-dots span {
    width: 32px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.asar-hero-card .card-dots span:first-child {
    background: white;
}

.asar-hero-card-image {
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    padding: 24px;
    width: 400px;
}

.asar-hero-card-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.asar-hero-card-image .card-overlay {
    background: transparent;
    z-index: 2;
    position: relative;
    text-align: left;
}

.asar-hero-card-image .card-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.asar-hero-card-image .card-tag {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.asar-hero-card-image h3 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 4px;
}

.asar-hero-card-image p {
    color: white;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* =============================================
   SCOOP CUTOUT COMPONENT (Reusable)
   ============================================= */
.asar-scoop-card {
    position: relative;
    /* overflow: hidden; is already on .asar-hero-card, which works perfectly 
       to clip the very tip of the scoop if needed, making it seamless. */
}

.asar-scoop-corner {
    position: absolute;
    top: -1px;
    /* Subpixel bleed fix */
    right: -1px;
    width: 86px;
    height: 86px;
    border-bottom-left-radius: 45px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inverted curve logic using radial gradients for clean, clip-proof shapes */
.asar-scoop-corner::before,
.asar-scoop-corner::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

/* Left inverted curve (Top edge of card) */
.asar-scoop-corner::before {
    top: 0;
    right: 86px;
    /* Place exactly left of the scoop */
    background: radial-gradient(circle at bottom left, transparent 30px, #fdf8f1 30px);
}

/* Bottom inverted curve (Right edge of card) */
.asar-scoop-corner::after {
    top: 86px;
    /* Place exactly below the scoop */
    right: 0;
    background: radial-gradient(circle at bottom left, transparent 30px, #fdf8f1 30px);
}

/* Scoop Color Variants */
.asar-scoop-orange {
    --scoop-bg: #F4A623;
}

.asar-scoop-orange .asar-scoop-corner {
    background: var(--scoop-bg);
}

.asar-scoop-white {
    --scoop-bg: var(--asar-white);
}

.asar-scoop-white .asar-scoop-corner {
    background: #fdf8f1;
}

.asar-scoop-beige {
    --scoop-bg: var(--asar-beige);
}

.asar-scoop-beige .asar-scoop-corner {
    background: var(--scoop-bg);
}

/* The round arrow button */
.asar-scoop-btn {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    background: var(--asar-dark);
    color: var(--asar-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    text-decoration: none;
    transform: translate(4px, -4px);
    /* visually center it in the scoop */
}

.asar-scoop-btn:hover {
    background: var(--asar-primary);
    color: var(--asar-white);
    transform: translate(4px, -4px) scale(1.05);
}

.asar-scoop-btn svg {
    width: 20px;
    height: 20px;
}



/* ─── Stats Slider ─────────────────────────────────────────────── */
/* The orange card already has its own fixed size via .asar-hero-card.
   All slides are stacked (position:absolute) inside the card;
   only .is-active slides are visible. The card acts as the viewport. */
.asar-stats-slider {
    position: relative;
    /* needed for absolute children */
    overflow: hidden;
}

/* Every slide sits on top of every other slide */
.asar-stat-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    opacity: 0;
    transform: translateX(24px);
    /* start slightly to the right */
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.asar-stat-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2;
}

.asar-stat-slide .stat-num {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin: 0 0 4px;
}

.asar-stat-slide .stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 500;
}

/* Dot indicators */
.asar-stats-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 10;
}

.asar-stats-dots span {
    width: 32px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    display: block;
}

.asar-stats-dots span.is-active {
    background: #fff;
}

@media (max-width: 1200px) {

    /* Stats Slider Layout */
    .asar-stats-slides {
        position: relative;
        overflow: hidden;
        width: 100%;
    }


    .asar-front-hero-3d {
        width: 100%;
        opacity: 0.5;
    }

    .asar-front-hero-island {
        padding: 32px 32px 60px 32px;
    }
}

@media (max-width: 992px) {
    .asar-front-hero {
        min-height: auto;
        padding-bottom: 120px;
    }

    .asar-front-hero-3d {
        display: none;
    }

    .asar-front-hero-island {
        position: relative;
        bottom: 0;
        right: 0;
        border-radius: 0;
        padding: 32px 0;
        background: transparent;
        margin-top: 48px;
    }

    .asar-front-hero-cards {
        flex-direction: column;
        transform: none;
    }

    .asar-hero-card {
        width: 100%;
        height: auto;
        padding: 48px 32px;
    }

    .asar-hero-card-image {
        width: 100%;
    }
}

/* ─────────────────────────────────────────
   HORIZONTAL TIMELINE
───────────────────────────────────────── */
.asar-timeline-wrap {
    padding: 60px 0 20px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

.asar-timeline {
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100%;
    min-width: 1200px;
    /* Force minimum width to prevent overlap */
    padding: 0 40px;
}

/* The Horizontal Line */
.asar-timeline::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 80px;
    right: 80px;
    height: 3px;
    background: #D9D9D9;
    z-index: 1;
}

.asar-timeline-step {
    position: relative;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    z-index: 2;
    padding: 0 10px;
}

.asar-timeline-dot {
    width: 54px;
    height: 54px;
    background: #D9D9D9;
    border-radius: 50%;
    margin-bottom: 22px;
    transition: var(--transition);
}

.asar-timeline-step.is-active .asar-timeline-dot {
    background: linear-gradient(176.71deg, #FFF1E4 -55.58%, #D5992D 97.28%);
    box-shadow: 0 4px 12px rgba(213, 153, 45, 0.3);
}

.asar-timeline-content {
    max-width: 240px;
    text-align: center;
}

.asar-timeline-content h4 {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 16px;
    /* Matched to Figma */
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.asar-timeline-step.is-active .asar-timeline-content h4 {
    color: #D5992D;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .asar-timeline-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .asar-timeline-wrap {
        padding: 40px 0;
    }

    .asar-timeline {
        min-width: 900px;
    }
}

/* ─────────────────────────────────────────
   JOURNEY TABS & SMALL CARDS
───────────────────────────────────────── */
.asar-journey-tabs-wrap {
    padding: 40px 0 80px;
    width: 100%;
}

.asar-tab-headers {
    cursor: pointer;
    margin-bottom: 40px;
}

.asar-tab-content-item {
    display: none;
    animation: asarFadeIn 0.4s ease forwards;
}

.asar-tab-content-item.is-active {
    display: block;
}

@keyframes asarFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.asar-tab-description {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--asar-text-light);
}

/* Small Scoop Card Variant */
.asar-card-small {
    width: 240px;
    /* Smaller than the 280px hero card */
    height: 180px;
    border-radius: 32px !important;
    padding: 20px !important;
}

.asar-card-small .asar-scoop-corner {
    width: 64px !important;
    height: 64px !important;
}

.asar-card-small .asar-scoop-corner::before {
    right: 63px !important;
}

.asar-card-small .asar-scoop-corner::after {
    top: 63px !important;
}

.asar-card-small .asar-scoop-btn {
    width: 36px !important;
    height: 36px !important;
}

.asar-card-small h3 {
    font-size: 1.1rem !important;
    margin-bottom: 0 !important;
}

/* The Beige Container in Figma */
.asar-journey-tab-inner {
    background: #FDF8F1;
    border-radius: 40px;
    padding: 60px;
    margin-top: 40px;
}

.asar-tab-carousel {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    /* Fallback if no JS slider */
}

/* ─────────────────────────────────────────
   REUSABLE SECTION TITLES
───────────────────────────────────────── */
.asar-section-title-wrap {
    margin-bottom: 20px;
}

.asar-section-title-wrap.text-center {
    text-align: center;
}

.asar-section-title-wrap.text-left {
    text-align: left;
}

.asar-section-title-wrap.text-right {
    text-align: right;
}

.asar-section-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: rgba(213, 153, 45, 0.1);
    border: 1px solid #D5992D;
    border-radius: 16px;
    color: #D5992D;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.asar-section-title {
    font-family: var(--font-heading);
    font-size: 54px;
    line-height: 75px;
    color: #031B2B;
    margin-bottom: 13px;
    font-weight: 400;
}

.asar-section-title b,
.asar-section-title strong {
    font-weight: 800;
}

.asar-section-description {
    max-width: 1057px;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 0 auto;
}

.asar-section-title-wrap.text-left .asar-section-description {
    margin-left: 0;
}

.asar-section-title-wrap.text-right .asar-section-description {
    margin-right: 0;
}

/* ─────────────────────────────────────────
   PATHWAY SLIDER & SQUARE CARDS (Bottom Scoop)
───────────────────────────────────────── */
.asar-pathway-slider-wrap {
    padding: 20px 0;
    overflow: hidden;
}

.asar-pathway-slider {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: none;
    /* Hide scrollbar for clean look */
}

.asar-pathway-slider::-webkit-scrollbar {
    display: none;
}

.asar-pathway-card {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.asar-card-square {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 32px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Bottom Right Scoop */
.asar-card-square .asar-scoop-corner {
    top: auto;
    right: 0;
    bottom: 0;
    width: 106px;
    height: 104px;
    background: #fff;
    border-radius: 40px 0 0 0;
}

.asar-card-square .asar-scoop-corner::before {
    top: auto;
    bottom: 104px;
    right: 0;
    box-shadow: 20px 20px 0 20px #fff;
}

.asar-card-square .asar-scoop-corner::after {
    top: auto;
    right: 106px;
    bottom: 0;
    box-shadow: 20px 20px 0 20px #fff;
}

.asar-card-square .asar-scoop-btn {
    width: 73px;
    height: 73px;
    background: #031B2B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 16px;
    bottom: 16px;
    transition: var(--transition);
}

.asar-card-square .asar-scoop-btn:hover {
    transform: scale(1.1);
}

.asar-pathway-info {
    text-align: center;
}

.asar-pathway-info h3 {
    font-family: var(--font-body);
    /* Satoshi */
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 8px;
}

.asar-pathway-info p {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

/* Slider Navigation (Progress & Arrow) */
.asar-slider-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 20px;
}

.asar-slider-progress {
    width: 400px;
    height: 7px;
    background: rgba(3, 27, 43, 0.2);
    border-radius: 4px;
    position: relative;
}

.asar-slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    /* Dynamic */
    background: #031B2B;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.asar-slider-arrow {
    width: 56px;
    height: 56px;
    border: 1px solid #004750;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004750;
    cursor: pointer;
    transition: var(--transition);
}

.asar-slider-arrow:hover {
    background: #004750;
    color: #fff;
}

/* --------------------------------------------------------------------------
   LEADING DOCTORS & ACCREDITED HOSPITALS TABS
-------------------------------------------------------------------------- */

.asar-provider-tabs-section {
    padding: 80px 0;
    background-color: #fdfdfd;
    text-align: center;
    /* Center everything by default */
}

.asar-provider-tabs-section .asar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.asar-provider-tabs-section .section-header {
    margin-bottom: 50px;
}

.asar-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.asar-tab-btn {
    padding: 16px 32px;
    border-radius: 24px 24px 0 0;
    border: none;
    background: transparent;
    font-weight: 600;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.asar-tab-btn.active {
    background: #FFF8F0;
    color: #D5992D;
    box-shadow: none;
}

.asar-tabs-content {
    background: #FFF8F0;
    border-radius: 40px;
    padding: 40px;
    margin-top: -1px;
    /* Overlap border */
    position: relative;
    z-index: 1;
}

.asar-tab-panel {
    display: none;
}

.asar-tab-panel.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Filters */
.asar-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.filter-pill {
    padding: 10px 24px;
    border: 1px solid #D1D1D1;
    border-radius: 100px;
    background: #fff;
    color: #888;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.filter-pill:hover,
.filter-pill.active {
    background: #fff;
    color: #F4A623;
    border-color: #F4A623;
}

/* =============================================
   UNIVERSAL SCOOP SYSTEM (INVERTED CURVES)
   ============================================= */
:root {
    --scoop-bg: #fff;
    --scoop-curve-color: #fff;
    --scoop-width: 140px;
    --scoop-height: 44px;
    --scoop-radius: 32px;
}

.asar-scoop-container {
    position: relative;
    display: block;
}

.asar-scoop-block {
    position: absolute;
    background: var(--scoop-bg);
    width: var(--scoop-width);
    height: var(--scoop-height);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition);
}

.asar-image-scoop {
    position: absolute;
    width: var(--scoop-radius);
    height: var(--scoop-radius);
    z-index: 9;
    pointer-events: none;
}

/* Position: Top-Right (Default) */
.scoop-pos-tr .asar-scoop-block {
    top: 0;
    right: 0;
    border-bottom-left-radius: var(--scoop-radius);
}

/* Left of block */
.scoop-pos-tr .scoop-curve-1 {
    top: 0;
    right: var(--scoop-width);
    background: radial-gradient(circle at bottom left, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Bottom of block */
.scoop-pos-tr .scoop-curve-2 {
    top: var(--scoop-height);
    right: 0;
    background: radial-gradient(circle at bottom left, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Position: Bottom-Right */
.scoop-pos-br .asar-scoop-block {
    bottom: 0;
    right: 0;
    border-top-left-radius: var(--scoop-radius);
}

/* Left of block */
.scoop-pos-br .scoop-curve-1 {
    bottom: 0;
    right: var(--scoop-width);
    background: radial-gradient(circle at bottom right, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Top of block */
.scoop-pos-br .scoop-curve-2 {
    bottom: var(--scoop-height);
    right: 0;
    background: radial-gradient(circle at bottom right, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Position: Bottom-Left */
.scoop-pos-bl .asar-scoop-block {
    bottom: 0;
    left: 0;
    border-top-right-radius: var(--scoop-radius);
}

/* Right of block */
.scoop-pos-bl .scoop-curve-1 {
    bottom: 0;
    left: var(--scoop-width);
    background: radial-gradient(circle at bottom left, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Top of block */
.scoop-pos-bl .scoop-curve-2 {
    bottom: var(--scoop-height);
    left: 0;
    background: radial-gradient(circle at bottom left, transparent var(--scoop-radius), var(--scoop-curve-color) calc(var(--scoop-radius) + 0.5px));
}

/* Content Adaptation Overrides */
.scoop-type-icon .asar-scoop-card {
    --scoop-width: 60px;
    --scoop-height: 60px;
}

.scoop-type-icon .asar-scoop-block {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* Existing Provider Card Refactor (Legacy Support) */
.asar-provider-card {
    width: 100%;
    max-width: 310px;
    height: auto;
    min-height: 558px;
    background: #FFFFFF;
    border-radius: 32px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.provider-header {
    position: relative;
    width: 100%;
    height: 277px;
}

/* Layout Variants */
.asar-scoop-card {
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 310px;
    height: 100%;
    min-height: 200px;
    box-sizing: border-box;
    transition: var(--transition);
}

.asar-scoop-card-wide {
    max-width: 100% !important;
    width: 100% !important;
}

/* Ensure children stretch in wide cards */
.asar-scoop-card-wide .asar-scoop-image {
    width: 100%;
}

.asar-scoop-card-wide .card-overlay {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
}

.asar-scoop-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.asar-scoop-card.layout-overlay {
    height: 400px;
    /* Default height for overlay cards */
}

.asar-scoop-card.layout-overlay .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    z-index: 5;
    transition: var(--transition);
}

/* Tag List (Top Left) */
.card-tag-list.top-left {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
    display: flex;
    gap: 12px;
}

.card-tag-pill {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    color: #fff;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
}

.asar-scoop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.asar-scoop-image {
    transition: transform 0.5s ease;
}

.asar-scoop-card.layout-stacked {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 490px;
}

.asar-scoop-card.layout-stacked .asar-scoop-image {
    position: relative;
    height: 260px;
    margin: 16px;
    border-radius: 24px;
    inset: auto;
    overflow: hidden;
}

.asar-scoop-card.layout-stacked .asar-scoop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.asar-scoop-card.layout-stacked .card-overlay {
    padding: 0 24px 24px 24px;
    color: #333;
}

/* Adjusting scoop block for stacked layout (it should follow the image margin) */
.asar-scoop-card.layout-stacked.scoop-pos-tr .asar-scoop-block {
    top: 16px;
    right: 16px;
}

.asar-scoop-card.layout-stacked.scoop-pos-tr .scoop-curve-1 {
    top: 16px;
    right: calc(16px + var(--scoop-width));
}

.asar-scoop-card.layout-stacked.scoop-pos-tr .scoop-curve-2 {
    top: calc(16px + var(--scoop-height));
    right: 16px;
}

/* Shared Content Styles for Stacked Cards (Providers, Services, etc.) */
.card-content-body {
    padding: 16px 16px 24px 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-content-title {
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.card-content-title a {
    text-decoration: none;
    color: inherit;
}

.card-content-subtitle {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    margin-bottom: 0;
}

.card-meta-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 16px;
    margin-bottom: 0;
}

.card-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
}

.card-meta-item i {
    color: #444444;
    font-size: 16px;
}

.card-tag-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 0;
}

.card-tag-pill {
    background: rgba(0, 71, 80, 0.05);
    border: 1px solid rgba(0, 71, 80, 0.2);
    border-radius: 32px;
    padding: 4px 12px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    color: #004750;
    white-space: nowrap;
}

/* Not Sure Card - Refactored to Universal */
.asar-not-sure-card {
    background: #FFFFFF;
    --scoop-width: 220px;
    --scoop-height: 56px;
    --scoop-bg: #FFFFFF;
}

.not-sure-icon-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F4A623 0%, #015B63 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-sure-icon-bg .icon-text {
    font-size: 8rem;
    color: #fff;
    font-weight: 800;
    opacity: 0.4;
}

.asar-not-sure-card .asar-scoop-block {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.asar-not-sure-card .asar-scoop-block-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 44px;
    background: #D5992D;
    border-radius: 16px;
}

.asar-not-sure-card .asar-scoop-block-inner .btn-text,
.asar-not-sure-card .asar-scoop-block-inner i {
    color: #ffffff;
    font-family: 'Satoshi', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.not-sure-content {
    padding: 16px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.not-sure-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    line-height: 24px;
    font-family: 'Satoshi', sans-serif;
}

.not-sure-text {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: 'Satoshi', sans-serif;
}

.not-sure-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
    background: #004750 !important;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Satoshi', sans-serif;
}

/* Explore All Section */
.section-footer {
    margin-top: 24px;
}

.explore-btn {
    padding: 16px 48px;
    font-size: 0.9 rem;
    background: #015B63 !important;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.trusted-by {
    margin-top: 16px;
    color: #666;
    font-size: 0.9rem;
}

/* Provider Slider / Carousel */
.asar-provider-slider-wrap {
    position: relative;
    /*padding: 20px 0;*/
    margin: 0 -20px;
    overflow: hidden;
}

.asar-provider-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.asar-provider-slider::-webkit-scrollbar {
    display: none;
}

.asar-provider-slider .asar-provider-card,
.asar-provider-slider .asar-not-sure-card,
.asar-provider-slider .asar-service-card {
    flex: 0 0 auto;
    width: 310px;
    /* Default fallback */
    max-width: 100%;
}

/* Service Card Premium */
.asar-service-card.premium-style {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-header {
    padding: 15px 15px 0 15px;
}

.service-image {
    border-radius: 20px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-name {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.service-excerpt {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.service-meta {
    margin-bottom: 20px;
}

.service-footer {
    margin-top: auto;
}

@media (max-width: 991px) {
    .asar-grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* =============================================
   HERO SLIDER COMPONENT
   ============================================= */
.asar-hero-slider-wrap {
    position: relative;
    max-width: 1185px;
    /* margin: 40px auto;*/
}

.asar-hero-slider {
    width: 100%;
    height: 576px;
    border-radius: 32px !important;
    overflow: hidden !important;
    position: relative;
    background: #031B2B;
}

.asar-hero-slide {
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 53px 56px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.asar-hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(184.37deg, rgba(213, 153, 45, 0.5) -107.18%, rgba(3, 27, 43, 0.5) 96.45%);
    z-index: 1;
}

.asar-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1070px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.asar-hero-tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    color: #FFFFFF;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    width: fit-content;
}

.asar-hero-title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 5vw, 52px);
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0;
}

.asar-hero-desc {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 28px);
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}

/* Navigation Bar with Premium Scoops */
.asar-hero-nav-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    pointer-events: none;
}

.asar-hero-nav-right-side .asar-hero-nav-bar {
    flex-direction: row-reverse;
}

.asar-hero-nav-left {
    background: #fff;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: clamp(20px, 8vw, 80px);
    border-top-right-radius: 32px;
    pointer-events: auto;
    position: relative;
    margin-left: 0;
}

/* Top Scoop for Nav Left */
.asar-hero-nav-left::before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: 32px;
    height: 32px;
    background: radial-gradient(circle at top right, transparent 32px, #fff 32.5px);
}

/* Right Scoop for Nav Left */
.asar-hero-nav-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -32px;
    width: 32px;
    height: 32px;
    background: radial-gradient(circle at top right, transparent 32px, #fff 32.5px);
}

.asar-hero-nav-right {
    background: #fff;
    /*padding: 0 40px;*/
    height: 100%;
    display: flex;
    align-items: center;
    border-top-left-radius: 32px;
    pointer-events: auto;
    position: relative;
}

/* Top Scoop for Nav Right */
.asar-hero-nav-right::before {
    content: '';
    position: absolute;
    top: -32px;
    right: 0;
    width: 32px;
    height: 32px;
    background: radial-gradient(circle at top left, transparent 32px, #fff 32.5px);
}

/* Left Scoop for Nav Right */
.asar-hero-nav-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -32px;
    width: 32px;
    height: 32px;
    background: radial-gradient(circle at top left, transparent 32px, #fff 32.5px);
}

/* Indicators & Arrows */
.asar-hero-indicators {
    display: flex;
    align-items: center;
    gap: 24px;
}

.indicator-text {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    min-width: 50px;
}

.indicator-bar {
    width: 181px;
    height: 6px;
    background: #D9D9D9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.indicator-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #004750;
    width: 20%;
    transition: width 0.3s ease;
}

.asar-hero-arrows {
    display: flex;
    gap: 72px;
}

.hero-arrow {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 12px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004750;
    font-size: 24px;
    font-weight: bold;
}

/* Read More Button (Secondary Button style) */
.hero-read-more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 16px;
    background: #FFF8F0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 10px 24px;
    color: #004750;
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.hero-read-more:hover {
    transform: translateY(-2px);
}

.hero-read-more i {
    font-size: 20px;
}

@media (max-width: 575px) {
    .asar-grid-4 {
        grid-template-columns: 1fr;
    }

    .asar-tabs-nav {
        flex-direction: column;
        border-radius: 20px;
        width: 100%;
    }
}

/* ==========================================================================
   ASAR SCOOP CORRECTION CSS (Force Overrides)
   ========================================================================== */

/* --------------------------------------------------------
   1. OVERLAY ICON CARDS (Bariatric Surgery)
   -------------------------------------------------------- */
/* Forces the cutout block to match the page background color and form a square with a rounded corner */
.asar-scoop-container.scoop-type-icon.layout-overlay .asar-scoop-block {
    width: 76px !important;
    height: 76px !important;
    background: var(--scoop-bg) !important;
    border-radius: 0 0 0 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
    right: 0 !important;
}

/* Forces the icon inside to be the dark circle */
.asar-scoop-container.scoop-type-icon.layout-overlay .asar-scoop-block i {
    background: var(--scoop-icon-bg, #031B2B) !important;
    color: #fff !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
}

/* Fixes the inverted curves to perfectly frame the cutout */
.asar-scoop-container.scoop-type-icon.layout-overlay .scoop-curve-1 {
    top: 0 !important;
    right: 76px !important;
    width: 32px !important;
    height: 32px !important;
    background: radial-gradient(circle at bottom left, transparent 32px, var(--scoop-curve-color) 32.5px) !important;
}

.asar-scoop-container.scoop-type-icon.layout-overlay .scoop-curve-2 {
    top: 76px !important;
    right: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: radial-gradient(circle at bottom left, transparent 32px, var(--scoop-curve-color) 32.5px) !important;
}

/* --------------------------------------------------------
   2. PATHWAY SQUARE CARDS (Medical Treatment Pathways)
   -------------------------------------------------------- */
/* Kills the messy box-shadow hack from the original theme causing the dark circles */
.asar-card-square .asar-scoop-corner::before,
.asar-card-square .asar-scoop-corner::after {
    box-shadow: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

/* Replaces the hack with clean radial-gradient curves */
.asar-card-square .asar-scoop-corner::before {
    bottom: 104px !important;
    right: 0 !important;
    background: radial-gradient(circle at top left, transparent 40px, #ffffff 40.5px) !important;
}

.asar-card-square .asar-scoop-corner::after {
    bottom: 0 !important;
    right: 106px !important;
    background: radial-gradient(circle at top left, transparent 40px, #ffffff 40.5px) !important;
}

/* --------------------------------------------------------
   3. DOCTOR PROFILE CARDS (Doctor 1)
   -------------------------------------------------------- */
.asar-scoop-card.type-doctor,
.asar-scoop-card.type-hospital,
.asar-scoop-card.type-service {
    --scoop-width: 150px;
    --scoop-height: 56px;
    --scoop-bg: #ffffff;
}

.asar-scoop-card.type-doctor .asar-scoop-block,
.asar-scoop-card.type-hospital .asar-scoop-block,
.asar-scoop-card.type-service .asar-scoop-block {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    text-decoration: none !important;
}

/* Creates the yellow View Profile button inside the white gap */
.asar-scoop-card.type-doctor .asar-scoop-block-inner,
.asar-scoop-card.type-hospital .asar-scoop-block-inner,
.asar-scoop-card.type-service .asar-scoop-block-inner {
    width: 138px;
    height: 44px;
    background: #D5992D;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asar-scoop-card.type-doctor .asar-scoop-block-inner .btn-text,
.asar-scoop-card.type-doctor .asar-scoop-block-inner i,
.asar-scoop-card.type-hospital .asar-scoop-block-inner .btn-text,
.asar-scoop-card.type-hospital .asar-scoop-block-inner i,
.asar-scoop-card.type-service .asar-scoop-block-inner .btn-text,
.asar-scoop-card.type-service .asar-scoop-block-inner i {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

/* ==========================================================================
   TESTIMONIALS SLIDER COMPONENT
   ========================================================================== */
.asar-testimonials-wrap.swiper-container {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.asar-testimonials-wrap .asar-testimonial-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 32px;
    width: 100%;
    min-height: 344px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box !important;
    transition: var(--transition);
    margin: 10px auto;
}

.asar-testimonials-wrap .asar-testimonial-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 19px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
}

.asar-testimonials-wrap .asar-testimonial-image-box {
    width: 73px !important;
    height: 73px !important;
    min-width: 73px !important;
    min-height: 73px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
}

.asar-testimonials-wrap .asar-testimonial-image-box img {
    width: 73px !important;
    height: 73px !important;
    min-width: 73px !important;
    min-height: 73px !important;
    max-width: 73px !important;
    max-height: 73px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.asar-testimonials-wrap .asar-testimonial-placeholder {
    width: 100% !important;
    height: 100% !important;
    background: #eee !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #999 !important;
}

.asar-testimonials-wrap .asar-testimonial-placeholder i {
    font-size: 32px !important;
}

.asar-testimonials-wrap .asar-testimonial-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-grow: 1 !important;
}

.asar-testimonials-wrap .asar-testimonial-name {
    margin: 0 !important;
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: #000000 !important;
}

.asar-testimonials-wrap .asar-testimonial-location {
    margin: 4px 0 0 0 !important;
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #000000 !important;
}

.asar-testimonials-wrap .asar-testimonial-rating {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 24px !important;
}

.asar-testimonials-wrap .asar-testimonial-stars {
    color: #D5992D;
    font-size: 20px !important;
    display: flex !important;
    gap: 4px !important;
}

.asar-testimonials-wrap .asar-testimonial-rating-num {
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #000000 !important;
}

.asar-testimonials-wrap .asar-testimonial-message {
    font-family: 'Satoshi', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #000000 !important;
    margin: 0 !important;
    align-self: stretch !important;
    text-align: left !important;
}

/* Swiper overrides for testimonials */
.asar-testimonials-wrap .swiper-slide {
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
}

.asar-testimonials-nav {
    position: relative !important;
    margin-top: 30px !important;
    width: 100% !important;
    height: 44px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    z-index: 100 !important;
}

.asar-testimonials-nav .swiper-button-next,
.asar-testimonials-nav .swiper-button-prev {
    position: static !important;
    margin: 0 !important;
    width: 44px !important;
    height: 44px !important;
    color: #D5992D !important;
    background: #fff !important;
    border: 1px solid #D5992D !important;
    border-radius: 50% !important;
}

.asar-testimonials-nav .swiper-button-next:after,
.asar-testimonials-nav .swiper-button-prev:after {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    .asar-testimonial-card {
        padding: 24px;
        min-height: auto;
    }

    .asar-testimonial-name {
        font-size: 24px;
    }

    .asar-testimonial-message {
        font-size: 18px;
        line-height: 1.4;
    }
}


/* =============================================

/* =============================================

/* =============================================

/* =============================================
   ASAR UNIVERSAL HERO - REBUILT FROM SCRATCH
   ============================================= */

/* BASE CONTAINER (FLOATING ISLAND) */
.asar-universal-hero {
    position: relative;
    width: 95% !important;
    max-width: 1600px !important;
    height: 650px;
    margin: -80px auto !important;
    /* Added margin for floating effect */
    overflow: hidden;
    display: block;
    background: #004750;
    border-radius: 32px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* BACKGROUND COVER LOGIC */
.asar-hero-bg-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.asar-hero-bg-img,
.asar-hero-bg-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.asar-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* LAYOUT: STANDARD (Centered Box) */
.layout-standard .asar-hero-content-area {
    position: absolute;
    width: 1035px;
    height: auto;
    min-height: 276px;
    left: 0px;
    bottom: 0px;
    background: #FFFFFF;
    border-top-right-radius: 64px;
    padding: 40px 62px 60px;
    z-index: 10;
}

/* Inverted curve for white box */
.layout-standard .asar-hero-content-area::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 64px;
    height: 64px;
    background: radial-gradient(circle at top left, transparent 64px, #fff 65px);
}

.layout-standard .hero-title {
    font-family: 'Roca One' !important;
    font-size: 84px !important;
    line-height: 121px !important;
    color: #000000 !important;
    margin: 0 !important;
}

.layout-standard .hero-subtitle {
    font-family: 'Satoshi' !important;
    font-size: 30px !important;
    line-height: 41px !important;
    color: #000000 !important;
    margin-top: 10px !important;
}

.layout-standard .asar-hero-badges {
    position: absolute;
    width: 640.68px;
    left: 1182px;
    top: 943px;
    display: flex;
    gap: 36px;
    z-index: 10;
}

.layout-standard .asar-hero-badges img {
    width: 133.17px;
    height: 66.59px;
    object-fit: contain;
}

/* LAYOUT: LEFT (Large Content Area) */
.layout-left .asar-hero-content-area {
    position: absolute;
    width: 1610px;
    height: auto;
    min-height: 275px;
    left: 0px;
    bottom: 0px;
    background: #FFFFFF;
    border-top-right-radius: 64px;
    padding: 40px 78px 130px;
    z-index: 10;
}

.layout-left .asar-hero-content-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 64px;
    height: 64px;
    background: radial-gradient(circle at 0% 100%, transparent 64px, #fff 65px);
}

.layout-left .hero-title {
    font-family: 'Roca One' !important;
    font-size: 84px !important;
    line-height: 121px !important;
    color: #000000 !important;
    margin: 0 !important;
}

.layout-left .hero-subtitle {
    font-family: 'Satoshi' !important;
    font-size: 30px !important;
    line-height: 41px !important;
    color: #000000 !important;
    max-width: 1348px;
    margin-top: 10px !important;
}

/* LAYOUT: DARK (Medical Travel) */
.layout-dark .asar-hero-content-area {
    position: absolute;
    width: 1452px;
    height: 478px;
    left: 155px;
    top: 258px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.layout-dark .asar-hero-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 10px 16px;
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
}

.layout-dark .hero-title {
    font-family: 'Roca One' !important;
    font-size: 84px !important;
    line-height: 100px !important;
    color: #FFFFFF !important;
}

.layout-dark .hero-subtitle {
    font-family: 'Satoshi' !important;
    font-size: 30px !important;
    line-height: 41px !important;
    color: #FFFFFF !important;
}

.layout-dark .hero-buttons {
    display: flex;
    gap: 52px;
}

.layout-dark .asar-btn {
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-family: 'Satoshi';
    font-weight: 900;
    font-size: 24px;
    text-decoration: none;
}

.layout-dark .asar-btn-primary {
    background: #D5992D;
    color: #fff;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.layout-dark .asar-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

/* SHARED SCROLL BUTTON */
.asar-scroll-btn {
    position: absolute;
    width: 52px;
    height: 52px;
    border: 2px solid #000000;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
    cursor: pointer;
}

.layout-dark .asar-scroll-btn {
    border-color: #FFFFFF;
    color: #FFFFFF;
    left: 66px;
    top: 973px;
}

.layout-standard .asar-scroll-btn,
.layout-left .asar-scroll-btn {

    /*left: 62px;*/
    bottom: 1px;
}

/* Mobile Adjustments */
@media (max-width: 1200px) {
    .asar-universal-hero {
        width: 100% !important;
        height: auto !important;
        min-height: 600px;
        border-radius: 0;
        margin: 0 !important;
    }

    .asar-hero-content-area {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        padding: 40px 20px !important;
        border-radius: 0 !important;
    }

    .asar-hero-content-area::after {
        display: none;
    }

    .hero-title {
        font-size: 48px !important;
        line-height: 1.1 !important;
    }

    .hero-subtitle {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .asar-hero-badges {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        justify-content: center;
        padding: 20px;
    }
}

/* =====================================================================
   HOW IT WORKS PAGE  (#hiw-page)
   ===================================================================== */

/* ── Shared Utilities ──────────────────────────────────────────────── */
.hiw-page .asar-section {
    padding: 100px 0;
}

.hiw-section-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 4rem);
    font-weight: 700;
    color: var(--asar-dark);
    line-height: 1.15;
    text-align: center;
    margin: 0 0 16px;
}

.hiw-section-subtitle {
    font-size: 1.125rem;
    color: #444;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Badge pills */
.hiw-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 32px;
    font-family: var(--font-subheading);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.hiw-badge--gold {
    background: rgba(213, 153, 45, 0.12);
    border: 1px solid var(--asar-accent);
    color: var(--asar-accent);
}
.hiw-badge--teal {
    background: rgba(0, 71, 80, 0.1);
    border: 1px solid var(--asar-primary);
    color: var(--asar-primary);
}
.hiw-badge--dark {
    background: rgba(3, 27, 43, 0.1);
    border: 1px solid var(--asar-dark);
    color: var(--asar-dark);
}

/* Buttons */
.hiw-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 16px;
    font-family: var(--font-subheading);
    font-weight: 700;
    font-size: 1.15rem;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
}
.hiw-btn--gold {
    background: var(--asar-accent);
    color: #fff;
    box-shadow: 0 4px 12px rgba(213, 153, 45, 0.4);
}
.hiw-btn--gold:hover {
    background: var(--asar-accent-hover);
    color: #fff;
    transform: translateY(-2px);
}
.hiw-btn--outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.hiw-btn--outline:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
.hiw-btn--teal {
    background: var(--asar-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 71, 80, 0.35);
}
.hiw-btn--teal:hover {
    background: var(--asar-primary-hover);
    color: #fff;
    transform: translateY(-2px);
}
.hiw-btn--dark {
    background: var(--asar-dark);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.hiw-btn--dark:hover {
    background: #052a3f;
    color: #fff;
    transform: translateY(-2px);
}
.hiw-btn--gold-outline {
    background: var(--asar-beige);
    border-color: var(--asar-accent);
    color: var(--asar-accent);
}
.hiw-btn--gold-outline:hover {
    background: var(--asar-accent);
    color: #fff;
}

/* Navigation pill transparency on How It Works page */
.page-template-page-how-it-works #asar-header .asar-header-inner {
    background-color: rgba(0, 71, 80, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hiw-page {
    background-color: var(--asar-beige);
}


/* ── SECTION 1: HERO CONTAINER (ROUNDED CARD MATCHING FIGMA) ────────── */
.hiw-hero {
    position: relative;
    max-width: 1794px;
    margin: 18px auto 0;
    min-height: 1027px;
    display: flex;
    align-items: center;
    padding: 180px 92px 100px;
    background: transparent;
    border-radius: 32px;
}
.hiw-hero__backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
    /* Cuts out bottom-left corner notch, concentric with scroll button */
    -webkit-mask-image: radial-gradient(circle at 39px 100%, transparent 54px, #000 55px);
    mask-image: radial-gradient(circle at 39px 100%, transparent 54px, #000 55px);
}
.hiw-hero__bg {
    position: absolute;
    inset: 0;
    background-color: var(--asar-primary);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.hiw-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 21, 36, 0.85) 0%,
        rgba(0, 71, 80, 0.6) 60%,
        rgba(0, 21, 36, 0.45) 100%
    );
}

.hiw-hero__inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    margin: 0;
    max-width: 1452px;
    padding-bottom: 80px;
}
.hiw-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 32px;
    border: 1.5px solid rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    color: #fff;
    font-family: var(--font-subheading);
    font-weight: 700;
    font-size: 18px;
    width: fit-content;
    margin-bottom: 24px;
}
.hiw-hero__text {}
.hiw-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 4.8vw, 84px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 24px;
}
.hiw-hero__subtitle {
    font-family: var(--font-subheading);
    font-size: clamp(1.1rem, 1.8vw, 30px);
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    max-width: 1300px;
    margin: 0 0 40px;
}
.hiw-hero__ctas {
    display: flex;
    gap: 52px;
    align-items: center;
    flex-wrap: wrap;
}
.hiw-hero .hiw-btn {
    height: 72px;
    font-size: 24px;
    padding: 10px 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
.hiw-hero__scroll-btn {
    position: absolute;
    left: 3px;
    bottom: -36px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transition: var(--transition);
    color: var(--asar-primary);
}
.hiw-hero__scroll-btn:hover {
    background: var(--asar-accent);
    color: #fff;
    transform: translateY(2px);
}

@media (max-width: 1840px) {
    .hiw-hero {
        margin: 18px 20px 0;
        padding-left: 60px;
        padding-right: 60px;
    }
    .hiw-hero__scroll-btn {
        left: 46px;
    }
    .hiw-hero__backdrop {
        -webkit-mask-image: radial-gradient(circle at 82px 100%, transparent 54px, #000 55px);
        mask-image: radial-gradient(circle at 82px 100%, transparent 54px, #000 55px);
    }
}





/* ── SECTION 2 & 4: CORNER CUTOUT CARDS ────────────────────────────── */
.hiw-services {
    background: #fff;
}
.hiw-services__heading {
    margin-bottom: 40px !important;
}
.hiw-services__tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
}
.hiw-tab-btn {
    background: transparent;
    border: none;
    padding: 10px 28px;
    border-radius: 16px;
    font-family: var(--font-subheading);
    font-weight: 700;
    font-size: 1.1rem;
    color: #828282;
    cursor: pointer;
    transition: var(--transition);
}
.hiw-tab-btn.active {
    color: var(--asar-accent);
    background: rgba(213, 153, 45, 0.07);
}
.hiw-tab-btn:hover {
    color: var(--asar-accent);
}
.hiw-tab-panel {
    display: none;
}
.hiw-tab-panel.active {
    display: block;
    animation: hiwFadeIn 0.35s ease;
}
.hiw-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Concentric Chamfer Cutout Card */
.hiw-cutout-card {
    position: relative;
    border-radius: 32px;
    min-height: 273px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 36px 36px;
    color: #fff;
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hiw-cutout-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--asar-primary) 0%, var(--asar-dark) 100%);
    border-radius: 32px;
    z-index: 1;
    /* Concentric circle mask with top-right corner button */
    -webkit-mask-image: radial-gradient(circle 52px at calc(100% - 36.5px) 36.5px, transparent 99%, #000 100%);
    mask-image: radial-gradient(circle 52px at calc(100% - 36.5px) 36.5px, transparent 99%, #000 100%);
    transition: var(--transition);
}
.hiw-cutout-card:hover {
    transform: translateY(-6px);
}
.hiw-cutout-card:hover::before {
    box-shadow: 0 12px 36px rgba(0, 71, 80, 0.35);
}
.hiw-cutout-card__body {
    position: relative;
    z-index: 2;
}
.hiw-cutout-card__title {
    font-family: var(--font-subheading);
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 12px;
}
.hiw-cutout-card__desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin: 0;
}
.hiw-cutout-card__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background: var(--asar-dark);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 3;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.hiw-cutout-card:hover .hiw-cutout-card__btn {
    background: var(--asar-accent);
    border-color: var(--asar-accent);
    transform: rotate(45deg);
}
.hiw-cutout-card__btn svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
}

/* ── SECTION 3: JOURNEY & TIMELINE SLIDER ──────────────────────────── */
.hiw-journey {
    background: #fff;
    border-top: 1px solid var(--asar-border);
}
.hiw-journey__header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hiw-journey__timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
    padding: 0 40px;
}
.hiw-journey__line {
    position: absolute;
    top: 27px;
    left: 90px;
    right: 90px;
    height: 3px;
    background: linear-gradient(90deg, var(--asar-accent) 0%, var(--asar-primary) 100%);
    z-index: 0;
    border-radius: 3px;
}
.hiw-journey__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex: 1;
    position: relative;
    z-index: 1;
}
.hiw-journey__dot {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--asar-primary);
    border: 3px solid rgba(255,255,255,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(0,71,80,0.15);
    transition: var(--transition);
}
.hiw-journey__step.active .hiw-journey__dot {
    background: var(--asar-accent);
    box-shadow: 0 0 0 4px rgba(213, 153, 45, 0.25);
}
.hiw-journey__dot span {
    color: #fff;
    font-family: var(--font-subheading);
    font-weight: 700;
    font-size: 1rem;
}
.hiw-journey__step-label {
    font-family: var(--font-subheading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--asar-dark);
    text-align: center;
    line-height: 1.3;
    max-width: 120px;
}
.hiw-journey__bottom-content {
    background: var(--asar-beige);
    border-radius: 32px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.hiw-journey__slider-intro {
    font-size: 1.25rem;
    color: var(--asar-dark);
    line-height: 1.6;
    margin: 0;
}
.hiw-journey__slider-outer {
    position: relative;
    width: 100%;
}
.hiw-journey__slider-track {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.hiw-journey__slider-track::-webkit-scrollbar {
    display: none;
}
.hiw-cutout-card--square {
    flex: 0 0 272px;
    width: 272px;
    min-height: 273px;
    scroll-snap-align: start;
}
.hiw-slider-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}
.hiw-slider-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--asar-primary);
    color: var(--asar-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.hiw-slider-arrow:hover {
    background: var(--asar-primary);
    color: #fff;
}

/* ── SECTION 4: VISA ───────────────────────────────────────────────── */
.hiw-visa {
    background: var(--asar-beige);
}
.hiw-visa__inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 80px;
    align-items: center;
}
.hiw-visa__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
.hiw-visa__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.75rem);
    font-weight: 700;
    color: var(--asar-dark);
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
.hiw-visa__intro {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin: 0;
}
.hiw-visa__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* ── SECTION 5: SUPPORT ────────────────────────────────────────────── */
.hiw-support {
    background: #fff;
}
.hiw-support__heading {
    font-family: var(--font-subheading) !important;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem) !important;
    font-weight: 700;
    color: var(--asar-dark);
    text-align: center;
    margin-bottom: 48px !important;
}
.hiw-support__heading strong {
    font-weight: 700;
    color: var(--asar-primary);
}
.hiw-support__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.hiw-support-card {
    background: var(--asar-beige);
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 233px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: var(--transition);
}
.hiw-support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.hiw-support-card__title {
    font-family: var(--font-subheading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--asar-dark);
    line-height: 1.35;
    margin: 0;
    flex: 1;
}
.hiw-support-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: rgba(213, 153, 45, 0.2);
    margin-top: 20px;
    flex-shrink: 0;
    align-self: flex-end;
    color: var(--asar-accent);
}
.hiw-support-card:nth-child(even) .hiw-support-card__icon {
    background: rgba(0, 71, 80, 0.2);
    color: var(--asar-primary);
}
.hiw-support-card:nth-child(3) .hiw-support-card__icon,
.hiw-support-card:nth-child(6) .hiw-support-card__icon {
    background: rgba(3, 27, 43, 0.2);
    color: var(--asar-dark);
}
.hiw-support-card__icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

/* ── SECTION 6: TESTIMONIALS ───────────────────────────────────────── */
.hiw-testimonials {
    background: #fff;
    border-top: 1px solid var(--asar-border);
}
.hiw-testimonials__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.hiw-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.hiw-review-card {
    background: var(--asar-beige);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: var(--transition);
}
.hiw-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}
.hiw-review-card__reviewer {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hiw-review-card__avatar {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.hiw-review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hiw-review-card__avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--asar-primary), var(--asar-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
}
.hiw-review-card__avatar-placeholder svg {
    width: 36px;
    height: 36px;
    fill: rgba(255,255,255,0.7);
}
.hiw-review-card__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.hiw-review-card__name {
    font-family: var(--font-subheading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--asar-dark);
    line-height: 1.2;
}
.hiw-review-card__country {
    font-size: 0.95rem;
    color: #777;
    font-family: var(--font-body);
}
.hiw-review-card__stars {
    display: flex;
    align-items: center;
    gap: 4px;
}
.hiw-star {
    width: 32px;
    height: 32px;
}
.hiw-star--filled {
    color: var(--asar-accent);
}
.hiw-star--empty {
    color: #ccc;
}
.hiw-review-card__rating {
    font-size: 1.1rem;
    font-weight: 600;
    color: #555;
    margin-left: 6px;
}
.hiw-review-card__quote {
    font-size: 1.25rem;
    color: #000;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

/* ── SECTION 7: CTA BANNER (2 SEPARATE CARDS WITH 32px GAP) ────────── */
.hiw-cta {
    background: #fff;
}
.hiw-cta__inner {
    display: grid;
    grid-template-columns: 576px 1fr;
    gap: 32px;
    background: transparent;
    box-shadow: none;
}
.hiw-cta__image {
    border-radius: 32px;
    overflow: hidden;
    height: 541px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.hiw-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hiw-cta__image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8f4f5 0%, #cce8e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.hiw-cta__image-placeholder svg {
    width: 160px;
    height: 160px;
    opacity: 0.5;
}
.hiw-cta__panel {
    background: linear-gradient(161deg, #15616d 15%, #001524 105%);
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 64px;
    height: 541px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.hiw-cta__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.hiw-cta__title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.8vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
.hiw-cta__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin: 0;
}
.hiw-cta__btns {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

/* ── HIW Responsive ────────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .hiw-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hiw-testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hiw-visa__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .hiw-cta__inner {
        grid-template-columns: 1fr;
    }
    .hiw-cta__image {
        height: 300px;
        width: 100%;
    }
    .hiw-cta__panel {
        height: auto;
        padding: 48px 32px;
    }
}

@media (max-width: 900px) {
    .hiw-hero {
        min-height: 560px;
        padding-top: 100px;
    }
    .hiw-journey__timeline {
        flex-wrap: wrap;
        gap: 32px;
        padding: 0;
    }
    .hiw-journey__line {
        display: none;
    }
    .hiw-journey__step {
        flex: 0 0 40%;
    }
    .hiw-support__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hiw-visa__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hiw-hero__ctas {
        flex-direction: column;
        align-items: flex-start;
    }
    .hiw-services__grid {
        grid-template-columns: 1fr;
    }
    .hiw-services__tabs {
        flex-direction: column;
        align-items: stretch;
    }
    .hiw-journey__step {
        flex: 0 0 100%;
    }
    .hiw-support__grid {
        grid-template-columns: 1fr;
    }
    .hiw-testimonials__grid {
        grid-template-columns: 1fr;
    }
    .hiw-cta__panel {
        padding: 40px 28px;
    }
    .hiw-cta__btns {
        flex-direction: column;
    }
}

