@import url('https://fonts.cdnfonts.com/css/glacial-indifference');
/* =========================================================
   MEDITATION & CONSCIOUS LIVING COURSE (MCLC) — DESIGN SYSTEM
   Darshan Education Foundation
========================================================= */

:root {
    /* Color Palette */
    --mclc-cream-bg: #FFFDF2;
    --mclc-white: #FFFFFF;
    --mclc-ivory-warm: #FFFDF2;
    --mclc-sand: #EFE4D4;

    --mclc-navy-deep: #005284;
    --mclc-navy-primary: #005284;
    --mclc-navy-button: #005284;
    --mclc-navy-hover: #003d63;

    /* MCLC Signature Theme Color */
    --mclc-theme: #0687A6;
    --mclc-theme-hover: #05728c;
    --mclc-theme-dark: #045d73;
    --mclc-theme-subtle: #e6f6fa;
    --mclc-theme-glow: rgba(6, 135, 166, 0.35);

    --mclc-green-forest: #0687A6;
    --mclc-green-vibrant: #005284;
    --mclc-green-tag-bg: #eaf3f8;
    --mclc-green-tag-text: #005284;

    --mclc-gold-accent: #E39F51;
    --mclc-gold-light: #F3C58B;

    --mclc-text-dark: #005284;
    --mclc-text-muted: #335973;
    --mclc-text-light: #5b7c93;

    /* Fonts */
    --mclc-font-display: 'Glacial Indifference', sans-serif;
    --mclc-font-sans: 'Glacial Indifference', sans-serif;
}

/* Page Reset & Base — Warm #FFFDF2 Canvas */
.mclc-body {
    background-color: #FFFDF2;
    color: var(--mclc-text-dark);
    font-family: var(--mclc-font-sans);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.mclc-main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 75px; /* Offset fixed DEF navbar */
    background-color: #FFFDF2;
}

/* Top Screen Background Artwork (Exact Uncropped Native Ratio) */
.mclc-top-screen-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mclc-top-screen-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* =========================================================
   1. HERO SECTION (MATCHING TPRP / TEU / PTB DESIGN SYSTEM)
========================================================= */
.mclc-hero-section {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 30px 4.5% 70px 4.5%;
    overflow: hidden;
    z-index: 2;
}

.mclc-hero-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 20px 4%;
    display: grid;
    grid-template-columns: 1.1fr 1.25fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* LEFT COLUMN — EDITORIAL CONTENT */
.mclc-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    padding-right: 15px;
}

/* Badge Highlight in Hero Heading (Background #0687A6 with crisp White text) */
.mclc-badge-highlight {
    display: inline-block;
    background: #0687A6;
    color: #FFFFFF !important;
    padding: 2px 14px 4px;
    border-radius: 0;
    letter-spacing: -0.01em;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(6, 135, 166, 0.35);
    margin-bottom: 4px;
}

/* Main Heading */
.mclc-hero-title {
    font-family: var(--mclc-font-display);
    font-size: clamp(1.5rem, 2.22vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--mclc-navy-deep);
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
    display: block;
}

/* Enforced Single-Line Row per Item */
.mclc-title-line {
    display: block;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .mclc-title-line {
        white-space: normal;
    }
}

.mclc-title-accent {
    color: inherit;
    font-weight: 700;
    text-shadow: none;
}

/* =========================================================
   HERO MASTER FEATURE & ACTION BOX (ALL-IN-ONE CONTAINER)
========================================================= */
.mclc-hero-action-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.32) 100%);
    backdrop-filter: blur(20px) saturate(190%);
    -webkit-backdrop-filter: blur(20px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 24px 26px 22px 26px;
    margin-left: -26px;
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        inset 0 0 16px rgba(255, 255, 255, 0.35),
        0 14px 32px rgba(12, 139, 168, 0.06);
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 580px;
}

@media (max-width: 768px) {
    .mclc-hero-action-box {
        margin-left: 0;
        padding: 20px;
    }
}

/* Editorial Description inside Master Action Box */
.mclc-hero-editorial-desc {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.65;
    color: var(--mclc-navy-deep);
    margin: 0;
    opacity: 0.92;
}

/* Action Buttons Inside Master Box */
.mclc-cta-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.mclc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.16) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    color: var(--mclc-navy-deep);
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        inset 0 -2px 4px rgba(0, 0, 0, 0.04),
        inset 0 0 14px rgba(255, 255, 255, 0.45),
        0 10px 28px rgba(0, 82, 132, 0.08),
        0 2px 6px rgba(0, 82, 132, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-btn-primary:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 100%);
    border-color: rgba(255, 255, 255, 0.98);
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 1),
        inset 0 -2px 5px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.65),
        0 14px 34px rgba(0, 82, 132, 0.22),
        0 4px 10px rgba(0, 82, 132, 0.05);
    color: #005284 !important;
}

