/**
 * MindsightClinic - PREMIUM UI REDESIGN
 * Complete visual transformation with vibrant gradients, modern aesthetics
 */

/* ============================================
   PREMIUM COLOR SYSTEM
   ============================================ */
:root {
    /* Vibrant Gradient System - Teal Based */
    --gradient-primary: linear-gradient(135deg, #016358 0%, #02a388 100%);
    --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient-success: linear-gradient(135deg, #01c9a8 0%, #00f2d5 100%);
    --gradient-warm: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    --gradient-purple: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    --gradient-ocean: linear-gradient(135deg, #016358 0%, #01a388 100%);

    /* Primary Colors - Teal */
    --color-primary: #016358;
    --color-primary-dark: #014d45;
    --color-primary-light: #02896f;
    --color-primary-lighter: #d1f5f0;

    /* Secondary Colors */
    --color-secondary: #f5576c;
    --color-secondary-dark: #e63946;
    --color-secondary-light: #ff758f;

    /* Accent Colors */
    --color-accent-1: #01c9a8;
    --color-accent-2: #00f2d5;
    --color-accent-3: #fa709a;
    --color-accent-4: #fee140;

    /* Neutrals */
    --color-dark: #1a1a2e;
    --color-text: #2d3748;
    --color-text-light: #718096;
    --color-text-lighter: #a0aec0;
    --color-bg: #ffffff;
    --color-bg-light: #f7fafc;
    --color-bg-lighter: #edf2f7;
    --color-border: #e2e8f0;

    /* Premium Shadows - Teal Based - Subtle */
    --shadow-sm: 0 2px 8px rgba(1, 99, 88, 0.04);
    --shadow-md: 0 4px 16px rgba(1, 99, 88, 0.06);
    --shadow-lg: 0 8px 24px rgba(1, 99, 88, 0.08);
    --shadow-xl: 0 12px 32px rgba(1, 99, 88, 0.10);
    --shadow-glow: 0 0 30px rgba(1, 99, 88, 0.12);

    /* Neumorphic Shadows */
    --neu-light: 8px 8px 16px rgba(209, 217, 230, 0.8),
        -8px -8px 16px rgba(255, 255, 255, 0.9);
    --neu-pressed: inset 4px 4px 8px rgba(209, 217, 230, 0.8),
        inset -4px -4px 8px rgba(255, 255, 255, 0.9);

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2.5rem;
    --space-xl: 4rem;
    --space-2xl: 6rem;
    --space-3xl: 8rem;

    /* Border Radius */
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   GLOBAL RESET & BASE STYLES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    color: var(--color-text);
    line-height: 1.7;
    font-size: 16px;
    background: var(--color-bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

/* ============================================
   GLOBAL FLOATING PARTICLES BACKGROUND
   ============================================ */
.global-particles-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.global-particle {
    position: absolute;
    background: linear-gradient(135deg, rgba(1, 99, 88, 0.06), rgba(245, 87, 108, 0.06));
    border-radius: 50%;
    animation: float-global-particle 25s infinite ease-in-out;
    opacity: 0.4;
}

/* Individual particle positioning and sizing */
.global-particle:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 15%;
    animation-delay: 0s;
    animation-duration: 20s;
}

.global-particle:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 60%;
    left: 75%;
    animation-delay: 3s;
    animation-duration: 22s;
}

.global-particle:nth-child(3) {
    width: 150px;
    height: 150px;
    top: 35%;
    left: 5%;
    animation-delay: 6s;
    animation-duration: 28s;
}

.global-particle:nth-child(4) {
    width: 100px;
    height: 100px;
    top: 15%;
    left: 80%;
    animation-delay: 2s;
    animation-duration: 24s;
}

.global-particle:nth-child(5) {
    width: 70px;
    height: 70px;
    top: 75%;
    left: 25%;
    animation-delay: 5s;
    animation-duration: 26s;
}

@keyframes float-global-particle {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.3;
    }

    25% {
        transform: translate(80px, -100px) rotate(90deg) scale(1.1);
        opacity: 0.5;
    }

    50% {
        transform: translate(150px, 50px) rotate(180deg) scale(0.9);
        opacity: 0.3;
    }

    75% {
        transform: translate(40px, 120px) rotate(270deg) scale(1.05);
        opacity: 0.6;
    }
}

/* Ensure main content is above particles */
main {
    position: relative;
    z-index: 1;
}

/* Accessibility - Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .global-particle {
        animation: none;
        opacity: 0.2;
    }
}


/* ============================================
   STANDARDIZED TYPOGRAPHY SYSTEM
   ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    color: var(--color-dark);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

/* Hero Title - Only for main hero */
h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
}

/* Section Titles - Standardized */
.section-title {
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
    font-weight: 900;
    color: var(--color-dark);
    margin-bottom: var(--space-md);
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: -0.02em;
}

/* Section Subtitles - Standardized */
.section-subtitle {
    font-size: 1.125rem !important;
    color: var(--color-text-light);
    margin-bottom: var(--space-xl);
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Card/Feature Titles - Standardized */
h4,
h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: var(--space-sm);
    font-family: 'DM Sans', sans-serif;
}

/* Body Text */
p {
    margin-bottom: var(--space-md);
    line-height: 1.8;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

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

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

/* ============================================
   STANDARDIZED SECTION LAYOUT
   ============================================ */
.section {
    padding: var(--space-3xl) 0;
    position: relative;
}

.section-bg {
    background: var(--color-bg-light);
}

/* Lead text for features */
.lead {
    font-size: 1.1875rem;
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: var(--space-md);
}

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

/* ============================================
   PREMIUM BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    padding: 1.125rem 2.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    line-height: 1;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: var(--transition-base);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: var(--transition-slow);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-xl), var(--shadow-glow);
    color: white;
}

.btn-secondary {
    background: var(--gradient-secondary);
    color: white;
    box-shadow: var(--shadow-lg);
}

.btn-secondary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-xl);
    color: white;
}

.btn-light {
    background: white;
    color: var(--color-primary);
    box-shadow: var(--shadow-md);
}

.btn-light:hover {
    background: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
    color: var(--color-primary-dark);
}

.btn-outline {
    background: transparent;
    border: 3px solid white;
    color: white;
}

.btn-outline:hover {
    background: white;
    color: var(--color-primary);
    transform: translateY(-3px);
}

.btn-sm {
    padding: 0.875rem 2rem;
    font-size: 0.9375rem;
}

.btn-lg {
    padding: 1.375rem 3rem;
    font-size: 1.125rem;
}


/* ============================================
   PREMIUM FLOATING NAVIGATION
   ============================================ */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.25rem 2rem 0;
    transition: padding 0.4s ease;
    pointer-events: none;
}

.main-header.scrolled {
    padding: 0.75rem 2rem 0;
}

.navbar {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    box-shadow:
        0 2px 12px rgba(1, 99, 88, 0.06),
        0 8px 32px rgba(0, 0, 0, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 0.875rem 1.75rem;
    max-width: 1400px;
    margin: 0 auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(1, 99, 88, 0.1);
    pointer-events: all;
}

.main-header.scrolled .navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(32px) saturate(220%);
    -webkit-backdrop-filter: blur(32px) saturate(220%);
    box-shadow:
        0 4px 24px rgba(1, 99, 88, 0.1),
        0 12px 48px rgba(0, 0, 0, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(1, 99, 88, 0.14);
}

/* Brand Logo */
.brand-logo {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-brand:hover .brand-logo {
    transform: scale(1.04);
}

/* ---- Desktop Nav Links ---- */
.nav-link {
    color: #2d3748;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.625rem 0.875rem;
    margin: 0 0.125rem;
    border-radius: 10px;
    transition: color 0.25s ease, background 0.25s ease;
    letter-spacing: 0.01em;
}

.nav-link:hover,
.nav-link.active {
    color: #016358;
    background: rgba(1, 99, 88, 0.06);
}

/* ---- Dropdown Caret ---- */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid currentColor;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.dropdown-toggle[aria-expanded='true']::after {
    transform: rotate(180deg);
    opacity: 1;
}

/* ---- Premium Dropdown Menu ---- */
.dropdown-menu {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(30px) saturate(200%);
    -webkit-backdrop-filter: blur(30px) saturate(200%);
    border: 1px solid rgba(1, 99, 88, 0.1);
    border-radius: 18px;
    box-shadow:
        0 8px 32px rgba(1, 99, 88, 0.1),
        0 24px 64px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 0.625rem;
    min-width: 220px;
    margin-top: 0.75rem;
    animation: dropdownSlide 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-8px) scale(0.97);
    }

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

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #016358, #02a388);
    border-radius: 0 3px 3px 0;
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.dropdown-item:hover {
    background: rgba(1, 99, 88, 0.07);
    color: #016358;
    padding-left: 1.25rem;
}

.dropdown-item:hover::before {
    transform: scaleY(1);
}

.dropdown-item i {
    width: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #016358;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

/* Icon turns white when the row is highlighted */
.dropdown-item:hover i,
.dropdown-item:active i,
.dropdown-item.active i,
.dropdown-item:focus i {
    color: inherit;
}

/* ---- Hamburger Toggler ---- */
.navbar-toggler {
    width: 46px;
    height: 46px;
    border: 1.5px solid rgba(1, 99, 88, 0.2);
    border-radius: 12px;
    background: rgba(1, 99, 88, 0.04);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(1, 99, 88, 0.15);
}

.navbar-toggler:hover {
    background: rgba(1, 99, 88, 0.08);
    border-color: rgba(1, 99, 88, 0.35);
}

/* Custom hamburger icon */
.navbar-toggler .toggler-bars {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 22px;
}

.navbar-toggler .toggler-bars span {
    display: block;
    height: 2px;
    background: #016358;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.navbar-toggler .toggler-bars span:nth-child(1) {
    width: 22px;
}

.navbar-toggler .toggler-bars span:nth-child(2) {
    width: 16px;
}

.navbar-toggler .toggler-bars span:nth-child(3) {
    width: 22px;
}

.navbar-toggler[aria-expanded='true'] .toggler-bars span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    width: 22px;
}

.navbar-toggler[aria-expanded='true'] .toggler-bars span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-toggler[aria-expanded='true'] .toggler-bars span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    width: 22px;
}


/* ============================================
   PREMIUM HERO SECTION
   ============================================ */
.hero-section-premium {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 10rem 0 6rem;
    background:
        linear-gradient(135deg, rgba(184, 197, 184, 0.80) 0%, rgba(232, 240, 240, 0.75) 100%),
        url('../images/hero-calm-bg.png') center/cover;
    background-attachment: fixed;
}

/* Premium gradient overlay */
.hero-section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(245, 87, 108, 0.08) 0%, transparent 40%);
    pointer-events: none;
    animation: float 20s ease-in-out infinite;
}

