.footer-layout3 i.fa-solid.fa-arrow-right {
    margin-right: 10px;
    font-size: 13px;
}

section#category-sec div#swiper-wrapper-21d41e1c9efdc2d8 {
    height: 200px !important;
}

.brand-sec2 .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    height: 180px !important;
}

.swiper.th-slider.testi-grid-thumb.swiper-initialized.swiper-horizontal.swiper-backface-hidden.swiper-thumbs {
    height: 100px;
}

section#testi-sec .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    height: 210px !important;
}


.brand-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.brand-marquee-inner {
    display: flex;
    align-items: center;
    animation: marqueeScroll 25s linear infinite;
	gap: 40px;
}

.brand-card {
    flex: 0 0 auto;
    margin: 0 40px;
    transition: transform 0.3s ease;
}

.brand-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-card:hover img {
    transform: scale(1.1);
    opacity: 1;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.star {
    font-size: 24px;
    color: #ccc;       /* Default gray */
    cursor: pointer;
    transition: color 0.2s;
}

.star.filled {
    color: #f5b301;   /* Gold for selected stars */
}


.th-comment-item {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    list-style: none;
}
.comment-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.star-rating span {
    color: #f5b301; /* Gold stars */
    font-size: 18px;
}
.comment-content p {
    margin-top: 5px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .col-md-6 {
        width: 100%; /* Stack on small screens */
    }
}


/* Address Section Styling */
.address-card {
    background: #fff;
    border: 1px solid #eee;
    transition: 0.3s;
}
.address-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
}
.address-info {
    flex: 1;
    color: #333;
    font-size: 15px;
}
.address-info strong {
    color: #082b5f;
}
.btn-danger.btn-sm {
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.85rem;
    background-color: #dc3545;
    border: none;
}
.btn-danger.btn-sm:hover {
    background-color: #c82333;
}


div#categoryCarousel button.carousel-control-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 15px;
    margin-top: 60px;
}

div#categoryCarousel button.carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 15px;
    margin-top: 60px;
}