*{
 padding: 0;
  margin: 0;

}
body {
  background-color: #f7f7f7;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

a .button{
   width:100%;
}
/* login */
.full-login {
    background: #3f5264be;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1022;
    /* visibility: hidden; */
}

.full-login {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.full-login.active {
  visibility: visible;
  opacity: 1;
}

.login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    max-width: 380px;
    width: 100%;
}
.clase-btn {
    display: flex;
    justify-content: end;
}

        .form-group {
            margin-bottom: 15px;
        }

        .ari {
            display: block;
            margin-bottom: 5px;
            color: #2c4b39;
        }


        button.btn-submit {
            width: 100%;
            padding: 12px;
            background-color: #91a54f; 
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        button.btn-submit:hover {
            background-color: #2c4b39; 
        }

        .toggle {
            text-align: center;
            margin-top: 20px;
        }

        .toggle a {
            color: #91a54f;
            text-decoration: none;
        }

        .toggle a:hover {
            text-decoration: underline;
        }

        @media (max-width: 480px) {
            .container {
                padding: 20px;
                margin: 10px;
            }


            button.btn-submit {
                font-size: 14px;
            }
        }

.login-pro {
  position: relative;
  margin-left: 40px;
}

.profile-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  width: 235px;
  position: absolute;
  top: 37px;
  right: 0;
  border: 1px solid #d8d8d8;
  z-index: 1021;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
}

.login-pro:hover .profile-card {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.btn-login {
  background-color:  #91a54f;
  border: none;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
}
.btn-login:hover{
  background-color:green;
}


/* login end  */
    .navigation{
      box-shadow: 2px 2px  5px rgb(223, 222, 222);
    }
    .navbar-top {
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
    }

    .navbar-top .logo img {
      height: 40px;
    }

    .phone-contact {
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
      color: #000;
      white-space: nowrap;
    }
    .phone-contact svg {
      width: 18px;
      height: 18px;
    }

    /* Search box */
    .search-container {
      flex-grow: 1;
      max-width: 400px;
      min-width: 150px;
    }
    .search-container input {
      width: 100%;
      padding: 6px 12px;
      border: 1px solid #ccc;
      border-radius: 0;
      outline: none;
    }
    .search-container button {
      background-color: #80b51f;
      border: none;
      color: white;
      padding: 6px 12px;
      cursor: pointer;
      border-radius: 0;
    }
    .search-container button svg {
      width: 16px;
      height: 16px;
      vertical-align: middle;
    }

    /* Login Box */
    .login-box {
      background-color: #c5db83;
      padding: 6px 12px;
      border-radius: 4px;
      font-weight: 700;
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      cursor: pointer;
    }
    .login-box img {
      height: 30px;
      width: 30px;
    }

    a{
      text-decoration: none;
      color:black;
    }
    .club-card {
      font-size: 14px;
      white-space: nowrap;
      cursor: pointer;
      color: #000;
    }

    /* Location and Sign In */
    .location-signin {
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 15px;
      white-space: nowrap;
      color: #000;
      cursor: pointer;
    }

/* From location*/ 
.loader {
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(45deg);
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 0 50%;
  background: transparent;
  background-image: radial-gradient(circle 5px at 50% 50%,transparent 94%, #80b51f);
}

.loader::after {
  animation: pulse-ytk0dhmd 1s infinite;
  transform: perspective(120px) translateZ(0);
}

@keyframes pulse-ytk0dhmd {
  to {
    transform: perspective(120px) translateZ(60px);
    opacity: 0;
  }
}



    /* Bottom Navbar */
    .navbar-bottom .nav-link {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #000;
      padding: 10px 12px;
    }

    .navbar-bottom .nav-link:hover,
    .navbar-bottom .dropdown-toggle:hover {
      color: #80b51f;
    }

    .navbar-bottom .dropdown-menu {
      font-size: 14px;
    }

    /* Cart and Wishlist */
    .cart-wishlist {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .cart-wishlist .icon-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      cursor: pointer;
      color: #000;
      position: relative;
    }
    .icon-btn svg {
      width: 20px;
      height: 20px;
      stroke: #80b51f;
      stroke-width: 1.5;
    }
    .icon-btn .badge {
      position: absolute;
      top: -5px;
      right: -10px;
      background-color: #80b51f;
      color: white;
      font-size: 11px;
      font-weight: 600;
      padding: 2px 6px;
      border-radius: 50%;
    }

    /* Responsive Media Queries */
    @media (max-width: 991.98px) {
      .navbar-top {
        justify-content: center;
        gap: 15px;
      }
      .phone-contact {
        order: 3;
        width: 100%;
        justify-content: center;
      }
      .login-box {
        order: 2;
      }
      .club-card, .location-signin {
        display: none;
      }
      .search-container {
        order: 1;
        max-width: 100%;
      }
    }

    @media (max-width: 575.98px) {
      .navbar-top {
        flex-direction: column;
        align-items: stretch;
      }
      .login-box {
        justify-content: center;
      }
      .search-container input {
        font-size: 14px;
      }
      .search-container button {
        padding: 6px 8px;
      }
    }
    /* nav end      */

.store-banner {

  padding:270px 100px;

  margin:20px 30px;

  background-color: #054f46;

  color: white;

  border-radius: 20px 20px 0 0;

  background: url("../images/depositphotos_339395432-stock-photo-food-background-with-assortment-of.jpg"); 

  background-repeat: no-repeat;

  background-position: bottom;

  background-size: cover;

  position: relative;

   border-bottom-left-radius: 30% 5%;

  border-bottom-right-radius: 30% 5%;

}

.banner-blur{

position: absolute;

      top: 0;

      left: 0;

      bottom: 0;

      background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);

        border-radius: 20px 0 0 0;

        border-bottom-left-radius: 30% 5%;

}

   .banner-content {

      max-width: 70%;

      padding: 100px 100px;

     color: #fff;

    }



.banner-content h1 {

  font-size: 45px;

  font-weight: bold;

  margin-bottom: 20px;


}



.banner-content p {

 font-size: 18px;

  margin-bottom: 25px;


}



.shop-btn {

  background-color: #c4f031;

  border: none;

  padding: 12px 24px;

  border-radius: 8px;

  color: #054F46;

  font-weight: bold;

  font-size: 16px;

  cursor: pointer;

}

.banner-content button:hover {

  background-color: #b5e52a;

}



.banner-image{

  top:35%;

  left:55%;

  position: absolute;

 

}

.banner-image img {

  border: 1px solid rgb(241, 5, 5);

  max-height: 500px;

  width: 400px;

}

/* food-category-container */

  .category-section {
    margin: 0 30px;
  }

  .categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
  }

  .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10%; 
    min-width: 80px;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.3s ease;
    text-align: center;
    font-size: 10px;
   transition: 0.3s;
   border-radius: 5px;
  }
  .category-item {
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
/* Zoom effect on hover */
.category-item:hover .category-icon img {
  transform: scale(1.2);
}
.category-item:hover{
  background-color: #fff;
  color:#054F46;
  box-shadow: 0 0 10px rgb(0, 0, 0, .18);
}
  .category-icon {
    width: 50px;
    margin-bottom: 8px;
  }

  .category-title {
    font-size: 15px;
    font-weight: 650;
    margin-bottom: 4px;
  }

  .category-subtitle {
    font-size: 12px;
    color: inherit;
  }


.category-icon img {
  width: 40px;
  transition: transform 0.3s ease;
}



  /* Responsive adjustments for tablets */
  @media (max-width: 768px) {
    .category-item {
      width: 22%;
      margin-bottom: 30px;
      font-size: 13px;
    }


    }


  /* Responsive adjustments for mobile */
  @media (max-width: 480px) {
    .category-item {
      width: 31%;
      margin-bottom: 25px;
      font-size: 12px;
    }

  }

/* end  */
/* you must need  */



  section .section-header {

      display: flex;

      justify-content: space-between;

      align-items: center;

      margin: 0 10px;

    }



    .section-header h2 {

      margin: 10px 0;

      font-weight: bold;

    }



    .see-more,.visit-link {

      color: #a52a2a;

      font-size: 16px;

      text-decoration: none;

      font-weight: bold;

    }



    .product-list {

      gap:30px;

      margin: 0 30px;

    }

.arindam{
  padding: 20px;
}
        .product-card {
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            border: 1px solid #e9ecef;
            border-radius: 0.5rem;
            overflow: hidden;
        }
        .product-card:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            transform: translateY(-2px);
        }
        .card-img-top {
            transition: transform 0.3s ease;
            object-fit: cover;
            /* width: 90%; */
            /* margin-left: 10px; */

        }
        .product-card:hover .card-img-top {
            transform: scale(1.1);
        }
        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.1);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }
        .product-card:hover .image-overlay {
            opacity: 1;
        }
        .overlay-btn {
            background: rgba(255,255,255,0.9);
            border: none;
            padding: 0.5rem 0.75rem;
            border-radius: 0.25rem;
            font-size: 0.75rem;
            transition: background 0.3s ease;
        }
        .overlay-btn:hover {
            background: #fff;
        }
        .sale-badge {
            top: 0.625rem;
            left: 0.625rem;
            background: #f39c12;
            color: #fff;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
            font-size: 0.75rem;
            font-weight: bold;
        }
        .wishlist {
            top: 0.625rem;
            right: 0.625rem;
            background: rgba(255,255,255,0.8);
            border: none;
            border-radius: 50%;
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease;
        }
        .wishlist:hover {
            background: #fff;
        }
        .product-price {
            font-weight: 700;
          color: #2c4b39;
        }
        .product-original-price {
            text-decoration: line-through;
            color: #6c757d;
            font-size: 0.875rem;
        }
        .star {
            color: #ffc107;
            font-size: 0.875rem;
        }
        .star.empty {
            color: #e9ecef;
        }
        .add-cart {
          font-size: 15px;
          border: none;
            background-color: #e7f3ec;
              color: #2c4b39;
        }
       .add-cart:hover {
           background-color: #2c4b39;
          
        }