.mclc-btn-arrow {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
    transition: transform 0.25s ease;
}

.mclc-btn-primary:hover .mclc-btn-arrow {
    transform: translateX(4px);
    stroke: #005284;
}

.mclc-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mclc-navy-deep);
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 4px 14px rgba(0, 82, 132, 0.04);
    transition: all 0.25s ease;
    cursor: pointer;
}

.mclc-btn-download:hover {
    color: #005284 !important;
    background: rgba(255, 255, 255, 0.75);
    border-color: #005284;
    box-shadow: 0 6px 18px rgba(0, 82, 132, 0.18);
    transform: translateY(-2px);
}

.mclc-btn-download:hover .mclc-btn-download-icon {
    stroke: #005284;
}

.mclc-btn-download-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
}

/* =========================================================
   RIGHT COLUMN — VISUAL STAGE & SLIDER SHOWCASE (GLASSMORPHISM)
========================================================= */
.mclc-hero-visual {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Display Frame with Liquid Glass Border */
.mclc-visual-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 540px;
    max-height: 640px;
    border-radius: 36px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 50px rgba(12, 139, 168, 0.12), 0 4px 16px rgba(227, 159, 81, 0.08);
}

/* Slides Track */
.mclc-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.mclc-slide-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.03);
}

.mclc-slide-item.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.mclc-slide-img,
.mclc-slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Soft Left Gradient Overlay on Image for smooth blending */
.mclc-visual-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 3;
    pointer-events: none;
}

/* Floating Quote Callout (Top Right) - 3D Liquid Glassmorphism */
.mclc-floating-quote-badge {
    position: absolute;
    top: 28px;
    right: 32px;
    z-index: 6;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.28) 100%);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    padding: 12px 24px;
    border-radius: 999px;
    box-shadow:
        inset 0 2px 3.5px rgba(255, 255, 255, 0.95),
        inset 0 -2.5px 5px rgba(12, 139, 168, 0.05),
        0 16px 36px rgba(12, 139, 168, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.88);
    animation: floatingBadge 4s ease-in-out infinite alternate;
}

.mclc-quote-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mclc-quote-line {
    font-family: var(--mclc-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--mclc-navy-deep);
    line-height: 1.25;
}

.mclc-quote-line.highlight {
    color: inherit;
    font-weight: 700;
}

/* Floating Navigation Arrows - Glassmorphism */
.mclc-slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    color: var(--mclc-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    box-shadow: 0 8px 24px rgba(12, 139, 168, 0.12);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-slider-nav-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
    color: var(--mclc-navy-deep);
    box-shadow: 0 12px 28px rgba(177, 229, 230, 0.6);
}

.mclc-slider-nav-prev {
    left: 18px;
}

.mclc-slider-nav-next {
    right: 18px;
}

.mclc-nav-arrow-svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.4;
}

/* Bottom Floating Thumbnail Carousel Card */
.mclc-floating-strip-card {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 16px 10px 16px;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(12, 139, 168, 0.14), 0 4px 14px rgba(177, 229, 230, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 90%;
}

.mclc-thumbnails-row {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px;
}

.mclc-thumbnails-row::-webkit-scrollbar {
    display: none;
}

.mclc-thumb-btn {
    position: relative;
    width: 64px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    background: #e2e8f0;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-thumb-btn img,
.mclc-thumb-btn video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mclc-thumb-btn .thumb-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: rgba(0, 82, 132, 0.78);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 2;
    pointer-events: none;
}

.mclc-thumb-btn .thumb-video-icon svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    margin-left: 1.5px;
}

.mclc-thumb-btn.active {
    border-color: #0687A6;
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(6, 135, 166, 0.45);
}

.mclc-pagination-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mclc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 82, 132, 0.25);
    cursor: pointer;
    transition: all 0.25s ease;
}

.mclc-dot.active {
    width: 18px;
    border-radius: 999px;
    background: #0687A6;
    box-shadow: 0 0 8px rgba(6, 135, 166, 0.45);
}

@media (max-width: 1024px) {
    .mclc-hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .mclc-hero-visual {
        min-height: 450px;
    }
    .mclc-visual-frame {
        min-height: 440px;
    }
}


/* =========================================================
   2. FOUR COURSE PILLARS / MODULES (STEP PROGRESS CARD)
========================================================= */
.mclc-pillars-section {
    width: 100%;
    padding: 10px 4.5% 55px 4.5%;
    background: var(--mclc-cream-bg);
}

