/* Add custom CSS styles below 


.banner-slider{
    position:relative;
    width:100%;
    max-width:100%;
    overflow:hidden;
    border-radius:16px;
}

.banner-slider input{
    display:none;
}

.slides{
    display:flex;
    width:200%;
    transition:.5s ease;
}

.slide{
    width:50%;
    flex-shrink:0;
}

.slide img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

#slide1:checked ~ .slides{
    transform:translateX(0);
}

#slide2:checked ~ .slides{
    transform:translateX(-50%);
}

.slider-nav{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:10;
}

.slider-nav label{
    width:12px;
    height:12px;
    border-radius:50%;
    background:rgba(255,255,255,.6);
    cursor:pointer;
    transition:.3s;
}

#slide1:checked ~ .slider-nav label:nth-child(1),
#slide2:checked ~ .slider-nav label:nth-child(2){
    background:#fff;
    transform:scale(1.2);
}

@media (max-width:768px){

    .banner-slider{
        border-radius:10px;
    }

    .slider-nav{
        bottom:10px;
    }

    .slider-nav label{
        width:10px;
        height:10px;
    }

}
*/

.banner-slider{
    width:100%;
    overflow:hidden;
    position:relative;
    border-radius:12px;
}

.slides{
    display:flex;
    width:200%;
    animation:slideShow 8s infinite;
}

.slide{
    width:50%;
    flex-shrink:0;
}

.slide img{
    width:100%;
    display:block;
    object-fit:cover;
}

@keyframes slideShow{
    0%, 45%{
        transform:translateX(0);
    }

    50%, 95%{
        transform:translateX(50%);
    }

    100%{
        transform:translateX(0);
    }
}
/**********شريط الدفع*****/
.payment-top-bar{
  direction: rtl;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg,#4c1717,#5E2322,#6F2F28);
  padding: 7px 0;
  border-top: 1px solid rgba(255,215,0,.18);
  border-bottom: 1px solid rgba(255,215,0,.18);
}

.payment-track{
  display: flex;
  width: max-content;
  animation: paymentMove 12s linear infinite;
}

.payment-group{
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 18px;
  white-space: nowrap;
}

.payment-title{
  color: #FFD700;
  font-size: 14px;
  font-weight: 800;
}

.pay{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 24px;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  background: #fff;
  color: #222;
  line-height: 1;
}

.mada{
  color: #1b7f5f;
}

.visa{
  color: #1434CB;
  letter-spacing: 1px;
}

.master{
  color: #111;
  position: relative;
  padding-right: 26px;
}

.master::before{
  content: "";
  position: absolute;
  right: 8px;
  width: 12px;
  height: 12px;
  background: #eb001b;
  border-radius: 50%;
  box-shadow: 8px 0 0 #f79e1b;
}

.apple{
  color: #000;
}

.stc{
  color: #4f008c;
}

.tabby{
  color: #111;
  background: #3eedbf;
}

.tamara{
  color: #5E2322;
  background: #f4e7dc;
}

@keyframes paymentMove{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(50%);
  }
}

@media(max-width:768px){
  .payment-track{
    animation-duration: 9s;
  }

  .payment-group{
    gap: 12px;
    padding-left: 12px;
  }

  .payment-title{
    font-size: 13px;
  }

  .pay{
    min-width: 54px;
    height: 22px;
    font-size: 11px;
    padding: 0 8px;
  }
}

/********شريط اعلاني****/

/* رفع الشريط */
.top-moving-wrapper{

    position: relative;

    margin-top: -8px;

    z-index: 9;
}

/* الشريط */
.top-moving-bar{

    direction: rtl;

    width: 100%;

    overflow: hidden;

    background:
    linear-gradient(
      90deg,
      #4c1717,
      #5E2322,
      #6F2F28
    );

    border-top:
    1px solid rgba(255,215,0,.15);

    border-bottom:
    1px solid rgba(255,215,0,.15);

    padding: 10px 0;

    position: relative;
}

/* المسار */
.top-moving-track{

    display: flex;

    width: max-content;

    animation:
    movingBar 18s linear infinite;
}

/* النص */
.top-moving-content{

    color: #fff;

    font-size: 15px;

    font-weight: 800;

    white-space: nowrap;

    padding-left: 80px;

    display: flex;

    align-items: center;

    gap: 10px;

    letter-spacing: .2px;
}

