﻿/* ============================================
   BLUE FEATHERS — DARK NEON MOBILE-FIRST DESIGN
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;600;800&display=swap');

:root {
    --bg: #05091A;
    --bg2: #0D1530;
    --primary: #1565FF;
    --primary-glow: rgba(21, 101, 255, 0.45);
    --gold: #F5C842;
    --gold-glow: rgba(245, 200, 66, 0.4);
    --green: #00E5A0;
    --red: #FF4D6D;
    --text: #E8EEFF;
    --text-muted: #8896B3;
    --border: rgba(255, 255, 255, 0.08);
    --card-bg: rgba(255, 255, 255, 0.04);
    --card-border: rgba(255, 255, 255, 0.1);
    --radius: 1.2rem;
    --radius-xl: 2rem;
    --trans: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-neon: 0 0 20px var(--primary-glow), 0 0 60px rgba(21, 101, 255, 0.15);
    --shadow-gold: 0 0 20px var(--gold-glow);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    min-height: 100vh;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2.2rem, 6vw, 4rem);
}

h2 {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
}

h3 {
    font-size: 1.4rem;
}

/* ============================
   BACKGROUND MESH ANIMATION
   ============================ */
.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(ellipse at 20% 20%, rgba(21, 101, 255, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 80%, rgba(245, 200, 66, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(0, 229, 160, 0.05) 0%, transparent 70%),
        linear-gradient(180deg, #05091A 0%, #0D1530 100%);
    overflow: hidden;
}

.bg-animation span {
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: floatUp 20s linear infinite;
    bottom: -200px;
    background: rgba(21, 101, 255, 0.06);
    filter: blur(1px);
}

.bg-animation span:nth-child(1) {
    left: 15%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.bg-animation span:nth-child(2) {
    left: 30%;
    width: 20px;
    height: 20px;
    animation-delay: 3s;
    animation-duration: 12s;
    background: rgba(245, 200, 66, 0.1);
}

.bg-animation span:nth-child(3) {
    left: 55%;
    width: 40px;
    height: 40px;
    animation-delay: 6s;
    animation-duration: 22s;
}

.bg-animation span:nth-child(4) {
    left: 75%;
    width: 60px;
    height: 60px;
    animation-delay: 1s;
    animation-duration: 16s;
}

.bg-animation span:nth-child(5) {
    left: 60%;
    width: 15px;
    height: 15px;
    animation-delay: 9s;
    animation-duration: 14s;
    background: rgba(0, 229, 160, 0.1);
}

.bg-animation span:nth-child(6) {
    left: 85%;
    width: 100px;
    height: 100px;
    animation-delay: 4s;
    animation-duration: 25s;
}

.bg-animation span:nth-child(7) {
    left: 40%;
    width: 30px;
    height: 30px;
    animation-delay: 12s;
    animation-duration: 20s;
}

.bg-animation span:nth-child(8) {
    left: 5%;
    width: 50px;
    height: 50px;
    animation-delay: 7s;
    animation-duration: 30s;
}

.bg-animation span:nth-child(9) {
    left: 20%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 15s;
    background: rgba(245, 200, 66, 0.08);
}

.bg-animation span:nth-child(10) {
    left: 90%;
    width: 70px;
    height: 70px;
    animation-delay: 5s;
    animation-duration: 19s;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(-110vh) rotate(720deg);
        opacity: 0;
    }
}

/* ============================
   PRELOADER
   ============================ */
.preloader {
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: opacity 0.6s, visibility 0.6s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-logo {
    animation: pulse 1.5s ease infinite;
}

.preloader-logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 20px var(--primary-glow));
}

.preloader-text {
    font-family: 'Outfit', sans-serif;
    color: var(--text);
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
}

.preloader-bar {
    width: 180px;
    height: 3px;
    background: var(--border);
    border-radius: 3px;
    overflow: hidden;
}

.preloader-bar::after {
    content: '';
    display: block;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    border-radius: 3px;
    animation: barSlide 1.2s ease-in-out infinite;
}

@keyframes barSlide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(350%);
    }
}