/*discount banner*/

.discount-banner-image img{
  width: 100%;
  height: 100%;

}

  /* Featured Store */

    .featured-card {
      border-radius: 10px;
      display: flex;
      align-items: center;
      padding: 20px;
      color: #2d2d2d;
      height: 225px;
      position: relative;
      overflow: hidden;
    }

    .card-content {
      flex: 1;
      z-index: 2;
    }

    .card-subtitle {
      font-size: 14px;
      color: #62b167; 
      margin-bottom: 6px;
      font-weight: 600;
    }

    .card-title {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 14px;
    }

    .btn-shop {
      background-color: #36c36a;
      border: none;
      padding: 8px 20px;
      border-radius: 50px;
      color: white;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .btn-shop:hover {
      background-color: #2fa85d;
      color: white;
    }

    .card-image {
      max-width: 200px;
      border-radius: 10px;
      object-fit: cover;
      margin-left: 20px;
      z-index: 2;
    }
    .card-image2 {
      max-width: 250px;
      border-radius: 10px;
      object-fit: cover;
      margin-left: 20px;
      z-index: 2;
    }
    .card-light {
      background-color: #eaf2ef; 
    }

    .card-dark {
      background-color: #1a2a24; 
      color: #eaf2ef;
    }

    .card-dark .card-subtitle {
      color: #62b167;
    }

    .card-dark .btn-shop {
      background-color: #36c36a;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .featured-card {
        flex-direction: column;
        height: auto;
        padding: 20px 15px;
      }

      .card-image {
        margin-left: 0;
        margin-top: 15px;
        max-width: 100%;
        max-height: 180px;
      }
    }