.mclc-pillars-card {
    max-width: 1320px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(223, 192, 122, 0.3);
    box-shadow: 0 12px 36px rgba(12, 139, 168, 0.08);
    padding: 32px 36px;
}

.mclc-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

/* Connecting Line across pillars */
.mclc-pillars-grid::before {
    content: '';
    position: absolute;
    top: 175px;
    left: 10%;
    right: 10%;
    height: 1.5px;
    background: #CBD5E1;
    z-index: 1;
}

.mclc-pillar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.mclc-pillar-thumb-wrap {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(12, 139, 168, 0.08);
}

.mclc-pillar-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.mclc-pillar-item:hover .mclc-pillar-thumb-img {
    transform: scale(1.06);
}

.mclc-pillar-icon-node {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eaf3f8;
    border: 2px solid #005284;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005284;
    box-shadow: 0 2px 10px rgba(0, 82, 132, 0.2);
    margin-top: -6px;
}

.mclc-pillar-icon-node svg {
    width: 22px;
    height: 22px;
}

.mclc-pillar-title {
    font-family: var(--mclc-font-sans);
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--mclc-navy-deep);
    line-height: 1.35;
    margin: 0;
    max-width: 200px;
}


/* =========================================================
   2. WHAT PARTICIPANTS EXPERIENCE (DYNAMIC TICKER + BIG IMAGE)
========================================================= */
.mclc-experience-section {
    width: 100%;
    padding: 70px 4.5% 85px 4.5%;
    background: var(--mclc-cream-bg);
    position: relative;
    overflow: hidden;
}

.mclc-experience-container {
    max-width: 1540px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 52px;
    align-items: center;
}

.mclc-experience-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mclc-experience-title {
    font-family: var(--mclc-font-display);
    font-size: clamp(2.2rem, 3.2vw, 3rem);
    font-weight: 700;
    color: var(--mclc-navy-deep);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;
}

.mclc-experience-title span {
    display: block;
    color: inherit;
}

/* Ticker Capsule Bar with PTB Radial Gradient & Card Presentation */
.mclc-experience-ticker-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(14px, 1.6vw, 18px);
    padding: clamp(26px, 2.6vw, 34px) clamp(22px, 2.2vw, 30px);
    border-radius: 36px;
    border: none;
    background:
        radial-gradient(circle at -4% 24%, rgba(177, 229, 230, 0.65) 0%, rgba(177, 229, 230, 0) 54%),
        radial-gradient(circle at 90% 88%, rgba(0, 82, 132, 0.22) 0%, rgba(0, 82, 132, 0) 58%),
        #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05), 0 2px 12px rgba(0, 82, 132, 0.12);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
}

.mclc-experience-ticker-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(0, 82, 132, 0.22);
}

.mclc-ticker-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 64px;
}

/* Metallic Gradient Animated Tick Icon Node with Circular Outline Progress */
.mclc-ticker-icon-node {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: visible;
}

/* Circular Outline Progress Ring */
.mclc-ticker-ring-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    pointer-events: none;
    overflow: visible;
}

.mclc-ring-bg {
    fill: none;
    stroke: rgba(0, 82, 132, 0.18);
    stroke-width: 3.2px;
}

.mclc-ring-fill {
    fill: none;
    stroke: #005284;
    stroke-width: 3.5px;
    stroke-linecap: round;
    stroke-dasharray: 163.36;
    stroke-dashoffset: 163.36;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 0.04s linear;
}

/* Metallic Center Disc */
.mclc-ticker-metallic-disc {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, #ffffff 0%, #d5e9f5 28%, #8cbdd9 58%, #2f7ba9 85%, #005284 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.9),
        inset 0 -2px 4px rgba(0, 82, 132, 0.35),
        0 4px 12px rgba(0, 82, 132, 0.18);
    position: relative;
    overflow: visible;
    z-index: 2;
}

.mclc-ticker-check-svg {
    width: 25px;
    height: 25px;
    stroke-dasharray: 28;
    stroke-dashoffset: 0;
    filter: drop-shadow(0 2px 4px rgba(12, 139, 168, 0.4));
    transform-origin: center center;
    overflow: visible;
    position: relative;
    z-index: 10;
}

