
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / .top_bar
3. Footer / #footer
4. Content / #page_content_wrapper
5. Social Sharing / #social_share_wrapper
6. Sidebar / .sidebar_wrapper
7. Form & Input
8. Pagination / .pagination
9. Widgets
10. Food Menu Template Elements
11. Contact Form Captcha / #captcha-wrap
12. Woocommerce Elements
13. Live Content Builde Elements
14. Splash Screen Animation
-------------------------------------------------------------------*/

/* ===== SPLASH SCREEN ANIMATION ===== */
.splash-screen {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    z-index: 9999;
    animation: fadeOutScreen 1s ease forwards;
    animation-delay: 3s;
}

.splash-screen .logo {
    width: 250px;
    opacity: 0;
    transform: scale(0.8);
    animation: logoIntro 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes logoIntro {
    0% {
        opacity: 0;
        transform: scale(0.6) rotate(-2deg);
        filter: drop-shadow(0 0 0px transparent);
    }
    40% {
        opacity: 1;
        transform: scale(1.08) rotate(0deg);
        filter:
            drop-shadow(0 0 20px rgba(220, 20, 60, 0.9))
            drop-shadow(0 0 60px rgba(139, 0, 0, 0.6))
            drop-shadow(0 0 120px rgba(80, 0, 0, 0.3));
    }
    70% {
        transform: scale(0.98);
        filter:
            drop-shadow(0 0 35px rgba(220, 20, 60, 0.8))
            drop-shadow(0 0 80px rgba(139, 0, 0, 0.5));
    }
    100% {
        transform: scale(1);
        filter:
            drop-shadow(0 0 15px rgba(220, 20, 60, 0.6))
            drop-shadow(0 0 45px rgba(139, 0, 0, 0.3));
    }
}

@keyframes fadeOutScreen {
    to {
        opacity: 0;
        visibility: hidden;
    }
}
/* ===== END SPLASH SCREEN ===== */

.portfolio_nav { display:none; }
.top_bar.fixed
{
    position: fixed;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  
    animation-duration: 0.5s;   
    -webkit-animation-duration: 0.5s;
    z-index: 999;
    visibility: visible !important;
    top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
    margin-top: 16px;
}

.top_bar.fixed #searchform
{
    margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
    margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
    padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
    max-height: 40px;
    width: auto;
}


#page_caption .page_title_wrapper
{
    text-align: center}
.page_title_inner
{
    float: none;
}

#copyright, #footer_menu, .footer_bar_wrapper .social_wrapper
{
    float: none;
    width: 100%;
    text-align: center;
}

.footer_bar_wrapper .social_wrapper ul
{
    text-align: center;
    margin: auto;
}

#footer_menu, .footer_bar_wrapper .social_wrapper
{
    margin-bottom: 10px;
}

.footer_bar_wrapper
{
    padding-top: 50px;
}

#copyright
{
    margin-bottom: 30px;
}

.footer_bar_wrapper .social_wrapper ul li
{
    float: none;
    display: inline-block;
}

#wrapper.hasbg .above_top_bar
{
    background: #cfa670 !important;
    background: rgb(207, 166, 112, 0.9) !important;
    background: rgba(207, 166, 112, 0.9) !important;
}

#option_btn
{
    position: fixed;
    top: 150px;
    right: -2px;
    cursor:pointer;
    z-index: 9;
    background: #fff;
    border-right: 0;
    width: 40px;
    height: 155px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}

#option_btn span
{
    font-size: 15px;
    line-height: 31px;
    color: #000;
}

#option_wrapper
{
    position: fixed;
    top: 0;
    right:-401px;
    width: 400px;
    background: #fff;
    z-index: 99999;
    font-size: 13px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
    height: 100%;
}

#option_wrapper:hover
{
    overflow-y: auto;
}

#option_wrapper h6.demo_title
{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}

.demo_color_list
{
    list-style: none;
    display: block;
    margin: 30px 0 10px 0;
}

.demo_color_list > li
{
    display: inline-block;
    position: relative;
    width: 20%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    margin-bottom: 15px;
}

.demo_color_list > li .item_content_wrapper
{1
    width: 100%;
}

.demo_color_list > li .item_content_wrapper .item_content
{
    width: 100%;
    box-sizing: border-box;
}

.demo_color_list > li .item_content_wrapper .item_content .item_thumb
{
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 0;
    border-radius: 250px;
    margin: auto;
}

.demo_list
{
    list-style: none;
    display: block;
    float: left;
    margin: 30px 0 30px 0;
}

.demo_list li
{
    display: block;
    float: left;
    position: relative;
    margin-bottom: 15px;
    margin-right: 14px;
    width: calc(50% - 7px);
    overflow: hidden;
    line-height: 0;
}

.demo_list li:nth-child(2n)
{
    margin-right: 0;
}

.demo_list li img
{
    max-width: 100%;
    height: auto;
    line-height: 0;
}

.demo_list li:hover img:not(.no_blur)
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-filter: blur(2px);
}

.demo_list li:hover .demo_thumb_hover_wrapper 
{
    opacity: 1;
}