/* Floating Trust Badge - Repositioned */
.hero-trust-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 0.875rem 1.75rem;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: none;
    align-items: center;
    gap: 0.75rem;
    z-index: 10;
}

.hero-trust-badge i {
    color: var(--color-primary);
    font-size: 1.25rem;
}

.hero-trust-badge span {
    font-weight: 700;
    color: var(--color-dark);
    font-size: 0.9375rem;
}

@keyframes float-badge {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Glassmorphism Hero Card */
.hero-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-radius: 32px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    animation: slideUpFade 1s ease-out;
    text-align: center;
    padding: 3.5rem 3rem;
    max-width: 900px;
    margin: 0 auto;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

/* Eyebrow Text - Centered */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    margin: 0 auto 1.5rem auto;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e3a33;
    border: 1px solid rgba(184, 197, 184, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hero-eyebrow i {
    font-size: 1rem;
    color: #016358;
}

/* Premium Hero Title */
.hero-title-premium {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: #1e3a33;
    line-height: 1.15;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    letter-spacing: -0.02em;
    font-family: 'DM Sans', sans-serif;
}

.gradient-text {
    background: linear-gradient(135deg, #1e3a33 0%, #6b9b8a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Premium Subtitle */
.hero-subtitle-premium {
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    margin-bottom: 2.5rem;
    color: #445f56;
    font-weight: 400;
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Feature Pills */
.hero-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    justify-content: center;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e3a33;
    border: 1px solid rgba(184, 197, 184, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.feature-pill:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.feature-pill i {
    color: #016358;
}

/* Hero CTA Buttons */
.hero-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #013d36 0%, #016358 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(1, 99, 88, 0.35);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(1, 99, 88, 0.45);
    color: #fff;
}

.btn-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-hero-primary:hover .btn-glow {
    opacity: 1;
    animation: glow-pulse 2s ease-in-out infinite;
}

@keyframes glow-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.btn-hero-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-hero-secondary:hover {
    background: white;
    color: var(--color-primary);
    transform: translateY(-3px);
}

/* Visual Wrapper - Right Side */
.hero-visual-wrapper {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInRight 1s ease-out 0.3s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

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

/* Decorative Shapes - Subtle Design */
.hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    filter: blur(40px);
    animation: float-shape-subtle 25s ease-in-out infinite;
}

.hero-shape-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(209, 245, 240, 0.4));
    top: 5%;
    right: 15%;
    animation-delay: 0s;
}

.hero-shape-2 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, rgba(245, 87, 108, 0.3), rgba(250, 112, 154, 0.3));
    bottom: 5%;
    left: 10%;
    animation-delay: 8s;
}

.hero-shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(1, 201, 168, 0.3), rgba(0, 242, 213, 0.3));
    top: 40%;
    right: 5%;
    animation-delay: 16s;
}

@keyframes float-shape-subtle {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
}

/* Hero Image Container */
.hero-image-container {
    position: relative;
    z-index: 2;
    max-width: 450px;
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.3));
    animation: float 6s ease-in-out infinite;
}

/* Fallback Visual */
.hero-fallback-visual {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}

.hero-fallback-visual i {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.3);
}

/* Stats Bar */
.hero-stats-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 4rem;
    padding: 2rem 3rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideUpFade 1s ease-out 0.6s both;
}

.hero-stat {
    text-align: center;
}

