/* --- تنظیمات عمومی صفحه Single --- */

.single-tour-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

.custom-container {
    max-width: 900px;
    /* محدود کردن عرض محتوای اصلی */
    margin: 0 auto;
}

/* --- ۱. اطلاعات بالای تصویر --- */
.tour-header-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.tour-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.post-meta-info {
    font-size: 14px;
    color: #666;
    display: block;
}

.product-link-top {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 4px;
}

/* --- ۲. بخش نمایش اصلی و تصویر --- */
.main-tour-image {
    text-align: center;
    margin-bottom: 30px;
}

.main-tour-image img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* لینک بازگشت */
.back-to-archive {
    text-align: center;
    margin-bottom: 50px;
}

.back-to-archive a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

/* --- ۳. توضیحات (ACF Dis) --- */
.tour-description {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.project-description-content {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

/* --- ۴. اسلایدر پروژه‌های مرتبط --- */
.related-projects-section {
    background-color: #2e2e2e;
    /* رنگ پس‌زمینه مطابق طرح */
    padding: 60px 0;
}

.container-full {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-title-related {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

/* Swiper Card */
.slider-card-item {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.card-image-wrapper {
    width: 100%;
    padding-bottom: 65%;
    /* نسبت تصویر */
    position: relative;
    overflow: hidden;
    margin: 0;
}

.card-image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding: 10px;
    margin: 0;
    text-align: center;
}

/* ناوبری (فلش‌ها) و Pagination */
.btn_sellect {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}


.other-tours-pagination {
    /* استفاده از کلاس سفارشی برای Pagination */
    bottom: 20px !important;
    text-align: center;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}

/* --- Media Queries --- */
@media (max-width: 768px) {
    .tour-header-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-link-top {
        margin-top: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        /* در موبایل دکمه‌ها را پنهان می‌کنیم */
        display: none !important;
    }
}