.demo_thumb_hover_wrapper 
{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    visibility: visible;
    width: 100%;
    line-height: normal;
}

.demo_thumb_hover_inner
{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.demo_thumb_desc
{
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0 10% 0 10%;
    box-sizing: border-box;
}

.demo_thumb_hover_inner h6
{
    color: #fff !important;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0;
}

.demo_thumb_desc .button.white
{
    margin-top: 5px;
    font-size: 12px !important;
    padding: .4em 2.5em .4em 2.5em;
}

.demo_thumb_desc .button.white:hover
{
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

#option_wrapper .inner
{
    padding: 40px 20px 40px 20px;
    box-sizing: border-box;
}

body.admin-bar #option_wrapper .inner
{
    padding-top: 70px;
}

#option_wrapper .demo_desc
{
    box-sizing: border-box;
    margin-top: 10px;
    padding: 0 10px 0 10px;
    font-size: 12px;
    opacity: 0.7;
    color: #000;
}

.demotip
{
    display: block;
}

@media only screen and (max-width: 768px) {
    html[data-menu=leftmenu] .mobile_menu_wrapper
    {
        right: 0;
        left: initial;
        
        -webkit-transform: translate(400px, 0px);
        -ms-transform: translate(400px, 0px);
        transform: translate(400px, 0px);
        -o-transform: translate(400px, 0px);
    }
}

html[data-menu=leftmenu] .mobile_main_nav, #sub_menu
{
    clear: both;
}

html[data-menu=leftmenu] #wrapper
{
    padding-top: 0;
}
#option_btn
{
    height: 125px;
}

@media only screen and (max-width: 767px) {
#option_wrapper, #option_btn
{
  display: none;
}}



.submit-button { 
    font-size: 15px; 
    font-weight: bold; 
    letter-spacing: 0.8px; 
    padding: 15px; 
    width: 100%;
    display: block; -webkit-appearance: none; 
    background-color:#333; 
    border: 0;
    color: #fff;
    font-style: normal !important;
    cursor: pointer;
    font-style: normal;
    margin-top: 20px;
}

.input1 {
    width: 100%;
}

.flex-active-slide img {
    width: 100%;
}

/* =====================================================
   IMAGE SIZING AND RESOLUTION FIXES
   ===================================================== */

/* General image fixes for proper sizing */
.image_wrapper,
.image_classic_frame {
    background-color: #000000;
    overflow: hidden;
}

.image_wrapper img,
.portfolio_img,
.image_classic_frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    max-width: 100%;
    background-color: #000000;
}

/* Force portrait aspect ratio on card images */
.ppb_card_two_cols_with_image .image_wrapper,
.ppb_menu_with_image .image_wrapper,
.parallax_scroll_image .image_wrapper {
    background-color: #000000;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppb_card_two_cols_with_image .image_wrapper img,
.ppb_menu_with_image .image_wrapper img,
.parallax_scroll_image .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: #000000;
}

/* Team/featured section images - square with black bg */
.post_img.team {
    background-color: #000000;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.post_img.team img,
img.team_pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: #000000;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

/* Parallax background images - portrait orientation */
.parallax,
[data-image] {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000000 !important;
}

/* Page caption/header background images */
#page_caption,
#page_caption #bg_regular {
    background-size: contain !important;
    background-position: center center !important;
    background-color: #000000 !important;
}

#bg_regular {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000000 !important;
}

/* Full width background images */
.page_content_wrapper.withbg {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000000 !important;
}

/* Revolution slider images */
.rev_slider img,
.rev-slidebg {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

#rev_slider_1_1_wrapper {
    background-size: contain !important;
    background-position: center center !important;
    background-color: #000000 !important;
}

/* Card with image sections - portrait */
.ppb_card_two_cols_with_image .image_classic_frame.expand,
.ppb_menu_with_image .image_classic_frame.expand {
    background-color: #000000;
    min-height: 500px;
}

.ppb_card_two_cols_with_image .image_wrapper img,
.ppb_menu_with_image .image_wrapper img {
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: contain;
    object-position: center;
    background-color: #000000;
}

/* Parallax scroll images - portrait */
.parallax_scroll_image .image_classic_frame.expand {
    background-color: #000000;
    min-height: 500px;
}

.parallax_scroll_image .image_wrapper img {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: contain;
    object-position: center;
    background-color: #000000;
}

/* Image frame expand */
.image_classic_frame.expand {
    overflow: hidden;
    background-color: #000000;
}

.image_classic_frame.expand img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: #000000;
}

/* Fix for PNG transparency and quality */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Responsive image fixes */
@media only screen and (max-width: 1024px) {
    .parallax_scroll_image .image_wrapper img,
    .ppb_card_two_cols_with_image .image_wrapper img {
        min-height: 400px;
    }
    
    .post_img.team img,
    img.team_pic {
        max-width: 300px;
    }
    
    .ppb_card_two_cols_with_image .image_wrapper,
    .ppb_menu_with_image .image_wrapper,
    .parallax_scroll_image .image_wrapper {
        aspect-ratio: 3 / 4;
    }
}

