:root{
  --dark:#020814;
  --dark2:#03101f;
  --navy:#061a2f;
  --navy2:#08233f;
  --gold:#d6a43d;
  --gold2:#f6d579;
  --red:#d94132;
  --cream:#fff1c2;
  --muted:#d8c18a;
  --line:rgba(246,213,121,.58);
  --line2:rgba(246,213,121,.25);
  --shadow:0 25px 70px rgba(0,0,0,.45);
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Georgia, "Times New Roman", serif;
  color:var(--cream);
  overflow-x:hidden;
  background:
    radial-gradient(circle at top, rgba(246,213,121,.13), transparent 30%),
    linear-gradient(135deg, #01050c, #03101f 45%, #01050c);
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  width:100%;
  display:block;
}

.site{
  width:min(1240px, 100%);
  margin:0 auto;
  background:
    radial-gradient(circle at top center, rgba(246,213,121,.08), transparent 28%),
    linear-gradient(180deg, rgba(6,26,47,.98), rgba(2,8,20,.99));
  border-left:2px solid var(--gold);
  border-right:2px solid var(--gold);
  box-shadow:var(--shadow);
}

.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:100;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  font-size:28px;
  border:2px solid rgba(255,255,255,.55);
  box-shadow:0 18px 40px rgba(0,0,0,.4);
}

.topbar{
  position:sticky;
  top:0;
  z-index:90;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px 34px;
  background:rgba(2,12,25,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line2);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}

.brand img{
  width:82px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.36));
}

.brand strong{
  display:block;
  color:var(--gold2);
  font-size:18px;
  letter-spacing:.12em;
}

.brand span{
  color:var(--cream);
  font-size:13px;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:8px;
}

.nav-links a{
  padding:10px 15px;
  border-radius:999px;
  color:var(--cream);
  font-size:14px;
  font-weight:800;
  transition:.25s ease;
}

.nav-links a:hover,
.nav-links a.active{
  color:#08111d;
  background:linear-gradient(135deg, var(--gold2), var(--gold));
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.language-switcher{
  display:flex;
  gap:5px;
  padding:5px;
  border:1px solid var(--line2);
  border-radius:999px;
  background:rgba(255,255,255,.03);
}

.language-switcher a{
  min-width:34px;
  text-align:center;
  padding:7px 9px;
  border-radius:999px;
  color:var(--gold2);
  font-size:12px;
  font-weight:900;
}

.language-switcher a.active,
.language-switcher a:hover{
  color:#08111d;
  background:linear-gradient(135deg, var(--gold2), var(--gold));
}

.mobile-menu{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid var(--gold);
  background:rgba(255,255,255,.03);
  color:var(--gold2);
  font-size:24px;
  cursor:pointer;
}

.hero{
  position:relative;
  min-height:820px;
  display:grid;
  place-items:center;
  overflow:hidden;
  text-align:center;
  padding:90px 24px;
}

.hero-bg-slider,
.hero-bg,
.hero-overlay{
  position:absolute;
  inset:0;
}

.hero-bg{
  background-size:cover;
  background-position:center;
  opacity:0;
  animation:heroFade 24s infinite;
}

.bg1{background-image:url("images/Bl-what-to-eat-marrakech-TI.jpg.webp");}
.bg2{background-image:url("images/couscous-3440042_1920.jpg");animation-delay:6s;}
.bg3{background-image:url("images/zarzuela3-11.webp");animation-delay:12s;}
.bg4{background-image:url("images/sopa-de-marisco-lista-para-servir.jpg");animation-delay:18s;}

@keyframes heroFade{
  0%,100%{opacity:0;transform:scale(1);}
  8%,25%{opacity:1;transform:scale(1.05);}
  33%{opacity:0;transform:scale(1.08);}
}

.hero-overlay{
  background:
    linear-gradient(90deg, rgba(2,8,20,.94), rgba(2,8,20,.70), rgba(2,8,20,.94)),
    radial-gradient(circle at center, rgba(6,26,47,.35), rgba(2,8,20,.94));
}

.hero-content{
  position:relative;
  z-index:5;
  width:min(980px, 100%);
  padding:48px 34px;
  border:2px solid var(--line);
  border-radius:44px;
  background:
    radial-gradient(circle at top, rgba(246,213,121,.12), transparent 45%),
    linear-gradient(145deg, rgba(2,12,25,.88), rgba(6,26,47,.78));
  box-shadow:
    inset 0 0 70px rgba(0,0,0,.4),
    0 30px 80px rgba(0,0,0,.42);
}

.hero-logo{
  width:min(360px, 82vw);
  margin:0 auto 18px;
  filter:drop-shadow(0 20px 30px rgba(0,0,0,.46));
}

.hero-eyebrow{
  display:inline-flex;
  padding:8px 16px;
  border-radius:999px;
  border:1px solid var(--line2);
  color:var(--gold2);
  font-size:13px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero h1{
  margin-top:16px;
  color:var(--gold2);
  font-size:clamp(38px, 6vw, 74px);
  line-height:1.05;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-shadow:0 5px 0 rgba(0,0,0,.35);
}

.hero-script{
  margin-top:6px;
  color:var(--red);
  font-family:"Brush Script MT", "Segoe Script", cursive;
  font-size:clamp(34px, 5vw, 58px);
}

.hero-arabic{
  margin-top:10px;
  color:var(--gold2);
  font-size:clamp(30px, 4vw, 48px);
  font-weight:900;
}

.hero-text{
  max-width:680px;
  margin:12px auto 0;
  color:var(--cream);
  font-size:20px;
  line-height:1.6;
}

.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 24px;
  border-radius:999px;
  border:1px solid var(--gold);
  font-weight:900;
  transition:.25s ease;
}

.btn.primary{
  color:#08111d;
  background:linear-gradient(135deg, var(--gold2), var(--gold));
}

.btn.outline{
  color:var(--gold2);
  background:rgba(255,255,255,.04);
}

.menu-tools{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
  padding:30px 24px 18px;
  background:linear-gradient(180deg, #061a2f, #03101f);
}

.menu-search-box{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  border-radius:999px;
  border:1px solid rgba(246,213,121,.50);
  background:rgba(2,8,20,.75);
}

.menu-search-box input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--cream);
  font-family:Georgia, "Times New Roman", serif;
  font-size:16px;
}

