*{
  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(211, 248, 241);
  color: black;
  z-index: 999;
}
.brand-logo {
  width: 62px;
  height: auto;
  /* background-color: white; */
}
.why-we-choose{
  background-color: rgb(218, 238, 218);
}

.ordernowbtn {
  background-color: #02a56f; /* Bootstrap green */
  color: #ffffff !important;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid white;
}
.price-btn {
  display: inline-block;
  background: #e63946;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 18px 20px;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.4);
  transition: all 0.3s ease;
}

.price-btn:hover {
  background: #d62839;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(230, 57, 70, 0.5);
}
.banner-offer-title{
  color: rgb(233, 213, 213);
}
.ordernowbtn:hover {
  background-color: #157347; /* Dark green */
  color: #ffffff;
}
.section-one{
  background: linear-gradient(to left, #01271fd3, #0799a3);
}
.section-one img{
  max-width: 400px;
}
.section-two{
  text-align: center;
  font-weight: bold;
   background-color: rgb(9, 134, 184);
  color: white;
  margin: 0;
}

/* Ensuring the text and image are aligned properly */
section .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* For the image */
section img {
 /* To ensure the image doesn't get too large */
  object-fit: contain; /* Makes sure the image fits well */
}

/* Text styling */
section h2 {
  color: #333; /* You can change the color */
}

section p {
  color: #555;
}

/* Optional: If you want some spacing between the image and the content */
section .container {
  padding: 20px;
}

.benefit-badge {
  width: 40px;
  height: 40px;
  background-color: #198754; /* Bootstrap green */
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.what-is-burnslim {
  background-color: #ffffff;
}

.burnslim-img{
  width:440px;
  
}
.discount-img{
   max-width: 500px;
  border-radius: 30px;

}
.guarantee-img{
   max-width: 380px;
  border-radius: 30px;
  box-shadow: 5px  4px 8px rgb(117, 101, 101);

}

/* =============why choose us */
.whychooseimg{
  max-height: 120px;
}
/* ================= GLOBAL CARD DESIGN ================= */
.card {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Card top gradient */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #1f4037, #99f2c8);
}

/* Hover animation */
.transform-hover:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Card Typography */
.card h3 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #1f4037;
}

.card p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}



.shipping {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #444;
}

.shipping.free {
  color: #1f9d55;
}

/* Buy Button */
.buy-btn {
  background: linear-gradient(135deg, #b86507, #c2b60d);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 14px 40px;
  border-radius: 10px;
  border: none;
  transition: 0.3s;
}

.buy-btn:hover {
  background: linear-gradient(135deg, #148043, #1aa85a);
  transform: scale(1.05);
}

/* Badges */
.popular-badge,
.featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #28c76f;
  color: #fff;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 20px;
}

.plan-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #f1f3f5;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
}
.section-why-choose{
  border: 2px solid red;
}

.footer-section {
 background: linear-gradient(to left, #01271fd3, #083d26);
  color: white;
  border-top: 1px solid #eee;
  border: 1px solid red;
  

}
.footer-section a {
  text-decoration: none;
}

.why-choose{
  box-shadow: 2px 2px 5px 2px rgb(207, 76, 76);
}
/* ================ TESTIMONIAL========================= */
.reviews-section {
  background: #ffffff;
}

.reviews-heading {
  background: #0a7f66;
  color: #ffffff;
  padding: 20px;
  font-weight: 700;
  border-radius: 6px;
}

.review-card {
  background: #8e9499;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.review-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.review-content {
  padding: 25px;
  color: #ffffff;
}

.review-content p {
  font-size: 18px;
  line-height: 1.6;
}

.stars {
  color: #f4c430;
  font-size: 20px;
  margin: 15px 0;
}

.review-content h5 {
  font-weight: 700;
  margin-top: 10px;
}

/* Mobile adjustments */

@media (max-width: 768px){
  .popular-card{
    transform: none;
  }

  .pricing-card{
    margin-bottom: 30px;
  }

  .price-circle{
    margin-top: -30px;
  }
   .popular-badge img{
    width: 90px;
  }.section-one img{
    justify-content: center;
  }
  .pricing-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px){
  .bottle-img{
    max-height: 170px;
  }

  .card-img{
    height: 200px;
  }
  .section-one img{
    justify-content: center;
  }
  
}
