.elementor-317 .elementor-element.elementor-element-aeb022e{--display:flex;--min-height:1440px;}.elementor-317 .elementor-element.elementor-element-16738ea{--display:flex;--min-height:110px;}.elementor-317 .elementor-element.elementor-element-4c83eea{--display:flex;}/* Start custom CSS */.isarinn-faq-full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #f8fafc;
    padding: 100px 0 120px 0;
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
    direction: rtl;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.isarinn-faq-full-width * {
    box-sizing: border-box;
}

.isarinn-faq-full-width ::selection {
    background-color: #d4af37;
    color: #111827;
}

.faq-hero-section {
    background: linear-gradient(135deg, #022c22 0%, #064e3b 40%, #111827 100%);
    padding: 120px 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 80px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.faq-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 60%);
    animation: pulseGlow 15s infinite alternate linear;
    pointer-events: none;
}

.faq-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #d4af37, #f59e0b, #059669, #d4af37);
    background-size: 300% 100%;
    animation: gradientMove 6s linear infinite;
}

.faq-hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transform: translateY(0);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.faq-hero-title {
    font-family: 'Lalezar', cursive;
    font-size: 4rem;
    color: #d4af37;
    margin-bottom: 30px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    line-height: 1.2;
}

.faq-hero-desc {
    font-size: 1.35rem;
    line-height: 2.2;
    color: #e5e7eb;
    margin-bottom: 60px;
    font-weight: 300;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.faq-search-box {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border: 3px solid transparent;
    position: relative;
}

.faq-search-box:focus-within {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 25px 50px rgba(5, 150, 105, 0.25);
    border-color: #059669;
}

.faq-search-box input {
    flex: 1;
    padding: 22px 35px;
    border: none;
    outline: none;
    font-family: 'Vazirmatn', sans-serif;
    font-size: 1.15rem;
    color: #1f2937;
    background: transparent;
    font-weight: 500;
}

.faq-search-box input::placeholder {
    color: #9ca3af;
    font-size: 1.05rem;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.faq-search-box input:focus::placeholder {
    opacity: 0.5;
}

.faq-search-box button {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    border: none;
    padding: 0 50px;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.faq-search-box button:hover {
    background: linear-gradient(135deg, #047857 0%, #064e3b 100%);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.faq-search-box button:active {
    transform: scale(0.96);
}

.faq-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.faq-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.faq-tab-btn {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    color: #4b5563;
    padding: 16px 32px;
    border-radius: 50px;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    outline: none;
}

.faq-tab-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(5, 150, 105, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 0;
}

.faq-tab-btn:hover::before {
    width: 300px;
    height: 300px;
}

.faq-tab-btn span {
    position: relative;
    z-index: 1;
}

.faq-tab-btn:hover {
    border-color: #059669;
    color: #059669;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(5, 150, 105, 0.1);
}

.faq-tab-btn:focus-visible {
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.4);
    border-color: #d4af37;
}

.faq-tab-btn.active {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(5, 150, 105, 0.35);
    transform: translateY(-3px) scale(1.02);
}

.faq-tab-btn.active::before {
    display: none;
}

.faq-content-area {
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-height: 500px;
    position: relative;
}

.faq-item {
    background: #ffffff;
    border: 2px solid #f3f4f6;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    opacity: 1;
    transform: translateY(0) scale(1);
    transform-origin: top center;
}

.faq-item.fade-out {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    pointer-events: none;
    position: absolute;
    width: 100%;
    visibility: hidden;
}

.faq-item:hover {
    border-color: #d4af37;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.12);
    z-index: 10;
    position: relative;
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    text-align: right;
    padding: 30px 40px;
    background: transparent;
    border: none;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #111827;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.4s ease, color 0.4s ease, padding 0.4s ease;
    outline: none;
    line-height: 1.6;
}

.faq-question:focus-visible {
    background-color: #fef9c3;
    color: #854d0e;
}

.faq-item.open .faq-question {
    color: #064e3b;
    background-color: #f0fdf4;
    padding-bottom: 20px;
}

.faq-icon {
    font-size: 2rem;
    color: #059669;
    font-weight: 400;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0.4s ease, color 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ecfdf5;
    flex-shrink: 0;
    margin-right: 20px;
    box-shadow: inset 0 0 0 2px transparent;
}

.faq-item:hover .faq-icon {
    background-color: #d1fae5;
    box-shadow: inset 0 0 0 2px #059669;
}

.faq-item.open .faq-icon {
    transform: rotate(135deg) scale(1.1);
    color: #ffffff;
    background-color: #ef4444;
    box-shadow: 0 5px 15px rgba(239, 68, 68, 0.3);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease, transform 0.6s ease;
    background: #f0fdf4;
    opacity: 0;
    transform: translateY(-10px);
}

.faq-item.open .faq-answer {
    opacity: 1;
    transform: translateY(0);
}

.faq-answer p {
    padding: 0 40px 40px 40px;
    line-height: 2.4;
    color: #374151;
    font-size: 1.15rem;
    margin: 0;
    text-align: justify;
    font-weight: 400;
}

.faq-footer-cta {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    padding: 70px 50px;
    text-align: center;
    margin-top: 100px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.faq-footer-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-color: #d1d5db;
}

.faq-footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #d4af37, #f59e0b, #059669, #022c22);
}

.faq-footer-cta::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.faq-footer-cta h3 {
    font-family: 'Lalezar', cursive;
    font-size: 3rem;
    color: #064e3b;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.faq-footer-cta p {
    color: #4b5563;
    margin-bottom: 45px;
    font-size: 1.3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    font-weight: 500;
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d4af37 0%, #b49126 100%);
    color: #ffffff;
    padding: 20px 55px;
    border-radius: 16px;
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
    position: relative;
    overflow: hidden;
}

.faq-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}

.faq-cta-btn:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 35px rgba(212, 175, 55, 0.5);
    background: linear-gradient(135deg, #f59e0b 0%, #d4af37 100%);
    color: #ffffff;
}

.faq-cta-btn:hover::before {
    left: 200%;
}

@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.1); opacity: 1; }
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1200px) {
    .faq-container { max-width: 95%; }
    .faq-hero-title { font-size: 3.5rem; }
    .faq-tabs { gap: 12px; }
}