.menu-search-box input::placeholder{
  color:rgba(255,241,194,.58);
}

.menu-note{
  padding:15px 18px;
  border-radius:22px;
  border:1px solid rgba(246,213,121,.36);
  background:rgba(2,8,20,.58);
}

.menu-note strong{
  color:var(--gold2);
  font-size:17px;
  text-transform:uppercase;
}

.menu-note p{
  color:var(--muted);
  font-size:14px;
  margin-top:5px;
  line-height:1.5;
}

.category-bar{
  position:sticky;
  top:82px;
  z-index:50;
  display:flex;
  justify-content:center;
  gap:10px;
  padding:18px 24px;
  overflow-x:auto;
  background:rgba(2,12,25,.94);
  border-top:1px solid var(--line2);
  border-bottom:1px solid var(--line2);
  backdrop-filter:blur(14px);
}

.category-bar::-webkit-scrollbar{
  display:none;
}

.cat{
  white-space:nowrap;
  min-height:42px;
  padding:10px 17px;
  border-radius:999px;
  border:1px solid rgba(246,213,121,.55);
  background:rgba(255,255,255,.03);
  color:var(--gold2);
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
  transition:.25s ease;
}

.cat.active,
.cat:hover{
  color:#08111d;
  background:linear-gradient(135deg, var(--gold2), var(--gold));
}

.section-title{
  padding:64px 24px 34px;
  text-align:center;
  background:
    radial-gradient(circle at top, rgba(246,213,121,.08), transparent 35%),
    linear-gradient(180deg, var(--navy), var(--dark2));
}

.section-title span{
  color:var(--gold);
  font-size:13px;
  letter-spacing:.20em;
  font-weight:900;
  text-transform:uppercase;
}

.section-title h2{
  margin-top:12px;
  color:var(--gold2);
  font-size:clamp(34px, 5vw, 56px);
  text-transform:uppercase;
  text-shadow:0 3px 0 rgba(0,0,0,.35);
}

.section-title p{
  max-width:720px;
  margin:14px auto 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}

.menu-section{
  padding:30px 24px 58px;
  background:
    radial-gradient(circle at top, rgba(246,213,121,.10), transparent 35%),
    linear-gradient(180deg, var(--navy), var(--dark));
}

.menu-grid{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
}

.menu-card,
.bon-card{
  overflow:hidden;
  border-radius:30px;
  border:2px solid var(--line);
  background:
    radial-gradient(circle at top left, rgba(246,213,121,.08), transparent 42%),
    linear-gradient(145deg, rgba(4,21,40,.98), rgba(2,8,20,.99));
  box-shadow:0 22px 55px rgba(0,0,0,.38);
  transition:.28s ease;
}

.menu-card:hover{
  transform:translateY(-5px);
  box-shadow:0 30px 72px rgba(0,0,0,.48);
}

.menu-card.wide{
  grid-column:span 1;
}

.menu-img{
  height:230px;
  overflow:hidden;
  border-bottom:1px solid rgba(246,213,121,.25);
  position:relative;
}

.menu-img.big{
  height:260px;
}

.menu-img img{
  height:100%;
  object-fit:cover;
  filter:saturate(1.18) contrast(1.08) brightness(.94);
  transition:.5s ease;
}

.menu-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(2,8,20,.45)),
    radial-gradient(circle at top, rgba(246,213,121,.10), transparent 36%);
}

.menu-card:hover .menu-img img{
  transform:scale(1.06);
}

.menu-body{
  padding:30px 34px 36px;
}

.menu-head{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:26px;
}

.menu-head span{
  width:70px;
  height:70px;
  min-width:70px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#65f1d8;
  border:2px solid rgba(246,213,121,.55);
  font-size:28px;
  font-weight:900;
  background:rgba(2,8,20,.55);
}

