:root {
    --bg-color: #050505;
    --text-color: #ffffff;
    --secondary-text: #a0a0a0;
    --accent-color: #b026ff;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: 1px solid rgba(255, 255, 255, 0.1);
    --card-bg: rgba(20, 20, 20, 0.6);
    --nav-height: 80px;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
}

/* Global Section Title */
.section-title {
    font-size: 3.5rem;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Contact Page Modern Styles */
.contact-hero {
    height: 60vh;
    background: url('https://images.unsplash.com/photo-1497935586351-b67a49e012bf?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(5,5,5,0.4), #050505);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 2rem;
}

.contact-hero h1 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

.contact-content {
    max-width: 1400px;
    margin: -80px auto 4rem;
    padding: 0 5%;
    position: relative;
    z-index: 10;
}

.contact-grid-modern {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-card-modern {
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 2.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.contact-card-modern:hover {
    transform: translateY(-5px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.contact-card-modern i {
    font-size: 2rem;
    color: var(--accent-color);
    background: rgba(176, 38, 255, 0.1);
    padding: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.info-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.info-content p {
    color: var(--secondary-text);
    line-height: 1.6;
}

.contact-form-modern {
    background: #0f0f0f;
    padding: 4rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}

.contact-form-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(176, 38, 255, 0.1), transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.contact-form-modern form {
    position: relative;
    z-index: 1;
}

.contact-form-modern h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.contact-form-modern .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-modern label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--secondary-text);
}

.contact-form-modern input,
.contact-form-modern textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.2rem;
    border-radius: 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
    font-size: 1rem;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--accent-color);
    outline: none;
    box-shadow: 0 0 20px rgba(176, 38, 255, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.submit-btn i {
    transition: 0.3s;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

/* Header & Nav */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    z-index: 1000;
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: var(--glass-border);
}

.logo {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.5rem;
    background: linear-gradient(90deg, #ffffff, #b026ff, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 3s linear infinite;
}

.logo i {
    font-size: 1.8rem;
    /* Ensure icon gets the gradient */
    background: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    border-radius: 0 0 15px 15px;
    margin-top: 0;
}

.nav-links {
    display: flex;
    gap: 3rem;
}

.nav-links a {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.7;
}

.nav-links a:hover,
.nav-links a.active {
    opacity: 1;
    color: var(--accent-color);
}

.mobile-menu-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Mobile Menu handled via .nav-links in media query */


/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 30px;
    background: var(--accent-color);
    color: white;
    font-weight: 600;
    border: 1px solid var(--accent-color);
    cursor: pointer;
}

.btn:hover {
    background: transparent;
    color: var(--accent-color);
}

.btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

/* Hero Section (Home) */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    position: relative;
    overflow: hidden;
    padding-top: var(--nav-height); /* Ensure content isn't hidden behind fixed header */
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(176, 38, 255, 0.2) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.hero-content {
    max-width: 600px;
    z-index: 20; /* High priority to sit above image */
    position: relative; /* Ensure z-index works */
    width: 50%; /* Ensure it takes up space */
}

.hero-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: var(--glass-border);
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    background: var(--glass-bg);
    backdrop-filter: blur(5px);
}

.hero h1 {
    font-size: 8rem; /* Much bigger */
    line-height: 0.9;
    margin-bottom: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    /* Animated Gradient */
    background: linear-gradient(90deg, #ffffff, #b026ff, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 3s linear infinite;
}

.hero h1 span {
    background: none; /* Reset background for span */
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    display: block; /* Stack on new line for impact */
    animation: stroke-pulse 3s infinite alternate;
}

@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes stroke-pulse {
    0% { 
        -webkit-text-stroke: 2px #fff; 
        transform: translateY(0);
        filter: drop-shadow(0 0 0 rgba(176, 38, 255, 0));
    }
    50% {
        -webkit-text-stroke: 2px #b026ff;
        transform: translateY(-5px);
        filter: drop-shadow(0 0 10px rgba(176, 38, 255, 0.5));
    }
    100% { 
        -webkit-text-stroke: 2px #fff;
        transform: translateY(0);
        filter: drop-shadow(0 0 0 rgba(176, 38, 255, 0));
    }
}

.hero p {
    color: var(--secondary-text);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
    max-width: 450px;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
}

.hero-image {
    position: relative;
    z-index: 1; /* Keep below content */
    width: 55%; /* Increased from 45% to reduce gap */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Negative margin to pull closer to text if needed, but width increase should help */
}

.hero-image img {
    width: 100%;
    max-width: 650px; /* Increased max-width */
    /* Faded effect: Masking edges */
    mask-image: radial-gradient(ellipse closest-side, black 40%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse closest-side, black 40%, transparent 100%);
    animation: float 6s ease-in-out infinite;
    object-fit: cover;
}

.floating-card {
    position: absolute;
    bottom: 15%; /* Lifted up slightly */
    left: 20%; /* Moved right to overlap the cup image */
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1.2rem 1.8rem;
    border-radius: 20px;
    border: 1px solid rgba(176, 38, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    animation: float 5s ease-in-out infinite reverse;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 
                0 0 20px rgba(176, 38, 255, 0.2),
                inset 0 0 20px rgba(176, 38, 255, 0.05);
    transition: all 0.3s ease;
    z-index: 10;
}

.floating-card:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: var(--accent-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 
                0 0 30px rgba(176, 38, 255, 0.4);
}

.floating-card i {
    filter: drop-shadow(0 0 10px rgba(176, 38, 255, 0.6));
    animation: icon-pulse 2s infinite alternate;
    transition: all 0.5s ease;
}

.floating-card h4 {
    margin: 0 0 0.3rem 0; /* Small bottom margin for spacing between title and desc */
    font-size: 1.1rem;
    line-height: 1.2;
}

.floating-card p {
    margin: 0; /* Remove default paragraph margin */
    font-size: 0.9rem;
    color: var(--secondary-text);
}

@keyframes icon-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.1); opacity: 1; filter: drop-shadow(0 0 15px rgba(176, 38, 255, 0.9)); }
}

/* Dynamic Text Transition */
.text-fade {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.text-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Common Layout */
main {
    /* padding-top: var(--nav-height);  Handled in specific sections or default */
}

/* Footer (Basic) */
footer {
    padding: 4rem 5%;
    text-align: center;
    border-top: var(--glass-border);
    color: var(--secondary-text);
    margin-top: 4rem;
}

/* Page Header for Inner Pages */
.page-header {
    padding: 10rem 5% 4rem;
    text-align: center;
    background: radial-gradient(circle at center, rgba(176, 38, 255, 0.1) 0%, rgba(5, 5, 5, 0) 70%);
}

.page-header h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.page-header p {
    color: var(--secondary-text);
    max-width: 600px;
    margin: 0 auto;
}

/* Inner Page Sections */
.menu-category {
    margin-bottom: 4rem;
    padding: 0 5%; /* Add side padding for content */
}

.menu-category h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--accent-color);
    text-transform: uppercase;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.menu-item {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 15px;
    border: var(--glass-border);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.menu-item img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid var(--accent-color);
}

.menu-item-details {
    flex: 1;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.5rem;
    width: 100%;
}

.menu-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--accent-color);
}

.menu-item-info h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'Syne', sans-serif;
}

