/***** navbar ***/

body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  box-sizing: border-box;
}
.navbar{
/* background-color: aquamarine; */
/*padding: 3px 30px;*/
background-color: white;
}


.nav-main>a{
    font-size: 30px ;
    /* letter-spacing: -1px; */
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* margin-right: 20px; */
   
}

.navbar-nav{
    /* background-color: bisque; */
    display: flex;
    align-items: center;
    gap:40px;


}




/* crousle */

.banner {
      width: 100%;
      height: auto;
      display: block;
    }
    .banner-container {
      padding: 0;
      margin: 0;
      margin-top: 60px !important;
    }

/* crousel end */




/* media queries  */


@media (max-width: 575.98px) {
  .banner-container {
    margin-top: -7px !important;
    height: 300px !important;
  }

  .banner {
    object-fit: contain;  /* crop instead of shrinking */
    height: 300px;      /* control height on mobile */
  }
}
/*  */


/* about us */


.container-fluid {
      margin: 0;
      padding: 10px;
    }
    .col-left {
      min-height: 300px;
    }
    .col-right {
      min-height: 300px;
    }



    /* .col-left {
      background-color: #f8d7da; 
      min-height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .col-right {
      background-color: #ffffff; 
      padding: 2rem;
    } */
    .icon-text {
      display: flex;
      align-items: center;
      /* margin-top: 1rem; */
    }

    .icon-text span{
        font-size: 17px;
        font-weight: 600;
    }
    .icon-text i {
      color: black;
      font-size: 1.3rem;
      margin-right: 0.5rem;
    }

    .col-right h2{
        font-size: 38px;
        font-weight: 700;
        /* background-color: aqua; */
        width: 90%;

    }


    .col-right p{
        /* background-color: aqua; */
        width: 86%;
        font-weight: 600;
        color: rgb(41, 39, 39);
    }

/* about us end */


/* media queri */

/* 🔹 Mobile devices (max-width: 767px) */
@media (max-width: 767.98px) {
  .col-left {
    padding-top: 0 !important;
    margin-top: -40px;
  }

  .about-div{
    /* background-color: aqua; */
    margin-top: -60px;
  }

  .col-left img{
    margin-top: 70px !important;
  }

  .col-right {
    padding: 1rem !important;
  }

  .col-right h2 {
    font-size: 27px;   /* smaller heading */
    width: 100%;       /* full width */
    text-align: center;
  }

  .col-right p {
    width: 100%;       /* no fixed width */
    font-size: 14px;
    text-align: center;
  }

  .icon-text span {
    font-size: 15px;   /* slightly smaller text */
  }

  .icon-text i {
    font-size: 1.1rem; /* adjust icon size */
  }


  .icon-text{
    margin-left: 60px;
  }
}


/*  */


/* mission & visson */
section{
    margin-top: 100px;
}

/* end */




/* Main container */
.category-container {
  width: 100%;
  min-height: 100vh;
  margin-top: 100px;
  padding: 0;
  overflow-x: hidden;
}

/* Left side menu */
.category-row-1 {
  min-height: 500px;
}

.list-group-item {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid rgb(75, 73, 73);
  transition: all 0.3s ease-in-out;
}

.list-group-item:hover {
  background-color: #533E00;
  color: #fff;
  cursor: pointer;
}

/* Right side background */
.category-row-2 {
  background-color: #f5f5f5;
  min-height: 300px;
  padding: 20px;
  border-radius: 8px;
}

/* Category block */
.category-block {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.category-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 8px;
}

/* Product card */
.product-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.product-card img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.product-name {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .product-card img {
    height: 120px;
  }
  .category-heading {
    font-size: 18px;
  }
}

.product-card {
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.product-card img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 5px;
}

.product-name {
  font-weight: 600;
  font-size: 14px;
}




/*  */




.banner {
      width: 100%;
      height: auto;
      display: block;
    }
    .banner-container {
      padding: 0;
      margin: 0;
      margin-top: 88px !important;
    }

/* crousel end */




/* media queries  */


@media (max-width: 575.98px) {
  .banner-container {
    margin-top: -10px !important;
    height: 300px !important;
  }

  .banner {
    object-fit: contain;  /* crop instead of shrinking */
    height: 300px;      /* control height on mobile */
  }
}
/*  */


/* end */


/* contact */
/* Make both columns same height */
.row.g-0 {
  min-height: 100vh; /* full screen height */
}

.contact-heading{
    font-size: 37px;
    margin-top: -250px;
}


.address-contact{
    width: 60%;
}



