/* استایل مخصوص صفحات تور - Angebots/tour-style.css */

/* ===== استایل‌های عمومی ===== */
.tour-hero {
    padding: 180px 0 80px;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(52, 152, 219, 0.9) 100%), 
                url('https://images.unsplash.com/photo-1555581666-576fd4cadd85?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative;
}

.tour-badge {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.tour-title {
    font-size: 3rem;
    margin-bottom: 15px;
    animation: fadeInUp 0.8s ease;
}

.tour-subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.tour-duration {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1.1rem;
    backdrop-filter: blur(10px);
}

.tour-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.tour-content {
    max-width: 1000px;
    margin: 0 auto;
}

/* ===== بخش قیمت ===== */
.price-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.price-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}

.price-amount {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 10px;
    direction: ltr;
}

.price-amount span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #7f8c8d;
}

.price-label {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 15px;
}

.price-note {
    font-size: 1.1rem;
    color: #3498db;
    font-weight: 600;
    padding: 10px 20px;
    background: #ebf5fb;
    border-radius: 10px;
    display: inline-block;
}

/* ===== کارت‌های اطلاعات ===== */
.info-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.info-icon {
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.info-content {
    flex: 1;
}

.info-content h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.info-content p {
    margin-bottom: 10px;
    color: #555;
    font-size: 1.1rem;
}

/* کارت مخصوص پرواز */
.flight-card {
    border-right: 4px solid #3498db;
}

.flight-details {
    margin-top: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
}

.flight-direction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.flight-time {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.time-icon {
    font-size: 1.5rem;
}

.time-details {
    text-align: center;
}

.time-details strong {
    display: block;
    font-size: 1.3rem;
    color: #2c3e50;
}

.time-details small {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.flight-arrow {
    color: #3498db;
    font-size: 1.8rem;
    margin: 0 20px;
}

/* ویژگی‌های هتل */
.hotel-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.hotel-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #555;
}

/* ===== بخش بار ===== */
.baggage-section {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-title {
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    border-radius: 2px;
}

.baggage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.baggage-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.baggage-item:hover {
    transform: translateY(-8px);
}

.baggage-item.free {
    border-color: #3498db;
}

.baggage-item.cabin {
    border-color: #17a2b8;
}

.baggage-item.checked {
    border-color: #28a745;
}

.baggage-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.baggage-item.free .baggage-icon {
    color: #3498db;
}

.baggage-item.cabin .baggage-icon {
    color: #17a2b8;
}

.baggage-item.checked .baggage-icon {
    color: #28a745;
}

.baggage-item h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.baggage-item p {
    color: #7f8c8d;
    margin-bottom: 15px;
}

.baggage-price {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
}

.baggage-item.free .baggage-price {
    background: #ebf5fb;
    color: #3498db;
}

.baggage-item.cabin .baggage-price {
    background: #e3f2fd;
    color: #17a2b8;
}

.baggage-item.checked .baggage-price {
    background: #e8f5e9;
    color: #28a745;
}

/* ===== بخش تماس ===== */
.contact-section {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    color: white;
    text-align: center;
}

.contact-numbers {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 25px 0;
}

.contact-number {
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 25px;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-number:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.working-hours {
    font-size: 1.1rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ===== شبکه‌های اجتماعی ===== */
.social-section {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.social-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 18px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-link.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: white;
}

.social-link.telegram {
    background: linear-gradient(45deg, #0088cc, #34aadc);
    color: white;
}

.social-link.whatsapp {
    background: linear-gradient(45deg, #25d366, #128c7e);
    color: white;
}

.social-link.website {
    background: linear-gradient(45deg, #2c3e50, #3498db);
    color: white;
}

.social-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* ===== ثبت‌نام ===== */
.registration-section {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.registration-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.registration-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.registration-btn.german {
    background: #2c3e50;
    color: white;
    border: 2px solid #2c3e50;
}

.registration-btn.english {
    background: #3498db;
    color: white;
    border: 2px solid #3498db;
}

.registration-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.agb-note {
    background: rgba(40, 167, 69, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #155724;
}

.agb-note a {
    color: #155724;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #155724;
}

.agb-note a:hover {
    color: #0c4128;
}

/* ===== جمع‌بندی ===== */
.summary-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid #e9ecef;
}

.summary-section h3 {
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.summary-content {
    text-align: center;
}

.summary-list {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.summary-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: right;
}

.summary-list li i {
    color: #3498db;
    font-size: 1.2rem;
}

.final-note {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    border-right: 4px solid #3498db;
}

.final-note p {
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 992px) {
    .tour-title {
        font-size: 2.5rem;
    }
    
    .tour-subtitle {
        font-size: 1.2rem;
    }
    
    .price-amount {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .tour-hero {
        padding: 150px 0 60px;
    }
    
    .tour-title {
        font-size: 2rem;
    }
    
    .tour-subtitle {
        font-size: 1.1rem;
    }
    
    .info-card {
        flex-direction: column;
        text-align: center;
    }
    
    .info-icon {
        margin: 0 auto;
    }
    
    .flight-direction {
        flex-direction: column;
        gap: 15px;
    }
    
    .flight-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .baggage-grid {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        grid-template-columns: 1fr;
    }
    
    .contact-number {
        padding: 15px;
        font-size: 1.1rem;
    }
    
    .registration-btn {
        padding: 15px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .tour-title {
        font-size: 1.8rem;
    }
    
    .price-amount {
        font-size: 2.5rem;
    }
    
    .info-card, .baggage-section, .social-section, .registration-section, .summary-section {
        padding: 25px;
    }
    
    .hotel-features {
        flex-direction: column;
        align-items: center;
    }
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل برای محتوای فارسی */
[dir="rtl"] .info-card {
    text-align: right;
}

[dir="rtl"] .flight-time {
    flex-direction: row;
}

[dir="rtl"] .social-link {
    text-align: right;
}

[dir="rtl"] .summary-list li {
    text-align: right;
}