.mclc-ticker-check-svg.pop-up {
    animation: tickZoomPopUp 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.mclc-ticker-check-svg.pop-down {
    animation: tickPopDown 0.35s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes tickZoomPopUp {
    0% {
        transform: scale(0) rotate(-30deg);
        opacity: 0;
        stroke-dashoffset: 28;
    }
    40% {
        /* Dramatically pops out way past the circle boundary */
        transform: scale(2.4) rotate(8deg);
        opacity: 1;
        stroke-dashoffset: 0;
    }
    70% {
        transform: scale(0.92) rotate(-3deg);
        opacity: 1;
    }
    88% {
        transform: scale(1.06) rotate(1deg);
        opacity: 1;
    }
    100% {
        /* Settles to normal position */
        transform: scale(1) rotate(0deg);
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes tickPopDown {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        stroke-dashoffset: 0;
    }
    35% {
        transform: scale(1.25) rotate(-4deg);
        opacity: 1;
    }
    100% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
        stroke-dashoffset: 28;
    }
}

/* Ticker Text Transition */
.mclc-ticker-text-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
}

.mclc-ticker-text {
    font-family: var(--mclc-font-display);
    font-size: clamp(1.15rem, 1.45vw, 1.35rem);
    font-weight: 600;
    color: var(--mclc-navy-deep);
    line-height: 1.35;
    margin: 0;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-ticker-text.active {
    opacity: 1;
    transform: translateY(0);
}

.mclc-ticker-text.exit {
    opacity: 0;
    transform: translateY(-14px);
}

/* Right Column: Photo Collage (Enlarged Presentation) */
.mclc-experience-collage-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mclc-experience-collage-img {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
    border-radius: 24px;
    filter: drop-shadow(0 18px 40px rgba(12, 139, 168, 0.15));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-experience-collage-wrap:hover .mclc-experience-collage-img {
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .mclc-experience-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .mclc-experience-collage-img {
        max-width: 560px;
    }
}


/* =========================================================
   4. OFFERED IN LEADING UNIVERSITIES (EXACT TPRP MATCH)
========================================================= */
.mclc-universities-section {
    padding: 70px 5% 80px 5%;
    background: #FFFDF2;
    position: relative;
    border-top: 1px solid rgba(223, 192, 122, 0.25);
    border-bottom: 1px solid rgba(223, 192, 122, 0.2);
}

.mclc-universities-container {
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
}

.mclc-universities-header {
    text-align: center;
    margin-bottom: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mclc-universities-title {
    font-family: var(--mclc-font-display);
    font-size: clamp(2rem, 3.2vw, 2.65rem);
    font-weight: 600;
    color: var(--mclc-navy-deep);
    margin: 0;
    letter-spacing: -0.01em;
}

/* Carousel Outer Wrapper with Floating Arrows */
.mclc-universities-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

/* Navigation Arrow Buttons (Glassmorphism) */
.mclc-uni-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    color: var(--mclc-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 8px 22px rgba(0, 82, 132, 0.08);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
}

.mclc-uni-arrow:hover {
    background: var(--mclc-navy-deep);
    color: #ffffff;
    border-color: var(--mclc-navy-deep);
    transform: scale(1.08);
    box-shadow: 0 10px 24px rgba(0, 82, 132, 0.18);
}

.mclc-uni-arrow svg {
    width: 20px;
    height: 20px;
}

/* Track Container for Horizontal Scroll */
.mclc-universities-track-container {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 4px 16px 4px;
}

.mclc-universities-track-container::-webkit-scrollbar {
    display: none;
}

/* 5 Column Universities Flex Track */
.mclc-universities-grid {
    display: flex;
    gap: 20px;
    min-width: 100%;
    align-items: stretch;
}

/* Individual University Feature Card */
.mclc-uni-feature-card {
    flex: 0 0 270px;
    min-width: 270px;
    height: 205px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #e8eef4;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 10px 24px rgba(0, 82, 132, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
    box-sizing: border-box;
}

.mclc-uni-feature-card:hover {
    transform: translateY(-5px);
    border-color: #0687A6;
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 16px 36px rgba(6, 135, 166, 0.35);
}

.mclc-uni-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    z-index: 1;
}

.mclc-uni-feature-card:hover .mclc-uni-card-img {
    transform: scale(1.08);
}

/* Floating Frosted Glass Info Plate */
.mclc-uni-card-plate {
    position: relative;
    z-index: 3;
    margin: 8px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border-radius: 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.98);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 6px 18px rgba(0, 82, 132, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.mclc-uni-card-headings {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.mclc-uni-card-title {
    font-family: var(--mclc-font-sans);
    font-size: 0.90rem;
    font-weight: 700;
    color: var(--mclc-navy-deep);
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mclc-uni-card-sub {
    font-family: var(--mclc-font-sans);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--mclc-text-muted);
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Circular University Logo Badge (Replacing Heart Button) */
.mclc-uni-logo-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(0, 82, 132, 0.12);
    flex-shrink: 0;
    padding: 3px;
    box-shadow: 0 3px 10px rgba(0, 82, 132, 0.08);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.mclc-uni-logo-badge-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.mclc-uni-feature-card:hover .mclc-uni-logo-badge {
    transform: scale(1.12);
    border-color: #E39F51;
    box-shadow: 0 6px 16px rgba(227, 159, 81, 0.28);
}

.mclc-uni-feature-card:hover .mclc-uni-logo-badge-img {
    transform: scale(1.06);
}

/* Action CTA View All */
.mclc-uni-view-all-wrap {
    margin-top: 36px;
    text-align: center;
}

.mclc-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--mclc-navy-button);
    color: #FFFFFF;
    padding: 13px 32px;
    border-radius: 9999px;
    font-family: var(--mclc-font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(12, 139, 168, 0.25);
    transition: all 0.25s ease;
}

.mclc-btn-view-all:hover {
    background: #096f86;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(12, 139, 168, 0.35);
    color: #FFFFFF;
}


/* =========================================================
   5. INTERNATIONAL PRESENCE. GLOBAL IMPACT. (LEFT MAP SHOWCASE)
========================================================= */
.mclc-global-section {
    width: 100%;
    padding: 70px 5% 75px 5%;
    background: #FFFDF2;
    border-bottom: 1px solid rgba(223, 192, 122, 0.25);
    position: relative;
}

.mclc-global-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: center;
}

.mclc-map-wrap {
    width: 100%;
}

.mclc-map-card {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 14px 36px rgba(0, 82, 132, 0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mclc-map-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0, 82, 132, 0.16);
}

.mclc-map-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.mclc-map-card:hover .mclc-map-img {
    transform: scale(1.03);
}

.mclc-global-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.mclc-global-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(6, 135, 166, 0.08);
    border: 1.2px solid rgba(6, 135, 166, 0.25);
    color: #0687A6;
    font-family: var(--mclc-font-sans);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mclc-lotus-icon {
    width: 16px;
    height: 16px;
    color: #0687A6;
}

.mclc-global-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(32px, 3.2vw, 44px);
    line-height: 1.18;
    margin: 0;
    color: #005284;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
}

.mclc-title-bold {
    font-weight: 800;
    color: #005284;
}

.mclc-title-italic {
    font-weight: 500;
    font-style: italic;
    color: #0687A6;
}

.mclc-title-gold-line {
    width: 55px;
    height: 3px;
    border-radius: 3px;
    background: #E39F51;
    margin: 4px 0 6px;
}

.mclc-global-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(15px, 1.1vw, 16.5px);
    line-height: 1.7;
    color: #4a5d6e;
    margin: 0 0 8px;
    max-width: 560px;
}

.mclc-partner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #E39F51 0%, #f5b064 100%);
    color: #003B54;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(227, 159, 81, 0.38);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-partner-btn svg {
    width: 17px;
    height: 17px;
    transition: transform 0.25s ease;
}

.mclc-partner-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(227, 159, 81, 0.52);
}

