/* Custom styles for index3.php */

/* Header sticky effect with hide on scroll */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #080521;
    z-index: 1000;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 10px 0;
}

header.header-hidden {
    transform: translateY(-100%);
    opacity: 0;
}

header .header_left p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 0;
}

header .header_left {
    padding: 0;
    margin: 0;
}

header .header_left i {
    margin-right: 5px;
    color: var(--primary-color);
}

/* Main menu sticky below header */
.main_menu {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: top 0.3s ease;
}

/* When header is hidden, menu moves to top */
header.header-hidden + nav.main_menu {
    top: 0;
}

/* Override home_3 button styles - use primary color */
.common_btn,
.menu_order,
.home_3 .common_btn,
body.home_3 .common_btn,
.home_3 .menu_order {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
}

.common_btn:hover,
.menu_order:hover,
.home_3 .common_btn:hover,
.home_3 .menu_order:hover {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    opacity: 0.9;
}

.common_btn::before,
.common_btn::after,
.home_3 .common_btn::before,
.home_3 .common_btn::after {
    background: var(--primary-color) !important;
}

/* User Account Dropdown Menu */
.header_right ul li.dropdown {
    position: relative;
}

.header_right ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    min-width: 180px;
    display: none;
    z-index: 1000;
}

.header_right ul li.dropdown .dropdown-menu.show {
    display: block;
}

.header_right ul li.dropdown .dropdown-menu li {
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.header_right ul li.dropdown .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #080521;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.header_right ul li.dropdown .dropdown-menu li a:hover {
    background: #f8f9fa;
    color: var(--primary-color);
    padding-left: 25px;
}

.header_right ul li.dropdown > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 5px;
    font-size: 12px;
}

/* Menu right user dropdown */
.menu_right li.dropdown {
    position: relative;
}

.menu_right li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: #fff !important;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    min-width: 180px;
    display: none;
    z-index: 1000;
    list-style: none;
    opacity: 1 !important;
}

.menu_right li.dropdown .dropdown-menu.show {
    display: block;
}

.menu_right li.dropdown .dropdown-menu li {
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: transparent;
}

.menu_right li.dropdown .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #080521;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-transform: none;
    background: #fff;
}

.menu_right li.dropdown .dropdown-menu li a:hover {
    background: #f8f9fa;
    color: var(--primary-color);
    padding-left: 25px;
}

.menu_right li.dropdown > a.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
}

/* Hide mobile user menu username display, but keep Login/Sign Up and menu links */
.mobile-username-display {
    display: none !important;
}

/* Mobile menu fixes for all mobile sizes */
@media (max-width: 991.99px) {
    /* Hide only the logged-in user dropdown button on mobile, keep Sign In/Register visible */
    .menu_right li.dropdown {
        display: none !important;
    }

    /* Ensure full white background for mobile menu */
    .main_menu .navbar-collapse {
        background: #fff !important;
    }

    .mobile-user-menu {
        background: #fff !important;
    }

    .navbar-collapse .row {
        background: #fff !important;
    }

    .navbar-collapse .col-6 {
        background: #fff !important;
    }
}

/* Logo border radius for all screens */
.main_menu .navbar-brand img {
    border-radius: 8px;
}

/* Hide entire top header (black background with address) */
.header_3 {
    display: none !important;
}

/* Banner buttons - override default padding for consistent height */
.banner .banner_text .banner_buttons {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin-top: 45px !important;
    justify-content: center !important;
}

