*{
  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;
} 


.section-one{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
 background: linear-gradient(to right, #F0E4D3, #e39393);

  flex-wrap: wrap; 

} 

 .section-one-img img{
  width: 100%;
  max-width: 600px;  
   height: auto;
}

.section-text{
  font-size: 30px;
  padding: 30px;
  margin: 40px;
} 
.section-two{
  text-align: center;
  font-weight: bold;
  background: linear-gradient(to bottom, #fdb4b4, #fd9999);
  color: black;
  margin: 0;
}

.ordernowbtn {
  text-decoration: none;
  background-color: #ffc107;
  color: #000;
  border-radius: 6px;
}

.ordernowbtn:hover {
  background-color: #e0a800;
  color: #fff;
}

.ss-img {
  width: 100%;
  max-width: 90%;
  height: auto;
} 

.fade-up {
  animation: fadeUp 2s ease-in-out;
}
.section-five
{
    border-radius: 5px;
    
}

.section-five:hover{
  box-shadow: 6px 5px 5px 2px rgb(235, 220, 220);
  transition: 0.9s ease;
} 
.section-six{
  border: 1px solid red;
}

.section-eight{
  padding: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fdb4b4, #fd9999);
  color: black;
}

.section-fifteen{
 
  background-color: green;
  padding: 10px;
  color: white;
  border-radius: 50%;
} 

 .momeygurantee-section{
  width: 100%;
  background: linear-gradient(to bottom, #f39090, #fd9999);
  color: black;
} 
.craousell{
 background: linear-gradient(to left, #f7c1c1, #fdf8f8);
 border: 1px solid red;
 
}
.carousel-img {
  width: 420px;      /* same width for all */
  height: 260px;     /* same height for all */
  object-fit: contain; /* image cut nahi hogi */
}

.footer-section {
  background: linear-gradient(to bottom, #fcfcfc, #fd9999);
  border-top: 1px solid #eee;
  border: 1px solid red;

}
.badge{
  width: 40px;
  height: 40px;
}

.footer-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  font-size: 14px;
  color: #555;
  max-width: 900px;
  margin: 0 auto 12px;
  line-height: 1.6;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 5;
    transform: translateY(0);
  }
}



.banner-img {
  border-radius: 12px;
  box-shadow: 9px 15px 20px 18px rgba(172, 121, 121, 0.25);
 
}
@media (max-width: 576px) {
  .section-seventeen{
    max-width: 780px;   /* mobile */
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .section-seventeen {
    max-width: 350px;   /* tablet */
  }
}
