/* Flowring - Flourishing Early Years Association: Ultra-Magical Comic & Cartoon Heroes with Real Images */

:root {
    --primary: #4361ee;
    --primary-dark: #3a0ca3;
    --primary-light: #4895ef;
    --secondary: #7209b7;
    --accent: #f72585;
    --sunny-yellow: #fbbf24;
    --gold: #f59e0b;
    --star-blue: #3b82f6;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #06b6d4;
    --purple: #8b5cf6;
    --teal: #14b8a6;
    --rose: #f43f5e;
    --dark: #0f172a;
    --dark-surface: #1e293b;
    --font-heading: 'Fredoka', 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --card-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.07), 0 8px 16px -6px rgba(0, 0, 0, 0.04);
    --hover-shadow: 0 28px 55px -12px rgba(67, 97, 238, 0.28);
    --gold-glow: 0 0 25px rgba(245, 158, 11, 0.45);
    --rainbow-grad: linear-gradient(135deg, #2563eb 0%, #7c3aed 25%, #db2777 50%, #ea580c 75%, #f59e0b 100%);
    --button-shadow: 0 8px 20px -4px rgba(67, 97, 238, 0.4);
    --gold-button-shadow: 0 8px 24px -4px rgba(245, 158, 11, 0.5);
    --transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
    font-family: var(--font-body);
    color: #334155;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .brand-title, .hero-title, .section-title {
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
}

/* ==========================================================================
   🎨 Comic / Doodle / Star Playground Background Pattern
   ========================================================================== */
.comic-pattern-bg {
    background-image: 
        radial-gradient(circle at 15% 20%, rgba(251, 191, 36, 0.12) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgba(67, 97, 238, 0.12) 0%, transparent 30%),
        radial-gradient(circle at 50% 80%, rgba(247, 37, 133, 0.08) 0%, transparent 35%),
        url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20l3 3-3 3-3-3zM90 30a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm-60 60l4 8-8-4 8-4-4 8zM100 90c-2 2-6 2-8 0s-2-6 0-8 6-2 8 0 2 6 0 8zM60 40l2 4 4 2-4 2-2 4-2-4-4-2 4-2zM50 95c0-4 4-8 8-8s8 4 8 8-4 8-8 8-8-4-8-8z' fill='%234361ee' fill-opacity='0.045' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* ==========================================================================
   🦸 Floating Real Cartoon Character Cutouts & Background Stickers
   ========================================================================== */
.character-bg-float {
    position: absolute;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.16));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease;
    animation: characterFloat 7s ease-in-out infinite alternate;
}

.character-bg-float:hover {
    transform: scale(1.25) rotate(8deg) !important;
    filter: drop-shadow(0 20px 35px rgba(245, 158, 11, 0.5));
}

@keyframes characterFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(6deg); }
    100% { transform: translateY(6px) rotate(-5deg); }
}

/* Character Specific Background Positioning */
.char-pikachu-hero {
    top: 14%;
    left: 2%;
    width: 105px;
    height: auto;
    animation-delay: 0s;
}

.char-doraemon-hero {
    bottom: 12%;
    right: 3%;
    width: 100px;
    height: auto;
    animation-delay: 1.5s;
}

.char-shinchan-mid {
    top: 50%;
    right: 2%;
    width: 95px;
    height: auto;
    animation-delay: 2.8s;
}

.char-bheem-mid {
    bottom: 10%;
    left: 3%;
    width: 95px;
    height: auto;
    animation-delay: 0.8s;
}

.char-motupatlu-float {
    top: 8%;
    right: 18%;
    width: 95px;
    height: auto;
    animation-delay: 2.1s;
}

/* ==========================================================================
   🦸 Cartoon Champions Showcase Cards
   ========================================================================== */
.hero-cartoon-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 24px 18px;
    border: 3px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hero-cartoon-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 25px 45px -10px rgba(0, 0, 0, 0.16);
}

.character-card-img-wrapper {
    width: 95px;
    height: 95px;
    border-radius: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease;
    padding: 8px;
}

