.multipal-section {
    padding: 20px 10px 60px 10px;
}

.search-heading .col1 h3 {
    font-weight: 600;
    font-size: 35px;
}

.search-heading .col1 h3 span {
    color: red;
}

.search-heading .col1,
.search-heading .col2 {
    align-content: center;
}

.search-heading .col2 form .form-control {
    width: 50%;
    border: 1px solid #0000005c;
    border-radius: 0px;
}

.search-heading .col2 form {
    justify-content: end;
}

.search-heading .col2 form .btn {
    background: red;
    color: white;
    padding: 7px 20px;
    border-radius: 0px;
}

/* ===== Tabs Styling (screenshot jaisa) ===== */
.ug-tabs-wrap {
    margin-top: 25px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f3f3f3;
    border-radius: 6px;
    overflow: hidden;
}

.ug-tabs {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ug-tabs .nav-item {
    flex: 1;
}

.ug-tabs .nav-link {
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 14px 10px;
    background: transparent !important;
    color: #111 !important;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.ug-tabs .nav-link.active {
    background: #fff !important;
    color: red !important;
    font-weight: 600;
}

.ug-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: red;
}

.car-row .car-col .car-img h4 {
    background-image: url("https://www.ultraguardindia.com/assets/images/color-cars/multicolor-bg.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: unset;
    color: white;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 19px;
}

.car-row .car-col .car-img h4 span {
    float: inline-end;
}

.car-row .car-col .car-img img {
    width: 100%;
}

.car-row .car-col {
    margin-top: 2rem !important;
}

.moda-car-section {
    z-index: 99999 !important;
}

.moda-car-section .modal-dialog {
    max-width: 800px !important;
}

.car-model {
    padding: 0px !important;
}

.car-body {
    padding: 20px !important;
}

.car-btn {
    border-radius: 0px !important;
    padding: 6px 20px !important;
    font-size: 20px !important;
    z-index: 999999 !important;
}

.item-row {
    padding: 50px;
}

.top-4 {
    text-align: left;
    font-weight: 700;
    font-style: unset;
    margin-top: -40px;
    font-size: 30px;
}

.top-4 span {
    font-weight: 500;
}

.top-4 strong {
    color: white;
    float: inline-end;
    font-weight: 700;
    font-size: 25px;
    background: red;
    padding: 4px 10px;
    color: white;
}

#carouselExampleIndicators button:active {
    background-color: #00000000 !important;
}

.carousel-control-prev {
    left: -25px !important;
}

.carousel-control-next {
    right: -29px !important;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: black;
    font-size: 30px;
}

.br {
    display: none;
}

@media(max-width:1200px) {
    .car-row .car-col .car-img h4 {
        font-size: 15px;
    }
}

@media(max-width:999px) {
    .search-heading .col1 h3 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .search-heading .col2 form {
        justify-content: center;
    }

    .search-heading .col1 h3 {
        text-align: center;
    }

    .search-heading .col1 p {
        text-align: center;
    }

    .ug-tabs {
        flex-wrap: wrap;
    }

    .ug-tabs .nav-item {
        flex: 1 1 50%;
    }
}

@media(max-width:500px) {
    .top-4 strong {
        margin-top: 10px;
        float: inline-start;
        font-size: 23px;
        display: block;
    }

    .item-row {
        padding: 20px;
    }

    .top-4 {
        margin-top: -18px;
    }

    .car-row .car-col .car-img h4 {
        font-size: 18px;
    }
}

.car-row {
    height: 600px;
    overflow-y: scroll;
}