.menu-item-info p {
    font-size: 0.9rem;
    color: var(--secondary-text);
    margin-top: 0.5rem;
}

.menu-item-price {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.2rem;
    font-family: 'Syne', sans-serif;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .menu-item {
        flex-direction: column;
        text-align: center;
    }
    
    .menu-item-header {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
}

/* About Page */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 0 5%;
}

.about-text h2 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-text p {
    margin-bottom: 1.5rem;
    color: var(--secondary-text);
}

.about-image {
    position: relative;
}

.about-image img {
    border-radius: 20px;
    border: var(--glass-border);
    width: 100%;
}

.about-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--accent-color);
    border-radius: 20px;
    top: 20px;
    left: 20px;
    z-index: -1;
}

/* Gallery Page */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
    gap: 1.5rem;
    padding: 0 5%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    min-height: 300px;
    border: var(--glass-border);
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Contact Page */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 0 5%;
}

.contact-info h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1.5rem;
}

.info-item i {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-top: 5px;
}

.contact-form {
    background: var(--card-bg);
    padding: 3rem;
    border-radius: 20px;
    border: var(--glass-border);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--secondary-text);
    font-size: 0.9rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: var(--glass-border);
    border-radius: 10px;
    color: var(--text-color);
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    background-color: rgba(255, 255, 255, 0.1);
}

