@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* cutzero.php */

.pack-btn {
    background-color: #fff;
    border: none;
    font-weight: 500;
}
.pack-btn.active {
    background-color: #000000;
    
}
/* cutzero.php end */
.Userdesptop-none {
        display: none;
    }
/*  Ashish  23-03-2026 */
@media screen and (min-width: 300px) and (max-width: 960px) {
    .Userdesptop-none {
        display: block;
    }

    .gz-main-heading {
    font-size: 21px;
    line-height:normal;
}
.gz-content-box .diver-moan-p {
    font-size: 11px;
}
}

/*  Ashish  23-03-2026 end  */

html {
    scroll-behavior: smooth;
}

/* fix menu */
.main-navbar {
    transition: all 0.3s ease;
}

/* Jab sticky ho */
.main-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000; /* black bg */
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
/* fix menu end */

#zeromarketplace {
    scroll-margin-top: 120px;
     padding: 10px 16px;
}





















/* 21-03-2026 */
.glass-icon-btn {
    position: fixed;
    /* bottom: 15px;
    left: 31px; */
    left: 26px;
    bottom: 26px;

    /* width: 45px;
    height: 45px; */
    width: 62px;
    height: 62px;
    border-radius: 50%;

    background: rgba(32, 32, 32, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(15px);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    color: #333;
    text-decoration: none;

    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);

    transition: all 0.3s ease;
    z-index: 999;
}

/* Hover effect (clean) */
.glass-icon-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    transform: translateY(-3px) scale(1.05);
}
.glass-icon-btn i {
    color: #fff;
}
/* 21-03-2026 end */


/* 09-04-2026 */

@media screen and (min-width: 300px) and (max-width: 960px) {


    /* cutzero start */

    /* .gz-options-group .d-flex.gap-2.mb-4 a {
        width: 50% !important;
    }    */

    .gz-options-group .d-flex.gap-2.mb-4 {
        flex-direction: column; /* 👈 row se column */
    }

    .gz-options-group .d-flex.gap-2.mb-4 a {
        width: 100% !important; /* 👈 full width */
        text-align: center;
    }


    .gz-title {
        font-size: 30px;
    }
    .btn-sustainability {
        width: 98% !important;
    }
 /* .gz-benefits-section .text-center {
   text-align: left !important;
} */
   .gz-benefits-section .gz-section-heading {
    font-size: 32px;
    margin-top: 20px;
    }
    .image-2 {
        width: 239px;
        height: 200px;
        transform: rotate(-34.81deg);
        aspect-ratio: 117 / 89;
        position: absolute;
        right: -88px;
        top: 2px !important;
    }
    .content-img {
            margin-top: 28px;
    }
    .image-2 {
        display: none;
    }
    .image-3 {
        display: none;
    }
    .image-4 {
        display: none;
    }
    
    /* cutzero end */
/* ===== ZERO WIPE MOBILE FINAL (PRO VERSION) ===== */


  .stack-section {
    padding: 35px 0;
  }

  /* Image */
  .life-image img {
    width: 100%;
    border-radius: 18px;
    display: block;
  }

  /* Content */
  .life-content {
    margin-top: 22px;
    text-align: center;
  }

  .life-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
  }

  .life-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
  }

  /* CARD BOX */
  .perfect-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    margin-bottom: 15px;
    text-align: left;
    transition: 0.3s ease;
  }

  .perfect-box:hover {
    transform: translateY(-3px);
  }

  /* ICON LEFT FIXED */
  .perfect-box img {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    max-width: 28px;
    flex-shrink: 0;

    position: relative;
    top: 2px;

    background: #f4f7f0;
    padding: 6px;
    border-radius: 50%;
  }

  /* CONTENT AREA */
  .perfect-box > div {
    flex: 1;
  }

  /* LABEL */
  .perfect-label {
    font-size: 13px;
    font-weight: 700;
    color: #7aa300;
    margin-bottom: 6px;
    letter-spacing: 0.6px;
  }

  /* TEXT */
 /* PERFECT BULLET TEXT ALIGN */

/* PERFECT BULLET TEXT ALIGN */

.perfect-text {
  font-size: 13.5px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 6px;

  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* BULLET */
.perfect-text::before {
  content: "•";
  color: #7aa300;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}

 


/* other */
    .zerowipe-vision-section {
        margin-top: 0px;
        padding-top: 0px;
    }


  .badge-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px !important;
    padding: 20px 10px !important;
  }

  .badge-item {
    text-align: center;
  }

  .badge-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }

  .badge-icon svg {
    width: 28px;
    height: 28px;
  }

  .badge-text {
    font-size: 11px;
  }


/* other  */


/* ===== ZERO WIPE MOBILE FINAL (PRO VERSION) ===== */







  /* Trust & Transparency */
