body{
  font-family:'Cairo',sans-serif;
  background:#fffaf3; /* نفس لون الـ HERO */
  margin:0;
  padding:0;
  
}
section{
  width:100%;
  max-width:100%;
  overflow:hidden; /* يمنع أي خروج */
}
/* NAV */
.main-header{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:sticky;
  top:0;
  z-index:9999;
  background:#8B5E3C;
}

.brand img{
  height:160px;
  position:relative;
  top:50px;
}

.hero-text{
    font-weight:700;
	color:#673b20
}
.hero-subtext{
	font-weight:700;
	color:#858200;
	 text-shadow:
        0 2px 6px rgba(0,0,0,0.18),
        0 0 25px rgba(0,0,0,0.08);
}
.menu-btn{
  position:absolute;
  right:15px;
  font-size:24px;
  color:#fff;
  background:none;
  border:none;
}

/* MENU */
.mobile-menu{
  position:absolute;
  top:70px;
  right:0;
  width:100%;
  background:#E6A15C;
  display:none;
  flex-direction:column;
  text-align:center;
}

.mobile-menu.show{
  display:flex;
}

.mobile-menu a{
  color:#2B2B2B;
  padding:12px;
  font-weight:600;
}
.mobile-menu a:hover{color:#FFF;}
/* شيل أي خط تحت اللينكات */
.main-header a,
.mobile-menu a{
  text-decoration: none !important;
  border-bottom: none !important;
}

/* لو في hover عامل خط */
.main-header a:hover,
.mobile-menu a:hover{
  text-decoration: none !important;
  border-bottom: none !important;
}
/* HERO */
/* FULL WIDTH */
section{
  width:100%;
  margin:0 !important;
  padding-left:0;
  padding-right:0;
}

/* HERO */
.hero{
  padding:120px 0;
  background:#ffe7d2;
}

/* PRODUCTS */
.products{
  padding:80px 0;
  background:#faeee2;
  border-radius:0;
}

/* WHY */
.why{
  padding:100px 0;
  background:#f5e3d5;
}

/* HERO IMAGE RESPONSIVE */
.hero-img{
  width:100%;
  max-height:450px;
  object-fit:contain;
  border-radius:20px;
}

@media(max-width:768px){
  .hero-img{
    max-height:300px;
  }
}
/* BUTTON */
.btn-hero{
  background:linear-gradient(135deg, #fdb571, #b9640f);
  color:#FFF;
   text-shadow:0 2px 6px rgba(0,0,0,0.4);
  padding:12px 28px;
  border-radius:999px;
  border:none;
   text-decoration:none !important;
  font-weight:800;
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}
.btn-hero:hover{
  box-shadow:0 15px 30px rgba(0,0,0,0.25);
  filter:brightness(1.05); /* يلمع شوية */
}
/* PRODUCTS */
.products{
  margin-top:80px;
  padding:60px 20px;
  background:#faeee2;
  border-radius:20px;
}
@media(max-width:768px){

  .products{
    padding:40px 10px;
  }

  .hero{
    padding:80px 10px;
  }

  .why{
    padding:60px 10px;
  }

}
.product-card{
  display:block;
  position:relative;
  border-radius:20px;
  overflow:hidden;
}

.product-card img{
  width:100%;
  height:300px;
  object-fit:cover;
}


/* ===== CARD OVERLAY ===== */

.card-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  text-align:center;

  padding:16px;

  background:linear-gradient(
    to top,
    rgba(125,68,17,0.72) 0%,
    rgba(125,68,17,0.42) 45%,
    rgba(125,68,17,0.08) 100%
  );

  color:#fff;
}

/* ===== PRODUCT TITLE ===== */

.product-title-card{
  margin:0;
  font-size:16px;
  font-weight:900;
  line-height:1.2;
  color:#fff;
  letter-spacing:.3px;
}

/* SUB TITLE */

.product-title-card small{
  display:block;
  margin-top:4px;

  font-size:12px;
  font-weight:700;

  color:#ffe7b8;

  line-height:1.4;
}

/* ===== PRICE BOX ===== */

.price-box{
  margin-top:6px;

  display:flex;
  flex-direction:column;
  align-items:center;

  gap:1px;
}
/* WEEKLY PRICE */

.price-weekly{
  font-size:16px;
  font-weight:900;
  color:#fff;
  line-height:1.2;
}

/* OLD PRICE */

.old-price{
  font-size:12px;
  font-weight:700;
  color:#ffe7b8;

  text-decoration:line-through;

  opacity:.9;
}

/* DELIVERY */

.price-note{
  font-size:11px;
  font-weight:700;

  color:#fff7ea;

  opacity:.95;
}

/* ===== BADGE ===== */

.badge-card{
  position:absolute;

  top:12px;
  right:12px;

  background:#000;

  color:#FF0;

  font-size:12px;
  font-weight:900;

  padding:7px 14px;

  border-radius:999px;

  z-index:5;

  box-shadow:0 4px 14px rgba(0,0,0,.2);

  border:2px solid #795301;
}

/* ===== IMAGE ===== */

.product-card img{
  width:100%;
  height:320px;
  object-fit:cover;

  transition:.4s;
}

.product-card:hover img{
  transform:scale(1.04);
}

/* ===== TABLET ===== */

@media(max-width:992px){

  .product-title-card{
    font-size:16px;
  }

  .price-weekly{
    font-size:18px;
  }

}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .product-title-card{
    font-size:14px;
  }

  .product-title-card small{
    font-size:8px;
  }

  .price-weekly{
    font-size:14px;
  }

  .old-price{
    font-size:10px;
  }

  .price-note{
    font-size:9px;
  }

 .badge-card{
  font-size:11px;
  padding:6px 12px;
}

  .product-card img{
    height:250px;
  }

}
.delivery{
  padding:80px 0;
  background:#fffaf3;
}

