body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.top-bar,
.bg-success {
  background: #cf2e2e !important;
  color: #fff;
}

p {
  font-size: 16px !important;
}

.navbar {
  background: #fbc849 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 80px;
}

.navbar-dark {
  background: linear-gradient(90deg, #1a1a1a, #2a2a2a);
}

.navbar-brand {
  background: linear-gradient(90deg, #ffffff, #fff3c4);
  padding: 6px 10px;
  border-radius: 6px;
}

.navbar-brand img {
  image-rendering: -webkit-optimize-contrast;
}

.navbar-nav .nav-link {
  margin-right: 10px;
  font-weight: 500;
  color: #222222 !important;
}

.navbar-nav .nav-link:hover {
  color: #ed3338 !important;
}

.navbar-logo {
  height: 48px;
  /* desktop */
  width: auto;
  max-width: 180px;
  object-fit: contain;
  box-shadow: 0 0 8px rgba(251, 200, 73, 0.35);
}

.btn-outline-light {
  color: #222222;
  border-color: #222222;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.dropdown-menu {
  border-radius: 12px;
  padding: 20px;
  border: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.dropdown-item:hover {
  background: #FFF3E0;
  color: #000;
}

.dropdown-item {
  font-size: 14px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dropdown-menu h6 {
  margin-bottom: 10px;
}

/* ===============================
   MEGA MENU – DESKTOP
================================ */
.mega-menu {
  padding: 30px 0;
  border-radius: 0 0 14px 14px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.mega-menu h6 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.mega-menu .dropdown-item {
  padding: 6px 0;
  font-size: 14px;
  color: #333;
}

.mega-menu .dropdown-item:hover {
  background: none;
  color: #cf2e2e;
}

.hero-section{
    position:relative;
    min-height:90vh;
    background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('../images/cold-pressed-mustard-oil-wooden-ghani.webp') center/cover no-repeat;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.hero-content{
    max-width:700px;
    color:#fff;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    background:#fbc400;
    color:#111;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
    font-size:14px;
}

.hero-title{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
}

.hero-text{
    font-size:20px;
    color:#f1f1f1;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.hero-btn{
    padding:16px 34px;
    border-radius:60px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}

.hero-btn-primary{
    background:#fbc400;
    color:#111;
}

.hero-btn-primary:hover{
    transform:translateY(-3px);
    background:#ffd633;
}

.hero-btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.hero-btn-secondary:hover{
    background:#fff;
    color:#111;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    color:#fff;
    font-weight:600;
}

.hero-features span{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:16px;
}
.hero-btn-primary:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(251,196,0,0.4);
}
@media(max-width:768px){

.hero-section{
    min-height:75vh;
    text-align:center;
    padding:60px 20px;
}

.hero-title{
    font-size:38px;
}

.hero-text{
    font-size:16px;
}

.hero-buttons{
    justify-content:center;
}

.hero-features{
    justify-content:center;
}
/* =========================
   MOBILE PRODUCT FIX
========================= */

@media (max-width:768px){

/* REMOVE YELLOW BACKGROUND */
.product-img-wrapper,
.product-image-box,
.product-card,
.product-section{
    background:#ffffff !important;
}

/* PRODUCT CARD */
.product-card{
    border-radius:18px;
    padding:10px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* IMAGE WRAPPER */
.product-img-wrapper{
    min-height:auto;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* BIGGER PRODUCT IMAGE */
.product-img-wrapper img,
.product-card img{
    width:100%;
    max-width:280px;
    height:260px !important;
    object-fit:contain;
    padding:0 !important;
    margin:auto;
    display:block;
    transform:none !important;
}

/* REMOVE EXTRA SPACE */
.product-image-box{
    height:auto !important;
    padding:10px !important;
}

/* PRODUCT TITLE */
.product-card h3{
    font-size:18px !important;
    line-height:1.4;
    margin-top:10px;
    margin-bottom:8px;
    text-align:center;
}

/* PRICE BADGE */
.price-badge{
    top:12px;
    right:12px;
    font-size:14px;
    padding:7px 14px;
    border-radius:30px;
}

/* BUTTONS */
.product-card .btn{
    border-radius:12px;
    padding:12px;
    font-size:15px;
    font-weight:600;
}

/* REMOVE HOVER ZOOM ON MOBILE */
.product-card:hover{
    transform:none;
}

.product-card:hover img{
    transform:none;
}

}
}
.review-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  text-align: center;
}

/* SECTION */
.our-journey {
  background: #c91f1f;
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
  min-height: 300px;
}

.our-journey h2 {
  margin-bottom: 8px;
}

.our-journey p {
  margin-bottom: 50px;
  opacity: .95;
}

/* SINGLE TIMELINE LINE */
.our-journey .row {
  position: relative;
  margin-top: 35px;
}


/* CARD */
.journey-item {
  width: 100%;
  max-width: 260px;
  padding: 34px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf6, #fff1c8);
  border: 1px solid #e4be62;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  transition: .45s ease;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  z-index: 1;
}

/* ICON */
.journey-icon {
  width: 74px;
  height: 74px;
  margin: auto;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: #c79a2b;
  background: radial-gradient(circle at 30% 30%, #fff7d6, #e6c26a);
  box-shadow:
    inset 0 4px 8px rgba(255, 255, 255, .85),
    0 8px 18px rgba(0, 0, 0, .22);
}

/* TEXT */
.journey-item h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.journey-item p {
  font-size: 14px;
  margin: 0;
}

/* HOVER */
.journey-item:hover {
  transform: translateY(-14px) scale(1.05);
  box-shadow: 0 30px 55px rgba(0, 0, 0, .32);
}

/* SCROLL ANIMATION */
.journey-visible {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media(max-width:768px) {

  .our-journey {
    padding: 70px 0;
  }

  .our-journey .row::before {
    display: none;
  }

  .journey-item {
    max-width: 220px;
    padding: 26px 18px;
  }

  .journey-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

}

/* CARD */
.product-card {
  border-radius: 18px;
  transition: .35s ease;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  position: relative;
}

.product-card img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  transition: transform .45s ease;
}

/* HOVER */
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 55px rgba(0, 0, 0, .18);
  border-color: #e6c26a;
}

/* IMAGE WRAPPER */
.product-img-wrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff8e1, #fff3c4);
}
.product-img-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:340px;
}
.product-card .card-body{
    padding:22px;
}

.product-card h3{
    font-size:16px !important;
    line-height:1.4;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}
.product-card h3 a{
    color:#111;
    text-decoration:none;
}

.product-card h3 a:hover{
    color:#cf2e2e;
}

/* IMAGE */
.product-img-wrapper img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  padding: 20px;
  transition: transform .45s ease;
}

/* IMAGE ZOOM */
.product-card:hover img {
  transform: scale(1.1);
}

/* PRICE BADGE (premium style) */
.price-badge {
  position: absolute;
  top: 14px;
  right: 14px;

  background: linear-gradient(135deg, #198754, #20c997);
  color: #fff;

  padding: 7px 14px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;

  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

/* OPTIONAL: subtle shine effect on hover */
.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .35), transparent);
  transition: .7s;
}

.product-card:hover::after {
  left: 130%;
}

.card-img-top {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  color: #d32f2f;
  margin: 15px 0;
}

.gst-note {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-left: 6px;
}
.product-card .btn{
    border-radius:12px;
    padding:12px;
    font-weight:600;
}
.product-title {
    font-size:25px !important;
    font-weight:700;
    line-height:1.2;
    margin-bottom:18px;
    color:#111;
}
/* MOBILE */
@media(max-width:768px) {

  .price-badge {
    font-size: 13px;
    padding: 6px 12px;
  }
  .product-card h3{
    font-size:15px;
    line-height:1.35;
    min-height:auto;
}

.product-card{
    border-radius:16px;
}

}

.breadcrumb-bar {
  position: sticky;
  top: 0;
  z-index: 998;
  background: #fff;
}

/* GOLD BREADCRUMB THEME */

.breadcrumb {
  font-size: 13px;
  background: transparent;
  margin-bottom: 6px;
}

.breadcrumb a {
  color: #c79a2b;
  /* gold link */
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #a57d1f;
  /* darker gold on hover */
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #333;
  /* current page dark */
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #c79a2b;
  /* gold slash separator */
}

.bg-light .breadcrumb {
  opacity: .95;
}

.promo-strip {
  background: linear-gradient(90deg, #c79a2b, #d6a73d, #c79a2b);
  color: #1f1f1f;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
}

/* readability while moving */
.promo-track {
  display: inline-block;
  padding: 10px 0;
  animation: scroll-left 30s linear infinite;

  /* subtle outline effect */
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5),
    0 -1px 0 rgba(0, 0, 0, 0.15);
}

.promo-track i {
  color: #111;
  margin-right: 6px;
}

/* WhatsApp green highlight */
.promo-track .fa-whatsapp {
  color: #1fa855;
}

/* optional depth line (looks premium) */
.promo-strip {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* hover pause */
.promo-strip:hover .promo-track {
  animation-play-state: paused;
}

/* WHY CHOOSE OIL SECTION */
.why-oil {
  background: #fff;
}

.why-card {
  background: #fff8e6;
  /* warm cream */
  border: 1px solid #f1d28a;
  border-radius: 14px;
  padding: 30px;
  transition: .3s;
}

.why-card i {
  color: #c79a2b;
  font-size: 34px;
  margin-bottom: 15px;
}

.why-card h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 17px;
  color: #666;
  margin-bottom: 0;
}

.why-card:hover {
  background: #fff3cf;
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hero-section+.promo-strip {
  margin-top: -4px;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width:768px) {

  .promo-strip {
    font-size: 13px;
  }

  .promo-track {
    padding: 8px 0;
  }
}

.promo-track {
  padding: 8px 0;
  animation-duration: 24s;
}

.promo-track i {
  font-size: 12px;
  margin-right: 4px;
}


/* ========================= */
/* MOBILE OPTIMIZED */
/* ========================= */

@media (max-width:480px) {
  .promo-strip {
    font-size: 12px;
  }

  .promo-track {
    padding: 6px 0;
  }
}

.promo-track {
  padding: 6px 0;
  animation-duration: 18s;
}

/* reduce spacing between items */
.promo-track span {
  margin-right: 18px !important;
}

@media (max-width: 768px) {

  .navbar-logo {
    height: 40px;
  }

  .hero-slide h1 {
    font-weight: 100;
    font-size: 24px;
  }

  .footer-section {
    text-align: center;
  }

  .review-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 10px;
  }
}

.product-details img {
  max-height: 450px;
  object-fit: cover;
}

.search-box {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 38px;
  border-radius: 6px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
  max-height: 320px;
  overflow-y: auto;
}

/* Individual result */
.search-item {
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  cursor: pointer;
}


/* Link inside item */
.search-item a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: block;
}

/* Hover state */
.search-item:hover {
  background: #fbc849;
}

/* Last item border fix */
.search-item:last-child {
  border-bottom: none;
}

/* Scrollbar (Chrome / Edge) */
.search-box::-webkit-scrollbar {
  width: 6px;
}

.search-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.review-btn {
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.review-btn:hover {
  background: #fbc849;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.footer .badge-btn,
.footer .payment-btn,
.footer .whatsapp-order-btn {
  background-color: #1e7c3a;
  color: #ffffff;
  border: none;
}

.btn-dark {
  background-color: #fbc849;
  color: #222222;
  border: none;
  font-weight: 600;
}

.btn-dark:hover {
  background-color: #ed3338;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.text-dark {
  color: #222222 !important;
}

/* Mobile handling */
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    --bs-gutter-y: 12px;
  }

  .search-box {
    position: static;
    width: 100%;
    top: auto;
    margin-top: 6px;
  }

  .vasudev-oils-products {
    margin: 0 10px;
  }

  .vasudev-oils-products h5 {
    font-size: 16px;
  }

  .product-main-image {
    max-width: 80%;
    max-height: 300px;
    margin: 0 auto 12px;
    display: block;
  }

 .product-title{
    font-size:32px;
    line-height:1.3;
}

  .product-tagline {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .product-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .product-description {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    text-align: justify;
  }

  .gst-note {
    font-size: 11px;
  }

  .btn-lg {
    padding: 10px;
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }

}


.footer-section {
  background: #cf2e2e;
  color: #ccc;
  padding: 60px 0 30px;
  font-size: 14px;
}

.footer-logo {
  color: #fbc849;
  font-weight: 700;
}

.footer-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-text {
  color: #ffffff;
  line-height: 1.6;
  font-size: 14px !important;
  font-weight: 400;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-links a:hover {
  color: #fbc849 !important;
}

.footer-social a {
  margin-right: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.footer-social a:hover {
  color: #25d366;
}

.footer-badges span {
  display: inline-block;
  background: #fbc849;
  padding: 4px 10px;
  margin: 4px 4px 0 0;
  border-radius: 20px;
  font-size: 12px;
  color: #222222;
  font-weight: 600;
}

.footer-divider {
  border-color: #ffffff;
  margin: 30px 0;
}

.footer-bottom {
  font-size: 13px;
  color: #ffffff;
}

.footer-payments {
  margin-top: 20px;
}

/* Visitor Counter */
.visitor-counter {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.25);
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
}

.visitor-counter i {
  color: #fbc849;
  /* Vasudev yellow */
  font-size: 14px;
}

.visitor-counter strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}


.pay-badge {
  display: inline-block;
  background: #fbc849;
  color: #222222;
  padding: 6px 14px;
  margin: 5px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.social-icon {
  display: inline-block;
  margin-right: 12px;
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
}

.social-icon:hover {
  color: #fbc849;
}

.whatsapp-float {
  position: fixed;
  bottom:85px !important;
  right: 20px;
  background: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  color: #fff;
}

.footer-divider {
  border-color: #333;
}

.contact-hero {
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
    url('../images/vasudev-oils-cold-pressed-mustard-oil.png') center/cover no-repeat;
  padding: 120px 0;
}

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
}

.contact-card a {
  text-decoration: none;
  color: #000;
}

.contact-side-box {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.map-section {
  padding: 60px 0;
  background: #fff;
}

.map-box {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

table td,
table th {
  vertical-align: middle;
}

/* ===============================
   MOBILE NAVBAR WHATSAPP FIX
================================ */
@media (max-width: 576px) {

  .navbar-nav {
    align-items: stretch;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .btn-success i {
    margin-right: 6px;
  }

  .navbar-nav .btn-success {
    display: none;
  }

  .navbar-toggler {
    border: none;
    padding: 4px 6px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    width: 22px;
    height: 22px;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .mega-menu {
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
  }

  .mega-menu .row>div {
    margin-bottom: 18px;
  }

  .mega-menu h6 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .mega-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 0;
  }
}

/* ===============================
   MEGA MENU CENTER ALIGN FIX
================================ */

/* Parent dropdown must be static */
.navbar .dropdown.position-static {
  position: static;
}

/* Mega menu full width */
.navbar .mega-menu {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  border-radius: 0 0 14px 14px;
}

/* Center content inside mega menu */
.navbar .mega-menu>.container {
  max-width: 1140px;
  /* Bootstrap container width */
  margin: 0 auto;
}

/* ---------- MOBILE CART FIX ---------- */
@media(max-width:768px) {

  .cart-table {
    border: none;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table tbody tr {
    display: block;
    background: #fff;
    border: 1px solid #e4e4e4;
    /* visible border */
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  }

  /* spacing inside card */
  .cart-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
    padding: 9px 4px;
    font-size: 15px;
  }

  /* label on left */
  .cart-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
    padding-right: 12px;
  }

  /* product row style */
  .cart-table td[data-label="Product"] {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* quantity box */
  .qty-input {
    width: 65px;
    height: 38px;
    text-align: center;
  }

  /* remove button fix */
  .cart-table td[data-label="Remove"] a {
    width: auto !important;
    padding: 6px 14px;
    border-radius: 6px;
  }

  /* total row */
  .cart-table tr.table-dark {
    display: block;
    border: 2px solid #222;
    background: #222;
    color: #fff;
  }

  .cart-table tr.table-dark th {
    display: flex;
    justify-content: space-between;
    border: none;
  }

}

@media(max-width:768px) {
  .cart-container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media(max-width:768px) {

  /* line between each row inside card */
  .cart-table tbody tr td {
    border-bottom: 1px solid #e9e9e9 !important;
  }

  /* remove last line */
  .cart-table tbody tr td:last-child {
    border-bottom: none !important;
  }

  /* stronger separation after product title */
  .cart-table td[data-label="Product"] {
    border-bottom: 1px solid #dcdcdc !important;
    padding-bottom: 10px;
    margin-bottom: 6px;
  }

}

@media(max-width:768px) {

  .cart-table tbody tr td {
    border-bottom: 1px dashed #e2e2e2 !important;
  }

  .cart-table td[data-label="Product"] {
    border-bottom: 1px solid #cfcfcf !important;
  }

}

/* grand total single-line layout */
.grand-total-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
}

/* reduce row height */
.grand-total-row th {
  padding: 12px 16px !important;
}

/* mobile spacing fix */
@media(max-width:768px) {

  .grand-total-row,
  .grand-total-box {
    margin-bottom: 4px !important;
  }

  .cart-actions {
    margin-top: 0 !important;
    --bs-gutter-y: 6px;
  }

  .cart-actions .col-12,
  .cart-actions .col-md-6 {
    margin-bottom: 4px !important;
  }
}

.why-buy-box {
  background: #fffdf7;
  border: 1px solid #f0d58a;
  border-radius: 16px;
  padding: 20px 25px;
  margin-top: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.why-buy-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222;
}

.why-buy-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e7c56a;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

.why-buy-item:last-child {
  border-bottom: none;
}

.why-buy-icon {
  font-size: 20px;
  width: 28px;
  text-align: center;
}

.product-info-section {
  margin-top: 50px;
}

.info-grid {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.info-box {
  flex: 1;
  min-width: 280px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}

.info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.info-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222;
}

.info-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.info-box ul li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #444;
  line-height: 1.7;
}

#preview-container img {
  transition: 0.3s;
}

#preview-container img:hover {
  transform: scale(1.08);
}

.product-thumb {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  padding: 4px;
}

.product-thumb:hover {
  border-color: #d4a017;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 18px;
}

.product-main-image {
  height: 520px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  width: 100%;
}

.gallery-wrapper {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gallery-card {
  position: relative;
  width: 110px;
}

.gallery-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  padding: 4px;
}

.gallery-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}


.delete-gallery-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0;
  z-index: 10;
}

