/* ==========================================================================
   Shivmalhar Andabhurji Center - Premium Visual Overhaul Stylesheet
   Theme: Luxurious Dark Charcoal & Glowing Amber Gold
   ========================================================================== */

/* ===== 1. DESIGN SYSTEM & ROOT VARIABLES ===== */
:root {
    /* Color Palette */
    --color-bg-dark: #070504;
    /* Pitch Black with Warm Charcoal Undertone */
    --color-bg-card: #120e0c;
    /* Translucent Dark Clay */
    --color-bg-card-glass: rgba(18, 14, 12, 0.45);
    --color-primary: #ff8a00;
    /* Golden Ember Orange */
    --color-primary-dark: #e64a00;
    /* Roasted Spicy Orange */
    --color-secondary: #ffc436;
    /* Liquid Egg Yolk Gold */
    --color-text-light: #f5ebe0;
    /* Warm Vanilla Cream */
    --color-text-muted: #9e8e7f;
    /* Soft Clay Gray */
    --color-border-glass: rgba(255, 138, 0, 0.12);
    --color-accent-green: #2ecc71;
    /* Fresh Coriander Green */
    --color-shadow-glow: rgba(255, 138, 0, 0.15);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    --gradient-gold: linear-gradient(135deg, #ffc436 0%, #ff8a00 100%);
    --gradient-text: linear-gradient(to right, #ffc436, #ff8a00, #ff4e00);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);

    /* Typography */
    --font-heading: 'Rozha One', 'Tiro Devanagari Marathi', serif;
    --font-body: 'Poppins', 'Inter', sans-serif;

    /* Borders & Radius */
    --radius-sm: 8px;
    --radius-md: 20px;
    --radius-lg: 32px;
    --radius-full: 9999px;

    /* Transitions */
    --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-fast: all 0.25s ease;
}

/* ===== 2. BASE STYLES & DOTTED BACKGROUND GRID ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    background-color: var(--color-bg-dark);
    /* Subtle dotted grid overlay pattern for modern texture */
    background-image:
        radial-gradient(rgba(255, 138, 0, 0.02) 1px, transparent 0),
        radial-gradient(rgba(255, 255, 255, 0.008) 1px, transparent 0);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    color: var(--color-text-light);
    font-family: var(--font-body);
    overflow-x: hidden;
    line-height: 1.6;
}

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

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

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary);
}

/* Typography Overrides */
h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 400;
    /* Rozha One is pre-bolded */
    letter-spacing: 0.5px;
}

h5,
h6 {
    font-family: var(--font-body);
    font-weight: 700;
}

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

/* Helper Layout Elements */
.section-pad {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .section-pad {
        padding: 70px 0;
    }
}

.section-label {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-primary);
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--color-secondary);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--color-secondary);
}

.section-title {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.section-desc {
    color: var(--color-text-muted);
    max-width: 650px;
    margin: 0 auto 50px auto;
    font-size: 1.05rem;
    font-weight: 400;
}

/* ===== 3. AMBIENT GLOW BLOBS ===== */
.bg-glow-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
    animation: pulseBlob 10s infinite alternate ease-in-out;
}

.blob-hero {
    top: 5%;
    right: -10%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(255, 138, 0, 0.2) 0%, rgba(255, 94, 54, 0.08) 60%, transparent 100%);
}

.blob-about {
    bottom: 5%;
    left: -15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 196, 54, 0.16) 0%, rgba(255, 138, 0, 0.05) 70%, transparent 100%);
    animation-delay: -3s;
}

.blob-why {
    top: 25%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 78, 0, 0.15) 0%, rgba(255, 138, 0, 0.05) 75%, transparent 100%);
    animation-delay: -6s;
}

.blob-franchise {
    bottom: 10%;
    left: 20%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(255, 138, 0, 0.18) 0%, rgba(255, 196, 54, 0.05) 70%, transparent 100%);
    animation-delay: -9s;
}

@keyframes pulseBlob {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 0.35;
    }

    50% {
        transform: scale(1.15) translate(30px, -30px);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.9) translate(-15px, 15px);
        opacity: 0.4;
    }
}

/* ===== 4. PREMIUM GLASS PANELS ===== */
.glass-panel {
    background: var(--color-bg-card-glass);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 0 1px rgba(255, 138, 0, 0.05);
    border-radius: var(--radius-md);
    transition: var(--transition-smooth);
}