@keyframes pulse {

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

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

/* ============================
   HEADER / TOP NAV
   ============================ */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(5, 9, 26, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 0.85rem 0;
    transition: var(--trans);
}

header.scrolled {
    background: rgba(5, 9, 26, 0.95);
    border-bottom-color: rgba(21, 101, 255, 0.3);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.logo-img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px var(--primary-glow));
}

.logo span {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--text), var(--primary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.4rem 0;
    position: relative;
    transition: var(--trans);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: width 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--text);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    background: none;
    border: 1.5px solid var(--border);
    color: var(--text);
    font-size: 1.3rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: var(--trans);
}

.menu-toggle:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* ============================
   MOBILE BOTTOM NAV
   ============================ */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(5, 9, 26, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid var(--border);
    padding: 0.5rem 0 max(0.5rem, env(safe-area-inset-bottom));
}

.mobile-bottom-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 0.5rem;
    border-radius: 12px;
    transition: var(--trans);
    min-width: 56px;
}

.mobile-bottom-nav a .nav-icon {
    font-size: 1.35rem;
    line-height: 1;
}

.mobile-bottom-nav a.active {
    color: var(--primary);
}

.mobile-bottom-nav a.active .nav-icon {
    filter: drop-shadow(0 0 6px var(--primary-glow));
}

.mobile-bottom-nav a:hover {
    color: var(--text);
}

/* ============================
   MAIN LAYOUT
   ============================ */
main {
    margin-top: 72px;
    min-height: 100vh;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ============================
   REVEAL ANIMATION
   ============================ */
.reveal {
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/* ============================
   HERO SECTION
   ============================ */
.hero {
    position: relative;
    min-height: 92vh;
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 2.5rem 2.5rem;
    margin-bottom: 3rem;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--hero-bg, url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1920'));
    background-size: cover;
    background-position: center;
    filter: brightness(0.35) saturate(1.2);
    transform: scale(1.04);
    transition: transform 12s ease;
}

.hero:hover::before {
    transform: scale(1);
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(5, 9, 26, 0.2) 0%, rgba(5, 9, 26, 0.7) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 1.5rem;
    animation: fadeUp 1s ease-out;
}

.hero h1 {
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 30%, var(--primary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 30px rgba(21, 101, 255, 0.4));
}

.motto {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    display: block;
    text-shadow: 0 0 20px var(--gold-glow);
}

/* Glowing divider */
.hero-divider {
    width: 60px;
    height: 3px;
    margin: 0 auto 2rem;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    box-shadow: 0 0 12px var(--primary-glow);
}

/* ============================
   BUTTONS
   ============================ */
.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 2.2rem;
    border-radius: 9999px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--trans);
    position: relative;
    overflow: hidden;
    background: var(--primary);
    color: white;
    box-shadow: 0 4px 20px var(--primary-glow);
}

.cta-btn:hover,
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--primary-glow);
    background: #2979FF;
}

.cta-btn.secondary {
    background: transparent;
    color: var(--text);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary);
    color: var(--primary);
}

/* ============================
   SECTION TITLES
   ============================ */
.section-title {
    text-align: center;
    color: var(--text);
    margin-bottom: 2.5rem;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    box-shadow: 0 0 10px var(--primary-glow);
}

/* ============================
   ABOUT SECTION
   ============================ */
.about-section {
    padding: 4rem 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.9;
}

/* ============================
   STATS SECTION
   ============================ */
.stats-section {
    background: linear-gradient(135deg, rgba(21, 101, 255, 0.12), rgba(245, 200, 66, 0.06));
    border: 1px solid rgba(21, 101, 255, 0.2);
    border-radius: var(--radius-xl);
    padding: 3.5rem 2rem;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(21, 101, 255, 0.05), transparent 70%);
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--gold), #FFD700);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 8px var(--gold-glow));
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ============================
   FACILITY CARDS (Bento Grid)
   ============================ */
.facilities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.facility-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2.2rem 1.8rem;
    text-align: center;
    transition: var(--trans);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.facility-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(21, 101, 255, 0.06), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.facility-card:hover {
    border-color: rgba(21, 101, 255, 0.5);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(21, 101, 255, 0.2), inset 0 0 0 1px rgba(21, 101, 255, 0.3);
}

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

