html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 48px;
    /* match navbar height */
}


.navcolor {
    background-color: #212529;
}

.sectioncolor {
    background-color: #69C47E;
}

.sectioncolor1 {
    background-color: white;
}


.about {
    background-color: #2E5A3A;
}

.navtext {
    color: #9B9D9E;
    font-weight: bold;
    text-transform: uppercase;
}

.step1 {
    background-color: #6BC9F4;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2E5A3A;
    border-radius: 7px;
}

.step2 {
    color: #6BC9F4;
}

.carret {
    margin-top: -45px;
}

.carret1 {
    font-size: 6rem;
    color: #1a73e8;
}

.box1 {
    height: 40vh;
}

h1 {
    font-size: 3.5rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}

.bannerimg {
    height: 34vh;
}

.point {
    color: #1a73e8;
    font-size: 40px;
    margin-top: -35px;
}

.star {
    margin-top: -25px;
}

#countdown {
    text-align: center;
    color: #000;
    font-size: 2.5em;
    font-weight: bold;
}

.bottlesnap {
    width: 80vw;
}

.bottlesnap:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(30, 240, 135, 0.15);

}

.navtext:hover {
    color: white;
}

.thirdsection {
    
    border-radius: 45px;
}

.img11 {
    margin-right: -85;
}
.burnslimimg {
    height: 35vh;

}

.fourthsection {
    background-color: #D0E4F8;
    border-radius: 45px;
    border: 8px solid #F0F6FD;

}

.moneback {
    background: linear-gradient(48deg, #316773, #56AE74);
}

.badges {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    justify-items: center;
}

.badge-img {
    width: 100px;
    height: auto;
    border-radius: 10px;
}



.price-card {
    border: 5px solid rgb(246, 239, 239);
    border-radius: 25px;
    background-color: #F1F7FB;
    padding: 40px 25px;
    border-radius: 20px;
    color: #020000;
    position: relative;
    transition: 0.4s ease;
}



.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -70px auto 15px;
    background-color: #5FBF75;
    color: white;
    border: 8px solid #8FD29F;
    overflow: hidden;
}

.avatar1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -70px auto 15px;
    background-color: #3E7FB1;
    color: white;
    border: 8px solid #78A6C9;
    overflow: hidden;
}

.avatar img {
    width: 100%;
}

.revimg {
    height: 120px;
    width: 120px;
}

.revname {
    background-color: #2E5A3A;
    columns: white;
}

.revback {
    background-color: #F8F9FA;
}

.about1 {
    margin-top: -8px;
}

.two-bottle {
    width: 380px;
}

.bottle-6 {
    width: 550px;
}

.bgcolormoney-back {
    border-radius: 180px;
    justify-content: center;
    background-color: #53a4adb9;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 5px 0 0 0px;
    background-color: #f6f8f7;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

button {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;

}

.ols{
    font-size: 1.1em;
    font-weight: 500;

}


/* ingredents section */

.ingredient-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    /* height: 50vh; */
}

.ingredient-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.ingredient-card img {
    width: 200px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.ingredient-card h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ingredient-card p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.ingredient-card ul {
    list-style: none;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
}

.ingredient-card ul li::before {
    content: "⁘";
    
    margin-right: 8px;
    color: #010802;
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 60px;
}


.custom-hover {
    text-decoration: none;
    color: rgb(252, 250, 250);
}

.custom-hover:hover {
    color: rgb(218, 237, 8);
    text-decoration: underline;
    /* Bootstrap primary */
}


.monybadge {
    height: 220px;
}


/* ============================popup box========================== */

.proof-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #2E5A3A;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.proof-box img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.proof-name {
    font-weight: bold;
    color: #e7eaee;
}

.proof-location {
    color: #faf8f8;
    font-weight: 700;
}

.proof-product {
    color: #f5fbf6;
    font-weight: bold;
}

.proof-time {
    font-size: 12px;
    color: #f6f2f2;
}

.proof-stars {
    color: gold;
    font-size: 18px;
}

/* ================ */

.purchase-proof {
    position: fixed;
    bottom: 5px;
    left: 5px;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 14px;
    max-width: 300px;
    z-index: 9999;
    display: none;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}

.purchase-proof strong {
    color: #f7fef8;
}

.purchase-proof small {
    color: white;
}

.proof-text strong {
    color: white;
}

.rounded1
{
    border-radius: 75px;
    
}
/* step */

.step-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

/* contact form csss */

