
/* ==========================================
   CLASSICO UNIFIED DESIGN SYSTEM
   ========================================== */

/* Section 1 */
:root {
            --classico-primary: #18181b;
            --classico-primary-light: #27272a;
            --classico-primary-dark: #09090b;
            --classico-dark: #09090b;
            --classico-gold: #c5a880;
            --classico-gold-light: #dfcaa7;
            --classico-gold-dark: #9e7f55;
            --classico-white: #fcfbfa;
            --classico-card-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
            --classico-button-shadow: 0 10px 25px rgba(24, 24, 27, 0.15);
            --glass-bg: rgba(255, 255, 255, 0.9);
            --glass-border: rgba(197, 168, 128, 0.25);
        }

        .text-classico { color: var(--classico-primary) !important; }
        .text-classico-gold { color: var(--classico-gold) !important; }
        .bg-classico { background-color: var(--classico-primary) !important; color: #fff !important; }
        .bg-classico-gold { background-color: var(--classico-gold) !important; color: var(--classico-primary) !important; }
        .btn-classico { background: var(--classico-primary); color: #fff; border: 1px solid var(--classico-primary); border-radius: 8px; transition: all 0.3s; }
        .btn-classico:hover { background: var(--classico-gold); color: var(--classico-primary); border-color: var(--classico-gold); }
        .btn-outline-classico { border: 2px solid var(--classico-primary); color: var(--classico-primary); border-radius: 8px; transition: all 0.3s; }
        .btn-outline-classico:hover { background: var(--classico-primary); color: #fff; }
        .badge-classico { background: var(--classico-gold); color: var(--classico-primary); font-weight: bold; border-radius: 20px; padding: 4px 10px; }


        html,
        body {
            font-family: 'Tajawal', 'Cairo', sans-serif;
            background-color: #faf9f7;
            color: #27272a;
            overflow-x: hidden;
            width: 100%;
        }

        /* Glassmorphism Navbar */
        .navbar-premium {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--glass-border);
            padding: 12px 0;
            transition: all 0.3s ease;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .navbar-premium.scrolled {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            padding: 6px 0;
            background: rgba(255, 255, 255, 0.98) !important;
        }

        /* VIP Floating Consultation Beacon */
        .vip-floating-beacon {
            position: fixed;
            bottom: 24px;
            left: 24px;
            z-index: 1050;
            display: flex;
            align-items: center;
        }
        .beacon-body {
            background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
            color: var(--classico-gold) !important;
            border: 1.5px solid var(--classico-gold);
            border-radius: 50px;
            padding: 12px 22px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .vip-floating-beacon:hover .beacon-body {
            transform: scale(1.06) translateY(-3px);
            background: var(--classico-gold);
            color: #18181b !important;
            box-shadow: 0 15px 35px rgba(197, 168, 128, 0.45);
        }
        .beacon-pulse {
            position: absolute;
            inset: -4px;
            border-radius: 50px;
            background: rgba(197, 168, 128, 0.45);
            animation: pulse-ring 2.2s infinite;
            z-index: -1;
        }
        @keyframes pulse-ring {
            0% { transform: scale(0.95); opacity: 0.8; }
            50% { transform: scale(1.18); opacity: 0; }
            100% { transform: scale(0.95); opacity: 0; }
        }
        @media (max-width: 767px) {
            .vip-floating-beacon { bottom: 16px; left: 12px; z-index: 1040; }
            .beacon-body { padding: 10px; border-radius: 50%; width: 44px; height: 44px; justify-content: center; }
            .beacon-body i { font-size: 1.25rem !important; }
        }

        .navbar-brand .logo-img {
            width: 40px;
            height: 40px;
            object-fit: cover;
            border-radius: 50%;
            border: 2px solid var(--classico-gold);
            box-shadow: 0 0 10px rgba(197,168,128,0.3);
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .navbar-brand .brand-name {
            font-size: 1.05rem;
            font-weight: 900;
            letter-spacing: 1px;
            line-height: 1.1;
            color: #18181b;
            display: block;
        }
        .navbar-brand .brand-sub {
            font-size: 0.62rem;
            font-weight: 700;
            color: var(--classico-gold-dark);
            letter-spacing: 0.3px;
            white-space: nowrap;
            display: block;
        }

        @media (max-width: 767px) {
            .navbar-brand .logo-img {
                width: 32px;
                height: 32px;
                border-width: 1.5px;
            }
            .navbar-brand .brand-name { font-size: 0.85rem; letter-spacing: 0.5px; }
            .navbar-brand .brand-sub { font-size: 0.52rem; letter-spacing: 0px; }
            .navbar-premium { padding: 4px 0; }
            .top-announcement-bar { padding: 4px 0; font-size: 0.72rem; }
            .top-announcement-bar .announcement-text { font-size: 0.72rem !important; white-space: nowrap; }
        }

        @media (max-width: 420px) {
            .navbar-brand .logo-img { width: 28px; height: 28px; }
            .navbar-brand .brand-name { font-size: 0.78rem; }
            .navbar-brand .brand-sub { font-size: 0.46rem; }
            .top-announcement-bar .announcement-text { font-size: 0.65rem !important; }
        }

        .nav-link-premium {
            color: var(--classico-primary) !important;
            font-weight: 700;
            font-size: 1.1rem;
            margin: 0 15px;
            position: relative;
            transition: color 0.3s ease;
        }

        .nav-link-premium::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            width: 0;
            height: 3px;
            background: var(--classico-gold);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav-link-premium:hover::after,
        .nav-link-premium.active::after {
            width: 80%;
        }

        .cart-badge-luxury {
            background: var(--classico-gold);
            color: var(--classico-primary);
            font-weight: 900;
            font-size: 0.75rem;
            padding: 4px 8px;
            border-radius: 50px;
            border: 2px solid white;
        }

        @media (max-width: 576px) {
            .cart-badge-luxury {
                font-size: 0.65rem;
                padding: 3px 6px;
                border-width: 1px;
            }
        }

        footer {
            background: var(--classico-primary);
            color: white;
            padding: 80px 0 30px;
            border-top: 5px solid var(--classico-gold);
        }

        .footer-logo {
            font-size: 2.5rem;
            font-weight: 900;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: var(--classico-gold);
        }

        /* =========================================================
           ✨ GLOSSY GLASSMORPHIC & LUMINOUS BUTTON SYSTEM
           ========================================================= */
        .btn, button, .btn-hero-primary, .btn-hero-wa, .btn-gold-main, .btn-whatsapp-outline,
        .btn-add-decor, .btn-add-to-order, .btn-view-all, .btn-buy-decor, .btn-whatsapp-decor,
        .cat-chip, .category-chip, .btn-gold-outline, .btn-decor-quick, .btn-quick-view {
            position: relative !important;
            overflow: hidden !important;
            backdrop-filter: blur(12px) !important;
            -webkit-backdrop-filter: blur(12px) !important;
            transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        }

        /* Luminous Shimmer Light Sweep on Hover */
        .btn::after, button::after, .btn-hero-primary::after, .btn-hero-wa::after, .btn-gold-main::after,
        .btn-whatsapp-outline::after, .btn-add-decor::after, .btn-add-to-order::after, .btn-view-all::after,
        .btn-buy-decor::after, .btn-whatsapp-decor::after, .cat-chip::after, .category-chip::after, .btn-gold-outline::after {
            content: '' !important;
            position: absolute !important;
            top: -50% !important;
            left: -80% !important;
            width: 50% !important;
            height: 200% !important;
            background: linear-gradient(60deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0) 100%) !important;
            transform: rotate(25deg) !important;
            transition: all 0.8s ease !important;
            pointer-events: none !important;
            z-index: 3 !important;
        }

        .btn:hover::after, button:hover::after, .btn-hero-primary:hover::after, .btn-hero-wa:hover::after,
        .btn-gold-main:hover::after, .btn-whatsapp-outline:hover::after, .btn-add-decor:hover::after,
        .btn-add-to-order:hover::after, .btn-view-all:hover::after, .btn-buy-decor:hover::after,
        .btn-whatsapp-decor:hover::after, .cat-chip:hover::after, .category-chip:hover::after, .btn-gold-outline:hover::after {
            left: 140% !important;
        }

        /* Glass Gold Buttons */
        .btn-hero-primary, .btn-gold-main, .btn-gold {
            background: linear-gradient(180deg, rgba(223, 202, 167, 0.95) 0%, rgba(197, 168, 128, 0.95) 50%, rgba(168, 138, 98, 0.95) 100%) !important;
            border: 1px solid rgba(255, 255, 255, 0.6) !important;
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7), 0 8px 24px rgba(197, 168, 128, 0.38) !important;
            color: #121214 !important;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
        }
        .btn-hero-primary:hover, .btn-gold-main:hover, .btn-gold:hover {
            transform: translateY(-3px) scale(1.02) !important;
            box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.9), 0 14px 32px rgba(197, 168, 128, 0.55) !important;
        }

        /* Glass Dark Obsidian Buttons */
        .btn-add-decor, .btn-add-to-order, .btn-view-all, .btn-buy-decor, .btn-dark {
            background: linear-gradient(180deg, rgba(40, 40, 46, 0.92) 0%, rgba(24, 24, 27, 0.96) 50%, rgba(14, 14, 16, 0.98) 100%) !important;
            border: 1px solid rgba(197, 168, 128, 0.45) !important;
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25), 0 8px 22px rgba(0, 0, 0, 0.22) !important;
            color: var(--classico-gold) !important;
        }
        .btn-add-decor:hover, .btn-add-to-order:hover, .btn-view-all:hover, .btn-buy-decor:hover, .btn-dark:hover {
            background: linear-gradient(180deg, rgba(223, 202, 167, 0.95) 0%, rgba(197, 168, 128, 0.98) 100%) !important;
            color: #121214 !important;
            border-color: rgba(255, 255, 255, 0.6) !important;
            transform: translateY(-3px) scale(1.02) !important;
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7), 0 12px 28px rgba(197, 168, 128, 0.45) !important;
        }

        /* Glass WhatsApp Luminous Green Buttons */
        .btn-hero-wa, .btn-whatsapp-outline, .btn-whatsapp-decor {
            background: linear-gradient(180deg, rgba(37, 211, 102, 0.18) 0%, rgba(37, 211, 102, 0.08) 100%) !important;
            border: 1.5px solid rgba(37, 211, 102, 0.75) !important;
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4), 0 8px 24px rgba(37, 211, 102, 0.18) !important;
            color: #25D366 !important;
        }
        .btn-hero-wa:hover, .btn-whatsapp-outline:hover, .btn-whatsapp-decor:hover {
            background: linear-gradient(180deg, rgba(46, 222, 112, 0.95) 0%, rgba(37, 211, 102, 0.98) 100%) !important;
            color: #ffffff !important;
            border-color: rgba(255, 255, 255, 0.6) !important;
            transform: translateY(-3px) scale(1.02) !important;
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8), 0 14px 32px rgba(37, 211, 102, 0.42) !important;
        }

        /* Glass Category Chips */
        .cat-chip, .category-chip {
            background: rgba(255, 255, 255, 0.9) !important;
            border: 1px solid rgba(197, 168, 128, 0.4) !important;
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
        }
        .cat-chip:hover, .category-chip:hover {
            background: linear-gradient(180deg, rgba(40, 40, 46, 0.95) 0%, rgba(24, 24, 27, 0.98) 100%) !important;
            color: var(--classico-gold) !important;
            border-color: var(--classico-gold) !important;
            transform: translateY(-3px) !important;
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 10px 22px rgba(0, 0, 0, 0.15) !important;
        }

        /* Glass Outline Buttons */
        .btn-gold-outline {
            background: rgba(255, 255, 255, 0.8) !important;
            border: 1.5px solid var(--classico-gold) !important;
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 4px 12px rgba(197, 168, 128, 0.15) !important;
            color: #18181b !important;
            font-weight: 700;
            border-radius: 50px;
            padding: 7px 18px;
            font-size: 0.88rem;
        }
        .btn-gold-outline:hover {
            background: var(--classico-gold) !important;
            color: #18181b !important;
            transform: translateY(-2px);
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 8px 20px rgba(197, 168, 128, 0.35) !important;
        }

        /* Utility classes */
        .text-classico {
            color: var(--classico-primary);
        }

        .bg-classico {
            background-color: var(--classico-primary);
        }

        .text-gold {
            color: var(--classico-gold);
        }

        /* Clean Flex Search Bar */
        .search-form-clean {
            display: flex !important;
            align-items: center !important;
            background: #faf8f5 !important;
            border: 1.5px solid #e4dfd7 !important;
            border-radius: 50px !important;
            padding: 3px 5px 3px 5px !important;
            max-width: 300px !important;
            width: 100% !important;
            height: 42px !important;
            box-sizing: border-box !important;
            transition: all 0.3s ease !important;
        }

        .search-form-clean:focus-within {
            background: #ffffff !important;
            border-color: var(--classico-gold) !important;
            box-shadow: 0 0 0 3px rgba(197, 168, 128, 0.25) !important;
        }

        .search-input-clean {
            border: none !important;
            background: transparent !important;
            padding: 6px 14px !important;
            font-size: 0.88rem !important;
            font-weight: 600 !important;
            color: #18181b !important;
            flex: 1 !important;
            width: 100% !important;
            outline: none !important;
            box-shadow: none !important;
        }

        .search-input-clean::placeholder {
            color: #8e8e93 !important;
            font-size: 0.82rem !important;
            font-weight: 500 !important;
        }

        .search-submit-clean {
            width: 34px !important;
            height: 34px !important;
            border-radius: 50% !important;
            border: none !important;
            background: #18181b !important;
            color: var(--classico-gold) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 0.85rem !important;
            cursor: pointer !important;
            flex-shrink: 0 !important;
            transition: all 0.25s ease !important;
        }

        .search-submit-clean:hover {
            background: var(--classico-gold) !important;
            color: #18181b !important;
        }

        /* Cart Badge Luxury Styling */
        .cart-wrapper {
            display: flex;
            align-items: center;
        }

        .cart-link-btn {
            position: relative;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #faf8f5;
            border: 1px solid #e4e4e7;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #18181b;
            text-decoration: none;
            transition: all 0.25s ease;
        }

        .cart-link-btn:hover {
            background: #18181b;
            color: var(--classico-gold);
            border-color: var(--classico-gold);
        }

        .cart-badge-luxury {
            position: absolute !important;
            top: -5px !important;
            left: -5px !important;
            right: auto !important;
            background: #e11d48 !important;
            color: #ffffff !important;
            font-weight: 900;
            font-size: 0.7rem;
            min-width: 20px;
            height: 20px;
            padding: 0 5px;
            border-radius: 50px;
            border: 2px solid #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
            z-index: 5;
        }

        /* Cart Preview Dropdown */
        .cart-dropdown {
            position: absolute;
            top: 100%;
            left: -200px;
            width: 350px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            margin-top: 10px;
        }

        .cart-wrapper:hover .cart-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .cart-item-preview {
            display: flex;
            gap: 10px;
            padding: 10px;
            border-bottom: 1px solid #f0f0f0;
            align-items: center;
        }

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

        .cart-item-preview img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 8px;
        }

        .cart-item-preview-info {
            flex: 1;
            text-align: right;
        }

        .cart-item-preview-name {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--classico-primary);
            margin-bottom: 3px;
        }

        .cart-item-preview-price {
            font-size: 0.85rem;
            color: #28a745;
            font-weight: 600;
        }

        /* Mobile Alignment Polish */
        @media (max-width: 991px) {
            .navbar-premium {
                padding: 10px 0;
            }

            .navbar-premium .container {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
                /* Prevent wrapping to keep one line */
            }

            /* Fix Mobile Navigation Drawer */
            .navbar-collapse {
                position: fixed;
                top: 0;
                right: -100%;
                width: 85%;
                height: 100vh;
                background: white;
                z-index: 1100;
                padding: 80px 25px 40px;
                transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                box-shadow: -15px 0 40px rgba(0, 0, 0, 0.1);
                display: block !important;
                overflow-y: auto;
            }

            .navbar-collapse.show {
                right: 0;
            }

            /* Drawer Overlay */
            .drawer-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(11, 46, 19, 0.4);
                backdrop-filter: blur(4px);
                z-index: 1050;
                display: none;
                transition: opacity 0.3s;
            }

            .drawer-overlay.active {
                display: block;
            }

            .navbar-nav {
                width: 100%;
                text-align: right;
            }

            .nav-link-premium {
                font-size: 1.2rem;
                padding: 15px 0 !important;
                border-bottom: 1px solid #f5f5f5;
                margin: 0 !important;
                text-align: right;
            }

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

            .navbar-toggler {
                position: relative;
                z-index: 1200;
            }

            /* Icon Cluster Spacing Fix */
            .navbar-premium .container {
                padding-left: 15px;
                padding-right: 15px;
            }

            .order-lg-3 {
                gap: 1.25rem !important;
                /* Increased gap */
            }

            .cart-badge-luxury {
                top: -5px !important;
                right: -5px !important;
                left: auto !important;
                font-size: 0.7rem;
                padding: 3px 7px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }

            .cart-wrapper {
                order: 2;
                margin-right: auto;
                /* Push to left in RTL? Adjusting... */
                margin-left: 0;
                display: flex;
                /* Ensure badging aligns */
                align-items: center;
            }

            /* Fix RTL spacing issues: Remove margins and rely on flex gap */
            .cart-wrapper {
                margin: 0;
                display: flex;
                align-items: center;
            }

            .navbar-toggler {
                order: 3;
                margin: 0;
                /* Remove margin to rely on gap */
            }

            /* Reduce container gutter on mobile for flush look */
            .navbar-premium .container {
                padding-left: 10px;
                padding-right: 10px;
            }
        }

        .nav-link-premium {
            font-size: 1rem;
            margin: 0 10px;
        }

        .search-box {
            max-width: 100%;
            margin-top: 15px;
        }

        footer {
            padding: 50px 0 20px;
        }

        .footer-logo {
            font-size: 2rem;
        }

        @media (max-width: 768px) {
            .navbar-premium .container {
                padding-left: 0;
                /* Zero padding on left for flush toggler */
                padding-right: 10px;
            }


            .cart-dropdown {
                left: -150px;
                width: 300px;
            }

            .nav-link-premium {
                font-size: 0.95rem;
                margin: 5px 0;
                padding: 10px 15px;
            }

            footer {
                padding: 40px 0 15px;
            }

            .footer-logo {
                font-size: 1.75rem;
            }
        }

        @media (max-width: 576px) {
            .navbar .container {
                padding-left: 10px;
                padding-right: 10px;
            }

            .navbar-brand img {
                height: 32px;
            }

            .cart-dropdown {
                left: -100px;
                width: 280px;
                padding: 15px;
            }

            .cart-item-preview {
                padding: 8px;
                gap: 8px;
            }

            .cart-item-preview img {
                width: 40px;
                height: 40px;
            }

            .cart-item-preview-name {
                font-size: 0.8rem;
            }

            .cart-item-preview-price {
                font-size: 0.75rem;
            }

            footer {
                padding: 30px 0 15px;
            }

            .footer-logo {
                font-size: 1.5rem;
            }

            /* Standard Mobile Navbar Polish */
            .navbar-collapse {
                background: white;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                margin: 0 -10px;
                padding: 15px 20px;
                border-radius: 0 0 20px 20px;
            }

            .navbar-nav {
                width: 100%;
                text-align: right;
            }

            .nav-link-premium {
                font-size: 1.1rem;
                padding: 12px 0 !important;
                border-bottom: 1px solid #f8f9fa;
                margin: 0 !important;
                text-align: right;
            }

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

            /* Icon Cluster Spacing Fix */
            .navbar-premium .container {
                padding-left: 15px;
                padding-right: 15px;
            }

            .order-lg-3 {
                gap: 1.25rem !important;
                /* Keep the good spacing */
            }

            .cart-badge-luxury {
                top: -5px !important;
                right: -5px !important;
                left: auto !important;
                font-size: 0.7rem;
                padding: 3px 7px;
                border: 2px solid white;
            }
        }

