body {
    /* font-family: 'Times New Roman', Times, serif;d */
    background-color: #afabad;
    margin: 0;
    padding: 0;
    /* font-family: "Alatsi", serif; */
}

section {
    padding: 20px 40px;
}



/* Flexbox Layout for the Section */



/* Sidebar Styling */
aside {
    position: sticky;
    top: 0;
    width: 200px;
    height: 90vh;
    overflow-y: auto;
    flex: 1 1 25%;
    background-color: #fff;
    border-radius: 5px;
    border-color: rgb(217 221 233 / 1);
}

header {
    font-family: inter;
    background-color: #f4f8fa;
    /* Info color */
    color: #183558;
    background: #eaeff4;
    font-size: 1.2rem;
    height: 12vh;
    width: 100%;

}

header a {
    color: #6d7184;
    font-size: 12px;
}


/* General Alert Styling */
.alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ul-reset {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

label {
    display: inline;
    margin: 5px;
}


.accordion-item {
    margin-bottom: 5px;
    /* border: none !important; */
    /* border-bottom: 1px solid #6d7184 !important; */
    /* border: 1px solid #6d7184 !important; */
}

.accordion-button {
    font-size: 1rem !important;
    font-weight: 500;
    color: #183558 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    padding: 8% !important;
}

.accordion-button:focus {
    
    /* box-shadow: 0px 0px 2px #555 !important; */
    border: none !important;
}

.accordion-body {
    font-size: 0.9rem;
    color: #183558;
    background-color: #fff !important;

    padding: 19px !important;
}



.header2-title{
    font-size: 16px;
    font-family: 'Alatsi';
    font-weight: 100;
    align-items: center;
    display: flex;
}

.header2-title2{
    font-size: 13px;
    font-family: 'Alatsi';
    font-weight: 400;
    align-items: end;
    display: flex;
    letter-spacing: 0.5px;
}





.accordion-button {
    font-family: "Alatsi", serif;
    letter-spacing: 0.1px;
}


.cards .custom-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cards .custom-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.cards .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #ddd;

}

.cards .card-body {
    padding: 16px;
}

.cards .car_name {
    font-weight: 500;
    color: #183558;
    margin-bottom: 8px;
    font-family: 'Alatsi';

}

.cards .card-text {
    color: #183558;
    font-size: 11px;
    font-weight: 200;
    font-family: 'Alatsi';
}

.cards .card_price {
    color: #183558;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.7px;
    font-family: 'Inter';
}

.cards .card-footer {
    background-color: #f8f9fa;
    color: #28a745;
    border-top: 1px solid #ddd;
}

/* .row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
} */

.col-md-4 {
    flex: 1 1 33.333%;
    padding: 8px;
}



.cards .card-img-top {
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}



.accordion-button {
    font-family: "Alatsi", serif;
    letter-spacing: 0.1px;
}


@media (max-width: 400px) {
    .cards .card {
        width: auto;
    }

    .cards .card img {
        width: auto;
        height: auto;
    }

    .cards .card-img-top {
        height: 180px;
    }

    .cards .card-title {
        font-size: 1rem;
    }

    .cards .card_price {
        font-size: 1rem;
    }

    .cards .card-footer {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .section {
        flex-direction: column;
        gap: 15px;
    }

    aside {
        order: 2;
        width: 100%;
    }



    .cards .card {
        flex-direction: column;
        width: 100%;
    }

    .cards .card {
        width: auto;
    }

    .cards .card img {
        width: auto;
        height: auto;
    }

    .cards .card-img-top {
        height: 200px;
    }

    .cards .card-title {
        font-size: 1rem;
    }

    .cards .card_price {
        font-size: 1.2rem;
    }

    .cards .card-footer {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {


    .section {
        flex-direction: row;
    }


    aside {
        width: 30%;
    }



    .cards .card {
        width: auto;
    }

    .cards .card img {
        width: auto;
        height: auto;
    }

    .cards .card-img-top {
        height: 180px;
    }

    .cards .card-title {
        font-size: 1rem;
    }

    .cards .card_price {
        font-size: 1.2rem;
    }

    .cards .card-footer {
        font-size: 1rem;
    }
}

@media (max-width: 1200px) {

    .cards .card {
        width: 100%;
        height: auto;
    }

    .cards .card img {
        width: auto;
        height: auto;
    }

    .cards .card-img-top {
        height: 180px;
    }

    .cards .card-title {
        font-size: 1.25rem;
    }

    .cards .card_price {
        font-size: 1.3rem;
    }

    .cards .card-footer {
        font-size: 1.2rem;
    }
}

@media (max-width: 1500px) {
    .cards .card {
        width: auto;
        height: auto;
    }

    .cards .card img {
        width: auto;
        height: auto;
    }

    .cards .card-img-top {
        height: 200px;
    }

    .cards .card-title {
        font-size: 1.25rem;
    }

    .cards .card_price {
        font-size: 1.5rem;
    }

    .cards .card-footer {
        font-size: 0.85rem;
    }
}

