.elementor-kit-23401{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-23401 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1428px;}.e-con{--container-max-width:1428px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1199px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:899px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   VEHICA CARD – IMAGE WRAPPER HEIGHT (FINAL, CLEAN)
   ===================================================== */

/* DESKTOP */
.elementor-kit-23401 .vehica-car-card__image {
    margin: 0 !important;
    padding: 0 !important;
    height: 220px !important;
    overflow: hidden !important;
    position: relative !important;
    line-height: 0 !important;
}

/* IMAGE */
.elementor-kit-23401 .vehica-car-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* MOBILE – ONE COLUMN, AUTO FIT */
@media (max-width: 500px) {
    .elementor-kit-23401 .vehica-car-card__image {
        height: auto !important;
        aspect-ratio: 3 / 2;   /* or 3 / 2 */
    }

    .elementor-kit-23401 .vehica-car-card__image img {
        height: 100%;
    }
}

/* TABLET – ASPECT RATIO */
@media (min-width: 501px) and (max-width: 1024px) {
    .elementor-kit-23401 .vehica-car-card__image {
        height: auto !important;
        aspect-ratio: 3 / 2 !important;
        width: 100% !important;
    }

    .elementor-kit-23401 .vehica-car-card__image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
}/* End custom CSS */