* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
  /* border: 2px solid red; */
}

/* Or specifically for html and body */
html, body {
  margin: 0;
  padding: 0;
}



.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.top-banner {
    background-color: #b79857;
    color: white;
    padding: 5px 20px;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lato', sans-serif;
}

.main-navbar {
    background-color: #0B0A08;
    padding: 20px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    font-family: 'Lato', sans-serif;


}

.navbar-brand img {
    height: clamp(50px,5vw,90px);
    mix-blend-mode: screen;
}


.search-box {
    position: relative;
    width: 100%;
}

.search-box input {
    width: 100%;
    padding: 10px;
    /* padding: 20px; */
    border-radius: 10px;
    border: 1px solid #F3D283;
    background-color: #111;
    color: #fff;
}

.search-box input::placeholder{
  font-size: clamp(0.8rem,1vw,1rem);
  color: #958F86;
}

.search-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #b79857;
    cursor: pointer;
}


.nav-icons i {
    font-size: 1.2rem;
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
}

.nav-icons .badge {
    background-color: red;
    font-size: 0.7rem;
    position: relative;
    top: -10px;
    right: 10px;
}


.navbar-nav-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.navbar-nav-row .nav-item .nav-link {
    white-space: nowrap;
    margin-right: 20px;
    font-size: 0.70rem !important;
    font-weight: 200 !important;
    color: #FFFFFF99 !important;
}

.navbar-nav-row .nav-item .nav-link:hover {
    color: #b79857 !important;
}

@media (max-width: 992px) {
    .navbar-nav-row {
        display: none; 
    }
    .top-banner {
        font-size: 0.7rem;
    }
    
    .small-screen-top-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .small-screen-top-row .nav-icons {
        display: flex;
        gap: 15px;
    }
    .small-screen-top-row .navbar-toggler {
        margin-left: 10px;
    }
    
    .small-screen-search-row {
        width: 100%;
    }

    #smallScreenNav .nav-link {
        text-align: center;
    }
}




    @media (max-width: 560px) {

        .elevate-box {
     
      grid-template-columns: repeat(1, 1fr);
     
    }

    .search-box input::placeholder{
  font-size: 0.5rem !important;
  color: #958F86;
  text-align: start;


}

  
        
  
    }





    .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}


.custom-dropdown {
  background-color: #000;   
  border: none;
  margin-top: 0;            
}

.custom-dropdown .dropdown-item {
  color: #fff;              
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

.custom-dropdown .dropdown-item:hover {
  background-color: #222 !important;   
  color: #f1f1f1;
}


.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-icon {
  font-size: 0.8rem;
  vertical-align: middle;
  transition: transform .18s ease;
  color: inherit; 
}




@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }


  .navbar-nav .dropdown .dropdown-menu {
    margin-top: 6px;
    min-width: 220px;
    border-radius: 6px;
    color: white;

    padding: .25rem 0;
    background-color: rgb(23, 23, 23);
  }

  .navbar-nav .dropdown .dropdown-item {
    padding: .55rem 1rem;
    font-weight: 500;
    color: white;
  }
  .navbar-nav .dropdown .dropdown-item:hover {
    background-color: rgb(43, 41, 41) !important;

  }

  

  .navbar-nav .dropdown .dropdown-item i {
    width: 18px;
    text-align: center;
    opacity: .85;
  }

  
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    display: none !important; 
  }

  .nav-link.d-flex {
    justify-content: center !important; /* center text and chevron horizontally */
    align-items: center !important;     /* center vertically */
  }

  .dropdown-item {
    white-space: nowrap;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 1rem !important;
    font-weight: 200 !important;
    color: #FFFFFF99 !important;
  }

  .dropdown-toggle-icon {
    transition: transform 0.3s ease !important;
  }

  .nav-link[aria-expanded="true"] .dropdown-toggle-icon {
    transform: rotate(180deg) !important;
  }
}




/* Large screen only */
@media (min-width: 992px) {
    .profile-dropdown {
        display: flex;
        align-items: center;
        cursor: pointer;
        
    }

    .profile-dropdown .dropdown-icon {
        font-size: 0.8rem;
        vertical-align: middle;
        transition: transform 0.3s ease;
        color: white;
    }

    .profile-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: rgb(23, 23, 23);
        border-radius: 6px;
        min-width: 120px;
        box-shadow: 0 8px 22px rgba(0,0,0,0.12);
        z-index: 1000;
        
    }

    .profile-menu .dropdown-item {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        padding: 0.5rem 1rem;
    }

    .profile-menu .dropdown-item:hover {
        background-color: #222;
        color: #f1f1f1;
    }

    /* Show dropdown on hover */
    .profile-dropdown:hover .profile-menu {
        display: block;
    }

    /* Rotate FA icon on hover */
    .profile-dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }
}







