/* Persian Font */
/*@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap');*/

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazir.woff2') format('woff2'); /* یا هر فرمت دیگه‌ای که دانلود کردید */
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #fff;
    color: #333;
}

/* ========== HEADER / NAVBAR ========== */
.navbar {
    background-color: #fff !important;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    width: 100%;
    overflow-x: hidden;
}

.navbar .container-fluid {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Right Side: Logo (در RTL سمت راست) */
.navbar-brand-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
}

.site-logos-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.site-logos-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.site-logos {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.site-logo-circle {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #333;
    flex-shrink: 0;
}

.site-logo-text {
    height: 70px;
    width: auto;
    max-width: 350px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Center: Search Bar */
.navbar-search {
    flex: 1 1 auto;
    min-width: 200px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 0.7rem 3.5rem 0.7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-color: #fff;
    font-size: 0.9rem;
    outline: none;
    color: #666;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #999;
}

.search-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    filter: brightness(0);
}

/* Left Side: Login and Track Order (در RTL سمت چپ) */
.navbar-left-items {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: auto;
}

.nav-link-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666 !important;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.5rem 0;
    transition: color 0.3s;
    background: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.nav-link-item:hover {
    color: #333 !important;
}

.nav-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(40%);
    opacity: 0.7;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .navbar-search {
        max-width: 500px;
    }
    
    .site-logo-circle {
        height: 40px;
        width: 40px;
    }
    
    .site-logo-text {
        height: 65px;
        max-width: 320px;
    }
    
    .navbar-left-items {
        gap: 1.2rem;
    }
    
    .nav-link-item {
        font-size: 0.85rem;
    }
}

