@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;
}





















/* 21-03-2026 */
.glass-icon-btn {
    position: fixed;
    bottom: 15px;
        right: 31px;

    width: 45px;
    height: 45px;
    border-radius: 50%;

    background: rgba(255, 255, 255, 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-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: 24px;
        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;
    }
    /* 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%;
    }
/* Home Page end */

}

/* 09-04-2026 end */