.text-middle {
    font-size: 18px !important;
}
@media (max-width: 991px) {
    .text-center-mobil {
        text-align: center;
    }

    .w-100-mobil {
        width: 100%;
    }
}
.inline-features-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .inline-features-list li {
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
    }

        .inline-features-list li i {
            margin-right: 5px;
            color: #dcb967;
        }
/* Custom Card Container Styles */
.custom-card-container {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease;
    flex-grow: 1;
}

/* Custom Card Header Styles */
.custom-card-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.vehicle-name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.vehicle-fuel-type {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

/* Custom Card Body Styles */
.custom-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vehicle-image-wrapper {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vehicle-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Custom Card Footer Styles */
.custom-card-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    gap: 10px;
}

/* WhatsApp Button */
#whatsappButton {
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 0 0 25px;
    z-index: 9999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 50px;
    height: 50px;
    background-color: #30e07b;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

    #whatsappButton.visible {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    #whatsappButton:after {
        content: "\f232";
        font-family: "FontAwesome";
        position: relative;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%);
    }

    /* Hover state */
    #whatsappButton:hover {
        background-color: #34F07B;
        text-decoration: none;
    }
.custom-font-size {
    font-size: 14px;
}
.dropdown-toggle::after {
    display: none;
}
.header-body {
    height: auto !important;
}
@media (max-width: 991px) {
    .cursor-inner,
    .cursor-outer {
        display: none !important;
    }
}
.cursor-inner,
.cursor-outer {
    display: none !important;
}
.my-video-container {
    height: 680px;
}

@media (max-width: 767px) {
    .my-video-container {
        height: 600px;
    }
}
.bg-color-black, .bg-black {
    background-color: var(--black) !important;
}
.square-thumb {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.payment-icon {
    width: auto;
    height: 20px;
    margin: 0 4px;
    vertical-align: middle;
}
.modal,
.modal-dialog,
.modal-content {
    transform: none !important; 
}
.modal {
    -webkit-overflow-scrolling: auto;
}

