/* استایل بخش مشاوره سرمایه گذاری */
.consult-header {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 80px 0;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(2, 12, 27, 0.78) 0%, rgba(2, 12, 27, 0.58) 45%, rgba(2, 12, 27, 0.68) 100%), url('/images/consult-investment-advisory.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.consult-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 42%, rgba(33, 165, 182, 0.18), transparent 28%);
    pointer-events: none;
}

.consult-header__content {
    z-index: 1;
    max-width: 760px;
}

.consult-header__title,
.consult-header__subtitle {
    color: #ffffff !important;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 1);
}

.consult-header__subtitle {
    margin-bottom: 0;
    font-weight: 700;
}

[data-theme="dark"] .consult-header {
    background: linear-gradient(90deg, rgba(3, 7, 18, 0.78) 0%, rgba(3, 7, 18, 0.58) 45%, rgba(3, 7, 18, 0.72) 100%), url('/images/consult-investment-advisory.jpg') no-repeat center center;
    background-size: cover;
}

.investment-consultation {
    background-color: var(--theme-bg);
    padding: 5rem 0;
}

.consultation-form {
    border-top: 4px solid #3498db;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* استایل سوالات متداول */
.faq-section {
    background-color: var(--theme-surface);
    padding: 5rem 0;
}

.accordion-button:not(.collapsed) {
    color: #3498db;
    background-color: var(--theme-surface-soft);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-item {
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 1rem;
}

/* استایل کلی برای دکمه‌ها */
.btn-primary {
    background-color: #3498db;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #2980b9;
}