.card-image2{
        margin-left: 0;
        margin-top: 15px;
        max-width: 100%;
        max-height: 180px;
}


    /* weekly-product-container  */

    h2 {

      color: #11332d;

    }

    .weekly-tabs {
      display: flex;
      gap: 10px;
     margin-left: 10px;
    margin-bottom: 20px;

    }

    .weekly-tab {

      padding: 7px 14px;

      border-radius: 50px;

      background: #fff;

      color: #11332d;

      font-size: 14px;

      cursor: pointer;

    }

        .weekly-tab:hover {

      background: #11332d;

      color:#fff ;

      cursor: pointer;

    }

/* trend-card start */

.trend-card {
  display: flex;
  align-items:center;
  gap: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition:transform 0.3s ease;
  overflow: hidden;
   position: relative;
}
/* Image */
.trend-img img {
  margin: 20px  0 0 10px ;
  width: 110px;
  transition: transform 0.3s ease;
  object-fit: cover;
  user-select: none;
}

 .trend-card:hover .trend-img img{
    transform: scale(1.1);
  }
/* Right section */
.trend-info {
  flex: 1;
  padding: 20px 10px 20px 10px;
   /* border-left: 1px solid #ddd; */
}

/* Top row */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Category */
.trend-category {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

/* Wishlist icon */
.trend-wishlist {
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
padding-right: 2px;

  font-size: 16px;
}

.wishlist:hover {
  color: #000;
}

/* Price row */
.trend-price-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 5px 0;
}