.glass-panel:hover {
    border-color: rgba(255, 138, 0, 0.3);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 30px rgba(255, 138, 0, 0.12);
}

/* ===== 5. PAGE LOADER ===== */
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #040302;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.loader-inner {
    text-align: center;
}

.loader-logo {
    display: inline-block;
    margin-bottom: 28px;
    animation: logoFloat 2.2s ease-in-out infinite;
}

.loader-logo-img {
    height: 200px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 24px rgba(255, 138, 0, 0.55));
}

.loader-bar {
    width: 180px;
    height: 3px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-full);
    overflow: hidden;
    margin: 0 auto;
}

.loader-bar span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--gradient-primary);
    animation: barExpand 2s infinite ease-in-out;
}

@keyframes logoFloat {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(-16px);
        opacity: 0.88;
    }

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

@keyframes barExpand {
    0% {
        width: 0%;
        margin-left: 0;
    }

    50% {
        width: 100%;
        margin-left: 0;
    }

    100% {
        width: 0%;
        margin-left: 100%;
    }
}

body.loaded #pageLoader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* ===== 6. NAVBAR WITH PULSE BADGE ===== */
#mainNav {
    padding: 26px 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: var(--transition-smooth);
    z-index: 1000;
}

#mainNav.scrolled {
    padding: 14px 0;
    background: rgba(7, 5, 4, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(255, 138, 0, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.brand-icon {
    font-size: 2rem;
    margin-right: 12px;
}

.brand-logo-img {
    height: 150px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(255, 138, 0, 0.3));
    margin-top: -80px;
    margin-bottom: -80px;
}

.hero-logo-img {
    height: 550px;
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 4px 20px rgba(255, 138, 0, 0.35));
    margin-top: -180px;
    margin-bottom: -180px;
    margin-left: -50px;
    margin-right: -50px;
}

.footer-logo-img {
    height: 350px;
    width: auto;
    object-fit: contain;
    margin-top: -100px;
    margin-bottom: -100px;
}

/* Pulse open badge */
.live-pulse-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(46, 204, 113, 0.12);
    border: 1px solid rgba(46, 204, 113, 0.25);
    color: var(--color-accent-green);
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: 0.65rem;
    font-weight: 700;
    margin-left: 10px;
    letter-spacing: 0.5px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-accent-green);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--color-accent-green);
    animation: dotPulse 1.6s infinite ease-in-out;
}

@keyframes dotPulse {

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

    50% {
        transform: scale(1.4);
        opacity: 0.4;
    }
}

.toggler-icon {
    font-size: 1.4rem;
    color: #fff;
}

.navbar-nav .nav-item {
    margin-left: 22px;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text-light);
    position: relative;
    padding: 6px 0;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition-fast);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--color-primary);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.nav-link.nav-cta {
    background: var(--gradient-primary);
    color: #fff !important;
    padding: 8px 24px !important;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(255, 138, 0, 0.35);
}

.nav-link.nav-cta::after {
    display: none;
}

.nav-link.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 138, 0, 0.5);
}

/* Mobile dropdown styles */
@media (max-width: 991px) {
    #navbarNav {
        background: rgba(18, 14, 12, 0.98);
        border: 1px solid var(--color-border-glass);
        border-radius: var(--radius-md);
        padding: 25px;
        margin-top: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(20px);
    }

    .navbar-nav .nav-item {
        margin: 12px 0;
        margin-left: 0;
    }

    #mainNav {
        background: rgba(7, 5, 4, 0.95);
        padding: 16px 0;
    }
}

/* ===== 7. HERO SECTION REDESIGN ===== */
.hero-section {
    position: relative;
    padding-top: 35px;
    background: var(--color-bg-dark);
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.hero-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.90;
    filter: brightness(0.5) contrast(1.1) saturate(1.1);
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 8, 7, 0.96) 0%, rgba(10, 8, 7, 0.85) 45%, rgba(10, 8, 7, 0.2) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    background: rgba(255, 138, 0, 0.08);
    border: 1px solid var(--color-border-glass);
    color: var(--color-secondary);
    padding: 6px 18px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-title {
    font-size: 5rem;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.title-marathi {
    display: block;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 15px rgba(255, 138, 0, 0.25));
}