.menu-head h3{
  color:var(--gold2);
  font-size:clamp(30px, 3.8vw, 50px);
  text-transform:uppercase;
  line-height:1.05;
  letter-spacing:.03em;
  text-shadow:0 4px 0 rgba(0,0,0,.35);
}

.price-list{
  list-style:none;
  display:grid;
  gap:20px;
}

.price-list li{
  display:grid;
  grid-template-columns:max-content 1fr max-content;
  align-items:baseline;
  gap:18px;
  font-size:clamp(22px, 2.2vw, 34px);
  line-height:1.15;
}

.price-list li span{
  color:var(--cream);
  font-weight:800;
  white-space:nowrap;
}

.price-list li::after{
  content:"";
  display:block;
  border-bottom:4px dotted rgba(246,213,121,.55);
  transform:translateY(-8px);
}

.price-list li b{
  color:var(--gold2);
  font-size:clamp(24px, 2.4vw, 38px);
  font-weight:900;
  white-space:nowrap;
  letter-spacing:.04em;
}

.bon-card{
  min-height:290px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:34px;
}

.bon-ar{
  color:var(--gold2);
  font-size:52px;
  font-weight:900;
}

.bon-card h3{
  color:var(--red);
  font-family:"Brush Script MT", "Segoe Script", cursive;
  font-size:58px;
  font-weight:500;
  margin:10px 0;
}

.bon-card span{
  color:var(--muted);
  font-size:18px;
}

.address-box{
  max-width:980px;
  margin:36px auto 0;
  padding:22px 24px;
  text-align:center;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(145deg, rgba(4,21,40,.96), rgba(2,8,20,.99));
}

.address-box p{
  color:var(--gold2);
  font-size:20px;
}

.address-box span{
  display:block;
  margin-top:6px;
  color:var(--cream);
  font-family:"Brush Script MT", "Segoe Script", cursive;
  font-size:26px;
}

.social-section{
  padding:58px 24px;
  background:rgba(2,12,25,.72);
  border-top:1px solid var(--line2);
  border-bottom:1px solid var(--line2);
}

.social-box{
  max-width:1000px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:24px;
  align-items:center;
  padding:32px;
  border-radius:28px;
  border:1.5px solid var(--line);
  background:linear-gradient(145deg, rgba(4,21,40,.95), rgba(2,8,20,.99));
}

.social-box span{
  color:var(--gold);
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
}

.social-box h2{
  color:var(--gold2);
  font-size:38px;
  margin-top:8px;
}

.social-box p{
  color:var(--muted);
  margin-top:10px;
  line-height:1.7;
}

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

.social-links a{
  min-height:50px;
  display:grid;
  place-items:center;
  border-radius:16px;
  border:1px solid rgba(246,213,121,.5);
  color:var(--gold2);
  font-weight:900;
}

.social-links a:hover{
  background:linear-gradient(135deg, var(--gold2), var(--gold));
  color:#08111d;
}

.footer{
  padding:42px 24px 26px;
  background:#01050c;
  border-top:2px solid var(--gold);
}

.footer-cta{
  max-width:1000px;
  margin:0 auto 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:26px;
  border-radius:26px;
  border:1px solid var(--line);
  background:linear-gradient(145deg, rgba(4,21,40,.95), rgba(2,8,20,.99));
}

.footer-cta h2{
  color:var(--gold2);
  text-transform:uppercase;
  font-size:28px;
}

.footer-cta p{
  color:var(--muted);
  margin-top:6px;
}

.footer-cta a{
  padding:14px 22px;
  border-radius:999px;
  color:#08111d;
  background:linear-gradient(135deg, var(--gold2), var(--gold));
  font-weight:900;
  white-space:nowrap;
}

.footer-grid{
  max-width:1000px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}

.footer-grid div{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(246,213,121,.34);
  background:rgba(255,255,255,.025);
  text-align:center;
}

.footer-grid strong{
  color:var(--gold2);
}

.footer-grid p{
  color:var(--cream);
  margin-top:8px;
  line-height:1.55;
}

.copyright{
  margin-top:24px;
  text-align:center;
  color:rgba(246,213,121,.72);
}

.hidden{
  display:none !important;
}

