/* assets/css/style.css */

/* ============================================
   COLOR SCHEME VARIABLES
   Primary: #ffa31a (Orange)
   Gray: #808080
   Dark Gray: #292929
   Near Black: #1b1b1b
   White: #ffffff
   ============================================ */
:root {
    --color-primary: #ffa31a;
    --color-primary-hover: #e8940f;
    --color-primary-light: rgba(255, 163, 26, 0.1);
    --color-gray: #808080;
    --color-dark-gray: #292929;
    --color-near-black: #1b1b1b;
    --color-white: #ffffff;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-border: #e5e7eb;
    --color-background: #1b1b1b;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../../fonts/MonaSans-Regular.woff2') format('woff2 supports variations'),
        url('../../fonts/Mona-Sans-Regular.ttf') format('truetype');
    font-weight: 200 900;
    font-stretch: 75% 125%;
    font-display: swap;
}

/* Global Page Body and Container */
html {
    background-color: var(--color-background);
}

body {
    font-family: 'Mona Sans';
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-background);
}

/* Main homepage content wrapper */
.main-homepage-content {
    background-color: var(--color-background);
    min-height: 100vh;
}

/* Global Container (used for listings section) */
.container {
    max-width: 1400px;
    /* Wider container for main content */
    margin: 0 auto;
    /* Zero top/bottom margin for continuous flow */
    padding: 0 20px;
    /* Use padding from index.php for container in listings-section */
    /* Removed background-color and border-radius to eliminate container appearance */
}


/* Hero Section (Headings & Search Bar) */
.hero-section {
    background-color: var(--color-background);
    /* Dark background */
    padding: 60px 20px 40px;
    text-align: center;
    border-bottom: none;
    /* Remove bottom border */
    box-shadow: none;
    /* Remove shadow */
}

.hero-section h1 {
    font-size: 3.5rem;
    /* Increased font size */
    color: var(--color-white);
    /* Changed to white */
    margin-bottom: 5px;
    /* Adjusted margin for closer tagline */
    font-weight: bold;
    /* Increased font weight */
    letter-spacing: -0.5px;
    line-height: 1.1;
    /* Adjusted line height */
}

.hero-section .tagline {
    font-size: 1.25rem;
    /* Adjusted font size */
    color: var(--color-gray);
    /* Grey for better contrast on dark */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    /* Adjusted line height */
}

/* Search Bar Styles */
.search-form-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

/* Search Bar Styles */
#custom-search-form {
    width: 100%;
    max-width: 600px;
    /* Decreased width for a smaller search bar */
    margin: 0 auto;
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

#search-input {
    width: 100%;
    padding: 18px 25px;
    border-radius: 50px;
    border: none;
    background-color: #292929;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    padding-right: 65px;
    transition: all 0.3s ease;
}

#search-input::placeholder {
    color: #808080;
}

#search-input:focus {
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    background-color: #1b1b1b;
}

.search-button {
    position: absolute;
    right: 8px;
    top: 41%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--color-primary);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.2s;
}

.search-button svg {
    width: 24px;
    height: 24px;
}

.search-button:hover {
    background-color: var(--color-primary-hover);
    transform: translateY(-50%) scale(1.05);
}