.character-card-img {
    max-height: 80px;
    max-width: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

.hero-cartoon-card:hover .character-card-img-wrapper {
    transform: scale(1.15) rotate(8deg);
}

/* Cartoon Theme Colors */
.card-pikachu { border-color: #fde047; background: #fefce8; }
.card-pikachu .character-card-img-wrapper { background: linear-gradient(135deg, #fef08a 0%, #facc15 100%); }

.card-doraemon { border-color: #93c5fd; background: #eff6ff; }
.card-doraemon .character-card-img-wrapper { background: linear-gradient(135deg, #bfdbfe 0%, #60a5fa 100%); }

.card-bheem { border-color: #fdba74; background: #fff7ed; }
.card-bheem .character-card-img-wrapper { background: linear-gradient(135deg, #fed7aa 0%, #fb923c 100%); }

.card-motupatlu { border-color: #86efac; background: #f0fdf4; }
.card-motupatlu .character-card-img-wrapper { background: linear-gradient(135deg, #bbf7d0 0%, #4ade80 100%); }

.card-shinchan { border-color: #fca5a5; background: #fef2f2; }
.card-shinchan .character-card-img-wrapper { background: linear-gradient(135deg, #fecaca 0%, #f87171 100%); }

/* ==========================================================================
   ✨ Floating Comic Stickers & Icons
   ========================================================================== */
.comic-sticker {
    position: absolute;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
    user-select: none;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
    animation: comicFloat 6s ease-in-out infinite alternate;
}

.comic-sticker:hover {
    transform: scale(1.35) rotate(15deg) !important;
    filter: drop-shadow(0 14px 25px rgba(245, 158, 11, 0.45));
}

@keyframes comicFloat {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-16px) rotate(8deg); }
    100% { transform: translateY(4px) rotate(-6deg); }
}

/* Specific Positions for Comic Stickers */
.sticker-rocket { top: 10%; left: 12%; font-size: 2.8rem; animation-delay: 0s; }
.sticker-planet { bottom: 15%; left: 12%; font-size: 2.6rem; animation-delay: 1.8s; }
.sticker-palette { top: 18%; right: 12%; font-size: 2.4rem; animation-delay: 0.9s; }
.sticker-puzzle { bottom: 20%; right: 12%; font-size: 2.6rem; animation-delay: 2.4s; }
.sticker-bulb { top: 48%; left: 2%; font-size: 2.5rem; animation-delay: 1.2s; }
.sticker-trophy { bottom: 8%; right: 22%; font-size: 2.6rem; animation-delay: 3s; }
.sticker-pencil { top: 6%; right: 25%; font-size: 2.4rem; animation-delay: 0.5s; }
.sticker-crown { top: 2%; left: 28%; font-size: 2.5rem; animation-delay: 2.1s; }

/* Comic Speech Bubbles */
.comic-bubble {
    position: absolute;
    background: #ffffff;
    border: 3px solid #1e293b;
    border-radius: 20px;
    padding: 8px 16px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    color: #1e293b;
    box-shadow: 4px 6px 0px #1e293b;
    z-index: 3;
    pointer-events: none;
    animation: bubbleBounce 4s ease-in-out infinite alternate;
}

@keyframes bubbleBounce {
    0% { transform: translateY(0px) rotate(-3deg); }
    50% { transform: translateY(-8px) rotate(3deg); }
    100% { transform: translateY(0px) rotate(-3deg); }
}

.bubble-top-left { top: 6%; left: 15%; background: #fef08a; }
.bubble-mid-right { top: 32%; right: 2%; background: #fed7aa; animation-delay: 1.5s; }
.bubble-bottom-left { bottom: 6%; left: 10%; background: #dcfce7; animation-delay: 2.5s; }

/* ==========================================================================
   ✨ Twinkling Stars (Taare Sitare)
   ========================================================================== */
.twinkle-star {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    filter: drop-shadow(0 0 10px rgba(245, 158, 11, 0.7));
    animation: starTwinkle 3s ease-in-out infinite alternate;
}

.twinkle-fast { animation-duration: 2s; }
.twinkle-slow { animation-duration: 4.5s; }
.twinkle-float { animation: starFloat 6s ease-in-out infinite alternate; }

@keyframes starTwinkle {
    0% { transform: scale(0.6) rotate(-15deg); opacity: 0.35; filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.3)); }
    50% { transform: scale(1.15) rotate(12deg); opacity: 1; filter: drop-shadow(0 0 16px rgba(245, 158, 11, 0.9)); }
    100% { transform: scale(0.7) rotate(25deg); opacity: 0.45; filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.4)); }
}

@keyframes starFloat {
    0% { transform: translateY(0px) translateX(0px) rotate(0deg); }
    50% { transform: translateY(-16px) translateX(12px) rotate(15deg); }
    100% { transform: translateY(0px) translateX(-6px) rotate(-10deg); }
}

.star-p1 { top: 12%; left: 8%; font-size: 2.2rem; }
.star-p2 { top: 22%; right: 12%; font-size: 2.6rem; animation-delay: 0.7s; }
.star-p3 { top: 55%; left: 4%; font-size: 1.8rem; animation-delay: 1.4s; }
.star-p4 { top: 70%; right: 8%; font-size: 2.4rem; animation-delay: 2.1s; }
.star-p5 { top: 85%; left: 15%; font-size: 1.6rem; animation-delay: 0.3s; }
.star-p6 { top: 40%; right: 28%; font-size: 1.5rem; animation-delay: 1.8s; }

/* ==========================================================================
   ✨ Button Styling
   ========================================================================== */
.btn {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-warning, .btn-gold {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    border: 2px solid #fef08a !important;
    color: #1e293b !important;
    box-shadow: var(--gold-button-shadow);
}

.btn-warning:hover, .btn-gold:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 14px 30px -4px rgba(245, 158, 11, 0.7);
}

.btn-primary {
    background: linear-gradient(135deg, #4361ee 0%, #3a0ca3 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: var(--button-shadow);
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 32px -4px rgba(67, 97, 238, 0.55);
}

.btn-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    box-shadow: 0 8px 20px -4px rgba(16, 185, 129, 0.4);
}

.btn-success:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 14px 30px -4px rgba(16, 185, 129, 0.6);
}

.btn-outline-primary:hover, .btn-outline-warning:hover, .btn-outline-success:hover {
    transform: translateY(-3px) scale(1.03);
}

.btn:active {
    transform: translateY(2px) scale(0.97);
}

/* ==========================================================================
   ✨ Navigation Bar & Header
   ========================================================================== */
.top-header-bar {
    background: linear-gradient(90deg, #fefce8 0%, #fff7ed 35%, #f0fdf4 70%, #eff6ff 100%);
    border-bottom: 1px solid #fde68a;
    font-size: 0.86rem;
}

.main-navbar {
    padding: 0.85rem 0;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    border-bottom: 2px solid #f1f5f9;
}

.brand-img-logo {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.brand-img-logo:hover {
    transform: rotate(-8deg) scale(1.12);
}

.main-navbar .nav-link {
    font-weight: 600;
    color: #475569;
    padding: 0.5rem 1rem;
    transition: var(--transition);
    font-size: 0.95rem;
    border-radius: 12px;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: var(--primary);
    background: #f0f4ff;
    transform: translateY(-2px);
}

/* ==========================================================================
   ✨ Hero Section
   ========================================================================== */
.hero-section {
    position: relative;
    padding: 110px 0 100px;
    background: radial-gradient(circle at 10% 15%, #fffbeb 0%, #f0fdf4 28%, #eff6ff 62%, #faf5ff 100%);
    overflow: hidden;
}

.hero-cloud {
    position: absolute;
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}
.cloud-1 { top: 25px; left: 4%; font-size: 4.5rem; color: #cbd5e1; animation: floatCloud 9s ease-in-out infinite; }
.cloud-2 { bottom: 70px; right: 6%; font-size: 5.5rem; color: #e2e8f0; animation: floatCloud 11s ease-in-out infinite 2.5s; }
.cloud-3 { top: 45%; left: 45%; font-size: 3rem; color: #e2e8f0; animation: floatCloud 8s ease-in-out infinite 1s; }

@keyframes floatCloud {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-16px) translateX(20px); }
}

.hero-crown-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: #ffffff;
    color: #b45309;
    border: 2px solid #fde68a;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 8px 22px rgba(245, 158, 11, 0.22);
    margin-bottom: 1.5rem;
    animation: gentleBounce 4s ease-in-out infinite;
}

.hero-title {
    font-size: 3.9rem;
    font-weight: 700;
    line-height: 1.14;
    color: var(--dark);
    margin-bottom: 1.35rem;
}

.hero-title .gradient-rainbow {
    background: var(--rainbow-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.25rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 2.2rem;
}

.hero-logo-showcase {
    background: #ffffff;
    border-radius: 38px;
    padding: 36px 30px;
    border: 4px solid #fef08a;
    box-shadow: 0 35px 80px -15px rgba(245, 158, 11, 0.28);
    text-align: center;
    position: relative;
    transition: var(--transition);
}

.hero-logo-showcase:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 45px 95px -15px rgba(245, 158, 11, 0.38);
}

.hero-main-logo-img {
    max-height: 290px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.1));
    animation: gentleBounce 6s ease-in-out infinite;
}

@keyframes gentleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.floating-glass-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 22px;
    padding: 12px 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
    z-index: 3;
    animation: floatBadge 5s ease-in-out infinite;
}

.badge-top-left { top: -18px; left: -18px; animation-delay: 0s; }
.badge-bottom-right { bottom: -18px; right: -18px; animation-delay: 2.5s; }

@keyframes floatBadge {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2.5deg); }
}

/* ==========================================================================
   ✨ NGO Mission & Interactive Quiz Widget
   ========================================================================== */
.ngo-mission-strip {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
    border-radius: 32px;
    padding: 45px 40px;
    color: #ffffff;
    box-shadow: 0 25px 60px -10px rgba(49, 46, 129, 0.35);
    position: relative;
    overflow: hidden;
}

.ngo-mission-strip::before {
    content: '⭐';
    position: absolute;
    right: 20px;
    bottom: -20px;
    font-size: 10rem;
    opacity: 0.08;
    pointer-events: none;
}

.sample-quiz-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 36px;
    border: 3px dashed #f59e0b;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
}

.sample-quiz-card:hover {
    box-shadow: 0 25px 50px -10px rgba(245, 158, 11, 0.25);
}

.sample-quiz-opt {
    padding: 14px 22px;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 18px;
    transition: var(--transition);
    border: 2px solid #e2e8f0;
}

.sample-quiz-opt:hover {
    transform: translateY(-3px) scale(1.05);
}

/* ==========================================================================
   ✨ Ability Galaxies (6 Dimensions)
   ========================================================================== */
.pictogram-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 24px;
    border: 3px solid transparent;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pictogram-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.16);
}

.pictogram-icon-bubble {
    width: 86px;
    height: 86px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    margin-bottom: 20px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.09);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pictogram-card:hover .pictogram-icon-bubble {
    transform: scale(1.2) rotate(10deg);
}

.picto-math { background: #f0f7ff; border-color: #bfdbfe; }
.picto-math .pictogram-icon-bubble { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); color: #1d4ed8; }

.picto-logic { background: #fdf4ff; border-color: #f5d0fe; }
.picto-logic .pictogram-icon-bubble { background: linear-gradient(135deg, #fae8ff 0%, #f5d0fe 100%); color: #a21caf; }

.picto-memory { background: #f0fdf4; border-color: #bbf7d0; }
.picto-memory .pictogram-icon-bubble { background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%); color: #15803d; }

.picto-focus { background: #fff7ed; border-color: #fed7aa; }
.picto-focus .pictogram-icon-bubble { background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%); color: #c2410c; }

.picto-language { background: #fefce8; border-color: #fef08a; }
.picto-language .pictogram-icon-bubble { background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%); color: #a16207; }

.picto-spatial { background: #f0fdfa; border-color: #99f6e4; }
.picto-spatial .pictogram-icon-bubble { background: linear-gradient(135deg, #ccfbf1 0%, #99f6e4 100%); color: #0f766e; }

/* ==========================================================================
   ✨ Star Quest Map (Student Steps)
   ========================================================================== */
.student-step-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 20px 26px;
    border: 3px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    text-align: center;
    position: relative;
    transition: var(--transition);
}

.student-step-card:hover {
    transform: translateY(-10px);
    border-color: #f59e0b;
    box-shadow: 0 25px 48px -10px rgba(245, 158, 11, 0.35);
}

.student-step-badge {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(245, 158, 11, 0.5);
}

/* ==========================================================================
   ✨ Stat Boxes, Feature Showcase & Arcade
   ========================================================================== */
.stat-counter-box {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 24px;
    border: 2px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    text-align: center;
}

.stat-counter-box:hover {
    transform: translateY(-8px);
    border-color: var(--primary);
    box-shadow: var(--hover-shadow);
}

.stat-counter-box .stat-icon-wrapper {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 18px;
}

.feature-showcase-card {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    border: 3px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.feature-showcase-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 32px 65px -12px rgba(0, 0, 0, 0.16);
}

.feature-card-blue:hover { border-color: #3b82f6; box-shadow: 0 30px 60px -10px rgba(59, 130, 246, 0.28); }
.feature-card-green:hover { border-color: #10b981; box-shadow: 0 30px 60px -10px rgba(16, 185, 129, 0.28); }
.feature-card-yellow:hover { border-color: #f59e0b; box-shadow: 0 30px 60px -10px rgba(245, 158, 11, 0.32); }
.feature-card-purple:hover { border-color: #8b5cf6; box-shadow: 0 30px 60px -10px rgba(139, 92, 246, 0.28); }

.feature-showcase-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-showcase-card:hover .feature-showcase-img {
    transform: scale(1.1);
}

.feature-showcase-body {
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.feature-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
    transition: var(--transition);
}

.feature-showcase-card:hover .feature-tag-chip {
    background: #ffffff;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

/* 🌟 High-Impact 3D Action Buttons */
.btn-action-glow {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition);
    border: 2px solid transparent;
    text-decoration: none;
}

.btn-action-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff !important;
    box-shadow: 0 10px 24px -4px rgba(59, 130, 246, 0.45);
}
.btn-action-blue:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 32px -4px rgba(59, 130, 246, 0.6);
}

.btn-action-green {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #ffffff !important;
    box-shadow: 0 10px 24px -4px rgba(16, 185, 129, 0.45);
}
.btn-action-green:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 32px -4px rgba(16, 185, 129, 0.6);
}

.btn-action-yellow {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    color: #1e293b !important;
    box-shadow: 0 10px 24px -4px rgba(245, 158, 11, 0.5);
    border-color: #fef08a;
}
.btn-action-yellow:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 32px -4px rgba(245, 158, 11, 0.7);
}

.btn-action-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: #ffffff !important;
    box-shadow: 0 10px 24px -4px rgba(139, 92, 246, 0.45);
}
.btn-action-purple:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 32px -4px rgba(139, 92, 246, 0.6);
}

.game-arcade-card {
    background: #ffffff;
    border-radius: 34px;
    padding: 38px 28px;
    border: 3px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.game-arcade-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 32px 65px -10px rgba(0, 0, 0, 0.16);
}

.arcade-card-memory:hover {
    border-color: #8b5cf6;
    box-shadow: 0 30px 60px -10px rgba(139, 92, 246, 0.32);
}

.arcade-card-reflex:hover {
    border-color: #f59e0b;
    box-shadow: 0 30px 60px -10px rgba(245, 158, 11, 0.35);
}

.arcade-card-math:hover {
    border-color: #10b981;
    box-shadow: 0 30px 60px -10px rgba(16, 185, 129, 0.32);
}

.game-icon-glow {
    width: 90px;
    height: 90px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.game-arcade-card:hover .game-icon-glow {
    transform: scale(1.2) rotate(10deg);
}

.icon-glow-memory { background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%); color: #7c3aed; }
.icon-glow-reflex { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #d97706; }
.icon-glow-math { background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%); color: #059669; }

/* 🎮 Arcade 3D Controller Buttons */
.btn-arcade-play {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition);
    border: 2px solid transparent;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.btn-arcade-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: #ffffff !important;
    box-shadow: 0 10px 24px -4px rgba(139, 92, 246, 0.5);
}
.btn-arcade-purple:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 32px -4px rgba(139, 92, 246, 0.7);
}

.btn-arcade-gold {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b !important;
    box-shadow: 0 10px 24px -4px rgba(245, 158, 11, 0.55);
    border: 2px solid #fef08a;
}
.btn-arcade-gold:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 32px -4px rgba(245, 158, 11, 0.75);
}

.btn-arcade-emerald {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #ffffff !important;
    box-shadow: 0 10px 24px -4px rgba(16, 185, 129, 0.5);
    border: 2px solid #a7f3d0;
}
.btn-arcade-emerald:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 32px -4px rgba(16, 185, 129, 0.7);
}

/* 🕹️ Arcade Simulation Preview Boxes */
.arcade-preview-box {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 20px;
    transition: var(--transition);
}

.game-arcade-card:hover .arcade-preview-box {
    background: #ffffff;
    border-color: #94a3b8;
    transform: scale(1.02);
}

.mini-flip-card {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.mini-flip-matched {
    background: #f3e8ff;
    border-color: #c084fc;
    color: #7e22ce;
}

.crosshair-ring {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 3px dashed #f59e0b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    animation: spinSlow 8s linear infinite;
}

@keyframes spinSlow {
    100% { transform: rotate(360deg); }
}

.math-calc-hud {
    background: #f0fdf4;
    border: 2px solid #86efac;
    border-radius: 16px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-heading);
    font-weight: 700;
}

.portal-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 36px 28px;
    border: 2px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
}

.portal-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 28px 55px -10px rgba(0, 0, 0, 0.14);
    border-color: rgba(67, 97, 238, 0.4);
}

.pricing-card {
    background: #ffffff;
    border-radius: 36px;
    padding: 50px 42px;
    border: 3px solid #e2e8f0;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
}

.pricing-card.featured {
    border-color: #f59e0b;
    box-shadow: 0 32px 65px -10px rgba(245, 158, 11, 0.32);
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 40%);
}

.testimonial-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 30px;
    border: 2px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: #f59e0b;
    box-shadow: var(--hover-shadow);
}

.custom-accordion .accordion-item {
    border: 2px solid #f1f5f9;
    border-radius: 22px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.02);
}

.custom-accordion .accordion-button {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--dark);
    padding: 24px 30px;
    font-size: 1.15rem;
    background: #ffffff;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #b45309;
    background-color: #fffbeb;
}

.custom-accordion .accordion-body {
    padding: 24px 30px;
    color: #475569;
    line-height: 1.85;
}

/* ==========================================================================
   ✨ Ultra-Glorious Midnight Starry Footer
   ========================================================================== */
.footer-starry-bg {
    background: radial-gradient(circle at 50% 10%, #1e1b4b 0%, #0f172a 45%, #030712 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-top: 3px solid rgba(245, 158, 11, 0.3);
}

.footer-newsletter-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 26px;
    padding: 28px;
}

.footer-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    font-size: 0.8rem;
    color: #cbd5e1;
}

.social-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    text-decoration: none;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icon-btn:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    color: #ffffff;
    transform: translateY(-4px) scale(1.15);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.5);
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
}

/* ==========================================================================
   🔐 Ultra-Beautiful Authentication Portal Cards & Forms
   ========================================================================== */
.auth-portal-card {
    background: #ffffff;
    border-radius: 28px;
    border: 2px solid #e2e8f0;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: var(--transition);
}

.auth-portal-card:hover {
    box-shadow: 0 28px 60px -12px rgba(0, 0, 0, 0.15);
    border-color: #cbd5e1;
}

.auth-header-school {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 60%, #3b82f6 100%);
    color: #ffffff;
}

.auth-header-teacher {
    background: linear-gradient(135deg, #064e3b 0%, #059669 60%, #10b981 100%);
    color: #ffffff;
}

.auth-header-parent {
    background: linear-gradient(135deg, #78350f 0%, #d97706 60%, #f59e0b 100%);
    color: #ffffff;
}

.auth-header-student {
    background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 50%, #06b6d4 100%);
    color: #ffffff;
}

.auth-header-admin {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #334155 100%);
    color: #ffffff;
}

.auth-header-universal {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
    color: #ffffff;
}

.auth-input-group .form-control,
.auth-input-group .form-select {
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.95rem;
    border: 2px solid #e2e8f0;
    transition: var(--transition);
}

.auth-input-group .form-control:focus,
.auth-input-group .form-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.btn-auth-submit {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    transition: var(--transition);
    border: none;
    letter-spacing: 0.3px;
}

.btn-auth-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.5);
}
.btn-auth-blue:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px -4px rgba(37, 99, 235, 0.7);
}

.btn-auth-green {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(16, 185, 129, 0.5);
}
.btn-auth-green:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px -4px rgba(16, 185, 129, 0.7);
}

.btn-auth-gold {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1e293b !important;
    box-shadow: 0 8px 20px -4px rgba(245, 158, 11, 0.55);
}
.btn-auth-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px -4px rgba(245, 158, 11, 0.75);
}