.facility-icon {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 101, 255, 0.1);
    border: 1px solid rgba(21, 101, 255, 0.2);
    margin: 0 auto 1.2rem;
    transition: var(--trans);
}

.facility-card:hover .facility-icon {
    background: var(--primary);
    box-shadow: 0 0 20px var(--primary-glow);
    transform: scale(1.1);
}

.facility-card h3 {
    color: var(--text);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.facility-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ============================
   WHY CHOOSE US GRID
   ============================ */
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.why-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: var(--trans);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    transform: scaleX(0);
    transition: transform 0.4s;
    transform-origin: left;
}

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

.why-card:hover {
    border-color: rgba(21, 101, 255, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(21, 101, 255, 0.15);
}

.why-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.8rem;
    transition: transform 0.3s;
}

.why-card:hover .why-icon {
    transform: scale(1.2) rotate(-5deg);
}

.why-card h4 {
    color: var(--text);
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
}

.why-card p {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

/* ============================
   GALLERY
   ============================ */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.gallery-item {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    cursor: pointer;
    border: 1px solid var(--card-border);
    transition: var(--trans);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 9, 26, 0.9), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h4 {
    color: var(--text);
    transform: translateY(15px);
    transition: transform 0.3s;
}

.gallery-item:hover .gallery-overlay h4 {
    transform: translateY(0);
}

/* ============================
   TESTIMONIALS / REVIEWS
   ============================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.testimonial-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: var(--trans);
    backdrop-filter: blur(8px);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 5rem;
    font-family: 'Outfit', sans-serif;
    color: rgba(21, 101, 255, 0.1);
    line-height: 1;
    pointer-events: none;
}

.testimonial-card:hover {
    border-color: rgba(21, 101, 255, 0.4);
    transform: translateY(-5px);
}

.testimonial-stars {
    color: var(--gold);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.1em;
    text-shadow: 0 0 8px var(--gold-glow);
}

.testimonial-text {
    color: var(--text-muted);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.testimonial-author {
    color: var(--text);
    font-weight: 700;
    font-size: 0.9rem;
}

.testimonial-date {
    color: var(--text-muted);
    font-size: 0.78rem;
    margin-top: 0.3rem;
}

/* ============================
   REVIEW FORM
   ============================ */
.review-form-wrapper {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    margin: 3rem 0;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.review-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--gold), var(--green));
}

.review-form-title {
    color: var(--text);
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.review-form {
    max-width: 560px;
    margin: 0 auto;
}

.star-rating {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.star-rating .star {
    font-size: 2rem;
    cursor: pointer;
    color: var(--border);
    transition: transform 0.2s, color 0.2s;
    user-select: none;
}

.star-rating .star:hover {
    transform: scale(1.3);
    color: var(--gold);
}

#review-text {
    width: 100%;
    padding: 1rem;
    border: 1.5px solid var(--card-border);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    resize: vertical;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    transition: var(--trans);
}

#review-text:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 101, 255, 0.15);
}

/* ============================
   FORM ELEMENTS
   ============================ */
.form-group {
    margin-bottom: 1.4rem;
}

.form-group label {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem 1.1rem;
    border: 1.5px solid var(--card-border);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    transition: var(--trans);
}

.form-group input:focus,
.form-group select:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 101, 255, 0.15);
    background: rgba(21, 101, 255, 0.06);
}

.form-group select option {
    background: var(--bg2);
    color: var(--text);
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select,
textarea {
    width: 100%;
    box-sizing: border-box;
}

/* ============================
   IMPORTANT RULE BANNER
   ============================ */
.important-rule {
    background: linear-gradient(135deg, rgba(245, 200, 66, 0.12), rgba(245, 200, 66, 0.06));
    border: 1.5px solid rgba(245, 200, 66, 0.4);
    color: var(--gold);
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: 1.1rem 1.5rem;
    border-radius: var(--radius);
    margin-bottom: 2rem;
    letter-spacing: 0.03em;
    box-shadow: 0 0 15px rgba(245, 200, 66, 0.1);
    animation: pulseGold 2.5s ease-in-out infinite;
}

@keyframes pulseGold {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(245, 200, 66, 0.1);
    }

    50% {
        box-shadow: 0 0 25px rgba(245, 200, 66, 0.25);
    }
}