/* Mobile adjustments */
@media (max-width: 767.98px) {
  .row.g-0 {
    min-height: auto; /* let it shrink naturally on mobile */
  }

  .contact-div{
    /* background-color: aqua; */
    margin-top: -50px !important;
  }
   .contact-heading {
    font-size: 27px !important;   /* smaller heading for mobile */
    margin-top: 0;     /* remove negative margin */
    text-align: center;
    margin-top: -40px;
  }
.navbar-nav {
    /* background-color: bisque; */
    display: flex
;
    align-items: center;
    gap: 9px;
}
  .address-contact{
    width: 80%;
  }


  #contact-email{
    margin-left: -20px !important;
    /* background-color: blue !important; */
  }

  #contact-icon{
    /* background-color: brown; */
    margin-left: -90px;
  }

  #contact-add{
    /* background-color: blue; */
    margin-left: -57px;
  }

  .contact-add-div{
    /* background-color: brown; */
    width: 120%;
  }
  .col-12 {
    text-align: center; /* center content on small screens */
  }

  .d-flex.align-items-center,
  .d-flex.align-items-start {
    justify-content: center;  /* center icons + text */
    text-align: left;         /* keep text aligned properly */
  }

  form {
    padding: 1rem !important;
  }

  .form-control {
    font-size: 14px;   /* slightly smaller inputs */
    width: 100% !important;
  }

  button.btn {
    width: 100%;       /* full-width button on mobile */
    padding: 0.75rem;
    font-size: 16px;
  }

}

/* end */

#footer-daily-mart{
  color: #ec801a;
}



.nav-main img{
  width: 80px;
}


.nav-item a{
    font-size: 16.5px;
    font-weight: 500;
}


/* navbar media queri */
@media (max-width: 991px) {  /* for mobile + tablet */
  .nav-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    /* background-color: #810606; */
  }

  .navbar-brand{
    font-size: 24px !important;
  }

  .navbar{
    padding: 0%;
    /* padding-top: 10px; */
    width: 100%;
    /* background-color: #810606; */
  }

}
/*  */

@media (max-width: 768px) {
  .navbar-toggler {
   margin-right: 27px;
  }
}

/* crousel */

#myCarousel{
    margin-top:89px !important;
}

.carousel-item img {
      height: 330px;       /* Fixed height */
      object-fit: cover;   /* Image ko crop karke perfect fit karega */
      width: 100%;         /* Full width */
    }



/* Carousel Controls Position - push to corners */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; /* default SVG hata diya */
  width: 20px;
  height: 20px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  /* background-color: #810606; */
}

/* Left arrow */
.carousel-control-prev-icon {
  transform: rotate(135deg);
  margin-left: -95px;
}

/* Right arrow */
.carousel-control-next-icon {
  transform: rotate(-45deg);
  margin-right: -70px;
}


/* crousel end  */
 

/* crousel media queri */
@media (max-width: 991px) {
  .carousel-item img {
    height: 350px;   /* smaller height */
    object-fit: contain;
  }

  #myCarousel{
    margin-top: 12px !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .carousel-item img {
    height: 200px;   /* even smaller height for small screens */
    /* object-fit: contain; */

  }
  
}
/*  */


/* categry */

/* Category Section */
.Category {
   /* background-color: aqua; */
   padding-bottom: 40px;
    padding: 20px 0;
   }
.heading { text-align: center; margin-bottom: 30px; }
.heading h2 { font-size: 36px; font-weight: 600; letter-spacing: -1px; margin-top: 20px;}
.heading h2 span { color: #810606; display: inline-block; }

/* Animate Heading Span */
.animate-text { animation: scaleUp 1s ease-in-out infinite alternate; }
@keyframes scaleUp { from { transform: scale(0.7); opacity: 0.6; } to { transform: scale(1); opacity: 1; } }

/* Slider */
.slider-container { 
  overflow: hidden; 
  position: relative;
  padding: 10px 30px;
   width: 100%; 
   /* padding: 0 20px; */
   /* background-color: bisque; */
   }
.slider-track { display: flex; align-items: center; gap: 20px; }

.img-box h3{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 5px;
  color: #533E00;
  text-align: center;
}

.img-box { flex-shrink: 0; }
.img-box img { width: 250px; height: 230px; object-fit: cover; border-radius: 8px; margin: 0 8px; }

/* Buttons */
.carousel-btn { background: white; border: none; border-radius: 50%; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; box-shadow: 0 2px 6px rgba(0,0,0,0.2); z-index: 10; cursor: pointer; }
.carousel-btn i { color: black; font-size: 1.3rem; transition: all 0.3s ease; }
.carousel-btn:hover { background: black; }
.carousel-btn:hover i { color: white; }


/* category end */


/* category media queries */

@media (max-width: 991px) {

  .Category .heading h2{
    /* background-color:#FFF9A9; */
    font-size: 27px ;
  }
  
}
/*  */



/* rice pulse and flour */


.rice-container{
  width: 100%;
  height: fit-content;
  background-color: #FFF9A9;
  margin-top: 40px;
  padding: 50px 30px;
}

.masala-div{
  padding: 30px 10px;
}

.rice-container a{
  text-decoration: none;
  background-color: #533E00;
  color: white;
  padding: 10px 30px;
  letter-spacing: 1px;
  font-weight: 600;
  /* margin-bottom: 10px !important; */
  /* text-align: center; */
  font-size: 17px;
  margin-left: 45%;
  /* margin-top: 10px; */
  /* margin-top: 10px !important; */
}

.rice-container>h2{
  font-size: 27px;
  margin-top: 5px;
  letter-spacing: -.5px;
}

.rice-item{
  /* background-color:bisque; */
  /* padding-bottom: 0%; */
  /* padding: 20px 0; */
  /* padding-top: 10px; */
  padding-bottom: 20px;
  margin-bottom: 35px;
  margin-top: 40px;
  position: relative;
}
#masala-head{
  margin-left: 25px;
}

