.tabsection .col-md-2.active {
    background-color: #f6f6f6;
    border: 0 !important;
}

.tabsection .tab-content .content-boxes {
    border-radius: 15px;
}

.tabsection .tab-content .content-boxes .pointlist li {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: 15px;
}

.tabsection .tab-content .content-boxes .listimages li {
    width: 70px;
    height: 40px;
    text-align: center;
    margin-right: 15px;
}
.tabsection .tab-content .content-boxes .listimages li small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
.tabsection .tab-content .content-boxes .listimages li:last-child {
    width: 100px;
    margin-right: 0 !important;
}

.tabsection .tab-content .content-boxes .pointlist li strong {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1px;
    margin-left: -1px;
}

.tabsection .carousel-indicators [data-bs-target] {
    flex: 0 0 auto;
    width: 16.66666667% !important;
    text-indent: inherit !important;
    height: auto !important;
}
.tabsection .carousel-indicators {
    margin: 0;
}

.tabsection .carousel-control-prev, .tabsection .carousel-control-next {
    background-color: red;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
}
.tabsection .carousel-control-next {
    right: 0 !important;
    left: inherit;
}

.carsection {
    transition: all 1s ease-out;
}
/* .carsection .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
} */

.carsection .row {
    transition: all 1s ease-out;
}

.carsection .row .col-xl .bg-light {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    transition: all 1s ease-out;
}

.carsection .row .btn {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    transition: all 1s ease-out;
}

.carsection .hoverdetail .btn:hover {
    background-color: #d81c24;
}


@media (min-width: 1200px){
    .carsection .row .col-xl .text-hover {
        display: none;
        transition: all 1s ease-out;
    }
    
    .carsection .row .col-xl .bg-light:hover {
        transform: scale(1.1);
        background-color: #ffffff !important;
    }
    .carsection .row .col-xl .bg-light:hover .text-hover {
        display: block;
    }
    .carsection .row .col-xl .bg-light:hover h3 {
        color: #d81c24 !important;
    }
}

@media (max-width: 850px) {
    ul.list-unstyled.d-flex.mb-0.listimages.align-items-center {
        overflow: auto;
    }
    ul.list-unstyled.d-flex.mb-0.listimages.align-items-center li {
        height: 60px;
    }
}