.section-header {
            margin-bottom: 60px;
        }

        .main-heading {
            font-size: clamp(2.6rem,2vw,3.5rem);
            font-weight: 600;
            color: #1A1A1A;
            margin-bottom: 0;
            letter-spacing: 0.1em;
        }

        .subtitle {
            font-size: 0.9rem;
            color: #98989A;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .description {
            font-size: 1.1rem;
            color: #656567;
            line-height: 1.6;
            margin-bottom: 25px;
        }



        .category-tabs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }

        .category-tab {
            background: #f8f9fa;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: 500;
            color: #666;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

        .category-tab.active {
            background: #ffc107;
            color: #000;
            box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
        }

        .category-tab:hover {
            background: #e9ecef;
            color: #333;
            transform: translateY(-1px);
        }

        .category-tab.active:hover {
            background: #ffc107;
            color: #000;
        }

        .section-title {
            font-size: 2rem;
            font-weight: 600;
            color: #333333;
            margin-bottom: 0.5rem;
            font-family: 'Manrope', sans-serif;
        }

        .section-subtitle {
            color: #656567;
            margin-bottom: 3rem;
            font-size: 1.1rem;
            font-family: 'Manrope', sans-serif;
        }

        
        .product-card {
            background: white;
            margin-bottom: 2rem;
            position: relative;
            overflow: hidden;
        }
        
        .product-image {
            position: relative;
            overflow: hidden;
            border-radius: 0;
        }
        
        .product-image img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .product-card:hover .product-image img {
            transform: scale(1.05);
        }
        
        .wishlist-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            transition: all 0.3s ease;
            z-index: 2;
        }
        
        .wishlist-btn:hover {
            background: white;
            color: #e74c3c;
            transform: scale(1.1);
        }
        
        .wishlist-btn.active {
            color: #e74c3c;
            background: white;
        }
        
        .product-details {
            padding: 1.5rem 0;
        }
        
        .product-title {
            font-size: 0.95rem;
            color: #374151;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }
        
        .product-price {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }
        
        .current-price {
            font-weight: 600;
            color: #000;
            font-size: 1rem;
        }
        
        .original-price {
            color: #999;
            text-decoration: line-through;
            font-size: 0.9rem;
        }
        
        .add-to-basket {
            background: none;
            border: 1px solid #ddd;
            color: #666;
            padding: 0.5rem 0;
            font-size: 0.85rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            width: 100%;
        }
        
        .add-to-basket:hover {
            background-color: #000;
            color: white;
            border-color: #000;
        }
        

        @media (max-width: 768px) {
            .product-section {
                padding: 1rem;
                margin: 1rem;
            }
            
            .navigation-header {
                flex-direction: column;
                align-items: stretch !important;
                gap: 1rem;
            }
            
            .main-categories {
                justify-content: center;
                gap: 1.5rem;
            }
            
            .category-tab {
                font-size: 0.8rem;
                padding: 0.4rem 0;
            }
            
            .category-filters {
                justify-content: center;
            }
            
            .category-btn {
                padding: 0.4rem 1rem;
                font-size: 0.8rem;
            }
            
            .product-image img {
                height: 300px;
            }
            
            .product-details {
                padding: 1rem 0;
            }
        }
        
        @media (max-width: 576px) {
            .product-image img {
                height: 200px;
            }
            
            .category-filters {
                flex-wrap: wrap;
                gap: 0.5rem;
            }
            
            .category-btn {
                border-radius: 20px !important;
                border: 1px solid #dee2e6 !important;
            }
        }




        /* Owl Carousel Custom Styles */
        .owl-carousel .owl-item {
            padding: 0 10px;
        }

        .owl-carousel .owl-nav {
            display: none;
        }

        .owl-carousel .owl-dots {
            display: none;
        }

        /* Progress Bar Container */
        .slider-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 0rem;
        }

        .progress-container {
            flex: 1;
            margin-right: 20px;
        }

        .progress-track {
            width: 100%;
            height: 4px;
            background: #e9ecef;
            border-radius: 2px;
            position: relative;
            overflow: hidden;
        }

        .progress-bar {
            height: 100%;
            background: #333;
            border-radius: 2px;
            width: 0%;
            transition: width 0.3s ease;
        }

        .slider-nav {
            display: flex;
            gap: 10px;
        }

        .nav-btn {
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #666;
            cursor: pointer;
        }

        .nav-btn:hover {
            background: #333;
            color: white;
            border-color: #333;
        }

        .nav-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .nav-btn:disabled:hover {
            background: white;
            color: #666;
            border-color: #ddd;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 1.5rem;
            }
            
            .category-tab {
                padding: 10px 20px;
                font-size: 13px;
            }

        }

        @media (max-width: 576px) {
            .category-tabs {
                gap: 8px;
                margin-bottom: 2rem;
            }
            
            .section-subtitle {
                margin-bottom: 2rem;
            }

      

            .slider-controls {
                flex-direction: column;
                gap: 20px;
            }

            .progress-container {
                margin-right: 0;
                width: 100%;
            }
        }








        .EXC{
            border: 1px solid #F1F1F3;
            border-radius: 20px;
            
        }
        .Heading{
            font-weight: 600;
            font-family: 'Manrope', sans-serif;
            color: #1a1919;
            font-size: 1.3rem;
            padding-top: 10px;


        }
        .content{
            color: #656567;
                        font-weight: 500;
            font-family: 'Manrope', sans-serif;
            font-size: 0.8rem;



        }




























