/* Reset و استایل‌های پایه */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --primary-color: #2c3e50;
    --secondary-color: #34495e;
    --accent-color: #3498db;
    --text-dark: #333;
    --text-light: #777;
    --background-light: #f9f9f9;
    --white: #fff;
    --success-color: #27ae60;
    --error-color: #e74c3c;
    --gold-color: #f1c40f;
    --silver-color: #bdc3c7;
    --bronze-color: #e67e22;
}

body {
    background-color: var(--background-light);
    color: var(--text-dark);
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* استایل هدر - به روز شده */
header {
    background: linear-gradient(rgba(44, 62, 80, 0.7), rgba(52, 73, 94, 0.7)),  
                url('img/header-bg.jpg');
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding: 180px 0 100px;
    text-align: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    perspective: 1000px;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    transform-style: preserve-3d;
    animation: float 6s ease-in-out infinite;
    position: relative;
}

/* انیمیشن شناور */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotateX(0) rotateY(0);
    }
    50% {
        transform: translateY(-10px) rotateX(2deg) rotateY(1deg);
    }
}

/* افکت سه بعدی برای محتوای هدر */
.header-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.3) 0%, 
        rgba(41, 128, 185, 0.2) 25%, 
        rgba(52, 152, 219, 0.4) 50%, 
        rgba(41, 128, 185, 0.2) 75%, 
        rgba(52, 152, 219, 0.3) 100%);
    border-radius: 30px;
    z-index: -1;
    transform: translateZ(-20px);
    filter: blur(15px);
    opacity: 0.7;
}

/* افکت نور پس‌زمینه */
.header-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(
        ellipse at center,
        rgba(52, 152, 219, 0.4) 0%,
        rgba(52, 152, 219, 0.2) 40%,
        transparent 70%
    );
    transform: translate(-50%, -50%) translateZ(-30px);
    z-index: -2;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) translateZ(-30px) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) translateZ(-30px) scale(1.1);
    }
}

/* استایل عنوان اصلی - به روز شده */
.main-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 4rem;
    margin: 0 auto 20px;
    text-shadow: 
        2px 2px 8px rgba(0, 0, 0, 0.7),
        0 0 15px rgba(52, 152, 219, 0.5),
        0 0 30px rgba(52, 152, 219, 0.3);
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 35px 60px;
    min-height: 180px;
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.4) 0%, 
        rgba(41, 128, 185, 0.3) 25%, 
        rgba(52, 152, 219, 0.5) 50%, 
        rgba(41, 128, 185, 0.3) 75%, 
        rgba(52, 152, 219, 0.4) 100%);
    border-radius: 20px;
    border: 2px solid rgba(52, 152, 219, 0.5);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4),
        0 5px 15px rgba(52, 152, 219, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    width: auto;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
}

.main-title:hover {
    transform: translateY(-5px) rotateX(5deg) rotateY(2deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 10px 25px rgba(52, 152, 219, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.main-title::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, 
        transparent 0%, 
        rgba(52, 152, 219, 0.3) 25%, 
        rgba(52, 152, 219, 0.4) 50%, 
        rgba(52, 152, 219, 0.3) 75%, 
        transparent 100%);
    border-radius: 24px;
    z-index: -1;
    animation: glow 3s ease-in-out infinite alternate;
    transform: translateZ(-5px);
}

/* افکت سایه سه بعدی */
.main-title::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    left: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.3) 0%, 
        transparent 50%);
    border-radius: 25px;
    z-index: -2;
    transform: translateZ(-15px);
    filter: blur(10px);
    opacity: 0.6;
}

/* استایل متن در هدر */
header p {
    font-size: 2rem;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(52, 152, 219, 0.3);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    animation: textFloat 8s ease-in-out infinite;
}

@keyframes textFloat {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-5px) translateZ(5px);
    }
}

/* دکمه CTA - به روز شده */
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, 
        var(--accent-color) 0%, 
        #2980b9 50%, 
        var(--primary-color) 100%);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 4px 10px rgba(52, 152, 219, 0.4);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    transition: right 0.5s ease;
}