/* Marquee Section */
.marquee {
    background: var(--accent-color);
    color: #fff;
    padding: 1.5rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    transform: rotate(-4deg) scale(1.05);
    width: 110%;
    margin-left: -5%;
    margin-bottom: 6rem;
    box-shadow: 0 0 30px rgba(176, 38, 255, 0.5);
    z-index: 2;
}

.marquee-content {
    display: inline-block;
    animation: marquee 15s linear infinite;
}

.marquee-content span {
    padding: 0 3rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'Syne', sans-serif;
    letter-spacing: 1px;
}


/* Marquee Keyframes */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Feature Highlight Section (Splash Layout) */
.feature-highlight {
    padding: 6rem 5%;
    background: radial-gradient(circle at center, rgba(176, 38, 255, 0.08) 0%, rgba(5, 5, 5, 0) 60%);
    margin-bottom: 4rem;
}

.feature-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-column {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.feature-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0; /* Removing margin as header handles gap */
    text-transform: uppercase;
    font-weight: 800;
    
    /* Header Text Effect */
    background: linear-gradient(90deg, #ffffff, #b026ff, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 3s linear infinite;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.feature-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: var(--accent-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: 'Syne', sans-serif;
    box-shadow: 0 0 15px rgba(176, 38, 255, 0.6);
    font-size: 1.1rem;
}

.feature-item p {
    color: var(--secondary-text);
    font-size: 0.95rem;
    line-height: 1.6;
}

.feature-column.right .feature-item {
    text-align: right;
}

.feature-column.right .feature-header {
    justify-content: flex-end;
}

/* Word Animation Styles */
.word-animate span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.word-animate.visible span {
    opacity: 1;
    transform: translateY(0);
}

.feature-center-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-center-image img {
    width: 100%;
    max-width: 500px;
    /* Soft Masking using closest-side to guarantee no hard edges touch the bounds */
    mask-image: radial-gradient(circle closest-side, black 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(circle closest-side, black 30%, transparent 90%);
    animation: pulse-glow 4s ease-in-out infinite;
    opacity: 1;
    object-fit: cover;
}

@keyframes pulse-glow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(176, 38, 255, 0.3)); transform: scale(1); }
    50% { filter: drop-shadow(0 0 30px rgba(176, 38, 255, 0.6)); transform: scale(1.02); }
}

/* Featured Section (New Design) */
.featured-new {
    position: relative;
    padding: 6rem 5%;
    margin-bottom: 4rem;
    overflow: hidden;
    min-height: 80vh; /* Occupy good screen space */
    display: flex;
    align-items: center;
}

/* Background Image Overlay */
.featured-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Dark coffee pouring background similar to reference */
    background: url('https://images.unsplash.com/photo-1497935586351-b67a49e012bf?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') no-repeat center center/cover;
    filter: brightness(0.3); /* Darken to make text pop */
    z-index: 1;
}

.featured-content-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    /* Fixed width for slider column to ensure only ~2 cards fit, allowing more space for text */
    grid-template-columns: 1fr 580px; 
    gap: 4rem;
    width: 100%;
    align-items: center;
}

/* Left Column: Text */
.featured-text {
    color: #fff;
}

.welcome-label {
    display: inline-block;
    color: var(--accent-color);
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Syne', sans-serif;
}

.featured-title {
    font-size: 3.5rem;
    line-height: 1.1;
    font-family: 'Syne', sans-serif;
    margin-bottom: 0.5rem;
}

.featured-subtitle {
    color: var(--accent-color);
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 600;
}

.featured-text p {
    font-size: 1rem;
    color: #ccc;
    max-width: 500px;
    margin-bottom: 3rem;
    line-height: 1.8;
}

.featured-actions {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap; /* Ensure buttons wrap on small screens */
}

.featured-actions .btn-outline {
    border-color: var(--accent-color);
    color: var(--accent-color);
    border-radius: 0;
    padding: 0.8rem 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background: transparent;
    transition: all 0.3s ease;
}

.featured-actions .btn-outline:hover {
    background: var(--accent-color);
    color: #fff;
    box-shadow: 0 0 20px rgba(176, 38, 255, 0.4);
}