@media (max-width: 991.98px) {
    .navbar .container-fluid {
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    
    .navbar-brand-section {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
    
    .navbar-search {
        width: 100%;
        max-width: 100%;
        margin: 0;
        order: 2;
    }
    
    .navbar-left-items {
        width: 100%;
        justify-content: center;
        gap: 1rem;
        order: 3;
        margin-right: 0;
    }
    
    .site-logo-circle {
        height: 35px;
        width: 35px;
    }
    
    .site-logo-text {
        height: 50px;
        max-width: 200px;
    }
}

/* Mobile Menu */
.navbar-toggler {
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ========== FOOTER ========== */
footer {
    background-color: #f5f5f5;
    margin-top: 4rem;
}

.footer-main {
    padding: 3rem 0 2rem;
    background-color: #fff;
}

.footer-about {
    padding: 0 1rem;
}

/* Desktop: Three columns - Bootstrap col-md-4 should handle this */
@media (min-width: 768px) {
    .footer-main .row {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    
    .footer-about.col-md-4,
    .footer-quick-access.col-md-4,
    .footer-licenses.col-md-4 {
        display: block !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

.footer-logo-section {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-logo-circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #333;
    flex-shrink: 0;
}

.footer-logo {
    height: 120px;
    width: auto;
    max-width: 350px;
    object-fit: contain;
}

.footer-slogan {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.footer-text {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: justify;
}

.footer-quick-access {
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .footer-quick-access {
        text-align: center;
    }
    
    .footer-quick-access .footer-links {
        display: inline-block;
        text-align: right;
    }
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.link-bullet {
    color: #95a5a6;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #2c3e50;
}

.footer-licenses {
    padding: 0 1rem;
}

.licenses-wrapper {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.license-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.license-img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* Footer Bottom Bar - Social Media */
.footer-bottom {
    background-color: #2c3e50;
    padding: 1rem 0;
    width: 100%;
}

.footer-bottom .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .footer-bottom {
        padding: 1rem 0;
    }
    
    .footer-bottom .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.social-icon {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
}

.social-icon:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}

/* ========== FULL WIDTH BANNER ========== */
.full-width-banner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ========== POPULAR CATEGORIES ========== */
.popular-categories-section {
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.categories-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2.5rem;
}

.categories-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.category-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-item:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: inherit;
}

.category-icon-wrapper {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #ffffff;
}

.category-icon {
    width: 100px;
    height: 100px;
    /*filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(7471%) hue-rotate(347deg) brightness(91%) contrast(89%);*/
}

.category-name {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.category-count {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin: 0;
}

/* ========== EVENTS & NEWS SECTION ========== */
.events-news-section {
    padding: 0;
    background-color: #fff;
}

.events-news-section .container-fluid {
    padding: 0;
}

.events-news-section .row {
    margin: 0;
}

@media (min-width: 768px) {
    .events-news-section .row {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    
    .events-column.col-md-6,
    .news-column.col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        display: block !important;
    }
}

.events-column,
.news-column {
    padding: 3rem 2rem;
}

.events-column {
    border-left: 1px solid #e9ecef;
}

.news-column {
    border-right: 1px solid #e9ecef;
}

.column-wrapper {
    max-width: 600px;
    margin: 0 auto;
    text-align: right;
}

@media (max-width: 767.98px) {
    .events-column,
    .news-column {
        padding: 2rem 1rem;
        border: none;
        border-bottom: 1px solid #e9ecef;
    }
    
    .news-column {
        border-bottom: none;
    }
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.section-heading {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-heading i {
    color: #e74c3c;
    font-size: 1.1rem;
}

.view-all-link {
    color: #3498db;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s;
}

.view-all-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

.event-news-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.event-news-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.item-thumbnail {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}

.item-content {
    padding: 1rem;
}

.item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.item-description {
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.item-link {
    color: #3498db;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.item-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* ========== AUTH PAGES ========== */
.auth-page-wrapper {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background-color: #f5f5f5;
}

.auth-container {
    width: 100%;
    max-width: 450px;
}

.auth-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.auth-tabs-container {
    display: flex;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.auth-tab {
    flex: 1;
    padding: 1.25rem 1.5rem;
    text-align: center;
    text-decoration: none;
    color: #6c757d;
    background-color: #f8f9fa;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.auth-tab.active {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

.auth-tab:not(.active):hover {
    background-color: #e9ecef;
    color: #333;
}

.auth-form-container {
    padding: 2.5rem;
}

.form-field {
    margin-bottom: 1.5rem;
}

.field-label {
    display: block;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    direction: rtl;
}

.form-input {
    width: 100%;
    padding: 0.875rem 3rem 0.875rem 1rem;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
    direction: rtl;
}

.form-input:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.input-icon-wrapper {
    position: absolute;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.field-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(40%);
    opacity: 0.7;
}

.bi-person.field-icon {
    font-size: 20px;
    color: #6c757d;
    opacity: 0.7;
}

.auth-submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.auth-submit-btn:hover {
    background-color: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.auth-submit-btn:active {
    transform: translateY(0);
}

.auth-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.auth-buttons-container .auth-submit-btn {
    margin-top: 0;
}

/* ========== VERIFY LOGIN PAGE ========== */
.verify-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.verify-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.verify-icon {
    font-size: 2.5rem;
    color: #fff;
}

.verify-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.verify-description {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

.phone-highlight {
    color: #28a745;
    font-weight: 600;
    font-size: 1.1rem;
}

.otp-input-wrapper {
    position: relative;
    margin-bottom: 0.5rem;
}

.otp-input {
    width: 100%;
    padding: 1.25rem 3.5rem 1.25rem 1.25rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1rem;
    border: 2px solid #ddd;
    border-radius: 12px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    font-family: 'Courier New', monospace;
}

.otp-input:focus {
    outline: none;
    border-color: #28a745;
    background: #fff;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.15);
    transform: scale(1.02);
}

.otp-input::placeholder {
    letter-spacing: 0.5rem;
    color: #adb5bd;
    font-weight: 400;
}

.otp-icon {
    right: 1.25rem;
    font-size: 1.5rem;
    color: #28a745;
    opacity: 0.6;
}

.otp-hint {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
    text-align: center;
    margin-bottom: 0;
}

.back-to-login-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
}

.back-to-login-link:hover {
    color: #495057;
    background: #e9ecef;
    border-color: #dee2e6;
    text-decoration: none;
}

.back-to-login-link i {
    font-size: 1rem;
}

/* Responsive for Verify Login */
@media (max-width: 768px) {
    .verify-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .verify-icon {
        font-size: 2rem;
    }
    
    .verify-title {
        font-size: 1.5rem;
    }
    
    .otp-input {
        font-size: 1.75rem;
        letter-spacing: 0.75rem;
        padding: 1rem 3rem 1rem 1rem;
    }
    
    .otp-input::placeholder {
        letter-spacing: 0.4rem;
    }
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-left: none;
}

.input-group .form-control {
    border-left: none;
}

.btn-primary, .btn-success {
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover, .btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* ========== SEAT SELECTION ========== */
.seat-selection-container {
    background-color: #1a1a1a;
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
    color: #fff;
}

.seat-grid-container {
    background-color: #2c3e50;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.stage-indicator {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    padding: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.seat-grid {
    display: grid;
    gap: 8px;
    margin: 20px 0;
    justify-content: center;
}

.seat {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    border: 2px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 12px;
    font-weight: 600;
}

.seat.available {
    background-color: #fff;
    color: #000;
    border-color: #ddd;
}

.seat.available:hover {
    background-color: #3498db;
    color: #fff;
    border-color: #3498db;
    transform: scale(1.1);
}

.seat.selected {
    background-color: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.seat.sold {
    background-color: #95a5a6;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.6;
}

.seat.reserved {
    background-color: #f39c12;
    color: #fff;
    cursor: not-allowed;
}

.seat.not-purchasable {
    background-color: #34495e;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.5;
}

.seat-legend {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
    flex-wrap: wrap;
    padding: 1.5rem;
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

/* ========== CHECKOUT ========== */
.checkout-container {
    background-color: #f8f9fa;
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
}

.checkout-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}

.payment-method {
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-method:hover {
    border-color: #3498db;
    background-color: #f8f9fa;
}

.payment-method input[type="radio"]:checked + label {
    color: #3498db;
    font-weight: 600;
}

/* ========== TICKET ========== */
.ticket-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 2rem;
    max-width: 800px;
    margin: 2rem auto;
}

.ticket-header {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.barcode {
    font-family: 'Courier New', monospace;
    font-size: 28px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 1rem 0;
    border: 2px solid #dee2e6;
}

/* ========== EVENTS & NEWS PAGES ========== */
.page-header {
    background: linear-gradient(135deg, #05929c 0%, #f46600 100%);
    color: #fff;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
}

.page-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    text-align: center;
    margin: 0;
}

/* Events Filter */
.events-filter-section {
    margin-bottom: 3rem;
}

.filter-tabs {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.filter-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-tab:hover {
    background: #e9ecef;
    color: #333;
    text-decoration: none;
}

.filter-tab.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.filter-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(40%);
}

.filter-tab.active .filter-icon {
    filter: brightness(0) saturate(100%) invert(100%);
}

/* Events Grid */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.event-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image {
    transform: scale(1.05);
}

.event-type-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.badge-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(100%);
}

.event-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.event-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.event-description {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex: 1;
}

.event-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #495057;
}

.detail-icon {
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(30%);
}

.event-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #e8f5e9;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.price-label {
    font-size: 0.9rem;
    color: #000000;
}

.price-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a745;
}

.event-action-btn {
    display: block;
    width: 100%;
    padding: 0.875rem;
    background: #28a745;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.event-action-btn:hover {
    background: #218838;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.news-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;

    /*overflow: hidden;*/

}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image {
    transform: scale(1.05);
}

.news-date-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
}

.date-day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    display: block;
    font-size: 0.85rem;
    opacity: 0.9;
    margin-top: 0.25rem;
}

.news-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.news-excerpt {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    flex: 1;
}

.news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.news-publish-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.news-read-more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #28a745;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.news-read-more:hover {
    color: #218838;
    text-decoration: none;
    gap: 0.75rem;
}

/* Event Details Page */
.event-details-page {
    padding: 2rem 0 4rem;
}

.event-details-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
}

.event-hero-image {
    width: 100%;
    /*height: 400px;*/
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.event-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-info-section {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.event-header {
    margin-bottom: 2rem;
}

.event-type-label {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.event-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.event-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 2rem;
}

.event-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.event-detail-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.detail-icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
}

.detail-icon-wrapper img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(30%);
}

.detail-content {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Event Sidebar */
.event-sidebar {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.ticket-purchase-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.ticket-price-section {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #05929c 0%, #f46600 100%);
    border-radius: 8px;
    margin-bottom: 2rem;
}

.price-label {
    display: block;
    color: #000000;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.price-amount {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.purchase-btn {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #f46600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

    .purchase-btn:hover {
        background: #f46600d1;
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

.login-prompt {
    text-align: center;
    margin-bottom: 2rem;
}

.login-prompt p {
    color: #6c757d;
    margin-bottom: 1rem;
}

.login-btn {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #28a745;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background: #218838;
    color: #fff;
    text-decoration: none;
}

.ticket-info {
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2c3e50;
}

.info-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(30%);
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    padding: 0.5rem 0;
    padding-right: 1.5rem;
    color: #6c757d;
    font-size: 0.9rem;
    position: relative;
}

.info-list li:before {
    content: "•";
    position: absolute;
    right: 0;
    color: #28a745;
    font-weight: 700;
}

/* News Details Page */
.news-details-page {
    padding: 2rem 0 4rem;
}

.news-details-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.news-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.news-breadcrumb a {
    color: #28a745;
    text-decoration: none;
}

.news-breadcrumb a:hover {
    text-decoration: underline;
}

.news-article {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.news-header {
    padding: 2rem 2rem 1rem;
}

.news-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.news-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.95rem;
}

.news-image {
    width: 100%;
    /*height: 400px;*/
    object-fit: cover;
}

.news-content {
    padding: 2rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #495057;
}

.news-content p {
    margin-bottom: 1.5rem;
}

.news-footer {
    padding: 0 2rem 2rem;
}

.back-to-news-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back-to-news-btn:hover {
    background: #e9ecef;
    color: #2c3e50;
    text-decoration: none;
    gap: 0.75rem;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.empty-icon {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.empty-state p {
    color: #6c757d;
    font-size: 1rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px) {
    .navbar .container-fluid {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .navbar-brand-section {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .navbar-search {
        order: 2;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .navbar-left-items {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .navbar-toggler {
        order: 4;
        margin-right: auto;
    }

    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-content {
        padding: 2rem 1.5rem;
        min-height: 400px;
    }
    
    .hero-image-container {
        height: 400px;
    }
    
    .categories-grid {
        gap: 1.5rem;
    }
    
    .category-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .category-icon {
        width: 75px;
        height: 75px;
    }
    
    .item-thumbnail {
        height: 120px;
    }
    
    .seat {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }

    .footer-main {
        padding: 2rem 0 1rem;
    }

    .footer-main .row {
        flex-direction: column;
    }

    .footer-about,
    .footer-quick-access,
    .footer-licenses {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 2rem;
        text-align: center;
    }

    .footer-logo-section {
        display: flex;
        justify-content: center;
    }

    .licenses-wrapper {
        justify-content: center;
    }

    .footer-links {
        display: inline-block;
        text-align: right;
    }
    
    /* Events & News Responsive */
    .events-grid,
    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .event-details-wrapper {
        grid-template-columns: 1fr;
    }
    
    .event-sidebar {
        position: static;
    }
    
    .event-details-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-tabs {
        padding: 1rem;
        gap: 0.75rem;
    }
    
    .filter-tab {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .news-details-wrapper {
        padding: 0 1rem;
    }
    
    .news-title {
        font-size: 1.75rem;
    }
    
    .news-image {
        height: 250px;
    }
    
    /* About & Contact Responsive */
    .about-sections {
        grid-template-columns: 1fr;
    }
    
    .contact-wrapper {
        flex-direction: column;
    }
    
    .contact-info-section {
        grid-template-columns: 1fr;
    }
}

/* ========== ABOUT PAGE ========== */
.about-page {
    padding: 0 0 4rem;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-intro {
    text-align: center;
    padding: 3rem 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
}

.about-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-logo-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #333;
}

.about-logo-text {
    height: 90px;
    width: auto;
    max-width: 400px;
    object-fit: contain;
}

.about-slogan {
    font-size: 1.5rem;
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-style: italic;
}

.about-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.about-section {
    background: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.about-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.section-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f466002e 0%, #f46600 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #fff;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
}

.section-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #495057;
    text-align: center;
    margin: 0;
}

.goals-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.goals-list li {
    padding: 0.75rem 0;
    padding-right: 2rem;
    color: #495057;
    font-size: 1.05rem;
    line-height: 1.8;
    position: relative;
}

.goals-list li:before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #28a745;
    font-weight: 700;
    font-size: 1.2rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-item:hover {
    background: #e9ecef;
    transform: translateX(-5px);
}

.service-item i {
    font-size: 1.5rem;
    color: #667eea;
}

.service-item span {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 500;
}

/* ========== CONTACT PAGE ========== */
.contact-page {
    padding: 0 0 4rem;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #fff;
}

.contact-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.contact-text {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #28a745;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 6px;
}

.contact-link:hover {
    background: #f8f9fa;
    color: #218838;
    text-decoration: none;
    gap: 1rem;
}

.contact-link i {
    font-size: 1.1rem;
}

.contact-address {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #495057;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.5rem;
}

.contact-address i {
    color: #667eea;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.working-hours {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.hours-item .day {
    font-weight: 500;
    color: #2c3e50;
}

.hours-item .time {
    color: #28a745;
    font-weight: 600;
}

.contact-form-section {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.contact-form-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.contact-form-card .form-field {
    margin-bottom: 1.5rem;
}

.contact-form-card .field-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-form-card .field-label i {
    color: #667eea;
}

.contact-form-card .form-input,
.contact-form-card .form-textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    direction: rtl;
}

.contact-form-card .form-input:focus,
.contact-form-card .form-textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.15);
}

.contact-form-card .form-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #05929c 0%, #f46600 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .about-sections {
        grid-template-columns: 1fr;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact-info-section {
        grid-template-columns: 1fr;
    }
    
    .contact-form-section {
        position: static;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}
