.elementor-296 .elementor-element.elementor-element-3a8413c{--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;}/* Start custom CSS for html, class: .elementor-element-be0e76e */.dropdown-content a:last-child { border-bottom: none; }
        .dropdown-content a:hover { color: #FF0000 !important; background-color: #f9f9f9; }

        /* ANNOUNCEMENT BOX */
        .announcement-box {
            background-color: #FF0000;
            color: #000;
            padding: 1.5rem;
            text-align: center;
            max-width: 1100px;
            margin: 20px auto;
            font-weight: 900;
            text-transform: uppercase;
            box-shadow: 0 10px 25px -5px rgba(255, 0, 0, 0.2);
        }

        /* 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; }

        /* TRUCKLOAD HERO */
        .truck-hero {
            position: relative;
            background-color: #000;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .truck-hero-bg {
            position: absolute;
            inset: 0;
            background-image: url('https://irp.cdn-website.com/8181247c/dms3rep/multi/IMG_2383-min.jpg');
            background-size: cover;
            background-position: center;
            filter: brightness(0.4) saturate(1.5);
        }
        .truck-hero-title {
            position: relative;
            z-index: 2;
            color: #fff;
            font-size: 5rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            text-shadow: 4px 4px 20px rgba(0,0,0,0.8);
        }
        @media (max-width: 768px) {
            .truck-hero-title { font-size: 2.5rem; }
            .truck-hero { height: 200px; }
        }

        /* GALLERY STYLING */
        .truck-card { background: #fff; border: 1px solid #eee; transition: all 0.3s ease; }
        .truck-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        .truck-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .truck-caption { padding: 25px; text-align: center; }
        .truck-title { font-weight: 800; font-size: 1.1rem; text-transform: uppercase; color: #000; margin-bottom: 15px; min-height: 48px; }
        
        .buy-now-btn {
            display: inline-block;
            background-color: #FF0000;
            color: #fff;
            padding: 12px 35px;
            font-weight: 900;
            text-transform: uppercase;
            border-radius: 4px;
            font-size: 13px;
            transition: all 0.2s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(255,0,0,0.2);
        }
        .buy-now-btn:hover { background-color: #000; transform: translateY(-2px); }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }
        .main-nav-container { overflow: visible !important; }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        /* FLOATING CHAT BUTTON */
        .floating-chat-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            background-color: #FF0000;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            box-shadow: 0 10px 25px rgba(255, 0, 0, 0.4);
            text-decoration: none;
            transition: transform 0.2s;
        }
        
    </style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3a8413c *//* TRUCKLOAD HERO */
        .truck-hero {
            position: relative;
            background-color: #000;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .truck-hero-bg {
            position: absolute;
            inset: 0;
            background-image: url('https://irp.cdn-website.com/8181247c/dms3rep/multi/IMG_2383-min.jpg');
            background-size: cover;
            background-position: center;
            filter: brightness(0.4) saturate(1.5);
        }
        .truck-hero-title {
            position: relative;
            z-index: 2;
            color: #fff;
            font-size: 5rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            text-shadow: 4px 4px 20px rgba(0,0,0,0.8);
        }
        @media (max-width: 768px) {
            .truck-hero-title { font-size: 2.5rem; }
            .truck-hero { height: 200px; }
        }

        /* GALLERY STYLING */
        .truck-card { background: #fff; border: 1px solid #eee; transition: all 0.3s ease; }
        .truck-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        .truck-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .truck-caption { padding: 25px; text-align: center; }
        .truck-title { font-weight: 800; font-size: 1.1rem; text-transform: uppercase; color: #000; margin-bottom: 15px; min-height: 48px; }
        
        .buy-now-btn {
            display: inline-block;
            background-color: #FF0000;
            color: #fff;
            padding: 12px 35px;
            font-weight: 900;
            text-transform: uppercase;
            border-radius: 4px;
            font-size: 13px;
            transition: all 0.2s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(255,0,0,0.2);
        }
        .buy-now-btn:hover { background-color: #000; transform: translateY(-2px); }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }
        .main-nav-container { overflow: visible !important; }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        /* FLOATING CHAT BUTTON */
        .floating-chat-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            background-color: #FF0000;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            box-shadow: 0 10px 25px rgba(255, 0, 0, 0.4);
            text-decoration: none;
            transition: transform 0.2s;
        }
        .floating-chat-btn:hover { transform: scale(1.1); }
    </style>/* End custom CSS */