/* ==========================================================================
   GLOBAL SECTION & CONTAINER SPACING RESET FOR SPECIALISED THERAPIES
   (Overrides theme's section > .container double 90px padding)
   ========================================================================== */
.specialised-hero-section > .container,
.specialised-hero-section > .container-fluid,
.specialised-sec2-section > .container,
.specialised-sec2-section > .container-fluid,
.specialised-sec3-section > .container,
.specialised-sec3-section > .container-fluid,
.specialised-sec4-section > .container,
.specialised-sec4-section > .container-fluid,
.specialised-sec5-section > .container,
.specialised-sec5-section > .container-fluid,
.specialised-sec5-section .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ==========================================================================
   SPECIALISED AYURVEDIC THERAPIES - HERO EXACT MOCKUP REPRODUCTION
   ========================================================================== */
.specialised-hero-section {
    background: linear-gradient(135deg, #FAF7F2 0%, #FDFBF8 40%, #FAF5EE 100%);
    padding: 45px 0 50px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #EFE4D6;
    border-bottom: 1px solid #EFE4D6;
}

@media (max-width: 768px) {
    .specialised-hero-section {
        padding: 25px 0 30px 0;
    }
}

.specialised-hero-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(198, 146, 75, 0.09) 0%, rgba(250, 247, 242, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* WIDE LUXURY CONTAINER */
.specialised-hero-container {
    max-width: 1440px !important;
    width: 95% !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

/* Eyebrow / Tag */
.specialised-hero-tag {
    display: inline-block;
    color: #c48b41;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
}

/* Main H1 Title */
.specialised-hero-h1 {
    color: #5c1120 !important;
    font-size: 3.2rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    font-family: 'Playfair Display', Georgia, serif !important;
}

@media (max-width: 1200px) {
    .specialised-hero-h1 {
        font-size: 2.7rem !important;
    }
}

@media (max-width: 991px) {
    .specialised-hero-h1 {
        font-size: 2.25rem !important;
    }
}

@media (max-width: 576px) {
    .specialised-hero-h1 {
        font-size: 1.85rem !important;
    }
}

/* Subtitle */
.specialised-hero-subtitle {
    color: #7a2335;
    font-size: 1.5rem;
    line-height: 1.38;
    font-weight: 600;
    font-style: italic;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    .specialised-hero-subtitle {
        font-size: 1.25rem;
    }
}

/* Paragraphs */
.specialised-hero-desc {
    color: #3b3633;
    font-size: 16px;
    line-height: 1.76;
    margin-bottom: 16px;
    max-width: 96%;
}

.specialised-hero-desc a {
    color: #5c1120;
    font-weight: 600;
    transition: all 0.2s ease;
}

.specialised-hero-desc a:hover {
    color: #c48b41;
    text-decoration-color: #c48b41;
}

/* CTA Buttons */
.specialised-hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.specialised-btn-primary,
.specialised-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.2px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.specialised-btn-primary {
    background: #6b1424;
    color: #ffffff !important;
    border: 1.5px solid #6b1424;
    box-shadow: 0 6px 18px rgba(107, 20, 36, 0.22);
}

.specialised-btn-primary:hover {
    background: #4f0b18;
    border-color: #4f0b18;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(79, 11, 24, 0.35);
    color: #ffffff !important;
}

.specialised-btn-primary i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.specialised-btn-primary:hover i {
    transform: translateX(4px);
}

.specialised-btn-outline {
    background: transparent;
    color: #6b1424 !important;
    border: 1.5px solid #6b1424;
    box-shadow: none;
}

.specialised-btn-outline:hover {
    background: #6b1424;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(107, 20, 36, 0.22);
}

@media (max-width: 768px) {
    .specialised-btn-primary,
    .specialised-btn-outline {
        padding: 9px 18px;
        font-size: 12.5px;
        gap: 7px;
    }
}

/* Feature Badges (Bottom Left) */
.specialised-hero-badges {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(198, 146, 75, 0.28);
    flex-wrap: wrap;
}

.specialised-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4a4542;
    font-size: 14px;
    font-weight: 600;
}

.specialised-badge-icon {
    color: #c48b41;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   RIGHT COLUMN: EXACT MOCKUP COLLAGE STAGE & EDITABLE FLOATING QUOTES
   ========================================================================== */
.specialised-hero-stage {
    position: relative;
    padding-right: 175px; /* creates dedicated canvas space for the right-side quotes */
}

@media (max-width: 991px) {
    .specialised-hero-stage {
        padding-right: 0;
        margin-top: 25px;
    }
}

/* Collage Photo Card */
.specialised-collage-wrap {
    position: relative;
}


.specialised-collage-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Floating Quotes Layer (Fully editable in Admin Dashboard) */
.specialised-floating-quote-top {
    position: absolute;
    top: 35px;
    right: 0;
    width: 165px;
    text-align: left;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.38;
    color: #6b1424;
    font-weight: 600;
    z-index: 3;
}

.specialised-floating-quote-bottom {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 165px;
    text-align: left;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.35;
    color: #5c1120;
    font-weight: 600;
    letter-spacing: 0.3px;
    z-index: 3;
}

/* Elegant Lotus Motif watermark behind bottom quote */
.specialised-lotus-watermark {
    position: absolute;
    right: -25px;
    bottom: 45px;
    width: 180px;
    height: 180px;
    opacity: 0.55;
    pointer-events: none;
    z-index: 2;
    background-image: url('{{ asset("uploads/lotus_flower_accent.jpg") }}');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
}

@media (max-width: 991px) {
    .specialised-floating-quote-top,
    .specialised-floating-quote-bottom,
    .specialised-lotus-watermark {
        display: none;
    }
}

/* ==========================================================================
   SECTION 2: WHAT IS A SPECIALISED AYURVEDIC THERAPY?
   ========================================================================== */
.specialised-sec2-section {
    background: #FFFDF9;
    padding: 50px 0 55px 0;
    position: relative;
    border-bottom: 1px solid #EFE4D6;
}

@media (max-width: 768px) {
    .specialised-sec2-section {
        padding: 30px 0 35px 0;
    }
}

/* Section 2 Header with Decorative Side Lines */
.specialised-sec2-header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}

.specialised-sec2-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d9aa63, transparent);
    max-width: 140px;
}