/* ============================
   TIMETABLE
   ============================ */
.timetable-container {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 1rem;
    overflow-x: auto;
    margin: 2rem 0;
    backdrop-filter: blur(8px);
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    padding: 0.85rem;
    text-align: center;
    border-bottom: 1px solid var(--border);
    font-size: 0.88rem;
}

th {
    background: rgba(21, 101, 255, 0.08);
    color: var(--text);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
}

td.booked {
    color: var(--red);
    background: rgba(255, 77, 109, 0.08);
    font-weight: 600;
}

td.booked::after {
    content: '🔒';
    margin-left: 4px;
    font-size: 0.8rem;
}

td.pending {
    color: var(--gold);
    background: rgba(245, 200, 66, 0.08);
    font-weight: 600;
    cursor: not-allowed;
}

td.pending::after {
    content: '⏳';
    margin-left: 4px;
    font-size: 0.8rem;
}

td.available {
    color: var(--green);
    background: rgba(0, 229, 160, 0.06);
    font-weight: 600;
    cursor: pointer;
    transition: var(--trans);
}

td.available:hover {
    background: rgba(0, 229, 160, 0.15);
    box-shadow: inset 0 0 0 1px var(--green);
    border-radius: 6px;
}

#timetable-body td.selected {
    background: rgba(21, 101, 255, 0.2) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px var(--primary);
    border-radius: 6px;
}

/* ============================
   BOOKING FORM
   ============================ */
.booking-form {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    max-width: 600px;
    margin: 0 auto;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.booking-form::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 101, 255, 0.12), transparent 70%);
    pointer-events: none;
}

/* ============================
   BANK DETAILS
   ============================ */
.bank-details {
    background: rgba(21, 101, 255, 0.08);
    border: 1.5px solid rgba(21, 101, 255, 0.25);
    border-radius: var(--radius);
    padding: 1.4rem 1.6rem;
    margin: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.bank-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
}

.bank-details h4 {
    color: var(--text);
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

.bank-details p {
    color: var(--text-muted);
    margin: 0.35rem 0;
    font-size: 0.95rem;
}

.bank-details strong {
    color: var(--text);
}

/* ============================
   PRICING LISTS
   ============================ */
.price-list {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2rem;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    transition: var(--trans);
    backdrop-filter: blur(8px);
}

.price-list:hover {
    border-color: rgba(21, 101, 255, 0.4);
    box-shadow: 0 8px 30px rgba(21, 101, 255, 0.1);
}

.price-list h3 {
    color: var(--text);
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 1rem;
}

.price-item:last-child {
    border-bottom: none;
}

.price-item span {
    color: var(--text-muted);
    font-weight: 500;
}

.price-item strong {
    color: var(--gold);
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 0 8px var(--gold-glow);
}

/* ============================
   MEMBERSHIP CARDS
   ============================ */
.membership-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.membership-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2.2rem 1.8rem;
    text-align: center;
    transition: var(--trans);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.membership-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    opacity: 0;
    transition: opacity 0.3s;
}

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

.membership-card:hover {
    border-color: rgba(21, 101, 255, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(21, 101, 255, 0.2);
}

.membership-card h3 {
    color: var(--text);
    margin-bottom: 0.5rem;
}

.membership-card p {
    color: var(--text-muted);
    font-size: 0.88rem;
    margin-top: 0.8rem;
}

.price {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), #00B4FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.8rem 0;
    filter: drop-shadow(0 0 8px var(--primary-glow));
}

/* ============================
   COACHES GRID
   ============================ */
.coaches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.coach-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: var(--trans);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.coach-card:hover {
    border-color: rgba(21, 101, 255, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(21, 101, 255, 0.15);
}

.coach-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    border: 2px solid rgba(21, 101, 255, 0.3);
    transition: var(--trans);
}

.coach-card:hover .coach-img {
    border-color: var(--primary);
    box-shadow: 0 0 15px var(--primary-glow);
}

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