.btn-auth-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(139, 92, 246, 0.5);
}
.btn-auth-purple:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px -4px rgba(139, 92, 246, 0.7);
}

.btn-auth-dark {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff !important;
    box-shadow: 0 8px 20px -4px rgba(15, 23, 42, 0.5);
}
.btn-auth-dark:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px -4px rgba(15, 23, 42, 0.7);
}

/* ==========================================================================
   📱 Comprehensive Mobile & Tablet Responsive Media Queries
   ========================================================================== */

/* Tablet & Smaller (< 992px) */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    .hero-main-logo-img {
        max-height: 220px;
    }
    .badge-top-left, .badge-bottom-right {
        display: none !important;
    }
    .character-bg-float {
        display: none !important;
    }
    .comic-sticker {
        opacity: 0.25;
        pointer-events: none;
    }
    .hero-logo-showcase {
        margin-top: 2rem;
    }
    .main-navbar .navbar-nav {
        padding: 1rem 0;
    }
    .main-navbar .nav-link {
        padding: 0.6rem 0;
        font-size: 1.05rem;
    }
}

/* Mobile Devices (< 768px) */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.1rem;
        letter-spacing: -0.5px;
    }
    .display-5 {
        font-size: 2rem !important;
    }
    .display-6 {
        font-size: 1.75rem !important;
    }
    .hero-crown-badge {
        font-size: 0.8rem;
        padding: 6px 14px;
    }
    .hero-main-logo-img {
        max-height: 180px;
    }
    .hero-cartoon-card {
        padding: 16px 10px;
        min-height: auto;
    }
    .character-card-img-wrapper {
        width: 68px;
        height: 68px;
        margin-bottom: 8px;
    }
    .feature-showcase-card {
        padding: 8px;
    }
    .feature-showcase-body {
        padding: 20px 16px;
    }
    .game-arcade-card {
        padding: 24px 16px;
        border-radius: 24px;
    }
    .portal-card {
        padding: 22px 18px;
        border-radius: 22px;
    }
    .pricing-card {
        padding: 30px 20px;
        border-radius: 26px;
    }
    .auth-portal-card {
        border-radius: 22px;
    }
    .btn-action-glow, 
    .btn-arcade-play, 
    .btn-auth-submit {
        font-size: 0.95rem;
        padding: 12px 20px;
    }
    .game-icon-glow {
        width: 72px;
        height: 72px;
        font-size: 2.4rem;
        border-radius: 20px;
    }
    .step-badge {
        width: 54px;
        height: 54px;
        font-size: 1.4rem;
    }
    .footer-newsletter-card {
        padding: 20px 16px;
    }
}