.title-sub {
    font-family: var(--font-body);
    font-size: 2rem;
    font-weight: 300;
    color: var(--color-text-light);
    display: block;
    margin-top: 5px;
}

.hero-tagline {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-secondary);
    margin-top: 18px;
    margin-bottom: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.hero-desc {
    font-size: 1.05rem;
    color: var(--color-text-muted);
    margin-bottom: 24px;
    max-width: 580px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-hero-primary {
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(255, 138, 0, 0.4);
    border: none;
    transition: var(--transition-smooth);
    translate: 0px;
    scale: 1;
}

.btn-hero-primary:hover {
    color: #fff;
    translate: 0 -4px;
    box-shadow: 0 10px 30px rgba(255, 138, 0, 0.6);
}

.btn-hero-whatsapp {
    background: #25d366;
    color: #fff;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
    border: none;
    transition: var(--transition-smooth);
    translate: 0px;
    scale: 1;
}

.btn-hero-whatsapp:hover {
    color: #fff;
    translate: 0 -4px;
    background-color: #48f07b;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
}

/* Stats */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 35px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-size: 2.5rem;
    font-family: var(--font-heading);
    color: #fff;
    line-height: 1.1;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-muted);
    margin-top: 5px;
}

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

/* Asymmetrical Rotating Showcase Card */
.hero-img-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-dish-card {
    position: relative;
    border-radius: 50%;
    padding: 20px;
    background: rgba(255, 138, 0, 0.02);
    border: 1px solid rgba(255, 138, 0, 0.15);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
    max-width: 480px;
    animation: rotateHero 45s linear infinite;
}

.hero-dish-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid var(--color-bg-card);
}

.dish-badge {
    position: absolute;
    top: 10%;
    right: 0%;
    background: var(--gradient-gold);
    color: #fff;
    padding: 10px 24px;
    border-radius: var(--radius-full);
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 10px 25px rgba(255, 138, 0, 0.4);
    animation: floatBadge 4s ease-in-out infinite alternate;
}

@keyframes rotateHero {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes floatBadge {
    0% {
        transform: translateY(0) rotate(15deg);
    }

    100% {
        transform: translateY(-12px) rotate(15deg);
    }
}

/* Scroll Hint */
.hero-scroll-hint {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-text-muted);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    gap: 8px;
}

.scroll-arrow {
    font-size: 1.1rem;
    color: var(--color-primary);
    animation: arrowBounce 1.6s infinite ease-in-out;
}

@keyframes arrowBounce {

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

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

/* Responsive adjustments */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 4rem;
    }

    .title-sub {
        font-size: 1.7rem;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 3.5rem;
        text-align: center;
    }

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

    .hero-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-section {
        padding-bottom: 80px;
        text-align: center;
    }

    .hero-badge {
        margin: 0 auto 25px auto;
    }

    .hero-bg-overlay {
        background: linear-gradient(180deg, rgba(10, 8, 7, 0.95) 0%, rgba(10, 8, 7, 0.8) 50%, rgba(10, 8, 7, 0.95) 100%);
    }
}

@media (max-width: 575px) {
    .hero-logo-img {
        height: 250px;
        margin-top: -30px;
        margin-bottom: -30px;
    }

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

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

    .hero-stats {
        justify-content: space-around;
        width: 100%;
    }

    .stat-num {
        font-size: 1.9rem;
    }
}

/* ===== 8. ANNOUNCEMENT STRIP ===== */
.announce-strip {
    background: var(--gradient-primary);
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
    position: relative;
}

.announce-inner {
    display: inline-block;
    animation: marquee 28s linear infinite;
    padding-left: 100%;
}

