.elementor-65 .elementor-element.elementor-element-be3074b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:84px;margin-bottom:0px;padding:200px 0px 200px 0px;}.elementor-65 .elementor-element.elementor-element-be3074b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-65 .elementor-element.elementor-element-26d5419 > .elementor-widget-container{margin:52px 0px 0px 0px;}.elementor-65 .elementor-element.elementor-element-26d5419{text-align:center;}.elementor-65 .elementor-element.elementor-element-26d5419 .elementor-heading-title{font-family:"Cabin", Sans-serif;}.elementor-65 .elementor-element.elementor-element-64e4d3aa{margin-top:47px;margin-bottom:0px;}.elementor-65 .elementor-element.elementor-element-a6affdf{margin-top:100px;margin-bottom:0px;}/* Start custom CSS for section, class: .elementor-element-64e4d3aa */.car-card-custom {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.car-card-custom:hover {
    background-color: red;
}

.car-image img {
    max-width: 100%;
    height: auto;
}

.car-title {
    font-size: 24px;
    font-weight: bold;
    color: #4a4a4a;
    margin: 15px 0;
}

.car-price {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.car-links {
    margin: 15px 0;
}

.car-links a {
    color: #a1000e;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 15px;
    margin: 0 10px;
}

.car-card-custom:hover .car-title,
.car-card-custom:hover .car-price,
.car-card-custom:hover .car-links a,
.car-card-custom:hover .arrow-icon {
    color: white;
}

.arrow-icon {
    font-size: 24px;
    color: #4a4a4a;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .car-links a {
        display: block;
        margin: 10px auto;
    }
}/* End custom CSS */