
  body{
 background-color: #FFFCF5!important;
   font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
       overflow-x: hidden;
         padding-top: 100px; 
}
.navbar{
    background-color:#FFF9ED !important;
  
}

.nav-link.underline{
    font-size:17px;
    color: rgb(71, 12, 12);
    position: relative;
}

.nav-link.underline::after{
    content: "";
    position: absolute;
    background-color: rgb(72, 15, 15);
    color: rgb(255, 255, 255);
    height: 5px;
    font-weight:bold;
    width: 0;
    left: 0;
    bottom: -8px;
   
}

.nav-link.underline:hover::after{
    width: 100%;
}
  /* Custom underline effect for links */
        .nav-link.underline {
            position: relative;
            font-weight: 500;
        }

        /* Ensure the right icons don't collapse weirdly on mobile */
        @media (max-width: 991px) {
            .navbar-nav {
                padding-bottom: 1rem;
            }
            .nav-icons {
                justify-content: center;
                padding-top: 1rem;
                border-top: 1px solid #eee;
            }
        }


/* FIX SLIDER JUMPING */

.carousel-item .row {
  margin-left: 0;
  margin-right: 0;
}

.carousel-item {
  width: 100%;
}

.carousel {
  overflow: hidden;
}

.carousel-inner {
  transition: transform 0.6s ease-in-out;
}

.price {
  font-size: 16px;
}

.old-price {
  text-decoration: line-through; /* STRIKE LINE */
  color: gray;
  margin-right: 10px;
  font-size: 14px; /* SPACE BETWEEN PRICES */
}

.new-price {
  font-weight: 600;
  color: #3b0505;
  font-size: 20px;
}

/* HERO IMAGE */
.hero-img {
  max-height: 420px;
  object-fit: contain;
}

/* CATEGORY PRODUCTS */
.product-img {
  width: 100%;
  max-height: 120px;
  object-fit: contain;
}

/* SIGNATURE PRODUCTS */
.product-main-img {
  width: 100%;
  height: 520px !important;
  max-height: 260px;
  object-fit: cover;
}

/* CRAVING SECTION */
.craving-img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .hero-img {
    max-height: 250px;
  }

  .product-main-img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .circle-img-wrapper {
    width: 120px;
    height: 120px;
  }

  .product-name {
    font-size: 14px;
  }
}



.testimonial-section {
  padding: 70px 0;
  background: #fffaf2;
}


.testimonial-section h2{
  text-align: center;
}

.testimonial-card {
  background: white;
  border-radius: 22px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .btn-product {
    width: 100% !important;
  }
}

.wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 2;
}

.wishlist-icon i {
  color: #6b1f12;
  font-size: 16px;
}

/* Hover effect */
.wishlist-icon:hover {
  background: #6b1f12;
}

.wishlist-icon:hover i {
  color: #fff;
}

/* Profile image */
.profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -70px;
  border: 4px solid white;
}

/* Center card highlight */
.active-card {
  transform: scale(1.05);
  z-index: 5;
}

/* Left tilt */
.rotate-left {
  transform: rotate(-6deg);
}

/* Right tilt */
.rotate-right {
  transform: rotate(6deg);
}

/* Responsive fix */
@media (max-width: 768px) {
  .rotate-left,
  .rotate-right {
    transform: rotate(0deg);
  }

  .active-card {
    transform: scale(1);
  }
}

.header{
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}

.span{
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color:#5B1A0F ;
}

.authentic{
    font-weight: 400;
    color: black;
    font-size: 22px;
}

.btn-product{
    border-radius: 8px;
    width: 333px;
    height: 57px;
    padding: 10px 16px 10px 16px;
    gap: 10px;
    background-color: #5B1A0F;
    color: white;
}

/* Stats Section */