.gallery-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}

.gallery-card {
  position: relative;
  width: 110px;
}

.gallery-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  padding: 4px;
}

.gallery-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-main-image {
  height: 520px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 15px;
}

.thumbnail-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-thumb {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  padding: 4px;
}

.product-thumb:hover {
  border-color: #d4a017;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* MOBILE */
@media(max-width:768px) {

  .product-main-image {
    height: 320px;
  }

  .product-thumb {
    width: 70px;
    height: 70px;
  }

  .thumbnail-wrapper {
    justify-content: flex-start;
  }

}
/* MOBILE STICKY BAR */

.mobile-sticky-bar{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    display:flex;
box-shadow:0 -2px 15px rgba(0,0,0,0.15);
z-index:9999;
}

.mobile-sticky-bar a{
    flex:1;
    text-align:center;
    padding:14px 5px;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
    color:#fff;
}

.sticky-call{
    background:#212529;
}

.sticky-whatsapp{
    background:#25D366;
}

.sticky-cart{
    background:#f4b400;
    color:#000 !important;
}

/* HIDE ON DESKTOP */

@media(min-width:768px){
    .mobile-sticky-bar{
        display:none;
    }
}

/* EXTRA SPACE FOR MOBILE */

body{
    padding-bottom:70px;
}
@media(max-width:768px){

body{
padding-bottom:90px;
}

}
@media(min-width:768px){
    body{
        padding-bottom:0;
    }
}
/* FSSAI SECTION */

.fssai-section{
    background:#fffdf7;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.fssai-logo{
    max-width:180px;
}

.fssai-license-box{
    display:inline-block;
    margin-top:15px;
    background:#f4b400;
    color:#000;
    padding:12px 20px;
    border-radius:10px;
    font-size:17px;
    font-weight:600;
}
/* WHY CHOOSE US */

.why-choose-section{
    background:#fff;
}

.why-card{
    background:#fffdf7;
    border:1px solid #f0e2b6;
    border-radius:18px;
    padding:25px 15px;
    transition:0.3s;
    height:100%;
    box-shadow:0 5px 18px rgba(0,0,0,0.05);
}

.why-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 28px rgba(0,0,0,0.10);
    border-color:#f4b400;
}