.specialised-sec2-title {
    color: #6b1424;
    font-size: 2.35rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
    text-align: center;
    letter-spacing: -0.3px;
}

@media (max-width: 768px) {
    .specialised-sec2-title {
        font-size: 1.85rem;
    }
    .specialised-sec2-line {
        display: none;
    }
}

.specialised-sec2-lead {
    color: #4a4542;
    font-size: 16.5px;
    line-height: 1.75;
    max-width: 860px;
    margin: 0 auto 35px auto;
    text-align: center;
}

@media (max-width: 768px) {
    .specialised-sec2-lead {
        font-size: 15px;
        margin: 0 auto 22px auto;
    }
}

/* 4 Feature Pillars Grid */
.specialised-sec2-card {
    background: #FFFFFF;
    border: 1px solid #EFE4D6;
    border-radius: 20px;
    padding: 30px 22px 28px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(92, 17, 32, 0.04);
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
}

.specialised-sec2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(107, 20, 36, 0.1);
    border-color: #d9aa63;
}

.specialised-sec2-img-wrap {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.specialised-sec2-img-wrap img {
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.specialised-sec2-card:hover .specialised-sec2-img-wrap img {
    transform: scale(1.05);
}

.specialised-sec2-card-title {
    color: #6b1424;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

.specialised-sec2-card-text {
    color: #55504c;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* Bottom Context Notes */
.specialised-sec2-footers {
    max-width: 1050px;
    margin: 55px auto 0 auto;
    padding: 26px 32px;
    background: #FAF6F0;
    border-radius: 16px;
    border-left: 4px solid #b87f32;
    border-top: 1px solid #EFE4D6;
    border-right: 1px solid #EFE4D6;
    border-bottom: 1px solid #EFE4D6;
}

.specialised-sec2-footer-p {
    color: #3b3633;
    font-size: 15px;
    line-height: 1.74;
    margin-bottom: 12px;
}

.specialised-sec2-footer-p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   SECTION 3: NEED VS THERAPIES DIRECTORY MATRIX
   ========================================================================== */
.specialised-sec3-section {
    background: #FAF8F5;
    padding: 50px 0 55px 0;
    position: relative;
    border-bottom: 1px solid #EAE0D3;
}

@media (max-width: 768px) {
    .specialised-sec3-section {
        padding: 30px 0 35px 0;
    }
}

.specialised-sec3-header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 28px;
}

.specialised-sec3-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d9aa63, transparent);
    max-width: 140px;
}

.specialised-sec3-title {
    color: #6b1424;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
    text-align: center;
    letter-spacing: -0.3px;
}

@media (max-width: 768px) {
    .specialised-sec3-title {
        font-size: 1.75rem;
    }
    .specialised-sec3-line {
        display: none;
    }
}

.specialised-table-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #E8DFD3;
    box-shadow: 0 12px 35px rgba(107, 20, 36, 0.05);
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
}

.specialised-matrix-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.specialised-matrix-table thead th {
    background: #73182a;
    color: #ffffff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 18px 24px;
    border: none;
    text-align: left;
}

.specialised-matrix-table thead th:first-child {
    width: 44%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.specialised-matrix-table tbody tr {
    border-bottom: 1px solid #EFE7DC;
    transition: all 0.25s ease;
}

.specialised-matrix-table tbody tr:nth-child(even) {
    background: #FAF7F2;
}

.specialised-matrix-table tbody tr:hover {
    background: #F5EEE2;
}

.specialised-matrix-table tbody tr:last-child {
    border-bottom: none;
}

.specialised-matrix-table td {
    padding: 16px 24px;
    vertical-align: middle;
    font-size: 15px;
    color: #383431;
    line-height: 1.55;
}

.specialised-concern-cell {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    color: #2b2725;
}

.specialised-concern-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: #F6EDE0;
    color: #b37c35;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.25s ease;
}

.specialised-matrix-table tbody tr:hover .specialised-concern-icon {
    background: #73182a;
    color: #ffffff;
    transform: scale(1.08);
}

.specialised-therapies-cell {
    font-size: 15px;
}

/* Internal Interactive Anchor Links */