@media only screen and (max-width: 768px) {
    .parallax_scroll_image .image_wrapper img,
    .ppb_card_two_cols_with_image .image_wrapper img {
        min-height: 350px;
    }
    
    .post_img.team img,
    img.team_pic {
        max-width: 250px;
    }
    
    .page_content_wrapper.withbg {
        height: 400px !important;
    }
    
    .ppb_card_two_cols_with_image .image_wrapper,
    .ppb_menu_with_image .image_wrapper,
    .parallax_scroll_image .image_wrapper {
        aspect-ratio: 4 / 5;
    }
}

@media only screen and (max-width: 480px) {
    .parallax_scroll_image .image_wrapper img,
    .ppb_card_two_cols_with_image .image_wrapper img {
        min-height: 280px;
    }
    
    .post_img.team img,
    img.team_pic {
        max-width: 200px;
    }
    
    .page_content_wrapper.withbg {
        height: 300px !important;
    }
    
    .ppb_card_two_cols_with_image .image_wrapper,
    .ppb_menu_with_image .image_wrapper,
    .parallax_scroll_image .image_wrapper {
        aspect-ratio: 1 / 1;
    }
}

/* ===================================================================
   MODERN DARK RED THEME - Seductive & Simplistic
   =================================================================== */

/* ----- CSS Variables for Easy Customization ----- */
:root {
    --primary-red: #8B0000;
    --deep-red: #5C0000;
    --accent-red: #c0392b;
    --hover-red: #e74c3c;
    --neon-red: #ff1744;
    --glow-red: rgba(220, 20, 60, 0.6);
    --glow-soft: rgba(220, 20, 60, 0.15);
    --glow-strong: rgba(255, 23, 68, 0.35);
    --ember: rgba(255, 87, 34, 0.25);
    --dark-bg: #0a0a0a;
    --darker-bg: #050505;
    --card-bg: #111111;
    --text-light: #f5f5f5;
    --text-muted: #999999;
    --text-subtle: #666666;
    --transition-smooth: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.25s ease;
    --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ----- Global Dark Background ----- */
body,
html {
    background: var(--dark-bg) !important;
    color: var(--text-light) !important;
}

#wrapper,
#wrapper.hasbg,
.ppb_wrapper {
    background: var(--dark-bg) !important;
}

/* ===== MODERN VIDEO HERO SECTION ===== */
.video-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.video-hero-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 50% 120%, rgba(139, 0, 0, 0.25) 0%, transparent 60%),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.15) 35%,
            rgba(0, 0, 0, 0.2) 65%,
            rgba(10, 0, 0, 0.85) 100%
        );
    z-index: 2;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    opacity: 0;
    animation: heroFadeIn 1.2s ease forwards;
    animation-delay: 0.3s;
}

.hero-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 40px;
    opacity: 0;
    animation: heroFadeIn 1.2s ease forwards;
    animation-delay: 0.6s;
}

