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;
}

.btn-outline-light
.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-slide {
  background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url('../images/cold-pressed-mustard-oil-wooden-ghani.webp') center/cover no-repeat;
  padding: 160px 0;
   min-height:500px;
   position: relative;
}
.hero-slide h1 {
  font-weight: 800;
  letter-spacing: 0.5px;
}

.hero-slide .btn {
  background: #F4B400;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 26px;
}

.hero-slide .btn:hover {
  background: #C62828;
  color: #fff;
}
.hero-buttons{
margin-top:25px;
}

.hero-buttons .btn{
padding:12px 26px;
font-weight:600;
border-radius:30px;
border-radius:30px;
}
.hero-trust{
margin-top:20px;
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
font-size:14px;
}

.hero-trust i{
color:#ffc107;
margin-right:6px;
}
.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;
}
.hero-slide{
min-height:65vh;
padding:20px 0;
}

.hero-content{
padding:0 15px;
}
.hero-buttons{
display:flex;
flex-direction:column;
align-items:center;
}

.hero-buttons .btn{
width:210px;
margin:6px 0;
}
}
/* 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{
    height:400px;
    width:100%;
    object-fit:contain;
}


/* 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);
}

/* IMAGE */
.product-img-wrapper img{
width:100%;
height:350px;
object-fit:contain;   /* was cover → better for bottles */
padding:18px;
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;
}
/* MOBILE */
@media(max-width:768px){

.product-img-wrapper img{
height:220px;
padding:12px;
}

.price-badge{
font-size:13px;
padding:6px 12px;
}

}
.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) {
  .product-img-wrapper img {
    height: 220px;
  }
  .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;
  }
   h1.product-title,
  h2.product-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .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: 20px;
  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;
}
}