@media(max-width:980px){
  .menu-grid{
    grid-template-columns:1fr;
  }

  .footer-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .social-box,
  .menu-tools{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .topbar{
    flex-wrap:nowrap;
    padding:10px 14px;
  }

  .brand img{
    width:66px;
    height:auto;
  }

  .brand div{
    display:none;
  }

  .nav-actions{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:8px;
  }

  .mobile-menu{
    display:grid;
    place-items:center;
    order:2;
  }

  .nav-links{
    position:absolute;
    top:82px;
    left:14px;
    right:14px;
    display:none;
    flex-direction:column;
    padding:14px;
    border-radius:18px;
    border:1px solid var(--line);
    background:rgba(2,12,25,.98);
  }

  .nav-links.show{
    display:flex;
  }

  .nav-links a{
    text-align:center;
  }

  .hero{
    min-height:auto;
    padding:48px 14px;
  }

  .hero-content{
    padding:30px 16px;
    border-radius:30px;
  }

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

  .category-bar{
    justify-content:flex-start;
    padding-inline:14px;
  }

  .menu-img,
  .menu-img.big{
    height:220px;
  }

  .menu-body{
    padding:24px 20px 28px;
  }

  .menu-head{
    gap:12px;
    margin-bottom:20px;
  }

  .menu-head span{
    width:50px;
    height:50px;
    min-width:50px;
    font-size:20px;
  }

  .menu-head h3{
    font-size:28px;
  }

  .price-list{
    gap:14px;
  }

  .price-list li{
    grid-template-columns:auto 1fr auto;
    gap:10px;
    font-size:18px;
  }

  .price-list li span{
    white-space:normal;
  }

  .price-list li b{
    font-size:20px;
  }

  .price-list li::after{
    border-bottom-width:3px;
    transform:translateY(-6px);
  }

  .footer-grid,
  .social-links{
    grid-template-columns:1fr;
  }

  .footer-cta{
    flex-direction:column;
    text-align:center;
  }

  .address-box p{
    font-size:16px;
  }
}

@media(max-width:480px){
  .hero-script{
    font-size:34px;
  }

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

  .menu-head h3{
    font-size:24px;
  }

  .price-list li{
    font-size:16px;
  }
}
/* =====================================================
   BLADI FINAL RESPONSIVE FIX
   Phone + Tablet + PC spacing and layout fix
   ضع هذا في آخر style.css
===================================================== */

/* يمنع خروج الصفحة يمين/يسار */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}

body{
  margin:0;
}

/* الصور لا تخرج من الكروت */
img{
  max-width:100%;
  height:auto;
}

/* إصلاح عرض الموقع الرئيسي */
.site{
  width:min(1240px, 100%) !important;
  max-width:100% !important;
  overflow:hidden !important;
}

/* إصلاح المساحات العامة */
.hero,
.menu-tools,
.category-bar,
.section-title,
.menu-section,
.social-section,
.footer{
  width:100%;
}

/* =====================================================
   PC / LARGE SCREEN
===================================================== */

@media (min-width:1200px){
  .site{
    border-left:2px solid var(--gold);
    border-right:2px solid var(--gold);
  }

  .hero{
    min-height:780px !important;
    padding:80px 34px !important;
  }

  .hero-content{
    max-width:980px !important;
  }

  .menu-grid{
    max-width:1160px !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:26px !important;
  }

  .menu-body{
    padding:32px 36px 38px !important;
  }
}

/* =====================================================
   LAPTOP / SMALL PC
===================================================== */

@media (max-width:1199px){
  .topbar{
    padding:12px 22px !important;
  }

  .hero{
    min-height:720px !important;
    padding:70px 22px !important;
  }

  .hero-content{
    width:min(920px, 100%) !important;
  }

  .menu-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:22px !important;
  }

  .menu-head h3{
    font-size:clamp(26px, 3vw, 42px) !important;
  }

  .price-list li{
    font-size:clamp(20px, 2vw, 30px) !important;
  }

  .price-list li b{
    font-size:clamp(22px, 2.2vw, 34px) !important;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width:980px){
  .topbar{
    min-height:78px !important;
    padding:10px 18px !important;
    gap:12px !important;
  }

  .brand img{
    width:74px !important;
    height:auto !important;
  }

  .brand strong{
    font-size:15px !important;
  }

  .brand span{
    font-size:11px !important;
  }

  .nav-links{
    gap:5px !important;
  }

  .nav-links a{
    padding:9px 11px !important;
    font-size:13px !important;
  }

  .language-switcher a{
    min-width:32px !important;
    padding:7px 8px !important;
  }

  .hero{
    min-height:650px !important;
    padding:60px 18px !important;
  }

  .hero-content{
    padding:40px 24px !important;
    border-radius:34px !important;
  }

  .hero-logo{
    width:min(320px, 78vw) !important;
  }

  .hero h1{
    font-size:clamp(34px, 6vw, 58px) !important;
  }

  .hero-script{
    font-size:clamp(32px, 5vw, 48px) !important;
  }

  .hero-arabic{
    font-size:clamp(28px, 4.5vw, 40px) !important;
  }

  .hero-text{
    font-size:18px !important;
  }

  .menu-tools{
    grid-template-columns:1fr !important;
    padding:26px 18px 16px !important;
  }

  .category-bar{
    justify-content:flex-start !important;
    padding:15px 18px !important;
    top:78px !important;
  }

  .cat{
    padding:9px 14px !important;
    font-size:14px !important;
  }

  .section-title{
    padding:50px 18px 28px !important;
  }

  .section-title h2{
    font-size:clamp(30px, 6vw, 46px) !important;
  }

  .menu-section{
    padding:26px 18px 46px !important;
  }

  .menu-grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }

  .menu-card,
  .bon-card{
    border-radius:24px !important;
  }

  .menu-img,
  .menu-img.big{
    height:260px !important;
  }

  .menu-body{
    padding:28px 26px 32px !important;
  }

  .menu-head{
    margin-bottom:22px !important;
  }

  .menu-head span{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    font-size:22px !important;
  }

  .menu-head h3{
    font-size:clamp(28px, 5vw, 40px) !important;
  }

  .price-list{
    gap:16px !important;
  }

  .price-list li{
    grid-template-columns:max-content 1fr max-content !important;
    gap:12px !important;
    font-size:clamp(19px, 3vw, 28px) !important;
  }

  .price-list li b{
    font-size:clamp(21px, 3.2vw, 30px) !important;
  }

  .address-box{
    margin-top:28px !important;
    padding:18px 18px !important;
  }

  .social-box{
    grid-template-columns:1fr !important;
    padding:26px !important;
  }

  .footer-grid{
    grid-template-columns:repeat(2, 1fr) !important;
  }
}