/* الحركة */
@keyframes movingBar{

    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(50%);
    }
}

/* الجوال */
@media(max-width:768px){

    .top-moving-wrapper{

        margin-top: -5px;
    }

    .top-moving-bar{

        padding: 8px 0;
    }

    .top-moving-content{

        font-size: 13px;

        padding-left: 50px;
    }

    .top-moving-track{

        animation-duration: 14s;
    }
}
./***التعريف *****/

.hero{
   background: #6b2a21 !important;
    position: relative;
    width: 100%;
    min-height: 420px;
 display: block;
    text-align: center;
    overflow: hidden;
}


.hero-content{
   background: #6b2a21 !important;
  text-align: center !important;
    width:100%;
    padding:30px 20px;
}

/* Badge */

.hero-badge{

    display:inline-block;

    padding:12px 40px;

    color:#ffffff;

    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(4px);

    font-size:24px;

    font-weight:700;

    margin-bottom:35px;
}

/* العنوان */

.hero h1{

    color:#ffffff;

    font-size:78px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:20px;
}

/* الوصف */

.hero p{

    color:#ffffff;

    font-size:34px;

    font-weight:600;

    line-height:1.7;
}

/*=========================
      Responsive
=========================*/

@media (max-width:992px){

.hero{
    min-height:320px;
  background: #6b2a21;
}

.hero h1{
    font-size:58px;
}

.hero p{
    font-size:24px;
}

.hero-badge{
    font-size:20px;
}

}

@media (max-width:768px){

.hero{
    min-height:280px;
  background: #6b2a21;
}

.hero h1{
    font-size:42px;
}

.hero p{
    font-size:18px;
}

.hero-badge{
    font-size:16px;
    padding:10px 26px;
}

}

@media (max-width:480px){

.hero{
    min-height:240px;
}

.hero h1{
    font-size:30px;
}

.hero p{
    font-size:15px;
}

.hero-badge{
    font-size:14px;
    padding:8px 20px;
}

}
/******************************/
.modern-sections{
  direction:rtl;
  padding:15px 4px;
  background:#f8f6f2;
}

.section-title{
  text-align:center;
  font-size:28px;
  color:#5E2322;
  font-weight:900;
  margin-bottom:18px;
  line-height:1.4;
}

.section-title small{
  display:block;
  font-size:17px;
  color:#8a6b68;
  font-weight:700;
  margin-top:4px;
}

.modern-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.modern-card{
  position:relative;
  height:280px;
  overflow:hidden;
  text-decoration:none;
  background:#eadfdf;
  display:block;
}

.modern-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s ease;
}

.modern-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(94,35,34,.05),
    rgba(94,35,34,.25)
  );
  z-index:1;
}

.card-content{
  position:absolute;
  bottom:12px;
  right:65px;
  left:65px;
  z-index:2;
  background:rgba(94,35,34,.92);
  border:1px solid rgba(178,111,43,.65);
  padding:10px 8px;
  text-align:center;
  border-radius:0;
}

.card-content::before,
.card-content::after{
  content:"";
  position:absolute;
  top:-1px;
  width:22px;
  height:100%;
  background:rgba(94,35,34,.92);
}

.card-content::before{
  right:-22px;
  border-radius:0 22px 22px 0;
}

.card-content::after{
  left:-22px;
  border-radius:22px 0 0 22px;
}

.card-content span{
  display:block;
  color:#fff;
  font-size:18px;
  font-weight:900;
}

.card-content small{
  display:block;
  margin-top:4px;
  color:#f7e5e5;
  font-size:11px;
  font-weight:700;
}

.modern-card:hover img{
  transform:scale(1.07);
}

.modern-card:active{
  transform:scale(.98);
}

@media(max-width:768px){

  .modern-sections{
    padding:12px 4px;
  }

  .modern-grid{
    gap:10px;
  }

  .modern-card{
    height:180px !important;
  }

  .card-content{
    right:50px;
    left:50px;
    padding:8px 6px;
  }

  .card-content::before{
    width:18px;
    right:-18px;
  }

  .card-content::after{
    width:18px;
    left:-18px;
  }

  .card-content span{
    font-size:15px;
  }

  .card-content small{
    font-size:10px;
  }

  .section-title{
    font-size:22px;
  }

  .section-title small{
    font-size:14px;
  }

}

/******المناطــــق***/
.delivery-section{
    width:100%;
    background:#6b2a21;
    padding:70px 20px;
}

