.btn-primary-user {
    background-color: #ea1c26 !important;
}
.bg-biru {
    background-color:  #0C3387 !important;
}
.footer-custom {
   color:  #fff !important;
}
.border-color-primary {
    border-color: #ea1c26 !important;
}
.customer-support-text-phone{
    color:#fff !important;
}
.custom-logo {
    height: 135px;
}
.footer-category-list {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
}

.footer-category-list .category-footer {
    text-decoration: none;
    color: #ffffff; /* ganti sesuai warna tema footer kamu */
    margin: 0 4px;
    transition: color 0.3s ease;
}

.footer-category-list .category-footer:hover {
    color: #ffcc00; /* warna saat hover */
}

.footer-category-list .separator {
    color: #aaa;
}
.sub-menu {
    height: 200px;
    overflow-x: auto;
}
.container-tab {
    position: relative;
    padding: 1.5rem;
    border-radius: 15px;
    width: 40%;
    background-color: var(--light);
    overflow: hidden;
    box-shadow: var(--shadow);
  }
.container-tab .tablist-custom {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}
.tablist-custom .tab-custom{
    white-space: nowrap;
    flex-wrap: nowrap;
}
.tab-custom.active {
    color: #ea1c26;
}

.container-tab  .icontab {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
}
.tablist-custom .drag {
    scroll-behavior: auto;
    cursor: grab;
  }
  .tablist-custom.drag .tab-custom{
    pointer-events: none;
    user-select: none;
  }
  
.icontab.icontab-left {
    left: 0;
    display: none;
    padding-right: 1rem;
    height: 100%;
    background:linear-gradient(to right, #f8f9fa 55%,transparent) ;

}
.icontab.icontab-right {
    right: 0;
    justify-content: flex-end;
    padding-left: 1rem;
    background:linear-gradient(to left, #f8f9fa 55%,transparent) ;
}
@media (max-width: 768px) {
    .container-tab {
        width: 100%;
    }
}
.custom-container-brand-category{
    max-height: 500px;
    margin: 50px 0 50px 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ea1c26 #f8f9fa;
}

.dropdown-custom {
    position: relative; /* Penting */
    display: inline-block;
  }
  
  .dropbtn-custom {
    font-size: 23px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    cursor: pointer;
  }
  
  .dropdown-content-custom {
    display: none;
    position: absolute;
    right: 0; /* Tempel ke kanan tombol */
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
  }
  
  .dropdown-content-custom a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content-custom a:hover {
    background-color: #e0e0e0;
  }
  
  /* Trigger muncul saat hover */
  .dropdown-custom:hover .dropdown-content-custom {
    display: block;
  }
  .brand-grid {
    gap: 10px;
}

.brand-item {
    flex: 0 0 25%; /* 100% / 4 = 25% untuk 4 kolom */
    padding: 8px;
    text-decoration: none;
    color: #333 !important;
    font-size: 14px;
}

.brand-item:hover {
    color: #000;
    text-decoration: underline;
}

.myBannerSwiper {
    height: auto !important;
}

.myBannerSwiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.myBannerSwiper img {
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
}

.custom-hero-container {
    max-width: 1280px; /* container xl size */
    width: 100%;
}

.custom-swiper {
    width: 100%;
    height: fit-content;
}

.custom-hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