.mclc-partner-btn:hover svg {
    transform: translateX(4px);
}


/* =========================================================
   6. CALL TO ACTION BANNER (BEGIN YOUR JOURNEY WITHIN & BEYOND)
========================================================= */
.mclc-cta-section {
    width: 100%;
    padding: 50px 4.5% 65px 4.5%;
    background: var(--mclc-cream-bg);
}

.mclc-cta-card {
    max-width: 1320px;
    margin: 0 auto;
    background: transparent;
    display: grid;
    grid-template-columns: 260px 1.4fr 1.1fr;
    gap: 36px;
    align-items: center;
    position: relative;
}

/* Left: Meditating boy photo */
.mclc-cta-boy-wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(12, 139, 168, 0.1);
}

.mclc-cta-boy-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Center: Editorial Content */
.mclc-cta-center {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mclc-cta-title {
    font-family: var(--mclc-font-display);
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--mclc-navy-deep);
    line-height: 1.2;
    margin: 0;
}

.mclc-cta-desc {
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--mclc-text-muted);
    margin: 0;
}

.mclc-cta-btn-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.mclc-cta-btn-navy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--mclc-navy-button);
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 9999px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(12, 139, 168, 0.25);
    transition: all 0.25s ease;
}

.mclc-cta-btn-navy:hover {
    background: var(--mclc-navy-hover);
    transform: translateY(-2px);
}

/* Right: 4 Benefit Items */
.mclc-cta-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mclc-cta-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--mclc-navy-deep);
    line-height: 1.35;
}

.mclc-cta-benefit-item svg {
    width: 20px;
    height: 20px;
    color: var(--mclc-navy-deep);
    flex-shrink: 0;
}


/* =========================================================
   7. FOOTER (DARSHAN EDUCATION FOUNDATION)
========================================================= */
.mclc-footer {
    background: #06445e;
    color: #FFFFFF;
    padding: 55px 4.5% 28px 4.5%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mclc-footer-container {
    max-width: 1320px;
    margin: 0 auto;
}

.mclc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr;
    gap: 36px;
    margin-bottom: 44px;
}

