* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.banner-mainheading {
  font-size: 48px;


  line-height: 73px;
  font-weight: 600 !important;
}
@media (max-width: 1024px) {
  .banner-mainheading{
    font-size: 36px;
  }
}

.banner-bestonline {
  color: rgba(0, 173, 212, 1);
  font-weight: 600;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

  border-radius: 30px;
  padding: 10px;

}

.grocery-input-border {
  height: 100px;
  background-color: var(--primary-color4);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
  margin-top: -65px;
}

.grocery-banner-text {
  color: var(--primary-color8);
}

.Grocery-page {
  width: 100%;
 
}

.grocery-page-top-search {
  background-color: var(--primary-color4);
}

.grocery-page-form-select {
  width: auto;
}


.grocery-page-find-select,
.grocery-page-find-input,
.grocery-page-find-btn {
  font-size: 1rem;
}
.vegteable{
  color: rgba(43, 43, 43, 1);
  font-weight: 600;
  font-size: 21px;
}
/* Responsive styling */
@media (max-width: 768px) {
  .banner-mainheading {
    font-size: 1.5rem;
  }

  .p {
    font-size: 0.9rem;
  }

  .grocery-page-start-button,
  .grocery-page-start-button-in {
    width: 100%;
    margin-bottom: 10px;
  }

  .user-img {
    width: 25px;
    height: 25px;
  }

  .rating,
  .review-count {
    font-size: 0.9rem;
  }

  .grocery-input-border {
    height: 240px;
    margin-top: -60px;
  }
}