.social-icons-row {
    display: flex;
    gap: 1.5rem;
}

.social-icons-row a {
    width: 35px;
    height: 35px;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    transition: 0.3s;
}

.social-icons-row a:hover {
    background: var(--accent-color);
    color: #fff;
    box-shadow: 0 0 15px rgba(176, 38, 255, 0.5);
}

/* Right Column: Cards Slider */
.featured-cards-slider {
    position: relative;
    display: flex;
    align-items: center;
    /* Ensure space for arrows on desktop if outside */
    padding: 0 1rem; 
}

.slider-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 2rem;
    scrollbar-width: none;
    scroll-behavior: smooth;
    width: 100%; /* Ensure full width usage */
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.card-modern {
    min-width: 280px;
    background: #121212; /* Dark Theme */
    color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */
}

.card-modern:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
}

.card-modern-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Add purple overlay on hover for image */
.card-modern-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(176, 38, 255, 0.2);
    opacity: 0;
    transition: 0.3s;
}

.card-modern:hover .card-modern-img::after {
    opacity: 1;
}

.card-modern-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.card-modern:hover .card-modern-img img {
    transform: scale(1.1);
}

.card-modern-body {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-modern-body h4 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1rem;
    font-family: 'Syne', sans-serif;
}

.card-modern-body p {
    color: #aaa;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    flex: 1;
}

.card-link {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 1px;
}

.card-link i {
    font-size: 0.8rem;
    transition: 0.3s;
}

.card-link:hover i {
    transform: translateX(5px);
}

/* Slider Arrows */
.slider-arrow {
    background: #000;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    transition: 0.3s;
}

.slider-arrow:hover {
    background: var(--accent-color);
    color: #fff;
    box-shadow: 0 0 15px rgba(176, 38, 255, 0.6);
}

.slider-arrow.prev {
    left: -25px;
}

.slider-arrow.next {
    right: -25px;
}

@media (max-width: 1024px) {
    .featured-content-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .featured-actions {
        justify-content: center;
    }
    
    .featured-title {
        font-size: 3rem;
    }

    .slider-track {
        justify-content: flex-start;
        padding-left: 1rem; /* Space for content */
        padding-right: 1rem;
    }
    
    .featured-text p {
        margin-left: auto;
        margin-right: auto;
    }

    /* Adjust Arrows for Tablet/Mobile */
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        /* Position at bottom on smaller screens or sides with better placement */
    }

    .slider-arrow.prev {
        left: -10px;
    }

    .slider-arrow.next {
        right: -10px;
    }
}