.banner .banner_text .banner_buttons a.common_btn {
    height: 60px !important;
    padding: 16px 35px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Mobile responsive */
@media (max-width: 767px) {
    /* Hide header on mobile */
    .header_3 {
        display: none;
    }

    /* Logo mobile fix */
    .main_menu .navbar-brand {
        width: 40px;
        max-width: 40px;
        display: flex;
        align-items: center;
        order: 1; /* Logo first */
    }

    .main_menu .navbar-brand img {
        max-height: 40px;
        width: auto;
        object-fit: contain;
        border-radius: 8px;
    }

    .main_menu {
        height: 60px;
        top: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .main_menu .container {
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
    }

    /* Mobile buttons next to toggler */
    .main_menu .menu_right.d-lg-none {
        order: 2; /* Buttons in middle */
        display: flex !important;
        align-items: center;
        gap: 5px;
        margin-left: auto;
        margin-right: 8px;
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        border: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }

    .main_menu .menu_right.d-lg-none > li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    .main_menu .menu_right.d-lg-none a {
        text-decoration: none;
    }

    .main_menu .menu_right.d-lg-none a.menu_search,
    .main_menu .menu_right.d-lg-none a.menu_cart {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        margin: 0;
        background: transparent !important;
        color: #080521 !important;
        border: none !important;
        font-size: 18px;
        position: relative;
    }

    .main_menu .menu_right.d-lg-none a.menu_cart .qnty {
        position: absolute;
        top: -5px;
        right: -5px;
        background: var(--primary-color);
        color: #fff;
        font-size: 10px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .main_menu .menu_right.d-lg-none a.common_btn,
    .main_menu .menu_right.d-lg-none .common_btn {
        width: auto;
        padding: 6px 12px !important;
        border-radius: 5px !important;
        font-size: 12px !important;
        white-space: nowrap;
        height: 35px;
        line-height: 1;
        display: flex;
        align-items: center;
        background: var(--primary-color) !important;
        color: #fff !important;
        margin: 0;
        text-transform: capitalize;
    }

    .main_menu .menu_right.d-lg-none a.common_btn:hover,
    .main_menu .menu_right.d-lg-none .common_btn:hover {
        color: #fff !important;
    }

    .main_menu .navbar-toggler {
        order: 3; /* Toggler last */
        margin-left: 0;
        padding: 5px 10px;
        border: none;
        background: transparent;
        width: auto;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_menu .navbar-toggler i {
        font-size: 20px;
        color: #080521;
    }

    .main_menu .navbar-collapse {
        order: 4; /* Menu dropdown below */
        flex-basis: 100%;
    }

    /* User menu in mobile nav */
    .mobile-user-menu {
        border-left: 1px solid rgba(8, 5, 33, 0.10);
        padding-left: 15px;
    }

    .mobile-user-menu .nav-link {
        padding-left: 10px;
    }

    .navbar-collapse .row {
        margin: 0;
    }

    .navbar-collapse .col-6 {
        padding-left: 0;
        padding-right: 0;
    }

    /* Fix mobile menu background */
    .main_menu .navbar-collapse {
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    }

    /* Banner buttons - stack vertically on mobile */
    .banner_buttons {
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .banner_buttons a {
        width: 100%;
        justify-content: center !important;
    }
}
/* Menu Search Area Styles */
.menu_search_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 5, 33, 0.95);
    z-index: 99999;
    display: none;
    padding: 20px;
}

.menu_search_area.show {
    display: block;
}

.menu_search_area .container {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
}

.menu_search_area form {
    width: 100%;
    position: relative;
}

.menu_search_area .search_input_wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.menu_search_area input[type="text"],
.menu_search_area input.form-control {
    flex: 1;
    padding: 20px 30px;
    font-size: 18px;
    border: none;
    background: #fff;
    color: #080521;
    outline: none;
}

.menu_search_area .common_btn {
    padding: 15px 40px;
    border-radius: 0 50px 50px 0;
    white-space: nowrap;
    flex-shrink: 0;
    border: none;
    margin: 0;
}

.menu_search_area .close_search {
    position: absolute;
    top: -70px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.menu_search_area .close_search:hover {
    color: var(--primary-color);
    transform: rotate(90deg);
}

/* Mobile responsive for search area */
@media (max-width: 767px) {
    .menu_search_area .container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
    }

    .menu_search_area .search_input_wrap {
        flex-direction: column;
        border-radius: 15px;
        padding: 10px;
        gap: 10px;
    }

    .menu_search_area input[type="text"],
    .menu_search_area input.form-control {
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 10px !important;
        border: 2px solid #ddd !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .menu_search_area input[type="text"]:focus,
    .menu_search_area input.form-control:focus {
        border-color: var(--primary-color) !important;
        box-shadow: 0 2px 10px rgba(253, 201, 19, 0.3);
    }

    .menu_search_area .common_btn {
        width: 100%;
        border-radius: 10px !important;
        padding: 12px 20px !important;
    }

    .menu_search_area .close_search {
        top: -50px;
        right: 10px;
        font-size: 30px;
    }
}

/* Menu Right Buttons Fixes */
.menu_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu_right li {
    list-style: none;
    margin: 0 !important;
}

.menu_right .menu_search,
.menu_right .menu_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border: 2px solid rgba(8, 5, 33, 0.10);
    border-radius: 50%;
    font-size: 18px;
    color: #080521;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0 !important;
}

.menu_right .menu_search:hover,
.menu_right .menu_cart:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.menu_right .menu_cart {
    position: relative;
}

.menu_right .menu_cart .qnty {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.menu_right a span img {
    width: 20px;
    height: 20px;
}

/* Order Now Button - Yellow background */
.menu_order.common_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 0 !important;
    background: #F2A22A !important;
    background-color: #F2A22A !important;
    color: #fff !important;
}

.menu_order.common_btn:hover {
    background: #e09520 !important;
    background-color: #e09520 !important;
}

.menu_order.common_btn::before,
.menu_order.common_btn::after {
    background: #F2A22A !important;
}

/* Book Table Button */
.menu_book.common_btn {
    margin: 0 !important;
}

/* Login/SignUp Button in menu_right */
.menu_right .common_btn {
    margin: 0 !important;
}

/* Remove icon spacing for all menu_right buttons - let HTML space control it */
.menu_right .common_btn i {
    margin-right: 0 !important;
}

.menu_order.common_btn .icon {
    width: 20px;
    height: 20px;
}

.menu_order.common_btn .icon img {
    filter: brightness(0) invert(1);
}

/* My Account Link */
.menu_right li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #080521;
    font-weight: 500;
    transition: all 0.3s;
}

.menu_right li > a:hover {
    color: var(--primary-color);
}

/* ========================================
   CONTACT PAGE STYLES
======================================== */

/* Contact Info Cards */
.contact_info_card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.contact_info_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.contact_info_card .icon {
    width: 80px;
    height: 80px;
    background: #F2A22A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact_info_card .icon i {
    font-size: 32px;
    color: #fff;
}

.contact_info_card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #080521;
    margin-bottom: 15px;
}

.contact_info_card p,
.contact_info_card a {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0;
    text-decoration: none;
}

.contact_info_card a:hover {
    color: var(--primary-color);
}

/* Opening Hours Section */
.opening_hours_section {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.opening_hours_section h3 {
    font-size: 26px;
    font-weight: 700;
    color: #080521;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hours_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.hours_row:last-of-type {
    border-bottom: none;
}

.hours_row .day {
    font-size: 16px;
    font-weight: 600;
    color: #080521;
}

.hours_row .time {
    font-size: 16px;
    color: #666;
}

.hours_row .time.closed {
    color: #dc3545;
    font-weight: 500;
}

.holiday_notice {
    margin-top: 25px;
    padding: 20px;
    background: #fff9e6;
    border-radius: 10px;
    border-left: 4px solid #F2A22A;
}

.holiday_notice h5 {
    font-size: 18px;
    font-weight: 600;
    color: #080521;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.holiday_notice p {
    margin: 0;
    color: #666;
}

/* Map Section */
.map_section {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.map_section iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Section Title */
.section_title {
    text-align: center;
    margin-bottom: 50px;
}

.section_title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #080521;
    margin-bottom: 15px;
}

.section_title p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Breadcrumb Area */
.breadcrumb_area {
    padding: 120px 0;
    position: relative;
}

.breadcrumb_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 5, 33, 0.7);
}

.breadcrumb_area .container {
    position: relative;
    z-index: 1;
}

.breadcrumb_text {
    text-align: center;
}

.breadcrumb_text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb_text ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb_text ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.breadcrumb_text ul li a:hover {
    color: var(--primary-color);
}

.breadcrumb_text ul li:not(:last-child)::after {
    content: '/';
    margin-left: 15px;
    color: #fff;
}

/* Padding utilities */
.pt_120 {
    padding-top: 120px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_120 {
    padding-bottom: 120px;
}