@media (max-width: 992px) {
    .faq-hero-section { padding: 100px 20px; margin-bottom: 60px; }
    .faq-hero-title { font-size: 3rem; }
    .faq-hero-desc { font-size: 1.2rem; margin-bottom: 40px; }
    .faq-search-box { max-width: 90%; }
    .faq-search-box input { padding: 20px 25px; font-size: 1.1rem; }
    .faq-search-box button { padding: 0 35px; font-size: 1.1rem; }
    .faq-question { font-size: 1.15rem; padding: 25px 30px; }
    .faq-answer p { padding: 0 30px 30px 30px; font-size: 1.1rem; }
    .faq-footer-cta { padding: 60px 40px; margin-top: 80px; }
    .faq-footer-cta h3 { font-size: 2.5rem; }
}

@media (max-width: 768px) {
    .isarinn-faq-full-width { padding: 60px 0 80px 0; }
    .faq-hero-section { padding: 80px 15px; }
    .faq-hero-title { font-size: 2.4rem; margin-bottom: 20px; }
    .faq-hero-desc { font-size: 1.1rem; line-height: 1.8; }
    .faq-search-box { flex-direction: column; border-radius: 24px; border-width: 2px; }
    .faq-search-box input { padding: 18px; text-align: center; border-radius: 24px 24px 0 0; }
    .faq-search-box button { padding: 20px; border-radius: 0 0 22px 22px; width: 100%; }
    .faq-tabs { flex-direction: column; gap: 10px; margin-bottom: 40px; }
    .faq-tab-btn { width: 100%; text-align: center; padding: 15px; font-size: 1.05rem; }
    .faq-item { border-radius: 16px; }
    .faq-question { flex-direction: row; font-size: 1.05rem; padding: 20px; text-align: right; line-height: 1.5; }
    .faq-icon { width: 35px; height: 35px; font-size: 1.5rem; margin-right: 15px; }
    .faq-answer p { padding: 0 20px 25px 20px; font-size: 1rem; line-height: 2.2; }
    .faq-footer-cta { padding: 50px 20px; margin-top: 60px; border-radius: 20px; }
    .faq-footer-cta h3 { font-size: 2.2rem; }
    .faq-footer-cta p { font-size: 1.1rem; margin-bottom: 35px; }
    .faq-cta-btn { padding: 18px 30px; font-size: 1.15rem; width: 100%; }
}

@media (max-width: 480px) {
    .faq-hero-title { font-size: 2rem; }
    .faq-hero-desc { font-size: 1rem; }
    .faq-question { font-size: 1rem; }
    .faq-icon { width: 30px; height: 30px; font-size: 1.2rem; margin-right: 10px; }
    .faq-answer p { font-size: 0.95rem; }
    .faq-footer-cta h3 { font-size: 1.8rem; }
    .faq-cta-btn { font-size: 1.1rem; padding: 15px 20px; }
}/* End custom CSS */