.hero-cta {
    display: inline-block;
    padding: 18px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff !important;
    background: transparent;
    border: 2px solid var(--accent-red);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: heroFadeIn 1.2s ease forwards;
    animation-delay: 0.9s;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--accent-red);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.hero-cta:hover {
    color: #ffffff !important;
    border-color: var(--neon-red);
    box-shadow:
        0 0 10px var(--glow-red),
        0 0 30px var(--glow-strong),
        0 0 60px rgba(139, 0, 0, 0.25),
        inset 0 0 15px rgba(220, 20, 60, 0.15);
    transform: translateY(-4px) scale(1.02);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.hero-cta:hover::before {
    left: 0;
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Video Hero Responsive */
@media only screen and (max-width: 1024px) {
    .hero-title {
        font-size: 60px;
    }
    .hero-subtitle {
        font-size: 18px;
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .video-hero-section {
        height: 80vh;
        min-height: 500px;
    }
    .hero-title {
        font-size: 42px;
        letter-spacing: 2px;
    }
    .hero-subtitle {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .hero-cta {
        padding: 14px 35px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .video-hero-section {
        height: 70vh;
        min-height: 400px;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .hero-content {
        padding: 20px;
        width: 90%;
    }
}
/* ===== END VIDEO HERO SECTION ===== */

/* ----- Smooth Global Transitions ----- */
*,
*::before,
*::after {
    transition: var(--transition-fast);
}

a, button, input, .button {
    transition: var(--transition-smooth) !important;
}

/* ----- Typography Colors ----- */
h1, h2, h3, h4, h5, h6,
.ppb_title,
.widgettitle,
.post_detail,
.portfolio_desc h5 {
    color: var(--text-light) !important;
}

p, span, li, div {
    color: var(--text-muted);
}

.ppb_title_first,
.page_tagline {
    color: var(--accent-red) !important;
}

/* ----- Navigation Bar ----- */
.top_bar,
.top_bar.fixed,
#menu_wrapper {
    background: #000000 !important;
    border-bottom: 1px solid rgba(139, 0, 0, 0.2);
    box-shadow: 0 1px 20px rgba(220, 20, 60, 0.08);
}

.top_bar.hasbg:not(.fixed) {
    background: #000000 !important;
    border-bottom: 1px solid rgba(139, 0, 0, 0.2);
    box-shadow: 0 1px 20px rgba(220, 20, 60, 0.08);
}

.header_style_wrapper {
    background: #000000 !important;
}

/* ----- Header Logo Fix ----- */
.logo_container,
.logo_align,
.logo_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo_wrapper img,
#custom_logo img,
#custom_logo_transparent img {
    max-height: 90px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.top_bar.fixed .logo_wrapper img {
    max-height: 65px !important;
}

/* ----- NEW HEADER NAV LAYOUT (Tamatanga-style) ----- */
#menu_wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 12px 35px !important;
    max-width: 1400px;
    margin: 0 auto;
}

/* Logo centered on all screens */
.logo_container {
    order: 2;
    flex: 0 0 auto;
}

/* Desktop nav links - left side */
.header_nav_links {
    display: flex;
    align-items: center;
    gap: 8px;
    order: 1;
    flex: 1;
}

.header_nav_links a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header_nav_links a:hover,
.header_nav_links a.active {
    color: var(--neon-red) !important;
    text-shadow: 0 0 10px rgba(255, 23, 68, 0.3);
}

/* Desktop action buttons - right side */
.header_action_btns {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 3;
    flex: 1;
    justify-content: flex-end;
}

.header_action_btns a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 22px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header_action_btns a:hover {
    border-color: var(--neon-red);
    background: rgba(255, 23, 68, 0.1);
    box-shadow: 0 0 15px rgba(255, 23, 68, 0.2);
}

.header_action_btns a.btn-primary {
    background: var(--accent-red) !important;
    border-color: var(--accent-red) !important;
}

.header_action_btns a.btn-primary:hover {
    background: var(--neon-red) !important;
    border-color: var(--neon-red) !important;
    box-shadow: 0 0 20px rgba(255, 23, 68, 0.4);
}

/* Hide old nav wrapper and menu buttons on desktop */
#nav_wrapper,
.menu_buttons_container .menu_buttons_content > #tg_reservation {
    display: none !important;
}

/* Mobile: hide desktop nav, show hamburger */
@media only screen and (max-width: 1024px) {
    .header_nav_links,
    .header_action_btns {
        display: none !important;
    }
    .menu_buttons_container {
        display: flex !important;
        order: 3;
    }
    .menu_buttons_container .menu_buttons_content > #tg_reservation {
        display: none !important;
    }
    #mobile_nav_icon {
        display: inline-flex !important;
    }
    .logo_container {
        order: 1;
        flex: 1;
    }
    #menu_wrapper {
        padding: 6px 15px !important;
    }
    .logo_wrapper img,
    #custom_logo img,
    #custom_logo_transparent img {
        max-height: 50px !important;
    }
    .top_bar.fixed .logo_wrapper img {
        max-height: 42px !important;
    }
}

@media only screen and (min-width: 1025px) {
    #mobile_nav_icon {
        display: none !important;
    }
    .menu_buttons_container {
        display: none !important;
    }
}

.nav > li > a,
.mobile_main_nav li a {
    color: var(--text-light) !important;
    position: relative;
}

.nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--accent-red);
    transition: var(--transition-smooth);
    transform: translateX(-50%);
}

.nav > li > a:hover::after,
.nav > li.current-menu-item > a::after {
    width: 80%;
}

.nav > li > a:hover,
.mobile_main_nav li a:hover {
    color: var(--hover-red) !important;
}

/* ----- Buttons - Seductive Red Style ----- */
input[type=submit],
input[type=button],
a.button,
.button,
#tg_reservation,
#tg_sidemenu_reservation {
    background: transparent !important;
    border: 2px solid var(--accent-red) !important;
    color: var(--text-light) !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

input[type=submit]::before,
input[type=button]::before,
a.button::before,
.button::before,
#tg_reservation::before,
#tg_sidemenu_reservation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(220, 20, 60, 0.4) 30%, var(--accent-red) 50%, rgba(255, 87, 34, 0.3) 70%, transparent 100%);
    transition: var(--transition-smooth);
    z-index: -1;
}

input[type=submit]:hover,
input[type=button]:hover,
a.button:hover,
.button:hover,
#tg_reservation:hover,
#tg_sidemenu_reservation:hover {
    border-color: var(--neon-red) !important;
    color: #fff !important;
    box-shadow:
        0 0 8px var(--glow-red),
        0 0 25px var(--glow-strong),
        0 0 50px rgba(139, 0, 0, 0.2),
        inset 0 0 12px rgba(220, 20, 60, 0.1);
    transform: translateY(-3px) scale(1.01);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

input[type=submit]:hover::before,
input[type=button]:hover::before,
a.button:hover::before,
.button:hover::before,
#tg_reservation:hover::before,
#tg_sidemenu_reservation:hover::before {
    left: 100%;
}

