/* =========================
   📱 MOBILE (0 - 576px)
========================= */
@media (max-width: 576px) {
    .category-five__item {
        /* width: 90px; */

    }
    .category-five.section {
    background: var(--accent-color);
    padding: 5px 0;
    margin-top: 53px !important;
    /* padding-bottom: 16px; */
    border-top: 1px solid #fea3a154;
    border-bottom: 1px solid #fea3a154;
    border-left: none;
    border-right: none;
}




.col-auto {
    margin-left: 0px !important;
}

.category-five__item .item-content .item-title {
    font-size: 10px;

}


.hero-five__wrapper {
    padding-block: 20px !important;
}

.category-five__item .item-thumb img {
    width: 50px;
    height: 50px;
}

.category-five__item .item-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 6px;
    background-color: var(--accent-color);
}

.hero-five__thumb-slider .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.hero-five__thumb::before {
    width: 385px;
    height: 361px;
    left: -9px;
    /* bottom: 10px; */
    border-radius: 500px 500px 0 0;
    background-color: transparent;
    border: 1px solid rgba(var(--primary-color-rgb), 0.14);
}
/* 
.about-five__thumb img {
    width: 100%;
    height: 201px;
    object-fit: cover;
} */
.shop-five__item .item-thumb {

	padding: 10px !important;
	
}
.about-five__content .main-content .left-content .mission-vision-tabs .nav-pills .nav-item .nav-link.active {
    opacity: 1;
    color: var(--primary-color);
    background: transparent;
    font-size: 10px;
    text-align: center;
}

.shop-five__item .item-thumb {
    background-color: var(--accent-color);
    overflow: hidden;
    padding: 30px;
    aspect-ratio: 1/0;
}

.category-five__item .item-title {
    font-size: 12px;
}

.menu-five__thumb img {
    height: 200px;
}

.about-main-two__thumbs img {
    width: 100%;
    min-height: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.history-two__item .item-thumb img {
    width: 100%;

    height: 200px;

    object-fit: cover;
}

.video-one__video video,
.video-three__video video,
.video-four__video video,
.video-five__video video {
    width: 100%;
    min-height: 200px;
    height: 200px;
    object-fit: cover;
}

/* .testimonial-five__thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
} */


.brand-logo {
    width: 160px;
    /* default desktop size */
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


}

/* =========================
   📲 TABLET (577px - 991px)
========================= */
@media (min-width: 577px) and (max-width: 991px) {
    .category-five__item {
        width: 130px;
    }

    .category-five__item .item-thumb img {
        width: 30px;
        height: 30px;
    }

    .category-five__item .item-title {
        font-size: 13px;
    }
}













/* Mobile */
@media (max-width: 767px) {
    .hero-five__thumb-slider.swiper {
        height: 350px;
    }

    .hero-five__thumb {
        height: 350px;
    }
}