.elementor-277 .elementor-element.elementor-element-378dfd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-277 .elementor-element.elementor-element-378dfd4.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-277 .elementor-element.elementor-element-378dfd4{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-cacdcac */<style>
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&family=Oswald:wght@700;800&family=Barlow:wght@500;600;700;800&display=swap');
        
        body { font-family: 'Inter', sans-serif; overflow-x: hidden; background-color: #fff; margin: 0; }

        /* NAVIGATION & DROPDOWN MENU - Desktop */
        .nav-item-dropdown { position: relative; }
        .dropdown-content { 
            display: none; 
            position: absolute; 
            top: 100%; 
            left: 0; 
            background-color: #ffffff; 
            min-width: 200px; 
            box-shadow: 0px 10px 25px rgba(0,0,0,0.15); 
            padding: 0;
            z-index: 9999;
            border: 1px solid #e5e5e5;
        }
        .nav-item-dropdown:hover .dropdown-content { display: block; }
        .dropdown-content a {
            padding: 14px 20px;
            display: block;
            font-size: 14px;
            color: #333 !important;
            transition: all 0.2s;
            font-weight: 500;
            border-bottom: 1px solid #f0f0f0; 
            text-align: left;
            text-decoration: none;
        }
        .dropdown-content a:last-child { border-bottom: none; }
        .dropdown-content a:hover { color: #FF0000 !important; background-color: #f9f9f9; }

        /* LOGO STYLING - High Visibility */
        .logo-img {
            height: 120px; 
            width: auto;
            object-fit: contain;
        }
        @media (max-width: 768px) {
            .logo-img { height: 80px; }
        }

        /* MOBILE MENU DRAWER */
        .mobile-nav-drawer {
            transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            list-style: none !important;
        }
        .mobile-nav-drawer ul { list-style: none !important; padding-left: 0 !important; }
        .mobile-nav-drawer li { list-style: none !important; }
        
        .mobile-menu-link {
            color: #000;
            text-decoration: none;
            transition: color 0.2s;
        }
        .mobile-menu-link:hover { color: #FF0000; }

        /* AUCTION HERO */
        .auction-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            padding: 80px 20px;
            text-align: center;
            color: white;
        }

        /* AUCTION CARDS */
        .auction-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }
        .auction-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        .bid-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #FF0000;
            color: white;
            padding: 5px 12px;
            font-weight: 800;
            font-size: 10px;
            text-transform: uppercase;
            border-radius: 50px;
            z-index: 10;
        }
        .timer-strip {
            background: #f1f1f1;
            padding: 8px;
            text-align: center;
            font-size: 11px;
            font-weight: 700;
            color: #555;
            text-transform: uppercase;
        }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }
        .main-nav-container { overflow: visible !important; }
        
        /* WHATSAPP MODAL STYLING */
        #orderModal { display: none; }
        .modal-overlay { background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); }
        .modal-content { background: white; border-radius: 20px; overflow: hidden; width: 100%; max-width: 450px; animation: modalSlide 0.3s ease-out; }
        @keyframes modalSlide { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
        
        .form-label { font-size: 10px; font-weight: 900; color: #999; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }
        .form-input { width: 100%; border: 1px solid #e5e5e5; padding: 15px; border-radius: 12px; font-size: 14px; font-weight: 600; outline: none; transition: border 0.2s; }
        .form-input:focus { border-color: #FF0000; }
        
    </style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-378dfd4 *//* AUCTION HERO */
        .auction-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            padding: 80px 20px;
            text-align: center;
            color: white;
        }

        /* AUCTION CARDS */
        .auction-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }
        .auction-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        .bid-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #FF0000;
            color: white;
            padding: 5px 12px;
            font-weight: 800;
            font-size: 10px;
            text-transform: uppercase;
            border-radius: 50px;
            z-index: 10;
        }
        .timer-strip {
            background: #f1f1f1;
            padding: 8px;
            text-align: center;
            font-size: 11px;
            font-weight: 700;
            color: #555;
            text-transform: uppercase;
        }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }/* End custom CSS */