/* ----- Footer ----- */
.footer_bar,
#footer {
    background: #000000 !important;
    border-top: 1px solid rgba(139, 0, 0, 0.3);
    padding: 60px 0 40px 0;
}

#footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#footer .sidebar_widget {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .sidebar_widget.four > li {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

#footer .widgettitle {
    color: #ffffff !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

#footer .widgettitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hover-red), var(--accent-red), transparent);
    box-shadow: 0 0 8px rgba(220, 20, 60, 0.4), 0 0 20px rgba(139, 0, 0, 0.2);
    animation: footerLineGlow 2.5s ease-in-out infinite alternate;
}

@keyframes footerLineGlow {
    0%   { width: 30px; opacity: 0.7; }
    100% { width: 45px; opacity: 1; }
}

#footer .widget_text,
#footer .textwidget,
#footer .textwidget p {
    color: #888888 !important;
    font-size: 14px;
    line-height: 1.8;
}

#footer .textwidget a {
    color: var(--accent-red) !important;
}

#footer .textwidget a:hover {
    color: var(--hover-red) !important;
}

.footer_bar_wrapper {
    background: #000000 !important;
    border-top: 1px solid rgba(139, 0, 0, 0.2);
    padding: 30px 0;
    text-align: center;
}

#copyright {
    color: #666666 !important;
    font-size: 13px;
}

.footer_bar_wrapper .social_wrapper {
    margin-bottom: 20px;
}

.footer_bar_wrapper .social_wrapper ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_bar_wrapper .social_wrapper ul li {
    display: inline-block;
}

.footer_bar_wrapper .social_wrapper ul li a {
    color: #888888 !important;
    font-size: 18px;
    transition: var(--transition-smooth);
    display: inline-block;
}

.footer_bar_wrapper .social_wrapper ul li a:hover {
    color: var(--neon-red) !important;
    transform: scale(1.25) translateY(-3px);
    filter: drop-shadow(0 0 8px rgba(220, 20, 60, 0.6)) drop-shadow(0 0 20px rgba(139, 0, 0, 0.3));
}

/* ----- Cards & Content Sections ----- */
.ppb_card_two_cols_with_image,
.parallax_scroll,
.one_half,
.one_third,
.one_fourth {
    background: transparent;
}

.parallax_scroll {
    background: rgba(17, 17, 17, 0.92) !important;
    border: 1px solid rgba(139, 0, 0, 0.15);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    position: relative;
}

.parallax_scroll::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.3), transparent 40%, transparent 60%, rgba(255, 87, 34, 0.2));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    padding: 1px;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.parallax_scroll:hover::after {
    opacity: 1;
}

.parallax_scroll:hover {
    border-color: rgba(220, 20, 60, 0.35);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(220, 20, 60, 0.1),
        0 0 80px rgba(139, 0, 0, 0.08);
}

/* ----- Team/Gallery Items ----- */
.team_wrapper .one_third,
.team_wrapper .one_fourth {
    transition: var(--transition-smooth);
}

.team_wrapper .one_third:hover,
.team_wrapper .one_fourth:hover {
    transform: translateY(-10px);
}

.post_img.team,
.post_img {
    position: relative;
    overflow: hidden;
}

.post_img.team::after,
.post_img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(139, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: var(--transition-smooth);
}

.post_img.team:hover::after,
.post_img:hover::after {
    opacity: 1;
}

.portfolio_desc h5,
.portfolio_desc .post_detail {
    color: var(--text-light) !important;
}

/* ----- Mobile Menu ----- */
.mobile_menu_wrapper {
    background: var(--darker-bg) !important;
}

#close_mobile_menu {
    color: var(--accent-red) !important;
}

.mobile_main_nav li {
    border-bottom: 1px solid rgba(139, 0, 0, 0.2);
}

/* ----- Reservation Form ----- */
#reservation_wrapper {
    background: rgba(5, 5, 5, 0.98) !important;
}

.reservation_form,
.reservation_form_wrapper {
    background: var(--card-bg) !important;
    border: 1px solid rgba(139, 0, 0, 0.3);
}

#reservation_cancel_btn {
    color: var(--accent-red) !important;
}

#reservation_cancel_btn:hover {
    color: var(--hover-red) !important;
    transform: rotate(90deg);
}

/* Form Inputs */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
    background: rgba(20, 20, 20, 0.8) !important;
    border: 1px solid rgba(139, 0, 0, 0.3) !important;
    color: var(--text-light) !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    border-color: var(--hover-red) !important;
    box-shadow:
        0 0 8px rgba(220, 20, 60, 0.3),
        0 0 20px rgba(139, 0, 0, 0.15),
        inset 0 0 6px rgba(220, 20, 60, 0.05);
    outline: none;
}

label {
    color: var(--text-muted) !important;
}

/* ----- Parallax Sections ----- */
.parallax::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.7) 0%, rgba(139, 0, 0, 0.2) 100%);
    z-index: 1;
}

/* ----- Dividers & Separators ----- */
.page_header_sep,
.divider {
    background: linear-gradient(90deg, transparent, var(--hover-red), var(--accent-red), transparent) !important;
    height: 1px !important;
    box-shadow: 0 0 6px rgba(220, 20, 60, 0.3), 0 0 15px rgba(139, 0, 0, 0.15);
}

