        .ecofriendly-fullwidth .column.main {
                max-width: 100% !important;
                width: 100% !important;
            }
            .ecofriendly-fullwidth {
                padding: 0 !important;
            }
        .header-menu-content.d-none.d-md-block {
    display: none !important;
}
.mb-navigation.vertical-menu.d-none.d-md-block {
    display: none !important;
}
            /* Seller Hub Menu */
   .seller-hub-menu {
  background-color: #e6d6bf; /* Beige background */
  padding: 5px 0;
}

.seller-hub-menu ul {
  list-style: none; /* Removes bullets */
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; /* Centers menu items */
  gap: 20px; /* Adds space between items */
}

.seller-hub-menu ul li {
  display: inline; /* Ensures horizontal layout */
}

.seller-hub-menu ul li a {
  text-decoration: none; /* Removes underlines */
  font-weight: 600;
  color: #0d3326;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px; /* Adds spacing */
  display: inline-block;
}

.seller-hub-menu ul li a:hover {
  color: #064e3b; /* Darker green on hover */
}
/* Eco-Friendly Section */
    .eco-friendly {
      padding: 1rem 0rem;
      background-color: #fefbe7;
      text-align: center;
    }

    .eco-friendly h1 {
      font-weight: 700;
      color: #054d40;
      text-align: left;
    }

    .eco-friendly p {
      color: #6c757d;
      font-size: 2.2rem;
      margin-bottom: 2rem;
      text-align: left;
    }

    .eco-friendly .btn {
      padding: 0.8rem 1.5rem;
      border-radius: 5px;
      font-weight: 500;
      width: 250px;
      margin: 10px;
    }

    .eco-friendly .btn-primary {
      background-color: #054d40;
      border: none;
    }

    .eco-friendly .btn-outline-warning {
      color: #054d40;
      border-color: #ffc107;
    }

    /* Manage Your Profile Section */
    .your-profile {
      padding: 1rem 0rem;
      background-color: #fdfcf3;
    }

    .your-profile h2 {
      font-weight: 600;
      color: #054d40;
      margin-bottom: 2rem;
    }

    .your-profile ul {
      list-style: none;
      padding: 0;
    }

    .your-profile li {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .your-profile li img {
      width: 40px;
      height: 40px;
      margin-right: 1rem;
    }

    /* Gaiabay Account Section */
    .gaiabay-account {
      padding: 1rem 0rem;
      background-color: #ffffff;
    }

    .gaiabay-account h2 {
      font-weight: 600;
      color: #054d40;
      margin-bottom: 2rem;
    }

    .gaiabay-account ul {
      list-style: none;
      padding: 0;
    }

    .gaiabay-account li {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .gaiabay-account li img {
      width: 40px;
      height: 40px;
      margin-right: 1rem;
    }
    /* Green Innovation Hub Section */
    .innovation-hub {
      padding: 3rem 1.5rem;
      background-color: #fefbe7;
    }

    .innovation-hub h2 {
      font-weight: 700;
      color: #054d40;
    }

    .innovation-hub ul {
      list-style: none;
      padding: 0;
    }

    .innovation-hub li {
      margin-bottom: 1rem;
    }

    .innovation-hub img {
      width: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    /* Sustainable Seller Central Section */
    .sustainable-central {
      padding: 1rem 0rem;
      background-color: #ffffff;
    }

    .sustainable-central h2 {
      font-weight: 700;
      text-align: center;
      color: #054d40;
      margin-bottom: 2rem;
    }
    .sustainable-central-image img{
        width: 100%;
    }

    .sustainable-central .card {
      border: none;
      text-align: center;
      background-color: #054d40;
      color: #fff;
      border-radius: 8px;
      padding: 1rem;
    }

    .sustainable-central .card h5 {
      margin-top: 1rem;
      font-weight: 600;
    }

    .sustainable-central .step-badge {
      position: absolute;
      top: -10px;
      left: 10px;
      background-color: #ffc107;
      border-radius: 5px;
      padding: 0.2rem 0.5rem;
      color: #054d40;
      font-weight: 600;
    }
    .sustainable-shopping-text p{
      padding: 12px;
    }

    /* Sustainable Shopping Section */
    .sustainable-shopping {
      padding: 3rem 1.5rem;
      background-color: #fefbe7;
    }

    .sustainable-shopping h2 {
      font-weight: 700;
      text-align: center;
      color: #054d40;
      margin-bottom: 2rem;
    }

    .sustainable-shopping .card {
      border: none;
      background-color: #fff;
      text-align: center;
      padding: 2rem;
      border-radius: 8px;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .sustainable-shopping .card img {
      width: 80px;
      margin-bottom: 1rem;
    }
    .sustainable-shopping-text {
        height: 90px;
    }
     /* Digital Service Section */
    .digital-service {
          padding: 1rem 0rem;
        background-color: #ffffff;
    }

    .digital-service h2 {
      font-weight: 700;
      margin-bottom: 2rem;
      color: #054d40;
    }

    .digital-service .icon {
      color: #f7a800;
      font-size: 2rem;
    }

    .digital-service p {
      font-size: 1rem;
      color: #6c757d;
    }

    .digital-service img {
      width: 100%;
      border-radius: 8px;      
    }
    .digital-service ul li img {
      width: 100%;
      border-radius: 8px;
      height: 50px;
      width: 50px;
    }
    .digital-service ul li{
      list-style: none;
    }
    
     /* Community Section Styles */
    .community-01 {
      background-color: #054d40;
      padding: 3rem 1.5rem;
      text-align: center;
      color: #fff;
    }

    .community-01 h2 {
      color: #fff;
      font-weight: 700;
      margin-bottom: 2rem;
    }

    .community-01 .card {
      border: none;
      background-color: transparent;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .community-01 .card img {
      width: 100%;
      height: auto;
      display: block;
    }
    /* Eco Reward Program Styles */
    .eco-reward-program {
      background-color: #fcf7e8;
      padding: 3rem 1.5rem;
      align-items: center;
      justify-content: space-between;
    }

    .eco-reward-program h2 {
      color: #064e3b;
      font-weight: 700;
      margin-bottom: 1.5rem;
    }

    .eco-reward-program p {
      color: #444;
      margin: 0;
    }

    .eco-reward-program .reward-tier {
      margin-bottom: 1.5rem;
    }

    .eco-reward-program img {
      max-width: 100%;
      border-radius: 10px;
    }
    .eco-reward-image img{
        float: right;
        width: 100%;
    }
     /* Gaiabay Gives Back Section */
    .gaiabay-give-back {
      padding: 3rem 1.5rem;
      background-color: #fefbe7;
    }

    .gaiabay-give-back h2 {
      font-weight: 700;
      text-align: center;
      color: #054d40;
      margin-bottom: 2rem;
    }
    .gaiabay-give-back p{
      padding: 30px;
    }

    .gaiabay-give-back .card {
      border: none;
      text-align: center;
      padding: 1.5rem;
      background-color: #054d40;
      color: #fff;
      border-radius: 8px;
      min-height: 431px;
    }

    .gaiabay-give-back .card img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 1rem;
    }

    /* Give Back Image Section */
    .give-back {
      padding: 3rem 1.5rem;
      background-color: #054d40;
      text-align: center;
    }

    .give-back img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .give-back h2 {
      color: #fff;
      font-weight: 700;
      margin-bottom: 2rem;
    }
     /* Gaiabay Marketplace */
    .gaiabay-market-place {
      background-color: #ffffff;
      padding: 3rem 1.5rem;
    }

    .gaiabay-market-place h2 {
      color: #064e3b;
      font-weight: 700;
    }

    .gaiabay-market-place p {
      color: #444;
      margin: 0;
      padding: 10px;
    }

    .gaiabay-market-place img {
      border-radius: 10px;
    }

    /* Gaiabay Mobile App */
    .gaiabay-mobile-app {
      padding: 3rem 1.5rem;
      background-color: #fcf7e8;
    }

    .gaiabay-mobile-app h2 {
      color: #064e3b;
      font-weight: 700;
    }

    .gaiabay-mobile-app p {
      color: #444;
    }

    .gaiabay-mobile-app img {
      max-width: 100%;
      border-radius: 10px;
    }

    /* Join Gaiabay Community */
    .join-gaiabay-comunity {
      background-color: #e8f5e9;
      padding: 3rem 1.5rem;
      text-align: center;
    }

    .join-gaiabay-comunity h2 {
      color: #064e3b;
      font-weight: 700;
      margin-bottom: 2rem;
    }

    .join-gaiabay-comunity .card {
      background-color: #064e3b;
      color: white;
      border: none;
      border-radius: 8px;
      margin: 0.5rem 1rem;
    }

    .join-gaiabay-comunity .card img {
      border-radius: 8px 8px 0 0;
      width: 100%;
    }
    .join-gaiabay-comunity p{
      padding: 10px;
    }
@media (max-width: 768px){
  .gaiabay-give-back h3{
    margin-top: 20px;
  }
  .sellerhubpage-ecofriendly-index .gaiabay-mobile-app img {
      width: 100%;
    } 
.sellerhubpage-ecofriendly-index .join-gaiabay-comunity{
    padding: 1rem 0rem;
  }
.sellerhubpage-ecofriendly-index .gaiabay-mobile-app {
  padding: 1rem 0.5rem;
}  
.sellerhubpage-ecofriendly-index .gaiabay-market-place{
  padding: 2rem 0.5rem;
}  
.sellerhubpage-ecofriendly-index .gaiabay-give-back p {
    padding-top: 0;
}
.sellerhubpage-ecofriendly-index .gaiabay-give-back {
    padding: 2rem 0.5rem
    } 
.sellerhubpage-ecofriendly-index .innovation-hub{
  padding: 2rem 0.5rem
 } 
.sellerhubpage-ecofriendly-index .eco-reward-program {
    padding: 1rem 0.5rem;
  }
.sellerhubpage-ecofriendly-index .community-01 {
  padding: 1rem 0.5rem;
 } 
.sellerhubpage-ecofriendly-index .sustainable-shopping {
    padding: 1rem 0.5rem;
  }
.sellerhubpage-ecofriendly-index .sustainable-shopping{
  padding: 1rem 0.5rem;
 } 
.sellerhubpage-ecofriendly-index .user-topbar i.mbi.mbi-user {
    display: block;
}  
 .sellerhubpage-ecofriendly-index a.btn.btn-promo {
        font-size: 11px;
        padding: 6px 8px !important;
    } 
.sellerhubpage-ecofriendly-index .eco-friendly-delivery-image img{
    width: 100%;
  }   
 .sellerhubpage-ecofriendly-index .hero-image img{
  width: 100%;
   }
.sellerhubpage-ecofriendly-index .digital-service{
  padding: 1rem 0.5rem;
   }
.sellerhubpage-ecofriendly-index .sustainable-shopping .card{
   margin: 10px 0px;
   }
.sellerhubpage-ecofriendly-index .gaiabay-account {
   padding: 1rem 0.5rem;
   }
.sellerhubpage-ecofriendly-index .your-profile{
 padding: 1rem 0.5rem;
     } 
.sellerhubpage-ecofriendly-index .d-flex.justify-content-center.gap-3 {
 flex-wrap: wrap;
    }
.sellerhubpage-ecofriendly-index .seller-hub-menu ul{
  display: flex;
  flex-wrap: wrap;
      } 
.sellerhubpage-ecofriendly-index .btn-search-mobile.col {
 display: none;
    }
.sellerhubpage-ecofriendly-index .gaiabay-give-back .card{
  margin-bottom: 18px;
    }
.sellerhubpage-ecofriendly-index .community-01 .card{
   margin-bottom: 25px;
    }
.sellerhubpage-ecofriendly-index img.img-fluid.rounded {
    width: 100%;
    }  
.sellerhubpage-ecofriendly-index .gaiabay-mobile-app img {
    width: 100%;
     }
.sellerhubpage-ecofriendly-index .gaiabay-market-place img {
    width: 100%;
     }   

    }
@media (min-width: 768px) and (max-width: 1024px) {
  .sellerhubpage-ecofriendly-index .sustainable-shopping {
    padding: 2rem 0.5rem;
  }
.sellerhubpage-ecofriendly-index .join-gaiabay-comunity {
    padding: 2rem 0;
  }
.sellerhubpage-ecofriendly-index .eco-reward-program {
    padding: 2rem 0.5rem;
    }  
.sellerhubpage-ecofriendly-index .join-gaiabay-comunit{
  padding: 2rem 0rem;
}
.sellerhubpage-ecofriendly-index .gaiabay-mobile-app {
    padding: 2rem 0.5rem;
    }  
.sellerhubpage-ecofriendly-index .gaiabay-give-back p {
    padding: 7px;
}
.sellerhubpage-ecofriendly-index .gaiabay-give-back {
 padding:2rem 0.5rem;
    }   
.sellerhubpage-ecofriendly-index .gaiabay-market-place{
        padding: 0px;
    }  
.sellerhubpage-ecofriendly-index .innovation-hub {
    padding: 2rem 0.5rem;
    }     
.sellerhubpage-ecofriendly-index .eco-friendly-delivery-image img{
        margin: 20px 0px
      }

.sellerhubpage-ecofriendly-index .innovation-hub h2{
  margin-top: 20px;
}

.sellerhubpage-ecofriendly-index .block-search {
  padding-right: 0px
    }
.sellerhubpage-ecofriendly-index .hero-image img{
   width: 100%;
   }
.sellerhubpage-ecofriendly-index .gaiabay-mobile-app img {
   width: 100%;
   }
.sellerhubpage-ecofriendly-index .gaiabay-market-place img {
  width: 100%;
  padding: 10px;
  }
.sellerhubpage-ecofriendly-index .gaiabay-give-back .card{
   margin-bottom: 25px;
   min-height: 200px;
      }
.sellerhubpage-ecofriendly-index .eco-friendly-delivery-image img{
   width: 100%;
      }
.sellerhubpage-ecofriendly-index .community-01 .card{
  margin: 10px;
      }
.sellerhubpage-ecofriendly-index .digital-service{
     padding: 1rem 0.5rem;
        }
    .sellerhubpage-ecofriendly-index .community-01 {
        padding: 1rem 0rem
    }        
.sellerhubpage-ecofriendly-index .your-profile{
   padding: 1rem 0.5rem;
     } 
.sellerhubpage-ecofriendly-index .gaiabay-account {
    padding: 1rem 0.5rem;
     }
.sellerhubpage-ecofriendly-index img.img-fluid.rounded {
    width: 100%;
    }
.sellerhubpage-ecofriendly-index .sustainable-shopping .card{
  margin-bottom: 25px;
  height: 225px;
}
.sellerhubpage-ecofriendly-index .join-gaiabay-comunity .card {
    background-color: #064e3b;
    color: white;
    border: none;
    border-radius: 8px;
    margin: 1.5rem;
}
.sellerhubpage-ecofriendly-index.join-gaiabay-comunity p{
  padding: 20px;
}
 }
@media (min-width: 820px) and (max-width: 1180px){
.sellerhubpage-ecofriendly-index .block-search input {
    width: 95%;
  }
   }
  @media (min-width: 1025px){

.sellerhubpage-ecofriendly-index .your-profile{
  padding: 0px;
}
.sellerhubpage-ecofriendly-index .gaiabay-mobile-app{
  padding: 0px;
  width: auto !important;
}    
.sellerhubpage-ecofriendly-index .gaiabay-mobile-app img{
  width: auto !important;
  height: 450px;
          display: flex;
        justify-self: end;
}    
.sellerhubpage-ecofriendly-index .paragraph{
  padding-left: 40px;
}    
.sellerhubpage-ecofriendly-index .gaiabay-market-place{
  padding: 0px;
}    
.sellerhubpage-ecofriendly-index .gaiabay-market-place .gaiabay-img{
display: flex;
justify-self: end;
height: 450px;
}
.sellerhubpage-ecofriendly-index img.img-fluid.rounded.img-align {
    display: flex;
    justify-self: end;
}    
 
.sellerhubpage-ecofriendly-index .innovation-hub img{
  width: auto;
  height: 450px;
}    
 .sellerhubpage-ecofriendly-index .eco-reward-image{
  display: flex;
  justify-self: end;
}
 .sellerhubpage-ecofriendly-index.digital-service img{
  height: 450px;
  width: auto;
}    
.sellerhubpage-ecofriendly-index .hero-image img{
      height: 450px;
      display: flex;
      justify-self: end;
}
.sellerhubpage-ecofriendly-index img.img-fluid.rounded {
    height: 450px;
    width: auto;
}
.sellerhubpage-ecofriendly-index .hero-image{
  padding-right: 0px;
}
.sellerhubpage-ecofriendly-index .your-profile ul {
    padding: 0px 0px 0px 40px;
}
.sellerhubpage-ecofriendly-index .your-profile h2{
  padding-left: 40px;
}
.sellerhubpage-ecofriendly-index .innovation-hub {
    padding: 0px;
    background-color: #fefbe7;
}
.sellerhubpage-ecofriendly-index .eco-reward-program{
  padding: 0px;
}
.sellerhubpage-ecofriendly-index .eco-friendly{
  padding: 0px;
}
.sellerhubpage-ecofriendly-index .digital-service{
  padding: 0px;
}
.sellerhubpage-ecofriendly-index .reward-tier {
    padding-left: 2rem;
}
.sellerhubpage-ecofriendly-index .eco-reward-program h2{
  padding-left: 20px;
}
.sellerhubpage-ecofriendly-index .gaiabay-account{
  padding: 0px;
}
.sellerhubpage-ecofriendly-index .sustainable-central {
  padding: 0px;
}
.sellerhubpage-ecofriendly-index .eco-friendly-delivery-image img{
          height: 450px;
        display: flex;
        justify-self: end;
}
 }      
 