.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-bottom:12px;
}

.section-title p{
    color:#f4f4f4;
    font-size:22px;
    font-weight:500;
}

.area-card{
    width:100%;
    background:#fff;
    border-radius:28px;
    padding:40px 30px;
    text-align:center;
}

.area-card h3{
    color:#5b1f16;
    font-size:40px;
    font-weight:800;
    margin-bottom:28px;
}

.cities{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
}

.cities span{
    background:#f2eded;
    color:#5b1f16;
    padding:10px 22px;
    border-radius:999px;
    font-size:20px;
    font-weight:600;
    transition:.3s;
    cursor:pointer;
}

.cities span:hover{
    background:#5b1f16;
    color:#fff;
}

@media(max-width:768px){
.section-header h2{
  margin-bottom:12px ;
}
    .delivery-section{
        padding:50px 15px;
    }

    .section-title h2{
        font-size:34px;
    }

    .section-title p{
        font-size:18px;
        line-height:1.8;
    }

    .area-card h3{
        font-size:30px;
    }

    .cities span{
        font-size:17px;
        padding:8px 18px;
    }

}

/******rating**************/
.reviews-section{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:90px 20px;
}

/* Header */

.section-header{
    text-align:center;
}

.badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#6d281f;
    color:#fff;
    padding:14px 28px;
    min-height:52px;
    border-radius:999px;
    font-size:18px;
    font-weight:700;
    line-height:1;
    margin-bottom:20px;
}

.section-header h2{
    font-size:52px;
    color:#5b1f16;
    font-weight:800;
    margin-bottom:30px;
}

.section-header p{
    color:#666;
    font-size:24px;
}

/* Rating Box */

.rating-box{

    width:560px;
    max-width:100%;

    margin:45px auto 60px;

    background:#6d281f;
    color:#fff;

    border-radius:22px;

    padding:28px 40px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    box-shadow:0 20px 40px rgba(109,40,31,.18);
}

.rating-number{

    font-size:72px;
    font-weight:800;

}

.rating-info{

    text-align:center;

}

.rating-info p{

    margin-top:10px;
    font-size:18px;

}

.stars{

    color:#FFC107;
    font-size:34px;
    letter-spacing:4px;

}

/* Reviews */

.reviews-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.review-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    text-align:center;

    border-top:5px solid #6d281f;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.review-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.review-card .stars{

    margin-bottom:20px;

}

.review-text{

    color:#333;

    font-size:24px;

    line-height:2;

    margin-bottom:30px;

}

.review-card h3{

    color:#5b1f16;

    font-size:34px;

    margin-bottom:12px;

}

.review-card span{

    color:#777;

    font-size:19px;

}

/* Responsive */

@media(max-width:992px){

.reviews-grid{

grid-template-columns:1fr;

}

.rating-box{

flex-direction:column;

gap:20px;

}

.rating-number{

font-size:60px;

}

.section-header h2{

font-size:40px;

}

.section-header p{

font-size:18px;

}

.review-text{

font-size:20px;

}

.review-card h3{

font-size:28px;

}

}

/*************rating*****/

.social-follow-bar{

    direction: rtl;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:14px;

    padding:14px 18px;

    background:
    linear-gradient(
      135deg,
      #4c1717,
      #5E2322,
      #6F2F28
    );

    flex-wrap:wrap;
}

/* النص */
.follow-text{

    color:#FFD700;

    font-size:16px;

    font-weight:800;
}

/* الأزرار */
.social-link{

    width:42px;
    height:42px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:
    rgba(255,255,255,0.10);

    border:
    1px solid rgba(255,215,0,0.15);

    text-decoration:none;

    transition:.3s ease;

    /* رفع المستطيل */
    transform: translateY(-4px);
}

/* الهوفر */
.social-link:hover{

    transform:
    translateY(-7px)
    scale(1.06);

    background:
    rgba(255,215,0,0.14);
}

/* الأيقونات */
.social-icon{

    width:22px;
    height:22px;

    color:#fff;
}

/* الجوال */
@media(max-width:768px){

    .social-follow-bar{

        gap:10px;

        padding:12px;
    }

    .follow-text{

        width:100%;

        text-align:center;

        font-size:15px;
    }

    .social-link{

        width:38px;
        height:38px;
    }

    .social-icon{

        width:20px;
        height:20px;
    }
}