body.theme-restaurantly {
    --amwaj-navy: #0a1e58;
    --amwaj-navy-deep: #06143d;
    --amwaj-navy-mid: #0a1e58;
    --amwaj-gold: #f9ad0e;
    --amwaj-gold-deep: #c4840b;
    --amwaj-red: #e26f13;
    --amwaj-orange: #e26f13;
    --amwaj-cyan: #1ea0e8;
    --background-color: #fff7e0;
    --default-color: #0a1e58;
    --heading-color: #f9ad0e;
    --accent-color: #f9ad0e;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --nav-color: #0a1e58;
    --nav-hover-color: #f9ad0e;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #0a1e58;
    background: #fff7e0;
    color: #0a1e58;
}
body.theme-restaurantly,
body.theme-restaurantly h1,
body.theme-restaurantly h2,
body.theme-restaurantly h3,
body.theme-restaurantly h4,
body.theme-restaurantly p,
body.theme-restaurantly a,
body.theme-restaurantly li,
body.theme-restaurantly span {
    font-family: Cairo, sans-serif !important;
}
body.theme-restaurantly img { max-width: 100%; }

.header .logo img {
    max-height: 108px;
    width: auto;
    max-width: 96px;
    border-radius: 22px;
    margin-left: 10px;
    margin-right: 0;
    object-fit: contain;
    background: #0a1e58;
    border: 3px solid #f9ad0e;
    box-shadow: 0 6px 16px rgba(10, 30, 88, .25);
}
.header .logo h1,
body.theme-restaurantly .header .logo h1.sitename {
    color: #f9ad0e !important;
    font-size: 22px;
    font-weight: 800;
}
body.theme-restaurantly .header .branding {
    min-height: 96px;
    padding-top: 8px;
    padding-bottom: 8px;
}
body.theme-restaurantly .footer .logo img {
    max-height: 88px;
    width: auto;
    border-radius: 16px;
    object-fit: contain;
    background: #0a1e58;
    border: 3px solid #f9ad0e;
}

body.theme-restaurantly .header {
    --background-color: #fff7e0 !important;
    background-color: #fff7e0 !important;
}
body.theme-restaurantly.scrolled .header {
    --background-color: #fff7e0 !important;
    background-color: #fff7e0 !important;
}
body.theme-restaurantly .dark-background {
    --background-color: #fff3c4;
    --default-color: #0a1e58;
    --heading-color: #f9ad0e;
}
body.theme-restaurantly .light-background {
    --background-color: #fff3c4;
    --surface-color: #ffffff;
}
body.theme-restaurantly .hero:before {
    background: linear-gradient(180deg, rgba(10, 30, 88, .18) 0%, transparent 40%, rgba(10, 30, 88, .38) 100%) !important;
    z-index: 2;
}
body.theme-restaurantly .events {
    --background-color: #fff3c4;
}

