@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    background: Ivory;
}
/* FADE-IN ANIMATIONS */
@keyframes fadeDown {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @media (max-width: 768px) {
    .nav-links {
      display: none;
    }
  
    .hamburger {
      display: flex;
    }
}
  
  /* Apply animations */
  nav {
    animation: fadeDown 1s ease forwards;
    background: rgba(0, 0, 0, 0.8);
    
  }
  .nav-left .company-name {
    font-size: 24px;
    font-weight: bold;
    color: white; /* Default color */
    position: relative;
    display: inline-block;
    transition: color 0.4s ease-in-out;
    font-family: "Playfair Display", serif; 
    font-style: italic;
  }
  
  /* Glow effect on hover */
  .nav-left .company-name::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(to right, transparent, yellow); */
    /* box-shadow: 0 0 10px yellow; */
    transition: width 0.4s ease-in-out;
  }
  
  /* Expands from left to right */
  .nav-left .company-name:hover::before {
    width: 100%;
  }
  
  .nav-left .company-name:hover {
    color: #A3D900;
    text-shadow: 0 0 5px #A3D900;
  }
  /* NAVBAR STYLES */
nav {
  /* 45‑degree top‑left → bottom‑right */
/* background: linear-gradient(45deg, #d62828 0%, #fca311 100%); */
background: #87ae73;

    width: 95%;
    padding: 15px 30px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 1000;
    border-radius: 30px;
  }
  
  .nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .nav-left img {
    width: 30px;
    height: 30px;
  }
  
  .nav-links {
    display: flex;
    gap: 20px;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-size: 18px;
    font-family:dancing script;
    font-weight: bold;
  }
  
  .nav-links a:hover {
    color: black;
    /* text-shadow: 0 0 5px #fca311, 0 0 10px #fca311; */
  }
  
  /* HAMBURGER */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
  }
  
  .hamburger span {
    height: 3px;
    width: 25px;
    background: white;
  }
  
  /* SIDEBAR */
  .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 200px;
    height: 100vh;
    background-color: #1a1a1a;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: right 0.3s ease;
    z-index: 999;
  }
  
  .sidebar a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }
  
  .sidebar a:hover {
    color:cyan;
    text-shadow: 0 0 5px cyan;
  }
  
  .sidebar.active {
    right: 0;
  }
  .hero {
    text-align: center;
    padding: 0px;
    position: relative;
width: 100%;
    height: 510px;
   object-fit: contain;
   
   
}
  
.overview {
    text-align: center;
    padding: 50px;
    background: ivory;
    color: #333;
    font-family: 'Poppins', sans-serif;
    flex-wrap: wrap;
   
}
.overview h2{
   font-family: "Rye", serif;
    font-weight: lighter;
    font-size: 32px;
    color:#CB6015;
}
/* .overview h2 {
    font-size: 2.7em;
    font-weight: bold;
    
     background: linear-gradient(to top, #FFD700, #B87333);
     -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
    
    flex-wrap: wrap;
    text-align: center;
   
   font-family: "Winky Sans", sans-serif;
    width: 80%;
    position: relative;
    transform: translate(-50%,50%);
    margin-left: 50%;
    margin-top: -2%;
    border-top-width: 1.5px;
} */
.tagline{
    font-size: 18px;
    margin-top: -0.5%;
    font-family: "Pacifico", cursive;
    border-top-width: 1.5px;
    width: 80%;
    position: relative;
    transform: translate(-50%,50%);
    margin-left: 50%;
    margin-top: -2%;
}