@font-face {
    font-family: 'Mona Sans';
    src: url('../../fonts/Mona-Sans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* Category Navigation Bar */
.category-nav-wrapper {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 800;
    background-color: var(--color-background);
    padding: 20px 0;
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 30px;
}

/* Base styles (for all screen sizes, acts as desktop/tablet default) */
.category-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* Allows wrapping on larger screens if needed */
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    /* For slider on mobile, ensure no vertical scroll interference */
    -webkit-overflow-scrolling: touch;
    /* Improves scrolling on iOS */
}

/* Styles for mobile screens (e.g., less than 768px wide) */
@media (max-width: 767px) {
    .category-nav {
        justify-content: flex-start;
        /* Align items to the start for horizontal scrolling */
        flex-wrap: nowrap;
        /* Prevent wrapping, force items onto a single line */
        overflow-x: scroll;
        /* Enable horizontal scrolling */
        -ms-overflow-style: none;
        /* IE and Edge hide scrollbar */
        scrollbar-width: none;
        /* Firefox hide scrollbar */
        padding-bottom: 10px;
        /* Add some padding if scrollbar appears at bottom */
    }

    /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
    .category-nav::-webkit-scrollbar {
        display: none;
    }

    /* Optional: Make items shrink/grow appropriately in the slider */
    .category-nav>* {
        /* Target direct children of category-nav */
        flex-shrink: 0;
        /* Prevent items from shrinking smaller than their content */
        /* You might want to set a min-width for items here if they are too small */
        /* min-width: 100px; */
    }
}

/* Example styling for the items inside the nav (for demonstration) */
.category-nav a {
    display: block;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    /* Ensure text inside buttons doesn't wrap */
}

.category-nav a:hover {
    background-color: #292929;
}

.category-item {
    text-decoration: none;
    color: #808080;
    font-weight: bold;
    font-size: 1.05rem;
    padding: 8px 16px;
    /* Add padding for button-like appearance */
    border-radius: 20px;
    /* Rounded corners for bubble effect */
    transition: all 0.3s ease;
    /* Smooth transition for hover/active states */
    background-color: transparent;
    white-space: nowrap;
}

.category-item:hover {
    background-color: #292929;
    /* Dark grey on hover */
    color: #ffffff;
}

.category-item.active {
    background-color: #292929;
    /* Dark grey background for active state*/
    color: #ffffff;
    /* White text for contrast*/
    font-weight: 600;
    /* Slightly less bold than current for better contrast with background*/
    padding: 8px 16px;
    /* Ensure padding is applied when active*/
    border-radius: 20px;
    /* Ensure rounded corners when active*/
}

/* Listings Section (Container for the Grid) */
.listings-section {
    margin-top: 30px;
    padding-bottom: 50px;
    /* No background or shadow needed here as body is white */
}

.listings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Changed to 4 columns for desktop */
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* No results message */
.no-results {
    text-align: center;
    padding: 50px 20px;
    color: #808080;
    font-size: 18px;
    background: #292929;
    /* Dark background */
    border-radius: 8px;
    margin: 30px auto;
    max-width: 800px;
    box-shadow: none;
    /* Ensure no shadow either */
}

/* Product Card specific styles (renamed to ven-prods) */
.ven-prods {
    border: none;
    border-radius: 12px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    min-height: 350px;
    /* Increased minimum height for the card */
}

.ven-prods:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

.ven-prods .ven-prods-main-image {
    /* Renamed from .listing-main-image */
    width: 100%;
    height: 250px;
    /* Increased image height */
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.ven-prods:hover .ven-prods-main-image {
    border-radius: 8px;
}

.ven-prods-image-link {
    /* New class for the image link */
    text-decoration: none;
    display: block;
    /* Ensures the link covers the image area */
}

.ven-prods .ven-prods-footer {
    /* Renamed from .listing-footer */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ven-and-title {
    /* Renamed from .vendor-and-title */
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.ven-info-simplified {
    /* New class for vendor info container */
    display: flex;
    align-items: center;
}

.ven-profile-pic-simplified {
    /* Renamed from .vendor-profile-pic-simplified */
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    flex-shrink: 0;
}

.ven-profile-link {
    /* New class for the vendor profile link */
    text-decoration: none;
    /* Remove underline from vendor logo link */
    display: block;
    /* Ensures the link covers the logo area */
}

.ven-title-short {
    /* Renamed from .listing-title-short */
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.ven-title-short .ven-title-link {
    /* New style for the inner link */
    text-decoration: none !important;
    /* Ensure no underline */
    color: inherit;
    /* Inherit color from parent */
}

.ven-title-short .ven-title-link:hover {
    color: #ffa31a;
    text-decoration: none !important;
}

h1,
h2 {
    color: #ffffff;
}

form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    /* Include padding in width */
}

form button {
    background-color: var(--color-primary);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

form button:hover {
    background-color: #0056b3;
}

.message-box {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: bold;
}

.message-box.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message-box.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.message-box.info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Removed - conflicts with footer.css
footer {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    background-color: #333;
    color: #fff;
}
*/

/* Responsive Adjustments for overall layout */
/* Removed @media (max-width: 1400px) .listings-grid to make 4 columns default */

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

    .hero-section .tagline {
        font-size: 1.1rem;
    }

    .listings-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }

    .hero-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .category-item {
        font-size: 0.95rem;
        /* Padding retained from general .category-item */
    }

    .listings-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .tagline {
        font-size: 1rem;
    }

    .search-form-wrapper {
        padding: 0 15px;
    }

    #custom-search-form {
        max-width: 600px;
    }

    #search-input {
        padding: 16px 22px;
        font-size: 16px;
        padding-right: 60px;
    }

    .search-button {
        width: 48px;
        height: 48px;
        right: 6px;
    }

    /* Adjusted for smaller screens */
    .search-button svg {
        width: 22px;
        height: 22px;
    }

    /* Responsive Adjustments for search bar */
    @media (max-width: 768px) {
        #custom-search-form {
            max-width: 600px;
        }

        #search-input {
            padding: 16px 22px;
            font-size: 16px;
            padding-right: 60px;
        }

        .search-button {
            width: 48px;
            height: 48px;
            right: 6px;
        }

        .search-button svg {
            width: 22px;
            height: 22px;
        }
    }

    @media (max-width: 576px) {
        #custom-search-form {
            max-width: 100%;
        }

        #search-input {
            padding: 14px 20px;
            font-size: 15px;
            padding-right: 55px;
        }

        .search-button {
            width: 44px;
            height: 44px;
            right: 6px;
        }

        .search-button svg {
            width: 20px;
            height: 20px;
        }
    }

    .category-nav::-webkit-scrollbar {
        height: 6px;
    }

    .category-nav::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .category-nav::-webkit-scrollbar-track {
        background: #f0f0f0;
    }

    .listings-grid {
        gap: 18px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .hero-section h1 {
        font-size: 1.6rem;
    }

    .hero-section .tagline {
        font-size: 0.9rem;
    }

    .form-container {
        padding: 0 10px;
    }

    #custom-search-form {
        max-width: 100%;
    }

    #search-input {
        padding: 14px 20px;
        font-size: 15px;
        padding-right: 55px;
    }

    .search-button {
        width: 44px;
        height: 44px;
        right: 6px;
    }

    /* Adjusted for smaller screens */
    .search-button svg {
        width: 20px;
        height: 20px;
    }

    .listings-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Styling for no results message */
.no-results {
    text-align: center;
    padding: 0px;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #1b1b1b;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 600px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Login Prompt Card */
.login-prompt {
    text-align: center;
    padding: 30px 20px;
    margin: 40px auto;
    max-width: 600px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.login-prompt a {
    color: #ffa31a;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.login-prompt a:hover {
    color: #e8940f;
}

/* Enhanced styling for better UX */
.load-more-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.load-more-button {
    background-color: var(--color-primary);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.load-more-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.load-more-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.loading-indicator {
    margin-top: 20px;
    font-size: 1rem;
    color: #555;
    display: none;
}

/* Category transition effects */
.category-item {
    transition: all 0.2s ease;
    position: relative;
}

.category-item.active {
    color: black;
    font-weight: 600;
}

.category-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 1px;
}

/* Smooth listing transitions */
.listings-grid {
    transition: opacity 0.3s ease;
}

.listings-grid.loading {
    opacity: 0.7;
}

/* Infinite scroll loading animation */
.scroll-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 14px;
    color: #666;
}

.scroll-loading::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* === About Page Styles (a-about-page) === */
.a-about-page-about-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}

