/* Clean Mobile Menu Styles */
.mobile-dropdown {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-dropdown.active {
    max-height: 500px;
}

.mobile-dropdown-content {
    padding: 20px;
}

.mobile-dropdown-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
}

.mobile-dropdown-links a {
    text-decoration: none;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: color 0.3s ease;
}

.mobile-dropdown-links a:hover {
    color: #374151;
}

.mobile-dropdown-actions {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-action-link {
    text-decoration: none;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.mobile-action-link:hover {
    color: #374151;
}

.mobile-user-menu {
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
}

.mobile-user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.mobile-user-info:hover {
    color: #374151;
}

.mobile-user-dropdown {
    background: #f9fafb;
    border-radius: 6px;
    margin-top: 8px;
    border: 1px solid #e5e7eb;
}

.mobile-dropdown-item {
    padding: 10px 16px;
    color: #374151;
    cursor: pointer;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

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

.mobile-dropdown-item:hover {
    background-color: #f3f4f6;
    color: #800000;
}

.mobile-dropdown-item.logout-item {
    color: #dc2626;
}

.mobile-dropdown-item.logout-item:hover {
    background-color: #fef2f2;
    color: #dc2626;
}

.mobile-cart-count {
    color: #800000;
    font-weight: 600;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-btn:hover {
    color: #8B0000;
}

/* Mobile Navigation Links */
.mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.mobile-nav-links a {
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s;
}

.mobile-nav-links a:hover {
    background-color: transparent;
    color: #374151;
}

.mobile-cart-section {
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-cart-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.mobile-cart-link i {
    margin-right: 0.5rem;
}

.mobile-action-buttons {
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.5rem;
}

.mobile-action-buttons .btn {
    flex: 1;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.9rem;
    background: transparent;
    border: 1px solid #8B0000;
    color: #8B0000;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.mobile-action-buttons .btn:hover {
    background: #8B0000;
    color: white;
}

/* Prevent horizontal overflow */
html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .nav-right {
        display: none;
    }

    .nav-left {
        justify-content: space-between;
        width: 100%;
    }

    .mobile-menu-btn {
        display: block;
    }

    /* Pricing section centering */
    .pricing-section {
        text-align: center;
        padding: 2rem 1rem;
    }

    .pricing-carousel {
        overflow-x: auto;
        padding: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .pricing-track {
        display: flex;
        gap: 1rem;
        justify-content: center;
        padding: 0 1rem;
    }

    .pricing-card {
        min-width: 280px;
        max-width: 300px;
        flex-shrink: 0;
        margin: 0;
    }

    /* Search bars and filter controls specific fixes */
    .virtual-exhibitions-controls,
    .search-filters {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .ve-search-form,
    .market-search-form {
        width: 100%;
        position: relative;
        margin-bottom: 0.5rem;
    }

    .ve-search-form input,
    .market-search-form input {
        width: 100%;
        padding: 0.75rem 2.5rem 0.75rem 1rem;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .ve-filter-btn {
        display: none;
    }

    /* Exhibition and Marketplace card grids mobile fix */
    .virtual-exhibitions-gallery,
    .product-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .ve-card,
    .product-item {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    /* Fix search section containers overflow */
    .virtual-exhibitions-controls,
    .search-filters {
        margin: 0 0 1.5rem 0;
        padding: 0.5rem;
        width: calc(100% - 1rem);
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
    }

    .search-row {
        width: 100%;
        margin-bottom: 0.5rem;
        padding: 0;
    }

    .ve-search-form,
    .market-search-form {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .ve-search-form input,
    .market-search-form input {
        width: 100%;
        padding: 0.5rem;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box;
        margin: 0;
    }

    .filters-row {
        display: flex;
        gap: 0.25rem;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ve-select {
        flex: 1;
        padding: 0.5rem;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box;
        margin: 0;
    }

    /* About and Support hero sections mobile text wrapping */
    .about-page-hero p,
    .support-hero p {
        word-wrap: break-word;
        hyphens: auto;
        line-height: 1.4;
        max-width: 100%;
    }

    /* Text and content fixes */
    .exhibition-header,
    .marketplace-header,
    .about-hero,
    .support-hero,
    .events-page-hero {
        padding: 2rem 1rem;
        text-align: center;
    }

    .exhibition-header h1,
    .marketplace-header h1,
    .about-hero h1,
    .support-hero h1,
    .events-page-hero h1 {
        font-size: 2rem;
        word-wrap: break-word;
    }

    /* About grid mobile - single column */
    .about-content .about-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    /* Filter controls */
    .search-filters,
    .filter-controls {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem;
    }

    .ve-select,
    .filter-controls select {
        min-width: 120px;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* FAQ section mobile styles */
    .faq-hero {
        padding: 2rem 1rem;
    }

    .faq-hero h1 {
        font-size: 2rem;
    }

    .faq-container {
        padding: 0 1rem;
    }

    .faq-question {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .faq-answer p {
        padding: 1rem 1.5rem;
    }

    .faq-contact {
        margin: 2rem 1rem 0;
        padding: 2rem 1rem;
    }

    /* Contact page mobile styles */
    .contact-hero {
        padding: 2rem 1rem;
    }

    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-info {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 1rem;
    }

    .contact-info-item {
        padding: 1.5rem;
    }

    .contact-form {
        margin: 2rem 1rem;
        padding: 3rem 1.5rem;
        border-radius: 15px;
    }

    .contact-form h2 {
        font-size: 2rem;
    }
}

/* Enhanced Desktop Styling for Large Screens */
@media (min-width: 769px) {
    .mobile-dropdown {
        display: none;
    }

    /* Enhanced Navigation Hover Effects */
    .nav-links a {
        position: relative;
        transition: none;
    }

    .nav-links a:hover::before {
        width: 0;
    }

    .nav-links a:hover {
        color: #4b5563;
        background: none;
        transform: none;
    }

    /* Hero Sections - No Gap with Navigation */
    .about-hero,
    .support-hero,
    .faq-hero,
    .contact-hero,
    .exhibition-header,
    .marketplace-header {
        margin-top: 0;
        padding-top: 4rem;
        position: relative;
    }

    .about-hero::before,
    .support-hero::before,
    .faq-hero::before,
    .contact-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(135deg, #800000 0%, #a00000 50%, #c00000 100%);
        z-index: -1;
    }

    /* Enhanced About Grid with Icons */
    .about-content .about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        max-width: 1000px;
        margin: 0 auto;
        padding: 3rem 2rem;
    }

    .about-grid .about-card {
        background: white;
        padding: 2.5rem;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
    }

    .about-grid .about-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #800000, #ff6b35);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

    .about-grid .about-card:hover::before {
        transform: scaleX(1);
    }

    .about-grid .about-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 60px rgba(128, 0, 0, 0.2);
    }

    /* Enhanced Support Grid with Icons */
    .support-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
        max-width: 1000px;
        margin: 0 auto;
        padding: 3rem 2rem;
    }

    .support-card {
        background: white;
        padding: 2.5rem;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        text-align: center;
        overflow: hidden;
    }

    .support-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(128, 0, 0, 0.05) 0%, transparent 70%);
        transform: scale(0);
        transition: transform 0.6s ease;
    }

    .support-card:hover::before {
        transform: scale(1);
    }

    .support-card:hover {
        transform: translateY(-15px) rotate(1deg);
        box-shadow: 0 25px 70px rgba(128, 0, 0, 0.15);
    }

    .support-card h3::before {
        content: '\f059';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        display: block;
        font-size: 2.5rem;
        color: #800000;
        margin-bottom: 1rem;
        transition: transform 0.3s ease;
    }

    .support-card:nth-child(1) h3::before {
        content: '\f059';
    }

    .support-card:nth-child(2) h3::before {
        content: '\f02d';
    }

    .support-card:nth-child(3) h3::before {
        content: '\f086';
    }

    .support-card:nth-child(4) h3::before {
        content: '\f0e0';
    }

    .support-card:hover h3::before {
        transform: scale(1.2) rotate(10deg);
    }

    /* Enhanced FAQ Items */
    .faq-item {
        background: white;
        border-radius: 16px;
        margin-bottom: 1.5rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: 1px solid rgba(128, 0, 0, 0.1);
    }

    .faq-item:hover {
        box-shadow: 0 15px 50px rgba(128, 0, 0, 0.15);
        transform: translateY(-5px);
        border-color: rgba(128, 0, 0, 0.3);
    }

    .faq-question {
        padding: 2rem 2.5rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 1.2rem;
        color: #333;
        transition: all 0.3s ease;
        position: relative;
    }

    .faq-question::before {
        content: '\f128';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: #800000;
        margin-right: 1rem;
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    .faq-question:hover::before {
        transform: scale(1.2);
    }

    /* Enhanced Contact Info Cards */
    .contact-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
        max-width: 1200px;
        margin: 0 auto 4rem;
        padding: 0 2rem;
    }

    .contact-info-item {
        background: white;
        padding: 3rem 2rem;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
    }

    .contact-info-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(128, 0, 0, 0.05), transparent);
        transition: left 0.6s ease;
    }

    .contact-info-item:hover::before {
        left: 100%;
    }

    .contact-info-item:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 20px 60px rgba(128, 0, 0, 0.2);
    }

    .contact-info-item i {
        font-size: 3rem;
        color: white;
        background: linear-gradient(135deg, #800000, #a00000);
        padding: 1.5rem;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
        box-shadow: 0 8px 25px rgba(128, 0, 0, 0.3);
    }

    .contact-info-item:hover i {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 12px 35px rgba(128, 0, 0, 0.4);
    }

    /* Enhanced Button Animations */
    .btn {
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.6s ease;
    }

    .btn:hover::before {
        width: 300px;
        height: 300px;
    }

    .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
}

/* Contact Form Styling */
.contact-form {
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    padding: 4rem 2rem;
    margin: 3rem auto;
    max-width: 800px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(128, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

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

.contact-form h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

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

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.contact-form button[type="submit"] {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ffcc02 100%);
    color: white;
    border: none;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 2rem auto 0;
    text-transform: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.contact-form button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.contact-form button[type="submit"]:hover::before {
    left: 100%;
}

.contact-form button[type="submit"]:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
    background: linear-gradient(135deg, #ff7849 0%, #fa9f32 50%, #ffdb16 100%);
}

.contact-form button[type="submit"] i {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.contact-form button[type="submit"]:hover i {
    transform: translateX(3px);
}

/* Hero Sections Touch Navigation Bar - All Pages */
.about-page-hero,
.about-hero,
.support-hero,
.faq-hero,
.contact-hero,
.exhibition-header,
.marketplace-header,
.virtual-exhibitions-hero,
.events-page-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.about-content,
.faq-section,
.contact-section,
.virtual-exhibitions,
.marketplace-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Exhibition Page Hero */
.virtual-exhibitions-hero {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    margin-bottom: 3rem;
    margin-top: 0;
}

.virtual-exhibitions-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.virtual-exhibitions-hero h1::before {
    content: '\f5da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 1rem;
    color: #ffcc02;
}

.virtual-exhibitions-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

/* Marketplace Page Hero */
.marketplace-header {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    margin-bottom: 3rem;
    margin-top: 0;
}

.marketplace-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.marketplace-header h1::before {
    content: '\f07a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 1rem;
    color: #ffcc02;
}

.marketplace-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

/* About Page Hero Styling */
.about-page-hero {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    margin-bottom: 3rem;
    margin-top: 0;
}

.about-page-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.about-page-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

/* FAQ Section Styling */
.faq-section {
    padding: 0;
    background: #f8f9fa;
}

.faq-hero {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    margin-bottom: 3rem;
    margin-top: 0;
}

.faq-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.faq-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

/* Contact Page Styling */
.contact-section {
    padding: 0;
    background: #f8f9fa;
}

.contact-hero {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    margin-bottom: 3rem;
    margin-top: 0;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.contact-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.faq-question:hover {
    background: #f8f9fa;
    color: #800000;
}

.faq-arrow {
    transition: transform 0.3s ease;
    color: #800000;
    font-size: 1rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 1.5rem 2rem;
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

.faq-item.active .faq-question {
    background: #f8f9fa;
    color: #800000;
    border-bottom: 1px solid #e0e0e0;
}

.faq-contact {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 20px;
    margin: 3rem auto 0;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-contact h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.faq-contact p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .faq-hero {
        padding: 2rem 1rem;
    }

    .faq-hero h1 {
        font-size: 2rem;
    }

    .faq-container {
        padding: 0 1rem;
    }

    .faq-question {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .faq-answer p {
        padding: 1rem 1.5rem;
    }

    .faq-contact {
        margin: 2rem 1rem 0;
        padding: 2rem 1rem;
    }
}

/* Contact Page Styling */
.contact-section {
    padding: 0;
    background: #f8f9fa;
}

.contact-hero {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #800000 0%, #a00000 100%);
    color: white;
    margin-bottom: 3rem;
    margin-top: 0;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: white;
}

.contact-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: white;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

.contact-info-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: transform 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
}

.contact-info-item i {
    font-size: 2rem;
    color: #800000;
    background: rgba(128, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-item h3 {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.3rem;
}

.contact-info-item p {
    margin: 0;
    color: #666;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 2rem 1rem;
    }

    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-info {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 1rem;
    }

    .contact-info-item {
        padding: 1.5rem;
    }
}

/* Enhanced Hero Section Text Styling */
.hero-content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 600px;
    z-index: 2;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    max-width: 500px;
}

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.4;
}

@media (max-width: 768px) {
    .hero-content {
        left: 3%;
        max-width: 90%;
    }

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

    .hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .contact-form {
        margin: 2rem 1rem;
        padding: 3rem 1.5rem;
        border-radius: 15px;
    }

    .contact-form h2 {
        font-size: 2rem;
    }
}

/* Cart Notification */
.cart-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    z-index: 1000;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
    font-weight: 500;
}

.cart-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.cart-notification::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 0.5rem;
}