.overview h2 span {
    color: #84563C;
}
.para{
    font-size: 1.2em;
    max-width: 90%;
    width: 70%;
    position: relative;
    transform: translate(-50%,50%);
    margin-left: 50%;
    margin-top:-1%;
    text-align: center;
    line-height: 1.4em;
    font-family: "Overpass", sans-serif;
    font-weight: bolder;
     opacity: 80%;
    
}
.spanpara{
    text-align: center;
    opacity: 80%;
    font-family: "Overpass", sans-serif;
    margin-top: 1%;
    width: 70%;
    position: relative;
    transform: translate(-50%,50%);
    margin-left: 50%;
     height: 75px;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
}
.quality-section {
   
    text-align: center;
 background: ivory;
    padding: 50px 20px;
    font-family: 'Poppins', sans-serif;
    
    
}

.quality-description {
    font-size: 1.2em;
    color: gray;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.3;
     font-family: "Overpass", sans-serif;
     transform: translate(-50%,50%);
     width: 60%;
     margin-top:5%;
     margin-bottom:7%;
     text-align: center;
}

.quality-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     gap: 40px; 
     
  
}

.feature1 {
    width: 240px;
    text-align: center;
    color: black;
    margin-bottom: 18.70%;
    box-shadow: 10px 10px 50px ;
    border-radius: 60px 10px;
    background-color: white;
    border:solid orange;
    
}
.feature2 {
    width: 240px;
    text-align: center;
    color: black;
    margin-top:10.16% ;
    box-shadow: 10px 10px 50px ;
    border-radius: 60px 10px;
    margin-bottom:9% ;
    background-color: white;
    border:solid #A3D900;
}
.feature3 {
    width: 240px;
    text-align: center;
    color: black; 
    margin-bottom: 18.70%;
    box-shadow: 10px 10px 50px ;
    border-radius: 60px 10px;
    background-color: white;
    border:solid yellow;
}
.feature4 {
    width: 240px;
    text-align: center;
    color: black;
    margin-top: 10.16%;
    box-shadow: 10px 10px 50px ;
    border-radius: 60px 10px;
    margin-bottom: 9%;
    background-color: white;
    border:solid orange;
}

.feature1 img {
    width: 80px;
    height: 80px;
    margin-bottom: -15px;
    margin-top: 20px;
}
.feature2 img {
    width: 80px;
    height: 80px;
    margin-bottom: -15px;
    margin-top: 20px;
}
.feature3 img {
    width: 80px;
    height: 80px;
    margin-bottom: -15px;
    margin-top: 20px;
}
.feature4 img {
    width: 80px;
    height: 80px;
    margin-bottom: -15px;
    margin-top: 20px;
   
    
}

.feature1 h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    font-family: "Roboto Mono", monospace;
}
.feature2 h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    font-family: "Roboto Mono", monospace;
}
.feature3 h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    font-family: "Roboto Mono", monospace;
}
.feature4 h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    font-family: "Roboto Mono", monospace;
}

.feature1 p {
    font-size: 0.95em;
    color: #666;
    font-family: "Winky Sans", sans-serif;
}
.feature2 p {
    font-size: 0.95em;
    color: #666;
    font-family: "Winky Sans", sans-serif;
}
.feature3 p {
    font-size: 0.95em;
    color: #666;
    font-family: "Winky Sans", sans-serif;
}
.feature4 p {
    font-size: 0.95em;
    color: #666;
    font-family: "Winky Sans", sans-serif;
}
.section-heading {
    text-align: center;
    font-size: 2.5em;
    font-weight: lighter;
    color: #CB6015;
    margin-bottom: 40px;
 font-family: "Rye", serif ;
     transform: translate(-50%,50%);
      margin-left:15%; 
     width: 70%;
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     margin-top: 1%;
     justify-content: center;
    
     
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.feature1 {
    animation-delay: 0.2s;
}
.feature2 {
    animation-delay: 0.4s;
}
.feature3 {
    animation-delay: 0.6s;
}
.feature4 {
    animation-delay: 0.8s;
}

.best-sellers h2{
     animation-delay: 0.8;
}
.item{
    animation-delay: 0.8s;
}

.show {
    opacity: 1;
    transform: translateY(0);
}
.section-title{
    animation-delay: 0.2s;
}
.product-card{
    animation-delay: 0.4s;
}
.product-image{
    animation-delay: 0.6s;
}
.product-info{
    animation-delay:0.8s;
}

.product-section {
    padding: 40px 20px;
    background-color: ivory;
}

.section-title {
    font-size: 28px;
    color: black;
    margin-bottom: 20px;
    text-align: center;
}

.product-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
   font-family:  "Winky Sans", sans-serif;
   margin-bottom: 200px;
}