.a-about-page-about-section,
.a-about-page-contact-section {
    padding: 40px 30px;
    box-sizing: border-box;
    flex: 1;
    min-width: 300px;
}

.a-about-page-about-section {
    background-color: #1b1b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.a-about-page-contact-section {
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.a-about-page-about-section h2 {
    font-size: 2.2em;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.a-about-page-about-section h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--color-primary);
    margin: 8px auto 0 auto;
}

.a-about-page-about-section p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    color: #808080;
}

.a-about-page-about-section .a-about-page-quote {
    font-style: italic;
    font-size: 1.1em;
    color: #808080;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    max-width: 350px;
}

.a-about-page-contact-section h2 {
    font-size: 2.2em;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.a-about-page-contact-section>p {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}

.a-about-page-contact-section .a-about-page-subtitle {
    font-size: 1em;
    color: #292929;
    margin-bottom: 25px;
    font-weight: 400;
}

.a-about-page-contact-form-container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.a-about-page-contact-form-container input[type="text"],
.a-about-page-contact-form-container input[type="email"],
.a-about-page-contact-form-container textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 0.95em;
    font-family: 'Mona Sans', Arial, sans-serif;
    background-color: #292929;
    color: #ffffff;
}

.a-about-page-contact-form-container input[type="text"]::placeholder,
.a-about-page-contact-form-container input[type="email"]::placeholder,
.a-about-page-contact-form-container textarea::placeholder {
    color: #808080;
}

.a-about-page-contact-form-container textarea {
    min-height: 120px;
    resize: vertical;
}

.a-about-page-contact-form-container button {
    background-color: #000;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    font-family: 'Mona Sans', Arial, sans-serif;
}

.a-about-page-contact-form-container button:hover {
    background-color: #333;
}