@media (max-width: 768px) {
    .specialised-matrix-table thead {
        display: none;
    }
    .specialised-matrix-table,
    .specialised-matrix-table tbody,
    .specialised-matrix-table tr,
    .specialised-matrix-table td {
        display: block;
        width: 100%;
    }
    .specialised-matrix-table tbody tr {
        padding: 16px;
        border-bottom: 1px solid #E8DFD3;
    }
    .specialised-matrix-table td {
        padding: 6px 0;
    }
}

/* ==========================================================================
   SECTION 4: CUSTOM CARE VS STANDARD PROTOCOL
   ========================================================================== */
.specialised-sec4-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF6F0 100%);
    padding: 50px 0 55px 0;
    position: relative;
    border-bottom: 1px solid #EAE0D3;
}

@media (max-width: 768px) {
    .specialised-sec4-section {
        padding: 30px 0 35px 0;
    }
}

.specialised-sec4-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F8EDE0;
    color: #a36b22;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.specialised-sec4-title {
    color: #5c1120;
    font-size: 2.35rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.22;
    margin-bottom: 22px;
    letter-spacing: -0.3px;
}

@media (max-width: 768px) {
    .specialised-sec4-title {
        font-size: 1.85rem;
    }
}

.specialised-sec4-desc {
    color: #3b3633;
    font-size: 15.5px;
    line-height: 1.76;
    margin-bottom: 16px;
}

.specialised-sec4-desc a {
    color: #6b1424;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s;
}

.specialised-sec4-desc a:hover {
    color: #a3223b;
}

.specialised-sec4-highlights {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.specialised-sec4-hl-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #332d2a;
}

.specialised-sec4-hl-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #F6EDE0;
    color: #b37c35;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.specialised-sec4-card-stage {
    position: relative;
    background: #FAF7F2;
    border-radius: 20px;
    border: 1px solid #E8DFD3;
    box-shadow: 0 16px 40px rgba(107, 20, 36, 0.06);
    overflow: hidden;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 380px;
}

.specialised-sec4-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.specialised-sec4-badge-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #EBE1D4;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.specialised-sec4-quote {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    color: #6b1424;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* ==========================================================================
   SECTION 5: MAIN SPECIALISED AYURVEDIC THERAPIES
   ========================================================================== */
.specialised-sec5-section {
    background: #FFFDF9;
    padding: 50px 0 60px 0;
    position: relative;
    border-bottom: 1px solid #EAE0D3;
}

@media (max-width: 768px) {
    .specialised-sec5-section {
        padding: 30px 0 35px 0;
    }
}

.specialised-sec5-section .container {
    max-width: 1320px;
}

.specialised-sec5-header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 12px;
}

.specialised-sec5-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d9aa63, transparent);
    max-width: 140px;
}

.specialised-sec5-title {
    color: #6b1424;
    font-size: 2.35rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
    text-align: center;
    letter-spacing: -0.3px;
}

.specialised-sec5-subtitle {
    color: #8a6a43;
    font-size: 16px;
    font-style: italic;
    font-family: 'Playfair Display', Georgia, serif;
    text-align: center;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .specialised-sec5-title {
        font-size: 1.85rem;
    }
    .specialised-sec5-line {
        display: none;
    }
    .specialised-sec5-subtitle {
        margin-bottom: 22px;
    }
}

/* 12 Overview Cards Grid (2 rows of 6 on wide desktop) */
.specialised-overview-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 45px;
}

@media (max-width: 1200px) {
    .specialised-overview-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .specialised-overview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 28px;
    }
}

@media (max-width: 480px) {
    .specialised-overview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .specialised-overview-card {
        border-radius: 12px;
    }

    .specialised-overview-img-wrap {
        height: 112px;
    }

    .specialised-overview-body {
        padding: 10px 8px 8px;
    }

    .specialised-overview-title {
        font-size: 13.5px;
        margin-bottom: 4px;
    }

    .specialised-overview-sub {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 8px;
        min-height: 30px;
    }

    .specialised-meta-duration {
        font-size: 10px;
        padding: 2px 5px;
    }

    .specialised-overview-link {
        font-size: 10px;
    }
}

.specialised-overview-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #EAE0D3;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
}

/* Glowing Top Accent Line on Hover */
.specialised-overview-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4a359 0%, #7b1629 100%);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.35s ease;
    z-index: 2;
}

.specialised-overview-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.specialised-overview-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(107, 20, 36, 0.13), 0 4px 12px rgba(0, 0, 0, 0.03);
    border-color: #d8b068;
}

.specialised-overview-img-wrap {
    width: 100%;
    height: 132px;
    overflow: hidden;
    background: #FAF5ED;
    position: relative;
    display: block;
}

.specialised-overview-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.4s ease;
}

