/*
Theme Name: Bamenda Cameroon Theme
Theme URI: https://bamendacameroon.site
Author: Chairman Clin
Description: A custom glassmorphism theme for Bamenda, Cameroon with complete Elementor support.
Version: 1.0
Text Domain: bamenda-theme
*/

html, body {
    margin: 0;
    padding: 0;
    background-image: url('images/HHeJy-jWMAAU8W4.jpeg');
    background-attachment: fixed;
    background-size: cover;
   
}

 header {
   background-color: #333333;
    
    /* 2. Scaled to cover the entire header surface gracefully */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* 3. Your existing structural layout rules */
    position: fixed;
    width: 100%;
    z-index: 1;
    
    /* 4. Give the header a set height so the background image is visible */
    height: 80px; 
}
  
header.navbar {
    background-color: #333333;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

nav.nav-links {
    margin: 0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.nav-links a {
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin: 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

nav.nav-links .divider {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

main {
    text-align: center;
    position: relative;
    top: 80px;
    padding-bottom: 120px;
}

main h1 {
    color: floralwhite;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 70px;
    margin-top: 0px;
    padding-top: 80px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.jumbotron {
    min-height: 800px;
    background-image: url("images/506213536_1175985731209025_5908945744389047787_n.jpg");
    background-size: cover;
    background-position: center;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.btn.glass-btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 12px 35px;
    font-size: 0.95rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.main-content h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: whitesmoke;
    font-family: 'Raleway', sans-serif;
}

.main-content p {
    display: inline-block; 
    background-color: rgba(0, 149, 255, 0.25); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1.6;
    max-width: 600px;
    font-family: 'Raleway', sans-serif;
}

/* Bottom Cards Section */
.bottom-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 40px;
    margin-top: 100px;
}

.glass-card {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: thick solid rgb(44, 161, 196);
    border-radius: 12px;
    padding: 30px;
    width: 45%;
    max-width: 500px;
    color: #f5f7f3;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.card-images {
    display: flex;
    gap: 15px;
    height: 120px;
    justify-content: center;
}

.placeholder-img {
    flex: 1;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    border: thick solid rgb(212, 177, 20);
    aspect-ratio: 1/1;
    max-width: 120px;
}

.placeholder-img.light { 
background-color: rgba(255, 255, 255, 0.8); 
background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/523014139_1320823880051562_5446599304096467373_n.jpg");}


.placeholder-img.blue { 
background-color: rgba(135, 206, 235, 0.8); 
background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/Map-of-Bamenda-city-showing-the-municipalities-Source-Compiled-from-the-National.webp");}

/* 2. Target only the light and blue classes for the pop-out hover effect */
.placeholder-img.light:hover,
.placeholder-img.blue:hover,
.placeholder-img.rooms:hover,
.placeholder-img.room:hover {
    transform: scale(1.20); /* Scales the image up by 12% */
    z-index: 2; /* Forces the hovered image to sit on top of its neighbor */
    cursor: pointer;
    
    /* Adds a soft shadow under the popped card to give it real depth */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); 
    
    /* Optional: Softens your blue dashed border on hover to look cleaner with the pop */
    border-color: #007bff; 
}


.photo-box {
    overflow: hidden; /* Ensure anything inside doesn't spill out */
}

.photo-box img {
    transition: transform 0.3s ease;
}

.photo-box:hover img {
    transform: scale(1.1);
}

.placeholder-img.rooms {
background-color: rgba(135, 206, 235, 0.8); 
background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/Image%2016-05-2026%20at%2014.47.png");}


.placeholder-img.room {
background-color: rgba(135, 206, 235, 0.8); 
background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/Image%2010-05-2026%20at%2011.02.png");}


.placeholder-img.market{
  background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/hq720.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245); 
  
  font-weight: bold;
}


.placeholder-img.grassland{
  background-image: url("https://www.traveladventures.org/countries/cameroon/images/grassfields-ring-road08.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245); 
  font-weight: bold;
}

.placeholder-img.sunset{
  background-image: url("images/Lake-Nyos-980x551.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245); 
  font-weight: bold;
}

.placeholder-img.cuisin{
  background-image: url("images/3adddeec-3d87-47f9-80dc-dfd447f73f21.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245);  
  font-weight: bold;
}

.placeholder-img.art{
  background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/GxCojf7WgAAjHKk.jpeg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245);  
  font-weight: bold;
}

.placeholder-img.culture{
  background-image: url("images/an-exploration-of-cameroon-music-and-dance-culture copy.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245); 
  font-weight: bold;
}
  .placeholder-img.architecture{
  background-image: url("images/Bamenda-980x551.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245); 
  font-weight: bold;
  }

  .placeholder-img.historic{
    background-image: url("images/afo-a-kom.jpg");
  text-overflow: ellipsis;
  color: rgb(10, 10, 245); 
  font-weight: bold;
  }

  .placeholder-img:hover {
    border: 2px dashed #007bff; /* Changes to a visible dashed border */
    cursor: pointer;
  }

.described-image-box.blogone {
     background-image: url("https://www.researchgate.net/profile/Venantius-Kum-Ngwoh/publication/351443685/figure/fig1/AS:1021676972167169@1620598180041/Members-of-the-Cameroon-team-dressed-in-the-Bamenda-Traditional-Outfit-enter-the.ppm");
}

.described-image-box.blogthree {
      background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/images/logo.png");
}


/* Supporting Columns Grid */
.supporting {
    
    padding-bottom: 70px auto;
}
.supporting .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.supporting .col {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    background-color: aqua;
    border: 1px solid #333333;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.supporting h2 {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.supporting p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.supporting a {
    background-color: white;
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #333333; 
}

/* Photo Grid Section */
.photo-grid-section {
    padding: 60px 0;
}
.containers h2 {
    font-size: clamp(2rem, 4vw, 3rem); 
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: floralwhite;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.containers h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(212, 177, 20), transparent);
    border-radius: 2px;
}
.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.photo-grid .placeholder-img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
}

/* Blog Section Layout */
.blog-section {
    padding: 60px 0;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.blog-card.glass-card.glass {
    background-color: #0095ff46;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    width: 100%;
}
.blog-card.glass-card.glass:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(0, 149, 255, 0.4);
}
.blog-card h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.65rem;
    color: floralwhite;
    margin: 20px 0 12px 0;
}
.blog-card .described-image-box {
    height: 220px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    border: 3px solid rgb(212, 177, 20);
}
.blog-card .card-bottom-link {
    color: #ffeb3b;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Base styling for Global Custom Post types/inner cards */
:root {
    --primary-color: #2E7D32;
    --secondary-color: #FBC02D;
    --text-color: #333333;
    --bg-color: #F4F7F6;
    --card-bg: #FFFFFF;
}
.container.inner-page-container {
    max-width: 1000px;
    margin: 120px auto 40px;
    padding: 0 20px;
}
.card {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.card h2, .card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
}
.grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.highlight-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

/* Site Footer */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 60px;
}
.site-footer .containerr {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 2rem;
}
.footer-brand { flex: 1 1 300px; text-align: left; }
.footer-logo { font-size: 1.5rem; margin-bottom: 1rem; color: white; }
.footer-navs { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-nav-col ul { list-style: none; padding: 0; }
.footer-nav-col a { color: #d1d1d1; text-decoration: none; font-size: 0.9rem; }
.copyright { width: 100%; text-align: center; margin-top: 40px; color: #a1a1a1; font-size: 0.8rem; }

/* Responsive Grid breaks */
@media (max-width: 768px) {
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
    .grid-layout { grid-template-columns: 1fr; }
    .bottom-cards { flex-direction: column; align-items: center; }
    .glass-card { width: 100%; }
}


.bdainframes{
  padding-bottom: 50px auto;
  padding-top: 50px auto;

}



/* --- Classic Tactile Hover Effect for Column Links --- */
.supporting .col a {
    /* Smooth transitions for all properties */
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-block; /* Crucial to make sure transforms and shadows render beautifully */
}

.supporting .col a:hover {
    background-color: #333333; /* Darkens background to match theme dark highlights */
    color: #ffffff;            /* Flips the text color cleanly to solid white */
    border-color: #007bff;     /* Swaps border to an elegant interactive blue */
    
    /* Slightly lifts the element upward on hover */
    transform: translateY(-2px); 
    
    /* Soft shadow boundary that adds structural layer depth */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
    
    cursor: pointer;
}

/* Optional: Slight active click state when the user depresses the mouse button */
.supporting .col a:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.hero-container {
     background-image: url("https://bamendacameroon.site/wp-content/themes/Bamendatheme/bamendatheme/HHeJy-jWMAAU8W4.jpeg")
}



/* --- Hero & Search Bar --- */
.trip-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/hero-bg.jpg') center/cover no-repeat;
    padding: 60px 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 80px; /* Offset for fixed header */
}

.search-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 800px;
    margin: 25px auto 30px auto;
    background: #ffffff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.search-box input, .search-box select {
    border: none;
    padding: 12px 18px;
    font-size: 15px;
    outline: none;
    flex: 1;
}

.btn-search {
    background-color: #34e0a1; /* TripAdvisor signature green */
    color: #000000;
    border: none;
    padding: 12px 28px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-search:hover {
    background-color: #00aa6c;
    color: #ffffff;
}

/* --- Category Buttons --- */
.category-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 20px;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: all 0.2s;
}

.tab-btn.active, .tab-btn:hover {
    background: #ffffff;
    color: #000000;
}

/* --- Tour Cards Grid --- */
.tour-results-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.tour-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-image {
    position: relative;
    height: 200px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #000000;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
}

.card-body {
    padding: 18px;
}

.location {
    font-size: 13px;
    color: #666;
}

.tour-card h3 {
    font-size: 18px;
    margin: 8px 0;
    color: #111;
}

.rating .stars {
    color: #00aa6c;
}

.rating .reviews {
    font-size: 13px;
    color: #777;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.btn-book {
    background-color: #f2b203; /* Yellow contrast CTA button */
    color: #000000;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.2s;
}



.btn-book:hover {
    background-color: #d99f02;
}

/* Container Grid Layout */
.tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

/* Tour Card Frame */
.tour-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-slider {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f2f3f6;
}
.card-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.card-slider .slide.active {
    opacity: 1 !important;
    z-index: 1;
}
.card-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-slider .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #000000;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
}


/* Hero & Category Tab Styling */
.page-hero {
    background: #1a202c;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}



.tab-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tab-item.active, 
.tab-item:hover {
    background: #2563eb;
    color: #fff;
}

.search-bar-container {
    max-width: 600px;
    margin: 50px auto 0 auto;
    position: relative;
    z-index: 2;
    
}

.hero-search-form {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 30px;
}

.search-input-group {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 15px;
}

.search-input-group input {
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
    font-size: 15px;
}

.search-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}


/* Fix header navigation and main wrapper */
#primary.content-area {
    flex: 1 0 auto;
    width: 100%;
}



.site-main.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px 20px;
    box-sizing: border-box;
}

/* Ensure the hero/search section pushes the content down cleanly */
.search-section, 
.hero-header {
  margin-bottom: 30px; /* Creates clean breathing room before the grid starts */
}

footer {
    margin-top: auto;
}

/* Prevent Hero content from overflowing or collapsing into the footer */
.page-hero {
    position: relative;
    width: 100%;
    padding: 50px 20px 40px 20px;
    background: #1a202c;
    color: #ffffff;
    box-sizing: border-box;
    z-index: 1; /* Ensures hero stays underneath standard dropdown menus */
}

/* Ensure the cards grid clears floats */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}


/* Main Content Area - Natural Spacing */
.site-main {
    position: relative;
    z-index: 2;
    padding: 30px 20px 50px 20px; /* Comfortable spacing top & bottom */
    margin: 0 auto;
    max-width: 1200px;
}


/* Footer position */
footer, #colophon {
    flex-shrink: 0;
    margin-top: 40px;
}

/* Enable clicks on search bar and tabs */
.category-tabs, 
.search-bar-container {
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
}

.tab-item, 
.hero-search-form input, 
.hero-search-form button {
    position: relative;
    z-index: 11 !important;
    pointer-events: auto !important;
    cursor: pointer;
}




.tab-item, 
.hero-search-form input, 
.hero-search-form button {
    position: relative;
    z-index: 11 !important;
    pointer-events: auto !important;
    cursor: pointer;
}

/* 4-Column Hotel Grid */
.cards-grid.hotel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin-top: 20px;
}

/* Responsive Grid Breakpoints */
@media (max-width: 1024px) {
    .cards-grid.hotel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .cards-grid.hotel-grid {
        grid-template-columns: 1fr;
    }
}


/* Header Cover Image Container */
.page-hero.hero-with-cover {
    position: relative;
    width: 100%;
    min-height: 380px;
    padding: 60px 20px 50px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Background Image Fill */
.hero-cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-cover-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Dark Tint Overlay to Keep Text & Inputs Readable */
.hero-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.88) 100%);
    pointer-events: none;
}