.announce-inner span {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin-right: 60px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.announce-inner i {
    color: var(--color-secondary);
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* ===== 9. ABOUT US SECTION ===== */
.about-section {
    background: var(--color-bg-dark);
}

.about-img-wrap {
    position: relative;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.about-main-img {
    width: 100%;
    max-width: 500px;
    border-radius: var(--radius-md);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-badge-card {
    position: absolute;
    bottom: 5px;
    right: 0px;
    background: var(--gradient-primary);
    color: #fff;
    padding: 16px 28px;
    border-radius: var(--radius-md);
    box-shadow: 0 15px 30px rgba(255, 138, 0, 0.3);
    text-align: center;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-year {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.badge-text {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.about-float-card {
    position: absolute;
    top: -15px;
    left: 0px;
    padding: 16px 24px;
    z-index: 3;
}

.about-float-card i {
    font-size: 2rem;
    color: var(--color-secondary);
}

.about-float-card strong {
    font-size: 1.05rem;
    color: #fff;
}

.about-story p {
    font-size: 1.05rem;
    color: var(--color-text-muted);
    margin-bottom: 25px;
    line-height: 1.8;
}

.about-story strong {
    color: var(--color-secondary);
    font-weight: 600;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(18, 14, 12, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 14px 20px;
    border-radius: var(--radius-sm);
    transition: var(--transition-smooth);
}

.feat-item:hover {
    border-color: rgba(255, 138, 0, 0.25);
    background: rgba(18, 14, 12, 0.6);
    transform: translateY(-2px);
}

.feat-item i {
    color: var(--color-primary);
    font-size: 1.2rem;
}

.feat-item span {
    font-weight: 600;
    font-size: 0.95rem;
}

.founder-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 138, 0, 0.04);
    border-left: 4px solid var(--color-primary);
    padding: 18px 24px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    border-top: 1px solid rgba(255, 138, 0, 0.08);
    border-right: 1px solid rgba(255, 138, 0, 0.08);
    border-bottom: 1px solid rgba(255, 138, 0, 0.08);
}

.founder-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(255, 138, 0, 0.3);
}

.founder-info strong {
    display: block;
    font-size: 1.1rem;
    color: #fff;
}

.founder-info span {
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

@media (max-width: 991px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }

    .about-badge-card {
        right: 20px;
    }

    .about-float-card {
        left: 20px;
    }
}

@media (max-width: 575px) {
    .feat-grid {
        grid-template-columns: 1fr;
    }

    .about-badge-card {
        padding: 12px 20px;
    }

    .badge-year {
        font-size: 1.8rem;
    }

    .founder-card {
        padding: 15px;
    }
}

/* ===== 10. WHY CHOOSE US ===== */
.why-section {
    background: var(--color-bg-dark);
}

.why-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 85%, rgba(255, 138, 0, 0.04) 0%, transparent 65%);
    pointer-events: none;
}

.why-card {
    padding: 45px 30px;
    text-align: center;
    height: 100%;
    translate: 0px 0px;
    scale: 1;
}

.why-card:hover {
    translate: 0 -8px;
    scale: 1.02;
}

.why-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: inline-block;
    transition: var(--transition-smooth);
}

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

.why-card h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

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

/* ===== 11. MENU SECTION REDESIGN ===== */
.menu-section {
    background: var(--color-bg-dark);
}

.menu-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    background: rgba(18, 14, 12, 0.4);
    border: 1px solid var(--color-border-glass);
    color: var(--color-text-light);
    padding: 12px 28px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--gradient-primary);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 18px rgba(255, 138, 0, 0.35);
}

.menu-card {
    background: rgba(18, 14, 12, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 100%;
    transition: var(--transition-smooth);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.menu-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 138, 0, 0.35);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 138, 0, 0.1);
}

.menu-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-card:hover .menu-img-wrap img {
    transform: scale(1.08);
}

.menu-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 5px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 800;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.menu-tag.bestseller {
    background: var(--gradient-primary);
}

.menu-tag.popular {
    background: var(--gradient-gold);
}

.menu-tag.new {
    background: var(--color-accent-green);
}

.menu-card-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.menu-card-body h5 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.menu-card-body p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
    margin-bottom: 25px;
    flex-grow: 1;
    line-height: 1.6;
}

.menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 18px;
}

.price {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color-secondary);
}

.order-btn {
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.25);
    color: #25d366;
    padding: 7px 18px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition-fast);
}

.order-btn:hover {
    background: #25d366;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

/* Category grid active filtering classes */
.menu-item {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}

.menu-item.hidden {
    display: none !important;
}

/* ===== 12. FRANCHISE BANNER ===== */
.franchise-banner {
    background: var(--color-bg-dark);
}

.franchise-card {
    border-radius: var(--radius-md);
    padding: 70px;
    position: relative;
    overflow: hidden;
}

.franchise-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 138, 0, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.franchise-label {
    background: rgba(255, 138, 0, 0.08);
    border: 1px solid var(--color-border-glass);
    color: var(--color-secondary);
    padding: 5px 16px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
}

.franchise-card h2 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.franchise-card h2 span {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.franchise-card p {
    color: var(--color-text-muted);
    font-size: 1.05rem;
    margin-bottom: 35px;
    max-width: 650px;
    line-height: 1.7;
}

.franchise-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.franchise-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-text-light);
    margin-bottom: 15px;
    font-weight: 700;
}

