/* Google Fonts - Vazirmatn (برای متن‌های فارسی و انگلیسی) */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700&display=swap');

/* تنظیمات پایه RTL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    direction: rtl;
    unicode-bidi: embed;
}

body {
    font-family: 'Vazirmatn', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    direction: rtl;
}

a {
    text-decoration: none;
}

/* استایل‌های عمومی */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* هدر - نسخه موبایل */
.header-top {
    display: none; /* در موبایل نمایش داده نمی‌شود */
}

.main-header {
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

/* منو همبرگری */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 25px;
    height: 20px;
    justify-content: space-between;
}

.hamburger-menu span {
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
}

/* ناوبری اصلی */
.main-nav {
    display: none; /* در موبایل مخفی است */
}

.book-now-btn {
    display: none; /* در موبایل مخفی است */
}

/* فوتر */
.main-footer {
    background: #2c3e50;
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 14px;
}

/* ریسپانسیو برای تبلت و دسکتاپ */
@media (min-width: 768px) {
    .header-top {
        display: block;
        background: #f8f9fa;
        padding: 8px 0;
        font-size: 14px;
    }
    
    .header-top .container {
        display: flex;
        justify-content: space-between;
    }
    
    .hamburger-menu {
        display: none;
    }
    
    .main-nav {
        display: flex;
        gap: 30px;
    }
    
    .main-nav a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
    }
    
    .book-now-btn {
        display: block;
        background: #e74c3c;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
    }
    
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .footer-column {
        flex: 1;
    }
}

/* استایل‌های عمومی برای سکشن‌ها */
section {
    padding: 60px 0;
}

h1, h2, h3, h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn:hover {
    background: #2980b9;
}

.btn-secondary {
    background: #95a5a6;
}

.btn-secondary:hover {
    background: #7f8c8d;
}

/* ------------------------------------------------------------------ */
/* استایل‌های مخصوص فوتر (از footer.html) – حفظ شده و RTL شده   */
/* ------------------------------------------------------------------ */
.main-footer {
    background: #2c3e50;
    color: white;
    padding: 50px 0 20px;
    margin-top: auto;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-column h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ecf0f1;
}

/* اطلاعات تماس */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-item strong {
    color: #3498db;
    font-weight: 600;
    font-size: 18px;
}

.contact-item span {
    color: #bdc3c7;
    font-size: 18px;
}

/* نقشه */
.map-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
}

.map-container {
    overflow: hidden;
}

/* خط پایینی */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: #95a5a6;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* ریسپانسیو برای تبلت و دسکتاپ */
@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        gap: 60px;
    }

    .footer-column {
        flex: 1;
    }

    .contact-column {
        flex: 1;
    }

    .map-column {
        flex: 1;
    }

    .contact-item {
        flex-direction: row;
        gap: 10px;
    }

    .contact-item strong {
        min-width: 80px;
    }
}

/* دسکتاپ بزرگ */
@media (min-width: 1024px) {
    .footer-content {
        gap: 100px;
    }
}

/* hover برای اطلاعات تماس */
.contact-item span {
    transition: color 0.3s ease;
}

.contact-item:hover span {
    color: #ecf0f1;
}

/* ------------------------------------------------------------------ */
/* استایل‌های مخصوص هدر (از header.html) – RTL شده                */
/* ------------------------------------------------------------------ */
.header-top .contact-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.header-top span {
    color: #6c757d;
}

/* منو dropdown */
.nav-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

/* ریسپانسیو موبایل */
@media (max-width: 767px) {
    .main-nav.active {
        right: auto;
        left: 0;
    }
}

/* ------------------------------------------------------------------ */
/* سایر استایل‌های عمومی که در صفحات استفاده می‌شود               */
/* ------------------------------------------------------------------ */
.hero-content,
.about-content,
.contact-grid,
.facilities-grid,
.gallery-grid,
.card,
.form-container {
    direction: rtl;
}

/* تنظیمات کارت‌های اتاق در index.html */
.card .content {
    text-align: center;
}

/* فرم تماس */
.taban-form input,
.taban-form textarea,
.taban-form label {
    text-align: right;
}

/* لایت‌باکس */
.lightbox .close {
    left: 35px;
    right: auto;
}

@media (max-width: 768px) {
    .lightbox .close {
        left: 20px;
        right: auto;
    }
}