#top-notice-app {
    background: #024f79;
    padding-top: 9px;
    padding-bottom: 12px;
    background-image: url('../images/app-bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    background-size: cover;
    position: relative;
    display: none;
}

#top {
    background-color: rgba(0, 0, 0, .85);
    padding: 13px 0;
    z-index: 999 !important;
    width: 100% !important;
}

#top i {
    margin-right: 7px !important;
}

#custom-header {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 120px;
    position: relative;
    background-position: left;
}

@media only screen and (max-width: 767px) {
    #custom-header {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
}

.header-overlay {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header-content {
    position: relative;
    padding-top: 50px;
}

.controller-tab {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.search-form-wrap2 {
    background: #d1d1d1;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

#offer-discount {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Start Menu Design */
.allCousineWrap {
    display: none;
    position: fixed;
    top: 56px;
    width: 100%;
    left: 0;
    z-index: 1000;
    pointer-events: none;
}

.allCousineBox {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    border-top: 3px solid #ed1a3b;
    padding: 15px 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    pointer-events: auto;
}

.cuisine-search-wrap {
    position: relative;
    margin-bottom: 12px;
    max-width: 340px;
}

.cuisine-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
}

.cuisine-search-input {
    width: 100%;
    padding: 7px 12px 7px 34px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.cuisine-search-input:focus {
    border-color: #ed1a3b;
    box-shadow: 0 0 0 3px rgba(237, 26, 59, 0.15);
}

ul.allCousine {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

ul.allCousine li {
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: top;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    ul.allCousine li {
        width: calc(33.333% - 4px);
    }
}

@media (max-width: 767px) {
    ul.allCousine li {
        width: calc(50% - 4px);
    }
}

@media (max-width: 480px) {
    ul.allCousine li {
        width: 100%;
    }
}

ul.allCousine li a {
    text-transform: capitalize;
    color: #334155 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.2s ease;
    margin: 3px 2px;
    background: #f8fafc;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
}

ul.allCousine li a .cuisine-name {
    color: #1e293b;
    transition: color 0.2s ease;
}

ul.allCousine li a .cuisine-count {
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px;
}

ul.allCousine li a:hover {
    background: #fef2f2;
    color: #da092a !important;
}

ul.allCousine li a:hover .cuisine-name {
    color: #da092a;
}

ul.allCousine li a:hover .cuisine-count {
    color: #e64d64;
}

ul.allCousine li.cuisine-hidden {
    display: none !important;
}


.index-start #top a::after {
    display: block;
    position: absolute;
    left: 0 !important;
    right: 51%;
    bottom: 0;
    height: 0;
    border-bottom: none !important;
    transition: all .3s;
}

.index-start #top .allCousineWrap a::after {
    display: block;
    position: absolute;
    left: 0 !important;
    right: 51%;
    bottom: 0;
    height: 0;
    border-bottom: 3px solid #ed1a3b !important;
    transition: all .3s;
}

.fa-handshake:before {
    content: "\f2b5" !important;
}

.partner_span {
    position: relative;
}

.partner_span:before {
    content: "";
    display: block;
    height: 17px;
    width: 16px;
    position: absolute;
    top: 2px;
    left: -3px;
    background-image: url('../images/handshake_icon.svg');
    background-size: cover;
    background-position: center;
}

.blog_span {
    position: relative;
}

.blog_span:before {
    content: "";
    display: block;
    height: 12px;
    width: 14px;
    position: absolute;
    top: 3px;
    left: -3px;
    background-image: url('../images/blog_icon.svg');
    background-size: cover;
    background-position: center;
}

/* FAQ style */
.faq_title {
    color: #444;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

/* Mobile Hamburger & Off-Canvas Menu */
@media (max-width: 991px) {
    .co-mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border: 0;
        background: transparent;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        z-index: 2002 !important;
        transition: background 0.3s ease;
    }

    #top.menu-open .co-mobile-toggle {
        background: #f8fafc;
    }

    .co-mobile-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        margin: 3px 0;
        background: #ffffff;
        transition: transform .35s cubic-bezier(0.25, 1, 0.5, 1), opacity .3s ease, background .3s ease;
        border-radius: 2px;
    }

    #top.menu-open .co-mobile-toggle span {
        background: #ED1A3B;
    }

    #top.menu-open .co-mobile-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #top.menu-open .co-mobile-toggle span:nth-child(2) {
        opacity: 0;
    }

    #top.menu-open .co-mobile-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .userlog {
        text-align: left !important;
    }

    #top .userlog {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 340px;
        height: 100vh;
        background: #ffffff;
        padding: 80px 0 30px 0;
        overflow-y: auto;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
        border-left: none;
        z-index: 2001;
        transition: right 0.35s cubic-bezier(0.25, 1, 0.5, 1);
        text-align: left;
    }

    #top .userlog:focus {
        outline: none;
    }

    #top.menu-open .userlog {
        right: 0;
    }

    #top .userlog>li {
        display: block;
        margin: 4px 0;
    }

    #top .userlog>li a {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 14px 24px;
        color: #1e293b;
        font-weight: 500;
        text-decoration: none !important;
        transition: all 0.2s ease;
        position: relative;
    }

    #top .userlog>li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ED1A3B;
        transform: scaleY(0);
        transition: transform 0.2s ease;
        border-radius: 0 4px 4px 0;
    }

    #top .userlog>li a:hover,
    #top .userlog>li a:focus-visible {
        background: #f8fafc;
        color: #ED1A3B;
        outline: none;
    }

    #top .userlog>li a:hover::before,
    #top .userlog>li a:focus-visible::before {
        transform: scaleY(1);
    }

    #top .userlog>li a i {
        width: 24px;
        color: #64748b;
        font-size: 18px;
        margin-right: 14px !important;
        transition: color 0.2s ease;
        text-align: center;
    }

    #top .userlog>li a:hover i,
    #top .userlog>li a:focus-visible i {
        color: #ED1A3B;
    }
}

.co-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2000 !important;
    animation: coFadeIn 0.35s ease-out;
}

@keyframes coFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.co-backdrop[hidden] {
    display: none !important;
    animation: none;
}

@media (min-width: 992px) {
    .coMobileToggle, #coMobileToggle {
        display: none !important;
    }
}

/* Header Utilities (Tailwind-compatible styling) */
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.gap-1 { gap: 1px; }
.gap-1-5 { gap: 6px; }
.text-brand { color: #ED1A3B; }
.hover\:text-brand-hover:hover { color: #DA092A; }
.font-semibold { font-weight: 600; }
.text-sm { font-size: 14px; }
.text-15px { font-size: 15px; }
.no-underline { text-decoration: none !important; }
.transition-opacity { transition: opacity 0.2s ease-in-out; }

.header-location-link {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: #ED1A3B;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.header-location-link:hover,
.header-location-link:focus {
    color: #DA092A;
    text-decoration: none;
    opacity: 0.85;
}

#top .header-location-link i {
    color: #ED1A3B !important;
    margin-right: 2px !important;
    font-size: 15px;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

#top .header-location-link:hover i,
#top .header-location-link:focus i {
    color: #DA092A !important;
    transform: translateY(-1px);
}