.specialised-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(107, 20, 36, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.specialised-overview-card:hover .specialised-overview-img-wrap img {
    transform: scale(1.09);
}

.specialised-overview-card:hover .specialised-card-overlay {
    opacity: 1;
}

.specialised-overview-body {
    padding: 14px 12px 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.specialised-overview-title {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.25;
}

.specialised-overview-title a {
    color: #6b1424;
    text-decoration: none;
    transition: color 0.25s ease;
}

.specialised-overview-card:hover .specialised-overview-title a {
    color: #961b32;
}

.specialised-overview-sub {
    font-size: 11.5px;
    color: #635c57;
    line-height: 1.48;
    margin-bottom: 12px;
    flex: 1;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.specialised-overview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding-top: 9px;
    border-top: 1px solid #F3ECE2;
    margin-top: auto;
}

.specialised-meta-duration {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #7d6b60;
    white-space: nowrap;
    background: #FAF6F0;
    padding: 3px 6px;
    border-radius: 4px;
    border: 1px solid #EDE4D8;
    letter-spacing: -0.2px;
}

.specialised-meta-duration i {
    font-size: 10px;
    color: #b58133;
}

.specialised-overview-link {
    color: #b87b28;
    font-weight: 600;
    text-decoration: none;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.specialised-overview-link .arrow-icon {
    font-size: 9px;
    transition: transform 0.25s ease;
}

.specialised-overview-card:hover .specialised-overview-link {
    color: #6b1424;
}

.specialised-overview-card:hover .specialised-overview-link .arrow-icon {
    transform: translateX(3px);
}

/* Category Dividers */
.specialised-category-block {
    margin-bottom: 38px;
}

@media (max-width: 768px) {
    .specialised-category-block {
        margin-bottom: 25px;
    }
}

.specialised-category-title-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .specialised-category-title-wrap {
        margin-bottom: 15px;
    }
}

.specialised-category-title {
    color: #5c1120;
    font-size: 1.75rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
    letter-spacing: -0.2px;
}

.specialised-category-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #d9aa63, transparent);
}

/* Detailed Therapy Cards */
.specialised-detail-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #EAE0D3;
    padding: 34px 38px;
    margin-bottom: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
    scroll-margin-top: 100px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.specialised-detail-card:hover {
    border-color: #d6b274;
    box-shadow: 0 16px 42px rgba(107, 20, 36, 0.08);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .specialised-detail-card {
        padding: 22px 18px;
        margin-bottom: 18px;
    }
}

.specialised-detail-title {
    color: #6b1424;
    font-size: 1.95rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.specialised-detail-subtitle {
    color: #a36b22;
    font-size: 15.5px;
    font-weight: 600;
    font-style: italic;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 18px;
}

.specialised-detail-lead {
    font-size: 15.5px;
    line-height: 1.76;
    color: #3b3633;
    margin-bottom: 22px;
}

.specialised-indications-box {
    background: #FAF7F2;
    border-radius: 12px;
    padding: 22px 26px;
    margin-bottom: 22px;
    border-left: 3px solid #c48b41;
    transition: all 0.25s ease;
}

/* ==========================================================================
   ADVANCED LUXURY THERAPY DETAIL IMAGE SHOWCASE (100% RESPONSIVE)
   ========================================================================== */
.specialised-detail-stage {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px;
}

/* Luxury Dashed Frame that fits cleanly inside container */
.specialised-detail-stage::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    border: 1.5px dashed rgba(196, 139, 65, 0.4);
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 0;
}

.specialised-detail-card:hover .specialised-detail-stage::before {
    border-color: rgba(107, 20, 36, 0.5);
    transform: rotate(0.4deg);
}

.specialised-detail-image-box {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 11;
    min-height: 220px;
    max-height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background: #FAF7F2;
    border: 1px solid rgba(184, 127, 50, 0.3);
    box-shadow: 0 12px 32px -6px rgba(107, 20, 36, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.specialised-detail-card:hover .specialised-detail-image-box {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px -8px rgba(107, 20, 36, 0.18);
    border-color: rgba(184, 127, 50, 0.6);
}

.specialised-detail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.specialised-detail-card:hover .specialised-detail-img {
    transform: scale(1.05);
}

/* Luxury Light Shimmer on Hover */
.specialised-detail-image-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.specialised-detail-card:hover .specialised-detail-image-box::after {
    left: 140%;
}

/* Floating Luxury Glassmorphism Badge (Responsive & Text-Safe) */
.specialised-detail-img-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
    background: rgba(107, 20, 36, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.specialised-detail-img-badge .badge-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.specialised-detail-card:hover .specialised-detail-img-badge {
    transform: translateY(-2px);
    background: #6b1424;
}

.specialised-detail-img-top-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #6b1424;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(196, 139, 65, 0.3);
    z-index: 2;
}

.specialised-detail-card:hover .specialised-indications-box {
    background: #F8F3EA;
}

.specialised-indications-title {
    font-weight: 700;
    font-size: 13.5px;
    color: #5c1120;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.specialised-indications-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.specialised-indications-list li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #3b3633;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.specialised-indications-list li:hover {
    transform: translateX(4px);
    color: #1a1614;
}

.specialised-indications-list li i {
    color: #c48b41;
    font-size: 12px;
    margin-top: 5px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.specialised-indications-list li:hover i {
    color: #7b1629;
    transform: scale(1.15);
}

.specialised-subitem-card {
    background: #FAF8F5;
    border-radius: 14px;
    border: 1px solid #EBE2D5;
    padding: 24px 26px;
    margin-bottom: 20px;
    scroll-margin-top: 100px;
    transition: all 0.3s ease;
}

.specialised-subitem-card:hover {
    background: #FFFFFF;
    border-color: #cf9e54;
    box-shadow: 0 8px 24px rgba(107, 20, 36, 0.06);
    transform: translateY(-2px);
}

.specialised-subitem-title {
    color: #6b1424;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 8px;
}

.specialised-meta-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F0E6DA;
}

.specialised-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 600;
    color: #4a4542;
    background: #F9F5EE;
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid #EBE1D4;
    transition: all 0.25s ease;
}

.specialised-meta-pill:hover {
    background: #F4ECE0;
    border-color: #d9b87b;
}

.specialised-notice-box {
    background: #FFF9F2;
    border: 1px solid #F2DEC3;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 13.5px;
    line-height: 1.62;
    color: #6e5233;
    margin-bottom: 18px;
}

.specialised-source-box {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 13.5px;
    color: #7a6e65;
    margin-bottom: 24px;
    padding-left: 14px;
    border-left: 2px solid #d9b57a;
}

/* ==========================================================================
   FLOATING BOOKING BUTTON - MOBILE & RESPONSIVE FIX
   ========================================================================== */
@keyframes floatPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(181, 23, 74, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(181, 23, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(181, 23, 74, 0);
    }
}

#floating-book-btn.home-none:not(.fixed-btn) {
    display: none !important;
}

#floating-book-btn.fixed-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    right: 0 !important;
    top: 50% !important;
    transform: rotate(90deg) !important;
    transform-origin: right top !important;
    width: auto !important;
    max-width: max-content !important;
    font-size: 13px !important;
    padding: 7px 16px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    border-radius: 0 0 6px 6px !important;
    background: #9b1c31 !important;
    color: #ffffff !important;
    border: none !important;
    z-index: 99999 !important;
    animation: 2s ease 0s infinite normal none running floatPulse !important;
    cursor: pointer !important;
}