/* =====================================================
   PHONE
===================================================== */

@media (max-width:760px){
  body{
    background:#020814 !important;
  }

  .site{
    border-left:0 !important;
    border-right:0 !important;
  }

  /* Header mobile: logo | languages | menu */
  .topbar{
    flex-wrap:nowrap !important;
    min-height:76px !important;
    padding:10px 12px !important;
    gap:8px !important;
  }

  .brand{
    flex-shrink:0 !important;
  }

  .brand img{
    width:64px !important;
    height:auto !important;
  }

  .brand div{
    display:none !important;
  }

  .nav-actions{
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    flex-direction:row !important;
  }

  .language-switcher{
    width:auto !important;
    margin:0 !important;
    padding:4px !important;
    gap:4px !important;
    order:1 !important;
  }

  .language-switcher a{
    min-width:34px !important;
    padding:7px 8px !important;
    font-size:12px !important;
  }

  .mobile-menu{
    display:grid !important;
    place-items:center !important;
    order:2 !important;
    width:42px !important;
    height:42px !important;
    font-size:22px !important;
    flex-shrink:0 !important;
  }

  .nav-links{
    position:absolute !important;
    top:76px !important;
    left:12px !important;
    right:12px !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid var(--line) !important;
    background:rgba(2,12,25,.98) !important;
    box-shadow:0 20px 50px rgba(0,0,0,.40) !important;
  }

  .nav-links.show{
    display:flex !important;
  }

  .nav-links a{
    text-align:center !important;
    padding:12px 14px !important;
    font-size:15px !important;
  }

  /* Hero mobile */
  .hero{
    min-height:auto !important;
    padding:34px 12px !important;
  }

  .hero-content{
    width:100% !important;
    padding:26px 14px 28px !important;
    border-radius:26px !important;
    border-width:1.5px !important;
  }

  .hero-logo{
    width:min(270px, 82vw) !important;
    margin-bottom:14px !important;
  }

  .hero-eyebrow{
    font-size:11px !important;
    padding:7px 12px !important;
    letter-spacing:.12em !important;
  }

  .hero h1{
    font-size:31px !important;
    line-height:1.1 !important;
    letter-spacing:.02em !important;
  }

  .hero-script{
    font-size:32px !important;
    line-height:1.1 !important;
  }

  .hero-arabic{
    font-size:28px !important;
    line-height:1.2 !important;
  }

  .hero-text{
    font-size:16px !important;
    line-height:1.55 !important;
  }

  .hero-actions{
    flex-direction:column !important;
    gap:10px !important;
    margin-top:22px !important;
  }

  .btn{
    width:100% !important;
    min-height:48px !important;
    padding:12px 18px !important;
  }

  /* Search */
  .menu-tools{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:22px 12px 14px !important;
  }

  .menu-search-box{
    border-radius:18px !important;
    padding:13px 14px !important;
  }

  .menu-note{
    border-radius:18px !important;
    padding:14px !important;
  }

  /* Categories */
  .category-bar{
    top:76px !important;
    justify-content:flex-start !important;
    padding:12px !important;
    gap:8px !important;
  }

  .cat{
    min-height:40px !important;
    padding:9px 13px !important;
    font-size:13px !important;
  }

  /* Titles */
  .section-title{
    padding:42px 14px 24px !important;
  }

  .section-title span{
    font-size:12px !important;
    letter-spacing:.16em !important;
  }

  .section-title h2{
    font-size:30px !important;
    line-height:1.1 !important;
  }

  .section-title p{
    font-size:15px !important;
    line-height:1.6 !important;
  }

  /* Menu cards */
  .menu-section{
    padding:22px 12px 42px !important;
  }

  .menu-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }

  .menu-card,
  .bon-card{
    width:100% !important;
    border-radius:22px !important;
    border-width:1.5px !important;
  }

  .menu-img,
  .menu-img.big{
    height:210px !important;
  }

  .menu-body{
    padding:22px 18px 26px !important;
  }

  .menu-head{
    gap:12px !important;
    margin-bottom:20px !important;
  }

  .menu-head span{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    font-size:20px !important;
  }

  .menu-head h3{
    font-size:25px !important;
    line-height:1.1 !important;
  }

  /* Prices like card but clean on phone */
  .price-list{
    gap:14px !important;
  }

  .price-list li{
    grid-template-columns:auto 1fr auto !important;
    gap:9px !important;
    font-size:16px !important;
    line-height:1.2 !important;
  }

  .price-list li span{
    white-space:normal !important;
    font-weight:800 !important;
  }

  .price-list li b{
    font-size:19px !important;
    white-space:nowrap !important;
  }

  .price-list li::after{
    border-bottom-width:3px !important;
    transform:translateY(-5px) !important;
    min-width:20px !important;
  }

  .bon-card{
    min-height:210px !important;
    padding:24px 16px !important;
  }

  .bon-ar{
    font-size:38px !important;
  }

  .bon-card h3{
    font-size:42px !important;
  }

  .bon-card span{
    font-size:15px !important;
  }

  .address-box{
    margin-top:24px !important;
    padding:16px 14px !important;
    border-radius:20px !important;
  }

  .address-box p{
    font-size:15px !important;
    line-height:1.5 !important;
  }

  .address-box span{
    font-size:22px !important;
  }

  /* Social */
  .social-section{
    padding:42px 12px !important;
  }

  .social-box{
    grid-template-columns:1fr !important;
    padding:22px 18px !important;
    border-radius:22px !important;
  }

  .social-box h2{
    font-size:28px !important;
  }

  .social-links{
    grid-template-columns:1fr !important;
  }

  /* Footer */
  .footer{
    padding:36px 12px 24px !important;
  }

  .footer-cta{
    flex-direction:column !important;
    text-align:center !important;
    padding:22px 16px !important;
    border-radius:22px !important;
  }

  .footer-cta h2{
    font-size:22px !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .footer-grid div{
    padding:16px !important;
  }
}

