.cardmobil {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 400px;
    overflow: hidden;

}
.cardmobil img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.cardmobil-content {
    padding: 15px;
}
.cardmobil-content h2 {
    font-size: 18px;
    margin: 0;
    color: #333;
}
.cardmobil-content p {
    color: #777;
    margin: 5px 0;
}
.cardmobil-content .details {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.cardmobil-content .details div {
    text-align: center;
    color: #777;
}
.cardmobil-content .details div i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
.cardmobil-content .price {
    color: #ff0000;
    font-size: 20px;
    margin: 10px 0;
}
.cardmobil-content .installment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;

}
.cardmobil-content .installment i {
    color: #777;
    font-size: 12px;
}
.cardmobil-content .installment span {
    color: #333;
}


.car-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.thumbnail {
    border: 10px solid transparent;
}
.thumbnail.active {
    border-color: rgb(0, 4, 255);
}
.price {
    color: red;
    font-size: 24px;
    font-weight: bold;
}
.btn-custom {
    background-color: red;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
}
.btn-custom-outline {
    border: 2px solid red;
    color: red;
    border-radius: 20px;
    padding: 10px 20px;
}


/* setting card mobil detail */
.car-image {
    max-width: 100%;
    height: auto;
}
.thumbnail {
    border: 2px solid transparent;
    border-radius: 10px;
    width: 150px;
    height: 84px;
}
@media (max-width: 768px) {
    .thumbnail {
        width: 100px;
        height: 50px;
    }
}

.thumbnail.active {
    border-color: rgb(4, 4, 234);
}
.price {
    color: red;
    font-size: 24px;
    font-weight: bold;
}
.btn-custom {
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
}
.btn-custom-outline {
    border: 2px solid #ff0000;
    color: #ff0000;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: bold;
}


/* setting spesifikasi mobil */
.cardspesifikasi {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.cardcardspesifikasi-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0d1b2a;
}
.spec-item {
    font-size: 0.75rem;
    color: #6c757d;
}
.spec-value {
    font-size: 1rem;
    font-weight: bold;
    color: #0d1b2a;
}
.icon {
    font-size: 1.5rem;
    color: #6c757d;
}


/* simulasi hitung */

.containerhitung {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.headeritung {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
}
.subheaderitung {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}
.priceitung {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.payment-methods {
    display: flex;
    margin-bottom: 20px;
}
.payment-method {
    flex: 1;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.payment-method.active {
    border-color: #dc3545;
    color: #dc3545;
}
.payment-method i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}
.form-group select, .form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.form-group input[type="text"] {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}
.note {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 20px;
}

.right-section {
    background-color: #c7c7c7;
    padding: 20px;
    border-radius: 10px;
}
.right-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.tenor-options {
    margin-bottom: 20px;
}
.tenor-option {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tenor-option.active {
    border-color: #4035dc;
    background-color: #fff;
}
.tenor-option input {
    margin-right: 10px;
}
.apply-button {
    display: flex;
    justify-content: center;
}
.apply-button button {
    padding: 10px 20px;
    border: none;
    background-color: #dc3545;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.apply-button button:hover {
    background-color: #c82333;
}
.consultation {
    text-align: center;
    font-size: 12px;
    color: #dc3545;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .payment-methods {
        flex-direction: column;
    }
    .right-section {
        margin-top: 20px;
    }
}