.franchise-list li i {
    color: var(--color-accent-green);
    font-size: 1.25rem;
}

.btn-franchise {
    background: var(--gradient-primary);
    color: #fff;
    padding: 14px 34px;
    border-radius: var(--radius-full);
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(255, 138, 0, 0.35);
}

.btn-franchise:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 138, 0, 0.5);
}

/* Investment showcase card styling */
.investment-card {
    background: rgba(255, 255, 255, 0.015);
    border: 1px dashed rgba(255, 138, 0, 0.25);
    border-radius: var(--radius-md);
    padding: 40px 30px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.inv-amount {
    font-size: 2.8rem;
    font-family: var(--font-heading);
    color: var(--color-secondary);
    line-height: 1.1;
    margin-bottom: 8px;
    filter: drop-shadow(0 0 10px rgba(255, 196, 54, 0.3));
}

.inv-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-text-light);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.inv-includes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.inv-includes div {
    background: rgba(18, 14, 12, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 6px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-text-muted);
}

@media (max-width: 991px) {
    .franchise-card {
        padding: 45px;
    }

    .franchise-card h2 {
        font-size: 2.2rem;
    }

    .investment-card {
        margin-top: 40px;
    }
}

/* ===== 13. GALLERY SECTION ===== */
.gallery-section {
    background: var(--color-bg-dark);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(7, 5, 4, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.gallery-overlay i {
    font-size: 1.6rem;
    color: var(--color-primary);
    margin-bottom: 8px;
    transform: translateY(12px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-overlay span {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    transform: translateY(12px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

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

.gallery-item:hover .gallery-overlay i,
.gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

/* Lightbox Modal */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(4, 3, 2, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    padding: 20px;
}

#lightbox.active {
    display: flex;
    animation: lightboxFadeIn 0.35s ease forwards;
}

#lightboxImg {
    max-width: 90%;
    max-height: 80vh;
    border-radius: var(--radius-sm);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: scale(0.95);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

#lightbox.active #lightboxImg {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 3.5rem;
    cursor: pointer;
    font-weight: 200;
    transition: var(--transition-fast);
}

.lightbox-close:hover {
    color: var(--color-primary);
}

@keyframes lightboxFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== 14. CUSTOMER REVIEWS ===== */
.reviews-section {
    background: var(--color-bg-dark);
}

.review-card {
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.review-card::before {
    content: '"';
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 6rem;
    font-family: var(--font-heading);
    color: rgba(255, 138, 0, 0.05);
    line-height: 1;
}

.review-card.featured {
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.04) 0%, rgba(18, 14, 12, 0.5) 100%);
    border-color: rgba(255, 138, 0, 0.25);
}

.review-stars {
    color: var(--color-secondary);
    font-size: 1.15rem;
    margin-bottom: 20px;
}

.review-text {
    color: var(--color-text-light);
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 30px;
    flex-grow: 1;
    line-height: 1.8;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.reviewer strong {
    display: block;
    font-size: 0.95rem;
    color: #fff;
}

.reviewer span {
    font-size: 0.8rem;
    color: var(--color-text-muted);
}

/* ===== 15. CONTACT & LOCATION ===== */
.contact-section {
    background: var(--color-bg-dark);
}

.contact-info-wrap {
    background: var(--color-bg-card);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-md);
    padding: 50px 40px;
    height: 100%;
}

.contact-info-card {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.ci-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 138, 0, 0.08);
    border: 1px solid var(--color-border-glass);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.ci-text strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 5px;
}

.ci-text span,
.ci-text a {
    color: var(--color-text-muted);
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.social-btn {
    padding: 10px 20px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.social-btn.whatsapp {
    background: #25d366;
}

.social-btn.whatsapp:hover {
    background: #1ebe57;
    transform: translateY(-2px);
}

.social-btn.instagram {
    background: #e1306c;
}

.social-btn.instagram:hover {
    background: #d6225d;
    transform: translateY(-2px);
}

.social-btn.call {
    background: var(--color-primary);
}

.social-btn.call:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
}

/* Contact Form Wrap */
.contact-form-wrap {
    padding: 50px;
}

.contact-form-wrap h4 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.form-group {
    margin-bottom: 22px;
    position: relative;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-text-light);
    margin-bottom: 8px;
    display: block;
}

.form-control {
    background: rgba(7, 5, 4, 0.7);
    border: 1px solid var(--color-border-glass);
    color: var(--color-text-light) !important;
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.form-control:focus {
    background: rgba(7, 5, 4, 0.9);
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(255, 138, 0, 0.15);
    outline: none;
}

/* Material Floating error states */
.form-group.invalid .form-control {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}

.invalid-msg {
    color: #e74c3c;
    font-size: 0.75rem;
    margin-top: 5px;
    display: none;
}

.form-group.invalid .invalid-msg {
    display: block;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ff8a00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    padding-right: 44px;
}

.btn-submit {
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: var(--radius-full);
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 138, 0, 0.35);
    transition: var(--transition-smooth);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 138, 0, 0.5);
}

.form-success {
    background: rgba(46, 204, 113, 0.1);
    border: 1px solid rgba(46, 204, 113, 0.35);
    color: #2ecc71;
    padding: 14px 22px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    margin-top: 20px;
    font-size: 0.95rem;
}

.map-wrap {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border-glass);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.map-wrap iframe {
    filter: invert(90%) hue-rotate(180deg) grayscale(15%) contrast(95%);
}

@media (max-width: 991px) {
    .contact-info-wrap {
        padding: 40px;
        margin-bottom: 30px;
    }

    .contact-form-wrap {
        padding: 35px;
    }
}

/* ===== 16. SITE FOOTER ===== */
.site-footer {
    background: #040302;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    color: var(--color-text-muted);
}

.footer-top {
    padding: 90px 0 60px 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 25px;
}

.footer-logo {
    font-size: 2rem;
    margin-right: 12px;
}

.footer-about {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: var(--transition-smooth);
}

.footer-socials a:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    color: #fff;
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 5px 15px rgba(255, 138, 0, 0.4);
}