.stats-container {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

/* Individual Box */

.stat-box {
  background-color: #EFE8E7;
  border-radius: 8px;
  padding: 15px 25px;
  height:91px ;
  width: 100px;
  text-align: center;
  min-width: 110px;
  transition: 0.3s ease;
  border: 1px solid #e2d6d3;
}

/* Number */

.stat-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

/* Text */

.stat-box p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

/* Hover Effect */

.stat-box {
 
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Responsive Mobile */

@media (max-width: 768px) {

  .stats-container {
    justify-content: center;
  }

  .stat-box {
    width: 100px;
    padding: 12px;
  }

  .stat-box h3 {
    font-size: 18px;
  }

  .stat-box p {
    font-size: 12px;
  }
}




/* Heading Highlight */

.nellore {
  font-size: 38px;
  font-weight: 700;
  color: #5B1A0F;
}

/* Subtitle */

.flavours {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
}

/* Card Box */

.content {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Image inside card */

.content img {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}

/* Text inside card */

.content h4 {
  font-size: 18px;
}

.content p {
  font-size: 14px;
  color: #555;
}



.content {
  
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* ========== MOBILE RESPONSIVE ========== */

@media (max-width: 768px) {

  .nellore {
    font-size: 28px;
  }

  .flavours {
    font-size: 14px;
    padding: 0 15px;
  }

  .content {
    padding: 14px;
  }

  .content h4 {
    font-size: 16px;
  }

  .content p {
    font-size: 13px;
  }
}

/* ========== EXTRA SMALL MOBILE ========== */

@media (max-width: 480px) {

  .nellore {
    font-size: 24px;
  }

  .content img {
    width: 38px;
  }

}


.signature{
    color: #5B1A0F;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
}

.discover{
    font-weight: 500;
    font-size: 16px;
    color: #484848;
    text-align: center;
   
}

.seller{
    width: 352px;
    height: 423px;
    border: 1px;
    border-radius: 12px;
     box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
/* PRODUCT CARD RESPONSIVE FIX */
.seller {
  width: 100% !important;   /* Bootstrap column controls width */
  height: auto !important;  /* auto height */
  display: flex;
  flex-direction: column;
}

/* Card body full height */
.seller .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Push button bottom */
.seller .app-btn {
  margin-top: auto;
}

/* Fix Whatsapp button width */
.app-btn {
  width: 100% !important;
}

/* Responsive product image */
@media (max-width: 992px) {
  .product-main-img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .product-main-img {
    height: 160px;
  }

  /* Fix button width on mobile */
  .app-btn {
    width: 100% !important;
  }
}

.app-btn{
    width: 311px;
    height: 43px;
    border-radius: 8px;
    border: 1px;
    padding: 10px;
    gap: 8px;
    background-color: #E9D5C5;
    border:#D1B7A0 ;
    font-size: 16px;
    font-weight: 500;
    color:#5B1A0F ;
}

.app-btn:hover{
    width: 311px;
    height: 43px;
    border-radius: 8px;
    border: 1px;
    padding: 10px;
    gap: 8px;
    background-color: #540b0b;
    border:#D1B7A0 ;
    font-size: 16px;
    font-weight: 500;
    color:#ffffff ;
}


/* Image wrapper */

.img-box {
 width: 100%;
  height: 236px; /* FIXED IMAGE BOX HEIGHT */
  overflow: hidden;
  border-radius: 20px;
  background: white;
  position: relative;
}

/* Badge Style */

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #5B1A0F;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Make image responsive */
.card-img-top {
  width: 100%;
  height: 100%;   /* MUST */
  object-fit: contain; /* OR cover */
  display: block;
  transition: 0.4s ease;
}

.seller:hover.card-img-top{
  transform: scale(1.10);
    width: 100%;
}
@media (max-width:576px) {
  .card-img-top {
    height: 150px;
    object-fit: contain;
  }
}

.main-section {
  padding: 50px 30px;
  max-width: 1240px;
  width: 100%;
  height: auto;
  border-radius:16px ;
  background-image: linear-gradient(155deg,#FFFFFF,#FFF3E7,#B05C0C);
  border-color: #E8E8E8;
}

/* MAIN CARD */

.about-card {
  background: linear-gradient(135deg, #fff7ef, #f2caa1);
  border-radius: 20px;
  padding: 40px;
 
}


/* HOME CONTACT FORM RESPONSIVE FIX */
@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr !important;
  }

  .contact-form {
    width: 100%;
  }

  .btn-product {
    width: 100% !important; /* remove fixed width */
  }
}

/* Extra small mobile */
@media (max-width: 576px) {
  .contact-form {
    padding: 20px;
  }

  .contact-info h2 {
    font-size: 24px;
  }

  .contact-info p {
    font-size: 14px;
  }
}


/* TEXT */

.text-section h2 {
  font-size: 32px;
  font-weight: 600;
  color: #5B1A0F;
  margin-bottom: 15px;
}

.text-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* FEATURES */

.feature-grid i {
  color: #1cb04f;
  margin-right: 8px;
}

.quality {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.ingredient {
  font-size: 14px;
  color: #666;
}

/* BUTTON */

.btn-product {
  background-color: #5B1A0F;
  color: #fff;
  padding: 12px 26px;
  border-radius: 10px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}

.btn-product:hover {
  background-color: #43120a;
  color: #fff;
}

/* IMAGE */

.about-image {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
}

/* ========== MOBILE RESPONSIVE ========== */

@media (max-width: 768px) {

  .about-card {
    padding: 20px;
  }

  .text-section {
    text-align: center;
  }

  .text-section h2 {
    font-size: 24px;
  }

  .about-image {
    margin-top: 25px;
    max-width: 320px;
  }

  .btn-product {
    width: 100%;
  }

}

.btn-product:hover {
background-color: #5B1A0F;
color: white;
}

.promise h1{

font-weight: 500;
font-style: Medium;
font-size: 38px;
line-height: 100%;
letter-spacing: 0px;

}

.promise p{
    font-family: Jost;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
color: #484848;
}

.promise .card{
    width: 300;
height: 200;
border-radius: 8px;
border-width: 1px;

opacity: 1;
gap: 16px;
padding: 16px;

}

.promise h4{
   font-family: Jost;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
 
}


:root {
  --maroon: #5c2018;
  --bg-cream: #fdfaf5;
}



.testimonial-container {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  overflow: hidden;
  width: 100%;
}

/* The track that moves left/right */
.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Each slide group takes up 100% width and holds your 3 cards */
.testimonial-slide {
  min-width: 100%;
  display: flex;
  justify-content: space-around; /* This keeps your 3-card spacing */
}

.testimonial-card {
  position: relative;
  width: 350px;
  margin: 0 20px;
}

/* The Maroon Background Shape */
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  right: 10px;
  bottom: -10px;
  background: var(--maroon);
  z-index: 1;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/* The White Foreground Shape */
.card-content {
  position: relative;
  background: white;
  padding: 60px 30px 40px;
  z-index: 2;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);


}

.card-content h3{
    font-family: Lato;
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;


}


.card-content p{
    font-family: Lato;
font-weight: 400;
font-size: 12px;
color: #525252;


}




#testimonialCarousel {
  overflow: hidden;
}

/* Remove bootstrap row negative margins */
#testimonialCarousel .row {
  margin-left: 0;
  margin-right: 0;
}

/* Avatar image wrapper */
.testimonial-card .avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}

/* Avatar image fit */
.testimonial-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Equal height for all cards */
.testimonial-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Smooth sliding */
#testimonialCarousel .carousel-inner {
  transition: transform 0.6s ease-in-out;
}

/* Mobile fix */
@media (max-width: 768px) {
  .testimonial-card {
    min-height: auto;
    align-items: center;
  }

}


.avatar {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid white;
  object-fit: cover;
}

.quote-icon {
  color: var(--maroon);
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}

.dots {
  margin-top: 20px;
  text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.dot.active {
  background-color: var(--maroon);
  width: 12px;
  height: 12px;
}



.contact-section {
  background: linear-gradient(120deg, #4b0f08, #2b0a06);
  padding: 70px 20px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  color: #fff;
}

/* LEFT SIDE */

.contact-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.contact-info p {
  color: #ddd;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 16px;
text-align: left;

}

/* MOBILE RESPONSIVE CONTACT SECTION */
@media (max-width: 768px) {

  .contact-container {
    grid-template-columns: 1fr !important; /* Stack */
    gap: 30px;
  }

  /* Order: Info first */
  .contact-info {
    order: 1;
  }

  /* Order: Form second */
  .contact-form {
    order: 2;
  }

  /* Center text on mobile */
  .contact-info h2,
  .contact-info p {
    text-align: center;
  }

  /* Social icons center */
  .social-icons {
    text-align: center;
  }

  .social-icons a {
    margin-bottom: 10px;
  }
}


.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.info-item i {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-item h5 {
  margin: 0;
  font-size: 16px;
}

.info-item span {
  font-size: 14px;
  color: #ddd;
}

/* SOCIAL ICONS */

.social-icons {
  margin-top: 30px;
}

.social-icons i {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #4b0f08;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}


/* RIGHT FORM CARD */

.contact-form {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 35px;
  border-radius: 18px;
  
  max-width: 100%;
}

.contact-form h3 {
  margin-bottom: 25px;
}

/* INPUTS */

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.15);
  border: none;
  outline: none;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  color: #fff;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ddd;
}

/* BUTTON */

.contact-form button {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: #4b0f08;
}

.contact-form button:hover {
  background: #e8e8e8;
}
@media (max-width: 900px) {

  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-info h2 {
    font-size: 28px;
  }

  .contact-form {
    padding: 25px;
  }

}



.productsection {
  padding: 40px 0;
}

.product-card {
  margin-bottom: 25px;
}

.circle-img-wrapper {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ddd;
}

.circle-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-name {
  margin-top: 12px;
  font-weight: 600;
}

.view-more {
  text-decoration: none;
  color: #5B1A0F;
  font-weight: 500;
}
.productsection {

  padding: 80px 0;
}

/* Card */
.product-card {
  margin-bottom: 40px;
}

/* SAME size for all category images */
.circle-img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Force all images to behave same */
.circle-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Title */
.product-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

/* View more */
.view-more {
  font-size: 14px;
  color: #7b2d17;
  font-weight: 500;
  text-decoration: none;
}

/* PRODUCT CAROUSEL DOTS AFTER 4 IMAGES */

#productSyncCarousel {
  padding-bottom: 50px; /* space for dots */
}

#productSyncCarousel .carousel-indicators {
  position: absolute;
  bottom: -40px; /* push dots BELOW product images */
}

#productSyncCarousel .carousel-indicators button {
  background-color: #5e1b10;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
}

