
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

.navbar {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; /* Keeps the navbar above everything else */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);  
    overflow-x: hidden;
}
  
  .navbar .nav-link {
    color: black !important;
    font-size: 16px;
    padding: 15px 20px;
  }
  
  .navbar .nav-link:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  
  .navbar .navbar-toggler-icon {
    background-color: white;
  }
  
  .navbar-nav .nav-item {
    margin-right: 20px;
  }
  
  .navbar-brand img {
    width: 50px;
    height: auto;
  }
  
  .navbar-nav .nav-item i {
    margin-right: 8px;
  }
  
  .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
  }
  
  .navbar-nav .nav-item a {
    text-decoration: none;
  }

 

.add-cart-top-bar {
    position: sticky;  
    top: 70px;         
    right: 0;
    z-index: 998; /* Ensure it's below the navbar */
    background-color: rgb(3, 3, 63);
    color: #fff;
    padding: 10px;
}

.add-cart-top-bar button {
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 400px;
    height: 50px;
    font-size: 20px;
}

.add-cart-top-bar h1 {
    font-size: 20px;
    font-weight: 700;
}

.add-cart-top-bar p {
    font-size: 10px;
}

.to-price span {
    font-size: 12px;
    margin-left: 10px;
}

.add-cart {
    display: flex;
    background-color: #fff;
    padding-top: 90px;

  }
  .product-image{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 200px;
    position: sticky;
    top: 150px;
    z-index: 100;
    background-color: white;
  }
 
 

    .price-section {
      background-color: #032041;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
    }
    .price-section span {
      font-size: 20px;
      font-weight: bold;
    }
    .btn {
      background-color: #fff;
      color: #032041;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      font-weight: bold;
      border-radius: 4px;
    }
  
   
    .product-image img {
      width: 300px;
    }
    .product-details {
      flex: 1;
      padding-left: 20px;
      padding: 50px;
   
    }
  
    .product-details h2 {
      margin-top: 0;
      font-size: 40px;
      font-weight: 700;
      color: #032041;
    }
    .features {
      margin-top: 20px;
    }
 

  .Benefits{
    border: 1px solid rgb(218, 113, 27);
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(252, 242, 242);
  }
    .bottom-border{
        border-bottom: 1px solid #ccc;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 700;
    }
    .features ul {
      list-style: none;
      padding: 0;
    }
    .features ul li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
    }
    .features ul li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: green;
    }

    .product-image {
      flex: 1;
      text-align: center;
      justify-content: center;
    }
    .thumbnails {
      display: flex;
      justify-content: center;
      margin-top: 20px;
   
    }
    .thumbnails img {
      width: 60px;
      margin: 0 2px;
      cursor: pointer;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .Delivery{
        padding: 20px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: whitesmoke;
    }
    .Delivery input{
        border: none;
        border-bottom: 1px solid black;
        background-color: whitesmoke;

    }
    .exchanging{
        padding: 20px;
        border: 1px solid black;
        border-radius: 10px;
        background-color: whitesmoke;

    }
    .exchanging-offer h5{
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
    }
    .exchanging-offer p{
        color: green;
        font-weight: 700;
    }


    .features h6{
        font-size: 18px;
        font-weight: 700;
        border: 1px solid black;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
     
    }


    /* Custom styles for the modal */
#sortByModal .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    max-width: 500px; /* Adjust this width as per your requirement */
}

#sortByModal .modal-content {
    height: 100%;
    overflow-y: auto;
}


#sortByModal .modal-header .btn-close {
    position: absolute;
    top: 10px; 
    right: 10px;
}
.banks{
    padding: 20px;
}
.banks .card{
  width: 150px;
  height: 180px;
}
.card h5{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}
.card p{
    font-size: 12px;

}
.card img{
    width: 100px;
    height: auto;
    margin-top: -15px;
    object-fit: cover;
    cursor: pointer;
  margin-left: -11px;
       
}

.bank-add-cart {
   padding: 20px;
}
.add{
    border: 1px solid black;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
}
.add h6{
    background-color: green;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    width: 240px;
    
}

.virtual-walkthrough h5{
    font-size: 20px;
    font-weight: 800;
}

.virtual-walkthrough i{
    margin-right: 10px;
    color: #3b3c3d;
}

.person-demo  h5{
    font-size: 20px;
    font-weight: 800;
}


.nav-list li{
  list-style: none;
}

footer {
  background-color: #f8f9fa;
  color: #333;
  font-family: Arial, sans-serif;
  color: #555;
}

.footer-list li {
  display: none;
  margin-right: 20px;
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  text-decoration: none;
  color: black;
  transition: color 0.3s;
  font-weight: 500;
} 

.mobile-footer{
  max-width: 400px;
  margin: 0 auto;
}

  @media (min-width: 992px) {
    .mobile-footer{
      display: none ;
    }
  }
/* Mobile responsiveness */
@media (max-width: 767px) {
  .navbar{
    overflow-x: hidden;
  }
  .footer-container{
    display: none;  
  }

  .mobile-footer{
    position: relative;
    top: 90px;
    display: block;
  }

  .add-cart-top-bar {
    top: 80px;
  }
  .navbar-nav .nav-item {
    margin-right: 10px;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .navbar-brand img {
    width: 40px;
  }

  .add-cart-top-bar {
    top: 65px;
    flex-direction: column;
  }
  .add-cart-top-bar button{
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100px;
    font-size: 15px;
  }

  .add-cart-top-bar h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .add-cart-top-bar div {
    margin-bottom: 5px;
  }

  .add-cart-top-bar button {
    width: 100%;
    margin-top: 10px;
  }

  .product-image {
    width: 100%;
    height: auto;
    margin-right: 0;
    position: relative;
    padding: 0;
  }

  .product-details {
    padding-left: 0;
    margin-top: 150px;
    padding: 0;
  }

  .product-details h2 {
    font-size: 28px;
  }

  .thumbnails{
 
    width: 100%;
    display: flex;
    gap: 5px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .thumbnails img {
    width: 100px;
    height: auto;
    margin-top: 10px;
    object-fit: cover;
    cursor: pointer;
    
  }

  .add-cart {
    flex-direction: column;
    align-items: center;
    padding: 12px;
  }

  .features ul {
    padding-left: 0;
  }

  .features ul li {
    font-size: 14px;
  }

  .Benefits {
    font-size: 14px;
    padding: 8px;
  }

  .Benefits .d-flex img {
    width: 25px;
    height: 25px;
  }

  .bottom-border {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .price-section {
    padding: 10px;
  }

  .btn {
    padding: 8px 12px;
    font-size: 14px;
  }

  .navbar .nav-link {
    font-size: 14px;
    padding: 12px 15px;
  }
}