/* Elevate Content above Cover Image Overlay */
.hero-content {
    position: relative;
    z-index: 5;
    text-color: #ffffff;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-content p {
    color: #e2e8f0;
    font-size: 16px;
    margin-bottom: 24px;
}

/* Header to Body Visual Separation Divider */
.hero-header-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #2563eb, #3b82f6, #60a5fa);
    z-index: 6;
}

/* Main Body Spacing below the Cover Header */
.site-main.container {
    padding-top: 45px; /* Clean gap separating head from body */
}



/* ==========================================
   Semi-Transparent Glass Hero Section
   ========================================== */

/* Header Container showing full background cover image */
.page-hero.hero-with-cover.restaurant-hero {
    position: relative;
    width: 100%;
    min-height: 460px;
    padding: 60px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Background Image Fill */
.hero-cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-cover-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Very subtle tint overlay so the image stays vibrant */
.hero-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.35); /* Reduced opacity to reveal background */
    pointer-events: none;
}

/* Floating Glass Container */
.hero-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

/* Enhanced Semi-Transparent Glassmorphic Card */
.hero-glass-card {
    /* Highly translucent background with heavy backdrop blur */
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    
    /* Glowing semi-transparent border */
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.5); /* Top highlight */
    border-radius: 20px;
    
    padding: 40px 35px;
    text-align: center;
    color: #ffffff;
    
    /* Multi-layered soft drop shadow */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25),
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Glass Badge */
.hero-badge {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Glass Tabs */
.category-tabs .tab-item {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 9px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.category-tabs .tab-item:hover,
.category-tabs .tab-item.active {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    border-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Glass Input Control Inside Hero */
.search-input-group input {
    width: 100%;
    padding: 13px 14px 13px 42px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-size: 14px;
    color: #0f172a;
    outline: none;
    box-sizing: border-box;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.search-input-group input:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

/* Semi-transparent Divider */
.hero-header-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.8), rgba(96, 165, 250, 0.8));
    z-index: 6;
}