#productSyncCarousel .carousel-indicators .active {
  opacity: 1;
}

/* Testimonial Avatar Responsive Fix */

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* THIS IS THE KEY */
  display: block;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .avatar {
    width: 60px;
    height: 60px;
  }
}
/* PRODUCT CAROUSEL DOT FIX */
.carousel-indicators {
  position: relative !important;
  margin-top: 20px;
}

.carousel-indicators [data-bs-target] {
  background-color: #5e1b10;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #000;
}


.arrow{
  color: #5B1A0F;
  

  font-family: Jost;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;

}

/* SLIDER STABILITY FIX */

.carousel,
#testimonialCarousel {
  overflow: hidden !important;
}

.carousel-item .row,
#testimonialCarousel .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.carousel-item {
  width: 100% !important;
}

/* TESTIMONIAL AVATAR FIX */

.avatar {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

.avatar img {
  object-fit: cover !important;
}

/* STOP SIDE SCROLL */


.icon-circle {
  width: 60px;
  height: 60px;
  background: #b9e7c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
  color: #1f8b3a;
}


.premium-card {
  background: linear-gradient(135deg, #7c1d13, #d96b55);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Icons box */
.icon-box {
  width: 50px;
  height: 50px;
  background:white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgb(82, 4, 4);
 
}

 .custom-radio {
        width: 16px;
        height: 16px;
        cursor: pointer;
        border-color: #5B1A0F !important;
    }

    .custom-radio:checked {
        background-color: #5B1A0F !important;
        border-color: #5B1A0F !important;
    }

    .form-check-label:hover {
        color: #5B1A0F;
        font-weight: 500;
    }

    /* Ensures vertical alignment between dot and text */
    .form-check {
        min-height: 1.5rem;
        padding-left: 0; /* Removing default bootstrap padding to use flex gap */
    }

    /* Radio Styling */
    .custom-radio { border-color: #5B1A0F !important; width: 1.2em; height: 1.2em; }
    .custom-radio:checked { background-color: #5B1A0F !important; }
    .form-check-label:hover { color: #5B1A0F; }
    
    /* Animation and Card Styling */
    
    

/* Responsive text */
.premium-card p {

font-weight: 400;
font-style: Regular;
font-size: 16px;


}

.premium-card h6{
   
font-weight: 400;
font-style: Regular;
font-size: 14px;
color: #E9E9E9;
line-height: 100%;
letter-spacing: 0px;

}
.premium-card h2{
   
font-weight: 700;
font-style: Bold;
font-size: 38px;
color:#FFFFFF ;
line-height: 100%;
letter-spacing: 0px;

}

.premium-card p{
  color:#FFFFFF ;
  
font-weight: 400;

font-size: 16px;


}


.premium-card h4{
   
font-weight: 700;
font-style: Bold;
font-size: 16px;
color:#FFFFFF ;


}

.filter-box label{
    font-family: Jost;
font-weight: 500;
font-style: Medium;
font-size: 16px;
text-align: center;

}

.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none;
}

/* Optional: rounded premium look */
.search-box input {
  border-radius: 8px;
  padding-left: 40px;
}

/* Chrome, Edge, Safari */
.price-range::-webkit-slider-runnable-track {
  background: black;
  height: 10px;
  border-radius: 10px;
}

/* Slider thumb */
.price-range::-webkit-slider-thumb {
  background: #7b1e12;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  cursor: pointer;
}

/* Firefox */
.price-range::-moz-range-track {
  background: black;
  height: 6px;
  border-radius: 10px;
}

.price-range::-moz-range-thumb {
  background: #7b1e12;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}


/* Filter Sidebar */
.filter-box {
  background: #ffffff;
  color: #666666;
  border-radius: 12px;
}

/* Premium Info Box */
.premium-box {
  background-color: #EFE8E7;
  border-radius: 10px;
  width: 306px;
height: 66px;
border-radius: 12px;
border-width: 1px;
gap: 12px;

opacity: 1;
padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;




}

.premium-box h6{
    font-family: Jost;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
color: #7b1e12;

}

.premium-box small{
    font-family: Jost;
font-weight: 400;
font-style: Regular;
font-size: 10px;
color: #1A1A1A;

}

/* Product Card */
.product-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.product-card img {
 width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.4s ease;
}

/* IMAGE ZOOM */
.product-card:hover img {
  transform: scale(1.08);
}

/* Badge */
.badge-top {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

/* Wishlist Icon */
.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  background: white;
  padding: 5px 8px;
  border-radius: 50%;
  cursor: pointer;
}

/* Product Image */
.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Price */
.price span {
  font-weight: bold;
  color: #7b1e12;
  font-size: 18px;
}

/* Whatsapp Button */
.whatsapp-btn {
  background: #e6d0c0;
  border-radius: 8px;
  color: #7b1e12;
  font-weight: 600;
}


.form-check-input{
    font-family: Jost;
font-weight: 400;
font-style: Regular;
font-size: 10px;
color: #666666;
line-height: 100%;
letter-spacing: 0%;

}


.wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 2;
}

.wishlist-icon i {
  color: #6b1f12;
  font-size: 16px;
}

/* Hover effect */
.wishlist-icon:hover {
  background: #6b1f12;
}

.wishlist-icon:hover i {
  color: #fff;
}

.price {
  font-size: 16px !important;
}

.old-price {
  text-decoration: line-through !important; /* STRIKE LINE */
  color: gray !important;
  margin-right: 10px !important;
  font-size: 14px !important; /* SPACE BETWEEN PRICES */
}

.new-price {
  font-weight: 600 !important;
  color: #3b0505 !important;
  font-size: 20px !important;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #5B1A0F;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.product-card p{
  font-family: Jost;
font-weight: 400;
font-style: Regular;
font-size: 12px;
color: #888;
line-height: 100%;
letter-spacing: 0px;

}


/* MAIN BAR */
.filter-top-bar {
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  color: #555;
}

/* LEFT TEXT */
.product-count {
  font-weight: 500;
}

/* RIGHT CONTROLS */
.sort-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 8px;
}

/* SORT ICON */
.sort-icon {
  font-size: 14px;
  color: #666;
}

/* DROPDOWN */
.sort-select {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 3px 8px;
  background: #e5e5e5;
  font-size: 13px;
  color: #555;
  outline: none;
}

/* GRID LIST BUTTONS */
.view-btn {
  border: 1px solid #ccc;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

/* ACTIVE GRID BUTTON */
.view-btn.active {
  background: #5B1A0F;
  color: white;
  border-color: #5B1A0F;
}



/* Heading */

.timeline-title {
  text-align: center;
  margin-bottom: 40px;
}

.timeline-title h2 {
  color: #6b1d0f;
  font-size: 32px;
  margin-bottom: 5px;
}

.timeline-title p {
  font-size: 14px;
  color: #666;
}

/* Timeline container */

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* Center vertical line */

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #6b1d0f;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Timeline item */

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

/* Left side */

.left {
  left: 0;
}

/* Right side */

.right {
  left: 50%;
}

/* Content box */

.timeline-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.timeline-content h3 {
  margin: 0;
  color: #6b1d0f;
}

.timeline-content p {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

/* Circle dot */

.timeline-item::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #6b1d0f;
  border-radius: 50%;
  top: 30px;
  z-index: 1;
}

.left::after {
  right: -7px;
}

.right::after {
  left: -7px;
}

/* Mobile responsive */

@media (max-width: 768px) {

  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
  }

  .right {
    left: 0;
  }

  .left::after,
  .right::after {
    left: 13px;
  }
}


.heritage{
  max-width: 1240px;
  width: 100%;
border-radius: 16px;
border-width: 1px;
justify-content: space-between;
opacity: 1;
padding: 20px;
border-color: #E8E8E8;
font-family: jost;
}


.img-about{
  width: 547px;
height: 416px;
border-radius: 16px;

opacity: 1;

}


@media(max-width: 768px){
  .img-about{
    width:50px ;
    height: 120px;
  }
}


.since-badge{
  width: 98;
height: 24;
border-radius: 12px;
gap: 4px;
opacity: 1;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
color: #ffffff;
background-color: #5B1A0F;
}

.heritage h2{
  
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;

}

.heritage h3{
  font-family: Jost;
font-weight: 600;
font-style: SemiBold;
font-size: 42px;
line-height: 100%;
letter-spacing: 0px;
color: #5B1A0F;
}

.heritage p{
font-weight: 400;
font-size: 16px;
color:#4A5565 ;

}

.btn-about{
  background-color: #5B1A0F;
  width: 158;
height: 48;
border-radius: 12px;
gap: 12px;
opacity: 1;
padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;
color: #FFFFFF;

}

.btn-about:hover{
 background-color: #5B1A0F;
 color: #FFFFFF;
}


.core-icon {
  font-size: 20px;
  color: #8b3a2b;
  background: #fde7e1;
  padding: 12px;
  border-radius: 50%;
}

.number{
  width: 260px;
height: 200px;
border-radius: 12px;
border-width: 1px;
gap: 36px;

opacity: 1;
padding: 16px;
border: 1px solid #E8E8E8;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.number h4{
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;

}


.number p{
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
color: #666666;
}

.flavours{

font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 100%;
letter-spacing: 0px;


}

.nellore{

font-weight: 600;
font-style: SemiBold;
font-size: 38px;
color: #5B1A0F;
line-height: 100%;
letter-spacing: 0px;
}

.certificate{
   width: 260px;
height: 200px;
margin-left: 25px;
border-radius: 12px;
border-width: 1px;
gap: 36px;

opacity: 1;
padding: 16px;
border: 1px solid #E8E8E8;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.certificate h4{

font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;

}


.certificate p{

font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
}

.success h5{

font-weight: 600;
font-style: SemiBold;
font-size: 24px;
color: #1A1A1A;
line-height: 100%;
letter-spacing: 0px;
text-align: center;

}

.success p{
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
color: #666666;
}


/* PEOPLE BEHIND SUCCESS FIX */

.success .card {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.success .card-img-top {
  width: 100%;
  height: 332px;        /* same height as your design */
  object-fit: cover;   /* FIX: crop instead of stretch */
}

.success .card-body {
  text-align: center;
}


.contact-section {
  background: linear-gradient(120deg, #4b0f08, #2b0a06);
  padding: 70px 20px;
    
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  color: #fff;
    
}

/* LEFT SIDE */

.contact-info h2 {
  font-size: 36px;
  margin-bottom: 10px;

}

.contact-info p {
  color: #ddd;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 16px;
text-align: left;


}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;

  margin-bottom: 20px;
}

.info-item i {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.info-item h5 {
  margin: 0;
  font-size: 16px;
  
}

.info-item span {
  font-size: 14px;
  color: #ddd;


}

/* SOCIAL ICONS */

.social-icons {
  margin-top: 30px;

}

.social-icons i {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #4b0f08;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;

}

/* RIGHT FORM CARD */

.contact-form {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 35px;
  border-radius: 18px;

}

.contact-form h3 {
  margin-bottom: 25px;
 
}

/* INPUTS */

.btn-product{
    border-radius: 8px;
    width: 333px;
    height: 57px;
    padding: 10px 16px 10px 16px;
    gap: 10px;
    background-color: #5B1A0F;
    color: white;

}

.heading-contact h2{
font-weight: 700;
font-style: Bold;
font-size: 38px;
color:#5B1A0F ;
line-height: 100%;
letter-spacing: 0px;
text-align: center;


}

.para{

font-weight: 500;
font-style: Medium;
font-size: 16px;
color:#666666 ;
line-height: 100%;
letter-spacing: 0px;
text-align: center;


}

.detail{
  width: 330px;
height: 250px;
gap: 12px;
opacity: 1;
border-radius: 12px;
border-width: 1px;

padding: 16px;
border: 1px solid #E8E8E8;
box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}




.detail h4{
  

font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 100%;

letter-spacing: 0px;

text-align: center;

}

.detail p{
font-weight: 400;
font-style: Regular;
font-size: 14px;
color: #484848;

text-align: center;

}
.core-icon {
  font-size: 20px;
  color: #8b3a2b;
  background: #fde7e1;
  padding: 12px;
  border-radius: 50%;

}

/* Container/Card styling to match the image border/padding */
.form .card {
    border-radius: 8px;
  
    border: 1px solid #E0E0E0;
    padding: 40px !important;
}

.form h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
   
    color: #4b0f08;
    margin-bottom: 10px;
}

.form p {
    color: #666666;
    font-weight: 500;
    font-size: 14px;

    margin-bottom: 30px;
}

/* Button Styling - Matches the Image Exactly */
.submit-btn {
    background-color: #4E1010; /* Deep Maroon from image */
    color: #FFFFFF !important;
  
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    border-radius: 8px; /* Slightly sharper corners like the image */
    border: none;
    padding: 14px 16px;
    width: 100%; /* Spans the full width of the form container */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #3d0d0d;
    color: white !important;
}

/* Icon adjustment */
.submit-btn i {
    font-size: 18px;
    -webkit-text-stroke: 1px white; /* Makes the chevron look bolder like the image */
}

/* Ensure inputs match the image style */
.form .form-control {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding: 12px;
}
.timing p{

font-weight: 400;
font-style: Regular;
font-size: 14px;

color:#101828;
opacity: 1;


}

.timing span{

font-weight: 600;
font-style: SemiBold;
font-size: 14px;

justify-content: space-between;
line-height: 100%;
letter-spacing: 0px;
color:#5B1A0F ;
}

.media h5{
  
font-weight: 600;

font-style: SemiBold;
font-size: 20px;
color: #1A1A1A;
line-height: 100%;
letter-spacing: 0px;


}


.media p{

font-weight: 400;
font-style: Regular;
font-size: 14px;
color: #484848;
line-height: 100%;
letter-spacing: 0px;


}


.answer h2{
  
font-weight: 600;
font-style: SemiBold;
font-size: 38px;
color: #5B1A0F;
line-height: 100%;
letter-spacing: 0px;
text-align: center;



}

.answer h5{

font-weight: 600;
font-style: SemiBold;
font-size: 16px;
color:#1A1A1A ;
line-height: 100%;
letter-spacing: 0px;

}

.answer p{
 color: #484848;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;


}
.location{
  
justify-content: space-between;
opacity: 1;
border-radius: 16px;
border-width: 1px;
padding-top: 28px;
padding-right: 60px;
padding-bottom: 28px;
padding-left: 60px;


}

.location h2{

font-weight: 600;
font-style: SemiBold;
font-size: 32px;
color:#1A1A1A ;
line-height: 100%;
letter-spacing: 0px;

}

.location p{
 
font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 100%;
letter-spacing: 0px;
color: #666666;
}

.location h5{

font-weight: 600;
color:#1A1A1A ;
font-size: 16px;


}

.location span{
  
font-weight: 400;
font-style: Regular;
font-size: 14px;
color: #666666;
line-height: 100%;
letter-spacing: 0px;

}


.core-icon {
  font-size: 20px;
  color: #8b3a2b;
  background: #fde7e1;
  padding: 12px;
  border-radius: 50%;
}

.questions{
height: 320px;
border-radius: 24px;
border-width: 1.6px;
padding-top:38px;

padding-left: 0px;
background-image: linear-gradient(25deg,#5B1A0F,#FF664C);
opacity: 1;

}

.questions h1{
 
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 54px;
letter-spacing: 0px;
text-align: center;
color:#FFFFFF ;
}

.questions p{

font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
color:#FFFFFF ;
}
.btn-question{
  width: 147px;
height: 48px;
border-radius: 8px;
background-color: #FFFFFF;
opacity: 1;
color: #F54900;
text-align: center;
padding: 10px;

font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 24px;
letter-spacing: 0px;
text-align: center;

}


.product-box {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 30px;
  background: #fff;
}

/* Image */
.product-img {
  border-radius: 16px;
  height: 555px;
  object-fit: cover;
}

/* Title */
.product-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Share button */
.share-btn {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Description */
.product-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Rating */
.rating {
  font-weight: 500;
}

/* Price */
.price {
  display: flex;
  align-items: center;
  gap: 12px;
}

.current-price {
  font-size: 24px;
  font-weight: 600;
  color: #7b1c0d;
}

.old-price {
  text-decoration: line-through;
  color: #999;
}

.discount {
  background: #e7f7ec;
  color: #10f450;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}

/* Meta */
.meta {
  font-size: 14px;
  color: #333;
}

.tax-note {
  font-size: 13px;
  color: #777;
}

/* Quantity */
.quantity-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 6px 16px;
}

.qty-controls button {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}

/* Buttons */
.buy-btn {
  background: #6d1a0d;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  font-weight: 500;
}

.buy-btn:hover {
  background: #5a150a;
}

.wishlist-btn {
 width: 337px;
height: 52px;
gap: 10px;
opacity: 1;
border-radius: 8px;
border-width: 1px;
padding-top: 9px;
padding-right: 10px;
padding-bottom: 9px;
padding-left: 10px;

}


        .product-image-box {
  border-radius: 15px;
  overflow: hidden;
}

.product-image-box img {
  height: 680px;
  object-fit: cover;
}

.price-box span {
  margin-right: 10px;
  font-weight: 600;
}

.mrp-price {
  text-decoration: line-through;
  color: #999;
}

.discount {
  color: #b12704;
}

.tabs span {
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
}

.active-tab {
  border-bottom: 2px solid #5b1a0f;
}

.qty-box {
 border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
  width: 180px;}

.buy-btn {
  background: #e9d5c5;
  color: #4e1010;
}
.btn-wishlist {
  background: #EFE8E7;
  color: #1A1A1A;
  font-weight: 600;
}

.app-btn{
    width: 275px;
    height: 43px;
    border-radius: 8px;
    border: 1px;
    padding: 10px;
    gap: 8px;
    background-color: #E9D5C5;
    border:#D1B7A0 ;
    font-size: 16px;
    font-weight: 500;
    color:#5B1A0F ;
}

.app-btn:hover{
    width: 275px;
    height: 43px;
    border-radius: 8px;
    border: 1px;
    padding: 10px;
    gap: 8px;
    background-color: #540b0b;
    border:#D1B7A0 ;
    font-size: 16px;
    font-weight: 500;
    color:#ffffff ;
}


.cart-btn {
  background: #290202;
  color: #fff;
}


@media (max-width: 768px) {
  .img-box {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .img-box {
    height: 150px;
  }
}

/* Badge Style */

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #5B1A0F;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Make image responsive */

.price {
  font-size: 16px;
}

.old-price {
  text-decoration: line-through; /* STRIKE LINE */
  color: gray;
  margin-right: 10px;
  font-size: 14px; /* SPACE BETWEEN PRICES */
}

.new-price {
  font-weight: 600;
  color: #3b0505;
  font-size: 20px;
}

.card-img-top {
    width: 100%;
  height: 100%;   /* MUST */
  object-fit: contain; /* OR cover */
  display: block;
  transition: 0.4s ease;
}

.card-img-top:hover{
transform: scale(1.08);
}
    .tab-link {
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        border-bottom: 2px solid transparent;
        font-weight: 500;
        color: #666;
    }
    .active-tab {
        border-bottom: 2px solid #6B231A; /* Brand Color */
        color: #6B231A;
    }
    .tab-content {
        padding: 20px 0;
    }
    /* Simple utility to hide content if not using Bootstrap */
    .d-none { display: none; }

/* Heart icon */
.wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 2;
}

.wishlist-icon i {
  color: #6b1f12;
  font-size: 16px;
}

/* Hover effect */
.wishlist-icon:hover {
  background: #6b1f12;
}

.wishlist-icon:hover i {
  color: #fff;
}

.rating-box {
  background: #fffaf2;
  padding: 40px;
  border-radius: 12px;
}

.rating-score {
  font-size: 64px;
  font-weight: 700;
  color: #5b1a0f;
}

.stars {
  color: #f6b400;
  font-size: 22px;
}

.review-text {
  color: #777;
  font-size: 14px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.star-label {
  color: #f6b400;
  font-size: 18px;
}

.progress {
  flex: 1;
  height: 10px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  background: #5b1a0f;
  height: 100%;
  border-radius: 10px;
}

.count {
  width: 15px;
  font-weight: 600;
}

.reviews {
  width: 90px;
  font-size: 13px;
  color: #555;
}
/* Review Card */
    .review-card {
      background: #fff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    }

    /* Avatar */
    .review-avatar {
      width: 48px;
      height: 48px;
      background: #ff9800;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    /* Verified badge */
    .verified-badge {
      background: #e6f7eb;
      color: #1a7f37;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    /* Rating */
    .review-rating i {
      color: #fbbc04;
      font-size: 14px;
    }

    /* Review text */
    .review-text {
      font-size: 15px;
      color: #333;
      margin-bottom: 14px;
    }

    /* Actions */
    .review-actions span {
      font-size: 14px;
      color: #555;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .review-actions span:hover {
      color: #000;
    }




.craving {
  padding: 40px;
  position: relative;
  margin-bottom: 38px;
}

/* image on the left */
.craving img {
  float: left;
  width: 20%;
  height: auto;
  margin-right: 40px;   /* space between image & text */
}



.craving::after {
  content: "";
  display: block;
  clear: both;
}


/* center text content */
.craving h1,
.craving p,
.craving a {
  display: block;        /* each on new line */
  text-align: center;
}

/* spacing between lines */
.craving h1 {
  margin-bottom: 10px;
}

.craving p {
  margin-bottom: 15px;
 color: rgb(92, 91, 91);
}

.craving .btn {
  display: inline-block; 
  background-color: rgb(67, 9, 9); color: aliceblue;    /* stops full-width feeling */
  text-align: center;
  font-size: 14px;           
  padding: 6px 14px;        
  border-radius: 6px;
}

/* mobile fix */
@media (max-width: 768px) {
  .craving img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 60%;
  }

  .craving {
    text-align: center;
  }
}


@media (max-width: 768px) {

  .craving {
    padding: 30px 20px !important;
  }

  .craving .btn {
    width: 100%;
    max-width: 260px;
    margin: 10px auto 0;
  }
}




/*checkout section */
::placeholder{
    font-size:small;
    font-family: sans-serif;
    font-weight: 400;
}
   .input-with-svg {
  position: relative;
}

.input-with-svg svg {
  position: absolute;
  right: 12px;       /* Moves icon to the right */
  top: 50%;
  transform: translateY(-50%);
  color: gray;
}

.input-with-svg input {
  padding-right: 35px;   /* Add space so text doesn't overlap the icon */
  padding-left: 12px;    /* Normal left padding */
}

.nav-item{
    list-style: none;
    padding: 20px;
}







/* Make form vertical */
form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

/* Quantity row */
form button[type="button"],
form input#quantity {
    height: 40px;
    border: 1px solid #420808;
    background: #ffffff;
    font-size: 18px;
    color: #000;
}

/* Quantity container effect */
form button[type="button"] {
    width: 40px;
    cursor: pointer;
}

form input#quantity {
    width: 60px;
    text-align: center;
    font-weight: 600;
    border-left: none;
    border-right: none;
}


.table,
.table th,
.table td,
.table tbody,
.table thead,
.table tr {
  background-color: transparent !important;
}


.table th{
  color: rgb(142, 142, 142);
  font-weight: 500;
}


/* Dropdown Wrapper */
.custom-dropdown {
  position: relative;
  width: 100%;
}

/* Input Button Look */
.dropdown-btn {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Hover + Focus */
.dropdown-btn:hover {
  border-color: #86b7fe;
}

.dropdown-btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

/* Dropdown List */
.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;          /* ALWAYS OPEN DOWN */
  left: 0;
  width: 100%;
  margin-top: 4px;
  max-height: 220px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 9999;
}

/* Dropdown Items */
.dropdown-list div {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

/* Hover Effect */
.dropdown-list div:hover {
  background-color: #f8f9fa;
}

/* Scrollbar Styling (Optional) */
.dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.dropdown-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

* Custom Dropdown Styling */
    .custom-dropdown { position: relative; width: 100%; }
    .dropdown-btn { 
        padding: 10px; border: 1px solid #dee2e6; border-radius: 6px; 
        background: white; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    }
    .dropdown-list { 
        display: none; position: absolute; top: 100%; left: 0; width: 100%; 
        border: 1px solid #dee2e6; background: white; z-index: 1000; max-height: 200px; overflow-y: auto; 
    }
    .dropdown-list div { padding: 10px; cursor: pointer; }
    .dropdown-list div:hover { background-color: #f8f9fa; }

    /* Icon Positioning */
    .input-with-svg { position: relative; }
    .input-with-svg .form-control { padding-right: 40px; }
    .input-with-svg svg {
        position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
        z-index: 5; pointer-events: none; opacity: 0.5;
    }


/* ============================
   CHECKOUT RESPONSIVE FIXES
=============================== */

/* General Mobile Padding Fix */
@media (max-width: 768px) {

  .container,
  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  h3, h4, h6 {
    text-align: center;
  }

  /* Breadcrumb wrap */
  .breadcrumb {
    flex-wrap: wrap;
    font-size: 13px;
  }

  /* Form Inputs spacing */
  .form-control {
    font-size: 14px;
  }

  /* Two inputs stack properly */
  .row > .col {
    margin-bottom: 12px;
  }

  /* Payment options alignment */
  .form-check {
    margin-bottom: 10px;
  }

  /* Card input section spacing */
  .card {
    margin-bottom: 15px;
  }

  /* Expiry + CVV stack */
  .col-md-6 {
    width: 100%;
  }

  /* Order Summary Card */
  .order-summary,
  .card-body {
    padding: 15px;
  }

  /* Checkout Button */
  button[type="submit"] {
    font-size: 15px;
    padding: 12px;
  }
}

/* ============================
   CART TABLE MOBILE VIEW
=============================== */

@media (max-width: 576px) {

  /* Make table scrollable */
  .table-responsive {
    overflow-x: auto;
  }

  table {
    font-size: 13px;
  }

  /* Product image smaller */
  table img {
    width: 60px !important;
    height: 60px !important;
  }

  /* Quantity buttons smaller */
  .btn-group button {
    padding: 4px 8px;
    font-size: 13px;
  }

  /* Quantity text */
  .btn-group span {
    padding: 4px 6px;
    font-size: 13px;
  }

  /* Remove button smaller */
  svg.bi-x-circle-fill {
    width: 16px;
    height: 16px;
  }
}

/* ============================
   STATE DROPDOWN MOBILE FIX
=============================== */

@media (max-width: 768px) {

  .custom-dropdown {
    width: 100%;
  }

  .dropdown-btn {
    font-size: 14px;
    padding: 10px;
  }

  .dropdown-list {
    max-height: 180px;
    overflow-y: auto;
  }
}

/* ============================
   INPUT ICON POSITION FIX
=============================== */

.input-with-svg {
  position: relative;
}

.input-with-svg svg {
  width: 16px;
  height: 16px;
}

/* ============================
   ORDER SUMMARY TEXT ALIGN
=============================== */

@media (max-width: 576px) {

  .d-flex.justify-content-between {
    font-size: 14px;
  }

}

.info-item div {
    max-width: 100%;       /* Prevents the text from pushing the container width */
    word-wrap: break-word; /* Forces long words/links to break */
    white-space: normal;   /* Ensures text wraps naturally */
}



/* TAB UI */
.tabs span {
  cursor: pointer;
  padding: 10px 25px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.tabs .active-tab {
  border-bottom: 2px solid black;
}

/* SPEC GRID LIKE VIDEO */

.spec-col {
  flex: 1;
  min-width: 250px;
}

.offer-heading{
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.service-box{
  padding: 10px 0;
}

.service-icon{
  font-size: 32px;
  color: #ff2d8d;
}

.service-title{
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.service-desc{
  font-size: 14px;
  color: #666;
  max-width: 420px;
}


/* --- Fix for Specifications (Line by Line) --- */
.spec-container p, 
.spec-container li {
    display: block; /* Forces each item to its own line */
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee; /* Adds the separator line */
    text-align:center; /* Fixes the centering issue */
    margin: 0;
    
}

/* --- Fix for Benefits (Tick Marks) --- */
.benefits-container p, 
.benefits-container li {
    position: relative;
    padding-left: 35px; /* Space for the tick */
    margin-bottom: 15px;
    text-align: center; /* Align left to make ticks look uniform */
    list-style: none;
    display: block;
     
}

/* Automatically add the tick mark icon */
.benefits-container p::before, 
.benefits-container li::before {
    content: "\f00c"; /* FontAwesome Checkmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
 
    left: 0;
    top: 0;
    color: #28a745; /* Green color */
    font-size: 18px;
     text-align: center;
}

/* Fallback if you don't use FontAwesome */
/* .benefits-container p::before { content: "✔"; color: green; position: absolute; left: 0; } */