.stat-number {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 900;
    color: #1e3a33;
    font-family: 'DM Sans', sans-serif;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9375rem;
    color: rgba(30, 58, 51, 0.85);
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

/* Scroll Indicator Premium */
.scroll-indicator-premium {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(30, 58, 51, 0.9);
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 5;
}

.scroll-indicator-premium span {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.scroll-indicator-premium i {
    font-size: 1.5rem;
    color: #2d5a4f;
}

/* ============================================
   BRAIN ANIMATION (HOME PAGE)
   ============================================ */
.brain-illustration-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 2rem;
}

.brain-svg {
    width: 100%;
    height: auto;
}

.brain-group {
    animation: pulse-brain 3s ease-in-out infinite;
}

@keyframes pulse-brain {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.brain-path {
    filter: drop-shadow(0 4px 20px rgba(1, 99, 88, 0.2));
}

.question-mark {
    animation: float-question 3s ease-in-out infinite;
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
}

.q1 {
    animation-delay: 0s;
}

.q2 {
    animation-delay: 0.5s;
}

.q3 {
    animation-delay: 1s;
}

.q4 {
    animation-delay: 1.5s;
}

@keyframes float-question {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-20px);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-section-premium {
        padding: 8rem 0 4rem;
    }

    .hero-trust-badge {
        top: 120px;
        right: 50%;
        transform: translateX(50%);
    }

    .hero-glass-card {
        padding: 2rem;
    }

    .hero-visual-wrapper {
        height: 350px;
        margin-top: 2rem;
    }

    .hero-stats-bar {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
    }

    .stat-divider {
        width: 60px;
        height: 1px;
    }
}

@media (max-width: 768px) {
    .hero-glass-card {
        padding: 1.5rem;
    }

    .hero-title-premium {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .hero-cta-buttons {
        flex-direction: column;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-feature-pills {
        justify-content: center;
    }

    .hero-visual-wrapper {
        height: 300px;
    }

    .hero-fallback-visual {
        width: 200px;
        height: 200px;
    }

    .hero-fallback-visual i {
        font-size: 5rem;
    }
}

@media (max-width: 480px) {
    .hero-trust-badge {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
    }

    .hero-trust-badge i {
        font-size: 1rem;
    }

    .feature-pill {
        font-size: 0.8125rem;
        padding: 0.5rem 1rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.8125rem;
    }
}

/* ============================================
   PREMIUM CARDS
   ============================================ */
.card-premium {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    border: 2px solid transparent;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: var(--transition-base);
}

.card-premium:hover::before {
    transform: scaleX(1);
}

.card-premium:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-primary-light);
}

/* Neumorphic Cards */
.card-neu {
    background: var(--color-bg-light);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--neu-light);
    transition: var(--transition-base);
    border: none;
}

.card-neu:hover {
    box-shadow: var(--neu-pressed);
}

/* Glass Cards */
.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: var(--transition-base);
}

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

/* ============================================
   SECTIONS
   ============================================ */
.section {
    padding: var(--space-3xl) 0;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: var(--space-md);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    color: var(--color-text-light);
    max-width: 700px;
    margin: 0 auto var(--space-2xl);
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    line-height: 1.7;
}

.section-bg {
    background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-light) 100%);
}

/* Continue in next message due to length... */
/* ============================================
   THERAPIST CARDS
   ============================================ */
.therapist-carousel-wrapper {
    position: relative;
    padding: 1rem 0;
}

.therapist-carousel {
    display: flex;
    gap: var(--space-lg);
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem var(--space-sm);
}

.therapist-carousel::-webkit-scrollbar {
    display: none;
}

.therapist-card {
    flex: 0 0 calc(25% - var(--space-lg));
    scroll-snap-align: start;
    min-width: 280px;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    border: 2px solid transparent;
    position: relative;
}

.therapist-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-base);
    pointer-events: none;
    border-radius: var(--radius-lg);
}

.therapist-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: var(--shadow-xl), var(--shadow-glow);
    border-color: var(--color-primary);
}

.therapist-card:hover::after {
    opacity: 0.05;
}

.therapist-photo {
    width: 100%;
    height: 350px;
    object-fit: cover;
    background: var(--gradient-purple);
}

.therapist-info {
    padding: var(--space-lg);
}

.therapist-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-dark);
    margin-bottom: var(--space-xs);
}

.therapist-designation {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: var(--space-sm);
}

.therapist-experience {
    color: var(--color-text-light);
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    margin-bottom: var(--space-md);
}

.btn-call {
    background: var(--gradient-success);
    color: white;
    box-shadow: var(--shadow-md);
    width: 100%;
}

.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: white;
}

/* Carousel Navigation */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-base);
    color: var(--color-primary);
    font-size: 1.5rem;
}

.carousel-nav:hover {
    background: var(--color-primary);
    color: white;
    transform: translateY(-50%) scale(1.15);
    box-shadow: var(--shadow-xl);
}

.carousel-nav.prev {
    left: -25px;
}

.carousel-nav.next {
    right: -25px;
}

/* Filter Controls */
.filter-controls {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.875rem 2rem;
    border-radius: var(--radius-full);
    background: white;
    border: 3px solid var(--color-border);
    color: var(--color-text);
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition-fast);
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
}

.filter-btn:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.filter-btn.active {
    background: var(--gradient-primary);
    color: white;
    border-color: transparent;
    box-shadow: var(--shadow-md);
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: var(--space-sm);
    margin-top: var(--space-xl);
}

.carousel-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: var(--color-border);
    border: none;
    cursor: pointer;
    transition: var(--transition-fast);
    padding: 0 !important;
    min-width: 8px !important;
    min-height: 8px !important;
}

.carousel-dot.active {
    background: var(--gradient-primary);
    width: 20px !important;
    min-width: 20px !important;
    border-radius: var(--radius-full);
}

/* ============================================
   TESTIMONIALS SLIDER
   ============================================ */
.testimonials-slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: var(--space-xl) 0;
}

.testimonial-slide {
    display: none;
    animation: fadeSlide 0.6s ease-in-out;
}

.testimonial-slide.active {
    display: block;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.testimonial-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--space-2xl);
    box-shadow: var(--shadow-lg);
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: var(--gradient-purple);
    opacity: 0.03;
    transform: rotate(45deg);
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 auto var(--space-lg);
    box-shadow: var(--shadow-md);
}

.testimonial-quote {
    font-size: 4rem;
    color: var(--color-primary-lighter);
    line-height: 1;
    margin-bottom: var(--space-md);
}

.testimonial-rating {
    color: #fbbf24;
    margin-bottom: var(--space-md);
    font-size: 1.25rem;
}

.testimonial-content {
    color: var(--color-text);
    font-style: italic;
    font-size: 1.1875rem;
    margin-bottom: var(--space-lg);
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    font-weight: 900;
    color: var(--color-dark);
    font-size: 1.1875rem;
}

.testimonial-date {
    color: var(--color-text-light);
    font-size: 0.9375rem;
    margin-top: var(--space-xs);
}

/* ============================================
   COURSE CARDS
   ============================================ */
.course-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    border: 2px solid transparent;
    height: 100%;
    position: relative;
}