.coach-card h3 {
    color: var(--text);
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.coach-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* ============================
   SOCIAL SECTION
   ============================ */
.social-section {
    text-align: center;
    padding: 3rem 0 2rem;
}

.social-section h3 {
    color: var(--text);
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.8rem;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--trans);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-btn.facebook {
    background: #1877F2;
    color: white;
}

.social-btn.facebook:hover {
    background: #0C63D4;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4);
}

.social-btn.whatsapp {
    background: #25D366;
    color: white;
}

.social-btn.whatsapp:hover {
    background: #1EBE5A;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

/* ============================
   PARTY NOTE
   ============================ */
.party-note {
    background: rgba(0, 229, 160, 0.08);
    border: 1.5px solid rgba(0, 229, 160, 0.3);
    color: var(--green);
    font-weight: 600;
    text-align: center;
    padding: 1.1rem 1.5rem;
    border-radius: var(--radius);
    margin: 2rem 0;
    font-size: 0.95rem;
}

/* ============================
   RESTAURANT MENU
   ============================ */
.menu-category {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: var(--radius);
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.menu-category h3 {
    color: var(--primary);
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    display: inline-block;
    text-shadow: 0 0 12px var(--primary-glow);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.menu-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 1.1rem 1.2rem;
    border-radius: 0.8rem;
    border: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--trans);
}

.menu-item:hover {
    border-color: rgba(21, 101, 255, 0.3);
    background: rgba(21, 101, 255, 0.05);
    transform: translateX(4px);
}

.item-name {
    color: var(--text);
    font-weight: 600;
    font-size: 0.93rem;
}

.item-price {
    color: var(--gold);
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    white-space: nowrap;
    text-shadow: 0 0 6px var(--gold-glow);
}

.service-charge-note {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-style: italic;
    text-align: right;
    margin-top: 1rem;
    clear: both;
}

.menu-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.menu-images img {
    width: 100%;
    border-radius: var(--radius);
    border: 1px solid var(--card-border);
    transition: var(--trans);
    cursor: pointer;
}

.menu-images img:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(21, 101, 255, 0.15);
}

.menu-bg-food::before,
.menu-bg-drinks::before {
    display: none;
}

/* ============================
   FOOTER
   ============================ */
footer {
    background: linear-gradient(180deg, var(--bg2) 0%, rgba(5, 9, 26, 0.98) 100%);
    border-top: 1px solid var(--border);
    padding: 4rem 0 2rem;
    margin-top: 4rem;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--gold), var(--green), var(--primary));
    background-size: 200%;
    animation: gradientShift 4s linear infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 200%;
    }
}

.footer-content {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}

.footer-content h2 {
    color: var(--text);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.contact-info p {
    color: var(--text-muted);
    margin: 0.6rem 0;
    font-size: 0.95rem;
}

.contact-info a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ============================
   FLOATING WHATSAPP
   ============================ */
.floating-whatsapp {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    transition: var(--trans);
    animation: wpPulse 2.5s ease infinite;
}

.floating-whatsapp:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.7);
}

@keyframes wpPulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.8);
    }
}

/* ============================
   BACK TO TOP
   ============================ */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 5.5rem;
    width: 44px;
    height: 44px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--trans);
    box-shadow: 0 4px 15px var(--primary-glow);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-3px);
    background: #2979FF;
}

/* ============================
   LIGHTBOX
   ============================ */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 9, 26, 0.96);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    cursor: zoom-out;
}

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

.lightbox-overlay img {
    max-width: 92vw;
    max-height: 90vh;
    border-radius: var(--radius);
    transform: scale(0.9);
    transition: transform 0.3s;
}

.lightbox-overlay.active img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    color: var(--text);
    font-size: 2.2rem;
    cursor: pointer;
    background: none;
    border: none;
    transition: var(--trans);
}

.lightbox-close:hover {
    transform: rotate(90deg);
    color: var(--primary);
}

/* ============================
   ADMIN STYLES
   ============================ */
.bookings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.2rem;
    margin-top: 1.5rem;
}

.see-more-container {
    grid-column: 1/-1;
    text-align: center;
    margin-top: 1rem;
}

