/* =====================================================
   حضرموت شيخ المندي – Complete Stylesheet v2
   Bootstrap 5 RTL | Cairo + ZEYADAArabic fonts
   ===================================================== */

/* ── Local Fonts ── */
@font-face {
    font-family: 'ZEYADAArabic';
    src: url('../fonts/ZEYADAArabic-VF.ttf') format('truetype');
    font-weight: 100 900;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Black.ttf');
    font-weight: 900;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-ExtraLight.ttf');
    font-weight: 200;
}

/* ── Variables ── */
:root {
    --topbar-bg: #0a0200;
    --nav-bg: #2d1205;
    --footer-bg: #180900;
    --gold: #f7ae00;
    --gold-dark: #C8840A;
    --gold-light: #FFC93C;
    --cream: #fff9e7;
    --cream-card: #FEF3D0;
    --cream-border: #E8CC80;
    --brown: #581700;
    --text-dark: #2d1205;
    --text-muted: #8a7050;
}

/* ── Reset / Base ── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: var(--cream);
    color: var(--text-dark);
    direction: rtl;
    font-size: 15px;
}

a {
    transition: color .2s;
    text-decoration: none;
}

img {
    max-width: 100%;
}
.form-check-input:hover {
    cursor: pointer;}
.form-check-input:checked {
    background-color: #613b38 !important;
    border-color: #613b38 !important;
}
.form-check-input:focus {
    box-shadow: none !important;
}
#bar{
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 100;

}
.alert-success {
        display: flex;
    align-items: center;
    padding-inline: 20px !important;
    gap: 10px;
}
.alert-success p{
      margin-bottom: 0px;
}
.alert-success button {
       border: none;
    background-color: transparent;
    font-size: 20px;
}
.cart_link img{ width:25px;}
.cart_count{
        position: absolute;
    background-color: var(--gold);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -5px;
    right: -8px;
       display: flex;
    justify-content: center;
    align-items: center;
        font-size: 11px;
    font-weight: 600;
    font-family: 'Cairo';
}
.cart_count:hover ,.cart_link:hover{
     color: #fff !important;
  
}
.h-content{
        height: max-content;
}
/* ═══════════════════════════════════════════════════
   MAIN NAVBAR  (3-column: nav-links | logo | hotline+account)
═══════════════════════════════════════════════════ */
.main-navbar {
    background: var(--nav-bg);
    padding: 10px 0;
    /* border-bottom: 2px solid var(--gold); */
    position: sticky;
    top: 0;
    z-index: 3;
    /* box-shadow: 0 3px 16px rgba(0,0,0,.6); */
}

.nav-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

/* ── Right column: Nav links ── */
.nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-start;
}

.nav-link-item {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    color: #fff;
    text-decoration: none;
    font-family: 'ZEYADAArabic';
    font-size: 16px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 7px;
    transition: all .2s;
    white-space: nowrap;
}

.nav-link-item:hover,
.nav-link-item.active {
    color: var(--gold);
    /* background: rgba(245,168,0,.12); */
}

.nav-link-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    /* opacity: 0.7;
    flex-shrink: 0;
    filter: sepia(1) saturate(4) hue-rotate(5deg) brightness(1.1); */
}

/* ── Center column: Logo ── */
.brand-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    justify-content: center;
}

.brand-logo .badge-icon {
    height: 40px;
    width: auto;
    /* filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)); */
}

