@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');


.title-block {
    flex-direction: column;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../../images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-heading {
    font-family: "Abhaya Libre ExtraBold";
    color: white;
}

h2 {
    color: #B5896E;
    font-weight: 600;
}

.icon-wrapper {
    background-color: #B5896E;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 15px;
}

.icon-wrapper img {
    width: 20px;
    height: 20px;
}

.custom-input {
    margin-left: 10px;
    border: 0.5px solid #B5896E;
}

.span-info {
    border: 0.5px solid #B5896E;
    background: white;
    padding: 5px;
    margin-left: 10px;
    width: 100%;
    border-radius: 0.375rem;
    display: block;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.7);
}

.actions ul li {
    background: #B5896E !important;

}

.carcard {
    transition: all 0.3s ease-in-out;
    border-radius: 16px;
    background: #fdfcf9;
    /* Creamy white */
    box-shadow: 4px 4px 12px 0px #00000040 inset;

}


.carcard:hover {
    box-shadow:
        inset 2px 2px 6px rgba(0, 0, 0, 0.15),
        inset -2px -2px 6px rgba(255, 255, 255, 0.6);
    transform: scale(0.98);
    /* optional: slight shrink on hover */
}

.car-image {
    border-radius: 10px 0px 10px 0px;
    background: #B5896E;
}


.custom-radio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #B5896E;
    border-radius: 3px;
    box-shadow: 1px 1px 2.1px 0px #00000040;
    /* Makes it square */
}

.carcard .car-type,
.carcard .car-desc,
.carcard .car-price {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #3E3E42 !important;
    font-family: "Libre Franklin", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

.carcard .car-desc,
.carcard .car-price {
    font-weight: 400px !important;
}

.additional-info {
    height: 59px;
    border-radius: 15px;
}

.choose-car-title {
    font-family: "Libre Franklin";
    font-weight: 400;
    font-size: 50px;
    color: #B5896E;

}

#form-total .actions ul li {
    border-radius: 15px;
    width: 200px;
    height: 58px;
}

#form-total .actions ul li:first-child {
    background-color: white !important;
    border: 1px solid #B5896E;
    border-radius: 15px;
    width: 242px;
    height: 58px;
}

#form-total .actions ul li:first-child a {
    color: #B5896E !important;
}


.custom-radio input[type="radio"]:checked~.checkmark {
    background-color: #B5896E;
}

.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input[type="radio"]:checked~.checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.success {
    margin-top: 61px !important;
    background-color: #EEEEEE !important;
    border: 1px solid #B5896E !important;
    border-radius: 20px !important;
}

.info-wrapper {
    background-color: #B5896E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 15px;
    font-size: 13px;
    color: white;
}

.info-wrapper img {
    height: 19px;
    padding-right: 8px;
}