.mclc-footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mclc-footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #FFFFFF;
}

.mclc-footer-logo-img {
    height: 46px;
    width: auto;
}

.mclc-footer-logo-title {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    margin: 0;
}

.mclc-footer-logo-sub {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    color: var(--mclc-gold-light);
    margin: 0;
}

.mclc-footer-brand-desc {
    font-size: 0.86rem;
    line-height: 1.6;
    color: #A0B3C6;
    margin: 0;
    max-width: 300px;
}

.mclc-footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.mclc-social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mclc-social-icon-btn:hover {
    background: var(--mclc-green-forest);
    transform: translateY(-2px);
}

.mclc-social-icon-btn svg {
    width: 16px;
    height: 16px;
}

.mclc-footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mclc-footer-col-heading {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 4px 0;
    letter-spacing: 0.02em;
}

.mclc-footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mclc-footer-nav-list a {
    color: #94A3B8;
    font-size: 0.86rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mclc-footer-nav-list a:hover {
    color: #FFFFFF;
}

.mclc-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94A3B8;
    font-size: 0.86rem;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mclc-footer-contact-link:hover {
    color: #FFFFFF;
}

.mclc-footer-contact-link svg {
    width: 16px;
    height: 16px;
    color: var(--mclc-gold-light);
    flex-shrink: 0;
}

.mclc-footer-bottom-bar {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: #7A8E9F;
    flex-wrap: wrap;
    gap: 12px;
}

.mclc-footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mclc-footer-legal-links a {
    color: #7A8E9F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mclc-footer-legal-links a:hover {
    color: #FFFFFF;
}


/* =========================================================
   8. MODALS & VIDEO POPUP
========================================================= */
.mclc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 139, 168, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.mclc-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mclc-modal-card {
    background: #FFFFFF;
    border-radius: 36px;
    width: 100%;
    max-width: 520px;
    padding: 36px 32px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.mclc-modal-overlay.active .mclc-modal-card {
    transform: translateY(0) scale(1);
}

.mclc-modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #F1F5F9;
    color: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mclc-modal-close-btn:hover {
    background: var(--mclc-navy-deep);
    color: #FFFFFF;
}

.mclc-form-group {
    margin-bottom: 16px;
}

.mclc-form-label {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--mclc-navy-deep);
    margin-bottom: 6px;
}

.mclc-form-input,
.mclc-form-select,
.mclc-form-textarea {
    width: 100%;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1.5px solid #E2E8F0;
    font-family: inherit;
    font-size: 0.92rem;
    color: var(--mclc-navy-deep);
    background: #FAFAFA;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.mclc-form-input:focus,
.mclc-form-select:focus,
.mclc-form-textarea:focus {
    outline: none;
    border-color: var(--mclc-green-forest);
    background: #FFFFFF;
}

.mclc-modal-status-msg {
    display: none;
    padding: 12px;
    border-radius: 8px;
    margin-top: 14px;
    font-size: 0.9rem;
    text-align: center;
}

.mclc-modal-status-msg.success {
    display: block;
    background: #ECFDF5;
    color: #065F46;
    border: 1px solid #A7F3D0;
}


/* =========================================================
   9. RESPONSIVENESS
========================================================= */
@media (max-width: 1024px) {
    .mclc-hero-container {
        grid-template-columns: 1fr 1fr;
    }

    .mclc-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mclc-pillars-grid::before {
        display: none;
    }

    .mclc-experience-container {
        grid-template-columns: 1fr;
    }

    .mclc-global-container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mclc-map-wrap {
        max-width: 620px;
        margin: 0 auto;
        width: 100%;
    }

    .mclc-global-right-content {
        text-align: center;
        align-items: center;
    }

    .mclc-global-metrics-grid {
        width: 100%;
        max-width: 580px;
    }

    .mclc-cta-card {
        grid-template-columns: 220px 1fr auto;
    }

    .mclc-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .mclc-hero-container {
        grid-template-columns: 1fr;
    }

    .mclc-global-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mclc-title-main {
        font-size: 2.5rem;
    }

    .mclc-hero-tagline {
        font-size: 1.15rem;
    }

    .mclc-pillars-grid {
        grid-template-columns: 1fr;
    }

    .mclc-universities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mclc-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mclc-cta-boy-wrap {
        max-width: 240px;
        margin: 0 auto;
    }

    .mclc-cta-btn-group {
        justify-content: center;
    }

    .mclc-cta-benefits-list {
        align-items: center;
    }

    .mclc-footer-grid {
        grid-template-columns: 1fr;
    }

    .mclc-footer-bottom-bar {
        flex-direction: column;
        text-align: center;
    }
}

/* =========================================================
   SECTION 6: MCLC CALL TO ACTION (HERO GLASS BANNER WITH AUTO-MOTION)
========================================================= */
.mclc-cta-banner-section {
    position: relative;
    width: 100%;
    padding: 75px 4% 95px 4%;
    background: #FFFDF8;
    overflow: hidden;
}

.mclc-cta-orbs-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    filter: blur(45px);
    -webkit-filter: blur(45px);
}

.mclc-cta-banner-container {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Master Glass Banner Card (Transparent & Blurry) */
.mclc-cta-master-card {
    position: relative;
    min-height: 440px;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(45px) saturate(190%);
    -webkit-backdrop-filter: blur(45px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    box-shadow:
        0 30px 80px -15px rgba(0, 82, 132, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.6),
        inset 0 2px 4px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mclc-cta-master-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Left Integrated Photo with Seamless Right Gradient Fade */
.mclc-cta-left-visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.96) 40%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.96) 40%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
}

.mclc-cta-faded-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: saturate(1.05);
}