@media (max-width: 600px) {
    .featured-new {
        padding: 4rem 5%;
    }

    .featured-title {
        font-size: 2.5rem;
    }

    .slider-arrow.prev {
        left: -10px;
        background: rgba(0,0,0,0.8); /* More contrast on top of potential image */
    }

    .slider-arrow.next {
        right: -10px;
        background: rgba(0,0,0,0.8);
    }
    
    .featured-actions {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* About Page Specifics reusing Featured Styles */
.about-visual-single {
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-visual-single .card-modern {
    max-width: 450px; /* Wider card for single view */
    width: 100%;
}

.about-visual-single .card-modern-img {
    height: 300px; /* Taller image */
}

/* End Featured New Design */

/* Reusable Content Wrapper */
.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Happy Clients Section - Modern Masonry Feel */
.happy-clients {
    padding: 8rem 5%;
    background: radial-gradient(circle at center, rgba(176, 38, 255, 0.05) 0%, #050505 70%);
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

/* Background decoration */
.happy-clients::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(176, 38, 255, 0.1) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.happy-clients .section-header {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}

/* Stagger effect for "masonry" feel */
.clients-grid .client-card:nth-child(2) {
    transform: translateY(3rem);
}

.clients-grid .client-card:nth-child(3) {
    transform: translateY(6rem);
}

.client-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 3.5rem 2.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.client-card::after {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: 'Syne', sans-serif;
    font-size: 6rem;
    color: var(--accent-color);
    opacity: 0.1;
    line-height: 1;
}

.client-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    z-index: 10;
}

/* Maintain stagger on hover (override transform but keep offset? No, complex. Resetting transform removes stagger. 
   Better approach: Apply margin to the container/grid item wrapper instead of transform on the card itself.
   But for now, let's just accept the hover lift might jump a bit or use margin. 
   Let's use margin-top on the grid item itself if we can, but we don't have wrappers. 
   Actually, let's use margin-top on the cards themselves.
*/
.clients-grid .client-card:nth-child(2) {
    transform: none; 
    margin-top: 4rem;
}
.clients-grid .client-card:nth-child(3) {
    transform: none;
    margin-top: 8rem;
}

.clients-grid .client-card:hover {
    transform: translateY(-15px) !important; /* Lift up from its current position */
}

.client-card img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 2rem;
    border: 2px solid var(--accent-color);
    padding: 4px;
    background: transparent;
    box-shadow: 0 0 20px rgba(176, 38, 255, 0.2);
}

.client-card p {
    font-style: italic;
    margin-bottom: 2rem;
    color: #ccc;
    font-size: 1.05rem;
    line-height: 1.7;
}

.client-card h4 {
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: auto;
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 5px;
    display: inline-block;
}

/* Reviews Section - Side by Side */
.reviews-section {
    padding: 6rem 5%;
    margin-bottom: 4rem;
    position: relative;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    max-width: 1400px; /* Ensure alignment */
    margin: 0 auto;
}

.reviews-text {
    padding-right: 2rem;
}

.reviews-text .section-title {
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
}

.reviews-text > p {
    font-size: 1.1rem;
    color: var(--secondary-text);
    margin-bottom: 3rem;
    max-width: 500px;
    line-height: 1.8;
}

.review-incentive {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(45deg, rgba(176, 38, 255, 0.1), transparent);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(176, 38, 255, 0.3);
}

.review-incentive i {
    font-size: 2.5rem;
    color: var(--accent-color);
}

.review-incentive p {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.review-form-wrapper {
    position: relative;
}

.review-form-wrapper::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--accent-color);
    border-radius: 30px;
    z-index: 0;
    opacity: 0.3;
}

.review-form {
    position: relative;
    z-index: 1;
    background: #0a0a0a; /* Darker background to stand out */
    padding: 3.5rem;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.review-form .form-group label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
    display: block;
    color: #fff;
}

.review-form input,
.review-form textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.2rem;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}

.review-form input:focus,
.review-form textarea:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--accent-color);
    outline: none;
}

.review-form .btn {
    width: 100%;
    margin-top: 1rem;
    padding: 1.2rem;
    font-size: 1.1rem;
}

.star-rating {
    color: #ffd700;
    font-size: 1.4rem;
    display: flex;
    gap: 0.5rem;
}

/* Map Section - Modern Floating Card */
.map-section {
    padding: 0 5% 8rem;
}

.map-section .section-header {
    margin-bottom: 4rem;
}

.map-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 600px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.map-container {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) invert(90%) contrast(1.2);
    transition: 0.5s ease;
}

.map-wrapper:hover .map-container {
    filter: grayscale(0%) invert(0%) contrast(1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Floating Info Card */
.map-info-card {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 400px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    z-index: 10;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-header i {
    font-size: 2rem;
    color: var(--accent-color);
}

.info-header h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.8rem;
    margin: 0;
}

.map-info-card > p {
    color: #ccc;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.info-hours {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.info-hours span {
    color: var(--secondary-text);
    margin-right: 10px;
}

.info-hours strong {
    color: #fff;
    float: right;
}

.btn-text {
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
}

.btn-text:hover {
    gap: 1rem;
    color: #fff;
}

/* Modern Menu Page Styles */
.menu-header {
    background: url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.menu-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(5,5,5,0.3), #050505);
}

.menu-header .header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 2rem;
}

.menu-header h1 {
    font-size: 5rem;
    margin-bottom: 1.5rem;
}

.menu-header .highlight {
    color: transparent;
    -webkit-text-stroke: 2px var(--accent-color);
}

.menu-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 4rem;
    padding: 4rem 5%;
}

.menu-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
    background: rgba(255, 255, 255, 0.02);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.category-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-link {
    padding: 1rem 1.5rem;
    color: var(--secondary-text);
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.category-link:hover,
.category-link.active {
    background: rgba(176, 38, 255, 0.1);
    color: #fff;
    border-color: var(--accent-color);
    padding-left: 2rem;
}

.menu-section {
    margin-bottom: 6rem;
    scroll-margin-top: 100px; /* For smooth scrolling anchor offset */
}

.category-title {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-family: 'Syne', sans-serif;
    position: relative;
    display: inline-block;
}

.category-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--accent-color);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.menu-card {
    background: #0f0f0f;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    group: transition;
}