.trend-current-price {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.trend-old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #999;
}

.trend-discount {
  background: #db0f0f;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

/* Product title */
.product-title {
  font-size: 14px;
  font-weight: 600;
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Rating */
.trend-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.trend-stars {
  color: #ffc107;
  font-size: 14px;
}

.trend-rating-score {
  color: #555;
  font-size: 13px;
}

.icons-custom1 {
   background: none;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 50px;
  right: -57px; 
  opacity: 0;
  transition: right 0.2s ease-in-out, opacity 0.4s ease-in-out;  
}
.icons-custom2 {
   background: none;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 80px;
  right: -57px; 
  opacity: 0;
  transition: right 0.4s ease-in-out, opacity 0.6s ease-in-out;  
}
.trend-card:hover .icons-custom1 {
  right: 13px;  
  opacity: 1;
}
.icons-custom1:hover {
  color: #000;
}
.trend-card:hover .icons-custom2 {
  right: 13px;  
  opacity: 1;
}
.icons-custom2:hover {
  color: #000;
}

 
/* custom  */


















/* Most selling products */

.most-selling-card {
position: relative;
  display: flex;
  align-items:center;
  gap: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition:transform 0.3s ease;
  overflow: hidden;
}

/* Image */
.most-selling-img img {
  margin: 20px ;
  width: 110px;
  transition: transform 0.3s ease;
  object-fit: cover;
  user-select: none;
}

 .most-selling-card:hover .most-selling-img img{
    transform: scale(1.1);
  }
/* Right section */
.most-selling-info {
  flex: 1;
  padding: 20px 30px;
   border-left: 1px solid #ddd;
}

/* Top row */
.most-selling-top-row {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Category */
.most-selling-category {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

/* Wishlist icon */
.most-selling-wishlist {
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
padding-right: 2px;

  font-size: 16px;
}

.most-selling-wishlist:hover {
  color: #000;
}

/* Price row */
.most-selling-price-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 5px 0;
}

.most-selling-current-price {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.most-selling-old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #999;
}

.most-selling-discount {
  background: #db0f0f;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

/* Product title */
.most-selling-product-title {
  font-size: 14px;
  font-weight: 600;
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Rating */
.most-selling-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.most-selling-stars {
  color: #ffc107;
  font-size: 14px;
}

.most-selling-rating-score {
  color: #555;
  font-size: 13px;
}

.icons-1 {
   background: none;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 50px;
  right: -60px; 
  opacity: 0;
  transition: right 0.2s ease-in-out, opacity 0.4s ease-in-out;  
}
.icons-2 {
   background: none;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 80px;
  right: -60px; 
  opacity: 0;
  transition: right 0.4s ease-in-out, opacity 0.6s ease-in-out;  
}
.most-selling-card:hover .icons-1 {
  right: 34px;  
  opacity: 1;
}
.icons-1:hover {
  color: #000;
}
.most-selling-card:hover .icons-2 {
  right: 34px;  
  opacity: 1;
}
.icons-2:hover {
  color: #000;
}





/* Promo section container */
.promo-section {
  background-color: #6c1143;
  color: #f3f3f3;
  border-radius: 20px;
  margin: 0 20px;
  overflow: hidden;

}

.promo-section-left {
  padding: 20px 0;
}

.promo-heading {
  font-size: 2.6rem; /* Changed from vmax to rem for better control */
  font-weight: bold;
  color: #ffffff;
  margin: 25px 0;
}

.promo-subtext {
  margin: 45px 0 15px 0;
}

.store-buttons .store-img {
  height: 50px;
  max-width: 100%;
}

.delivery-img-box {
  position: relative;
}

.delivery-img {
  max-width: 52%;
  border-radius: 10px;
  position: relative; /* Changed from absolute to relative for better responsiveness */
}

/* Media Queries for Responsiveness */
@media (min-width: 992px) {
  .promo-section-left {
    padding-left: 100px; /* Original padding for larger screens */
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .promo-section-left {
    padding-left: 50px; 
  }
  
  .promo-heading {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .promo-section {
    margin: 0 10px;
    padding: 15px;
  }
  
  .promo-section-left {
    padding: 10px 0;
  }
  
  .promo-heading {
    font-size: 1.8rem; /* Smaller font on mobile */
    margin: 15px 0;
  }
  
  .promo-subtext {
    margin: 20px 0 10px 0;
  }
  
  .store-buttons {
    justify-content: center !important;
  }
  
  .store-buttons .store-img {
    height: 40px; /* Smaller buttons on mobile */
    margin-right: 5px;
  }
  
  .delivery-img-box {
    margin-top: 20px;
  }
}




/* footer top section */



.provide-best{


  padding: 20px 0 0 0;

  background: #bbea70;

  position: relative;

}



.heading-section{

  width: 400px;

  margin: auto;

}



  .heading-section h2 {

      font-size: 40px;

      font-weight: bold;

      color: #002b3d;

    }



    .heading-section p {

      font-size: 15px;

      color: #333;

      margin: 0 auto 40px;

    }



.service-card {

      background-color: #002b3d;

      color: #fff;

      padding: 30px 15px;

      height: 300px;

      width: 200px;

      border-top-left-radius: 50% 17px;

      border-top-right-radius:50% 17px ;



    }



    .service-card img {

      width: 60px;

      height: 60px;

      margin-bottom: 20px;

    }



    .service-card h5 {

       max-width: 75%;

       height: auto;

       box-sizing: border-box;

      border: 1px solid red;

    }



.footer-card {

      background-color: #0a2e29;

      color: #a4db63;

      border-top-left-radius: 50% 17px;

      border-top-right-radius:50% 17px ;

      width: 220px;

      height: 320px;

       padding: 40px 15px;

      /* text-align: center; */

}

.footer-card h5{

margin-top: 20px;

    max-width: 70%;

       height: auto;

       font-size: 1.4vmax;

       box-sizing: border-box;

      border: 1px solid red;

}



 .gift-back {

    position: relative;

  width: 110px;

  height: 120px;

  display: flex;

  justify-content: center;

  align-items: center;

 



  margin-top: 50px;

  margin-left:60px ;

  z-index: 9;

 }

.gift-back::before{

  content: '';

  background-color: #a4db63;

  position: absolute;

  border-radius: 10px;

  width: 100%;

  height: 100%;

  top: -12px;

  left:-15px;

  z-index: -1;

}



 .gift-back img{

  width: 115px;

  height: 120px;

   border: 2px solid #3e6e03;

     border-radius: 10px;

     background-color: black;

    }











    /* footer section  */




.footer-details{

  padding-left: 40px;


}


        .footer {

      background-color: #fffaf0;

      padding: 70px 0 20px 0;

      font-size: 14px;

    }



    .footer-logo img {

        width: 170px;

      margin-right: 8px;

      margin-bottom: 10px;


    }



    .footer .section-title {

      font-weight: 600;

      margin-bottom: 15px;

    }



    .footer .footer-links a {

      display: block;

      margin-bottom: 8px;

      color: #333;

      text-decoration: none;

    }



    .footer .footer-links a:hover {

      text-decoration: underline;

    }



    .footer .payments img {

      max-width: 50px;

      max-height: 50px;

      margin-right: 10px;

      margin-bottom: 10px;

    }



    .footer-bottom {

      border-top: 1px solid #e5e5e5;

      padding-top: 15px;

      padding: 20px 30px;

      margin-top: 30px;

      font-size: 13px;

    }



    .footer-bottom .icon-text {

      display: flex;

      align-items: center;

      gap: 8px;

      margin-right: 20px;

    }



    .footer-bottom .icon-text img {

      width: 18px;

    }



    @media (max-width: 767px) {

      .footer .footer-links {

        margin-bottom: 20px;

      }

    }