/* Small Phones (< 576px) */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    .hero-main-logo-img {
        max-height: 140px;
    }
    .stat-counter-box {
        padding: 14px 8px;
    }
    .counter-number {
        font-size: 1.45rem;
    }
    .comic-bubble {
        display: none !important;
    }
    .twinkle-star {
        font-size: 0.9rem;
    }
    .auth-input-group .form-control,
    .auth-input-group .form-select {
        font-size: 16px; /* Prevents auto-zoom on iOS */
    }
    .main-navbar .navbar-brand .brand-title {
        font-size: 1rem !important;
    }
    .main-navbar .navbar-brand .brand-subtitle {
        font-size: 0.65rem !important;
    }
    .main-navbar .navbar-brand img {
        height: 38px !important;
    }
    .hero-actions .btn {
        width: 100%;
        margin-bottom: 8px;
    }
    .pricing-card-header h3 {
        font-size: 1.4rem;
    }
    .auth-card {
        padding: 1.25rem 1rem !important;
        border-radius: 18px !important;
    }
    .modal-dialog {
        margin: 0.5rem !important;
    }
}

/* Extra Small Phones (<= 375px - iPhone SE, Galaxy Fold) */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.55rem;
    }
    .hero-crown-badge {
        font-size: 0.72rem;
        padding: 4px 10px;
    }
    .stat-counter-box {
        padding: 10px 6px;
    }
    .counter-number {
        font-size: 1.3rem;
    }
    .brand-title {
        font-size: 0.92rem !important;
    }
    .btn {
        font-size: 0.88rem;
    }
}

