body{
font-family: "Outfit",sans-serif;
}

header .form-select,
header .form-control {
  border-color: #f6b817;
}

.navbar-brand img {
  height: 100px;
}

header .btn-warning {
  background: #f6b817;
  border-color: #f6b817;
}

.navbar-toggler {
  border: none;
}

 #navbarMain form{
max-width: 600px;
     
 }
 
  #navbarMain form select {
        max-width: 150px !important;
    }

/* Smaller red button text on mobile */
@media (max-width: 991px) {
  .btn-consult {
    font-size: 0.6rem;
    padding: 0.35rem 0.5rem;
    white-space: nowrap;
  }

  #navbarMain {
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #ddd;
  }

  #navbarMain form {
    margin-bottom: 1rem;
  }

  .navbar-brand img {
    height: 80px;
  }
}

.hero-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  text-align: right;
}

.carousel-caption h5 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.carousel-caption h1 {
  font-size: 50px;
  font-weight: bold;
}

.carousel-caption p {
  margin-top: 15px;
  font-size: 1.1rem;
}

  /* Make image fill the container without leaving space */
  .hero-slider img {
    height: 600px;
    width: 100%;
    object-fit: cover; /* fill area without space */
    background: #000;
  }


.carousel-caption .btn {
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 18px;
}

/* Hide navigation by default */
.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show navigation on hover */
.hero-slider:hover .carousel-control-prev,
.hero-slider:hover .carousel-control-next {
  opacity: 1;
}

.recent-products {
  padding: 40px 20px;
}

.product-slider {
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;

  transition: transform 0.3s ease-in-out;
}

.recent-card {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  text-align: left;
  background: #fff;
  transition: 0.3s;
  height: 100%;
}
.recent-card img {
  max-height: 120px;
  object-fit: contain;
  /* border-bottom:1px solid #eee; */
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto; /* keep image centered */
}
.recent-card h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
  min-height: 40px;
}
.recent-card .price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.recent-card .btn {
  background: #e3383b;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block; /* left aligned */
}
.stars {
  color: #f5a623;
  font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  opacity: 0; /* hidden by default */
  visibility: hidden; /* hide completely */
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

.mySwiper:hover .swiper-button-next,
.mySwiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.category-swiper:hover .swiper-button-next,
.category-swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
/* 
.product-card {
  flex: 0 0 240px;
  border: 1px solid #eee;
  /* border-radius: 8px; 
  padding: 15px;

  background: #fff;
  transition: transform 0.3s ease;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.product-card h6 {
  font-size: 14px;
  margin: 10px 0;
  min-height: 40px;
}

.product-card .price {
  font-weight: bold;
  color: #000;
} */

/* .btn-cart {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
} */

/* .btn-cart:hover {
  background: #c92a37;
} */

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  /* Hidden by default */
  z-index: 10;
}

.nav-btn.prev {
  left: 10px;
}

.nav-btn.next {
  right: 10px;
}

/* Show buttons only when hovering */
.product-slider:hover .nav-btn {
  display: block;
}

.category-section {
  padding: 50px 0;
  text-align: center;
}

.category-card {
  transition: transform 0.3s ease;
  border: none;
  background: transparent;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.category-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
  
}

.category-icon img{
  width:60px;
  height:60px;
}

.category-title {
  font-weight: 600;
  font-size: 16px;
}

.category-items {
  font-size: 14px;
  color: #6c757d;
}

.product-section {
  padding: 40px 0;
}
.product-card {
  border: 1px solid #eee;
  border-radius: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.product-img {
  max-height: 180px;
  object-fit: contain;
}
.rating {
  color: #f8d210;
  font-size: 14px;
}
.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  min-height: 40px;
}
.price {
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}
.btn-cart {
  background: #e3383b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.btn-cart:hover {
  background: #e3383b;
  color: white;
}

.product-card .card-body {
  text-align: left; /* Align all content left */
}

 .product-gallery {
    display: flex;
    gap: 20px;
}

/* LEFT SIDE THUMBNAILS */
.gallery-thumbs {
    width: 80px;                  /* match your thumbnail width */
    max-height: 450px;            /* set the visible height */
    overflow-y: auto;             /* enable inner scroll */
    overflow-x: hidden;
    padding-right: 6px;
    scrollbar-width: thin;        /* Firefox */
}

/* Thumbnail images */
.gallery-thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
}

/* Active selected image */
.gallery-thumbs img.active {
    border-color: #f2b705; /* highlight */
}