/* ----- Links ----- */
a {
    color: var(--accent-red);
}

a:hover {
    color: var(--hover-red);
}

/* ----- Scrollbar Styling ----- */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-bg);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--accent-red), var(--primary-red));
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(220, 20, 60, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--hover-red), var(--accent-red));
    box-shadow: 0 0 10px rgba(220, 20, 60, 0.5);
}

/* ----- Smooth Scroll ----- */
html {
    scroll-behavior: smooth;
}

/* ----- Glowing Accent Elements ----- */
.ppb_title_first {
    text-shadow:
        0 0 10px rgba(220, 20, 60, 0.4),
        0 0 30px rgba(139, 0, 0, 0.25),
        0 0 60px rgba(80, 0, 0, 0.15);
    animation: titlePulse 3s ease-in-out infinite alternate;
}

@keyframes titlePulse {
    0% {
        text-shadow:
            0 0 10px rgba(220, 20, 60, 0.4),
            0 0 30px rgba(139, 0, 0, 0.25),
            0 0 60px rgba(80, 0, 0, 0.15);
    }
    100% {
        text-shadow:
            0 0 15px rgba(220, 20, 60, 0.6),
            0 0 40px rgba(220, 20, 60, 0.3),
            0 0 80px rgba(139, 0, 0, 0.2);
    }
}

/* ----- Revolution Slider Overlay ----- */
#rev_slider_1_1_wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 10, 10, 0.3) 0%, transparent 50%, rgba(10, 10, 10, 0.3) 100%);
    pointer-events: none;
    z-index: 1;
}

/* ----- Fade In Animation for Content ----- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ppb_header,
.ppb_text,
.ppb_team_column,
.ppb_card_two_cols_with_image {
    animation: fadeInUp 0.8s ease forwards;
}

/* Staggered animation delays */
.ppb_header { animation-delay: 0.1s; }
.ppb_text { animation-delay: 0.2s; }
.ppb_team_column { animation-delay: 0.3s; }
.ppb_card_two_cols_with_image { animation-delay: 0.4s; }

/* ----- Hover Glow Effect ----- */
.team_wrapper img,
.parallax_scroll_image img {
    transition: var(--transition-smooth);
}

.team_wrapper img:hover,
.parallax_scroll_image img:hover {
    filter: brightness(1.08) saturate(1.1);
    box-shadow:
        0 0 15px rgba(220, 20, 60, 0.4),
        0 0 40px rgba(139, 0, 0, 0.25),
        0 0 80px rgba(80, 0, 0, 0.15);
}

/* ----- Update Splash Screen to Match Theme ----- */
.splash-screen {
    background: var(--darker-bg);
}

.splash-screen .logo {
    filter:
        drop-shadow(0 0 15px rgba(220, 20, 60, 0.5))
        drop-shadow(0 0 40px rgba(139, 0, 0, 0.3));
}

/* ===== MODERN CENTERED FOOTER ===== */
.footer_bar {
    position: relative;
    overflow: hidden;
}

.footer_bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--neon-red), transparent);
    box-shadow: 0 0 15px rgba(255, 23, 68, 0.5), 0 0 40px rgba(255, 23, 68, 0.2);
    animation: footerLineGlow 3s ease-in-out infinite alternate;
}

@keyframes footerLineGlow {
    0% { width: 120px; opacity: 0.6; }
    100% { width: 300px; opacity: 1; }
}

#footer {
    text-align: center !important;
    padding: 60px 40px 30px !important;
}

#footer .sidebar_widget.four {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 40px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer .sidebar_widget.four > li {
    float: none !important;
    width: auto !important;
    min-width: 200px;
    max-width: 280px;
    text-align: center !important;
    padding: 0 !important;
    opacity: 0;
    transform: translateY(30px);
    animation: footerReveal 0.7s ease forwards;
}

#footer .sidebar_widget.four > li:nth-child(1) { animation-delay: 0.1s; }
#footer .sidebar_widget.four > li:nth-child(2) { animation-delay: 0.25s; }
#footer .sidebar_widget.four > li:nth-child(3) { animation-delay: 0.4s; }
#footer .sidebar_widget.four > li:nth-child(4) { animation-delay: 0.55s; }

@keyframes footerReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#footer .widgettitle {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--neon-red) !important;
    text-shadow: 0 0 10px rgba(255, 23, 68, 0.3);
    margin-bottom: 12px !important;
    position: relative;
    display: inline-block;
}

#footer .widgettitle::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: var(--accent-red);
    box-shadow: 0 0 6px rgba(220, 20, 60, 0.4);
    transition: width 0.4s ease;
}

#footer .sidebar_widget.four > li:hover .widgettitle::after {
    width: 60px;
}

#footer .textwidget {
    text-align: center !important;
}

#footer .textwidget p {
    color: var(--text-muted) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

#footer .textwidget a {
    color: var(--accent-red) !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

