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: 400px;
            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;
}