.circle{
  width:120px;
  height:120px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  overflow:hidden;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.circle img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.step p{
  margin-top:10px;
  font-weight:700;
}
.delivery .section-title{
  margin-bottom:30px;
}
body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

footer{
  margin-top:auto;
}
@media(max-width:768px){

  @media(max-width:768px){

  

  .delivery .col-md-4{
    width:100%;
    flex:0 0 100%;
  }

}

  .delivery .col-md-4{
    width:33.33%;
    flex:0 0 33.33%;
    padding:0;
  }

  .circle{
    width:70px;
    height:70px;
  }

  .step p{
    font-size:12px;
    margin-top:6px;
  }

}
/* WHY */
.why-features{
  text-align:center;
}

.feature p{
  margin-top:8px;
  font-weight:700;
  font-size:14px;
}

/* FOOTER */
footer{
  background:#8B5E3C;
  color:#fff;
  padding:40px 0;
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  text-align:center;
}
.footer-col{
  flex:1;
  min-width:200px;
}
.footer-bottom{
  margin-top:20px;
  text-align:center;
}
.social i{
  font-size:20px;
  margin:0 8px;
}
.footer-col a{
  display:block;
  color:#fff;
  margin:5px 0;
  text-decoration:none;
  transition:0.3s;
}

.footer-col a:hover{
  color:#f7b569;
  text-shadow:0 0 8px rgba(247,181,105,0.8);
}
/* ===== MOBILE ===== */
@media(max-width:768px){
  .brand img{
    height:130px;
    top:30px;
  }
  .footer-grid{
    justify-content:center;
    gap:20px;
  }
  .footer-col{
    width:45%;
  }
}

/* أيقونات السوشيال */
.social a{
  color:#fff;
  margin:0 8px;
  font-size:20px;
  transition:0.3s;
}

/* نفس hover بتاع اللينكات */
.social a:hover{
  color:#f7b569;
  text-shadow:0 0 8px rgba(247,181,105,0.8);
}
.social a:hover{
  transform:scale(1.2);
}
.social{
  display:flex;
  justify-content:center;
  gap:15px; /* بدل أي خطوط */
}
/* fix scroll under navbar */
section{
  scroll-margin-top:100px;
}
.custom-title{
  text-align:center;
  font-weight:900;
  margin-bottom:40px; /* المسافة اللي طلبتها */
  color:#E6A15C;
  text-shadow:0 1px 3px rgba(0,0,0,0.2);
  font-size:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  font-weight:900;
}

.p {
	color:#8B5E3C;
	text-shadow:0 1px 3px rgba(0,0,0,0.2);
	font-weight:700;
}

.ft{
	color:#f7b569;
}
.line{
  width:40px;
  height:2px;
  background:#d4a373;
  border-radius:10px;
}/* الكارد */
.product-wrapper{
  max-width:600px;
  margin:60px auto;
  background:#fff;
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* العنوان */
.product-title{
  text-align:center;
  font-weight:900;
  margin-bottom:15px;
  color:#000;
  text-shadow:0 1px 2px rgba(0,0,0,0.2);
}

/* عنوان المنتج */
.product-title-card{
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  margin-bottom:5px;
   color:#FFF;
}

.product-title-card small{
  display:block;
  font-size:11px;
  opacity:0.9;
   color:#FF0;
}

/* السعر */

/* السلايدر */
.slider{
  width:100%;
  height:250px;
  overflow:hidden;
  border-radius:15px;
  position:relative;
  background:#fff;
}

.slider img{
  width:100%;
  height:100%;
  object-fit:contain; /* أهم تعديل */
  position:absolute;
  transition:opacity 0.5s;
}

.hidden{
  opacity:0;
}

/* التفاصيل */
.product-info{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.product-info div{
  flex:1;
  font-size:13px;
}

/* موبايل */
@media(max-width:768px){
  .product-info{
    flex-direction:column;
  }
}

/* زرار الدفع */
.buy-btn{
  margin-top:20px;
  width:100%;
  padding:12px;
   background:linear-gradient(135deg, #e39041, #f58300);
  color:#000;
  padding:12px 28px;
  border-radius:999px;
  border:none;
  font-weight:800;
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}
.buy-btn:hover{
  box-shadow:0 15px 30px rgba(0,0,0,0.25);
  filter:brightness(1.05); /* يلمع شوية */
}

/* نزول الكارد */
.checkout-box{
  max-width:520px;
  margin:120px auto 30px auto; /* بدل 180 */
  background:#fff;
  padding:18px;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
/* صف الدروب داون */
.row-2{
  display:flex;
  gap:10px;
  justify-content:center; /* يخليهم في النص */
  margin-bottom:15px; /* مسافة تحتهم */
}

/* تحسين شكل select */
select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;

  background:#fff url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat left 10px center;

  border:1px solid #ddd;
  border-radius:12px;
  padding:10px 35px 10px 10px; /* مساحة للسهم */
  font-size:13px;
  transition:0.3s;
  cursor:pointer;
}
/* focus احترافي */
select:focus{
  border-color:#d4a373;
  box-shadow:0 0 0 3px rgba(212,163,115,0.2);
  outline:none;
}

/* يخليهم متساويين وحلوين */
.row-2 select{
  width:48%;
}
select:hover{
  border-color:#d4a373;
}

/* ===== FIX MOBILE OVERFLOW ===== */
@media(max-width:768px){

  /* منع أي عنصر يكسر العرض */
 
  *{
    max-width:100%;
  }

  /* أهم fix */
  .delivery .row{
    flex-wrap:wrap !important;
    width:100%;
  }

  .delivery .col-md-4{
    flex:0 0 100%;
    width:100%;
  }

  /* منع Bootstrap من كسر العرض */
  .row{
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* تقليل padding اللي بيكسر العرض */
  .products,
  .hero,
  .why,
  .delivery{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  /* إصلاح الصور */
  img{
    max-width:100%;
    height:auto;
  }

}
@media(max-width:768px){

  .checkout-box{
    transform:translateY(-25px);
  }

}