#footer .textwidget a:hover {
    color: var(--hover-red) !important;
    text-shadow: 0 0 8px rgba(220, 20, 60, 0.4);
}

/* Footer social bar */
.footer_bar_wrapper {
    border-top: 1px solid rgba(139, 0, 0, 0.2) !important;
    padding: 30px 20px 20px !important;
    text-align: center !important;
}

.footer_bar_wrapper .social_wrapper ul {
    display: flex !important;
    justify-content: center !important;
    gap: 18px;
}

.footer_bar_wrapper .social_wrapper ul li {
    float: none !important;
    display: inline-flex !important;
}

.footer_bar_wrapper .social_wrapper ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(139, 0, 0, 0.4);
    background: transparent;
    transition: all 0.4s cubic-bezier(.22,1,.36,1);
    color: var(--text-muted) !important;
    font-size: 16px;
}

.footer_bar_wrapper .social_wrapper ul li a:hover {
    border-color: var(--neon-red);
    background: rgba(255, 23, 68, 0.1);
    color: var(--neon-red) !important;
    box-shadow: 0 0 15px rgba(255, 23, 68, 0.3), 0 0 30px rgba(255, 23, 68, 0.15);
    transform: translateY(-3px);
}

#copyright {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: rgba(150, 150, 150, 0.5) !important;
    margin-top: 15px !important;
}

/* Footer responsive */
@media (max-width: 768px) {
    #footer .sidebar_widget.four {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    #footer .sidebar_widget.four > li {
        max-width: 100%;
    }
}

/* ===== END MODERN CENTERED FOOTER ===== */

/* ===== END MODERN DARK RED THEME ===== */

/* ===== STICKY BOTTOM BAR (Tamatanga-style) ===== */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    display: flex;
    background: #000;
    border-top: 1px solid rgba(255, 23, 68, 0.3);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.6), 0 -1px 10px rgba(255, 23, 68, 0.15);
}

.sticky-bottom-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease;
    position: relative;
}

.sticky-bottom-bar a:first-child {
    background: transparent;
    border-right: 1px solid rgba(255, 23, 68, 0.3);
}

.sticky-bottom-bar a:last-child {
    background: var(--accent-red);
}

.sticky-bottom-bar a:first-child:hover {
    background: rgba(255, 23, 68, 0.08);
}

.sticky-bottom-bar a:last-child:hover {
    background: var(--neon-red);
    box-shadow: 0 0 25px rgba(255, 23, 68, 0.4);
}

.sticky-bottom-bar a i {
    margin-right: 8px;
    font-size: 14px;
}

/* Add padding to footer so it's not hidden behind sticky bar */
.footer_bar {
    padding-bottom: 70px !important;
}

@media only screen and (max-width: 768px) {
    .sticky-bottom-bar a {
        padding: 14px 10px;
        font-size: 10px;
        letter-spacing: 2px;
    }
}
/* ===== END STICKY BOTTOM BAR ===== */

/* ===== RED SPARKS / PARTICLE EFFECTS ===== */
.red-sparks-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* CSS fallback sparks */
.css-sparks {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.spark {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--neon-red);
    box-shadow: 0 0 6px var(--neon-red), 0 0 12px rgba(255, 23, 68, 0.4);
    opacity: 0;
    animation: sparkFloat linear infinite;
}

.spark:nth-child(1) { left: 5%; width: 2px; height: 2px; animation-duration: 8s; animation-delay: 0s; }
.spark:nth-child(2) { left: 15%; width: 3px; height: 3px; animation-duration: 12s; animation-delay: 1s; }
.spark:nth-child(3) { left: 25%; width: 2px; height: 2px; animation-duration: 10s; animation-delay: 3s; }
.spark:nth-child(4) { left: 35%; width: 4px; height: 4px; animation-duration: 9s; animation-delay: 0.5s; }
.spark:nth-child(5) { left: 48%; width: 2px; height: 2px; animation-duration: 11s; animation-delay: 2s; }
.spark:nth-child(6) { left: 58%; width: 3px; height: 3px; animation-duration: 13s; animation-delay: 4s; }
.spark:nth-child(7) { left: 68%; width: 2px; height: 2px; animation-duration: 7s; animation-delay: 1.5s; }
.spark:nth-child(8) { left: 78%; width: 3px; height: 3px; animation-duration: 10s; animation-delay: 3.5s; }
.spark:nth-child(9) { left: 88%; width: 2px; height: 2px; animation-duration: 14s; animation-delay: 0.8s; }
.spark:nth-child(10) { left: 95%; width: 4px; height: 4px; animation-duration: 9s; animation-delay: 2.5s; }
.spark:nth-child(11) { left: 42%; width: 2px; height: 2px; animation-duration: 11s; animation-delay: 5s; }
.spark:nth-child(12) { left: 72%; width: 3px; height: 3px; animation-duration: 8s; animation-delay: 6s; }