.contact-card {
    background: linear-gradient(135deg, #2E5A3A, #4e71ae);
    padding: 40px 30px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.contact-input {
    border-radius: 12px;
    padding: 14px;
    border: none;
    font-size: 16px;
}

.contact-input:focus {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    border: none;
}

.contact-btn {
    background: #ff6ec7;
    border-radius: 12px;
    padding: 14px;
    font-weight: bold;
    color: white;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #ff3eb5;
    transform: translateY(-2px);
}

/* **************************Popup box*********************** */


/* Trademark Popup Styles */
.tp-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 9999;
}

.tp-overlay.tp-show{ display: flex; }

.tp-modal{
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
  transform: translateY(12px);
  opacity: 0;
  animation: tpIn 220ms ease forwards;
}

@keyframes tpIn{
  to { transform: translateY(0); opacity: 1; }
}

.tp-content{
  padding: 22px 22px 20px;
  text-align: center;
}

.tp-img{
  width: 65%;
  max-width: 55%;
  height: auto;
  margin: 6px auto 14px;
  display: block;
}

.tp-title{
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.2;
}

.tp-text{
  font-size: 15px;
  line-height: 1.55;
  color: #222;
  margin: 0 0 16px;
}

.tp-btn{
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  background: #111;
  color: #fff;
  transition: transform 0.08s ease, opacity 0.2s ease;
}

.tp-btn:hover{ opacity: 0.92; }
.tp-btn:active{ transform: scale(0.98); }

.tp-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.tp-close:hover{ background: #f5f5f5; }

@media (max-width: 420px){
  .tp-content{ padding: 18px 16px 16px; }
  .tp-title{ font-size: 18px; }
  .tp-text{ font-size: 14px; }
}


/* Exit Tab Popup */
.etp-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 10000; /* above other popup */
}

.etp-overlay.etp-show{ display: flex; }

.etp-modal{
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
  transform: translateY(12px);
  opacity: 0;
  animation: etpIn 220ms ease forwards;
}

@keyframes etpIn{
  to { transform: translateY(0); opacity: 1; }
}

.etp-content{
  padding: 22px 22px 20px;
  text-align: center;
}

.etp-badge{
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  background: #fff3cd;
  color: #7a5200;
  border: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 12px;
}

.etp-title{
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.etp-pricebox{
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 14px;
  padding: 14px;
  text-align: left;
  margin: 0 auto 14px;
}

.etp-row{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.12);
}

.etp-row:last-child{ border-bottom: 0; }

.etp-label{
  font-weight: 700;
  color: #111;
}

.etp-value{
  color: #111;
  text-align: right;
}

.etp-muted{
  color: #666;
  font-weight: 600;
}

.etp-special .etp-value{
  font-weight: 800;
}

.etp-note{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #222;
}

.etp-btn{
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  background: #111;
  color: #fff;
  transition: transform 0.08s ease, opacity 0.2s ease;
}

.etp-btn:hover{ opacity: 0.92; }
.etp-btn:active{ transform: scale(0.98); }

.etp-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.etp-close:hover{ background: #f5f5f5; }

@media (max-width: 420px){
  .etp-content{ padding: 18px 16px 16px; }
  .etp-title{ font-size: 18px; }
  .etp-note{ font-size: 14px; }
}


/* ****************End************** */

.trust-text {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}


/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }

    .burnslimimg {
        height: auto;
    }

    .thirdsection {
        height: auto;
    }

    .step-wrapper {
        flex-direction: column;
    }

   .bottlesnap{
    width: auto;
   }

   .carret1{
    font-size: auto;
   }

    .box1 {
        height: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }

    .imglimited {
        justify-content: center;
        align-items: center;
    }

    .navcenter {
        text-align: center;
    }

    .bgbadge {
        width: auto;
    }

    body {
        margin-top: -25px
    }

    
    .reviwesbg {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }


    .payment-snap {
        width: auto;
    }

    .ingredient-card img{
        height: auto;
        width: auto;
    }

}

@media (max-width: 992px) {

   
    .carret1{
    font-size: auto;
   }

    .box1 {
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .bottlesnap{
    width: auto;
   }

.ingredient-card img{
        height: auto;
        width: auto;
    }
    .burnslimimg {
        height: auto;
    }

    .thirdsection {
        height: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}


@media(max-width:1200px) {
    .burnslimimg {
        height: auto;
    }

    .thirdsection {
        height: auto;
    }

    .box1 {
        height: auto;
    }

    .bottlesnap{
    width: auto;
   }
.carret1{
    font-size: auto;
   }
   .ingredient-card img{
        height: auto;
        width: auto;
    }

}

@media(max-width:1400px) {
    .burnslimimg {
        height: auto;
       
    }

    .thirdsection {
        height: auto;
    }

    .box1 {
        height: auto;
        
    }

    .bottlesnap{
    width: auto;
   }
.ingredient-card img{
        height: auto;
        width: auto;
    }

}