/* Custom scrollbar styling (Chrome/Edge) */
.gallery-thumbs::-webkit-scrollbar {
    width: 6px;
}
.gallery-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.gallery-thumbs::-webkit-scrollbar-thumb:hover {
    background: #999;
}

  .gallery-thumbs img.active {
    outline: 2px solid #3b82f6; /* blue active border */
    box-shadow: 0 8px 22px rgba(59,130,246,.15);
  }

  /* Main image area */
  .main-image {
    position: relative;
    width: 640px; /* large image width - change as needed */
    height: 720px; /* large image height - change as needed */
    border-radius: 10px;
    overflow: hidden; /* important for zoom crop */
    border: 1px solid #f0f0f0;
    background: #fff;
    max-height: 500px;
    max-width: 500px;
  }

  /* share button */
  .share-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    background: rgba(255,255,255,.9);
    border: 0;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
  }

  /* The actual image used for display and zoom */
  .main-image .zoom-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform .2s ease;
    /* We'll switch transform-origin dynamically in JS for mouse-follow zoom */
  }

  /* zoom overlay / effect on hover: scale up */
  .main-image.zoom-active .zoom-img {
    transform: scale(2); /* zoom level: adjust (1.8 - 3) */
  }

  /* Responsive tweaks */
  @media (max-width: 900px) {
    .product-gallery { flex-direction: column; align-items: center; }
    .gallery-thumbs { flex-direction: row; width: auto; gap: 12px; order: 2; }
    .gallery-thumbs img { width: 72px; height: 72px; }
    .main-image { width: 320px; height: 360px; order: 1; }
  }

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0; /* light gray background */
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-fill {
  width: 40%; /* change this % as needed */
  height: 100%;
  background-color: #e3383b; /* green indicator */
  border-radius: 5px 0 0 5px;
}

.main-image img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  border: 1px solid #ddd;
}
.add-to-cart-btn {
  background-color: #dc3545;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
}
.wishlist-btn {
  border: none;
  background: transparent;
  color: #555;
  margin-left: 15px;
}
.wishlist-btn:hover {
  color: #dc3545;
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link.active {
  color: #f5a623;
  border-bottom: 2px solid #f5a623;
}
.product-details-box {
  padding: 20px;
  margin-top: 15px;
  border-radius: 5px;
  background: #fff;
}
.product-meta {
  margin-bottom: 20px;
}
.product-meta p {
  margin: 0;
  font-size: 14px;
}
.product-meta .in-stock {
  color: green;
  font-weight: 600;
}
.data-sheet {
  margin-top: 10px;
}
.data-sheet th {
  width: 30%;
  background: #f5f5f5;
}

.cart-item {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}
.cart-item img {
  max-width: 100px;
  border: 1px solid #eee;
}
.item-details h6 {
  margin: 0;
  font-weight: 600;
}
.item-price {
  font-size: 18px;
  font-weight: 600;
  color: red;
}
.bill-summary {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
}
.delete-btn {
  color: #000;
  cursor: pointer;
  font-size: 18px;
}

.checkout-container {
  margin: 40px auto;
}
.accordion-button::after {
  transform: rotate(0deg) !important;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg) !important;
}
.summary-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
}
.summary-card h6 {
  font-weight: 600;
}
.summary-card .price {
  color: #e3383b;
  font-weight: bold;
}
.promo-code-input {
  border-radius: 0;
}
.btn-add {
  background: #e3383b;
  color: white;
  border-radius: 0;
}
 
.footer {
  background: url("./../img/footer-bg.jpg") no-repeat center center/cover; /* Replace with your background */
  color: #fff;
  padding: 50px 0 20px;
  position: relative;
}
.footer .logo img {
  max-width: 150px;
  margin-bottom: 15px;
}
.footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #ffcc00;
}
.footer .social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #fff;
}
.footer .newsletter input {
  border-radius: 25px 0 0 25px;
  border: none;
  padding: 10px 15px;
  width: 100%;
}
.footer .newsletter button {
  border-radius: 0 25px 25px 0;
  border: none;
  background: #e63946;
  color: #fff;
  padding: 10px 20px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 15px; 
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}