/* Tablet Landscape & Small Laptops (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-title {
        font-size: 2.8rem;
    }
    .main-navbar .nav-link {
        padding: 0.5rem 0.5rem;
        font-size: 0.92rem;
    }
}

/* Large Screens (>= 1400px) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    .hero-title {
        font-size: 3.6rem;
    }
}

/* ==========================================================================
   📱 Left-to-Right Mobile Navigation Sidebar Drawer (Offcanvas)
   ========================================================================== */
.mobile-nav-offcanvas {
    width: 320px !important;
    max-width: 86vw !important;
    background: #ffffff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #e2e8f0;
    z-index: 1060;
}

.offcanvas-section-title {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #64748b;
    margin-bottom: 0.65rem;
    margin-top: 0.4rem;
}

.offcanvas-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 12px;
    transition: all 0.2s ease;
    margin-bottom: 3px;
}

.offcanvas-nav-item:hover,
.offcanvas-nav-item.active {
    background: #f1f5f9;
    color: var(--primary);
    transform: translateX(4px);
}

.offcanvas-nav-item i {
    font-size: 1.15rem;
    width: 22px;
    text-align: center;
}

.offcanvas-roles-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.offcanvas-role-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.offcanvas-role-card:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.offcanvas-role-card .role-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.offcanvas-role-card .role-info {
    line-height: 1.2;
}