#floating-book-btn.fixed-btn:hover {
    background: #f18721 !important;
    color: #ffffff !important;
    transform: rotate(90deg) !important;
}

@media (max-width: 991.98px) {
    #floating-book-btn.fixed-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: fixed !important;
        right: 0 !important;
        top: 48% !important;
        transform: rotate(90deg) !important;
        transform-origin: right top !important;
        width: auto !important;
        max-width: max-content !important;
        font-size: 11.5px !important;
        padding: 6px 14px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        border-radius: 0 0 6px 6px !important;
        z-index: 99999 !important;
        animation: 2s ease 0s infinite normal none running floatPulse !important;
    }

    #floating-book-btn.fixed-btn:hover {
        transform: rotate(90deg) !important;
    }
}

@media (max-width: 767px) {
    #floating-book-btn.fixed-btn {
        font-size: 10.5px !important;
        padding: 5px 12px !important;
        top: 50% !important;
        border-radius: 0 0 5px 5px !important;
    }
}

/* ==========================================================================
   SECTIONS 6 to 11 STYLES & CONTAINER PADDING RESETS
   ========================================================================== */

.specialised-process-section > .container,
.specialised-safety-section > .container,
.specialised-practitioner-section > .container,
.specialised-location-section > .container,
.ayur-home-faq-section > .container,
.specialised-cta-banner-section > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.specialised-process-section,
.specialised-safety-section,
.specialised-practitioner-section,
.specialised-location-section,
.ayur-home-faq-section {
    padding-top: 45px !important;
    padding-bottom: 50px !important;
}

@media (max-width: 768px) {
    .specialised-process-section,
    .specialised-safety-section,
    .specialised-practitioner-section,
    .specialised-location-section,
    .ayur-home-faq-section {
        padding-top: 30px !important;
        padding-bottom: 35px !important;
    }
}