.cta-button:hover {
    background: linear-gradient(135deg, 
        var(--primary-color) 0%, 
        #2c3e50 50%, 
        #1a252f 100%);
    color: var(--white);
    transform: translateY(-3px) translateZ(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4),
        0 8px 20px rgba(52, 152, 219, 0.5);
}

.cta-button:hover::before {
    right: 100%;
}

/* استایل‌های واکنش‌گرا برای هدر به روز شده */
@media (max-width: 768px) {
    .header-content {
        animation: floatMobile 6s ease-in-out infinite;
    }
    
    @keyframes floatMobile {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
    
    .main-title {
        font-size: 2.5rem;
        padding: 20px 30px;
        transform: none;
    }
    
    .main-title:hover {
        transform: translateY(-3px);
    }
    
    header p {
        font-size: 1.5rem;
        animation: textFloatMobile 8s ease-in-out infinite;
    }
    
    @keyframes textFloatMobile {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 1.8rem;
        padding: 12px 18px;
    }
    
    header p {
        font-size: 1.2rem;
    }
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
}

.language-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
}

.language-switcher a {
    color: var(--white);
    text-decoration: none;
    margin: 0 5px;
    font-size: 14px;
}

/* استایل نوار ناوبری */
nav {
    background-color: var(--secondary-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

nav li {
    position: relative;
}

nav a {
    color: var(--white);
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    transition: all 0.3s ease;
    font-weight: 500;
}

nav a:hover {
    background-color: var(--primary-color);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

/* استایل بخش‌ها */
section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

/* استایل عناوین بخش‌ها */
.section-title h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.15) 0%, 
        rgba(52, 152, 219, 0.08) 50%, 
        rgba(52, 152, 219, 0.15) 100%);
    border-radius: 15px;
    border: 2px solid rgba(52, 152, 219, 0.2);
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
    transition: all 0.3s ease;
}

.section-title h2:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(52, 152, 219, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: rgba(52, 152, 219, 0.4);
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--primary-color) 50%, 
        transparent 100%);
    margin: 20px auto 0;
}

/* استایل بخش رستوران */
.restaurant-section {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url('img/restaurant-bg.jpg') center/cover no-repeat;
    color: var(--white);
    text-align: center;
    padding: 80px 0;
    position: relative;
}

/* استایل مخصوص برای عنوان رستوران در بخش تیره */
.restaurant-section .section-title h2 {
    color: var(--white);
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.2) 0%, 
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(52, 152, 219, 0.2) 100%);
    border: 2px solid rgba(52, 152, 219, 0.3);
    text-shadow: 
        0 0 10px rgba(52, 152, 219, 0.3),
        0 0 20px rgba(52, 152, 219, 0.2);
}

.restaurant-section .section-title::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--accent-color) 50%, 
        transparent 100%);
}

.restaurant-info {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

/* استایل بخش اطلاعات */
.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.info-card {
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-10px);
}

.info-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.info-card-content {
    padding: 20px;
}

.info-card h3 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 1.5rem;
}

/* استایل بخش فروشگاه‌ها */
.floor-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.floor-plan {
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.floor-plan-header {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 15px;
    text-align: center;
}

.floor-plan-content {
    padding: 20px;
}

.floor-plan-content ul {
    list-style-type: none;
    padding: 0;
}

.floor-plan-content li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.floor-plan-content li:before {
    content: '✓';
    color: var(--primary-color);
    margin-right: 10px;
    font-weight: bold;
}

/* استایل بخش کافه */
.cafe-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.cafe-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.cafe-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cafe-item:hover img {
    transform: scale(1.1);
}

.cafe-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cafe-item:hover .cafe-info {
    transform: translateY(0);
}

/* استایل بخش پارکینگ */
.parking-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.parking-text {
    flex: 1;
    min-width: 300px;
}

.parking-image {
    flex: 1;
    min-width: 300px;
}

.parking-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* استایل گالری */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* استایل بخش رویدادها با خط عمودی و دایره‌های آبی */
.events-timeline-with-line {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

/* خط عمودی آبی */
.events-timeline-with-line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background: linear-gradient(to bottom, 
        var(--primary-color) 0%, 
        var(--accent-color) 50%, 
        var(--primary-color) 100%);
    border-radius: 2px;
    z-index: 1;
}

.event-item-with-dot {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* دایره‌های آبی */
.event-item-with-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    border: 4px solid var(--white);
    box-shadow: 0 0 0 3px var(--primary-color);
    z-index: 2;
    transition: all 0.3s ease;
}

.event-item-with-dot:hover::before {
    background-color: var(--accent-color);
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 0 3px var(--accent-color), 0 0 20px rgba(52, 152, 219, 0.5);
}

.event-content {
    background-color: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

/* آیتم‌های زوج در سمت راست */
.event-item-with-dot:nth-child(odd) .event-content {
    margin-right: auto;
    margin-left: 55%;
}

/* آیتم‌های فرد در سمت چپ */
.event-item-with-dot:nth-child(even) .event-content {
    margin-right: 55%;
    margin-left: auto;
}

.event-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(52, 152, 219, 0.3);
}

.event-content h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: bold;
}

.event-date {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: block;
}

.event-content p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 0;
}