/* =====================================================
   SMALL PHONE
===================================================== */

@media (max-width:420px){
  .brand img{
    width:58px !important;
  }

  .language-switcher a{
    min-width:31px !important;
    padding:6px 7px !important;
    font-size:11px !important;
  }

  .mobile-menu{
    width:40px !important;
    height:40px !important;
  }

  .hero h1{
    font-size:28px !important;
  }

  .hero-script{
    font-size:29px !important;
  }

  .hero-arabic{
    font-size:25px !important;
  }

  .menu-img,
  .menu-img.big{
    height:195px !important;
  }

  .menu-body{
    padding:20px 14px 24px !important;
  }

  .menu-head h3{
    font-size:22px !important;
  }

  .price-list li{
    font-size:15px !important;
    gap:7px !important;
  }

  .price-list li b{
    font-size:17px !important;
  }

  .price-list li::after{
    border-bottom-width:2px !important;
  }
}

/* =====================================================
   RTL ARABIC FIX
===================================================== */

html[dir="rtl"],
html[dir="rtl"] body{
  direction:rtl;
  text-align:right;
}

html[dir="rtl"] .hero,
html[dir="rtl"] .hero-content,
html[dir="rtl"] .section-title,
html[dir="rtl"] .bon-card,
html[dir="rtl"] .address-box,
html[dir="rtl"] .footer-grid div,
html[dir="rtl"] .copyright{
  text-align:center;
}

html[dir="rtl"] .topbar,
html[dir="rtl"] .nav-links,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .menu-head,
html[dir="rtl"] .category-bar{
  direction:rtl;
}

html[dir="rtl"] .price-list li{
  direction:rtl;
  grid-template-columns:auto 1fr auto !important;
}

html[dir="rtl"] .price-list li span{
  text-align:right;
}

html[dir="rtl"] .price-list li b{
  text-align:left;
}

html[dir="rtl"] .whatsapp-float{
  right:auto !important;
  left:18px !important;
}

@media(max-width:760px){
  html[dir="rtl"] .nav-actions{
    margin-left:0 !important;
    margin-right:auto !important;
  }

  html[dir="rtl"] .nav-links{
    left:12px !important;
    right:12px !important;
  }
}
/* =====================================================
   BLADI ARABIC PAGE FINAL FIX
   ضع هذا في آخر style.css
===================================================== */

/* Arabic global */
html[lang="ar"],
html[dir="rtl"],
html[lang="ar"] body,
html[dir="rtl"] body{
  direction:rtl;
  text-align:right;
}

/* Header Arabic */
html[dir="rtl"] .topbar{
  direction:rtl;
}

html[dir="rtl"] .brand{
  direction:rtl;
}

html[dir="rtl"] .nav-links{
  direction:rtl;
}

html[dir="rtl"] .nav-actions{
  direction:ltr;
  margin-left:0;
  margin-right:auto;
}

/* Keep language order clean */
html[dir="rtl"] .language-switcher{
  direction:ltr;
}

/* Hero Arabic centered */
html[dir="rtl"] .hero,
html[dir="rtl"] .hero-content,
html[dir="rtl"] .section-title,
html[dir="rtl"] .bon-card,
html[dir="rtl"] .address-box,
html[dir="rtl"] .social-box,
html[dir="rtl"] .footer-cta,
html[dir="rtl"] .footer-grid div,
html[dir="rtl"] .copyright{
  text-align:center;
}