@keyframes sparkFloat {
    0% { transform: translateY(110vh) scale(0); opacity: 0; }
    5% { opacity: 0.8; transform: translateY(100vh) scale(1); }
    25% { opacity: 0.5; transform: translateY(75vh) translateX(15px) scale(0.8); }
    50% { opacity: 0.7; transform: translateY(50vh) translateX(-10px) scale(1.1); }
    75% { opacity: 0.4; transform: translateY(25vh) translateX(20px) scale(0.6); }
    100% { transform: translateY(-10vh) translateX(-5px) scale(0); opacity: 0; }
}
/* ===== END RED SPARKS ===== */

/* ===== SOCIAL EMPHASIS SECTION ===== */
.social-emphasis {
    text-align: center;
    padding: 60px 20px;
}

.social-emphasis h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #fff !important;
    margin-bottom: 10px;
}

.social-emphasis .social-handle {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: var(--neon-red) !important;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: block;
}

.social-emphasis .social-icons-large {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
}

.social-emphasis .social-icons-large a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(255, 23, 68, 0.4);
    color: #fff !important;
    font-size: 24px;
    transition: all 0.4s cubic-bezier(.22,1,.36,1);
    text-decoration: none;
}

.social-emphasis .social-icons-large a:hover {
    border-color: var(--neon-red);
    background: rgba(255, 23, 68, 0.15);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 0 25px rgba(255, 23, 68, 0.4), 0 0 50px rgba(255, 23, 68, 0.15);
}

/* Instagram embed grid */
.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.social-grid a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 1;
}

.social-grid a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.social-grid a:hover img {
    transform: scale(1.08);
    filter: brightness(1.2);
}

.social-grid a::after {
    content: '\f16d';
    font-family: 'FontAwesome';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-grid a:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* ===== END SOCIAL EMPHASIS ===== */

/* ===== OPEN STATUS BADGE ===== */
.open-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.open-status.is-open {
    background: rgba(46, 125, 50, 0.15);
    border: 1px solid rgba(46, 125, 50, 0.4);
    color: #4caf50 !important;
}

.open-status.is-closed {
    background: rgba(255, 23, 68, 0.1);
    border: 1px solid rgba(255, 23, 68, 0.3);
    color: var(--neon-red) !important;
}

.open-status .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: statusPulse 2s ease-in-out infinite;
}

.open-status.is-open .status-dot {
    background: #4caf50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
}

.open-status.is-closed .status-dot {
    background: var(--neon-red);
    box-shadow: 0 0 8px rgba(255, 23, 68, 0.6);
}

@keyframes statusPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}
/* ===== END OPEN STATUS ===== */

/* ===== HIGHLIGHT CARDS (Sports Bar, Venue Hire, Offers) ===== */
.highlight-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.highlight-card {
    background: rgba(17, 17, 17, 0.95);
    border: 1px solid rgba(255, 23, 68, 0.15);
    border-radius: 6px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(.22,1,.36,1);
    position: relative;
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--neon-red), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.highlight-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 23, 68, 0.35);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4), 0 0 30px rgba(255, 23, 68, 0.1);
}

.highlight-card:hover::before {
    opacity: 1;
}

.highlight-card .card-icon {
    font-size: 40px;
    color: var(--neon-red);
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(255, 23, 68, 0.4);
}

.highlight-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #fff !important;
    margin-bottom: 12px;
}

.highlight-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
}

.highlight-card .card-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid var(--accent-red);
    text-decoration: none;
    transition: all 0.3s ease;
}

.highlight-card .card-btn:hover {
    background: var(--accent-red);
    box-shadow: 0 0 15px rgba(255, 23, 68, 0.3);
}

@media (max-width: 768px) {
    .highlight-cards {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
}
/* ===== END HIGHLIGHT CARDS ===== */

/* ===== DELIVERY PLATFORM BUTTONS ===== */
.delivery-platforms {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.delivery-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.delivery-btn:hover {
    border-color: var(--neon-red);
    background: rgba(255, 23, 68, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3), 0 0 15px rgba(255, 23, 68, 0.15);
}

.delivery-btn.ubereats { border-color: #06c167; }
.delivery-btn.ubereats:hover { background: rgba(6, 193, 103, 0.1); border-color: #06c167; box-shadow: 0 0 15px rgba(6, 193, 103, 0.3); }
.delivery-btn.deliveroo { border-color: #00ccbc; }
.delivery-btn.deliveroo:hover { background: rgba(0, 204, 188, 0.1); border-color: #00ccbc; box-shadow: 0 0 15px rgba(0, 204, 188, 0.3); }
.delivery-btn.justeat { border-color: #ff8000; }
.delivery-btn.justeat:hover { background: rgba(255, 128, 0, 0.1); border-color: #ff8000; box-shadow: 0 0 15px rgba(255, 128, 0, 0.3); }
/* ===== END DELIVERY PLATFORMS ===== */

/* ===== MOBILE MENU SOCIAL HANDLES ===== */
.mobile-social-handles {
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(139, 0, 0, 0.2);
    margin-top: 15px;
}

.mobile-social-handles a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--neon-red) !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.mobile-social-handles a:hover {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(255, 23, 68, 0.4);
}
/* ===== END MOBILE MENU SOCIAL ===== */
