/* body {
    background-color: red !important;
} */
/* body {
    background-color: red !important;
} */
.test {
    direction: ltr;
}

.menu-area-test {
    position: fixed !important;
    top: 0 !important;
    z-index: 999;
    /* background-color: white !important; */
}

#menu {
    width: 100%;
    /* backdrop-filter: blur(20px) !important; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

li {
    padding: 15px;
}

a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s;
}

a:hover {
    /* color: #0c7a7a; */
}

.menu-logo-wrap img {
    width: 100px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    /* color: white; */
    /* background-color: black; */
    font-size: 24px;
    padding: 0 !important;
}

@media (max-width: 768px) {
    #menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    #menu.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    li {
        text-align: center;
        padding: 10px;
    }

    .menu-logo-wrap {
        margin: 10px 0;
    }
}

/* Cta */

.dir {
    direction: ltr;
}

.menu-area {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px);
    background: #fdfdfd73 !important;
}

.menu-area a {
    font-size: 20px;
}

.menu-area a.active {
    color: #fd9900 !important;
}

.contact-submit-wrap input,
.contact-submit-wrap textarea {
    direction: rtl;
}

.bi-chevron-right::before {
    /* content: "\f285"; */
    content: "\f284" !important;
}

/* Default styles for desktop */
.menu-logo-wrap {
    display: flex;
    justify-content: center;
    /* Center the logo for desktop view */
    align-items: center;
}

.responsive-logo {
    display: none;
    /* Hide responsive logo for desktop */
}

/* Mobile styles */
@media (max-width: 768px) {
    .menu-logo-wrap {
        display: none;
        /* Hide desktop logo on mobile */
    }

    .responsive-logo {
        display: inline-block;
        /* Show responsive logo beside burger icon */
        margin-left: 10px;
        /* Space between burger icon and logo */
    }

    .responsive-logo img {
        width: 4rem;
        vertical-align: middle;
    }

    .menu-toggle {
        width: 100%;
        display: flex;
        align-items: center;

        justify-content: space-between;
    }
}

/* From hazem */
.part3 {
    overflow-x: auto;
    scrollbar-color: #fd9900 rgba(0, 0, 0, 5%);
    scrollbar-width: thin;
}