/* استایل واکنش‌گرا برای موبایل */
@media (max-width: 768px) {
    .events-timeline-with-line::before {
        left: 30px;
    }
    
    .event-item-with-dot::before {
        left: 30px;
    }
    
    .event-content {
        width: 80%;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: left;
    }
    
    .event-item-with-dot:nth-child(odd) .event-content,
    .event-item-with-dot:nth-child(even) .event-content {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .events-timeline-with-line::before {
        left: 20px;
    }
    
    .event-item-with-dot::before {
        left: 20px;
        width: 16px;
        height: 16px;
    }
    
    .event-content {
        width: 85%;
        padding: 20px 15px;
    }
    
    .event-content h3 {
        font-size: 1.2rem;
    }
    
    .event-date {
        font-size: 1rem;
    }
}

/* استایل فرم باشگاه مشتریان */
.membership-form {
    max-width: 600px;
    margin: 0 auto;
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.form-message {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

.form-message.success {
    background-color: rgba(39, 174, 96, 0.1);
    color: var(--success-color);
    border: 1px solid var(--success-color);
    display: block;
}

.form-message.error {
    background-color: rgba(231, 76, 60, 0.1);
    color: var(--error-color);
    border: 1px solid var(--error-color);
    display: block;
}

.form-loading {
    display: none;
    text-align: center;
    padding: 10px;
}

.form-loading .spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* استایل فوتر */
footer {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: var(--accent-color);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: var(--primary-color);
    transform: translateY(-5px);
}

.copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* دکمه بازگشت به بالا */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: var(--secondary-color);
    transform: translateY(-5px);
}

/* استایل‌های ویدیو */
.column {
    margin-bottom: 20px;
    text-align: center;
}

.column video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.desc {
    margin-top: 10px;
    font-weight: bold;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 992px) {
    .main-title {
        font-size: 3rem;
        padding: 25px 40px;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    header {
        padding: 100px 0 60px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .header-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1;
        width: 100%;
        text-align: center;
    }
    
    .main-title {
        font-size: 2.5rem;
        padding: 20px 30px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        text-align: center;
    }
    
    .restaurant-section {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 2rem;
        padding: 10px 20px;
    }
    
    header p {
        font-size: 1.5rem;
    }
    
    /* منوی موبایل */
    .mobile-menu-btn {
        display: block;
    }
    
    nav ul {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: var(--secondary-color);
        padding-top: 60px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }
    
    nav ul.show {
        right: 0;
    }
    
    nav li {
        width: 100%;
    }
    
    nav a {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
   
}

@media (max-width: 576px) {
    .main-title {
        font-size: 2rem;
        padding: 15px 20px;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
        padding: 8px 15px;
    }
    
    header p {
        font-size: 1.2rem;
    }
    
    section {
        padding: 60px 0;
    }
    
    .footer-content {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .restaurant-section {
        padding: 40px 0;
    }
    
    .main-title {
        font-size: 1.8rem;
        padding: 12px 18px;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
        padding: 8px 12px;
    }
}

/* اطمینان از بارگذاری فونت در موبایل */
.map-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
}

.map-container iframe {
    border: none;
}

/* استایل‌های تقویم شمسی */
.date-input-container {
    position: relative;
}

.date-input-container::after {
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    pointer-events: none;
}

/* پخش کننده موسیقی */
.music-player {
    position: fixed;
    top: 70px;
    right: 30px;
    background: rgba(52, 152, 219, 0.9);
    border-radius: 25px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 998;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.music-player:hover {
    background: rgba(52, 152, 219, 1);
    transform: scale(1.05);
}

.music-player.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.music-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.music-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.music-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.music-info {
    color: white;
    font-size: 0.8rem;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.volume-control {
    display: flex;
    align-items: center;
    gap: 5px;
}

.volume-slider {
    width: 70px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

/* استایل‌های واکنش‌گرا برای پخش کننده موسیقی */
@media (max-width: 768px) {
    .music-player {
        top: 60px;
        right: 20px;
        padding: 8px 12px;
        width: 70%;
        max-width: 280px;
        min-width: 200px;
    }
    
    .music-info {
        max-width: 80px;
        font-size: 0.7rem;
    }
    
    .volume-slider {
        width: 40px;
    }
    
    .music-controls {
        gap: 5px;
    }
    
    .music-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .music-player {
        width: 60%;
        right: 15px;
        padding: 6px 10px;
    }
    
    .music-info {
        max-width: 60px;
        font-size: 0.65rem;
    }
    
    .volume-slider {
        width: 35px;
    }
}


/* Arina Shopping Center - English Version Styles */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1em;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
    background: linear-gradient(135deg, #6c757d, #495057);
}

.btn-secondary:hover {
    box-shadow: 0 5px 15px rgba(108, 117, 125, 0.4);
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
}

.logo span {
    color: #ffd700;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ffd700;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8)), url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 4rem 0;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: 3rem;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
}