/* Search Arabic */
html[dir="rtl"] .menu-search-box{
  direction:rtl;
}

html[dir="rtl"] .menu-search-box input{
  direction:rtl;
  text-align:right;
}

html[dir="rtl"] .menu-note{
  text-align:right;
}

/* Category Arabic */
html[dir="rtl"] .category-bar{
  direction:rtl;
  justify-content:center;
}

/* Menu card Arabic */
html[dir="rtl"] .menu-head{
  direction:rtl;
  text-align:right;
}

html[dir="rtl"] .menu-head h3{
  text-align:right;
}

/* IMPORTANT: Arabic prices like menu card */
html[dir="rtl"] .price-list li{
  direction:rtl !important;
  display:grid !important;
  grid-template-columns:max-content 1fr max-content !important;
  align-items:baseline !important;
  gap:18px !important;
}

html[dir="rtl"] .price-list li span{
  order:1 !important;
  text-align:right !important;
  white-space:nowrap;
}

html[dir="rtl"] .price-list li::after{
  order:2 !important;
  content:"" !important;
  border-bottom:4px dotted rgba(246,213,121,.55) !important;
  transform:translateY(-8px) !important;
}

html[dir="rtl"] .price-list li b{
  order:3 !important;
  text-align:left !important;
  white-space:nowrap !important;
}

/* Arabic social */
html[dir="rtl"] .social-box{
  direction:rtl;
}

html[dir="rtl"] .social-links{
  direction:rtl;
}

/* WhatsApp on Arabic page */
html[dir="rtl"] .whatsapp-float{
  right:auto !important;
  left:18px !important;
}

/* Mobile Arabic fix */
@media(max-width:760px){

  html[dir="rtl"] .topbar{
    direction:rtl;
    flex-wrap:nowrap !important;
  }

  html[dir="rtl"] .brand{
    order:1;
  }

  html[dir="rtl"] .nav-actions{
    order:2;
    margin-right:auto !important;
    margin-left:0 !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:8px !important;
  }

  html[dir="rtl"] .language-switcher{
    order:1 !important;
    width:auto !important;
    margin:0 !important;
  }

  html[dir="rtl"] .mobile-menu{
    order:2 !important;
  }

  html[dir="rtl"] .nav-links{
    top:76px !important;
    left:12px !important;
    right:12px !important;
    direction:rtl;
  }

  html[dir="rtl"] .category-bar{
    justify-content:flex-start !important;
    direction:rtl;
  }

  html[dir="rtl"] .menu-head{
    justify-content:flex-start;
  }

  html[dir="rtl"] .price-list li{
    grid-template-columns:auto 1fr auto !important;
    gap:9px !important;
  }

  html[dir="rtl"] .price-list li span{
    white-space:normal !important;
  }

  html[dir="rtl"] .price-list li::after{
    border-bottom-width:3px !important;
    transform:translateY(-5px) !important;
  }

  html[dir="rtl"] .footer-cta{
    direction:rtl;
  }
}
/* =====================================================
   ARABIC MOBILE HEADER ORDER FIX
   Logo | Languages | Menu Button
===================================================== */

