*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
  min-height: 100vh;
} 

.navbar{
  background-color: rgb(2, 73, 44);
  color: white;
  z-index: 999;
}
.brand-logo {
  width: 62px;
  height: auto;
  /* background-color: white; */
}
.ordernowbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
background-color: rgb(185, 231, 115);
color: black;
  font-size: 20px;     /* text chhota */
  font-weight: 600;
  padding: 6px 24px;     /* yahin se size control ho raha hai */
  line-height: 1.2;
  border-radius: 22px;
  text-decoration: none;
  transition: 0.2s ease;
}

/* Primary button */
.btn-primary-sm {
  background: linear-gradient(90deg, #ffb703, #ff8800);
  color: #000;
}

/* Secondary button */
.btn-secondary-sm {
  background-color: orange;
  border: 1.5px solid #ffb703;

}

/* Hover */
.ordernowbtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}
.section-one{
  background-color:rgb(250, 247, 204) ;
  
}
.section-two{
  text-align: center;
  font-weight: bold;
  background-color: rgb(196, 184, 12);
  color: black;
  margin: 0;
}

/*  animation in banner image */
.animate-img img {
  animation: floatImg 1s ease-in-out infinite;
}

@keyframes floatImg {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}



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;
}


.primalblast-img {
  width:440px;
  
}
.discount-img{
   max-width: 500px;
  border-radius: 30px;

}
.guarantee-img{
   max-width: 380px;
}

/* ==============why choose img */

.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;
  
}
/* ================= REVIEWS ================= */
.reviews-section {
  background: linear-gradient(135deg, #e8f5ec 0%, #e49cb7 70%);
}

.review-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  position: relative;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}

.review-card.featured {
  border: 3px solid #28c76f;
  transform: scale(1.05);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.review-header img {
  width: 190px;
  height: 195px;
  object-fit: cover;
}

.review-rating span {
  color: #28c76f;
  font-weight: 600;
}

.review-text {
  font-size: 17px;
  font-style: italic;
  color: #444;
  line-height: 1.7;
}

/* ====================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: 80px;
  }
}
@media (max-width: 576px){
  .bottle-img{
    max-height: 170px;
  }

  .card-img{
    height: 200px;
  }
}
