/* این کدها را می‌توانی در یک فایل جداگانه مثل tours.css قرار دهی
و در <head> به آن لینک بدهی، یا به همان صورت inline در <head> نگه داری.
اینها استایل‌های اختصاصی کارت‌های تور و بخش محتوای جدید هستند.
*/
.tours-hero {
            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
            color: var(--text-light);
            padding: 180px 0 80px;
            text-align: center;
            position: relative;
        }

        .tours-hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url('../assets/img/hero-bg.jpg') no-repeat center center;
            background-size: cover;
            opacity: 0.1;
        }

        .tours-hero h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            position: relative;
        }

        .tour-categories {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin: 40px 0;
        }

        .tour-category-btn {
            background: white;
            border: 2px solid var(--gray-medium);
            padding: 10px 25px;
            border-radius: 30px;
            cursor: pointer;
            transition: var(--transition);
            font-weight: 500;
        }

        .tour-category-btn.active,
        .tour-category-btn:hover {
            background: var(--accent-gold);
            color: var(--primary-dark);
            border-color: var(--accent-gold);
        }

        .tours-grid-detailed {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .tour-card-detailed {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .tour-card-detailed:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }

        .tour-card-header {
            position: relative;
        }

        .tour-card-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--accent-gold);
            color: var(--primary-dark);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: bold;
            z-index: 2;
        }

        .tour-card-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .tour-card-content {
            padding: 25px;
        }

        .tour-card-meta {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            font-size: 0.9rem;
            color: var(--gray-medium);
        }

        .tour-card-price {
            color: var(--accent-gold);
            font-weight: bold;
            font-size: 1.5rem;
            margin: 10px 0;
        }

        .tour-features {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 15px 0;
        }

        .tour-feature {
            background: var(--gray-light);
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
        }

        .tour-includes {
            margin: 20px 0;
        }

        .tour-includes h4 {
            margin-bottom: 10px;
            color: var(--primary-dark);
        }

        .tour-includes ul {
            list-style: none;
            padding: 0;
        }

        .tour-includes li {
            padding: 5px 0;
            position: relative;
            padding-right: 20px;
        }

        .tour-includes li:before {
            content: '✓';
            position: absolute;
            right: 0;
            color: var(--accent-gold);
            font-weight: bold;
        }
        
        /* استایل برای بخش محتوای جدید */
        .tour-content-section {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: var(--shadow);
            line-height: 1.8;
        }
        .tour-content-section h3 {
            color: var(--primary-dark);
            margin-top: 30px;
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        .tour-content-section h4 {
            color: var(--primary-medium);
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 1.2rem;
        }
        .tour-content-section ul {
            margin-right: 20px;
            list-style: none;
        }
        .tour-content-section li {
            position: relative;
            padding-right: 20px;
            margin-bottom: 10px;
        }
        .tour-content-section li::before {
            content: '✓';
            position: absolute;
            right: 0;
            color: var(--accent-gold);
            font-weight: bold;
        }

.tours-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    color: var(--text-light);
    padding: 180px 0 80px;
    text-align: center;
    position: relative;
}
 
.tours-hero::before {
    content: ''; 
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/img/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
}

.tours-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    position: relative;
}

.tour-categories {
    display: flex;
    justify-content: center;
    gap: 15px; /* فاصله بین دکمه‌ها */
    margin-bottom: 40px; /* فاصله از تورهای زیرین */
    margin-top: 30px; /* کمی فاصله از تیتر "تورها" */
}

.tour-category-btn {
    /* 👈 تغییرات اصلی برای بهبود فونت */
    font-size: 1.1rem; /* بزرگتر شدن سایز فونت */
    font-weight: 700; /* ضخامت بیشتر برای خوانایی بهتر */
    font-family: 'Vazirmatn', sans-serif; /* اطمینان از استفاده از فونت اصلی سایت */
    
    padding: 10px 20px;
    border: 2px solid var(--gray-medium); /* رنگ خاکستری برای Border غیرفعال */
    border-radius: 25px;
    background-color: transparent;
    color: var(--primary-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.tour-category-btn.active,
.tour-category-btn:hover {
    background-color: var(--primary-dark);
    color: var(--text-light); /* متن روشن */
    border-color: var(--primary-dark);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.tours-grid-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.tour-card-detailed {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.tour-card-detailed:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.tour-card-header {
    position: relative;
}

.tour-card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--accent-gold);
    color: var(--primary-dark);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 2;
}

.tour-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.tour-card-content {
    padding: 25px;
}

.tour-card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: var(--gray-medium);
}

.tour-card-price {
    color: var(--accent-gold);
    font-weight: bold;
    font-size: 1.5rem;
    margin: 10px 0;
}

.tour-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.tour-feature {
    background: var(--gray-light);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.tour-includes {
    margin: 20px 0;
}

.tour-includes h4 {
    margin-bottom: 10px;
    color: var(--primary-dark);
}

.tour-includes ul {
    list-style: none;
    padding: 0;
}

.tour-includes li {
    padding: 5px 0;
    position: relative;
    padding-right: 20px;
}

.tour-includes li:before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--accent-gold);
    font-weight: bold;
}

/* استایل برای بخش محتوای جدید */
.tour-content-section {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    line-height: 1.8;
}
.tour-content-section h3 {
    color: var(--primary-dark);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.tour-content-section h4 {
    color: var(--primary-medium);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.tour-content-section ul {
    margin-right: 20px;
    list-style: none;
}
.tour-content-section li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 10px;
}
.tour-content-section li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--accent-gold);
    font-weight: bold;
}
/* --- استایل‌های بخش فرآیند (Timeline) --- */

.timeline-section {
    background: white; /* پس‌زمینه سفید */
    padding: 40px;
    border-radius: 20px; /* گردی گوشه‌ها مثل صفحه ویزا */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* سایه */
    border-right: 4px solid var(--accent-gold); /* خط طلایی سمت راست */
    position: relative;
    overflow: hidden; /* برای جلوگیری از بیرون زدگی */
}

.timeline-section h2 {
    color: var(--primary-dark);
    margin-bottom: 30px;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 15px;
}

/* خط زیر تیتر */
.timeline-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: var(--accent-gold);
}

/* کانتینر تایم‌لاین */
.timeline {
    position: relative;
    padding-right: 40px;
}

/* خط عمودی تایم‌لاین */
.timeline::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--accent-gold), var(--primary-light));
    border-radius: 10px;
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray-light);
}

.timeline-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* دایره‌های روی خط */


.timeline-day {
    background: var(--accent-gold);
    color: var(--primary-dark);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.3);
}

.timeline-item h4 {
    color: var(--primary-dark);
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: bold;
}

.timeline-item p {
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0;
    font-size: 0.95rem;
}

/* واکنش‌گرا برای موبایل */
@media (max-width: 768px) {
    .timeline {
        padding-right: 30px;
    }
    .timeline::before {
        right: 10px;
    }
    .timeline-item::before {
        right: 0px;
    }
}