.why-icon{
    font-size:42px;
    margin-bottom:15px;
}

.why-card h6{
    font-weight:600;
    margin:0;
    font-size:15px;
    line-height:1.5;
}
/* INSTAGRAM FEED */

.instagram-section{
    background:#fff;
}

.insta-feed-img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:18px;
    transition:0.3s;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
}

.insta-feed-img:hover{
    transform:scale(1.04);
    box-shadow:0 12px 28px rgba(0,0,0,0.15);
}
#codBtn,
#razorpayBtn{
border-radius:12px;
font-size:20px;
letter-spacing:0.5px;
}

.badge{
font-size:14px;
}

.modal-content{
border-radius:20px;
overflow:hidden;
}

.modal-body{
font-size:22px;
line-height:1.6;
text-align:center;
}

.modal-footer .btn{
min-width:120px;
padding:10px 20px;
font-size:18px;
}
.modal-footer{
justify-content:center !important;
gap:12px;
}
.product-img-wrapper{
    background:#fff !important;
    min-height:auto !important;
    padding:5px !important;
}

.product-img-wrapper img{
    width:100% !important;
    height:280px !important;
    object-fit:contain;
    padding:0 !important;
}
.premium-ribbon{
    position:absolute;
    top:12px;
    left:12px;

    background:#ed3338;
    color:#fff;

    padding:5px 12px;
    border-radius:20px;

    font-size:10px;
    font-weight:700;
    text-transform:uppercase;

    z-index:5;
    box-shadow:0 3px 8px rgba(0,0,0,.15);
}
.free-shipping-tag{
    display:inline-block;
    margin-top:8px;
    padding:6px 12px;

    background:#e8fff0;
    border:1px solid #25D366;
    border-radius:20px;

    color:#25D366;
    font-size:13px;
    font-weight:700;

    animation:pulseShipping 2s infinite;
}

@keyframes pulseShipping{
    0%{transform:scale(1);}
    50%{transform:scale(1.05);}
    100%{transform:scale(1);}
}
.btn-success{
    background:linear-gradient(135deg,#25D366,#128C7E) !important;
    border:none !important;
    color:#fff !important;

    font-weight:700;
    font-size:16px;
    padding:14px 18px !important;
    border-radius:12px;

    box-shadow:0 6px 15px rgba(37,211,102,.35);
    transition:all .3s ease;
}

.btn-success:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(37,211,102,.45);
    color:#fff !important;
}