.features-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #000;
}
.feature-item i {
  font-size: 24px;
  color: #000;
}
/* Optional: Responsive adjustment */
@media (max-width: 768px) {
  .features-box {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.filter-section {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
}
/* .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
}
.accordion-button.collapsed::after {
  content: "+";
}
.accordion-button:not(.collapsed)::after {
  content: "-";
} */
.product-card {
  background: #fff;
  border: 1px solid #eee;
  /* border-radius: 10px; */
  padding: 15px;
  transition: 0.3s;
  height: 100%;
}
.product-card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.product-img {
  max-height: 160px;
  object-fit: contain;
  margin-bottom: 10px;
}
.price {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.final-price{
    font-size:22px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
  margin-left: 5px;
}
.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff4d4d;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
}
.add-to-cart {
  background: #d10024;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px;
  margin-top: 10px;
  transition: 0.3s;
}
.add-to-cart:hover {
  background: #a8001b;
}

.shipping-option {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.shipping-option:hover {
  border-color: #d10024;
}
.shipping-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shipping-left i {
  font-size: 22px;
  color: #444;
}
.price {
  color: #d10024;
  font-weight: 600;
}
.continue-btn {
  background: #d10024;
  border: none;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 6px;
  color: #fff;
  float: right;
}
.continue-btn:hover {
  background: #a8001b;
}

/* Responsive fix for mobile */
@media (max-width: 768px) {
  .hero-slider {
    height: auto; /* take full screen height */
  }
  .hero-slider img {
    object-fit: cover; /* ensures no space */
  }

  .carousel-caption h1,
 {
    display: none;
  }

  .carousel-caption .btn {
    font-size: 12px;
    padding: 6px 8px;
  }
}

.form-container {
  width: 100%;
  max-width: 700px;
  margin: auto;
  /* border: 1px solid gray; */
  padding: 50px;
}
.form-container h2 {
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
/*input[type="text"],*/
/*input[type="email"],*/
/*input[type="password"],*/
/*input[type="date"] {*/
/*  width: 100%;*/
/*  padding: 10px;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 4px;*/
/*}*/
small {
  display: block;
  margin-top: 4px;
  color: black;
  font-size: 18px;
}
.radio-group {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}
.checkbox-group {
  margin-bottom: 15px;
}
.checkbox-group label {
  font-weight: normal;
}
.password-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.password-wrapper input {
  flex: 1;
}
.password-wrapper button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  border: none;
  background: #e3383b;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
}
.save-btn {
  background: #e3383b;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.save-btn:hover {
  background: #008675;
}

/* White tick when selected */
.color-circle.selected::after {
  content: "\2713"; /* Unicode checkmark */
  color: #fff !important; /* force white */
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  cursor: pointer;
}

.login-card {
  max-width: 500px;
  margin: 50px auto; /* Centers the card */
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.password-wrapper {
  display: flex;
  flex: 3;
}

.password-wrapper input {
  flex: 1;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.password-wrapper button {
  background-color: #e3383b;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
}

.forgot {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.btn-signin {
  display: block;
  margin: 0 auto 20px;
  background-color: #e3383b;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.divider {
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

.signup-text {
  text-align: center;
  font-size: 14px;
}

.signup-text a {
  color: #e3383b;
  font-weight: bold;
  text-decoration: none;
}

.signup-text a:hover {
  text-decoration: underline;
}
.sticky-top {
    z-index: 100 !important;  /* smaller than modal */
}

.custom-list .list-group-item.active {
    background-color: #e63946 !important;
    color: #fff !important;
    border-color: #e63946 !important;
}

.custom-list .list-group-item.active:hover {
    background-color: #e63946 !important;
    color: #fff !important;
}

/* Position arrows outside the category grid */
#categoryCarousel .carousel-control-prev,
#categoryCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

/* Move them slightly outside */
#categoryCarousel .carousel-control-prev {
    left: -60px;
}

#categoryCarousel .carousel-control-next {
    right: -60px;
}

/* Make arrow icons BLACK */
#categoryCarousel .carousel-control-prev-icon,
#categoryCarousel .carousel-control-next-icon {
    filter: invert(1) brightness(0);
    width: 30px;
    height: 30px;
}

#categoryCarousel:hover .carousel-control-prev,
#categoryCarousel:hover .carousel-control-next {
  opacity: 1;
}

@media (max-width: 576px) {
    .order-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px;
    }
    .add-to-cart-btn{
        padding:10px;
        font-size:12px;
    }
    
    .product-name{
        margin-top:30px;
    }
    .profile-card{
        margin-top:15px;
    }
    #categoryCarousel .carousel-control-prev {
    display:none;
}

#categoryCarousel .carousel-control-next {
    display:none;
}
}

@media (max-width: 768px){
    .add-to-cart-btn{
        padding:10px;
        font-size:10px;
}
}

@media (max-width: 1024px){
#categoryCarousel .carousel-control-prev {
    left: -30px;
}

#categoryCarousel .carousel-control-next {
    right: -30px;
}
}

@media (max-width: 992px) and (min-width:768px){
    #categoryCarousel .carousel-control-prev {
    left: -22px;
}

#categoryCarousel .carousel-control-next {
    right: -22px;
}
}

/* FIX HEADER FOR 1024px – 1199px */
@media (max-width: 1199px) and (min-width: 992px) {

    /* Shrink container spacing */
    header .container {
        gap: 10px;
    }

    /* Reduce space between items */
    .header-location {
        margin-left: 10px !important;
    }

    /* Make search bar compact */
    #navbarMain form {
        max-width: 380px !important; /* was 600px — too big for 1024px */
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    /* Reduce category dropdown width */
    #navbarMain form select {
        max-width: 110px !important;
    }

    /* Icons spacing smaller */
    .navbar .d-flex.align-items-center > a {
        margin-right: 14px !important;
    }

    /* Free Doctor Consultation Button smaller */
    .navbar a.btn.btn-outline-danger {
        padding: 6px 14px !important;
        font-size: 0.85rem !important;
        margin-left: 15px !important;
        white-space: nowrap;
    }

    /* Reduce phone number block width */
    .navbar .me-lg-4 {
        margin-right: 20px !important;
    }

    /* Prevent wrapping */
    .navbar .navbar-collapse {
        flex-wrap: nowrap !important;
    }
}
.toll-free{
    display:none;
}
.header-location button {
    white-space: nowrap !important;
}





