html, body{
    max-width:100%;
    overflow-x:hidden;
}
a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}
.text-primary{
    color: black !important;
}

        .rating-badge {
            background: #f1f1f1;
            font-size: 13px;
        }

        .wishlist-btn {
            border: 1px solid #ddd;
            background: white;
            border-radius: 10px;
            padding: 5px 10px;
        }

        .card-footer button.btn {
            background: transparent;
            border: none;
            font-weight: 600;
        }
    

    
        nav input {
            height: 45px;
        }
    

    
        body {
            background: #f5f5f5;
        }

        .product-card img {
            height: 470px;
            object-fit: cover;
        }

        .rating-badge {
            background: #eee;
            font-size: 13px;
        }

        .wishlist-btn {
            border: 1px solid #ddd;
            background: white;
            border-radius: 10px;
            padding: 5px 10px;
        }

        .owl-nav button {
            position: absolute;
            top: 40%;
            background: white !important;
            border-radius: 50% !important;
            width: 40px;
            height: 40px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .owl-prev {
            left: -20px;
        }

        .owl-next {
            right: -20px;
        }
    
    
        .create-section {
            background: #0a2e57;
        }

        .create-card {
            background: #fff;
            padding: 15px;
            border-radius: 20px;
            width: 130px;
        }

        .create-card img {
            height: 90px;
            object-fit: contain;
            background: #eee;
            border-radius: 15px;
            padding: 10px;
        }

        .create-card p {
            font-weight: 600;
            font-size: 14px;
            color: #555;
        }

        @media (min-width:992px) {

            .create-card {
                width: 160px;
                padding: 20px;
            }

            .create-card img {
                height: 120px;
            }

        }
    
    
        .stat-card {
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }

        .divider {
            width: 60px;
            height: 4px;
            background: #f4b400;
            border-radius: 10px;
        }

        .feature-card {
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }

        @media(max-width:768px) {
            .stat-card {
                margin-bottom: 15px;
            }
        }
    


.brand-slider{
overflow:hidden;
position:relative;
}

.brand-track{
display:flex;
gap:60px;
animation:scrollBrands 20s linear infinite;
}

.brand-track img{
height:60px;
object-fit:contain;
filter:grayscale(100%);
opacity:0.7;
transition:0.3s;
}

.brand-track img:hover{
filter:none;
opacity:1;
}

@keyframes scrollBrands{

0%{ transform:translateX(0); }
100%{ transform:translateX(-50%); }

}

@media(max-width:768px){
.brand-track{
gap:30px;
}
.brand-track img{
height:40px;
}
}
.brand-slider:hover .brand-track{
animation-play-state:paused;
}
.borde-color-custom{
    border: solid #001f45;
    border: 3px solid #001f45;
    box-shadow: 0 20px 60px rgba(0,31,69,0.35);
}
.custom-buttons{
    background-color: #001f45;
    color: white;

}



@media(min-width:992px){

.nav-item.position-static{
position:relative;
}

/* Mega menu hidden by default */
.mega-menu{
opacity:0;
visibility:hidden;
position:absolute;
left:0;
top:87%;
width:100%;
background:#fff;
transition:.25s ease;
pointer-events:none;
}

/* Invisible hover bridge */
.mega-menu::before{
content:"";
position:absolute;
top:-20px;
left:0;
width:100%;
height:20px;
background:transparent;
}

/* Show on hover */
.nav-item.position-static:hover .mega-menu,
.nav-item.position-static .mega-menu:hover{
opacity:1;
visibility:visible;
pointer-events:auto;
}

}



/* loder css here   */



#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
}

.loader-bar {
    width: 0%;
    height: 100%;
    background: #ffc107;
    animation: loadingMove 1s infinite;
}

.htmx-request #page-loader {
    display: block;
}

@keyframes loadingMove {
    0% { width: 0%; }
    50% { width: 60%; }
    100% { width: 100%; }
}
#main-content {
    transition: opacity 0.2s ease;
}

.htmx-request #main-content {
    opacity: 0.5;
}




/* search ar css 
 */

  /* Default Suggestions Box */
  #big_searvhbar_fullwebsite {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;   /* input ke equal width */
    z-index: 8000;
  }
#big_searvhbar_fullwebsite_phone{
   display: none;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;   /* input ke equal width */
    z-index: 8000;
}






/* dropdow css  here   profile dopdow*/

.dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}

.dropdown .dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.dropdown .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}





.marquee-container {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}




/* default (desktop same rahega) */
.feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* MOBILE DESIGN 🔥 */
@media (max-width: 768px) {

    .feature-item {
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
        padding: 10px 6px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        font-size: 12px;
    }

    .feature-item i {
        font-size: 18px;
    }

    .feature-bar {
        background: #f8f9fa; /* halka background */
        padding: 10px 5px;
    }

    .feature-item span {
        margin-top: 4px;
        line-height: 1.2;
    }
}

/* scroll load product effect  */

.product-item {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: all 0.2s ease;
}

.product-item.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.load-indicator {
    text-align: center;
    padding: 20px;
    color: #888;
    font-size: 14px;
}

.loader-line {
    width: 520px;
    height: 4px;
    margin: 0 auto 10px;
    background: linear-gradient(90deg, #ffb300, #ff8800);
    animation: loadingLine 1s infinite;
    border-radius: 10px;
}

@keyframes loadingLine {
    0% { transform: scaleX(0); }
    50% { transform: scaleX(1); }
    100% { transform: scaleX(0); }
}

/* slider product in phone 2  css  */

/* TITLE */
.category-title {
    font-size: 22px;
}

/* BUTTON 🔥 */
.view-btn {
    background: linear-gradient(45deg, #fac13c, #fac13c);
    color: #000;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.profile-btn {
    background: linear-gradient(45deg, #0a2e57, #052448);
    color:white;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.view-btn:hover {
    transform: translateY(-2px);
}
.profile-btn:hover {
    color:white;

    transform: translateY(-2px);
}

/* PRODUCT CARD */
.product-card {
    border-radius: 16px;
    overflow: hidden;
}

/* MOBILE FIX 🔥 */
@media (max-width: 768px) {

    .category-title {
        font-size: 16px;
    }

    .view-btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .card-body {
        padding: 8px;
    }

    .card-body .price {
        font-size: 13px;
    }

    .card-body .discount {
        font-size: 11px;
    }

    .card-body p {
        font-size: 12px;  /* 🔥 fs-6 feel */
    }

    .card-footer .btn {
        font-size: 12px;
        padding: 6px;
    }

    /* image height fix */
    .product-card img {
        height: 260px;
        object-fit: cover;
    }
}


/* page loder */