.mclc-cta-fade-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.6) 100%);
    pointer-events: none;
}

/* Right-Shifted Content & Actions Panel */
.mclc-cta-content-panel {
    position: relative;
    z-index: 2;
    margin-left: auto;
    width: 58%;
    max-width: 760px;
    padding: 56px 64px 56px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.mclc-cta-heading {
    font-family: var(--mclc-font-display);
    font-size: clamp(2.1rem, 3.2vw, 2.9rem);
    font-weight: 800;
    color: var(--mclc-navy-deep, #005284);
    line-height: 1.14;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 14px rgba(255, 255, 255, 0.7);
}

.mclc-cta-subtext {
    font-size: 1.04rem;
    line-height: 1.62;
    color: #1e293b;
    font-weight: 500;
    margin: 16px 0 28px 0;
    max-width: 620px;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.6);
}

/* Action Buttons Cluster */
.mclc-cta-actions-cluster {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.mclc-cta-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #005284 0%, #0d699e 100%);
    color: #ffffff;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 34px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 14px 32px rgba(0, 82, 132, 0.28),
        inset 0 1px 2px rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-cta-btn-main:hover {
    background: linear-gradient(135deg, #0d699e 0%, #005284 100%);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 18px 42px rgba(0, 82, 132, 0.38),
        inset 0 1px 3px rgba(255, 255, 255, 0.6);
}

.mclc-cta-btn-main .mclc-btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.mclc-cta-btn-main:hover .mclc-btn-arrow {
    transform: translateX(4px);
}

.mclc-cta-btn-brochure {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #E39F51;
    color: #ffffff;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    box-shadow:
        0 12px 28px rgba(227, 159, 81, 0.35),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-cta-btn-brochure:hover {
    background: #cc8938;
    color: #ffffff;
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 16px 36px rgba(227, 159, 81, 0.48),
        inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.mclc-cta-btn-brochure svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
}

.mclc-select-wrapper {
    position: relative;
    width: 100%;
}

.mclc-select-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005284' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.mclc-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 42px;
    background: #ffffff;
}

/* Responsiveness for MCLC CTA */
@media (max-width: 1200px) {
    .mclc-cta-master-card {
        flex-direction: column;
        min-height: auto;
        padding: 0;
    }

    .mclc-cta-left-visual {
        position: relative;
        width: 100%;
        height: 280px;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0) 100%);
    }

    .mclc-cta-fade-mask {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0.9) 100%);
    }

    .mclc-cta-content-panel {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 24px 36px 44px 36px;
        align-items: center;
        text-align: center;
    }

    .mclc-cta-actions-cluster {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .mclc-cta-banner-section {
        padding: 40px 3% 55px 3%;
    }

    .mclc-cta-master-card {
        border-radius: 26px;
    }

    .mclc-cta-left-visual {
        height: 220px;
    }

    .mclc-cta-content-panel {
        padding: 20px 20px 36px 20px;
    }

    .mclc-cta-heading {
        font-size: 1.85rem;
    }

    .mclc-cta-actions-cluster {
        flex-direction: column;
        width: 100%;
    }

    .mclc-cta-btn-main,
    .mclc-cta-btn-brochure {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================================
   MOMENTS THAT INSPIRE US — MARQUEE GALLERY & GLASS HEARTS
========================================================= */
.mclc-moments-section {
    width: 100%;
    padding: 50px 0 70px 0;
    background: var(--mclc-cream-bg, #FFFDF2);
    position: relative;
    overflow: hidden;
}

.mclc-moments-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mclc-moments-header {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 4.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mclc-moments-title {
    font-family: var(--mclc-font-display, 'Glacial Indifference', sans-serif);
    font-size: clamp(2rem, 2.7vw, 2.85rem);
    font-weight: 800;
    color: var(--mclc-navy-deep, #005284);
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

/* Carousel Wrap with Left/Right Navigation Arrows */
.mclc-moments-carousel-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Arrow Navigation Buttons */
.mclc-moments-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #005284;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0, 82, 132, 0.38);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
}

.mclc-moments-arrow:hover {
    background: #003d63;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 12px 28px rgba(0, 82, 132, 0.5);
}

.mclc-moments-arrow svg {
    width: 22px;
    height: 22px;
}

/* Track Container for Horizontal Continuous Auto-Rotation / Marquee */
.mclc-moments-track-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 14px 0 20px 0;
    margin: 0 12px;
    mask-image: linear-gradient(to right, transparent 0%, black 3.5%, black 96.5%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3.5%, black 96.5%, transparent 100%);
}

.mclc-moments-track-container::-webkit-scrollbar {
    display: none;
}

/* Continuous Auto-Rotating Track for Moments */
.mclc-moments-grid {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    animation: mclcMomentsMarquee 68s linear infinite;
    will-change: transform;
}

.mclc-moments-carousel-wrap:hover .mclc-moments-grid,
.mclc-moments-track-container:hover .mclc-moments-grid {
    animation-play-state: paused;
}

@keyframes mclcMomentsMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 11px));
    }
}

