
.tabba.nav-tabs{display:flex;justify-content:center}
.tabba.nav-tabs .nav-item{margin-right:15px;min-width:140px;width:15%;}
.tabba.nav-tabs .nav-link{border:1px solid #dee9f7;color:#222;background:#eae6ca;}
.tabba.nav-tabs .nav-link.active{background:var(--whiteColor);}
@media(max-width:991px){
.tabba.nav-tabs{white-space: nowrap;overflow: auto;overflow-Y:hidden;display:flex;flex-wrap: inherit;}
}
@media(max-width:767px){
.tabba.nav-tabs .nav-item{min-width:auto;margin-right:3px}
.tabba.nav-tabs .nav-item img{max-width:30px;margin:0;}
.tabba.nav-tabs .nav-item .nav-link{padding:5px 5px 10px!important;font-size:15px;}
}

.banner-main-owl{min-height: 44vh;}
/* =========================================
   Shop by Brands – Professional & Colorful
========================================= */

/* Section Background */
section.bg-light {
    background: linear-gradient(180deg, #f8f9fb 0%, #f3f6fc 100%) !important;
    position: relative;
}

/* Headings */
section.bg-light h3 {
    color: #1f2937;
    font-weight: 700;
    letter-spacing: -0.3px;
}

section.bg-light p {
    color: #6b7280;
}

/* Owl Carousel Layout */
.owl-icons.owl-carousel {
    margin: 0 -10px;
}

.owl-icons .owl-stage-outer {
    padding: 10px 0;
    padding-bottom: 18px;
}

.owl-icons.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

/* Placeholder (No Logo) */
.brand-placeholder {
    text-align: center;
    padding: 12px;
}

.brand-letter {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #6366f1, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-name {
    margin-top: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Disable Overlay */
.brand-overlay {
    font-size: 12px;
  left: 0;
  bottom: 8px;
  background-color: #ffd8da;
  border-radius: 0px 10px 10px 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: black;
  font-weight: 5000;
}

/* Owl Navigation */
.owl-icons .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-icons .owl-nav button {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #6366f1, #38bdf8) !important;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
}

.owl-icons .owl-nav button:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.owl-icons .owl-nav span {
    font-size: 1.2rem;
    color: #ffffff;
}

/* Navigation Position */
.owl-icons .owl-nav .owl-prev {
    left: -22px;
}

.owl-icons .owl-nav .owl-next {
    right: -22px;
}

/* Owl Dots */
.owl-icons .owl-dots {
    margin-top: 22px;
    text-align: center;
}

.owl-icons .owl-dot {
    width: 8px;
    height: 8px;
    background: #c7d2fe;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.2s ease;
}

.owl-icons .owl-dot.active {
    width: 24px;
    border-radius: 6px;
    background: linear-gradient(135deg, #6366f1, #38bdf8);
}

/* Accessibility */
.brand-link:focus-visible .brand-card {
    outline: 3px solid #6366f1;
    outline-offset: 3px;
}

/* Responsive */
@media (max-width: 1400px) {
.banner-main-owl{min-height: 38vh;}
}

@media (max-width: 1200px) {
.banner-main-owl{min-height: 32vh;}
}
@media (max-width: 991px) {
.banner-main-owl{min-height: 26vh;}
}

@media (max-width: 768px) {
    .brand-card {
        height: 110px;
    }
    .banner-main-owl{min-height: 18vh;}

    .brand-logo {
        max-height: 65px;
    }

    .owl-icons .owl-nav {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-main-owl{min-height: 8vh;}
    .brand-card {
        height: 100px;
    }

    .brand-letter {
        font-size: 2.2rem;
    }

    .brand-name {
        font-size: 0.75rem;
    }
    .brand-overlay {
    font-size: 11px;
}
}