body.theme-restaurantly .header .topbar,
body.theme-restaurantly.scrolled .header .topbar {
    height: auto;
    min-height: 44px;
    visibility: visible;
    overflow: visible;
    background: #0a1e58;
}
.amwaj-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
    gap: 8px 12px;
    padding: 6px 0;
}
.amwaj-topbar-side {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.amwaj-topbar-start { justify-content: flex-start; }
.amwaj-topbar-end { justify-content: flex-end; }
.amwaj-topbar-center {
    text-align: center;
    min-width: 0;
}
.amwaj-top-link {
    color: #fff !important;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.amwaj-top-link i { color: #f9ad0e; }
.amwaj-topbar-center .amwaj-top-link {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.amwaj-socials {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.amwaj-social-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #e26f13;
    background: #e26f13;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.amwaj-social-dot svg {
    width: 14px;
    height: 14px;
    display: block;
}
.amwaj-social-dot:hover {
    background: #c45e0f;
    color: #fff;
    border-color: #c45e0f;
}
.amwaj-chip {
    background: transparent;
    border: 1px solid rgba(249, 173, 14, 0.55);
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.amwaj-chip:hover { background: #f9ad0e; color: #fff; border-color: #f9ad0e; }
.amwaj-chip .ros-desk-badge {
    background: #f9ad0e;
    color: #fff;
    min-width: 16px;
    height: 16px;
    border-radius: 99px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header .ros-desk-wrap { position: relative; }
.header .ros-desk-drop {
    left: 0;
    right: auto;
}

body.theme-restaurantly .hero h2 {
    color: #f9ad0e;
    font-weight: 800;
    text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
body.theme-restaurantly .hero h2 span {
    color: #f9ad0e;
}
body.theme-restaurantly .hero p {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
body.theme-restaurantly .hero .cta-btn {
    background: #0a1e58;
    color: #fff;
    border-color: #0a1e58;
}
body.theme-restaurantly .hero .cta-btn:first-child {
    background: #e26f13;
    color: #fff;
    border-color: #e26f13;
}
body.theme-restaurantly .hero .cta-btn:hover {
    background: #f9ad0e;
    color: #fff;
    border-color: #f9ad0e;
}
.amwaj-marquee {
    display: block;
    background: #3ec8f5;
    color: #0a1e58;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .45);
    min-height: 36px;
    z-index: 998;
    direction: ltr;
}
.amwaj-marquee-track {
    display: flex;
    flex-direction: row;
    width: max-content;
    will-change: transform;
}
.amwaj-marquee-group {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
}
.amwaj-marquee-item {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    padding: 8px 28px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    color: #0a1e58 !important;
}
body.theme-restaurantly .amwaj-marquee,
body.theme-restaurantly .amwaj-marquee-item,
body.theme-restaurantly .amwaj-marquee-item span {
    color: #0a1e58 !important;
}
.amwaj-marquee-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f9ad0e;
    flex-shrink: 0;
}

body.theme-restaurantly .hero {
    height: 100vh;
    min-height: 700px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
body.theme-restaurantly .hero .hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
body.theme-restaurantly .hero .swiper-wrapper {
    height: 100%;
}
body.theme-restaurantly .hero .swiper-slide {
    position: relative;
    height: 100%;
    background-color: #0a1e58;
    background-size: cover;
    background-position: center;
}
body.theme-restaurantly .hero .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    z-index: 1;
}
body.theme-restaurantly .hero .swiper-pagination {
    z-index: 4;
    bottom: 18px;
}
body.theme-restaurantly .hero .container {
    z-index: 3;
    padding-top: 240px;
    padding-bottom: 110px;
    background: transparent;
}
body.theme-restaurantly {
    padding-bottom: 72px;
}

.about .about-img {
    border-radius: 18px;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 18px 40px rgba(10, 30, 88, .22);
}
.menu .menu-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
}
.theme-restaurantly .menu .menu-item.amwaj-dish {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    float: none;
    clear: both;
    overflow: visible;
}
.theme-restaurantly .menu .amwaj-dish .menu-img {
    float: none;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0;
}
.theme-restaurantly .amwaj-dish-body {
    flex: 1;
    min-width: 0;
}
.theme-restaurantly .menu .amwaj-dish .menu-content,
.theme-restaurantly .menu .amwaj-dish .menu-ingredients {
    margin-left: 0;
    margin-right: 0;
}
.theme-restaurantly .amwaj-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding: 7px 16px;
    border: 0;
    border-radius: 999px;
    background: #0a1e58;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}
.theme-restaurantly .amwaj-add-btn:hover {
    background: #f9ad0e;
    color: #fff;
}
.theme-restaurantly .amwaj-add-btn.is-out {
    opacity: .55;
    cursor: default;
}
.amwaj-more {
    margin-top: 8px;
    display: inline-block;
    background: #0a1e58;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
.amwaj-more:hover { background: #f9ad0e; color: #fff; }
.amwaj-more-wrap { text-align: center; margin-top: 28px; }
.amwaj-switch {
    position: fixed;
    left: 14px;
    bottom: 88px;
    z-index: 9998;
    background: #0a1e58;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    text-decoration: none;
}

.book-a-table .form-control,
.contact .php-email-form .form-control {
    background: #fff;
    border: 1px solid rgba(10, 30, 88, .22);
    color: #0a1e58;
}
.contact iframe { filter: grayscale(8%) contrast(1.02); }
.amwaj-alert {
    background: rgba(10, 30, 88, 0.08);
    border: 1px solid #0a1e58;
    color: #0a1e58;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 16px;
}
body.theme-restaurantly .footer {
    --background-color: #0a1e58;
    --heading-color: #f9ad0e;
    --default-color: rgba(255, 255, 255, 0.92);
}
body.theme-restaurantly .why-us .card-item {
    background: #fff;
    border: 1px solid rgba(10, 30, 88, .18);
    border-radius: 18px;
}
body.theme-restaurantly .scroll-top {
    background: #0a1e58;
    color: #fff;
}
body.theme-restaurantly .header .btn-getstarted,
body.theme-restaurantly .header .btn-book-a-table,
body.theme-restaurantly .header .btn-book-a-table:focus {
    background: #e26f13 !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 800;
}
body.theme-restaurantly .header .btn-getstarted:hover,
body.theme-restaurantly .header .btn-book-a-table:hover,
body.theme-restaurantly .header .btn-book-a-table:focus:hover {
    background: #0a1e58 !important;
    color: #fff !important;
}
body.theme-restaurantly .book-a-table .php-email-form button[type=submit],
body.theme-restaurantly .contact .php-email-form button[type=submit] {
    background: #0a1e58;
    color: #fff;
    border: 0;
}
body.theme-restaurantly .book-a-table .php-email-form button[type=submit]:hover,
body.theme-restaurantly .contact .php-email-form button[type=submit]:hover {
    background: #f9ad0e;
    color: #fff;
}
body.theme-restaurantly .menu .menu-filters {
    background: #0a1e58;
    padding: 10px 14px;
    gap: 4px 4px;
}
body.theme-restaurantly .menu .menu-filters li,
body.theme-restaurantly .menu .menu-filters li a {
    color: #fff !important;
    font-weight: 800;
}
body.theme-restaurantly .menu .menu-filters li.filter-active,
body.theme-restaurantly .menu .menu-filters li:hover {
    color: #f9ad0e !important;
}
body.theme-restaurantly .section-title h2,
body.theme-restaurantly .section-title p {
    color: #f9ad0e !important;
    font-weight: 800;
}
body.theme-restaurantly .aos-smart-cart-bar {
    background: #0a1e58;
    color: #fff;
    box-shadow: 0 12px 30px rgba(10, 30, 88, .35);
}
body.theme-restaurantly .cart-bar-count-pill {
    background: #e26f13;
    color: #fff;
}
body.theme-restaurantly .aos-wa-trigger {
    background: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .4);
}
body.theme-restaurantly .why-us .card-item h4 {
    font-weight: 800;
}
body.theme-restaurantly .why-us .card-item:hover {
    background: #0a1e58;
}
body.theme-restaurantly .why-us .card-item:hover span,
body.theme-restaurantly .why-us .card-item:hover h4,
body.theme-restaurantly .why-us .card-item:hover p {
    color: #fff;
}

.amwaj-open-logo { display: none; }
.amwaj-mobile-only { display: none !important; }

@media (max-width: 991px) {
    .amwaj-open-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 28px 16px 8px;
        background: #0a1e58;
        text-align: center;
    }
    .amwaj-open-logo img {
        width: min(72%, 260px);
        height: auto;
        max-height: none;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        border-radius: 28px;
        border: 4px solid #f9ad0e;
        background: #0a1e58;
        box-shadow: 0 16px 36px rgba(0, 0, 0, .35);
    }
    .amwaj-topbar {
        grid-template-columns: 1fr;
        justify-items: center;
        height: auto;
        padding: 8px 0;
    }
    .amwaj-topbar-start, .amwaj-topbar-end { justify-content: center; }
    body.theme-restaurantly .header .topbar,
    body.theme-restaurantly.scrolled .header .topbar {
        display: none !important;
    }
    body.theme-restaurantly .header {
        position: relative !important;
    }
    body.theme-restaurantly .header .branding {
        min-height: auto;
        padding: 4px 0 12px;
        position: relative;
    }
    body.theme-restaurantly .header .branding .container {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 10px;
    }
    body.theme-restaurantly .header .logo,
    body.theme-restaurantly .header .logo.d-flex {
        display: flex !important;
        margin: 0 auto !important;
        margin-inline: auto !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: none !important;
        text-align: center;
        min-height: 0;
        padding: 0;
        float: none !important;
    }
    body.theme-restaurantly .header .logo img,
    .header .logo img {
        display: none !important;
    }
    body.theme-restaurantly .header .logo h1.sitename {
        width: 100%;
        text-align: center;
        font-size: 22px;
        margin: 0;
    }
    body.theme-restaurantly .header .navmenu,
    body.theme-restaurantly .header .mobile-nav-toggle,
    body.theme-restaurantly .header .btn-book-a-table {
        display: none !important;
    }
    body.theme-restaurantly .hero {
        height: 220px;
        min-height: 200px;
        max-height: 240px;
    }
    body.theme-restaurantly .hero .container {
        display: none;
    }
    .amwaj-mobile-only {
        display: inline-flex !important;
    }
    body.theme-restaurantly .hero .swiper-pagination {
        bottom: 10px;
    }
    .amwaj-switch {
        left: max(14px, calc(50vw - 240px + 14px));
        bottom: 88px;
    }
    body.theme-restaurantly .aos-main-header {
        background: #fff;
        border-bottom: 1px solid #eadfc8;
    }
    body.theme-restaurantly .smart-nav-link.active {
        background: #e26f13;
        border-color: #e26f13;
        color: #fff;
    }
    body.theme-restaurantly .smart-card-title,
    body.theme-restaurantly .resto-name {
        color: #0a1e58 !important;
    }
    body.theme-restaurantly .smart-card-desc,
    body.theme-restaurantly .resto-desc {
        color: #64748b !important;
        font-weight: 600;
    }
    body.theme-restaurantly .smart-card-price,
    body.theme-restaurantly .resto-price {
        background: #e26f13;
        color: #fff !important;
    }
    body.theme-restaurantly .smart-add-btn,
    body.theme-restaurantly .resto-add {
        background: #e26f13;
        box-shadow: 0 6px 14px rgba(226, 111, 19, .28);
    }
    body.theme-restaurantly .smart-category-title {
        color: #f9ad0e;
    }
    body.theme-restaurantly .aos-countdown-strip {
        display: none;
    }
}

body.theme-restaurantly .navmenu a,
body.theme-restaurantly .navmenu a:focus {
    font-weight: 800;
}
body.theme-restaurantly .navmenu a:hover,
body.theme-restaurantly .navmenu .active,
body.theme-restaurantly .navmenu .active:focus {
    color: #f9ad0e !important;
}
body.theme-restaurantly .menu .menu-content a {
    font-weight: 800;
    color: #f9ad0e;
}
body.theme-restaurantly .menu .menu-content a:hover {
    color: #0a1e58;
}
body.theme-restaurantly .menu .menu-content::after {
    color: rgba(10, 30, 88, 0.55);
    letter-spacing: 1.4px;
    font-weight: 700;
    top: -2px;
}
body.theme-restaurantly .section-title h2 {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .section-title h2::after {
    height: 3px;
    background: #f9ad0e;
}
body.theme-restaurantly .footer .sitename,
body.theme-restaurantly .footer .logo span {
    color: #f9ad0e;
    font-weight: 800;
}

body.theme-restaurantly h1,
body.theme-restaurantly h2,
body.theme-restaurantly h3,
body.theme-restaurantly h4,
body.theme-restaurantly h5 {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly p,
body.theme-restaurantly li,
body.theme-restaurantly .menu-ingredients,
body.theme-restaurantly .about .content span,
body.theme-restaurantly .about .content .fst-italic,
body.theme-restaurantly .why-us .card-item p,
body.theme-restaurantly .specials .details p,
body.theme-restaurantly .testimonials .testimonial-item p,
body.theme-restaurantly .contact .info p,
body.theme-restaurantly .book-a-table p {
    color: #0a1e58;
    font-weight: 800;
}
body.theme-restaurantly .menu .menu-content span {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .about .content h3,
body.theme-restaurantly .why-us .card-item h4,
body.theme-restaurantly .specials .details h3,
body.theme-restaurantly .testimonials .testimonial-item h3,
body.theme-restaurantly .contact .info h3,
body.theme-restaurantly .events .event-item h3 {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .why-us .card-item span {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .hero h2,
body.theme-restaurantly .hero h2 span {
    color: #f9ad0e;
}
body.theme-restaurantly .hero p {
    color: #fff;
    font-weight: 800;
}
body.theme-restaurantly .footer h4 {
    color: #f9ad0e;
}
body.theme-restaurantly .footer p,
body.theme-restaurantly .footer li,
body.theme-restaurantly .footer a,
body.theme-restaurantly .footer .sitename + p {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}
body.theme-restaurantly .navmenu a,
body.theme-restaurantly .navmenu a:focus {
    color: #0a1e58;
}

body.theme-restaurantly h1,
body.theme-restaurantly h3,
body.theme-restaurantly h4,
body.theme-restaurantly h5,
body.theme-restaurantly .hero h2,
body.theme-restaurantly .section-title p {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .section-title h2 {
    color: #f9ad0e !important;
    font-weight: 800;
}
body.theme-restaurantly p,
body.theme-restaurantly li,
body.theme-restaurantly .about .content span,
body.theme-restaurantly .about .content .fst-italic,
body.theme-restaurantly .why-us .card-item p,
body.theme-restaurantly .menu .menu-ingredients,
body.theme-restaurantly .specials .details p,
body.theme-restaurantly .testimonials .testimonial-item p,
body.theme-restaurantly .testimonials .testimonial-item h4,
body.theme-restaurantly .contact .info p,
body.theme-restaurantly .contact .php-email-form,
body.theme-restaurantly .book-a-table p {
    color: #0a1e58 !important;
    font-weight: 800;
}
body.theme-restaurantly .menu .menu-ingredients {
    font-size: 14px;
    line-height: 1.7;
}
body.theme-restaurantly .why-us .card-item span,
body.theme-restaurantly .menu .menu-content span,
body.theme-restaurantly .specials .details h3,
body.theme-restaurantly .events .event-item h3,
body.theme-restaurantly .testimonials .testimonial-item h3,
body.theme-restaurantly .contact .info h3 {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .hero h2 {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .hero h2 span {
    color: #f9ad0e;
}
body.theme-restaurantly .hero p {
    color: #fff;
    font-weight: 800;
}
body.theme-restaurantly .navmenu a,
body.theme-restaurantly .navmenu a:focus {
    color: #0a1e58;
}
body.theme-restaurantly .footer h4 {
    color: #f9ad0e;
    font-weight: 800;
}
body.theme-restaurantly .footer p,
body.theme-restaurantly .footer li,
body.theme-restaurantly .footer .footer-links a,
body.theme-restaurantly .footer .footer-contact p {
    color: #fff !important;
    font-weight: 800;
}
body.theme-restaurantly .footer .footer-links a:hover {
    color: #f9ad0e;
}
body.theme-restaurantly .menu .menu-filters li,
body.theme-restaurantly .menu .menu-filters li:hover {
    color: #fff !important;
}
body.theme-restaurantly .menu .menu-filters li.filter-active,
body.theme-restaurantly .menu .menu-filters li.filter-active:hover {
    color: #f9ad0e !important;
}

body.theme-restaurantly .specials .nav-tabs {
    background: #0a1e58;
    border-radius: 16px;
    padding: 8px;
    border: 0;
}
body.theme-restaurantly .specials .nav-item {
    color: #fff;
}
body.theme-restaurantly .specials .nav-tabs .nav-link,
body.theme-restaurantly .specials .nav-tabs .nav-link:focus,
body.theme-restaurantly .specials .nav-tabs .nav-link:hover {
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    font-weight: 800;
    border-radius: 10px;
}
body.theme-restaurantly .specials .nav-tabs .nav-link.active,
body.theme-restaurantly .specials .nav-tabs .nav-link.active.show,
body.theme-restaurantly .specials .nav-tabs .nav-item.show .nav-link {
    color: #f9ad0e !important;
    background: rgba(249, 173, 14, .18) !important;
}

@media (max-width: 992px) {
    body.theme-restaurantly .specials .nav-tabs .nav-link,
    body.theme-restaurantly .specials .nav-tabs .nav-link:focus {
        color: #fff !important;
        background: transparent !important;
    }
    body.theme-restaurantly .specials .nav-tabs .nav-link.active,
    body.theme-restaurantly .specials .nav-tabs .nav-link.active.show {
        color: #f9ad0e !important;
        background: rgba(249, 173, 14, .18) !important;
    }
}

body.theme-restaurantly .hero h2 {
    color: #fff !important;
    text-shadow: 0 3px 16px rgba(10, 30, 88, .55);
}
body.theme-restaurantly .hero h2 span {
    color: #f9ad0e !important;
}
body.theme-restaurantly .swiper-pagination-bullet {
    background: #fff;
}
body.theme-restaurantly .swiper-pagination-bullet-active {
    background: #f9ad0e;
}
body.theme-restaurantly .amwaj-top-link i {
    color: #f9ad0e;
}
body.theme-restaurantly .amwaj-social-dot {
    color: #fff;
    background: #e26f13;
    border-color: #e26f13;
}
body.theme-restaurantly .amwaj-social-dot:hover {
    background: #c45e0f;
    color: #fff;
    border-color: #c45e0f;
}