.masala-item{
  padding-bottom: 0%;
  /* background-color: aqua; */
  padding-left: 30px;
}

.col-md-2{
  /* background-color: #810606; */
  background-color: white;
  border-radius: 8px;
  width: 250px;
  height: 300px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15), 0 4px 6px rgba(0,0,0,0.1);
}

.col-md-2 img{
  /* width: 1000px; */
  width: 150%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-md-2 img:hover{
   transform: translateY(10px); /* Upar lift */
  /* box-shadow: 0 12px 30px rgba(0,0,0,0.25), 0 6px 10px rgba(0,0,0,0.15); */
}

.col-md-2 p{
  line-height: 17px;
  font-size: 17px;
  font-weight: 600;
  color: black;
}


.rice-divs{
  display: flex;
  align-items: center;
  gap: 8px;
}

/* rice end */


/* rice media queri */

@media (max-width: 991px) {

.rice-container>h2{
  font-size: 25px;
  text-align: center;
  /* background-color: #810606; */
  margin-top: -20px;
}

.rice-divs .col-md-2{
  width: 300px;
  margin-left: 5px;
}

.rice-divs  .col-md-2 p{
  text-align: center;
}

.rice-container>a{
  margin-left: 85px;
}
  

}


.furit-divs{
  text-align: center;
}

/*  */
/** dairy **/
.dairy-container{
  background-color: white !important;
}

/**/

/* container */

.image-container {
  width: 100%;
  margin-top: 40px;
  padding: 10px 20px;
}

.img-row {
  background-color: #8F8F8F;
  padding: 10px;
  border-radius: 10px;
}

/* Inner feature box styling */
.feature-box {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  animation: fadeUp 0.8s ease-in-out;
}

.feature-box img {
  width: 40px;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}


@media (max-width: 991px) {

  .img-row .col-md-3{
    margin-bottom: 5px;
  }
  
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 50px;
  bottom: 15px;
  z-index: 99999;
  background-color: rgba(206, 12, 12, 0.829);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;


}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

/* .scroll-top:hover {
  background-color:rgba(184, 10, 10, 0.822);
  color: white;
} */

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


  /* container end */



  /* footer */


.footer-container {
  width: 100%;
  background-color: black;
  padding: 20px 10px;
  margin: 0;
  color: white;
  /* margin-top: 10px; */
  overflow-x: hidden;
}

.footer-row .col-md-3 {
  padding: 15px 20px;
  color: white;
}

.footer-row .col-md-3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-row .col-md-3 ul li {
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: -25px;
}

.footer-para {
  font-size: 15px;
  line-height: 22px;
}

.icon-para {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon {
  font-size: 16px;
}

.footer-bottom {
  border-top: 1px solid #555;
}

.footer-bottom .footer-logo {
  height: 40px;
}

.footer-cat{
  margin-left: 20px;
}

.footer-ul{
  /* background-color: #810606; */
  padding-left: 50px;
}

.footer-para{
  /* background-color: #810606; */
  padding-left: 20px;

}

.icon-para{
  /* background-color: #810606; */
  padding-left: 20px;
}


/* .footer-cat ul li{
  margin-left: 20px;
} */
/* .footer-cat-div{
  background-color: #810606;
  padding-left: 20px;
} */
.footer-bottom h6 {
  color: white;
  font-weight: 500;
  margin: 0;
}

.footer-bottom p {
  color: white;
  font-size: 14px;
  margin: 0;
}

.footer-head{
  /* background-color: #810606; */
  margin-top: -10px;
}

/* ✅ Mobile optimization */
@media (max-width: 768px) {
  .footer-row .col-md-3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .footer-row .para-footer{
    /* background-color: #810606 !important; */
    padding-left: 15px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .d-flex {
    justify-content: center;
  }

  .footer-container {
    height: auto;
  }
}


#footer-daily-mart{
  color: #ec801a;
}