@media (max-width: 768px) {
    .a-about-page-about-contact-wrapper {
        flex-direction: column;
    }

    .a-about-page-about-section,
    .a-about-page-contact-section {
        padding: 25px 20px;
        min-height: 50vh;
    }

    .a-about-page-about-section h2,
    .a-about-page-contact-section h2 {
        font-size: 2em;
    }

    .a-about-page-about-section .a-about-page-quote {
        font-size: 1em;
    }

    .a-about-page-contact-section>p {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {

    .a-about-page-about-section,
    .a-about-page-contact-section {
        padding: 20px 15px;
    }

    .a-about-page-about-section h2,
    .a-about-page-contact-section h2 {
        font-size: 1.8em;
    }

    .a-about-page-about-section .a-about-page-quote {
        font-size: 0.95em;
        max-width: 280px;
    }

    .a-about-page-about-section p {
        font-size: 0.9em;
        max-width: 280px;
    }
}

/* === Elite Page Styles (a-elite-page) === */
.a-elite-page-elite-wrapper {
    background: #1b1b1b;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.a-elite-page-elite-container {
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.a-elite-page-elite-badge {
    display: inline-block;
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(240, 147, 251, 0.4);
}

.a-elite-page-main-text {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
}

.a-elite-page-sub-text {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
    margin-bottom: 40px;
    font-weight: 400;
}

.a-elite-page-join-heading {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.a-elite-page-email-form {
    display: flex;
    gap: 0;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.a-elite-page-email-form input[type="email"] {
    flex: 1;
    padding: 18px 25px;
    border: none;
    font-size: 16px;
    background: #1b1b1b;
    color: #ffffff;
    outline: none;
    font-family: inherit;
    /* Fix for generic styles overriding layout */
    margin: 0;
    width: auto;
    border-radius: 0;
}

.a-elite-page-email-form input[type="email"]::placeholder {
    color: #808080;
}

.a-elite-page-email-form button {
    padding: 18px 35px;
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.a-elite-page-email-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 172, 254, 0.4);
}

.a-elite-page-status-message {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.a-elite-page-elite-status-message {
    background: linear-gradient(45deg, #56ab2f 0%, #a8e6cf 100%);
    color: white;
    border: none;
}

.a-elite-page-pending-status-message {
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    border: none;
}

.a-elite-page-message-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-elite-page-message {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

.a-elite-page-message.success {
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: #16a34a;
}

.a-elite-page-message.error {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #dc2626;
}

.a-elite-page-message.warning {
    background: rgba(245, 158, 11, 0.05);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #d97706;
}

@media (max-width: 768px) {
    .a-elite-page-elite-wrapper {
        padding: 20px 10px;
        min-height: 60vh;
    }

    .a-elite-page-elite-container {
        padding: 40px 25px;
        margin: 10px;
    }

    .a-elite-page-elite-badge {
        font-size: 16px;
        padding: 10px 25px;
    }

    .a-elite-page-main-text {
        font-size: 16px;
    }

    .a-elite-page-sub-text {
        font-size: 14px;
    }

    .a-elite-page-join-heading {
        font-size: 24px;
    }

    .a-elite-page-email-form {
        flex-direction: column;
        border-radius: 15px;
    }

    .a-elite-page-email-form input[type="email"] {
        border-radius: 15px 15px 0 0;
        padding: 16px 20px;
    }

    .a-elite-page-email-form button {
        border-radius: 0 0 15px 15px;
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .a-elite-page-elite-wrapper {
        padding: 15px 5px;
        min-height: 50vh;
    }

    .a-elite-page-elite-container {
        padding: 30px 20px;
    }

    .a-elite-page-join-heading {
        font-size: 20px;
    }

    .a-elite-page-main-text {
        font-size: 15px;
    }

    .a-elite-page-sub-text {
        font-size: 13px;
    }
}

/* vendor dashboard start */

/* Styling similar to login/register for consistency */
.Ven-dashboard-outer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - var(--header-height, 60px) - var(--footer-height, 80px));
    box-sizing: border-box;
    width: 100%;
}

.Ven-dashboard-form-card {
    background-color: #292929;
    border-radius: 16px;
    width: 100%;
    max-width: 90%;
    /* Increased max-width for two columns */
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    /* Center the card */
}

.Ven-dashboard-card-title {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.Ven-dashboard-form-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* New grid for main content (fields + pfp) */
.Ven-dashboard-main-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.Ven-dashboard-left-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Gap between form groups within the left column */
    width: 100%;
    max-width: 600px;
}

.Ven-dashboard-pfp-column {
    /* Renamed to match the new right column */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* Align to the top */
    padding-top: 20px;
    /* Adjust to visually align with the form fields */
    width: 100%;
}

/* Input row for two fields side-by-side */
.Ven-dashboard-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.Ven-dashboard-form-group {
    margin-bottom: 0;
    /* Managed by parent gap */
    text-align: left;
    position: relative;
    /* For tick icon positioning */
}

.Ven-dashboard-form-group label {
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
}

.Ven-dashboard-input-field {
    font-family: 'Inter', sans-serif;
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #808080;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    transition: all 0.2s ease;
    background-color: #1b1b1b;
    color: #ffffff;
    outline: none;
}

.Ven-dashboard-input-field:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(255, 163, 26, 0.2);
    background-color: #1b1b1b;
}

.Ven-dashboard-input-field.textarea-large {
    min-height: 100px;
    resize: vertical;
}

/* Profile picture specific styles */
.Ven-dashboard-picture-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    /* Adjusted margin */
}

.Ven-dashboard-picture-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #808080;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s ease;
}

.Ven-dashboard-picture-preview:hover {
    border-color: var(--color-primary);
}

.Ven-dashboard-picture-upload-label {
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.Ven-dashboard-picture-input {
    display: none;
}

.Ven-dashboard-custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #ffa31a;
    color: #1b1b1b;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: none;
}

.Ven-dashboard-custom-file-upload:hover {
    background-color: #cc8200;
    transform: translateY(-1px);
}



.Ven-dashboard-divider {
    border-top: 1px solid #808080;
    padding-top: 25px;
    margin-top: 25px;
}

.Ven-dashboard-divider h3 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.Ven-dashboard-submit-btn {
    font-family: 'Inter', sans-serif;
    background: #ffa31a;
    color: #1b1b1b;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin-top: 32px;
    box-shadow: none;
    width: 100%;
    /* Full width button */
}

.Ven-dashboard-submit-btn:hover {
    background: #cc8200;
    transform: translateY(-1px);
}

/* Message box styles (reusing classes) */
.Ven-dashboard-message-box {
    font-family: 'Inter', sans-serif;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 8px;
    text-align: left;
    font-size: 14px;
    word-wrap: break-word;
    font-weight: 500;
    border-left: 5px solid;
}

.Ven-dashboard-message-box.success-msg {
    background-color: #f0fdf4;
    color: #16a34a;
    border-color: #22c55e;
}

.Ven-dashboard-message-box.error-msg {
    background-color: #fef2f2;
    color: #dc2626;
    border-color: #ef4444;
}

.Ven-dashboard-message-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Ven-dashboard-message-box li {
    margin-bottom: 8px;
}

/* Placeholder styling */
.Ven-dashboard-input-field::placeholder {
    color: #808080;
}

/* Tabs Styling */
.Ven-dashboard-tabs-container {
    width: 100%;
}

.Ven-dashboard-tab-nav {
    display: flex;
    justify-content: space-between;
    /* Distribute tabs evenly */
    background-color: #1b1b1b;
    /* Dark background for tab navigation */
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 5px;
    gap: 5px;
    /* Space between buttons */
}

.Ven-dashboard-tab-button {
    flex: 1;
    /* Make buttons take equal width */
    padding: 12px 15px;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    /* Prevent text wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Add ellipsis for long text */
}

.Ven-dashboard-tab-button:hover {
    background-color: rgba(255, 163, 26, 0.2);
    /* Orange-ish hover background */
}

.Ven-dashboard-tab-button.active {
    background-color: var(--color-primary);
    /* Accent color for active tab */
    color: #1b1b1b;
    /* Dark text for active tab */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.Ven-dashboard-tab-content {
    background-color: #292929;
    padding: 0;
    border-radius: 8px;
    /* min-height: 480px; */
    transition: height 0.3s;
    position: relative;
    overflow: hidden;
}

.Ven-dashboard-tab-panes-wrapper {
    /* position: absolute; */
    width: 100%;
    left: 0;
    top: 0;
}

.Ven-dashboard-tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-out;
    padding: 20px 0;
    /* Padding for content inside tabs */
}

.Ven-dashboard-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Validation Icons */
.Ven-dashboard-validation-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    /* Adjust based on input field height */
    transform: translateY(-50%);
    font-size: 1.2em;
    display: none;
    /* Hidden by default */
}

.Ven-dashboard-input-field+.Ven-dashboard-validation-icon {
    top: 60%;
    /* Adjust for input field height */
}

.Ven-dashboard-validation-icon.valid {
    color: #22c55e;
    /* Green tick */
    display: block;
}

.Ven-dashboard-validation-icon.invalid {
    color: #ef4444;
    /* Red cross */
    display: block;
}

/* Password Toggle */
.Ven-dashboard-password-toggle {
    position: absolute;
    right: 10px;
    top: 60%;
    /* Align with input field */
    transform: translateY(-50%);
    cursor: pointer;
    color: #6b7280;
    font-size: 0.9em;
    z-index: 10;
}

.Ven-dashboard-password-toggle:hover {
    color: #ffa31a;
}

/* Responsive adjustments */
@media (max-width: 992px) {

    /* Adjust breakpoint for two columns */
    .Ven-dashboard-main-grid {
        gap: 30px;
    }

    .Ven-dashboard-pfp-column {
        order: -1;
        /* Move PFP to the top on small screens */
        padding-top: 0;
    }

    .Ven-dashboard-form-card {
        max-width: 600px;
        /* Adjust max-width for single column layout */
    }

    .Ven-dashboard-tab-nav {
        flex-wrap: wrap;
        /* Allow tabs to wrap on smaller screens */
        justify-content: center;
    }

    .Ven-dashboard-tab-button {
        flex-basis: 48%;
        /* Allow two tabs per row */
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .Ven-dashboard-form-card {
        padding: 32px 24px;
    }

    .Ven-dashboard-card-title {
        font-size: 24px;
    }

    .Ven-dashboard-input-field,
    .Ven-dashboard-submit-btn,
    .Ven-dashboard-custom-file-upload {
        font-size: 16px;
        padding: 12px 14px;
    }

    .Ven-dashboard-divider h3 {
        font-size: 18px;
    }

    .Ven-dashboard-picture-preview {
        width: 80px;
        height: 80px;
    }

    .Ven-dashboard-outer-container {
        padding: 20px 16px;
    }

    .Ven-dashboard-form-card {
        box-shadow: none;
        border: none;
    }

    .Ven-dashboard-input-row {
        grid-template-columns: 1fr;
        /* Stack input fields on very small screens */
        gap: 16px;
    }

    .Ven-dashboard-tab-button {
        flex-basis: 100%;
        /* Full width tabs on very small screens */
    }
}

@media (max-width: 480px) {
    .Ven-dashboard-form-card {
        padding: 24px 20px;
        margin: 0;
        max-width: 100%;
    }

    .Ven-dashboard-card-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .Ven-dashboard-form-layout {
        gap: 16px;
    }
}

/* Profile Dropdown Styles */
.Ven-dashboard-dropdown-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 1001;
}

.Ven-dashboard-header {
    width: 100%;
    background: #292929;
    padding: 18px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #1b1b1b;
}

.Ven-dashboard-header-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 40px;
}

.Ven-dashboard-header-right {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 40px;
}

.Ven-dashboard-profile-pic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.Ven-dashboard-profile-pic:hover {
    border-color: var(--color-primary);
}

.Ven-dashboard-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #292929;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1002;
    right: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
}