.footer-heading {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
}

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

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: var(--color-text-muted);
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: var(--color-primary);
    padding-left: 6px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 0.9rem;
}

.footer-contact i {
    color: var(--color-primary);
    margin-right: 8px;
}

.footer-contact a {
    color: var(--color-text-muted);
}

.footer-contact a:hover {
    color: var(--color-primary);
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    text-align: center;
    font-size: 0.85rem;
}

/* ===== 17. FLOATING ACTIONS ===== */
.floating-buttons {
    position: fixed;
    bottom: 35px;
    left: 35px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 700;
    font-size: 0.85rem;
    overflow: hidden;
    text-decoration: none;
}

.fab-btn i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.fab-btn span {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0;
    opacity: 0;
    transition: max-width 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        margin-left 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.25s ease;
}

.fab-btn:hover {
    width: auto;
    padding: 0 18px;
    border-radius: 28px;
    height: 50px;
}

.fab-btn:hover span {
    max-width: 130px;
    margin-left: 10px;
    opacity: 1;
}

/* WhatsApp */
.fab-whatsapp {
    background: #25d366;
}

.fab-whatsapp:hover {
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}

/* Call */
.fab-call {
    background: var(--color-primary);
}

.fab-call:hover {
    box-shadow: 0 8px 28px rgba(255, 138, 0, 0.5);
}

/* Instagram */
.fab-instagram {
    background: #e1306c;
}

.fab-instagram:hover {
    box-shadow: 0 8px 28px rgba(225, 48, 108, 0.5);
}

/* Back to Top */
#backToTop {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(18, 14, 12, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--color-border-glass);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
}

#backToTop.visible {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    background: var(--gradient-primary);
    color: #fff;
    border-color: transparent;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 138, 0, 0.5);
}

@media (max-width: 575px) {
    .floating-buttons {
        bottom: 25px;
        left: 25px;
        gap: 10px;
    }

    .fab-btn {
        padding: 10px 14px;
    }

    .fab-btn span {
        display: none !important;
    }

    #backToTop {
        bottom: 25px;
        right: 25px;
        width: 42px;
        height: 42px;
    }
}