.menu-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border-color: var(--accent-color);
}

.card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

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

.menu-card:hover .card-image img {
    transform: scale(1.1);
}

.price-tag {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    color: var(--accent-color);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    border: 1px solid var(--accent-color);
}

.card-details {
    padding: 2rem;
}

.card-details h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-family: 'Syne', sans-serif;
}

.card-details p {
    color: var(--secondary-text);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.add-btn {
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.add-btn:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #000;
}

/* Menu Responsive */
@media (max-width: 1024px) {
    .menu-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .menu-sidebar {
        position: relative;
        top: 0;
        overflow-x: auto;
        padding: 1rem;
    }

    .category-nav {
        flex-direction: row;
        white-space: nowrap;
    }
    
    .category-link:hover, .category-link.active {
        padding-left: 1.5rem; /* Reset padding shift for horizontal layout */
    }
}


/* Detailed Footer */
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.footer-brand .logo {
    justify-content: center;
}

.footer-brand p {
    margin: 1rem 0;
    color: var(--secondary-text);
}

.social-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: var(--glass-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social-links a:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.footer-links h4, .footer-contact h4 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-links ul li {
    margin-bottom: 0.8rem;
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.footer-contact p {
    color: var(--secondary-text);
    margin-bottom: 0.8rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: var(--glass-border);
    font-size: 0.9rem;
    color: var(--secondary-text);
}

/* Floating Chatbot */
.chatbot-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.chat-button {
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(176, 38, 255, 0.4);
    transition: 0.3s;
}

.chat-button:hover {
    transform: scale(1.1);
}

.chat-window {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 300px;
    background: #1a1a1a;
    border-radius: 15px;
    border: var(--glass-border);
    overflow: hidden;
    transform: scale(0);
    transform-origin: bottom right;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.chat-window.active {
    transform: scale(1);
}

.chat-header {
    background: var(--accent-color);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-chat {
    cursor: pointer;
}

.chat-body {
    height: 250px;
    padding: 1rem;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.05);
}

.message.bot {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem;
    border-radius: 10px 10px 10px 0;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.chat-input {
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    border-top: var(--glass-border);
}

.chat-input input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
}

.chat-input button {
    background: transparent;
    border: none;
    color: var(--accent-color);
    cursor: pointer;
}

/* Owner & Team Sections */
.owner-section, .team-section {
    padding: 4rem 5%;
    text-align: center;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.team-member {
    background: rgba(255, 255, 255, 0.05);
    border: var(--glass-border);
    border-radius: 15px;
    padding: 2rem;
    transition: 0.3s;
}

.team-member:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 3px solid var(--accent-color);
}

.team-member h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.team-member p {
    color: var(--secondary-text);
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .hero h1 { font-size: 6rem; }
}

@media (max-width: 1200px) {
    .hero h1 { font-size: 5rem; }
}

@media (max-width: 1024px) {
    .hero h1 { font-size: 3.5rem; }

    /* Fix z-index for smaller screens to ensure text stays on top of image */
    .hero-content {
        position: relative;
        z-index: 20;
    }

    .hero-image {
        z-index: 1;
    }
    
    .nav-links {
        position: fixed; /* Explicitly ensure position fixed */
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(5, 5, 5, 0.98); /* Increased opacity slightly for better "fullscreen" feel */
        backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transform: translateY(-100%);
        transition: transform 0.4s ease-in-out;
        z-index: 998;
    }

    .nav-links.show {
        transform: translateY(0);
    }

    .nav-links a {
        font-size: 2rem;
        font-family: 'Syne', sans-serif;
        opacity: 1;
    }

    .mobile-menu-btn { 
        display: block; 
        z-index: 999;
        position: relative;
        font-size: 1.8rem;
        color: var(--text-color);
        order: 3; /* Force to the right in flex container */
    }

    .logo {
        order: 1; /* Force to the left */
        font-size: 1.3rem; /* Slightly smaller logo on mobile */
    }

    .order-btn {
        display: none; /* Hide order button on mobile to prevent clutter */
    }

    /* Mobile Only Menu Item */
    .mobile-only-item {
        display: block;
        margin-top: 1rem;
    }

    .mobile-only-item .btn {
        font-size: 1.2rem;
        padding: 0.8rem 2rem;
        width: 100%; /* Or auto/max-width depending on preference */
        text-align: center;
        display: inline-block;
    }
}

@media (min-width: 1025px) {
    .mobile-only-item {
        display: none;
    }
}

@media (max-width: 768px) {
    /* .logo style moved to max-width: 1024px block for better consistency */

    .logo i {
        font-size: 1.5rem;
    }

    .feature-highlight {
        padding: 4rem 1.5rem;
    }

    .feature-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .feature-center-image {
        order: -1;
        margin-bottom: 2rem;
    }
    
    .feature-center-image img {
        max-width: 80%; /* Don't be too huge */
    }

    .feature-item {
        margin-bottom: 2rem;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(176, 38, 255, 0.2);
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(176, 38, 255, 0.1);
        text-align: center !important;
    }

    .feature-column.right .feature-item {
        text-align: center !important;
    }

    .feature-item h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
        word-spacing: 0.3rem;
    }

    .feature-item p {
        font-size: 1rem;
        line-height: 1.6;
        word-wrap: break-word;
        max-width: 400px;
        margin: 0 auto; /* Center the text block */
    }

    .hero { 
        flex-direction: column; 
        text-align: center; 
        justify-content: center; 
        padding-top: 120px; 
    }
    
    .hero-content {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 20; /* High priority */
    }

    .hero h1 {
        font-size: 2.8rem; /* Reduced to prevent cutting */
        line-height: 1.1;
        margin-top: 2rem; /* Ensure spacing from top */
        position: relative;
        z-index: 20; /* Ensure text is above image */
    }

    .hero p {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 20;
    }

    .hero-image { 
        width: 100%; 
        margin-top: 1rem; 
        margin-bottom: 8rem; 
        position: relative;
        z-index: 1; /* Lower z-index than text */
    }
    
    .hero-buttons { 
        justify-content: center; 
    }
    
    .floating-card { 
        left: 0; 
        right: 0;
        margin: 0 auto;
        transform: none; 
        bottom: 40px; /* Increased bottom spacing slightly more */
        width: fit-content;
        min-width: 250px;
        max-width: 85%;
        justify-content: center;
        padding: 0.8rem 1.2rem; /* Reduced padding for tighter look */
        gap: 1rem;
    }
    
    .floating-card i {
        font-size: 1.8rem !important; /* Adjusted icon size */
    }

    .floating-card h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
    }

    .floating-card p {
        font-size: 0.8rem;
    }
    
    .page-header h1 {
        font-size: 3rem;
    }

    .about-content,
    .contact-container,
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center; /* Center footer content on mobile */
    }
    
    .footer-brand .logo {
        justify-content: center; /* Center logo flex items */
    }
    
    .about-image {
        order: -1; /* Image first on mobile */
        margin-bottom: 2rem;
    }

    /* Grid Resets for Mobile */
    .featured-grid,
    .menu-items,
    .gallery-grid {
        grid-template-columns: 1fr; /* Force single column */
    }

    /* New Section Responsiveness */
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .reviews-text {
        padding-right: 0;
        text-align: center;
    }

    .reviews-text .section-title {
        text-align: center;
    }

    .reviews-text > p {
        margin: 0 auto 3rem;
    }

    .review-incentive {
        justify-content: center;
    }
    
    .map-container {
        height: 350px;
    }
    
    .map-wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .map-info-card {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        max-width: 90%;
        margin: -50px auto 2rem; /* Overlap map bottom */
    }

    .gallery-item.wide,
    .gallery-item.tall {
        grid-column: auto;
        grid-row: auto;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .contact-info {
        text-align: center;
    }

    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .info-item i {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    
    /* Ensure cards fit on small screens */
    .clients-grid {
        grid-template-columns: 1fr;
    }
    
    .client-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .contact-grid-modern {
        grid-template-columns: 1fr;
    }
    .contact-content {
        margin-top: 2rem;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn {
        width: 100%;
        text-align: center;
    }

    .marquee-content span {
        font-size: 1.2rem; /* Ensure marquee isn't too huge */
    }
}