@media(max-width:760px){

  html[dir="rtl"] .topbar{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  html[dir="rtl"] .brand{
    order:1 !important;
    flex-shrink:0 !important;
  }

  html[dir="rtl"] .nav-actions{
    order:2 !important;
    margin-right:auto !important;
    margin-left:0 !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:8px !important;
  }

  html[dir="rtl"] .language-switcher{
    order:1 !important;
    width:auto !important;
    margin:0 !important;
    direction:ltr !important;
  }

  html[dir="rtl"] .mobile-menu{
    order:2 !important;
    display:grid !important;
    place-items:center !important;
  }

  html[dir="rtl"] .nav-links{
    top:76px !important;
    left:12px !important;
    right:12px !important;
  }
}
/* =====================================================
   FINAL PRICE DOTS FIX - ALL LANGUAGES
   Correct format:
   Dish name ............... Price
   Arabic:
   اسم الطبق ............... الثمن
===================================================== */

.price-list{
  list-style:none !important;
  display:grid !important;
  gap:18px !important;
}

.price-list li{
  display:grid !important;
  grid-template-columns:max-content 1fr max-content !important;
  align-items:baseline !important;
  gap:16px !important;
  line-height:1.18 !important;
  font-size:clamp(20px, 2.1vw, 32px) !important;
}

/* Remove any wrong old dots */
.price-list li::before{
  content:none !important;
  display:none !important;
}

/* Dish name */
.price-list li span{
  order:1 !important;
  color:#fff1c2 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}

/* Dots MUST be in the middle */
.price-list li::after{
  order:2 !important;
  content:"" !important;
  display:block !important;
  width:100% !important;
  border-bottom:4px dotted rgba(246,213,121,.60) !important;
  transform:translateY(-8px) !important;
}

/* Price MUST be last */
.price-list li b{
  order:3 !important;
  color:#f6d579 !important;
  font-size:clamp(22px, 2.3vw, 36px) !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  letter-spacing:.03em !important;
}

/* LTR pages: ES / EN / FR */
html[dir="ltr"] .price-list li{
  direction:ltr !important;
}

html[dir="ltr"] .price-list li span{
  text-align:left !important;
}

html[dir="ltr"] .price-list li b{
  text-align:right !important;
}

/* Arabic page */
html[dir="rtl"] .price-list li{
  direction:rtl !important;
  grid-template-columns:max-content 1fr max-content !important;
}

html[dir="rtl"] .price-list li span{
  order:1 !important;
  text-align:right !important;
}

html[dir="rtl"] .price-list li::after{
  order:2 !important;
}

html[dir="rtl"] .price-list li b{
  order:3 !important;
  text-align:left !important;
}

/* Phone fix */
@media(max-width:760px){
  .price-list{
    gap:14px !important;
  }

  .price-list li{
    grid-template-columns:auto 1fr auto !important;
    gap:9px !important;
    font-size:16px !important;
  }

  .price-list li span{
    white-space:normal !important;
  }

  .price-list li b{
    font-size:19px !important;
  }

  .price-list li::after{
    border-bottom-width:3px !important;
    transform:translateY(-5px) !important;
    min-width:22px !important;
  }
}

/* Very small phones */
@media(max-width:420px){
  .price-list li{
    font-size:15px !important;
    gap:7px !important;
  }

  .price-list li b{
    font-size:17px !important;
  }

  .price-list li::after{
    border-bottom-width:2px !important;
  }
}
/* =====================================================
   ARABIC RTL FINAL FIX
   يجعل الصفحة العربية تبدأ من اليمين وليس اليسار
===================================================== */

html[lang="ar"],
html[dir="rtl"],
html[lang="ar"] body,
html[dir="rtl"] body{
  direction: rtl !important;
  text-align: right !important;
}

/* الهيدر */
html[dir="rtl"] .topbar{
  direction: rtl !important;
}

html[dir="rtl"] .brand{
  direction: rtl !important;
  text-align: right !important;
}

html[dir="rtl"] .nav-links{
  direction: rtl !important;
  text-align: right !important;
}

/* لا تقلب ترتيب اللغات */
html[dir="rtl"] .language-switcher{
  direction: ltr !important;
}

/* العناوين الرئيسية تبقى في الوسط */
html[dir="rtl"] .hero,
html[dir="rtl"] .hero-content,
html[dir="rtl"] .section-title,
html[dir="rtl"] .bon-card,
html[dir="rtl"] .address-box,
html[dir="rtl"] .footer-cta,
html[dir="rtl"] .copyright{
  text-align: center !important;
}

/* الكروت تبدأ من اليمين */
html[dir="rtl"] .menu-body,
html[dir="rtl"] .menu-head,
html[dir="rtl"] .menu-head h3,
html[dir="rtl"] .menu-note,
html[dir="rtl"] .social-box,
html[dir="rtl"] .footer-grid div{
  direction: rtl !important;
  text-align: right !important;
}

/* البحث */
html[dir="rtl"] .menu-search-box{
  direction: rtl !important;
}

html[dir="rtl"] .menu-search-box input{
  direction: rtl !important;
  text-align: right !important;
}

/* الأصناف */
html[dir="rtl"] .category-bar{
  direction: rtl !important;
  justify-content: flex-start !important;
}

/* الأثمنة: اسم الطبق يمين، النقط في الوسط، الثمن يسار */
html[dir="rtl"] .price-list li{
  direction: rtl !important;
  display: grid !important;
  grid-template-columns: max-content 1fr max-content !important;
}

html[dir="rtl"] .price-list li span{
  order: 1 !important;
  text-align: right !important;
}

html[dir="rtl"] .price-list li::after{
  order: 2 !important;
}

html[dir="rtl"] .price-list li b{
  order: 3 !important;
  text-align: left !important;
}

/* السوشيال */
html[dir="rtl"] .social-links{
  direction: rtl !important;
}

/* واتساب في العربية */
html[dir="rtl"] .whatsapp-float{
  right: auto !important;
  left: 18px !important;
}

/* الهاتف */
@media(max-width:760px){

  html[dir="rtl"] .topbar{
    direction: rtl !important;
    flex-direction: row !important;
  }

  html[dir="rtl"] .nav-actions{
    margin-right: auto !important;
    margin-left: 0 !important;
    direction: ltr !important;
  }

  html[dir="rtl"] .language-switcher{
    order: 1 !important;
    direction: ltr !important;
  }

  html[dir="rtl"] .mobile-menu{
    order: 2 !important;
  }

  html[dir="rtl"] .nav-links{
    direction: rtl !important;
    text-align: right !important;
  }

  html[dir="rtl"] .nav-links a{
    text-align: center !important;
  }

  html[dir="rtl"] .price-list li{
    grid-template-columns: auto 1fr auto !important;
  }

  html[dir="rtl"] .price-list li span{
    white-space: normal !important;
  }
}