.course-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-accent-1);
}

.course-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: var(--gradient-warm);
    color: white;
    padding: 0.5rem 1.125rem;
    border-radius: var(--radius-full);
    font-size: 0.8125rem;
    font-weight: 900;
    z-index: 10;
    box-shadow: var(--shadow-md);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.course-info {
    padding: var(--space-xl);
    padding-top: calc(var(--space-xl) + 1rem);
}

.course-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-dark);
    margin-bottom: var(--space-md);
}

.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--space-md);
    border-top: 2px solid var(--color-bg-light);
}

.course-duration {
    color: var(--color-text-light);
    font-size: 0.9375rem;
    font-weight: 600;
}

.course-price {
    font-size: 2rem;
    font-weight: 900;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   LOCATION CARDS
   ============================================ */
.location-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--shadow-md);
    border-left: 6px solid var(--color-primary);
    transition: var(--transition-base);
    height: 100%;
}

.location-card:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow-xl);
    border-left-width: 8px;
}

.location-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: var(--space-md);
}

.location-address {
    color: var(--color-text);
    margin-bottom: var(--space-md);
    line-height: 1.7;
}

.location-contact {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}

.location-contact a {
    color: var(--color-text);
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    font-weight: 600;
    transition: var(--transition-fast);
}

.location-contact a:hover {
    color: var(--color-primary);
    transform: translateX(5px);
}

/* ============================================
   FEATURE BOXES
   ============================================ */
.feature-box {
    text-align: center;
    padding: var(--space-xl);
    transition: var(--transition-base);
}

.feature-box:hover {
    transform: translateY(-8px);
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: var(--gradient-primary);
    color: white;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
    font-size: 2.5rem;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-base);
}

.feature-box:hover .feature-icon {
    transform: rotate(-10deg) scale(1.1);
    box-shadow: var(--shadow-xl), var(--shadow-glow);
}

.feature-title {
    font-size: 1.375rem;
    font-weight: 900;
    margin-bottom: var(--space-sm);
    color: var(--color-dark);
}

.feature-description {
    color: var(--color-text-light);
    line-height: 1.7;
    font-size: 1.0625rem;
}

/* Mobile Scrolling for Why Choose Section */
@media (max-width: 767px) {
    .why-choose-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 1.5rem;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-choose-grid>div {
        scroll-snap-align: start;
        flex: 0 0 auto;
        width: 280px;
        padding-right: 1.25rem;
    }

    .why-choose-grid>div:last-child {
        padding-right: 0;
    }

    /* Colorful custom scrollbar */
    .why-choose-grid::-webkit-scrollbar {
        height: 8px;
    }

    .why-choose-grid::-webkit-scrollbar-track {
        background: linear-gradient(90deg,
                rgba(102, 126, 234, 0.1),
                rgba(240, 147, 251, 0.1),
                rgba(79, 172, 254, 0.1),
                rgba(67, 233, 123, 0.1));
        border-radius: 10px;
    }

    .why-choose-grid::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #667eea, #f093fb, #4facfe, #43e97b);
        border-radius: 10px;
    }

    .why-choose-grid::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #5568d3, #e082ea, #3e9be7, #32d864);
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll:nth-child(1) {
    transition-delay: 0s;
}

.animate-on-scroll:nth-child(2) {
    transition-delay: 0.1s;
}

.animate-on-scroll:nth-child(3) {
    transition-delay: 0.2s;
}

.animate-on-scroll:nth-child(4) {
    transition-delay: 0.3s;
}

.animate-on-scroll:nth-child(5) {
    transition-delay: 0.4s;
}

.animate-on-scroll:nth-child(6) {
    transition-delay: 0.5s;
}

/* ============================================
   FOOTER
   ============================================ */
.main-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d3748 100%);
    color: #cbd5e1;
    padding: var(--space-3xl) 0 var(--space-xl);
}

.footer-brand {
    font-size: 2rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-md);
}

/* ============================================
   FLOATING ACTIONS
   ============================================ */
.floating-actions {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.floating-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    box-shadow: var(--shadow-xl);
    transition: var(--transition-base);
    text-decoration: none;
}

.floating-btn:hover {
    transform: scale(1.2);
    box-shadow: var(--shadow-xl), var(--shadow-glow);
    color: white;
}

.floating-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.floating-call {
    background: var(--gradient-primary);
}

.floating-call i {
    transform: rotate(135deg);
    display: inline-block;
}

/* Fix fa-phone-alt icon orientation globally — FA5 renders it rotated */
.fa-phone-alt {
    transform: rotate(135deg);
    display: inline-block;
}

/* ============================================
   STICKY MOBILE BOOKING BUTTON (Mobile Only)
   ============================================ */
