       * {
  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);
    }
}




















        .card {
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .form-control {
            border-radius: 6px;
        }
        .form-select {
            border-radius: 6px;
        }
        .btn-pay {
            background-color: #b79857;
            color: #fff;
            font-weight: 600;
            width: 100%;
            border-radius: 6px;
        }
        .btn-pay:hover{
          background-color: #bca676;
          color: white;
        }
        .order-summary img {
            height: 100px;
            width: 100px;
            border-radius: 6px;
            object-fit: cover;
        }
        .order-summary .product-info {
            font-size: 14px;
        }
        .order-summary .product-title {
            font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;

        }








.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;
            }
        }


        

.check{
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;   /* good readable size */
    font-weight: 600;  /* bold */
    color: #0a0a0a;       /* dark text */
   /* some spacing */
    line-height: 1.4;  
    letter-spacing: 0.5px; 
    /* border: 1px solid rgb(211, 204, 204);
    width: max-content; */
    /* padding: 20px;
    border-radius: 25px;
    background-color: #282626; */
}