.hidden-review {
    display: none !important;
}

.reveal-review {
    animation: fadeUp 0.5s ease;
}

.perm-booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.booking-card {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.action-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-approve,
.btn-reject {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
}

.btn-approve {
    background: rgba(0, 229, 160, 0.15);
    color: var(--green);
    border: 1px solid rgba(0, 229, 160, 0.3);
}

.btn-reject {
    background: rgba(255, 77, 109, 0.15);
    color: var(--red);
    border: 1px solid rgba(255, 77, 109, 0.3);
}

.empty-state {
    text-align: center;
    color: var(--text-muted);
    padding: 3rem;
    font-size: 1.1rem;
}

/* Login page */
.login-input {
    width: 100%;
    padding: 0.9rem 1.1rem;
    border: 1.5px solid var(--card-border);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    transition: var(--trans);
}

.login-input:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(21, 101, 255, 0.15);
}

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

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

/* ============================
   RESPONSIVE — TABLET 768px
   ============================ */
@media(max-width:768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100dvh;
        width: 72%;
        max-width: 280px;
        background: rgba(5, 9, 26, 0.97);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.5);
        z-index: 1050;
        gap: 2rem;
        list-style: none;
        padding: 2rem 0;
        margin: 0;
        border-left: 1px solid var(--border);
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 1.1rem;
        font-weight: 600;
        padding: 0.5rem 1.5rem;
        color: var(--text-muted);
    }

    .nav-links a.active,
    .nav-links a:hover {
        color: var(--primary);
    }

    .mobile-bottom-nav {
        display: block;
    }

    main {
        margin-bottom: 70px;
    }

    .floating-whatsapp {
        display: none;
    }

    .back-to-top {
        bottom: 5.5rem;
        right: 1rem;
    }

    .hero {
        height: 70vh !important;
        min-height: 380px;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .hero-content {
        padding: 1.5rem 1.25rem;
        width: 100%;
    }

    .hero h1 {
        background: none !important;
        -webkit-text-fill-color: #fff !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
    }

    h1 {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }

    h2 {
        font-size: clamp(1.4rem, 5vw, 1.9rem);
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
        padding: 0.9rem;
    }

    .container {
        padding: 0 1rem;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

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

    .facilities {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .gallery,
    .membership-cards,
    .coaches-grid,
    .testimonials-grid,
    .menu-images {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .why-choose-grid {
        grid-template-columns: 1fr 1fr;
    }

    .timetable-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -1rem;
        border-radius: 0;
    }

    #timetable,
    table {
        min-width: 580px;
    }

    th,
    td {
        padding: 0.5rem 0.3rem;
        font-size: 0.72rem;
    }

    .booking-form {
        padding: 1.5rem 1rem;
        margin: 1.5rem 0;
    }

    .bank-details {
        padding: 1rem;
        font-size: 0.88rem;
    }

    .section-title {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
        left: 0;
        transform: none;
        display: block;
        width: 100%;
    }

    .menu-grid {
        grid-template-columns: 1fr !important;
        gap: 0.7rem;
    }

    .menu-item {
        padding: 0.9rem 1rem;
    }

    .social-links {
        flex-direction: column;
        align-items: center;
    }

    .social-btn {
        width: 100%;
        max-width: 260px;
        justify-content: center;
    }

    .stats-section {
        margin: 1.5rem 0;
        padding: 2.5rem 1rem;
    }

    .review-form-wrapper {
        padding: 2rem 1.2rem;
        margin: 2rem 0;
    }

    .bookings-grid {
        grid-template-columns: 1fr;
    }

    .booking-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .action-buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .btn-approve,
    .btn-reject {
        flex: 1;
        min-width: 80px;
        text-align: center;
    }

    footer {
        padding: 3rem 0 1.5rem;
    }
}

@media(max-width:480px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .star-rating .star {
        font-size: 1.6rem;
    }

    .booking-form {
        padding: 1.2rem 0.8rem;
    }

    #timetable,
    table {
        min-width: 500px;
    }
}

/* ============================================
   VISUAL FLAIR ENHANCEMENTS  More Excitement
   ============================================ */

/* Glowing hero text with animated gradient */
.hero h1 {
    animation: heroGlow 4s ease-in-out infinite alternate;
}

@keyframes heroGlow {
    from {
        filter: drop-shadow(0 0 20px rgba(21, 101, 255, 0.3));
    }

    to {
        filter: drop-shadow(0 0 50px rgba(21, 101, 255, 0.7));
    }
}

/* Neon scan-line effect on hero */
.hero::after {
    background: linear-gradient(180deg,
            rgba(5, 9, 26, 0.1) 0%,
            rgba(5, 9, 26, 0.6) 60%,
            rgba(5, 9, 26, 0.92) 100%),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 3px,
            rgba(21, 101, 255, 0.015) 3px,
            rgba(21, 101, 255, 0.015) 4px);
}

/* Gradient border glow on facility cards */
.facility-card {
    background: linear-gradient(var(--bg2), var(--bg2)) padding-box,
        linear-gradient(135deg, rgba(21, 101, 255, 0.3), rgba(245, 200, 66, 0.15)) border-box;
    border: 1px solid transparent;
}

.facility-card:hover {
    background: linear-gradient(var(--bg2), var(--bg2)) padding-box,
        linear-gradient(135deg, rgba(21, 101, 255, 0.8), rgba(245, 200, 66, 0.5)) border-box;
    box-shadow: 0 0 30px rgba(21, 101, 255, 0.25), 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Pulsing dots decoration on section titles */
.section-title {
    position: relative;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    font-size: 0.5rem;
    color: var(--primary);
    opacity: 0.6;
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 0.3;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1.5);
    }
}

