.elementor-1370 .elementor-element.elementor-element-5d9dafb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1370:not(.elementor-motion-effects-element-type-background), body.elementor-page-1370 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(130deg, #F8F9FA 0%, #E9ECEF 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-15da5ee *//* استایل‌های اصلی با پیشوند festival-faq */
.festival-faq-container {
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.festival-faq-container-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* هدر */
.festival-faq-header {
    background: linear-gradient(135deg, #222222 0%, #0d8380 100%) !important;
    color: white !important;
    padding: 100px 0 80px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 60px !important;
    font-family: "yekanbakh", Sans-serif;
}

.festival-faq-header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,202.7C672,203,768,181,864,165.3C960,149,1056,139,1152,149.3C1248,160,1344,192,1392,208L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') !important;
    background-size: cover !important;
    background-position: center !important;
}

.festival-faq-header-content {
    position: relative !important;
    z-index: 1 !important;
}

.festival-faq-title {
    font-size: 3.5rem !important;
    margin-bottom: 20px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    color: white !important;
}

.festival-faq-subtitle {
    font-size: 1.2rem !important;
    max-width: 600px !important;
    margin: 0 auto 30px !important;
    opacity: 0.9 !important;
    color: white !important;
}

.festival-faq-search-box {
    max-width: 500px !important;
    margin: 0 auto !important;
    position: relative !important;
}

.festival-faq-search-box input {
    width: 100% !important;
    padding: 15px 50px 15px 20px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1rem !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.festival-faq-search-btn {
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #0d8380 !important;
    border: none !important;
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.festival-faq-search-btn:hover {
    background: #222222 !important;
}

/* بخش اصلی FAQ */
.festival-faq-section {
    padding: 40px 0 80px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    font-family: "yekanbakh", Sans-serif;
}

.festival-faq-categories {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 50px !important;
}

.festival-faq-category-btn {
    background: white !important;
    border: 2px solid #e0e0e0 !important;
    padding: 12px 25px !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #222222 !important;
}

.festival-faq-category-btn:hover {
    border-color: #0d8380 !important;
    color: #0d8380 !important;
}

.festival-faq-category-btn.festival-faq-active {
    background: #0d8380 !important;
    border-color: #0d8380 !important;
    color: white !important;
}

.festival-faq-items-container {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.festival-faq-item {
    background: white !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.festival-faq-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.festival-faq-question {
    padding: 25px 70px 25px 25px !important;
    cursor: pointer !important;
    position: relative !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    color: #222222 !important;
}

.festival-faq-question::before {
    /*content: 'Q' !important;*/
    background: #0d8380 !important;
    color: white !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
}

.festival-faq-question::after {
    content: '\f078' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 25px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease !important;
    color: #0d8380 !important;
}

.festival-faq-item.festival-faq-active .festival-faq-question::after {
    transform: translateY(-50%) rotate(180deg) !important;
}

.festival-faq-answer {
    padding: 0 25px !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border-top: 1px solid #f0f0f0 !important;
}

.festival-faq-item.festival-faq-active .festival-faq-answer {
    padding: 0 25px 25px 70px !important;
    max-height: 1000px !important;
}

.festival-faq-answer p {
    margin-bottom: 15px !important;
    color: #555 !important;
}

.festival-faq-answer p:last-child {
    margin-bottom: 0 !important;
}

.festival-faq-answer::before {
    /*content: 'A' !important;*/
    background: #222222 !important;
    color: white !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    position: absolute !important;
    left: 25px !important;
    margin-top: 5px !important;
}

/* بخش تماس */
.festival-faq-contact-section {
    background: linear-gradient(135deg, #222222 0%, #444444 100%) !important;
    color: white !important;
    padding: 80px 0 !important;
    text-align: center !important;
    border-radius: 20px 20px 0 0 !important;
    margin-top: 60px !important;
    font-family: "yekanbakh", Sans-serif;
}

.festival-faq-contact-title {
    font-size: 2.5rem !important;
    margin-bottom: 20px !important;
    color: white !important;
}

.festival-faq-contact-subtitle {
    max-width: 600px !important;
    margin: 0 auto 30px !important;
    opacity: 0.9 !important;
    color: white !important;
}

.festival-faq-contact-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.festival-faq-contact-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px 30px !important;
    background: #0d8380 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.festival-faq-contact-btn:hover {
    background: white !important;
    color: #0d8380 !important;
    transform: translateY(-3px) !important;
}

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

.festival-faq-animate {
    animation: festival-faq-fadeInUp 0.8s ease forwards !important;
}

/* رسپانسیو */
@media (max-width: 768px) {
    .festival-faq-title {
        font-size: 2.5rem !important;
    }
    
    .festival-faq-question {
        padding: 20px 60px 20px 20px !important;
    }
    
    .festival-faq-item.festival-faq-active .festival-faq-answer {
        padding: 0 20px 20px 60px !important;
    }
    
    .festival-faq-question::after {
        left: 20px !important;
    }
    
    .festival-faq-answer::before {
        left: 20px !important;
    }
    
    .festival-faq-contact-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
}

@media (max-width: 480px) {
    .festival-faq-header {
        padding: 80px 0 60px !important;
    }
    
    .festival-faq-categories {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .festival-faq-category-btn {
        width: 100% !important;
        max-width: 250px !important;
        justify-content: center !important;
    }
    
    .festival-faq-question {
        font-size: 1rem !important;
    }
}/* End custom CSS */