.product-card {
    width: 250px;
    overflow: hidden;
    border-radius: 30px;
    background: #ffe0c7;
    padding: 10px;
    text-align: left;
    transition: all 0.5s ease;
}
.product-card:hover{
    transform: scale(1.05);
}

.product-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0%);
    transition: filter 0.5s ease;
}

.product-info {
    padding: 10px 5px;
}

.product-info h3 {
    font-size: 18px;
    color: black;
    margin-bottom: 5px;
}

.product-info p {
    font-size: 14px;
    color: #666;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.product-card:hover .product-image img {
    filter: grayscale(100%);
}

.product-card:hover .product-info p {
    opacity: 1;
    transform: translateY(0);
}
.best-sellers {
    width:100%;
    background: ivory;
  /* margin-left:20px;
  margin-bottom:20px;
  border-radius: 20px;
  margin-top: -30px; */
}
.container {
    display: flex;
    gap: 10px;
    justify-content: center;
    transition: all 0.3s ease;
    background: ivory;
    height: 300px; /* Set a fixed height for consistency */
}
.item {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%; /* Maintain height consistency */
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.item h3 {
    position: absolute;
   
    bottom: 10px;
    left: 50px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
 padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container:hover .item {
    flex: 0.8;
}
.container .item:hover {
    flex: 1.5;
}

   html {
    font-size: 62.5%;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
  } 
  .container2 hr{
    border:none;
    width: 420px;
    height: 3px;
    background: linear-gradient(270deg, red, yellow);

    border-radius: 10px;
    margin-top: -5px;
  }
.image-slider{
    font-size: 62.5%;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}
.image-slider body{
    font-size: 1.6rem;
    background: var(--bg);
}
@media (min-width: 1440px) {
    .image-slider {
      zoom: 1.5;
    }
  }
  
  @media (min-width: 2560px) {
    .image-slider {
      zoom: 1.7;
    }
  }
  
  @media (min-width: 3860px) {
    .image-slider {
      zoom: 2.5;
    }
  }  
  
  ::-webkit-scrollbar {
    width: 1.3rem;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #797979;
    transition: all 0.5s ease-in-out;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #222224;
  }
  
  ::-webkit-scrollbar-track {
    background: #f9f9f9;
  }
  
    body {
    font-size: 1.6rem;
    background: var(--bg);
  }  
  
  .container2 {
    max-width: 124rem;
    padding: 0 1rem;
    margin: 0 auto;
  }
  
  .text-center {
    text-align: center;
    margin-top: -2%;
    color: #d62828;
    font-family: "Playfair Display", serif; 
    
  }
  
  .section-heading2 {
    font-size: 5rem;
    color: var(--primary);
    padding: 2rem 0;
    
    color: #d62828;
  }
  
  #tranding {
    padding: 4rem 0;
   
  }
  
  @media (max-width:1440px) {
    #tranding {
      padding: 7rem 0;
    }
  }
  
  #tranding .tranding-slider {
    height: 52rem;
    padding: 2rem 0;
    position: relative;
  }
  
  @media (max-width:500px) {
    #tranding .tranding-slider {
      height: 45rem;
    }
  }
  
  .tranding-slide {
    width: 36rem;
    height: 42rem;
    position: relative;
  }
  
  @media (max-width:500px) {
    .tranding-slide {
      width: 28rem !important;
      height: 36rem !important;
    }
    .tranding-slide .tranding-slide-img img {
      width: 28rem !important;
      height: 36rem !important;
    }
  }
  
  .tranding-slide .tranding-slide-img img {
    width: 47rem;
    height: 62rem;
    border-radius: 2rem;
    object-fit: cover;
  }
  
  .tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .tranding-slide-content .food-price {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--white);
  }
  
  .tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
  }
  
  .food-rating {
    padding-top: 1rem;
    display: flex;
    gap: 1rem;
  }
  
  .rating ion-icon {
    color: var(--primary);
  }
  
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right {
    display: none;
  }
  
  .tranding-slider-control {
    position: relative;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tranding-slider-control .swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
  }
  
  @media (max-width:990px) {
    .tranding-slider-control .swiper-button-next {
      left: 70% !important;
      transform: translateX(-70%) !important;
    }
  }
  
  @media (max-width:450px) {
    .tranding-slider-control .swiper-button-next {
      left: 80% !important;
      transform: translateX(-80%) !important;
    }
  }
  
  @media (max-width:990px) {
    .tranding-slider-control .swiper-button-prev {
      left: 30% !important;
      transform: translateX(-30%) !important;
    }
  }
  
  @media (max-width:450px) {
    .tranding-slider-control .swiper-button-prev {
      left: 20% !important;
      transform: translateX(-20%) !important;
    }
  }
  
  .tranding-slider-control .slider-arrow {
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
  
  .tranding-slider-control .slider-arrow ion-icon {
    font-size: 2rem;
    color: #222224;
  }
  
  .tranding-slider-control .slider-arrow::after {
    content: '';
  }
  
  .tranding-slider-control .swiper-pagination {
    position: relative;
    width: 15rem;
    bottom: 1rem;
  }
  
  .tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
  
  .tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
  }