/* Animated gradient blob behind stats section */
.stats-section {
    position: relative;
    overflow: hidden;
}

.stats-section::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(21, 101, 255, 0.15), transparent 70%);
    animation: blobFloat 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes blobFloat {

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

    33% {
        transform: translate(60px, 30px) scale(1.1);
    }

    66% {
        transform: translate(-30px, 60px) scale(0.95);
    }
}

/* Shimmer effect on price items */
.price-item strong {
    position: relative;
    display: inline-block;
}

.price-item strong::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 200, 66, 0.3), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    50% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

/* Neon underline on nav active link */
.nav-links a.active::after {
    width: 100%;
    box-shadow: 0 0 8px var(--primary);
}

/* Glowing bottom nav active icon */
.mobile-bottom-nav a.active {
    background: rgba(21, 101, 255, 0.12);
    border-radius: 12px;
}

/* Animated gradient border on booking form */
.booking-form {
    background: linear-gradient(var(--bg2), var(--bg2)) padding-box,
        linear-gradient(180deg, rgba(21, 101, 255, 0.4), rgba(245, 200, 66, 0.2)) border-box;
    border: 1px solid transparent;
}

/* Card hover raise with dynamic shadow */
.membership-card:hover,
.why-card:hover,
.coach-card:hover {
    box-shadow: 0 20px 60px rgba(21, 101, 255, 0.2), 0 0 0 1px rgba(21, 101, 255, 0.3);
}

/* Glowing gallery item on hover */
.gallery-item:hover {
    box-shadow: 0 0 30px rgba(21, 101, 255, 0.3);
    border-color: rgba(21, 101, 255, 0.5);
}

/* Menu item slide glow */
.menu-item:hover {
    box-shadow: 4px 0 20px rgba(21, 101, 255, 0.15);
}

/* Neon "Book Now" CTA pulse on badminton page */
.btn:hover {
    box-shadow: 0 0 30px rgba(21, 101, 255, 0.6), 0 8px 25px rgba(21, 101, 255, 0.3);
}

/* ============================================
   RESTAURANT MENU CATEGORY HEADER IMAGES
   ============================================ */
.menu-category-banner {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 0.8rem;
    margin-bottom: 1.2rem;
    opacity: 0.85;
    transition: opacity 0.3s, transform 0.4s;
    display: block;
}

.menu-category:hover .menu-category-banner {
    opacity: 1;
    transform: scale(1.02);
}

/* Taller banner on wider screens */
@media (min-width: 768px) {
    .menu-category-banner {
        height: 160px;
    }
}