.elementor-465 .elementor-element.elementor-element-5baec97{--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;--margin-top:10px;--margin-bottom:10px;--margin-left:10px;--margin-right:10px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}/* Start custom CSS for html, class: .elementor-element-2b796ba *//* 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; }/* End custom CSS */