.sticky-mobile-booking {
    display: none;
    /* Hidden by default on desktop */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: linear-gradient(135deg, #2d5a4f 0%, #1e3a33 100%);
    color: white;
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: none;
}

.sticky-mobile-booking:hover,
.sticky-mobile-booking:active {
    color: white;
    background: linear-gradient(135deg, #1e3a33 0%, #2d5a4f 100%);
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.2);
}

.sticky-mobile-booking i {
    font-size: 1.25rem;
}

.sticky-mobile-booking span {
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Show only on mobile devices */
@media (max-width: 768px) {
    .sticky-mobile-booking {
        display: block;
    }

    /* Adjust floating buttons for premium appearance */
    .floating-actions {
        bottom: 6.5rem;
        /* Move significantly higher to avoid overlap */
        right: 1.5rem;
        /* Adjust right spacing */
    }

    /* Hide floating call button on mobile (redundant with sticky booking button) */
    .floating-call {
        display: none !important;
    }

    /* Optimize WhatsApp button for mobile */
    .floating-whatsapp {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
}

/* ============================================
   ENQUIRE NOW MODAL
   ============================================ */
.enquire-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.enquire-modal-content {
    background: white;
    border-radius: 24px;
    padding: 2rem 1.5rem;
    max-width: 400px;
    width: 100%;
    position: relative;
    animation: slideUp 0.3s ease-out;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 50%;
}

.modal-close:hover {
    background: #f0f0f0;
    color: #2d5a4f;
    transform: rotate(90deg);
}

.modal-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.5rem;
    text-align: center;
}

.modal-subtitle {
    color: #718096;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.location-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.location-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #f7fafc;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.location-option:hover {
    background: white;
    transform: translateX(5px);
    border-color: #2d5a4f;
    box-shadow: 0 8px 20px rgba(45, 90, 79, 0.15);
}

.location-option-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.mumbai-gradient {
    background: linear-gradient(135deg, #2d5a4f 0%, #1e3a33 100%);
}

.pune-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.location-option-info {
    flex: 1;
}

.location-option-info h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 0.25rem 0;
}

.location-option-info p {
    font-size: 1rem;
    color: #2d5a4f;
    font-weight: 600;
    margin: 0;
}

.location-option>.fa-chevron-right {
    color: #cbd5e0;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.location-option:hover>.fa-chevron-right {
    color: #2d5a4f;
    transform: translateX(5px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .hero-content-center {
        padding: var(--space-lg);
    }

    .therapist-carousel .therapist-card {
        flex: 0 0 calc(50% - var(--space-lg));
    }

    .section {
        padding: var(--space-2xl) 0;
    }

    .main-header {
        padding: 1rem 1.5rem 0;
    }

    .navbar {
        padding: 0.875rem 1.5rem;
        border-radius: var(--radius-lg);
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 7rem 0 3rem;
        background-attachment: scroll;
    }

    .hero-content-center {
        padding: var(--space-md);
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
    }


    @media (max-width: 768px) {
        .hero-section {
            min-height: auto;
            padding: 7rem 0 3rem;
        }

        .therapist-carousel {
            padding: 1.5rem 0;
            gap: 1rem;
        }

        .therapist-carousel .therapist-card {
            flex: 0 0 85%;
            min-width: 260px;
            max-width: 320px;
        }

        .carousel-nav {
            display: none;
        }

        .carousel-dots {
            margin-top: 2rem;
            display: flex;
            justify-content: center;
            gap: 0.75rem;
        }

        .carousel-dot {
            width: 6px !important;
            height: 6px !important;
        }

        .carousel-dot.active {
            width: 16px !important;
        }

        .filter-controls {
            flex-wrap: wrap;
            gap: 0.5rem;
            justify-content: center;
        }

        .filter-btn {
            font-size: 0.875rem;
            padding: 0.5rem 1rem;
            min-width: auto;
            flex: 0 1 auto;
        }

        .btn-call {
            font-size: 0.9375rem;
            padding: 0.75rem;
        }

        .therapist-info {
            padding: 1.25rem;
        }

        .therapist-name {
            font-size: 1.125rem;
        }

        .therapist-designation {
            font-size: 0.875rem;
        }

        .section-title {
            font-size: 1.75rem;
            margin-bottom: 1rem;
        }

        .section {
            padding: var(--space-xl) 0;
        }

        .main-header {
            padding: 1rem;
        }

        .navbar {
            padding: 0.75rem 1.25rem;
            border-radius: var(--radius-md);
        }

        .navbar-brand {
            font-size: 1.5rem;
        }
    }

    /* ============================================
   FLOATING ACTIONS
   ============================================ */
    .floating-actions {
        position: fixed;
        bottom: 2.5rem;
        right: 2.5rem;
        z-index: 999;
        display: flex;
        flex-direction: column;
        gap: var(--space-md);
    }

    .floating-btn {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        color: white;
        box-shadow: var(--shadow-xl);
        transition: var(--transition-base);
        text-decoration: none;
    }

    .floating-btn:hover {
        transform: scale(1.2);
        box-shadow: var(--shadow-xl), var(--shadow-glow);
        color: white;
    }

    .floating-whatsapp {
        background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    }

    .floating-call {
        background: var(--gradient-primary);
    }

    .floating-btn {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
}

/* ============================================
   IMAGE STYLES FOR SECTIONS
   ============================================ */
.service-image,
.feature-img,
.workshop-image,
.transform-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.card-premium .service-image {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 20px;
}

.service-image:hover,
.feature-img:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: var(--shadow-xl);
}

.feature-box .feature-img {
    max-width: 180px;
    margin: 0 auto;
    border-radius: 20px;
}

.workshop-image {
    max-width: 500px;
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
}

.transform-image {
    max-width: 450px;
    border-radius: 32px;
    box-shadow: var(--shadow-xl);
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Update feature box for images */
.feature-box {
    text-align: center;
    padding: var(--space-lg);
    transition: var(--transition-base);
}

@media (max-width: 768px) {

    .workshop-image,
    .transform-image {
        max-width: 100%;
        margin-bottom: var(--space-lg);
    }
}

/* ============================================
   MATCH CARDS
   ============================================ */
.match-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-primary);
}

.match-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-lg);
    font-size: 2rem;
    color: white;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.match-card:hover .match-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: var(--shadow-glow);
}

.match-card h4 {
    margin-bottom: var(--space-md);
    color: var(--color-dark);
}

.match-card p {
    color: var(--color-text-light);
    margin-bottom: var(--space-lg);
    flex-grow: 1;
}

.match-card .btn {
    margin-top: auto;
}

.btn-outline-primary {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    padding: 0.875rem 2rem;
    border-radius: var(--radius-full);
    font-weight: 700;
    transition: var(--transition-fast);
}

.btn-outline-primary:hover {
    background: var(--color-primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ============================================
   TRUSTED BY / CLIENTS AUTO-SCROLL SECTION
   ============================================ */
.trusted-by-section {
    padding: var(--space-xl) 0;
    background: white;
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
}

.trusted-title {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text-light);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: var(--space-lg);
}

.clients-scroll-container {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right,
            transparent,
            black 10%,
            black 90%,
            transparent);
    -webkit-mask-image: linear-gradient(to right,
            transparent,
            black 10%,
            black 90%,
            transparent);
}

.clients-scroll {
    display: flex;
    animation: scroll 30s linear infinite;
    width: fit-content;
}

.clients-scroll:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.client-item {
    flex: 0 0 auto;
    padding: 0 var(--space-xl);
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--color-text-lighter);
    font-family: 'DM Sans', sans-serif;
    letter-spacing: -0.02em;
    white-space: nowrap;
    transition: var(--transition-fast);
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: var(--radius-md);
    background: var(--color-bg-lighter);
    border: 1px solid transparent;
}

.client-item:hover .client-logo {
    color: var(--color-primary);
    transform: scale(1.1);
    background: white;
    border-color: var(--color-primary);
    box-shadow: var(--shadow-sm);
}

/* ============================================
   STEP CARDS - PROCESS FLOW
   ============================================ */
.step-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    border: 2px solid transparent;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-base);
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-primary);
}

.step-number {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 900;
    color: white;
    background: var(--gradient-primary);
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-lg);
    letter-spacing: 1px;
    box-shadow: var(--shadow-md);
}

.step-card h4 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-dark);
    margin-bottom: var(--space-md);
}

.step-card p {
    color: var(--color-text-light);
    line-height: 1.8;
    font-size: 1rem;
}

/* Progressive step connector on larger screens */
@media (min-width: 992px) {
    .step-card::after {
        content: '';
        position: absolute;
        right: -2rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: var(--color-primary);
        opacity: 0.3;
    }

    .step-card:last-child::after {
        display: none;
    }
}

/* ============================================
   GET MATCHED SECTION
   ============================================ */
.get-matched-section {
    background: linear-gradient(135deg, rgba(1, 99, 88, 0.92) 0%, rgba(1, 99, 88, 0.85) 100%), url('../images/hero-counselling.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.get-matched-section .section-title,
.get-matched-section .section-subtitle {
    color: white !important;
    position: relative;
    z-index: 1;
}

.get-matched-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.1) 0.5px, transparent 0.5px),
        radial-gradient(rgba(255, 255, 255, 0.1) 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    opacity: 0.3;
    pointer-events: none;
}

/* ============================================
   PREMIUM FOOTER
   ============================================ */