/* Shared Badges & Accents */
.specialised-badge-gold {
    display: inline-block;
    background: rgba(179, 132, 56, 0.12);
    color: #8c601f;
    border: 1px solid rgba(224, 190, 119, 0.45);
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* ==========================================================================
   SECTION 6: 5-Step Connected Luxury Journey & Session Stages
   ========================================================================== */
.specialised-process-section {
    background: linear-gradient(180deg, #fdfbf8 0%, #ffffff 50%, #fbf8f3 100%);
    position: relative;
}

.specialised-steps-container {
    position: relative;
    padding-top: 10px;
}

/* Decorative connecting line across desktop step cards */
.specialised-steps-track {
    position: absolute;
    top: 68px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(224, 190, 119, 0.2) 0%, 
        rgba(204, 164, 100, 0.75) 20%, 
        rgba(179, 132, 56, 0.9) 50%, 
        rgba(204, 164, 100, 0.75) 80%, 
        rgba(224, 190, 119, 0.2) 100%
    );
    z-index: 1;
}

/* 5-Step Luxury Card */
.specialised-step-card {
    background: #ffffff;
    border: 1px solid #ede4d5;
    border-radius: 18px;
    padding: 34px 18px 24px;
    box-shadow: 0 8px 22px rgba(107, 20, 36, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.specialised-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(107, 20, 36, 0.12);
    border-color: #cca464;
    background: linear-gradient(180deg, #ffffff 0%, #fdfbf8 100%);
}

/* Step Number Floating Pill */
.specialised-step-num-tag {
    position: absolute;
    top: 12px;
    right: 14px;
    background: #fdf5ea;
    color: #8c601f;
    border: 1px solid #e2c892;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(179, 132, 56, 0.12);
    transition: all 0.3s ease;
}

.specialised-step-card:hover .specialised-step-num-tag {
    background: #6b1424;
    color: #ffffff;
    border-color: #6b1424;
    box-shadow: 0 4px 10px rgba(107, 20, 36, 0.25);
}

/* Central Luxury Medallion Emblem */
.specialised-step-medallion {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff 0%, #faf2e6 100%);
    border: 2px solid #e0be77;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 6px 16px rgba(179, 132, 56, 0.18);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.specialised-step-card:hover .specialised-step-medallion {
    transform: scale(1.1);
    border-color: #6b1424;
    box-shadow: 0 10px 22px rgba(107, 20, 36, 0.22);
}

.specialised-medallion-inner {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fbf5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b1424;
    font-size: 22px;
    transition: all 0.3s ease;
}

.specialised-step-card:hover .specialised-medallion-inner {
    background: #6b1424;
    color: #ffffff;
}

/* Step Card Title */
.specialised-step-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #6b1424;
    line-height: 1.35;
    margin-bottom: 6px;
    transition: color 0.25s ease;
}

/* Mini Gold Accent Divider */
.specialised-step-mini-divider {
    width: 28px;
    height: 2px;
    background: #e0be77;
    border-radius: 2px;
    transition: width 0.3s ease, background 0.3s ease;
}

.specialised-step-card:hover .specialised-step-mini-divider {
    width: 46px;
    background: #6b1424;
}

/* Step Card Description */
.specialised-step-card-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 0;
}

/* Preparation Cards (Before, During, After) */
.specialised-prep-card {
    background: #ffffff;
    border: 1px solid #ede5d8;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 6px 18px rgba(107, 20, 36, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.specialised-prep-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cca464, #e0be77);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.specialised-prep-card:hover::before {
    opacity: 1;
}

.specialised-prep-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(107, 20, 36, 0.09);
    border-color: #dfceb7;
}

.specialised-prep-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    background: rgba(107, 20, 36, 0.07);
    color: #6b1424;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border: 1px solid rgba(107, 20, 36, 0.12);
}

.prep-phase-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fdf5ea;
    color: #b38438;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.specialised-prep-phase {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
}

.specialised-prep-card-body p {
    color: #555555;
    font-size: 13.8px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ==========================================================================
   SECTION 7: Safety, Precautions & Limits of Care (Luxury Card Redesign)
   ========================================================================== */
.specialised-safety-section {
    background: linear-gradient(180deg, #ffffff 0%, #fcf9f5 50%, #f8f4ed 100%);
    position: relative;
}

/* Dual Pillar Cards */
.specialised-safety-pillar-card {
    background: #ffffff;
    border: 1px solid #ede4d5;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 6px 20px rgba(107, 20, 36, 0.03);
    position: relative;
    overflow: hidden;
}

.specialised-safety-pillar-card.pillar-gold {
    border-top: 4px solid #cca464;
}

.specialised-safety-pillar-card.pillar-burgundy {
    border-top: 4px solid #6b1424;
}

.specialised-safety-pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(107, 20, 36, 0.08);
    border-color: #cca464;
}

.specialised-pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fdf6ec;
    border: 1.5px solid #e0be77;
    color: #6b1424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(179, 132, 56, 0.14);
}

.specialised-pillar-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #8c601f;
    background: rgba(179, 132, 56, 0.1);
    padding: 2px 10px;
    border-radius: 12px;
}

/* Medical Vigilance & Red Flags Box */
.specialised-vigilance-card {
    border: 1px solid #ede4d5 !important;
    background: #ffffff !important;
    box-shadow: 0 8px 28px rgba(107, 20, 36, 0.04) !important;
}

.vigilance-shield-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fdf3f2;
    border: 2px solid #f4c2bd;
    color: #b02a37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(176, 42, 55, 0.15);
}

/* 8 Symptom Micro-Cards */
.specialised-symptom-card {
    background: #fdfbf9;
    border: 1px solid #ede4d5;
    border-left: 4px solid #c93b48;
    transition: all 0.22s ease;
    cursor: default;
}

.specialised-symptom-card:hover {
    background: #fff6f5;
    border-color: #e8b2aa;
    border-left-color: #a71d2a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(167, 29, 42, 0.08);
}

.symptom-alert-badge {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #b02a37;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    box-shadow: 0 2px 6px rgba(176, 42, 55, 0.25);
}

.symptom-text {
    font-size: 13.8px;
    color: #2b2b2b;
    line-height: 1.45;
}

/* Swiss 144 Emergency Callout Banner */
.specialised-emergency-callout {
    background: linear-gradient(135deg, #a71d2a 0%, #6e101b 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(167, 29, 42, 0.25) !important;
}

.emergency-swiss-cross {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #ffffff;
    color: #a71d2a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 900;
}

.emergency-headline {
    font-size: 11.5px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.85);
}

.emergency-notice-text {
    color: #ffffff !important;
    line-height: 1.4;
}