.Ven-dashboard-dropdown-menu a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.Ven-dashboard-dropdown-menu a:hover {
    background-color: var(--color-primary);
    color: #1b1b1b;
}

.Ven-dashboard-dropdown-menu-divider {
    border-top: 1px solid #808080;
    margin: 8px 0;
}

.Ven-dashboard-dropdown-menu.show {
    display: block !important;
}


/* vendor dashboard end */

/* ============================================
   ELITE PAGE STYLES
   ============================================ */
.a-elite-page-message-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-elite-page-message {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}

.a-elite-page-message.success {
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: #16a34a;
}

.a-elite-page-message.error {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #dc2626;
}

.a-elite-page-message.warning {
    background: rgba(245, 158, 11, 0.05);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #d97706;
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* About Section */
.about-section {
    text-align: center;
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.about-title-wrapper,
.about-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-title {
    font-size: 48px;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 60px;
    position: relative;
    text-align: left;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #74b9ff, #0984e3);
    display: block;
}

.quote-text {
    font-size: 28px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}

.content-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    text-align: center;
    margin-bottom: 30px;
}

.highlight-text {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 40px;
    text-align: center;
}

.decorative-icon {
    position: absolute;
    top: -225px;
    right: 10px;
    width: 250px;
    height: 250px;
    opacity: 1;
    background: url('../../assets/images/space.png') no-repeat center;
    background-size: contain;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #74b9ff 0%, #8fe0fe 100%);
    padding: 80px 0 100px;
    color: white;
    position: relative;
    width: 100%;
}

.contact-content-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-title {
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}

.contact-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0.9;
}

.contact-description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.8;
}

/* Form Styles */
.message-container {
    margin-bottom: 20px;
    text-align: center;
}

.message {
    padding: 15px 20px;
    border-radius: 8px;
    margin: 10px 0;
    font-weight: 500;
}