/* Individual Moment Card (270px x 205px matching PTB / TPRP style) */
.mclc-moment-card {
    flex: 0 0 270px;
    min-width: 270px;
    height: 205px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #e8eef4;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 10px 24px rgba(0, 82, 132, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
    box-sizing: border-box;
    cursor: default;
}

.mclc-moment-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 82, 132, 0.55);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 16px 36px rgba(0, 82, 132, 0.22);
}

/* Interactive Glass Heart Floating Effect & Screen Burst */
.mclc-heart-fx-container {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999999;
    overflow: hidden;
}

.mclc-floating-glass-heart {
    position: absolute;
    display: block;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    will-change: transform, opacity;
    filter: drop-shadow(0 10px 24px rgba(0, 82, 132, 0.48));
    animation: mclcHeartRiseAndFade ease-out forwards;
}

@keyframes mclcHeartRiseAndFade {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0) scale(0.2) rotate(var(--rot-start, -12deg));
    }
    14% {
        opacity: 0.95;
        transform: translate3d(var(--drift-x1, 10px), -18px, 0) scale(1.12) rotate(var(--rot-mid, 8deg));
    }
    28% {
        opacity: 1;
        transform: translate3d(var(--drift-x2, -10px), -50px, 0) scale(1) rotate(var(--rot-end, -6deg));
    }
    75% {
        opacity: 0.88;
        transform: translate3d(var(--drift-x3, 16px), -125px, 0) scale(0.98) rotate(var(--rot-mid, 12deg));
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--drift-x4, -18px), -180px, 0) scale(0.85) rotate(var(--rot-end, -16deg));
    }
}

.mclc-moment-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mclc-moment-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    z-index: 1;
}

.mclc-moment-card:hover .mclc-moment-img {
    transform: scale(1.08);
}

/* Floating Frosted Glass Heart Like Button */
.mclc-moment-heart-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    color: #005284;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 1);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mclc-moment-heart-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), fill 0.25s ease;
}

.mclc-moment-heart-btn:hover,
.mclc-moment-heart-btn.is-liked {
    background: linear-gradient(135deg, #0d699e 0%, #005284 100%);
    color: #ffffff;
    border-color: #005284;
    transform: scale(1.14);
    box-shadow: 0 6px 20px rgba(0, 82, 132, 0.45);
}

.mclc-moment-heart-btn:hover svg,
.mclc-moment-heart-btn.is-liked svg {
    fill: #ffffff;
    transform: scale(1.12);
}

@media (max-width: 768px) {
    .mclc-moments-section {
        padding: 35px 0 50px 0;
    }
    .mclc-moments-carousel-wrap {
        padding: 0 8px;
    }
    .mclc-moments-arrow {
        width: 40px;
        height: 40px;
    }
    .mclc-moments-arrow svg {
        width: 18px;
        height: 18px;
    }
    .mclc-moment-card {
        flex: 0 0 240px;
        min-width: 240px;
        height: 185px;
    }
    .mclc-moment-heart-btn {
        bottom: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
    }
    .mclc-moment-heart-btn svg {
        width: 16px;
        height: 16px;
    }
}