.premium-footer {
    background: linear-gradient(135deg, #01544a 0%, #016358 50%, #01544a 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"1\" fill=\"rgba(255,255,255,0.05)\"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.footer-main {
    padding: var(--space-3xl) 0;
    position: relative;
    z-index: 1;
}

.footer-brand {
    font-size: 1.75rem;
    font-weight: 900;
    font-family: 'DM Sans', sans-serif;
    color: white;
}

.footer-brand i {
    color: var(--color-accent);
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 0.95rem;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: var(--space-lg);
    color: white;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: var(--color-accent);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition-fast);
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--color-accent);
    transform: translateX(5px);
}

.footer-links a i {
    font-size: 0.7rem;
    color: var(--color-accent);
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: var(--space-lg);
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: var(--transition-fast);
    backdrop-filter: blur(10px);
}

.social-icon:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.social-icon i {
    font-size: 1.1rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.contact-icon i {
    color: var(--color-accent);
    font-size: 1.1rem;
}

.contact-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-info a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition-fast);
}

.contact-info a:hover {
    color: var(--color-accent);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: var(--space-lg) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-bottom-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition-fast);
    font-size: 0.9rem;
}

.footer-bottom-link:hover {
    color: var(--color-accent);
}

/* ========================================
   FOOTER MOBILE OPTIMIZATION
   ======================================== */

@media (max-width: 768px) {
    .footer-main {
        padding: 3rem 0 2rem;
    }

    /* Center align left section on mobile */
    .footer-main .col-lg-5 {
        text-align: center;
    }

    .footer-logo {
        max-width: 180px;
        margin: 0 auto;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-description {
        font-size: 0.875rem;
        margin-bottom: 1.5rem !important;
        text-align: center;
    }

    /* Center social icons */
    .footer-social {
        gap: 0.75rem;
        margin-top: 1.5rem !important;
        justify-content: center;
    }

    .footer-title {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    /* Compact Contact Section for Mobile */
    .footer-contact-item {
        margin-bottom: 1rem !important;
        align-items: center !important;
    }

    .footer-contact-item .contact-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1rem;
    }

    .footer-contact-item .contact-info {
        font-size: 0.9rem;
        display: flex;
        flex-direction: column;
    }

    .footer-contact-item .contact-info p {
        margin-bottom: 0 !important;
    }

    /* Make Mumbai:/Pune: labels inline with phone numbers */
    .footer-contact-item .contact-info p strong {
        font-size: 0.875rem;
        display: inline;
        margin-right: 0.5rem;
    }

    .footer-contact-item .contact-info p.mb-1 {
        display: inline;
    }

    /* Phone numbers on same line as labels */
    .footer-contact-item .contact-info p+p {
        display: inline;
    }

    .footer-contact-item .contact-info a {
        font-size: 0.875rem;
    }

    /* Reduce spacing between Mumbai and Pune phone items */
    .footer-contact-item.mb-3 {
        margin-bottom: 0.75rem !important;
    }

    /* Tighter social icons */
    .footer-social {
        gap: 0.75rem;
        margin-top: 1.5rem !important;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    /* Footer links */
    .footer-links li {
        margin-bottom: 0.5rem;
    }

    .footer-links a {
        font-size: 0.875rem;
    }

    /* Footer bottom */
    .footer-bottom {
        padding: 1.5rem 0;
    }

    .footer-bottom p,
    .footer-bottom-link {
        font-size: 0.8125rem;
    }
}

.footer-bottom span {
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
    .footer-main {
        padding: var(--space-2xl) 0;
    }

    .footer-social {
        justify-content: center;
        margin-top: var(--space-md);
        margin-bottom: var(--space-lg);
    }

    .footer-title {
        text-align: center;
        font-size: 1.1rem;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links {
        text-align: center;
    }

    .footer-links a {
        justify-content: center;
    }

    .footer-contact-item {
        justify-content: center;
    }
}

/* ============================================
   TESTIMONIALS GRID SECTION
   ============================================ */
.testimonials-section {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

/* ============================================
   TESTIMONIALS CAROUSEL
   ============================================ */

.testimonials-carousel-wrapper {
    position: relative;
    margin-top: var(--space-xl);
    padding: 0 3rem;
}

.testimonials-carousel-container {
    overflow: hidden;
    padding: 1rem 0;
}

.testimonials-carousel-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-carousel-card {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: calc(33.333% - 1rem);
    background: white;
    padding: var(--space-xl);
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.testimonial-carousel-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-base);
}

.testimonial-carousel-card:hover::before {
    transform: scaleX(1);
}

.testimonial-carousel-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-primary);
}

.testimonial-quote-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(1, 99, 88, 0.1) 0%, rgba(1, 99, 88, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-lg);
}

.testimonial-quote-icon i {
    font-size: 1.5rem;
    color: var(--color-primary);
}

.testimonial-rating {
    margin-bottom: var(--space-md);
}

.testimonial-rating i {
    color: #FFC107;
    font-size: 1rem;
    margin-right: 0.25rem;
}

.testimonial-text {
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: var(--space-xl);
    flex-grow: 1;
}

.testimonial-author-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--color-border);
    margin-top: auto;
}

.testimonial-avatar-circle {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.testimonial-author-info {
    flex-grow: 1;
}

.testimonial-author-name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-dark);
    margin-bottom: 0.25rem;
}

.testimonial-date {
    font-size: 0.875rem;
    color: var(--color-text-light);
}

/* Carousel Navigation Buttons */
.testimonials-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-base);
    z-index: 10;
    box-shadow: var(--shadow-md);
}

.testimonials-carousel-btn:hover:not(:disabled) {
    background: var(--color-primary);
    transform: translateY(-50%) scale(1.1);
}

.testimonials-carousel-btn:hover:not(:disabled) i {
    color: white;
}

.testimonials-carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.testimonials-carousel-btn i {
    font-size: 1.25rem;
    color: var(--color-primary);
    transition: var(--transition-base);
}

.testimonials-carousel-prev {
    left: 0;
}

.testimonials-carousel-next {
    right: 0;
}

/* Carousel Dots */
.testimonials-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: var(--space-xl);
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-border);
    cursor: pointer;
    transition: var(--transition-base);
}

.carousel-dot:hover {
    background: var(--color-primary-light);
}

.carousel-dot.active {
    background: var(--color-primary);
    width: 32px;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-carousel-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .testimonials-carousel-wrapper {
        padding: 0 2.5rem;
    }

    .testimonial-carousel-card {
        flex: 0 0 100%;
        min-width: 100%;
        padding: var(--space-lg);
        border-radius: 20px;
    }

    .testimonial-quote-icon {
        width: 50px;
        height: 50px;
    }

    .testimonial-quote-icon i {
        font-size: 1.25rem;
    }

    .testimonial-text {
        font-size: 0.95rem;
    }

    .testimonials-carousel-btn {
        width: 40px;
        height: 40px;
    }

    .testimonials-carousel-btn i {
        font-size: 1rem;
    }
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
.navbar-brand {
    padding: 0;
    margin-right: 2rem;
}

.brand-logo {
    height: 40px;
    width: auto;
    transition: var(--transition-base);
}

.navbar-brand:hover .brand-logo {
    transform: scale(1.05);
}

/* ============================================
   GLASSMORPHISM & VISIBILITY UPDATES
   ============================================ */

/* 1. Header Glassmorphism */
.main-header .navbar {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05) !important;
}

