*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
 
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
  min-height: 100vh;
} 

.navbar{
  background-color: rgb(5, 90, 52);
  color: white;
  z-index: 999;
 
}
.brand-logo {
  width: 62px;
  height: auto;
 
}


.ordernowbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;      /* text chhota & clean */
  font-weight: 600;
  padding: 8px 18px;     /* button height control */
  border-radius: 28px;
  text-decoration: none;
  transition: 0.25s ease;
  background-color: #7eda7e;
  color: white;
}

/* Primary CTA */
.btn-primary-sm {
  background: linear-gradient(90deg, #ffb703, #ff8800);
  color: #000;
  font-size: 20px;
}

/* Secondary CTA */
.btn-secondary-sm {
  background: transparent;
  border: 2px solid #ffb703;
  color: #ffb703;
}

/* Hover */
.ordernowbtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.section-one{
background-color: rgb(202, 245, 216);
}
.section-two{
  text-align: center;
  font-weight: bold;
  background-color: rgb(2, 73, 44);
  color: white;
  margin: 0;
}
.banner-img{
  max-width: 220px;
}

section .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* For the image */
section img {
 
  object-fit: contain; 
}

/* Text styling */
section h2 {
  color: #333; 
}

section p {
  color: #555;
}


section .container {
  padding: 20px;
}

.benefit-badge {
  width: 40px;
  height: 40px;
  background-color: #198754; 
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.what-is-primalblast {
  background-color: #ffffff;
}

.primalblast-img {
  max-width: 280px;
  border-radius: 30px;
  box-shadow: 5px  4px 8px rgb(117, 101, 101);
}
.primalblast-img {
  max-width: 280px;
  border-radius: 30px;
  box-shadow: 5px  4px 8px rgb(117, 101, 101);
}
.discount-img{
   max-width: 500px;
  border-radius: 30px;

}
.guarantee-img{
   max-width: 380px;
 justify-content: center; 
 align-items: center;

}

/* ====================why choose us========================== */
.whychooseimg{
  max-height: 120px;
}

/* ================= PRICING ================= */

 .pricing-section{
  background: #000;
}

/* CARD BASE */
.pricing-card{
  background:hsl(320, 6%, 90%);
  border-radius:20px;
  overflow:hidden;
  text-align:center;
  position:relative;
  padding-bottom:30px;
  overflow: hidden;
}

/* TOP HEAD */
.card-head{
  padding:15px;
  color:#fff;
  text-transform:uppercase;
}
.card-head.gray{ background:#7a7f83; }
.card-head.gold{ background:#f3b400; color:#000; }

.card-head h3{ margin:0; font-weight:800; }

/* LIGHTNING BACKGROUND */
.card-img{
  background:url("../images/blast.webp") ;
  background-position: center;
  background-repeat: no-repeat;
  height:240px;
  display:flex;
  justify-content:center;
  align-items:end;
  z-index: -2;
}
.bottle-img{
 
  max-height:200px;
}

/* PRICE CIRCLE */
.price-circle{
  position: relative;
  width:130px;
  height:130px;
  background:#f2b705;
  border-radius:50%;
  margin:-20px auto 10px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border: 5px solid white;
  box-shadow:8px 10px 20px rgba(185, 64, 64, 0.4);
  z-index: 8;
}

.price-circle span{
  font-size:17px;
  font-weight: bold;
}

/* LIST */
.pricing-list{
  list-style:none;
  padding:0;
}
.pricing-list li{
  margin:8px 0;
  font-weight:600;
}

/* BUTTON */
.add-cart{
  background:linear-gradient(#3aa93a,#0d5f0d);
  color:#fff;
  border-radius:40px;
  padding:12px 30px;
  font-weight:700;
  border:none;
   font-size: 25px;
}

/* POPULAR CARD */
.popular-card{
  transform:scale(1.08);
  
}
.popular-badge{
  position: absolute;
  top: -5px;
  border-radius: 20px;
  left: 12%;
  transform: translateX(-50%);
  z-index: 20;
}

.popular-badge img{
  width: 110px;     
  height: auto;
}




/* FREE SHIPPING */
.free-ship{
  background:#1aa31a;
  color:#fff;
  padding:8px;
  font-weight:700;
}

/* GIFT */
.gift-banner{
  background:#c4163a;
  color:#fff;
  padding:10px;
  font-weight:700;
  margin:10px;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
  padding-left: 20px;
}

/* ✔ Tick Circle */
.pricing-list li::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: red;
  color: #fff !important;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  
}




/* ====================ORDER PAGE====================== */


.form-control, .form-select {
  padding: 12px;
  border-radius: 8px;
}

.card {
  background: #ffffff;
}

.btn-success {
  background-color: #2e7d32;
  border: none;
}

.btn-success:hover {
  background-color: #1b5e20;
}



.footer-section {
   background-color: rgb(2, 73, 44);
    color: white;
  border-top: 1px solid #eee;
  border: 1px solid red;

}
/* Mobile adjustments */
@media (max-width: 768px){
  .popular-card{
    transform: none;
  }

  .pricing-card{
    margin-bottom: 30px;
  }

  .price-circle{
    margin-top: -30px;
  }
  .popular-badge img{
    width: 70px;
}
}
@media (max-width: 576px){
  .bottle-img{
    max-height: 170px;
  }

  .card-img{
    height: 200px;
  }
   .popular-badge img{
    width: 70px;
  }

.guarantee-img{
  width: 300px;
}
.discount-img{
  width: 280px;
}
}