@media (min-width: 990px) {
    .part3 {
        margin-top: 85%;
    }
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 9, 2025 */



@font-face {
    font-family: 'ge_dinar_onelight';
    src: url('arbfonts-ge-dinar-one-light-webfont.woff2') format('woff2'),
        url('arbfonts-ge-dinar-one-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onelight_italic';
    src: url('arbfonts-ge-dinar-one-light-italic-webfont.woff2') format('woff2'),
        url('arbfonts-ge-dinar-one-light-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onelight';
    src: url('arbfonts-ge_dinar_one_light-webfont.woff2') format('woff2'),
        url('arbfonts-ge_dinar_one_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onemedium';
    src: url('arbfonts-ge-dinar-one-medium-webfont.woff2') format('woff2'),
        url('arbfonts-ge-dinar-one-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ge_dinar_onemedium';
    src: url('arbfonts-ge_dinar_one_medium-webfont.woff2') format('woff2'),
        url('arbfonts-ge_dinar_one_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font1 {
    font-family: 'ge_dinar_onelight';
}

.font2 {
    font-family: 'ge_dinar_onelight_italic';
}

.font3 {
    font-family: 'ge_dinar_onelight';
}

.font4 {
    font-family: 'ge_dinar_onemedium';
}

.colerChange {

    background-color: #391512 !important;
    color: #eef0ef !important;

}

.text_coler {
    color: #391512 !important;
}

.food-menu-img img {
    max-width: 120px;
    background: #fff;
    padding: 0px;
}

/* Blog Styles */
/* Blog Styles */
.blog-content-area {
    background: #f8f8f8;
}

.blog-article {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-title {
    font-size: clamp(28px, 4vw, 42px);
    color: #101113;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-meta {
    color: #666;
    font-size: 14px;
}

.blog-meta i {
    color: var(--primary-yellow);
    margin-left: 5px;
}

.blog-body {
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.blog-body p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.blog-body h2 {
    font-size: clamp(24px, 3vw, 32px);
    color: #101113;
    font-weight: bold;
}

.blog-body h3 {
    font-size: clamp(20px, 2.5vw, 26px);
    color: #101113;
}

.blog-body .lead {
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.blog-body ul {
    display: block;
    width: auto;
}

.blog-body ul li {
    display: block;
    padding: 0;
}

.meal-options {
    background: #f8f8f8;
    border-radius: 10px;
}

.meal-options ul li {
    font-size: 16px;
    line-height: 1.8;
}

.meal-options ul li i {
    color: var(--primary-yellow);
    margin-left: 8px;
}

.location-box {
    background: #f8f8f8;
    border-radius: 10px;
}

.location-box h4 {
    color: var(--primary-yellow);
    margin-bottom: 15px;
}

.location-box ul li {
    margin-bottom: 8px;
}

.location-box ul li i {
    color: var(--primary-yellow);
    margin-left: 5px;
}

.campaign-box {
    background: linear-gradient(135deg, #fd9900 0%, #ff8c00 100%);
    color: #fff;
    border-radius: 15px;
}

.campaign-box h3 {
    color: #fff;
}

.campaign-box .common-btn,
.campaign-btn {
    background: #fff;
    color: #fd9900;
}

.campaign-box .common-btn:hover,
.campaign-btn:hover {
    background: #f0f0f0;
}

.faq-section .faq-item h5 {
    color: var(--primary-yellow);
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-section .faq-item h5 i {
    margin-left: 8px;
}

.conclusion-section {
    background: #f8f8f8;
    border-radius: 15px;
    border-right: 5px solid var(--primary-yellow);
}

.conclusion-section h3 {
    color: #101113;
}

.table-responsive table thead {
    background: var(--primary-yellow);
    color: #fff;
}

.table-responsive table tbody tr:hover {
    background: #f8f8f8;
}

@media (max-width: 768px) {
    .blog-content-area.pt-120 {
        padding-top: 60px !important;
    }

    .blog-content-area.pb-120 {
        padding-bottom: 60px !important;
    }

    .blog-article {
        padding: 20px 15px;
    }

    .blog-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .blog-body p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .blog-body .lead {
        font-size: 17px;
    }

    .blog-body h2 {
        font-size: 20px;
        margin-top: 30px !important;
        margin-bottom: 15px !important;
    }

    .blog-body h3 {
        font-size: 18px;
    }

    .meal-options {
        padding: 15px !important;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .meal-options h3 {
        font-size: 17px;
    }

    .meal-options ul li {
        font-size: 14px;
        text-align: justify;
    }

    .campaign-box {
        padding: 25px 15px !important;
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .campaign-box h3 {
        font-size: 20px;
    }

    .campaign-box p {
        font-size: 15px !important;
    }

    .campaign-box .common-btn {
        font-size: 14px;
        padding: 10px 20px;
        white-space: normal;
    }

    .conclusion-section {
        padding: 25px 15px !important;
        border-right-width: 4px;
    }

    .conclusion-section h3 {
        font-size: 20px;
    }

    .faq-section .faq-item h5 {
        font-size: 16px;
    }

    .faq-section .faq-item p {
        font-size: 14px !important;
    }

    .location-box {
        padding: 15px !important;
    }

    .location-box h4 {
        font-size: 18px;
    }

    .table-responsive {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .table-responsive table {
        font-size: 14px;
    }

    .alert-warning {
        font-size: 15px;
        padding: 12px 15px;
    }

    .cta-section {
        margin-top: 30px !important;
    }

    .cta-section .common-btn {
        font-size: 14px;
        padding: 12px 24px;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .blog-content-area.pt-120 {
        padding-top: 40px !important;
    }

    .blog-content-area.pb-120 {
        padding-bottom: 40px !important;
    }

    .blog-article {
        padding: 15px 12px;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-body p {
        font-size: 14px;
    }

    .blog-body .lead {
        font-size: 15px;
    }

    .blog-body h2 {
        font-size: 18px;
    }

    .campaign-box h3 {
        font-size: 18px;
    }

    .table-responsive table {
        font-size: 13px;
    }

    .table-responsive table th,
    .table-responsive table td {
        padding: 8px 6px;
    }
}