/* ............Categoeries.......... */
.grocery-page-circle-icon {
  width: 100px;
  height: 100px;
  background-color: var(--primary-color10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.grocery-circle-card {
  border: none;
}

/* grocery-searchbar-CODE started  */
.grocery-page-find-select,
.grocery-page-find-input {
  height: 60px;
  border-radius: 15px;
  background-color:rgba(231, 231, 231, 1);
}


.form-select:focus{
  border-color: rgba(231, 231, 231, 1) !important;
  outline:none !important;
  box-shadow:none !important
}

.form-control:focus{
  border-color:rgba(231, 231, 231, 1) !important;
  outline:none !important;
  box-shadow:none !important
}
.grocery-page-find-btn {
  height: 60px;
  color: var(--primary-color4);
  background-color: var(--primary-color6);
  border-radius: 15px;
}
@media (min-width: 1200px) {
  .container{
      max-width: 1100px !important;
  }
}
.grocery-page-find-btn:hover {
  transition: 0.3s ease-in-out;
  border:1px solid var(--primary-color6);
  color: var(--primary-color6);
}


@media(max-width:768px) {
  .banner-mainheading {
    font-size: 40px;


    line-height: 50px;
    font-weight: 600 !important;
  }

}


@media (max-width: 576px) {
  .grocery-page-input-col {
    flex-direction: column;
    /* Stack elements vertically on extra small screens */
  }

  .grocery-page-find-btn {
    width: 100%;
    /* Make button full-width on small screens */
  }
}

/* grocery-searchbar-CODE ended  */
/* Time img code started */
.grocery-button-style {
  background-color: var(--primary-color8);
  color: var(--primary-color4);
  border-radius: 10px;
  font-size: 1rem;
  width: 140px;
  height: 50px;
}

.grocery-button-style:hover {
  transition: 0.3s ease-in-out;
  color: var(--primary-color8);
  border: 1px solid var(--primary-color8);
}

.grocery-bg-color {
  background: #18607021;
  position: relative;
}

.grocery-child-1 {
  position: absolute;
  left: 0%;
  top: 0%;
}

.child-2 {
  position: absolute;
  right: 0%;
  bottom: 0%;
}

/* Responsive adjustments */
@media (max-width: 769px) {
  .grocery-side-img {
    display: none;
  }

  .grocery-bg-color {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

/* Time img code ended */

.icon-img {
  width: 60%;
}

.text-center {
  margin-top: 10px;
}

.grocery-section-title {
  color: var(--primary-color8);
}

.heading {
  display: flex;
  justify-content: center;
}
.heading h1{
   
font-weight: 600;
font-size: 32px;
line-height: 43px;
text-align: center;
}

.grocery-page-start-button-in {
  color: var(--primary-color4);
  background-color: var(--primary-color8);
  gap: 15px;
  /* height: 50px;
  width: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  height: 50px;
}

.grocery-page-start-button-in:hover {
  transition: 0.3s ease-in-out;
  color: var(--primary-color8);
  border: 1px solid var(--primary-color8);
}
.grocery-page-start-button-in:hover  svg {
  fill:#00add4 !important;
}
.grocery-page-start-button-in:hover  svg path {
  fill:#00add4 !important;
}

.grocery-page-start-button {
  color: var(--primary-color9);
  border: 1px solid var(--primary-color8);
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;

  height: 50px;

}
.grocery-page-start-button svg path{
  fill: var(--primary-color9);


}
 @media (max-width: 400px) {
  .grocery-page-start-button,
  .grocery-page-start-button-in {
    font-size: 12px;
  }
  .banner-mainheading {
    font-size: 30px;
  }

 }
.grocery-page-start-button:hover {
  transition: 0.3s ease-in-out;
  color: var(--primary-color4);
  background-color: var(--primary-color8);
}
.grocery-page-start-button:hover svg path {
  fill: var(--primary-color4);
}

/* Circle card  */

/* product card scroll  */
.scroll-row {
 
 
  padding: 10px;
  
}

.scroll-row::-webkit-scrollbar {
  height: 8px; /* Adjust height for horizontal scrollbar */
}

.scroll-row::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-row::-webkit-scrollbar-thumb {
  background-color: #00bcd4;
  border-radius: 10px;
}

.scroll-row::-webkit-scrollbar-thumb:hover {
  transition: 0.3s ease-in-out;
  background-color: #007b8e;
}

.scroll-row .card {
  min-width: 18rem; /* Fixed width for cards */
  flex: 0 0 auto; /* Prevents cards from shrinking */
}
/* product card scroll  */


.grocery-page-circle-icon {
  width: 108px;
  height: 108px;
  background: #EDEDED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-img {
  width: 50%;
}

.text-center {
  margin-top: 10px;
}

.heading {
  display: flex;
  justify-content: center;
}


.grocery-page-start-text {
  color: var(--primary-color4);
  gap: 15px;
  /* height: 50px;
  width: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.grocery-page-start-text-in {
  color: var(--primary-color9);
  gap: 15px;
  /* height: 50px;
  width: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;

}

/* CSS for Scrollable Container */

.scroll-container {
  display: flex;
  overflow-x: auto;
  /* Enables horizontal scrolling */
  overflow-y: hidden;
  /* Hides vertical overflow */
  padding-bottom: 10px;
  /* Optional padding at the bottom */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #00ADD4 transparent;
  /* For Firefox */

}

.scroll-container::-webkit-scrollbar {
  height: 8px;
  /* Adjusts height of horizontal scrollbar */
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* .card-item {
  min-width: 150px;
  margin-right: 20px;
} */

.icon-img {
  width: 60px;
  height: 60px;
}

/* Circle card  */



/* card css started  */
.product-card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 16px;

}

.deals {
  color: #00ADD4;
  display: flex;
}

.heading {
  display: flex;
  justify-content: center;
}

.grocery-card {
  /* border: 1px solid; */
  border-radius: 10px 67px 10px 10px;
}

.grocery-card:hover {
  transition: 0.3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.discount-badge {
  background-color: var(--primary-color6);
  color: var(--primary-color4);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
}

 
.product-image {
  /* max-width: 115px; */
 
  height:240px
}

.price {
  font-size: 22px;
  color: #333;
  font-weight:  600s;
}
.ratingpoints{
  font-size: 18px;
  line-height: 24.5px;
  color: #333;
  font-weight:  600s;
}

.rating-desc{
  color: rgba(153, 154, 157, 1);
  font-size: 16px;
  line-height: 21px;
}

.original-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 8px;
}

.rating {
  color: #ffc107;
}

.add-button {
  background-color: #0d6efd;
  color: var(--primary-color4);
  font-weight: bold;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
}

/* card css Ended  */

/* .........Card............... */
.grocery-page-banner {
  background-color: var(--primary-color6);
  color: var(--primary-color4);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.grocery-page-baner {
  background-color: #EDEDED;
  /* background-color: var(--primary-color10); */
  color: var(--primary-color4);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.freshcailr{
  font-size: 22px;
  font-weight:600;
  line-height: 35px;



}
.text-muted{
  color: rgba(153, 154, 157, 1) !important;
}
.text-muted-main{
  color:rgba(24, 96, 112, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 35.34px;
}

.grocery-discount-badge {
  background-color: var(--primary-color6);
  padding: 5px 5px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 18px;
}

.grocery-discount-badge-1 {
  background-color: var(--primary-color16);
  padding: 5px 0px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 18px;
}

.fruit-image {
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  max-width: 50%;
}

.btn-shop {
  background-color: var(--primary-color12);
  border: none;
  color: var(--primary-color4);
  font-weight: bold;
}
  .scroll-row::-webkit-scrollbar{
    display: none;
  }
  .grocery-product-cards1:hover .scroll-row::-webkit-scrollbar{
    display: block;
  }
 .grocery-product-cards1:hover .product-content{
   overflow-y: auto;
 }
 .product-content{
  overflow-y: hidden;
 }
 
 /* ..................... */
 .scrollable-container::-webkit-scrollbar{
  display: none;
}
.grocery-product-cards1:hover .scrollable-container::-webkit-scrollbar{
  display: block;
}
.grocery-product-cards1:hover .scrollable-container{
 overflow-y: auto;
}
.scrollable-container{
overflow-y: hidden;
}
 @media (max-width: 767px) {
  .grocery-page-banner-content{
    padding-right: 120px;
  }
  .grocery-banner-font{
   font-size: 23px;
  }
 }
 @media (max-width: 530px) {
  .grocery-page-banner-content{
    padding-right: 0px;
  }
  .grocery-banner-font{
    font-size: 18px;
   }

 }
/* banner product card  */
   /* Styling the scrollable container */
   .scrollable-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 10px;
    
}

.scrollable-container::-webkit-scrollbar {
    height: 8px;
}

.scrollable-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #00bcd4;
    border-radius: 10px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
  transition: 0.3s ease-in-out;
    background-color: #007b8e;
}

/* Setting a minimum width for each card */
.card-customs {
    
    flex: 0 0 auto;
}
.card-custom3{
  border: 1px solid #D6D6D6 !important;
}
/* banner product card  */

/* Social  Communication code  */

/* Basic styling */


.com-section {
    text-align: center;
    padding: 20px;
    /* max-width: 800px; */
    /* margin: auto; */
 
}

.section-title {
    font-size: 32px;

    font-weight: 600;
    line-height: 38px;
    margin-bottom: 5px;
}

.section-subtitle {
    font-size: 1em;
    color: #6c757d;
    margin-bottom: 30px;
}

/* Circular arrangement of images */
.grocery-communication{
  background:url('../img/Grocery-img/grouptestimonialbg.png');
  background-size: 100% 100%;
     position: relative;
}
.circle-container {

  /* background:url('../img/Grocery-img/grouptestimonialbg.png');
 background-size: 100% 100%;
    position: relative; */
    width: 100%;
  
    padding-top: 30%;
}
.Communication-background{
  margin-top: -10% !important;
  margin-left: -32%;
}
@media (max-width: 1100px) {
  .Communication-background{
    margin-top: -7% !important;
    margin-left: -25%;
  } 
}
@media (max-width: 900px) {
  .Communication-background{
    margin-top: -6% !important;
    margin-left: -19%;
  } 
}
@media (max-width: 786px) {
  .Communication-background{
    margin-top: -6% !important;
    margin-left: -10%;
  } 
}
@media (max-width: 500px) {
  .Communication-background{
    display: none;
  } 
}
.circle-container img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}

/* Positioning images in a circular layout */
.img1 { top: -5%;
  left: 47%;
}
.img2 {     top: 26%;
  left: 11%;
 }
.img3 { top: 60%; left: 12%; }
.img4 { top: 29%; left: 29%; }
.img5 {
  top: 26%;
  right: 11%;
 }
.img6 { top: 60%; right: 12%; }
.img7 { top: 29%; right: 29%; }
.img8 { top: 90%; left: 47%; }

/* Center message */
.center-message {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.center-message span {
    color: #00bcd4;
}

/* Testimonial Box */
.testimonial-box {
    background-color: #ffffff;
    border: 1px solid #00bcd4;
    padding: 20px;
    border-radius: 10px 30px 10px 10px ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: -25px;
    max-width: 60%;


    position: relative;
    top: 160px;

}

.testimonial-box .quote {
    font-size: 1em;
    color: #6c757d;
    font-style: italic;
    margin-bottom: 10px;
    padding-top: 40px;
}

.testimonial-box .customer-name {
    font-weight: bold;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .circle-container img {
        width: 40px;
        height: 40px;
    }

    .center-message {
        font-size: 1.2em;
    }

    .testimonial-box {
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .circle-container {
        padding-top: 100%;
    }

    .center-message {
        font-size: 0.8em;
    }

    .section-title {
        font-size: 1.5em;
    }




    .img1 {        top: -5%;
      left: 42%;
    }
    .img2 {     top: 15%;
      left: 11%;
     }
    .img3 { top: 60%; left: 12%; }
    .img4 { 
      top: 41%;
      left: 16%;}
    .img5 {
      top: 15%;
      right: 11%;
     }
    .img6 { top: 60%; right: 12%; }
    .img7 {top: 42%;
      right: 16%; }
    .img8 { top: 90%; left: 47%; }



  
    
}

/* Social  Communication code  */
/* ...........Products..................... */
.card-custom {
  border: none;
  padding: 20px;
  background-color: var(--primary-color4);
  border-radius: 10px 50px 10px 10px;



}

.card-custom:hover {
  transition: 0.3s ease-in-out;
  border-radius: 10px 50px 10px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 2px 22px 33px -8px, rgba(0, 0, 0, 0.3) 0px 10px 25px -3px;
}

.card-customs {
  border-radius: 10px 50px 10px 10px;
  padding: 20px;
  background-color: var(--primary-color4);
}

.card-customs:hover {
  transition: 0.3s ease-in-out;
  /* border-radius: 10px 50px 10px 10px; */
  box-shadow: rgba(50, 50, 93, 0.25) 2px 22px 33px -8px, rgba(0, 0, 0, 0.3) 0px 10px 25px -3px;
}

.custonm {
  background-color: var(--primary-color13);
  color: var(--primary-color4);
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
}

.strawberry-img {
  width: 145px;
  height: auto;
  display: block;
  margin: auto;
}

.cauliflower-img {
  width: 175px;
  height: auto;
  display: block;
  margin: auto;
}

.star-rating {
  color: #f4c430;
  font-size: 1.2rem;
}

.price-text {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.old-price {
  text-decoration: line-through;
  color: rgb(153, 153, 153);
  font-weight: 500;
}
.latstmeet{
  color: rgba(43, 43, 43, 1) !important;
  font-weight: 600;
  font-size: 32px;

}
.grocery-add-button {
  background-color: rgba(0, 173, 212, 1);
  color: var(--primary-color4);
  font-weight:  400;
  border: none;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 15px;
}

.grocery-add-button:hover {
  transition: 0.3s ease-in-out;
  background-color: var(--primary-color9);
}


/* card code started here */
.custom-card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}
 
.grocery-card-img {
  height: 100%;
  width: 100%;
  

}
.dateblogsection{
color: rgba(153, 154, 157, 1);
font-weight: 400 !important;
}
.grocery-card-border {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: -30px;
  background-color: #fff;
  border-left: 3px solid rgba(239, 243, 246, 1);
 
}

.card-content {
  padding: 20px;
  background-color: white;
}

.grocery-btn-none {
  border: none;
  text-align: start;
  color: var(--primary-color8);
}

.grocery-card-title {
  color: var(--primary-color16);
  font-size: 19px;
 
  
}

/* Responsive styles for cards */
@media (max-width: 768px) {
  .card-content {
    padding: 15px;
  }
}

/* card code ended here */
/* banner css code  */
.newsletter-section {
  background-image: url('../../../assets/landing/img/Grocery-img/bg-img.png');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 75px 0 30px;
  text-align: center;
  border-radius: 30px;
}

/* .grocery-banner-btn {
  color: var(--primary-color4);
  background-color: var(--primary-color8);
  border-radius: 15px;
}

.grocery-banner-btn:hover {
transition: 0.3s ease-in-out;
  color: var(--primary-color8);
  border: 2px solid var(--primary-color8);
} */

.newsletter-text {
  font-size: 40px;

  font-weight: 600;
  line-height: 56px;

  margin-bottom: 20px;
}

.newsletter-input {
  margin: 0 auto;
}

.search-container {
  position: relative;
  width: 70%;
  /* max-width: 650px; */
  margin: 0 auto;
}

.search-container input[type="text"] {
  width: 100%;
  padding: 12px 100px 10px 15px;
  font-size: 16px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #ddd;
}

.grocery-form-mail-btn:hover {
  transition: 0.3s ease-in-out;
  background-color: unset;
  color: var(--primary-color8);
  border: 2px solid var(--primary-color8);
}

.search-container button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  background-color: #00ADD4;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}


@media(max-width:768px)
{
  .grocery-card-border {
    border-radius: 10px;
    margin-left: 0px ;
    background-color: #fff;
}

.grocery-card-img {
width:100%;
  border-radius: 0px;
}
.newsletter-text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.search-container {
  position: relative;
  width: 95%;
}
}

.bgsetting{
  background: url('../img/Grocery-img/backgroundimg.png');
  width: 100%;
  background-size:100% 100%
}