.animated-recipes {
    text-align: center;
    padding: 50px;
    /* border: solid black; */
    background-color: white;
}
.section4{
    color: #111;
}
.section5{
    color: #111;
}




.reveal {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

footer {
     background-color: #444; 
    color: white;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    border-top-left-radius: 50%;
    
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 200px;
    border-radius: 50%;
    position: absolute;
    margin-top: -5%;
    
}


.footer-links, .footer-products {
    flex: 1;
    min-width: 200px;
}

.footer-links h3, .footer-products h3, .footer-contact h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-links ul, .footer-products ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li, .footer-products ul li {
    margin-bottom: 8px;
}

.footer-links ul li a, .footer-products ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-contact {
    flex: 1;
    min-width: 250px;
}

.footer-contact p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-contact form {
    display: flex;
    flex-direction: column;
}

.footer-contact input,
.footer-contact textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
}

.footer-contact textarea {
    height: 100px;
    resize: none;
}

.footer-contact button {
    background-color: #A3D900;
    color: black;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.footer-icons img {
    width: 40px;
    margin: 5px;
}
footer {
    /* background: wheat; */
    /* background: linear-gradient(to bottom, #c2b280, wheat); */
    background: #87ae73;
    color: white;
    padding: 40px 20px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-container div {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}


footer h2,
footer h3,
footer ul li a,
footer input,
footer textarea,
footer button {
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
footer h2:hover,
footer h3:hover,
footer ul li a:hover,
footer input:hover,
footer textarea:hover,
footer button:hover {
    transform: translateX(10px);
    color: black;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin: 8px 0;
}

footer ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    display: inline-block; 
}


footer ul li a:hover {
    color: black;
}
footer input,
footer textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
}

footer button {
    background: limegreen;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.small-footer {
  background: black;
    color: white;
  
    border-radius: 20px;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.small-footer a {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-weight: bolder;
    transition: color 0.3s ease-in-out;
}


.small-footer a:hover {
    color: black;
}




.section {
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.heading,
.subheading {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s ease;
}

.heading.visible,
.subheading.visible {
  opacity: 1;
  transform: scale(1);
}

.heading {
  font-size: 2rem;
  margin-bottom: 20px;
}

.subheading {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 60px;
}

.animation-area {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.road {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: #444;
}

.bike {
  position: absolute;
  bottom: 60px;
  left: -100px;
  width: 100px;
  transition: left 9s ease-in-out;
}

.house {
  position: absolute;
  right: 100px;
  bottom: 60px;
  width: 100px;
}

.emoji {
  position: absolute;
  right: 140px;
  bottom: 180px;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 1s ease;
}

.emoji.visible {
  opacity: 1;
}

.final-animation {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(100px);
  transition: all 1.5s ease;
}

.final-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

.company-name {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}

.spice-throw {
  position: absolute;
  font-size: 1.5rem;
  animation: throwSpices 2s forwards;
}

@keyframes throwSpices {
  0% {
    top: -100px;
    left: 50%;
    opacity: 0;
  }
  100% {
    top: -10px;
    left: 50%;
    opacity: 1;
  }
}

.tagline {
  margin-top: 20px;
  font-size: 1.1rem;
  opacity: 0;
  animation: fadeInTagline 2s ease 11s forwards;
}

@keyframes fadeInTagline {
  to {
    opacity: 1;
  }
}

@media(max-width: 768px) {
  .heading {
    font-size: 1.5rem;
  }
  .bike, .house {
    width: 70px;
  }
  .company-name {
    font-size: 2rem;
  }
}

.spice-section {
  background-color: wheat;
  padding: 40px 20px;
  font-family: sans-serif;
  border-bottom-right-radius:35%;
  border-top-left-radius:35%;
}

.spice-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.spice-heading {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.spice-description {
  font-size: 2.1rem;
  margin-bottom: 40px;
  color: #333;
}

.spice-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.spice-card {
  background: #fff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  border-radius: 8px;
  padding: 20px;
  width: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease;
}

.spice-card:hover {
  transform: translateY(-5px);
}

.spice-card img {
  width: 220px;
  height: 260px;
  border-radius: 20px;
}

.spice-card h3 {
  margin-top: 15px;
  font-size: 1.6rem;
}

.price {
  margin: 10px 0;
  font-size: 1.2rem;
}

.strike {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
}

.discount {
  color: green;
  margin-left: 5px;
}

.shop-btn {
  background-color: #fb923c;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 1.5rem;

  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.shop-btn:hover {
  background-color: #f97316;
  transform: scale(1.05);
}

/* 🌐 Responsive Design */
@media (max-width: 768px) {
  .spice-grid {
    flex-direction: column;
    align-items: center;
  }

  .spice-card {
    width: 90%;
  }

  .spice-heading {
    font-size: 2rem;
  }

  .spice-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .shop-btn {
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .spice-heading {
    font-size: 1.6rem;
  }

  .spice-description {
    font-size: 0.95rem;
  }
}


.cta-section {
  width: 97%;
  background-color: #87ae73;
  padding: 40px 20px;
  color: white;
  /* font-family: dancing script; */
  font-family: "Rye", serif;

}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cta-heading {
  font-size: 32px;
  flex: 1 1 60%;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease;
  color: ivory;
 
}

.cta-button {
  /* flex: 1 1 30%; */
  text-align: right;
  text-decoration: none;
  font-size: 1.9rem;
  padding: 15px 30px;
  border: 2px solid ivory;
  color: ivory;
  background: transparent;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100px);
  border-radius: 10px;
  transition: all 1s ease;
}

.cta-button::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #87ae73;
  transition: width 0.4s ease;
  z-index: 0; /* This stays behind the text */
}


.cta-button:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.cta-button:hover {
  color: #111;
  box-shadow: 0 0 20px 5px black;
}

.cta-button span {
  position: relative;
  z-index: 1;
}


/* Animation class triggered by JS */
.scroll-animate.visible {
  opacity: 1;
  transform: translateX(0);
}



.delivery-partner-section {
  display: flex;
  align-items: center;
  padding: 60px 20px;
  background: white;
  margin-top:10%;
}

.delivery-partner-section .container {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.partner-logo {
  margin-top: 20px;
  width: 120px;
  opacity: 0.8;
}
.products-slider-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #fffaf0, #f9e5c1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.products-slider-section h2 {
  font-size: 4rem;
  color: #b84300;
  margin-bottom: 40px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
}

.product-slide {
  flex: 0 0 auto;
  width: 240px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product-slide img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background-color: #fff7eb;
}

.product-slide h3 {
  padding: 12px;
  background-color: #ffe7c2;
  margin: 0;
  font-size: 4.1rem;
  color: #5c2e00;
  text-align: center;
}

.slider-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: rgba(255, 150, 50, 0.9);
  color: white;
  border: none;
  padding: 10px 14px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background-color: #b84300;
}

.slider-btn.prev {
  left: 5px;
}

.slider-btn.next {
  right: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .product-slide {
    width: 180px;
  }

  .product-slide img {
    height: 220px;
  }

  .products-slider-section h2 {
    font-size: 2rem;
  }
}
.products-slider-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #fffaf0, #f9e5c1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.products-slider-section h2 {
  font-size: 3rem;
  color: #b84300;
  margin-bottom: 40px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.product-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
}

.product-slide {
  flex: 0 0 auto;
  width: 240px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product-slide img {
  width: 100%;
  height: 300px;
  object-fit: contain;
 
  background-color: white ;
}

.product-slide h3 {

  background-color: #ffe7c2;
  margin: 0;
  font-size: 1.7rem;
  color: #5c2e00;
  text-align: center;
}

.slider-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: rgba(255, 150, 50, 0.9);
  color: white;
  border: none;
  padding: 10px 14px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background-color: #b84300;
}

.slider-btn.prev {
  left: 5px;
}

.slider-btn.next {
  right: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .product-slide {
    width: 180px;
  }

  .product-slide img {
    height: 220px;
  }

  .products-slider-section h2 {
    font-size: 2rem;
  }
}

.best-sellers-section {
  padding: 80px 30px;
  background: linear-gradient(to bottom, #fff8f0, #ffe0c7);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.best-sellers-section h2 {
  font-size: 3rem;
  margin-bottom: 60px;
  color: #b84300;
  position: relative;
  animation: float-text 3s ease-in-out infinite;
}

@keyframes float-text {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.best-sellers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.best-seller-card {
  background: #fff;
  width: 280px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.best-seller-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  background: #fff6ea;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.best-seller-card:hover .image-wrapper img {
  transform: scale(1.08) rotate(-1deg);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(45deg, #ff5e00, #ffae00);
  color: #fff;
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  z-index: 2;
}

.badge.glow {
  box-shadow: 0 0 12px 3px rgba(255, 94, 0, 0.6);
  animation: glowPulse 2s infinite alternate;
}

@keyframes glowPulse {
  0% { box-shadow: 0 0 10px 3px rgba(255, 94, 0, 0.5); }
  100% { box-shadow: 0 0 20px 5px rgba(255, 94, 0, 0.9); }
}

.card-info {
  padding: 20px;
}

.card-info h3 {
  font-size: 1.4rem;
  color: #3a1f00;
  margin-bottom: 6px;
}

.price {
  font-size: 1.2rem;
  color: #ff5e00;
  font-weight: bold;
  margin-bottom: 12px;
}

.view-btn {
  padding: 10px 20px;
  background: linear-gradient(to right, #ff8400, #ff4e00);
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.view-btn:hover {
  background: linear-gradient(to right, #e65100, #c62828);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .best-seller-card {
    width: 90%;
  }

  .best-sellers-section h2 {
    font-size: 2.3rem;
  }
}