.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center; /* poora block center */
    text-align: center;
  }

  .feature-card .top-row {
    display: flex;
    align-items: center;
    justify-content: center; /* row center */
    gap: 10px;
    margin-bottom: 10px;
  }

  .feature-card .icon-wrapper {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-card .card-title {
    margin: 0;
    font-size: 20px;
  }

  .feature-card br {
    display: none;
  }
  /* Trust & Transparency */

.eco-section-title .eco-highlight {
    font-size: 28px;
}
.eco-cards-grid.eco-grid-4 {
    display: flow-root !important;
    grid-template-columns: repeat(4, 1fr) !important;
}
    .eco-card {
        padding: 30px 26px;
        margin-top: 20px;
    }
    .coffee-text-content {
        max-width: 100%;
    }

    
/* Home Page */
    .ze-badge {
        font-size: 10px;
        padding: 3px 6px;
        width: 100%;
    }

/* 13-04-2026  */
/* Experiences */

/* CARD */
.mm-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;

    /* height: 100%; */
        height: 525px;
    
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.mm-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.mm-img {
    /* height: 260px; */
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
}

.mm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT (ONLY BG CHANGE — DESIGN SAME) */
.mm-content {
    padding: 20px;
    background: rgb(255 255 255 / 25%); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #fff;
}

/* TITLE */
.mm-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* DESC */
.mm-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* BUTTON BOTTOM FIX */
.mm-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mm-bottom {
    margin-top: auto;
}

/* MOBILE */
@media(max-width:768px){
    .mm-img {
        height: auto;
    }

    .mm-title {
        font-size: 16px;
    }
}



/* default hidden */
.mm-prev,
.mm-next {
    display: none;
}

/* mobile only */
@media(max-width:768px){
    .mm-prev,
    .mm-next {
        display: flex;
        position: absolute;
        top: 36%;
        width: 40px;
        height: 40px;
        background: #ffffff;
        color: #000000;
        border-radius: 50%;
        z-index: 10;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mm-prev {
        left: 10px;
    }

    .mm-next {
        right: 10px;
    }

    /* arrows icon */
    .mm-prev::after,
    .mm-next::after {
        font-size: 30px;
        font-weight: bold;
        margin-top: -7px;
    }

    .mm-prev::after {
        content: "‹";
    }

    .mm-next::after {
        content: "›";
    }
}




/* Home Page end */

}


/* Home Page */
/* 13-04-2026  */
/* Experiences */

/* CARD */
.mm-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;

    /* height: 100%; */
        height: 525px;
    
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.mm-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.mm-img {
    /* height: 260px; */
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
}

.mm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT (ONLY BG CHANGE — DESIGN SAME) */
.mm-content {
    padding: 20px;
    background: rgb(255 255 255 / 25%); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #fff;
}

/* TITLE */
.mm-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* DESC */
.mm-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* BUTTON BOTTOM FIX */
.mm-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mm-bottom {
    margin-top: auto;
}

/* MOBILE */
@media(max-width:768px){
    .mm-img {
        height: auto;
    }

    .mm-title {
        font-size: 16px;
    }
}



/* default hidden */
.mm-prev,
.mm-next {
    display: none;
}

/* mobile only */
@media(max-width:768px){
    .mm-prev,
    .mm-next {
        display: flex;
        position: absolute;
        top: 36%;
        width: 40px;
        height: 40px;
        background: #ffffff;
        color: #000000;
        border-radius: 50%;
        z-index: 10;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mm-prev {
        left: 10px;
    }

    .mm-next {
        right: 10px;
    }

    /* arrows icon */
    .mm-prev::after,
    .mm-next::after {
        font-size: 30px;
        font-weight: bold;
        margin-top: -7px;
    }

    .mm-prev::after {
        content: "‹";
    }

    .mm-next::after {
        content: "›";
    }
}



/* Experiences end */

/* zero-wipe-toilet */

/* SLIDER */
.ai-slider .item {
    padding: 10px;
}

/* CARD */
.ai-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transition: 0.4s ease;
}

/* IMAGE */
.ai-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* DARK OVERLAY */
.ai-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85) 20%,
        rgba(0,0,0,0.5) 60%,
        rgba(0,0,0,0.1) 100%
    );
    z-index: 1;
}

/* CONTENT */
.ai-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 2;
}

.ai-overlay h5,
.ai-overlay p {
    color: #fff;
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
    width: 60px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.swiper-button-prev::before {
    content: "‹";
    font-size: 35px;
    color: #000;
    margin-top: -5px;
}

.swiper-button-next::before {
    content: "›";
    font-size: 35px;
    color: #000;
    margin-top: -5px;
}

/* MOBILE */
@media(max-width:576px){
    .ai-card img {
        height: 380px;
    }
}


/* zero-wipe-toilet end */

/* 13-04-2026  */

/* Home Page end */