.offcanvas-role-card .role-title {
    font-weight: 700;
    font-size: 0.88rem;
    color: #0f172a;
}

.offcanvas-role-card .role-desc {
    font-size: 0.72rem;
    color: #64748b;
}

/* ==========================================================================
   📱 Mobile-Only App-Style Floating Navigation Dock (Bottom Bar)
   ========================================================================== */
.mobile-app-dock {
    position: fixed;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1045;
    width: calc(100% - 28px);
    max-width: 420px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.mobile-app-dock .dock-container {
    pointer-events: auto;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 27, 75, 0.95) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(254, 240, 138, 0.25);
    border-radius: 40px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 18px rgba(245, 158, 11, 0.2);
}

.mobile-app-dock .dock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #94a3b8;
    padding: 6px 12px;
    border-radius: 20px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border: none;
    min-width: 62px;
    cursor: pointer;
    position: relative;
}

.mobile-app-dock .dock-item:hover,
.mobile-app-dock .dock-item.active,
.mobile-app-dock .dock-item:focus {
    color: #fbbf24;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.mobile-app-dock .dock-icon-wrap {
    font-size: 1.2rem;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    transition: transform 0.25s ease;
}

.mobile-app-dock .dock-item.active .dock-icon-wrap,
.mobile-app-dock .dock-item:hover .dock-icon-wrap {
    transform: scale(1.18);
    color: #fbbf24;
}

.mobile-app-dock .dock-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}

.mobile-app-dock .dock-lang-flag {
    font-size: 1.2rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 78px !important;
    }
    .floating-lang-container {
        display: none !important;
    }
}