/* Call Button (Ultra-Visible High Contrast) */
.emergency-call-btn {
    background: #ffffff !important;
    color: #a71d2a !important;
    border: 2px solid #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    padding: 10px 28px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.emergency-call-btn:hover {
    background: #fff0f1 !important;
    color: #7d121c !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

/* ==========================================================================
   SECTION 8: Supervised Care by Qualified Practitioner
   ========================================================================== */
.specialised-practitioner-section {
    background: linear-gradient(180deg, #ffffff 0%, #fdfbf8 50%, #f9f5ee 100%);
    position: relative;
}

.specialised-doctor-showcase-card {
    background: #ffffff !important;
    border: 1.5px solid #ebdcc5 !important;
    border-radius: 24px !important;
    box-shadow: 0 16px 40px rgba(107, 20, 36, 0.06) !important;
    position: relative;
    overflow: hidden;
}

.specialised-doctor-showcase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cca464, #e0be77, #6b1424);
}

.specialised-lead-tag {
    background: rgba(179, 132, 56, 0.12);
    color: #8c601f;
    border: 1px solid rgba(224, 190, 119, 0.45);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.specialised-btn-doc-link {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #cca464 !important;
    color: #6b1424 !important;
    background: #fdfbf8 !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.specialised-btn-doc-link:hover {
    background: #6b1424 !important;
    color: #ffffff !important;
    border-color: #6b1424 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(107, 20, 36, 0.25) !important;
}

/* Doctor Portrait Frame */
.doctor-portrait-container {
    max-width: 320px;
    padding: 8px;
}

.doctor-portrait-frame {
    border: 6px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(107, 20, 36, 0.14) !important;
    background: #f9f5f0;
}

.specialised-doctor-img {
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    display: block;
}

.doctor-portrait-frame:hover .specialised-doctor-img {
    transform: scale(1.04);
}

.doctor-photo-floating-badge {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 7px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    color: #6b1424;
    border: 1px solid rgba(224, 190, 119, 0.6);
    font-size: 13.5px;
}

/* Right Column Commitments */
.specialised-cred-item {
    background: #fdfbf8;
    border: 1px solid #ede4d5;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.specialised-cred-item:hover {
    background: #fbf5ec;
    border-color: #dfceb7;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(107, 20, 36, 0.05);
}

.specialised-cred-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #6b1424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #e0be77;
    box-shadow: 0 2px 6px rgba(107, 20, 36, 0.08);
}

.specialised-quote-card {
    background: linear-gradient(135deg, #fdf8f0 0%, #faf3e6 100%);
    border: 1px dashed #cca464;
    border-radius: 14px;
    overflow: hidden;
}

.quote-mark-watermark {
    position: absolute;
    top: -5px;
    right: 14px;
    font-size: 50px;
    color: rgba(179, 132, 56, 0.18);
    pointer-events: none;
    user-select: none;
}

/* Accreditations Bar & Reg Pills */
.specialised-accreditations-bar {
    border-top: 1px solid #ebdcc5 !important;
}

.specialised-reg-pill {
    background: #ffffff;
    border: 1.5px solid #e2d5c3;
    border-radius: 50px;
    padding: 6px 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    transition: all 0.22s ease;
}

.specialised-reg-pill:hover {
    border-color: #b38438;
    background: #fdfbf8;
}

.reg-check-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eef7ee;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.specialised-reg-pill .reg-label {
    color: #666;
    font-weight: 500;
    font-size: 12.5px;
}

.specialised-reg-pill .reg-value {
    color: #6b1424;
    font-weight: 700;
    font-size: 13px;
}

.specialised-insurance-note {
    font-size: 12.5px;
    color: #555;
    line-height: 1.55;
}

/* ==========================================================================
   SECTION 9: Centre Location & Map Access (Luxury Showcase)
   ========================================================================== */
.specialised-location-section {
    background: linear-gradient(180deg, #f9f5ee 0%, #ffffff 50%, #fbf8f3 100%);
    position: relative;
}

.specialised-location-showcase-card {
    background: #ffffff !important;
    border: 1.5px solid #ebdcc5 !important;
    border-radius: 24px !important;
    box-shadow: 0 16px 40px rgba(107, 20, 36, 0.06) !important;
    position: relative;
    overflow: hidden;
}

.specialised-location-showcase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cca464, #e0be77, #6b1424);
}

.specialised-loc-pin-medallion {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fdf6ec;
    border: 1.5px solid #e0be77;
    color: #b38438;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(179, 132, 56, 0.15);
}

.loc-canton-tag {
    background: rgba(179, 132, 56, 0.12);
    color: #8c601f;
    border: 1px solid rgba(224, 190, 119, 0.45);
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.loc-info-box {
    background: #fdfbf8;
    border: 1px solid #ede4d5;
    border-left: 3.5px solid #cca464;
    transition: all 0.25s ease;
}

.loc-info-box:hover {
    background: #faf4ec;
    border-color: #dfceb7;
    border-left-color: #b38438;
}

.loc-policy-box {
    background: rgba(253, 247, 237, 0.75);
    border: 1px dashed #cca464;
    transition: all 0.25s ease;
}

.loc-policy-box:hover {
    background: rgba(253, 247, 237, 0.95);
}

/* Master Map Frame & Glassmorphic Badge */
.specialised-map-frame {
    border: 5px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(107, 20, 36, 0.12) !important;
    background: #eef3f6;
    overflow: hidden;
    position: relative;
    min-height: 310px;
}

.specialised-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 310px;
    transition: transform 0.45s ease;
}

.specialised-map-frame:hover .specialised-map-img {
    transform: scale(1.03);
}

.specialised-transport-glass-card {
    right: 18px;
    bottom: 18px;
    max-width: 310px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(204, 164, 100, 0.55) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.transport-swiss-badge {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #6b1424;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.specialised-transport-badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fdf6ec;
    color: #b38438;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid rgba(224, 190, 119, 0.4);
}

/* ==========================================================================
   SECTION 10: Frequently Asked Questions (Homepage Elevated Style)
   ========================================================================== */
.ayur-home-faq-section .home-faq-card {
    background: #ffffff;
    border: 1px solid #ede5d8;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.ayur-home-faq-section .home-faq-card:hover {
    border-color: #dfceb7;
    box-shadow: 0 6px 18px rgba(107, 20, 36, 0.06);
    transform: translateY(-2px);
}

.ayur-home-faq-section .home-faq-question {
    cursor: pointer;
    user-select: none;
    transition: background 0.25s ease;
}

.ayur-home-faq-section .home-faq-question:hover {
    background: #faf6f0;
}

.ayur-home-faq-section .home-faq-question:not(.collapsed) {
    background: #faf4ec;
}

.ayur-home-faq-section .faq-q-text {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.ayur-home-faq-section .home-faq-question:not(.collapsed) .faq-q-text {
    color: #6b1424;
    font-weight: 700;
}

.ayur-home-faq-section .faq-plus-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #d9cbba;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b38438;
    font-size: 13px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: #fff;
}

.ayur-home-faq-section .home-faq-question:not(.collapsed) .faq-plus-badge {
    transform: rotate(45deg);
    background: #6b1424;
    border-color: #6b1424;
    color: #ffffff;
}

.ayur-home-faq-section .home-faq-answer {
    color: #4a4a4a;
    font-size: 13.8px;
    line-height: 1.7;
}

.faq-heading-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b38438, transparent);
    margin: 0 auto;
}

.faq-divider-diamond {
    width: 8px;
    height: 8px;
    background: #b38438;
    transform: rotate(45deg);
    position: absolute;
}

/* ==========================================================================
   SECTION 11: Final Consultation Banner
   ========================================================================== */
.specialised-cta-banner-section {
    background: linear-gradient(135deg, #4d0b17 0%, #6b1424 50%, #3a0812 100%) !important;
    position: relative;
    overflow: hidden;
}

.specialised-cta-banner-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle, rgba(224, 190, 119, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.specialised-cta-tag {
    background: rgba(224, 190, 119, 0.2);
    color: #f7e0b5;
    border: 1px solid rgba(224, 190, 119, 0.4);
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.specialised-btn-gold-glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0be77 0%, #cca464 50%, #b38438 100%);
    color: #401018 !important;
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(204, 164, 100, 0.4);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.specialised-btn-gold-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(204, 164, 100, 0.6);
    color: #2b080e !important;
}

.specialised-btn-glass {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14.5px;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.specialised-btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS (Tablet & Mobile)
   ========================================================================== */
@media (max-width: 991px) {
    .specialised-detail-stage {
        margin-top: 15px;
        min-height: auto;
    }
    .specialised-detail-image-box,
    .specialised-detail-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 11;
        min-height: auto;
        max-height: none;
    }
    .specialised-step-card {
        padding: 28px 18px 22px;
    }
    .border-end-md {
        border-right: none !important;
        border-bottom: 1px solid #ede5d8;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .doctor-portrait-container {
        margin: 15px auto;
    }
}

@media (max-width: 768px) {
    .specialised-detail-stage {
        margin-top: 14px;
        min-height: auto;
        padding: 4px;
    }
    .specialised-detail-stage::before {
        border-radius: 16px;
    }
    .specialised-detail-image-box {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        min-height: auto;
        max-height: none;
        border-radius: 13px;
    }
    .specialised-detail-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 13px;
    }
    .specialised-detail-img-badge {
        bottom: 8px;
        right: 8px;
        max-width: calc(100% - 16px);
        font-size: 11px;
        padding: 4px 10px;
    }
    .specialised-step-card {
        padding: 26px 16px 20px;
    }
    .specialised-step-medallion {
        width: 60px;
        height: 60px;
    }
    .specialised-medallion-inner {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }
    .specialised-safety-pillar-card,
    .specialised-vigilance-card,
    .specialised-doctor-showcase-card,
    .specialised-location-showcase-card {
        padding: 22px 18px !important;
    }
    .specialised-emergency-callout {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 12px;
    }
    .emergency-call-btn {
        width: 100%;
        text-align: center;
    }
    .specialised-transport-glass-card {
        position: static !important;
        margin-top: 14px;
        max-width: 100%;
    }
    .specialised-reg-pill {
        width: 100%;
        text-align: center;
    }
    .specialised-insurance-note {
        text-align: center !important;
    }
    .specialised-btn-gold-glow,
    .specialised-btn-glass {
        width: 100%;
    }
}