/* 2. Get Matched Section Visibility - WITH HIGH SPECIFICITY */
html body .get-matched-section .section-title,
html body .get-matched-section .section-subtitle,
html body .get-matched-section p,
html body .get-matched-section strong,
html body .get-matched-section h2,
html body .get-matched-section h4 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 3. Match Cards Glassmorphism */
.match-card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(0);
}

/* Ensure text inside glass cards is white and readable */
.match-card h4 {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.match-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Icon style adjustments for glass theme */
.match-card .match-icon {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.match-card .match-icon i {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Hover effects */
.match-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25) !important;
}

.match-card .btn-outline-primary {
    color: white !important;
    border-color: white !important;
}

.match-card .btn-outline-primary:hover {
    background: white !important;
    color: var(--color-primary) !important;
}

/* Footer Logo */
.footer-logo {
    height: 90px;
    width: auto;
    display: block;
    margin-bottom: 1rem;
}

/* Lottie-style Pulse Animation */
.lottie-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.lottie-static {
    position: relative;
    z-index: 2;
    transform: translateY(0);
    animation: gentle-breathe 6s ease-in-out infinite;
    filter: drop-shadow(0 15px 30px rgba(1, 99, 88, 0.2));
}

.lottie-pulse-ring {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1, 99, 88, 0.1) 0%, rgba(1, 99, 88, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 1;
    animation: lottie-pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.lottie-pulse-ring.delay-1 {
    animation-delay: 1s;
    width: 350px;
    height: 350px;
}

/* Premium Therapist Cards Page Styles */
.therapist-card {
    border-radius: 20px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    background: white;
    overflow: hidden;
    height: 100%;
}

.therapist-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.therapist-photo-wrapper {
    position: relative;
    /* Height handled by flexbox/min-height inline */
    overflow: hidden;
}

.therapist-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    /* Focus on faces */
    transition: transform 0.6s ease;
}

.therapist-card:hover .therapist-photo {
    transform: scale(1.05);
}

.therapist-info {
    padding: 1.5rem;
    text-align: center;
    /* Center align for better balance */
}

/* Ensure buttons are properly sized */
.therapist-card .btn {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
}

.lottie-pulse-ring.delay-2 {
    animation-delay: 2s;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(250, 112, 154, 0.1) 0%, rgba(250, 112, 154, 0) 70%);
    /* Subtle pink tint */
}

@keyframes gentle-breathe {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.02);
    }
}

@keyframes lottie-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}


/* Professional Partner Logo Section */
.trusted-by-section-professional {
    background: #f8f9fa;
}

.partner-logo-card {
    background: white;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.partner-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.08);
}

.partner-logo {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s ease;
}

.partner-logo-card:hover .partner-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}



/* Modern Clinic Cards - Enterprise Design */
.clinic-card-modern {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.clinic-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.clinic-icon-modern {
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.clinic-card-modern:hover .clinic-icon-modern {
    transform: scale(1.1);
}

.clinic-card-modern .btn {
    transition: all 0.3s ease;
}

.clinic-card-modern:hover .btn {
    transform: translateX(4px);
}

/* ============================================================
   WHY CHOOSE MINDSIGHT CLINIC — PREMIUM SECTION
   ============================================================ */
.wc-section {
    padding: 6rem 0;
    background: #f8fafb;
    position: relative;
    overflow: hidden;
}

.wc-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(1, 99, 88, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ── Two-Column Grid ── */
.wc-grid {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 3rem;
    align-items: start;
}

/* ── LEFT: Dark teal panel ── */
.wc-left {
    background: linear-gradient(145deg, #013d36 0%, #016358 60%, #01876e 100%);
    border-radius: 28px;
    padding: 2.75rem 2.5rem;
    color: #fff;
    position: sticky;
    top: 7rem;
    box-shadow:
        0 20px 60px rgba(1, 99, 88, 0.3),
        0 4px 16px rgba(0, 0, 0, 0.12);
}

.wc-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.wc-heading {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1.125rem;
    letter-spacing: -0.02em;
}

.wc-sub {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin-bottom: 2rem;
}

/* Stats row */
.wc-stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.25rem 1rem;
    margin-bottom: 2rem;
}

.wc-stat {
    flex: 1;
    text-align: center;
}

.wc-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    color: #fff;
    margin: 0 auto 0.4rem;
}

.wc-stat-label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.3;
}

.wc-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

/* CTA button */
.wc-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    color: #016358;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.875rem 1.75rem;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.wc-cta:hover {
    background: #e6f7f4;
    color: #013d36;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

/* ── RIGHT: Benefit cards ── */
.wc-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wc-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #fff;
    border-radius: 18px;
    padding: 1.375rem 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(1, 99, 88, 0.07);
    transition: all 0.28s ease;
    position: relative;
    overflow: hidden;
}

.wc-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #016358, #02a388);
    border-radius: 0 3px 3px 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.wc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(1, 99, 88, 0.1);
    border-color: rgba(1, 99, 88, 0.15);
}

.wc-card:hover::before {
    opacity: 1;
}

/* Icon tile */
.wc-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease;
}

.wc-card:hover .wc-icon {
    transform: scale(1.08) rotate(-3deg);
}

/* Card text */
.wc-card-body {
    flex: 1;
    min-width: 0;
}

.wc-card-title {
    font-size: 0.9875rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.3rem;
    letter-spacing: -0.01em;
}

.wc-card-desc {
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.55;
    margin: 0;
}

/* Check badge */
.wc-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(1, 99, 88, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #016358;
    font-size: 0.7rem;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.wc-card:hover .wc-check {
    background: #016358;
    color: #fff;
    transform: scale(1.1);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .wc-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .wc-left {
        position: static;
    }
}

@media (max-width: 575px) {
    .wc-section {
        padding: 3rem 0;
    }

    .wc-left {
        padding: 1.75rem 1.25rem;
    }

    .wc-heading {
        font-size: 1.6rem;
    }

    /* Keep stats horizontal on mobile */
    .wc-stats {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        padding: 1rem 0.5rem;
    }

    .wc-stat {
        flex: 1;
        padding: 0 0.25rem;
    }

    .wc-stat-icon {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
        border-radius: 8px;
    }

    .wc-stat-label {
        font-size: 0.62rem;
        letter-spacing: 0;
    }

    .wc-stat-divider {
        width: 1px;
        height: 44px;
    }

    .wc-card {
        padding: 1rem 0.875rem;
        gap: 0.85rem;
    }

    .wc-icon {
        width: 44px;
        height: 44px;
        font-size: 1rem;
        border-radius: 12px;
    }

    .wc-card-title {
        font-size: 0.9rem;
    }

    .wc-card-desc {
        font-size: 0.8rem;
    }
}

/* ============================================================
   GET MATCHED SECTION — PREMIUM REDESIGN
   ============================================================ */
.gm-section {
    padding: 6rem 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.gm-section::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(1, 99, 88, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Eyebrow */
.gm-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #016358;
    background: rgba(1, 99, 88, 0.08);
    border-radius: 50px;
    padding: 0.35rem 1rem;
    margin-bottom: 1.25rem;
}

/* Heading */
.gm-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
}

.gm-sub {
    font-size: 1rem;
    color: #718096;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 3-column grid */
.gm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

/* Card */
.gm-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.gm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.gm-card--featured {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.13);
    border-color: transparent;
}

.gm-card--featured:hover {
    transform: translateY(-14px);
}

/* Coloured top area */
.gm-card-top {
    padding: 2.25rem 1.75rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

/* Large icon */
.gm-big-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Pill label */
.gm-pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.3rem 0.875rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Card body */
.gm-card-body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gm-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.625rem;
    letter-spacing: -0.015em;
}

.gm-card-desc {
    font-size: 0.875rem;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

/* Feature list */
.gm-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.gm-features li {
    font-size: 0.85rem;
    color: #4a5568;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gm-features li i {
    color: #016358;
    font-size: 0.8rem;
    flex-shrink: 0;
}

/* CTA button */
.gm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.8rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-top: auto;
}

.gm-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    color: #fff;
}