.brand-logo .text-logo {
    height: 25px;
    width: auto;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

/* ── Left column: Hotline image + Account dropdown ── */
.nav-left-group {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.nav-hotline {
    height: 34px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.btn-account {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    background: transparent;
    border: 1.5px solid rgba(245, 168, 0, .4);
    color: #fff;
    font-family: 'ZEYADAArabic';
    font-size: 16px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 7px;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
}

.btn-account i {
    font-size: 17px !important;
    color: var(--gold);
    padding-right: 6px;
}

.btn-account:hover,
.btn-account.show {
    /* background: var(--gold); */
    color: var(--gold);
    /* border-color: var(--gold); */
}

.btn-account .fa-caret-down {
    font-size: .62rem;
}

.main-navbar .dropdown-menu {
    background: var(--nav-bg);
    border: 1px solid rgba(245, 168, 0, .3);
    border-radius: 8px;
    min-width: 140px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .4);
    padding: 6px 0;
}

.main-navbar .dropdown-item {
    color: #e8d4a0;
    font-family: 'Cairo', sans-serif;
    font-size: .88rem;
    font-weight: 600;
    padding: 8px 16px;
    direction: rtl;
    text-align: right;
}

.main-navbar .dropdown-item:hover {
    background: rgba(245, 168, 0, .1);
    color: var(--gold);
}

/* ═══════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════ */
.hero-section {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    display: block;
    max-height: 580px;
    object-fit: cover;
    object-position: center top;
}

/* ═══════════════════════════════════════════════════
   CALLIGRAPHY STRIP DIVIDER
═══════════════════════════════════════════════════ */
.calligraphy-strip {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    background: var(--nav-bg);
}

.calligraphy-strip img {
    width: 100%;
    height: 62px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ═══════════════════════════════════════════════════
   ABOUT / OUR STORY SECTION  (3 columns: calli | photo | text)
═══════════════════════════════════════════════════ */
.about-section {
    background: var(--cream);
    padding: 52px 0;
    position: relative;
    overflow: hidden;
}

.tabs_wrap {
    position: relative;
}

/* Stacked diamond ornaments on the cream margins — RIGHT side */
.about-section::before,
.about-section::after,
.bestSeller_section::before,
.bestSeller_section::after,
.branchSection::before,
.branchSection::after,
.tabs_wrap::before,
.tabs_wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100px;
    background-image: url(../images/sh-01.png), url(../images/sh-01.png), url(../images/sh-01.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 30px 30px, 40px 40px, 30px 30px;
    background-position: center 0px, center 27px, center 63px;
    pointer-events: none;
    z-index: 1;
}

.about-section::before,
.bestSeller_section::before,
.branchSection::before {
    right: 18px;
}

.tabs_wrap::before {
    right: -70px;
}

/* right cream margin */
.about-section::after,
.bestSeller_section::after,
.branchSection::after {
    left: 18px;
}

.tabs_wrap::after {
    left: -70px;
}

/* left cream margin  */

/* ── LEFT: Dark brown text panel ── */
.about-text-col {
    background: var(--nav-bg);
    padding: 56px 48px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
        
}

.about-text-col .section-heading {
    color: var(--gold);
}

/* ── MIDDLE: Photo panel ── */
.about-img-col {
    position: relative;
    min-height: 360px;
    padding-left: 10px;
    overflow: hidden;
}

.about-img-col img.about-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ── RIGHT: Calligraphy art panel ── */
.about-calli-col {
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    overflow: hidden;
}

.about-calli-art {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    opacity: 0.88;
}

.about-text {
    font-size: 12px;
    line-height: 2;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 300;
    font-family: 'Cairo', sans-serif;
}

.about-text.highlight {
    color: var(--gold);
    font-weight: 700;
    font-size: .98rem;
    border-right: 3px solid var(--gold);
    padding-right: 14px;
    margin-top: 8px;
}

/* ═══════════════════════════════════════════════════
   SECTION HEADINGS
═══════════════════════════════════════════════════ */
.branchSection {
    position: relative;
    background: var(--cream);
}

.bestSeller_section {
    background-color: #fff;
    position: relative;
}

.section-heading {
    font-family: 'ZEYADAArabic';
    font-weight: 700;
    font-size: 42px;
    color: var(--brown);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
}

.section-heading .sh-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.btn-view-more {
    font-size: 24px;
    font-weight: 700;
    color: #a06a24;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
    font-family: 'ZEYADAArabic';
}

.btn-view-more .sh-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex-shrink: 0;
}

.btn-view-more:hover {
    color: var(--brown);
}

/* ═══════════════════════════════════════════════════
   ORDER TYPE BAR
═══════════════════════════════════════════════════ */
.order-section {
    background: #ffefda;
    /* border-bottom: 1px solid var(--cream-border); */
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    height: 70px;
}

.order-section .container {
    position: relative;
    z-index: 2;
}

/* sh-09 calligraphy strips on each side edge */
.oc-strip {
    position: absolute;
    top: -12px;
    bottom: 0;
    height: 94px;
    width: 20%;
    /* max-width: 260px; */
    /* min-width: 100px; */
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.oc-strip-r {
    right: -22px;
    /* object-position: right center;  */
}

.oc-strip-l {
    left: 8px;
    /* transform: scaleX(-1); object-position: right center;  */
}

.no-border {
    border: none;
}

/* sh-07 square ornaments, layered inside the strips */
.oc-ornament {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* height: 100%; */
    height: 90px;
    width: auto;
    object-fit: contain;
    pointer-events: none;
    opacity: 1;
    z-index: 1;
}

.oc-ornament-r {
    right: 25%;
}

.oc-ornament-l {
    left: 25%;
}

.order-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    height: 60px;
}

.btn-order-type {
    padding: 0px 12px;
    border-radius: 13px;
    border: 2px solid var(--gold);
    background: var(--gold);
    color: var(--brown);
    font-family: 'ZEYADAArabic';
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    transition: all .2s;
    /*text-decoration: none;*/
}

.btn-order-type.active,
.btn-order-type:hover {
     border: 2px solid var(--gold-dark);
    background: var(--gold-dark);
    /*color: #fff;*/
}

.branch-warn {
    font-size: .8rem;
    color: var(--text-muted);
    background: #fff8d8;
    border: 1px solid var(--cream-border);
    border-radius: 6px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.order-type-label {
    font-family: 'ZEYADAArabic';
    font-size: 17px;
    font-weight: 700;
    color: #581700;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   FOOD CARDS
═══════════════════════════════════════════════════ */
.food-card {
    background: #efcb9e;
    border: none;
    border-radius: 20px;
    padding: 16px 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .22s, box-shadow .22s, border-color .22s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.food-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(200, 130, 10, .25);
    border-color: var(--gold);
}

.food-card-img-wrap {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: linear-gradient(135deg, #4a1800, #8b3a00);
    flex-shrink: 0;
    border-radius: 20px;
}

.food-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
}

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

.food-card-body {
    padding: 12px 0px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.food-card-name {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #200901;
    margin-bottom: 5px;
    line-height: 1.4;
}

.food-card-name .sh-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.food-card-desc {
    font-size: 15px;
    font-weight: 600;
    color: #200901;
    line-height: 1.65;
    flex: 1;
    padding-right: 8px;
    /* margin-bottom: 8px; */
}
.bg-transparent{background: transparent}
.food-card-price {
    font-size: 18px;
    font-weight: 700;
    color: #200901;
    font-family: 'ZEYADAArabic', sans-serif
}
.fz-20{  font-size: 21px;}
.food-card-footer {
    padding: 8px 14px 14px;
}

.btn-add-card {
    width: 100%;
    background: var(--gold);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: .85rem;
    cursor: pointer;
    transition: background .2s;
    text-align: center;
    display: block;
    text-decoration: none;
}

.btn-add-card:hover {
    background: var(--gold-dark);
    color: #fff;
}

/* ═══════════════════════════════════════════════════
   BRANCH CARDS
═══════════════════════════════════════════════════ */
/* .branch-card {
    background: var(--cream-card);
    border: 1.5px solid var(--cream-border);
    border-radius: 14px;
    padding: 24px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .22s, border-color .22s;
}
.branch-card:hover {
    box-shadow: 0 8px 28px rgba(200,130,10,.18);
    border-color: var(--gold);
}
.branch-card .bc-icon {
    width: 30px; height: 30px;
    object-fit: contain;
    margin-bottom: 10px;
}
.branch-card h5 {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-weight: 700;
    color: var(--brown);
    font-size: 1rem;
    margin-bottom: 5px;
}
.branch-card .bc-sub  { font-size: .75rem; color: var(--gold-dark); font-weight: 700; margin-bottom: 4px; }
.branch-card .bc-addr { font-size: .85rem; color: #555; margin-bottom: 8px; line-height: 1.5; }
.branch-card .bc-hours {
    font-size: .82rem;
    font-weight: 700;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}
.btn-order-now {
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0;
    background: var(--gold);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s, transform .15s;
}
.btn-order-now:hover { background: var(--gold-dark); color: #fff; transform: translateY(-2px); } */




.branch-card {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    border: 0;
}

.map-side {
    width: 144px;
    height: 100%;
    object-fit: cover;
}

.fa-map-marker-alt {
    color: #ffc107;
    font-size: 20px;
}

.branch-title {
    font-size: 26px;
    font-family: 'ZEYADAArabic';
    font-weight: 700;
    color: #2b150d;
}

.branch-head-title {
    font-size: 24px;
}

.branch-address {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #2b150d;
}

.time-text {
    font-size: 16px;
    font-weight: 600;
    color: #2b150d;
}

/* ═══════════════════════════════════════════════════
   PAGE BANNER (inner pages)
═══════════════════════════════════════════════════ */
.page-banner {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.auth_banner {
    min-height: 125px;
}

.page-banner .pb-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-banner .pb-content {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    width: 100%;
}

.auth_banner .pb-content {
    padding-right: 15%;
    padding-block: 0px;
}

.page-banner-title {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: var(--gold);
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
}

.page-banner-title .pb-icon {
    width: 26px;
}

.auth_banner .page-banner-title {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
}

.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item a {
    color: #f7ae00;
}

.breadcrumb-item a:hover {
    color: var(--gold);
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #d4b880;
}

/* ═══════════════════════════════════════════════════
   MENU CATEGORIES
═══════════════════════════════════════════════════ */
.categories-wrap {
    overflow-x: auto;
    padding-top: 25px;
    padding-bottom: 8px;
    margin-block: 28px;
    /* scrollbar-width: thin; */
    /* scrollbar-color: var(--gold) #6d6d6d; */
}


.menu_body ::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

.menu_body ::-webkit-scrollbar-track {
    background-color: #6d6d6d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.menu_body ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--gold);
}

.categories-list {
    display: flex;
    gap: 8px;
    white-space: nowrap;
    padding: 3px 2px;
    list-style: none;
    border-bottom: none !important;
    margin-bottom: 0;
}

.cat-tab {
    display: inline-flex;
    align-items: center;
    padding: 4px 16px;
    cursor: pointer;
    border-radius: 24px;
    font-size: 19px;
    font-weight: 700;
    color: #44200f;
    text-decoration: none;
    transition: all .2s;
    flex-shrink: 0;
    font-family: 'ZEYADAArabic';
    border: none;
    background: none;
    position: relative;
}

.cat-tab.active::before,
.cat-tab:hover::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 40%;
    width: 23px;
    height: 23px;
    background-image: url("../images/sh-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.cat-tab:hover,
.cat-tab.active {
    background: var(--gold);
    color: #44200f;
    border-color: var(--gold);
    box-shadow: 0 4px 12px rgba(245, 168, 0, .3);
}

.menu_body .food-card-img-wrap {
    width: 100%;
    height: 230px;
}

/* ═══════════════════════════════════════════════════
   ITEM DETAIL PAGE
═══════════════════════════════════════════════════ */
.item-detail-wrap {
    background: #efcb9e;
    border-radius: 18px;
    padding: 16px 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
}

/* Image is last in DOM → appears on LEFT in RTL flex */
.item-detail-img {
    width: 230px;
    height: 180px;
    border-radius: 14px;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--cream-border);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

.item-detail-info {
    flex: 1;
    min-width: 240px;
}

.item-detail-title {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.item-detail-title .sh-icon-sm {
    width: 22px;
}

.item-detail-desc {
    font-size: 14px;
    font-weight: 600;
    color: var(--brown);
    line-height: 2;
    margin-bottom: 18px;
    padding-right: 6px;
    border-right: 3px solid var(--cream-border);
}
.item-detail-desc span{color:#dc3545;}
.item-detail-price {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 4px;
    /*text-align: center;*/
}

.qty-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.qty-label {
    font-weight: 700;
    font-size: 20px;
    font-family: 'ZEYADAArabic';
    color: var(--brown);
}

.qty-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: transparent;
    color: var(--gold);
    font-size: .85rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    font-weight: 700;
}

.qty-btn:hover {
    background: var(--gold);
    color: #fff;
}

.qty-num {
    font-size: 16px;
    font-weight: 900;
    color: var(--brown);
    min-width: 30px;
    text-align: center;
}

.btn-add-order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--gold);
    color: var(--brown);
    border: none;
    padding: 5px 20px;
    border-radius: 24px;
    font-family: 'ZEYADAArabic';
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .15s;
}

.btn-add-order:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════
   FORM PAGES
═══════════════════════════════════════════════════ */
.form-page {
    background: #fff9e7;
}

.form-outer {
    max-width: 520px;
    margin: 0 auto;
    padding: 52px 20px 72px;
}

.form-title {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-title img.sh-icon-sm {
    width: 24px;
}

.fgroup {
    margin-bottom: 12px;
}

.flabel {
    display: block;
    font-size: 16px;
    font-family: 'ZEYADAArabic';
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 4px;
    text-align: right;
}


.finput {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #b7b7b7;
    border-radius: 14px;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    color: var(--text-dark);
    direction: rtl;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}
.main_outline_btn {
    background: transparent;
    transition: all 0.5s ease-in-out;
    color: var(--brown);
    width: 100%;
    border-radius: 13px;
    padding: 5px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'ZEYADAArabic';
    border: 1px solid var(--gold);
      display: flex;
    justify-content: center;
    /*text-decoration: none;*/
}
.finput:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(245, 168, 0, .15);
}

.finput-wrap {
    position: relative;
}

.finput-wrap .toggle-pass {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-size: .9rem;
    padding: 0;
    transition: color .2s;
}

.finput-wrap .toggle-pass:hover {
    color: var(--gold);
}

.form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.form-check-label {
    font-size: 16px;
    color: var(--brown);
    font-family: 'ZEYADAArabic';
    cursor: pointer;
}

.link-gold {
    color: var(--gold);
    font-weight: 700;
    font-family: 'ZEYADAArabic';
    font-size: 14px;
}

.link-gold:hover {
    color: var(--gold-dark);
    font-family: 'ZEYADAArabic';
    text-decoration: underline;
}

.have_account,
.have_account a {
    color: var(--brown);
    font-family: 'ZEYADAArabic';
    font-size: 16px;
}

.btn-submit {
    width: 80%;
    background: var(--gold);
    color: var(--brown);
    border: none;
    padding: 10px;
    border-radius: 24px;
    font-family: 'ZEYADAArabic';
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .15s;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-submit:hover {
    background: var(--gold-dark);
    transform: translateY(-1px);
}

.divider-or {
    text-align: center;
    color: var(--text-muted);
    font-size: .85rem;
    margin: 20px 0;
    position: relative;
}

.divider-or::before,
.divider-or::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: var(--cream-border);
}

.divider-or::before {
    right: 0;
}

.divider-or::after {
    left: 0;
}

.error-box {
    background: #fde8e8;
    border: 1px solid #f0b0b0;
    color: #c0392b;
    border-radius: 7px;
    padding: 9px 13px;
    font-size: .83rem;
    margin-bottom: 14px;
    display: none;
}

/* ═══════════════════════════════════════════════════
   POLICY PAGES
═══════════════════════════════════════════════════ */
.policy-body,
.menu_body {
    background: var(--cream);
}



.policy-container h1 {
    font-family: 'ZEYADAArabic', 'Cairo', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 4px;
}

.policy-date {
    font-size: .82rem;
    color: var(--gold);
    margin-bottom: 22px;
    display: block;
}

.font-z {
    font-family: 'ZEYADAArabic';
}

.policy-container h2 {
    font-family: 'ZEYADAArabic';
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--brown);
    margin: 28px 0 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--cream-border);
}

.policy-container h3 {
    font-size: .97rem;
    font-weight: 700;
    color: var(--gold-dark);
    margin: 16px 0 7px;
}

.policy-container p {
    font-size: 16px;
    line-height: 1.95;
    color: #581700;
    font-weight: 700;
    margin-bottom: 12px;
}




/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */
footer {
    background: var(--footer-bg);
    color: #d4b880;
    padding: 40px 20% 0;
}

.footer-brand {
    display: grid;
    margin-bottom: 12px;
}

.footer-badge {
    height: 72px;
    width: auto;
}

.footer-text-logo {
    height: 24px;
    width: auto;
    margin-top: 10px;
}

.footer-tagline {
    font-size: 20px;
    color: #fff;
    font-family: 'ZEYADAArabic';
    margin-bottom: 16px;
    letter-spacing: .5px;
}

.footer-socials {
    display: flex;
    /* gap: 8px; */
}

.footer-socials a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.footer-socials a:hover img {
    transform: scale(1.14);
    opacity: .9;
}

footer h6 {
    font-family: 'ZEYADAArabic';
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px;
}

.footer-link {
    display: block;
    color: #fff;
    font-family: 'ZEYADAArabic';
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 5px;
    transition: color .2s;
}

.footer-link:hover {
    color: var(--gold);
    padding-right: 4px;
}

.footer-hotline-img {
    width: 70%;
    max-width: 210px;
    margin-top: 6px;
}

.footer-bottom {
    padding: 20px 0;
    /* text-align: center; */
    font-size: 12px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
}

/* ═══════════════════════════════════════════════════
   UTILITY
═══════════════════════════════════════════════════ */
.sh-icon-sm {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.modal-backdrop {
    z-index: 1 !important;}
 
.web-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

.side-menu-wrap {
    display: none !important;
}
.btn-success{
        background: var(--gold) !important;
    color: var(--brown) !important;
    border: none !important;
    padding: 5px 20px !important;
    border-radius: 24px !important;
}
.btn-secondary{
    border: none !important;
    padding: 5px 20px !important;
    border-radius: 24px !important;
}
.add_card{width:auto;
        text-decoration: none;
}
.add_card img {width:20px;}

  /*qty style*/
  .num-in {
    background-color: var(--gold);
    /*width: 120px;*/
    height: 36px;
    border-radius: 8px;
    padding-inline: 2px;
  }

  .num-in button {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
  }

  .num-in button i {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
  }


 .num-in button.active, .num-in button:first-child:active, :not(.btn-check)+.num-in button:active  {
    border-color: transparent !important;
}
  .num-in span.dis {
    /* border: 2px solid var(--gold); */
    cursor: not-allowed;
  }

  .num-in span.dis i {
    /* color: var(--gold); */
    /* opacity: 0.25; */
  }

  .num-in input {
    width: 35px;
    height: 35px;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
  }

  .quantityText {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 8px;
  }

.order_details {
  background-color: #46200B12;
  border-radius: 13px;
  padding: 20px;
}

.order_items_count {
  background-color: var(--gold);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.os-title{
        font-family: 'ZEYADAArabic';
  font-size: 20px;
}
.cart_item {
  color: var(--brown);
      font-family: 'ZEYADAArabic';
  font-weight: 600;
  font-size: 18px;
}

.item_data {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  position:relative;
}

.item_data img {
 width: 120px;
  max-width: 120px;
  min-width: 120px;
  height: 110px;
  border-radius: 20px;
  margin-right: 12px;
}

.item_data h2 a{
  color: #282725;
  font-size: 18px;
  font-weight: 700;
}
.delete-item{
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-size: 18px;
    color: #282725;
    border:none;
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl !important;
}
.item_data p {
  color: #282725;
  font-size: 16px;
  font-weight: 500;
}
.btn-outline-gray{color: var(--brown);}
.cart_item_price {
  font-size: 20px;
  font-weight: 700;
  color: var(--brown);
}

.px-8 {
  padding-inline: 8px;
}

.order_sammary {
  background-color: #46200B12;
  border-radius: 13px;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: var(--brown);
}

.total_price_sammary {
  border-top: 1px dashed var(--gold);
  margin-top: 20px;
}

.total_price_sammary .item_type {
  margin-top: 20px;
  color: var(--brown);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.main-btn{padding-block:5px}
.total_price_sammary .item_type span {
  padding-top: 10px;
  display: block;
  color: var(--brown);
  font-weight: 500;
  font-size: 14px;
}

.total_price_sammary .item_value {
  margin-top: 20px;
  color: var(--m-second);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;

}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .hero-img {
        max-height: 480px;
    }
}
 .order-md-0{order: 1 !important;}
    .order-md-1{order: 0 !important;}
@media (max-width: 991px) {
    .order-md-0{order: 0 !important;}
    .order-md-1{order: 1 !important;}
    .auth_banner .page-banner-title {
    font-size: 26px;}
    .hero-img {
        max-height: 380px;
    }
.auth_banner .pb-content {
    padding-inline: 16px;}
    .brand-logo .badge-icon {
        height: 50px;
    }

    .brand-logo .text-logo {
        height: 30px;
    }

    .nav-hotline {
        height: 28px;
    }

    .footer-socials {
        padding-top: 16px;
    }

    .btn-account {
        font-size: .76rem;
        padding: 5px 10px;
    }

    .nav-link-item {
        font-size: .85rem;
        padding: 6px 10px;
    }

    .about-text-col {
        padding: 36px 28px;
    }

    .about-img-col {
        min-height: 360px;
        padding-left: 0px;
    }

    footer {
        padding: 35px 12px 0;
    }

    .about-section::before,
    .about-section::after {
        display: none;
    }

    .item-detail-wrap {
        padding: 24px;
        gap: 24px;
    }

    .item-detail-img {
        width: 100%;
        height: 220px;
    }

    .oc-ornament-r {
        right: 23.5%;
    }

    .oc-ornament-l {
        left: 23.5%;
    }

    .oc-ornament {
        height: 65px;
    }




    .web-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    /*mobile nav*/
    .header-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: var(--nav-bg);
        padding-block: 14px;
    }

    .img-logo-mobile {
        padding-top: 15px;
    }

    .header-mobile .main-menu>li {
        position: relative;
    }

    .side-menu-logo {
        text-align: right;
        padding-right: 15px;
    }

    .header-logo {
        text-align: right;
    }

    .header-mobile .side-menu-close {
        background: transparent;
    }

    .header-mobile .side-menu-close span {
        width: 30px;
    }

    .modal-custom .modal-dialog {
        margin: 7% auto;
    }

    /* side menu */
    .side-menu-wrap {
        display: none !important;
        width: 300px;
        position: fixed;
        right: -110%;
        top: 0;
        background: var(--brown);
        height: 100%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
        overflow-y: auto;
        z-index: 1000;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
    }

    .side-menu-wrap.opened {
        display: block !important;
        right: 0;
        transition: 0.8s;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
    }

    .overlay-mobile {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .side-menu-wrap.opened+.overlay-mobile {
        visibility: visible;
        opacity: 1;
    }

    .side-menu-nav .main-menu {
        padding-top: 70px !important;
        width: 100%;
    }

    .side-menu-nav .main-menu>li>a {
        color: #fff;
        padding: 15px 20px 5px 10px;
        font-weight: 700;
        font-size: 18px;
        display: block;
        transition: 0.4s;
    }

    .side-menu-nav .main-menu>li>a:hover,
    .side-menu-nav .main-menu>li>a.active {
        color: var(--gold);
    }

    .menu-mobile {
        background-color: transparent !important;
        border-radius: 10px !important;
        height: 42px !important;
        width: 49px !important;
    }

    .side-menu-wrap .side-menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        height: 34px;
        width: 34px;
        background-color: transparent;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .side-menu-close {
        height: 40px !important;
        width: 40px !important;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .side-menu-close span {
        height: 3px;
        width: 20px;
        border-radius: 4px;
        background: var(--gold);
        position: relative;
        opacity: 1;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
    }

    .side-menu-close.closed span {
        height: 2px;
        border-radius: 0;
    }

    .side-menu-close span:nth-child(1) {
        top: -5px;
    }

    .side-menu-close span:nth-child(3) {
        bottom: -5px;
    }

    .side-menu-close.closed span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        -webkit-transform: translateY(7px) rotate(45deg);
        -moz-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
    }

    .side-menu-close.closed span:nth-child(2) {
        opacity: 0;
    }

    .side-menu-close.closed span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -moz-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
    }

    .side-menu-btns {
        font-size: 13px;
        padding-block: 10px;
        border-radius: 25px;
    }

    .side-menu-btns img {
        padding-left: 4px;
    }


    .brand-logo .badge-icon {
        height: 30px;
    }

    .brand-logo .text-logo {
        height: 16px;
    }

    .map-side {
        width: 100%;
    }

    .branch-card {
        border-radius: 20px;
    }

}

@media (max-width: 767px) {

    .about-section::before,
    .about-section::after,
    .bestSeller_section::before,
    .bestSeller_section::after,
    .branchSection::before,
    .branchSection::after,
    .tabs_wrap::before,
    .tabs_wrap::after {
        content: unset;
    }

    .hero-img {
        max-height: 290px;
    }

    .calligraphy-strip img {
        height: 46px;
    }

    .about-text-col {
        padding: 28px 18px;
    }

    .about-img-col {
        min-height: 240px;
    }

    .about-section {
        padding: 32px 0;
    }

    .section-heading {
        font-size: 1.38rem;
    }

    .food-card-img-wrap {
        height: 145px;
    }

    .footer-badge {
        height: 58px;
    }

    .footer-text-logo {
        height: 30px;
    }

    .footer-hotline-img {
        max-width: 165px;
    }

    .form-outer {
        padding: 0;
    }

    .page-banner-title {
        font-size: 1.4rem;
    }

    .item-detail-wrap {
        padding: 20px;
    }

    .nav-hotline {
        display: none;
    }

    .nav-link-item .nav-link-text {
        display: none;
    }

    .nav-link-item {
        padding: 6px 8px;
    }

    .nav-link-icon {
        width: 20px;
        height: 20px;
        opacity: 0.9;
    }

    .oc-ornament {
        display: none;
    }


    .oc-strip {
        display: none;
    }

}

@media (max-width: 575px) {

    .hero-img {
        max-height: 210px;
        object-position: 65% center;
    }

    body {
        font-size: 14px;
    }

    .btn-account {
        font-size: .72rem;
        padding: 4px 9px;
        gap: 4px;
    }

    .section-heading {
        font-size: 1.2rem;
    }

    .food-card-img-wrap {
        height: 125px;
    }

    .food-card-name {
        font-size: .88rem;
    }

    .food-card-price {
        font-size: .9rem;
    }

    .cat-tab {
        font-size: .8rem;
        padding: 6px 14px;
    }

    .branch-card {
        padding: 16px 14px;
    }

    .page-banner {
        min-height: 110px;
    }

    .page-banner-title {
        font-size: 1.2rem;
    }

    .calligraphy-strip img {
        height: 36px;
    }

    .about-calligraphy-art {
        width: 85%;
    }

    .item-detail-img {
        height: 200px;
    }

    .policy-container {
        padding: 32px 14px 60px;
    }


    .nav-inner {
        gap: 6px;
    }
}