.message.success {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.message.error {
    background: rgba(231, 76, 60, 0.9);
    border: 1px solid rgba(231, 76, 60, 1);
    color: white;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    gap: 20px;
}

.form-input {
    width: 100%;
    padding: 18px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    background: rgba(255, 255, 255, 1);
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-input:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.form-input::placeholder {
    color: #999;
    font-weight: 400;
}

.form-textarea {
    min-height: 140px;
    resize: vertical;
    font-family: inherit;
}

.submit-btn {
    background: black;
    color: white;
    border: none;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.submit-btn:hover {
    background: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Responsive Design for About Page */
@media (max-width: 768px) {
    .about-title {
        font-size: 36px;
    }

    .quote-text {
        font-size: 22px;
    }

    .content-text {
        font-size: 16px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 18px;
    }

    .form-group {
        flex-direction: column;
        gap: 15px;
    }

    .about-section,
    .contact-section {
        padding: 50px 0;
    }

    .decorative-icon {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-container {
        padding: 0 15px;
    }

    .about-title {
        font-size: 28px;
    }

    .quote-text {
        font-size: 20px;
    }

    .contact-title {
        font-size: 28px;
    }

    .form-input,
    .submit-btn {
        padding: 15px 18px;
    }
}

/* ============================================
   HEADER NAVIGATION STYLES
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.navbar {
    font-family: 'Inter', 'Mona Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 24px;
    background: #fff;
    position: relative;
    z-index: 1000;
}

.navbar-left,
.navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-img {
    height: 30px;
    width: auto;
    display: block;
}

.nav-link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.nav-link:hover {
    color: #ffa31a;
}

.pill {
    background-color: #ffa31a;
    border-radius: 999px;
    padding: 4px 14px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: inline-flex !important;
    align-items: center;
    height: 28px;
    letter-spacing: 0.3px;
}

.pill:hover {
    background-color: #e8940f;
}

.auth-link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.3px;
}

.login-btn {
    background: #000;
    color: #fff;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    height: 28px;
    letter-spacing: 0.3px;
}

.login-btn:hover {
    background: #333;
}

/* Profile Dropdown Styles (Desktop) */
.profile-dropdown-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 100;
}

.profile-pic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.profile-pic:hover {
    border-color: #ffa31a;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dropdown-menu a:hover {
    background-color: #ffa31a;
    color: black;
}

.dropdown-menu a i {
    width: 16px;
    text-align: center;
}

.profile-dropdown-container.active .dropdown-menu {
    display: block;
}

/* Hamburger menu for mobile */
.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    order: 2;
}

/* Mobile Settings Dropdown */
.mobile-settings-container {
    position: relative;
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.mobile-settings-trigger {
    background-color: #292929;
    color: #ffffff;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

.mobile-settings-trigger:hover {
    background-color: #3a3a3a;
}

.mobile-dropdown-menu {
    display: none;
    position: static;
    background-color: #292929;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #3a3a3a;
    border-radius: 0;
    overflow: hidden;
}

.mobile-dropdown-menu.active {
    display: flex;
    flex-direction: column;
}

.mobile-dropdown-menu a {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-dropdown-menu a:last-child {
    border-bottom: none;
}

.mobile-dropdown-menu a:hover {
    background-color: #3a3a3a;
    color: #ffa31a;
}

.mobile-logout-link {
    background-color: #000;
    color: #fff;
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.mobile-logout-link:hover {
    background-color: #333;
}

/* Search Icon */
.search-icon-container {
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: transparent;
}

.search-icon-container:hover {
    background: rgba(143, 223, 255, 0.1);
    color: #ffa31a;
    transform: scale(1.05);
}

.search-icon-container:active {
    transform: scale(0.95);
}

.expandable-search-container.active + .search-icon-container {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}

/* Expandable Search Bar Styles */
.expandable-search-container {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    margin-right: 0;
    border-radius: 50px;
    background: #292929;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.expandable-search-container.active {
    max-width: 500px;
    opacity: 1;
    margin-right: 15px;
    padding: 4px;
    animation: searchExpand 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes searchExpand {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.expandable-search-input {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    background: transparent;
    color: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    padding-right: 80px;
}

.expandable-search-input::placeholder {
    color: #808080;
    font-weight: 400;
}

.expandable-search-input:focus {
    background: #1b1b1b;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.expandable-search-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #ffa31a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(143, 223, 255, 0.3);
}

.expandable-search-button:hover {
    background: #e8940f;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(143, 223, 255, 0.4);
}

.expandable-search-button:active {
    transform: translateY(-50%) scale(0.95);
}

.search-close-btn {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}

.expandable-search-container.active .search-close-btn {
    opacity: 1;
    pointer-events: all;
}

.search-close-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #666;
}

/* Remove old search modal styles */
.search-modal-overlay,
.search-modal-popup,
.search-form-wrapper,
.form-container,
#popup-search-form,
.search-container,
#popup-search-input,
#popup-search-button {
    display: none !important;
}

/* Utility classes for responsive display */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Responsive Header Styles */
@media (max-width: 1200px) {
    .search-close-btn {
        right: 58px;
        font-size: 17px;
        padding: 7px;
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }
}

@media (max-width: 1024px) {
    .search-close-btn {
        right: 56px;
        font-size: 16px;
        padding: 6px;
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
    }
    
    .expandable-search-container.active {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .navbar-left {
        order: 1;
        gap: 10px;
    }

    .navbar-right {
        display: none;
        order: 3;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        padding-top: 10px;
    }

    .navbar-right.active {
        display: flex;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .profile-dropdown-container {
        display: none;
    }

    .mobile-settings-container {
        display: block;
    }

    .auth-link,
    .login-btn {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        justify-content: center;
    }
    
    .search-icon-container {
        display: flex;
        order: 1;
        margin-right: 0;
        margin-left: auto;
    }
    
    .search-close-btn {
        right: 52px;
        font-size: 15px;
        padding: 5px;
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
    }
    
    .expandable-search-container.active {
        max-width: 280px;
        margin-right: 10px;
    }
    
    .expandable-search-input {
        font-size: 15px;
        padding: 10px 18px;
        padding-right: 70px;
    }

    .expandable-search-button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .search-modal-popup .close-button {
        right: 20px;
        top: 10px;
        background: #007bff;
        font-size: 24px;
        padding: 2px 8px;
    }
}

@media (max-width: 576px) {
    .search-close-btn {
        right: 48px;
        font-size: 14px;
        padding: 4px;
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
    }
    
    .expandable-search-container.active {
        max-width: 220px;
        margin-right: 8px;
    }

    .expandable-search-input {
        font-size: 14px;
        padding: 8px 16px;
        padding-right: 65px;
    }

    .expandable-search-button {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .search-close-btn {
        right: 44px;
        font-size: 13px;
        padding: 3px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }
    
    .expandable-search-container.active {
        max-width: 180px;
    }

    .expandable-search-input {
        font-size: 13px;
        padding: 6px 14px;
        padding-right: 60px;
    }

    .expandable-search-button {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .search-close-btn {
        right: 40px;
        font-size: 12px;
        padding: 2px;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
}

/* ============================================
   HEADER2 (DARK THEME) NAVIGATION STYLES
   ============================================ */
.navbar.dark-theme {
    background: #1b1b1b;
}

.navbar.dark-theme .nav-link {
    color: #ffffff;
}

.navbar.dark-theme .nav-link:hover {
    color: #ffa31a;
}

.navbar.dark-theme .pill {
    color: #1b1b1b;
}

.navbar.dark-theme .auth-link {
    color: #ffffff;
}

.navbar.dark-theme .login-btn {
    background: #ffa31a;
    color: #1b1b1b;
}

.navbar.dark-theme .login-btn:hover {
    background: #cc8200;
}

.navbar.dark-theme .dropdown-menu {
    background-color: #292929;
}

.navbar.dark-theme .dropdown-menu a {
    color: #ffffff;
}

.navbar.dark-theme .dropdown-menu a:hover {
    background-color: #ffa31a;
    color: #1b1b1b;
}

.navbar.dark-theme .mobile-settings-trigger:hover {
    background-color: #1b1b1b;
}

.navbar.dark-theme .mobile-dropdown-menu {
    background-color: #1b1b1b;
}

.navbar.dark-theme .mobile-dropdown-menu a {
    border-bottom: 1px solid #292929;
}

.navbar.dark-theme .mobile-logout-link {
    background-color: #ffa31a;
    color: #1b1b1b;
}

.navbar.dark-theme .mobile-logout-link:hover {
    background-color: #cc8200;
}

/* Critical Footer Styles - Inline to prevent FOUC */
.site-footer__links,
.site-footer__lower-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* ============================================
   PRELOADER STYLES
   ============================================ */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.preloader-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #007bff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

body.preloader-active {
    overflow: hidden;
}

/* ============================================
   SIDEBAR STYLES
   ============================================ */
.sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-container.sidebar-collapsed {
    width: 70px;
    transform: translateX(0);
}

.sidebar-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    min-height: 70px;
    flex-shrink: 0;
    background: #fafafa;
}

.sidebar-logo-img {
    height: 35px;
    width: auto;
    transition: opacity 0.3s ease;
    max-width: 180px;
}

.sidebar-container.sidebar-collapsed .sidebar-logo-img {
    opacity: 0;
    width: 0;
}

.sidebar-toggle-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle-btn:hover {
    background-color: #e0e0e0;
    transform: scale(1.05);
}

.sidebar-main-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-nav {
    flex-grow: 1;
    padding: 20px;
    padding-bottom: 0;
}

.sidebar-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 16px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 48px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.sidebar-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.sidebar-nav-link:hover::before {
    left: 100%;
}

.sidebar-nav-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.sidebar-nav-link:hover .sidebar-nav-icon {
    transform: scale(1.1);
}

.sidebar-nav-link.active {
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateX(4px);
}

.sidebar-nav-link.active .sidebar-nav-icon {
    filter: brightness(0) invert(1);
}

.sidebar-container.sidebar-collapsed .sidebar-nav-link {
    padding: 14px 10px;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    min-height: 48px;
}

.sidebar-container.sidebar-collapsed .sidebar-nav-link span,
.sidebar-container.sidebar-collapsed .sidebar-nav-link:not(i) {
    display: none;
}

.sidebar-nav-link:hover {
    background-color: #f0f8ff;
    color: #000;
    transform: translateX(4px);
}

.sidebar-nav-link i {
    width: 24px;
    text-align: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.sidebar-nav-link:hover i {
    transform: scale(1.1);
}

.sidebar-profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-top: 1px solid #eee;
    transition: all 0.3s ease;
    min-height: 80px;
    flex-shrink: 0;
    background: #fafafa;
}

.sidebar-container.sidebar-collapsed .sidebar-profile-section {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    justify-content: center;
    padding: 15px 10px;
}

.sidebar-profile-pic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sidebar-profile-pic:hover {
    border-color: #ffa31a;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sidebar-profile-info {
    flex-grow: 1;
    overflow: hidden;
}

.sidebar-profile-info span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-container.sidebar-collapsed .sidebar-profile-info {
    display: none;
}

.sidebar-auth-section {
    padding: 20px;
    border-top: 1px solid #eee;
    flex-shrink: 0;
}

.sidebar-auth-link {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
}

.sidebar-auth-link:hover {
    background-color: #f0f0f0;
    border-color: #ddd;
    transform: translateY(-2px);
}

.sidebar-login-btn {
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    padding: 14px 16px;
    border-radius: 25px;
    text-align: center;
    display: block;
    margin: 10px 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-login-btn:hover {
    background: linear-gradient(135deg, #333, #555);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.sidebar-login-btn i {
    margin-right: 8px;
    transition: margin 0.3s ease;
}

.sidebar-container.sidebar-collapsed .sidebar-login-btn {
    padding: 14px 10px;
    text-align: center;
}

.sidebar-container.sidebar-collapsed .sidebar-login-btn i {
    margin-right: 0;
}

.sidebar-container.sidebar-collapsed .sidebar-login-btn span,
.sidebar-container.sidebar-collapsed .sidebar-auth-link span {
    display: none;
}

.sidebar-container.sidebar-collapsed .sidebar-auth-section {
    padding: 15px 10px;
}

.sidebar-container.sidebar-collapsed .sidebar-logout-section {
    padding: 15px 10px;
}

.sidebar-logout-section {
    padding: 20px;
    flex-shrink: 0;
}

.page-main-content {
    margin-left: 280px;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px;
    min-height: 100vh;
    background-color: #F2F2F2;
}

.page-main-content.sidebar-collapsed {
    margin-left: 70px;
}

.sidebar-hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    background: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #333;
    transition: all 0.3s ease;
    min-width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.sidebar-hamburger:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

/* Sidebar Responsive Design */
@media (max-width: 1024px) {
    .sidebar-container {
        width: 260px;
    }

    .page-main-content {
        margin-left: 260px;
    }

    .page-main-content.sidebar-collapsed {
        margin-left: 70px;
    }
}

@media (min-width: 992px) {
    .sidebar-hamburger {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sidebar-container {
        transform: translateX(-100%);
        width: 300px;
    }

    .sidebar-container.sidebar-active {
        transform: translateX(0);
    }

    .sidebar-container.sidebar-collapsed {
        transform: translateX(-100%);
        width: 300px;
    }

    .sidebar-overlay.active {
        display: block;
    }

    .page-main-content {
        margin-left: 0;
        padding: 80px 20px 20px 20px;
    }

    .page-main-content.sidebar-collapsed {
        margin-left: 0;
    }

    .sidebar-hamburger {
        display: flex;
    }

    .sidebar-toggle-btn {
        display: none;
    }

    .sidebar-nav {
        padding: 20px;
    }

    .sidebar-header {
        padding: 15px 20px;
    }

    .sidebar-profile-section {
        padding: 15px 20px;
    }

    .sidebar-auth-section,
    .sidebar-logout-section {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .sidebar-container {
        width: 100%;
        max-width: 320px;
    }

    .page-main-content {
        padding: 80px 15px 20px 15px;
    }

    .sidebar-hamburger {
        top: 15px;
        right: 15px;
        padding: 10px;
        width: 10px !important;
        height: 44px;
    }

    .sidebar-nav-link {
        padding: 16px 20px;
        font-size: 16px;
    }

    .sidebar-nav-icon {
        width: 26px;
        height: 26px;
    }

    .sidebar-profile-pic {
        width: 50px;
        height: 50px;
    }

    .sidebar-profile-info span {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .sidebar-container {
        width: 100%;
    }

    .page-main-content {
        padding: 70px 10px 20px 10px;
    }

    .sidebar-hamburger {
        top: 10px;
        left: 10px;
    }

    .sidebar-nav {
        padding: 15px;
    }

    .sidebar-header {
        padding: 12px 15px;
    }

    .sidebar-profile-section {
        padding: 12px 15px;
    }

    .sidebar-auth-section,
    .sidebar-logout-section {
        padding: 12px 15px;
    }
}

/* Sidebar Accessibility improvements */
.sidebar-nav-link:focus,
.sidebar-toggle-btn:focus,
.sidebar-hamburger:focus {
    outline: 2px solid #ffa31a;
    outline-offset: 2px;
}

.sidebar-main-content {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.sidebar-main-content::-webkit-scrollbar {
    width: 6px;
}

.sidebar-main-content::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-main-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.sidebar-main-content::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .sidebar-nav-link {
        min-height: 56px;
        padding: 16px 20px;
    }

    .sidebar-toggle-btn,
    .sidebar-hamburger {
        min-width: 48px;
        height: 48px;
    }

    .sidebar-profile-pic {
        width: 50px;
        height: 50px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .sidebar-container {
        border-right: 2px solid #000;
    }

    .sidebar-nav-link.active {
        background: #000;
        border: 2px solid #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .sidebar-container,
    .sidebar-nav-link,
    .sidebar-toggle-btn,
    .sidebar-hamburger,
    .sidebar-profile-pic,
    .sidebar-login-btn {
        transition: none;
    }
}

/* Sidebar styles moved from includes/sidebar.php */

/* Sidebar Container */
.sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-container.sidebar-collapsed {
    width: 70px;
    transform: translateX(0);
}

/* Sidebar Header */
.sidebar-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    min-height: 70px;
    flex-shrink: 0;
}

.sidebar-logo-img {
    max-height: 45px;
    width: auto;
}

.sidebar-toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: transform 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle-btn i {
    font-size: 16px;
}

.sidebar-toggle-btn:hover {
    transform: scale(1.05);
}

/* Sidebar Main Content */
.sidebar-main-content {
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sidebar-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.sidebar-nav-link .sidebar-nav-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.sidebar-nav-link .sidebar-nav-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-nav-link.active {
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateX(4px);
}

.sidebar-nav-link.active .sidebar-nav-icon {
    filter: brightness(0) invert(1);
}

.sidebar-container.sidebar-collapsed .sidebar-nav-link {
    padding: 14px 10px;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    min-height: 48px;
}

.sidebar-container.sidebar-collapsed .sidebar-nav-link span,
.sidebar-container.sidebar-collapsed .sidebar-nav-link:not(i) {
    display: none;
}

.sidebar-nav-link:hover {
    background-color: #f0f8ff;
    color: #000;
    transform: translateX(4px);
}

.sidebar-nav-link i {
    width: 24px;
    text-align: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.sidebar-nav-link:hover i {
    transform: scale(1.1);
}

/* Profile Section */
.sidebar-profile-section {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-top: 1px solid #eee;
    transition: all 0.3s ease;
    min-height: 80px;
    flex-shrink: 0;
    background: #fafafa;
}

.sidebar-container.sidebar-collapsed .sidebar-profile-section {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    justify-content: center;
    padding: 15px 10px;
}

.sidebar-profile-pic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sidebar-profile-pic:hover {
    border-color: #ffa31a;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sidebar-profile-info {
    flex-grow: 1;
    overflow: hidden;
}

.sidebar-profile-info span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-container.sidebar-collapsed .sidebar-profile-info {
    display: none;
}

/* Auth Section */

@media (prefers-reduced-motion: reduce) {
    .sidebar-container,
    .sidebar-nav-link,
    .sidebar-toggle-btn,
    .sidebar-hamburger,
    .sidebar-profile-pic,
    .sidebar-login-btn {
        transition: none;
    }
}