/* Bottom footer strip */
.gm-footer {
    background: #f7fafc;
    border: 1px solid rgba(1, 99, 88, 0.1);
    border-radius: 18px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.gm-footer-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #4a5568;
}

.gm-footer-text i {
    color: #016358;
    font-size: 1rem;
}

.gm-footer-text strong {
    color: #1a202c;
}

/* Responsive */
@media (max-width: 991px) {
    .gm-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gm-card--featured {
        transform: none;
    }

    .gm-footer {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .gm-section {
        padding: 4rem 0;
    }

    .gm-card-top {
        padding: 1.75rem 1.25rem 1.25rem;
    }

    .gm-card-body {
        padding: 1.25rem;
    }

    .gm-footer {
        padding: 1.25rem;
    }
}

/* ============================================================
   CONNECT WITH TRUSTED THERAPISTS — PREMIUM REDESIGN
   ============================================================ */
.tc-section {
    padding: 4rem 0;
    background: #f8fafb;
    position: relative;
}

.tc-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #016358;
    background: rgba(1, 99, 88, 0.08);
    border-radius: 50px;
    padding: 0.35rem 1rem;
    margin-bottom: 1.25rem;
}

.tc-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1a202c;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.tc-sub {
    font-size: 1rem;
    color: #718096;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Card ── */
.tc-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 240px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.tc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(1, 99, 88, 0.12);
}

/* ── Photo area ── */
.tc-photo-wrap {
    position: relative;
    width: 100%;
    padding-top: 85%;
    /* near-square ratio */
    background: #eef2f7;
    overflow: hidden;
}

.tc-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

.tc-card:hover .tc-photo {
    transform: scale(1.04);
}

.tc-photo--placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.6);
}

/* City badge */
.tc-city-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(255, 255, 255, 0.92);
    color: #016358;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.625rem;
    border-radius: 50px;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ── Info area ── */
.tc-info {
    padding: 1.25rem 1.25rem 1.375rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tc-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.2rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.tc-designation {
    font-size: 0.8rem;
    color: #016358;
    font-weight: 600;
    margin-bottom: 0.875rem;
}

/* Meta row */
.tc-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.tc-exp {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #4a5568;
    font-weight: 600;
}

.tc-exp i {
    color: #f6c90e;
    font-size: 0.72rem;
}

.tc-badge-verified {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #016358;
    background: rgba(1, 99, 88, 0.07);
    border-radius: 50px;
    padding: 0.2rem 0.6rem;
}

/* Book button */
.tc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #016358, #02a388);
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: auto;
    box-shadow: 0 4px 14px rgba(1, 99, 88, 0.3);
    letter-spacing: 0.01em;
}

.tc-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(1, 99, 88, 0.35);
}

/* Ensure the carousel uses tc-card sizing */
.therapist-carousel .tc-card {
    width: 240px;
}

@media (max-width: 575px) {
    .tc-section {
        padding: 4rem 0;
    }

    .therapist-carousel .tc-card {
        width: 200px;
    }
}

/* ============================================================
   LOCATIONS SECTION — PREMIUM REDESIGN
   ============================================================ */
.loc-section {
    padding: 5rem 0;
    background: #fff;
}

.loc-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #016358;
    background: rgba(1, 99, 88, 0.08);
    border-radius: 50px;
    padding: 0.35rem 1rem;
    margin-bottom: 1.25rem;
}

.loc-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1a202c;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.loc-sub {
    font-size: 1rem;
    color: #718096;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid of 3 cards */
.loc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Card */
.loc-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    display: flex;
    flex-direction: column;
}

.loc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

/* Gradient icon at top */
.loc-card-icon {
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
    min-height: 110px;
    position: relative;
    overflow: hidden;
}

.loc-card-icon::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

/* Content */
.loc-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.loc-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.875rem;
    gap: 0.5rem;
}

.loc-city {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 0.3rem 0;
    letter-spacing: -0.01em;
}

.loc-badge {
    display: inline-block;
    background: rgba(1, 99, 88, 0.08);
    color: #016358;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: 50px;
}

.loc-count {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #718096;
    white-space: nowrap;
    flex-shrink: 0;
}

.loc-desc {
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex: 1;
}

/* Area chips */
.loc-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.125rem;
}

.loc-area-chip {
    font-size: 0.72rem;
    font-weight: 600;
    color: #4a5568;
    background: #f0f4f8;
    border-radius: 6px;
    padding: 0.25rem 0.625rem;
    border: 1px solid #e2e8f0;
}

/* CTA button */
.loc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #016358, #02a388);
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(1, 99, 88, 0.25);
    margin-top: auto;
}

.loc-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(1, 99, 88, 0.32);
}

/* Responsive */
@media (max-width: 991px) {
    .loc-grid {
        grid-template-columns: 1fr;
    }

    .loc-card-icon {
        min-height: 90px;
        padding: 1.5rem;
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .loc-section {
        padding: 4rem 0;
    }
}

/* ============================================================
   TESTIMONIALS — IMPROVED CARD STYLE
   ============================================================ */
.testimonial-carousel-card {
    background: #fff !important;
    border: 1px solid rgba(1, 99, 88, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease !important;
}

.testimonial-carousel-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 36px rgba(1, 99, 88, 0.1) !important;
}

.testimonial-quote-icon {
    width: 42px !important;
    height: 42px !important;
    background: rgba(1, 99, 88, 0.09) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #016358 !important;
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}

.testimonial-rating i {
    color: #f6c90e !important;
    font-size: 0.85rem !important;
}

.testimonial-avatar-circle {
    background: linear-gradient(135deg, #016358, #02a388) !important;
    color: #fff !important;
    font-weight: 800 !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    flex-shrink: 0;
}

.testimonial-author-name {
    font-weight: 700 !important;
    color: #1a202c !important;
    font-size: 0.9rem !important;
}

.testimonial-date {
    font-size: 0.75rem !important;
    color: #a0aec0 !important;
}

.testimonials-section {
    background: #f8fafb !important;
}