  
  
  body{
    overflow-x: hidden;
     font-family: "Ubuntu", sans-serif !important;
  }
  
  .header {
      background-color: #000;
      color: #fff;
      padding: 5px 0 0 0;
      height: 80px !important;
    }
    .search-input {
      max-width: 100%;
      width: 100%;
    }
    .carousel-img {
      height: 350px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .carousel-img {
        height: 250px;
      }
    }
    .category-sidebar {
      border-right: 1px solid #ddd;
    }
    .list-group-item {
    border:none !important;
    }
    .bg-gray
    {
        background-color: #0d3e66;
    }
  
  .h-80
  {
    height: 250px !important;
  }
  .h-75
  {
    height: 120px !important;
  }
  .text-footer
  {
    color: #878787;
    font-size: 14px;
  }
  .text-li-footer
  {
    color: #ffffff !important;
    font-size: 12px !important;
  }
  .text-li-footer a
  {
    color: #ffffff !important;
    font-size: 12px !important;
  }
  .card-title {
    font-size: 13px !important;
  }
  .card-footer {
    padding:0 !important;
  }
   .list-group {
    --bs-list-group-bg: transparent !important;
   }
    .list-group-item a {
  color: #000 !important;
  text-decoration: none;
    }
    .text-h-w
    {
        color: #fff;
    }

    .nav-pills .nav-link {
  color: #000;
  background: #f1f1f100;
  border-radius: 0;
}
.nav-pills .nav-link.active {
  background-color: #007bff;
  color: #fff;
}
.nav-pills .nav-link {
    border-radius:0 !important;
}
.card-title {
  font-size: 0.9rem;
}
.card-text {
  font-size: 0.8rem;
  color: #666;
}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #464747 !important;
}
 @media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border:0 !important;
 }
 .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5f6eb9 !important;
    --bs-btn-border-color: #5f6eb9 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27398f !important;
    --bs-btn-hover-border-color: #27398f !important;
}
  .profile-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .profile-pic {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
    }
     .address-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      background-color: #fff;
      padding: 16px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .tag {
      background-color: #f0f2f5;
      font-size: 12px;
      font-weight: 500;
      padding: 2px 8px;
      border-radius: 4px;
      margin-left: 6px;
    }
    .change-btn {
      font-size: 14px;
      padding: 4px 12px;
    }
      .cart-action-btn {
      background: none;
      border: none;
      font-weight: 600;
      font-size: 14px;
      color: #000;
      margin-right: 15px;
    }
    .cart-action-btn:hover {
      text-decoration: underline;
    }

     .order-card {
      border: 1px solid #e0e0e0;
      background-color: #fff;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .order-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 4px;
    }
    .status-dot {
      height: 10px;
      width: 10px;
      background-color: green;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
    }
    .review-link {
      color: #2874f0;
      font-weight: 500;
      text-decoration: none;
    }
    .review-link:hover {
      text-decoration: underline;
    }

      .section-title {
      background-color: #2874f0;
      color: white;
      padding: 10px;
      font-weight: 600;
    }
    .box {
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 15px;
    }
    .price-label {
      font-size: 14px;
      color: #555;
    }
    .price-value {
      font-weight: 600;
    }
    .total-payable {
      font-size: 18px;
      font-weight: 700;
      color: #000;
    }
    .savings {
      color: green;
      font-weight: 600;
    }
    .btn-change {
      border: 1px solid #ccc;
      font-size: 14px;
    }
    .product-img {
      width: 70px;
      height: 100px;
      object-fit: cover;
      border-radius: 4px;
    }
    .info-icon {
      font-size: 12px;
      cursor: pointer;
    }
    .section-title {
      background-color: #2874f0;
      color: white;
      padding: 10px;
      font-weight: 600;
    }
    .box {
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .price-label {
      font-size: 14px;
      color: #555;
    }
    .price-value {
      font-weight: 600;
    }
    .total-payable {
      font-size: 18px;
      font-weight: 700;
      color: #000;
    }
    .savings {
      color: green;
      font-weight: 600;
    }
    /* .btn-change {
      border: 1px solid #ccc;
      font-size: 14px;
    } */
    .product-img {
      width: 70px;
      height: 100px;
      object-fit: cover;
      border-radius: 4px;
    }
    .info-icon {
      font-size: 12px;
      cursor: pointer;
    }
    .number
    {
    font-size: 12px;
    color: #2874f0;
    background-color: #f0f0f0;
    border-radius: 2px;
    padding: 3px 7px;
    vertical-align: baseline;
    margin-right: 17px;

    }
    .card
    {
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .story, .mission-vision {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
      align-items: center;
    }

    .story img, .mission-vision img {
      max-width: 100%;
      border-radius: 10px;
      flex: 1 1 350px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .story div, .mission-vision div {
      flex: 1 1 400px;
    }

    .stats {
      display: flex;
      justify-content: space-around;
      gap: 2rem;
      flex-wrap: wrap;
      margin-top: 1rem;
    }

    .stat-item {
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 12px;
      padding: 2rem;
      flex: 1 1 180px;
      text-align: center;
    }

    .stat-item h3 {
      font-size: 2.5rem;
      color: #007bff;
      margin-bottom: 0.5rem;
    }

    .stat-item p {
      font-weight: 600;
      color: #555;
    }

    .team {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 2rem;
    }

    .team-member {
      background: #fff;
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
      text-align: center;
    }

    .team-member img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem;
    }

    .team-member h4 {
      margin-bottom: 0.25rem;
      color: #222;
    }

    .team-member p {
      color: #666;
      font-size: 0.9rem;
      margin-top: 0;
    }

    /* footer {
      text-align: center;
      padding: 2rem 1rem;
      background-color: #007bff;
      color: white;
    } */

    @media (max-width: 768px) {
      .story, .mission-vision {
        flex-direction: column;
      }
    }
    .stat-item {
  background: #fff;
  padding: 2rem;
  margin: 1rem 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
   }
      .contact-section {
      padding: 60px 0;
    }

    .contact-section h2 {
      margin-bottom: 20px;
      color: #333;
    }

    .contact-info {
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .contact-form {
      background: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #007bff;
    }

    iframe {
      border: 0;
      width: 100%;
      height: 300px;
      border-radius: 8px;
      margin-top: 30px;
    }
    .form-control::placeholder {
      color: rgb(203, 203, 203) !important;
      opacity: 1;
     }
        .product-gallery {
      display: flex;
      gap: 20px;
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .thumbnails {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .thumbnails img {
      width: 60px;
      height: 90px;
      object-fit: cover;
      border: 2px solid transparent;
      cursor: pointer;
      border-radius: 4px;
    }

    .thumbnails img:hover,
    .thumbnails img.active {
      border-color: #007bff;
    }

    .main-image img {
      width: 400px;
      height: 600px;
      object-fit: cover;
      border-radius: 6px;
    }
    .fs-7
    {
      font-size: 14px !important;
    }
    .btn-orange{
     background-color: #fa672d !important;
     color: #000 !important;
    }
    .form-label {
    margin-bottom: .5rem;
    color: #767373 !important;
    }
    .order-section
     { border: 1px solid #ddd;
       padding: 20px;
        border-radius: 8px;
         margin-bottom: 20px;
         background-color: #fff; 
        }
    /* .label { font-weight: 500; } */
    .order-items img
     { width: 50px;
       height: 50px;
        object-fit: cover;
         border-radius: 4px;
         }
    .order-meta small 
    { 
      display: block;
     }
     .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
}

.img-radius-5 {
  border-radius: 5px;
  width: 70%;
}
.icon-radius-5 {
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.form-select  {
    padding: .375rem .75rem !important;
    padding-top: 0.375rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.375rem !important;
 
}