/* Section 2 */
/* Developer Branding Styles */
        .dev-floating-badge {
            position: fixed;
            bottom: 25px;
            left: 25px;
            z-index: 9999;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border: 2px solid var(--classico-gold);
            padding: 12px 20px;
            border-radius: 50px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: slideInLeft 1s ease-out;
        }

        .dev-floating-badge:hover {
            transform: scale(1.05) translateY(-5px);
            background: #fff;
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.3);
        }

        .dev-badge-icon {
            width: 40px;
            height: 40px;
            background: var(--classico-primary);
            color: var(--classico-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }

        .dev-badge-text {
            color: var(--classico-primary);
            font-weight: 800;
            font-size: 0.9rem;
            line-height: 1.2;
        }

        .dev-badge-icon i {
            animation: pulse-gold 2s infinite;
        }

        @keyframes pulse-gold {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }

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

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-100px);
            }

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

        @media (max-width: 768px) {
            .dev-floating-badge {
                bottom: 140px;
                left: 10px;
                padding: 6px 12px;
                border-width: 1px;
                transform: scale(0.85);
                transform-origin: left bottom;
            }

            .dev-badge-text {
                font-size: 0.75rem;
            }

            .dev-badge-icon {
                width: 32px;
                height: 32px;
                font-size: 0.9rem;
            }
        }

        .premium-dev-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 20px;
            padding: 25px;
            margin-top: 40px;
            transition: all 0.3s ease;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        .premium-dev-card:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: var(--classico-gold);
        }

        /* ═══════════════ TOP SHIMMERING MARQUEE BAR STYLES ═══════════════ */
        .top-announcement-bar {
            background: linear-gradient(90deg, #09090b 0%, #181510 50%, #09090b 100%) !important;
            border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
            padding: 7px 0 !important;
            position: relative !important;
            z-index: 1001 !important;
            overflow: hidden !important;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5) !important;
        }

        .top-announcement-bar::before,
        .top-announcement-bar::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 70px;
            z-index: 2;
            pointer-events: none;
        }

        .top-announcement-bar::before {
            right: 0;
            background: linear-gradient(to left, #09090b 0%, transparent 100%);
        }

        .top-announcement-bar::after {
            left: 0;
            background: linear-gradient(to right, #09090b 0%, transparent 100%);
        }

        .top-marquee-wrap {
            overflow: hidden;
            width: 100%;
            direction: ltr; /* Smooth continuous track scrolling */
        }

        .top-marquee-track {
            display: flex;
            align-items: center;
            width: max-content;
            will-change: transform;
            animation: top-marquee-scroll 24s linear infinite;
        }

        .top-announcement-bar:hover .top-marquee-track {
            animation-play-state: paused;
        }

        @keyframes top-marquee-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .top-marquee-item {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 0 22px;
            flex-shrink: 0;
            white-space: nowrap;
            direction: rtl;
        }

        .top-gold-icon {
            color: #d4af37 !important;
            font-size: 0.92rem;
            filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.7));
            animation: topIconPulse 2s ease-in-out infinite alternate;
        }

        @keyframes topIconPulse {
            0% { transform: scale(1); opacity: 0.85; }
            100% { transform: scale(1.22); opacity: 1; filter: drop-shadow(0 0 10px #ffd700); }
        }

        /* 💎 Continuous Golden Shimmer Animation ("بيلق") */
        .shimmer-text {
            font-size: 0.92rem !important;
            font-weight: 800 !important;
            letter-spacing: 0.3px;
            background: linear-gradient(
                90deg, 
                #c5a880 0%, 
                #ffd700 25%, 
                #ffffff 50%, 
                #ffd700 75%, 
                #c5a880 100%
            ) !important;
            background-size: 200% auto !important;
            color: #ffd700 !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            animation: topTextShine 3s linear infinite !important;
            display: inline-block;
            filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.35));
        }

        @keyframes topTextShine {
            0% { background-position: -200% center; }
            100% { background-position: 200% center; }
        }

        .top-brand-badge {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.28) 0%, rgba(197, 168, 128, 0.12) 100%) !important;
            border: 1px solid rgba(212, 175, 55, 0.6) !important;
            color: #ffffff !important;
            font-size: 0.80rem !important;
            font-weight: 800 !important;
            padding: 2px 10px !important;
            border-radius: 50px !important;
            letter-spacing: 0.8px;
            box-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
            display: inline-flex;
            align-items: center;
        }

        .top-sep {
            color: #d4af37 !important;
            font-size: 0.78rem;
            opacity: 0.75;
            margin: 0 4px;
        }

        /* Social buttons in footer */
        .social-btn-luxury {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.06);
            border: 1.5px solid rgba(197, 168, 128, 0.35);
            color: #ffffff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .social-btn-luxury:hover {
            transform: translateY(-4px) scale(1.1);
            color: #121214 !important;
            box-shadow: 0 8px 20px rgba(197, 168, 128, 0.4);
        }
        .social-btn-luxury.fb:hover { background: #1877f2; border-color: #1877f2; color: #fff !important; }
        .social-btn-luxury.ig:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: #e1306c; color: #fff !important; box-shadow: 0 0 15px rgba(225,48,108,0.5); }
        .social-btn-luxury.wa:hover { background: #25d366; border-color: #25d366; color: #fff !important; }
        .social-btn-luxury.yt:hover { background: #ff0000; border-color: #ff0000; color: #fff !important; }
        .social-btn-luxury.tt:hover { background: #000000; border-color: #fe2c55; color: #fff !important; box-shadow: 0 0 15px rgba(254,44,85,0.5); }
        .social-btn-luxury.in:hover { background: #0a66c2; border-color: #0a66c2; color: #fff !important; }

        /* ═══════════════ NAVBAR & DROPDOWN STYLES ═══════════════ */
        .nav-link-premium {
            font-weight: 700;
            color: #18181b !important;
            font-size: 0.92rem;
            padding: 8px 16px !important;
            border-radius: 50px;
            transition: all 0.25s ease;
            white-space: nowrap;
            display: inline-flex !important;
            align-items: center !important;
            gap: 6px !important;
            cursor: pointer;
        }
        .nav-link-premium:hover, .nav-link-premium.active {
            color: var(--classico-gold) !important;
            background: rgba(197, 168, 128, 0.12);
        }
        .dropdown-toggle::after {
            display: inline-block;
            margin-right: 6px;
            margin-left: 0;
            vertical-align: middle;
            border-top: 0.35em solid;
            border-right: 0.35em solid transparent;
            border-bottom: 0;
            border-left: 0.35em solid transparent;
            transition: transform 0.25s ease;
        }
        .dropdown.show .dropdown-toggle::after,
        .dropdown:hover .dropdown-toggle::after {
            transform: rotate(180deg);
        }
        /* Desktop: hover to open */
        @media (min-width: 992px) {
            .nav-item.dropdown:hover > .dropdown-menu {
                display: block !important;
                opacity: 1 !important;
                visibility: visible !important;
                transform: translateY(0) !important;
                pointer-events: auto !important;
            }
            .dropdown-menu {
                display: block;
                opacity: 0;
                visibility: hidden;
                transform: translateY(10px);
                transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
                min-width: 260px;
                border: 1px solid rgba(197, 168, 128, 0.25) !important;
                box-shadow: 0 15px 35px rgba(0,0,0,0.12) !important;
                z-index: 1060 !important;
                pointer-events: none;
            }
            .dropdown-menu.show {
                opacity: 1 !important;
                visibility: visible !important;
                transform: translateY(0) !important;
                pointer-events: auto !important;
            }
        }
        /* Mobile: Premium navbar menu */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                background: linear-gradient(160deg, #ffffff 0%, #faf7f2 100%);
                padding: 20px 16px 18px;
                border-radius: 22px;
                box-shadow: 0 20px 50px rgba(0,0,0,0.18);
                margin-top: 12px;
                border: 1.5px solid rgba(197, 168, 128, 0.4);
            }
            .navbar-nav {
                gap: 0;
                width: 100%;
                margin-bottom: 0 !important;
            }
            .nav-item {
                width: 100%;
            }
            /* Hide desktop-only dropdown toggle on mobile */
            .dropdown-toggle::after { display: none !important; }
            .nav-item.dropdown > .dropdown-menu { display: none !important; }
            .nav-item.dropdown > .nav-link-premium { display: none !important; }
            .mobile-menu-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom: 1px solid rgba(197,168,128,0.3);
            }
            .mobile-menu-title {
                font-weight: 900;
                font-size: 0.73rem;
                color: #9e7f55;
                text-transform: uppercase;
                letter-spacing: 0.6px;
            }
            /* Mobile Home link */
            .mobile-home-link {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 10px 13px;
                background: rgba(197,168,128,0.1);
                border: 1px solid rgba(197,168,128,0.25);
                border-radius: 12px;
                text-decoration: none;
                font-weight: 800;
                color: #18181b;
                font-size: 0.85rem;
                margin-bottom: 8px;
                transition: all 0.2s ease;
            }
            .mobile-home-link:active { background: rgba(197,168,128,0.25); }
            .mobile-home-icon {
                width: 30px; height: 30px;
                background: linear-gradient(135deg, var(--classico-gold), #c8a96e);
                border-radius: 8px;
                display: flex; align-items: center; justify-content: center;
                color: #fff;
                font-size: 0.78rem;
                flex-shrink: 0;
                box-shadow: 0 3px 8px rgba(197,168,128,0.4);
            }
            /* Premium mobile category cards */
            .mobile-cats-grid {
                display: grid !important;
                grid-template-columns: 1fr 1fr;
                gap: 6px;
                margin-bottom: 8px;
            }
            .mobile-cat-card {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 5px;
                padding: 10px 8px;
                background: #ffffff;
                border: 1.5px solid rgba(197,168,128,0.25);
                border-radius: 12px;
                text-decoration: none;
                color: #18181b;
                font-weight: 800;
                font-size: 0.72rem;
                text-align: center;
                line-height: 1.3;
                transition: all 0.2s ease;
                box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            }
            .mobile-cat-card:active {
                background: rgba(197,168,128,0.15);
                border-color: var(--classico-gold);
                color: #7a5c32;
                transform: scale(0.97);
            }
            .mobile-cat-icon {
                width: 32px; height: 32px;
                background: linear-gradient(135deg, #fdf3e3 0%, #f5e5c8 100%);
                border-radius: 9px;
                display: flex; align-items: center; justify-content: center;
                font-size: 0.95rem;
                border: 1px solid rgba(197,168,128,0.3);
            }
            /* All products button */
            .mobile-all-products {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 7px;
                padding: 10px 16px;
                background: linear-gradient(135deg, var(--classico-gold) 0%, #c8a56a 100%);
                border-radius: 12px;
                text-decoration: none;
                color: #121214 !important;
                font-weight: 900;
                font-size: 0.82rem;
                box-shadow: 0 4px 14px rgba(197,168,128,0.4);
                transition: all 0.2s ease;
                margin-bottom: 10px;
            }
            .mobile-all-products:active { transform: scale(0.97); opacity: 0.9; }
            /* Search on mobile */
            .search-form-clean { margin-top: 4px !important; }
        }
        .dropdown-item {
            transition: all 0.2s ease;
            border-radius: 8px;
        }
        .dropdown-item:hover {
            background: rgba(197, 168, 128, 0.14) !important;
            color: var(--classico-gold) !important;
            transform: translateX(-4px);
        }

        /* ═══════════════ LUXURY DEVELOPER SHOWCASE CARD ═══════════════ */
        .dev-promo-card {
            background: linear-gradient(135deg, #141210 0%, #1e1a14 50%, #141210 100%);
            border: 1.5px solid rgba(197, 168, 128, 0.3);
            border-radius: 22px;
            padding: 18px 26px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(197,168,128,0.08);
            transition: all 0.3s ease;
        }
        .dev-promo-card:hover {
            border-color: rgba(197,168,128,0.55);
            box-shadow: 0 18px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(197,168,128,0.15);
        }
        .dev-promo-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap;
        }
        .dev-avatar-icon {
            width: 46px; height: 46px;
            border-radius: 14px;
            background: linear-gradient(135deg, #1877f2 0%, #0e5fc5 100%);
            color: #fff;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem; flex-shrink: 0;
            box-shadow: 0 6px 18px rgba(24,119,242,0.4);
        }
        .dev-badge-title {
            color: rgba(255,255,255,0.5);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }
        /* Facebook name pill */
        .dev-fb-link {
            color: #ffffff;
            font-weight: 900;
            font-size: 0.95rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: linear-gradient(135deg, rgba(24,119,242,0.2) 0%, rgba(24,119,242,0.08) 100%);
            padding: 4px 12px 4px 6px;
            border-radius: 50px;
            border: 1px solid rgba(24,119,242,0.4);
            transition: all 0.25s;
        }
        .dev-fb-link .fb-icon-badge {
            width: 26px; height: 26px;
            border-radius: 50%;
            background: #1877f2;
            color: #fff;
            display: inline-flex; align-items: center; justify-content: center;
            font-size: 0.72rem;
            flex-shrink: 0;
        }
        .dev-fb-link:hover {
            background: linear-gradient(135deg, rgba(24,119,242,0.35) 0%, rgba(24,119,242,0.15) 100%);
            border-color: #1877f2;
            color: #fff !important;
            transform: translateY(-1px);
            box-shadow: 0 4px 14px rgba(24,119,242,0.3);
        }
        .dev-subtitle {
            color: rgba(197,168,128,0.6);
            font-size: 0.74rem;
            margin-top: 4px;
            font-weight: 500;
        }
        /* Phone pills */
        .dev-contact-pills {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .dev-phone-pill {
            color: #f5f0e8;
            background: rgba(197,168,128,0.10);
            border: 1.5px solid rgba(197,168,128,0.30);
            padding: 7px 14px;
            border-radius: 12px;
            font-size: 0.82rem;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.22s;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            letter-spacing: 0.02em;
            direction: ltr;
        }
        .dev-phone-pill i {
            color: var(--classico-gold);
            font-size: 0.8rem;
        }
        .dev-phone-pill:hover {
            background: rgba(197,168,128,0.20);
            border-color: var(--classico-gold);
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 14px rgba(197,168,128,0.20);
        }
        /* CTA Button */
        .dev-cta-btn {
            background: linear-gradient(135deg, #c5a880 0%, #dfcaa7 50%, #c5a880 100%);
            color: #0d0b08 !important;
            font-weight: 900;
            font-size: 0.84rem;
            padding: 10px 20px;
            border-radius: 12px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 6px 22px rgba(197,168,128,0.40);
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .dev-cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(197,168,128,0.55);
            color: #000 !important;
        }
        @media (max-width: 768px) {
            .dev-promo-card { padding: 16px; }
            .dev-promo-inner { flex-direction: column; align-items: center; gap: 14px; text-align: center; }
            .dev-promo-inner > div { justify-content: center; }
            .dev-contact-pills { justify-content: center; }
            .dev-cta-btn { width: 100%; justify-content: center; }
        }

/* Section 3 */
.skeleton {
            background: #f0f0f0;
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: skeleton-loading 1.5s infinite;
            border-radius: 8px;
        }

        @keyframes skeleton-loading {
            0% {
                background-position: 200% 0;
            }

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

        .wishlist-btn-toggle {
            border: none;
            background: transparent;
            color: #ddd;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }

        .wishlist-btn-toggle:hover {
            transform: scale(1.2);
            color: #ff6b6b;
        }

        .wishlist-btn-toggle.active {
            color: #dc3545;
            animation: heartBeat 0.5s;
        }

        @keyframes heartBeat {
            0% {
                transform: scale(1);
            }

            15% {
                transform: scale(1.3);
            }

            30% {
                transform: scale(1);
            }

            45% {
                transform: scale(1.15);
            }

            60% {
                transform: scale(1);
            }
        }