.footer-section {
            background-color: #000000;
            color: #ffffff;
            padding: 40px 0 20px;
            font-family: Arial, sans-serif;
  font-family: 'Euclid Circular', sans-serif;
  margin-bottom: 0px !important;

        }
        
        .footer-section h6 {
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }
        
        .footer-section a {
            color: #cccccc;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.8;
            transition: color 0.3s ease;
        }
        
        .footer-section a:hover {
            color: #ffffff;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 8px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        .social-icons a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #fbfafa;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0a0a0a;
            font-size: 18px;
            transition: background-color 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: #555555;
        }
        
        .newsletter-section {
            margin-top: 20px;
        }
        
        .newsletter-form {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        .newsletter-form input {
            flex: 1;
            padding: 12px 15px;
            border: 1px solid #444444;
            background-color: #2a2a2a;
            color: #ffffff;
            border-radius: 4px;
            font-size: 14px;
        }
        
        .newsletter-form input::placeholder {
            color: #888888;
        }
        
        .newsletter-form input:focus {
            outline: none;
            border-color: #666666;
            background-color: #333333;
        }
        
        .subscribe-btn {
            padding: 12px 25px;
            background-color: #ffffff;
            color: #000000;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .subscribe-btn:hover {
            background-color: #f0f0f0;
        }
        
        .privacy-notice {
            font-size: 12px;
            color: #888888;
            line-height: 1.4;
        }
        
        .privacy-notice a {
            color: #ffffff;
            text-decoration: underline;
        }
        
        .payment-methods {
            margin-top: 30px;
        }
        
        .payment-icons {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
        }
        
        .payment-icon {
            height: 24px;
            background-color: #ffffff;
            border-radius: 4px;
            padding: 4px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .platform-icons {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }
        
        .platform-icons i {
            font-size: 24px;
            color: #fdfcfc;
          
        }
        
        .footer-bottom {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #333333;
            font-size: 12px;
            color: #888888;
        }
        
        .footer-bottom-links {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 10px;
        }
        
        .footer-bottom-links a {
            color: #888888;
            font-size: 12px;
        }
        
        @media (max-width: 768px) {
            .newsletter-form {
                flex-direction: column;
            }
            
            .subscribe-btn {
                width: 100%;
            }
            
            .social-icons {
                justify-content: center;
            }
            
            .payment-icons {
                justify-content: center;
            }
            
            .platform-icons {
                justify-content: center;
            }
            
            .footer-bottom-links {
                justify-content: center;
            }
        }
        
        @media (max-width: 576px) {
            .footer-section {
                padding: 30px 0 15px;
            }
            
            .social-icons a {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
            
            .payment-icon {
                height: 20px;
                font-size: 10px;
                min-width: 35px;
            }
        }


        








    .filter-section {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .filter-title {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px;
      color: #333;
    }
    .form-check-label {
      font-size: 14px;
      color: #555;
    }
    .price-range {
      display: flex;
      gap: 8px;
    }
    .price-range input {
      width: 100%;
      padding: 4px 6px;
    }
    /* Mobile sidebar toggle */
    @media (max-width: 768px) {
      .filter-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 1050;
        overflow-y: auto;
        transition: all 0.3s ease;
        box-shadow: 2px 0 8px rgba(0,0,0,0.2);
      }
      .filter-sidebar.active {
        left: 0;
      }
    }




#mobileFilter.filter-sidebar {
    position: fixed;
    top: 0; left: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    transform: translateX(-110%);
    transition: transform .3s ease;
    box-shadow: none;
  }
  #mobileFilter.filter-sidebar.active {
    transform: translateX(0);
    box-shadow: 0 0 0 9999px rgba(0,0,0,.3), 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .filter-title { font-size: .95rem; }
  .filter-link { display: block; padding: .25rem 0; text-decoration: none; color: inherit; }
  .filter-link:hover { text-decoration: underline; }





/* Highlight the checked radio button */
.form-check-input:checked + .form-check-label {
    font-weight: 600;         /* make text bold */
    color: #000;              /* text color */
}

.form-check-input:checked {
    border-color: #000 !important;       /* border color */
    background-color: #000 !important;   /* fill color for checked button */
}






















.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-left: 0;
    list-style: none;
}

/* Page items */
.pagination .page-item {
    margin: 0;
}

/* Page links */
.pagination .page-link {
    display: block;
    padding: 0.5rem 0.75rem;
    color: #fff;
    background-color: #333; /* dark background */
    border: 1px solid #f3f1f1;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect */
.pagination .page-link:hover {
    background-color: #555;
    color: #fff;
}

/* Active page */
.pagination .page-item.active .page-link {
    background-color: #000; /* black for active */
    color: #fff;
    border-color: #000000;
}

/* Disabled page */
.pagination .page-item.disabled .page-link {
    background-color: #636161;
    color: #888;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .pagination .page-link {
        padding: 0.3rem 0.7rem;
        font-size: 0.75rem;
    }
}

