/* Support Services Section Styles */
.support-services-section {
    background-color: #5E17EB;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
}

 .support-services-section .container {
            position: relative;
            z-index: 2;
        }

.z-service-heading {
    font-family: 'Inter', Regular;
    font-size: 4.3rem;
    font-weight: 400;
}

.support-icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.bg-light-blue {
    background-color: #E0F2FE;
    border-radius: 3px;
}

.bg-light-orange {
    background-color: #FFEDD5;
}

.bg-light-green {
    background-color: #DCFCE7;
}

.bg-light-purple {
    background-color: #F3E8FF;
}

.support-card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
}

.support-card h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
}

.support-card p {
    margin-bottom: 0;
    font-size: 0.9rem;
    opacity: 0.9;
    color: #a08cc8;
}

  .common-bg-right {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 60%;
            object-fit: contain;
            z-index: 1;
            pointer-events: none;

        }

/* Responsive adjustments */
@media (max-width: 992px) {
    .service-items {
        gap: 2.5rem 3rem;
    }

    .service-banner h2 {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .support-services-section {
        padding: 60px 0;
        text-align: center;
    }

    .common-bg-right {
        width: 80%;
        opacity: 0.3;
    }

    .z-service-heading {
        font-family: 'Inter', Regular;
        font-size: 2.375rem !important;
    }

    .support-icon-box {
        background-color: #ffffff !important;
        border-radius: 4px !important;
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .support-icon-box img {
        filter: none;
    }

    .bg-light-blue {
        background-color: #E0F2FE;
        border-radius: 2px !important;
    }

    .support-card {
        flex-direction: row !important;
        text-align: left !important;
        align-items: center;
        gap: 15px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .support-card h5 {
        font-size: 1rem !important;
        margin-bottom: 2px !important;
        font-weight: 500 !important;
    }

    .support-card p {
        font-size: 0.8rem;
        opacity: 0.8;
    }

    .support-icon-box {
        background-color: #ffffff !important;
        border-radius: 4px !important;
        width: 45px;
        height: 45px;
        min-width: 45px;
        padding: 8px;
    }

    .bg-light-blue,
    .bg-light-orange,
    .bg-light-green,
    .bg-light-purple {
        border-radius: 2px !important;
    }
}

/* Forecast CTA Section Styles */
.forecast-cta-section {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.forecast-wrapper {
    background-color: #F8F9FF;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forecast-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: 50%;
    object-fit: cover;
    z-index: 1;
}

.forecast-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: 50%;
    object-fit: cover;
    z-index: 1;
}

.forecast-content {
    z-index: 2;
}

.forecast-cta-title {
    font-size: 3.5rem;
    font-weight: 500;
    color: #111827;
    margin-bottom: 20px;
    line-height: 1.2;
}

.forecast-cta-subtitle {
    font-size: 1rem;
    color: #6B7280;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.forecast-btn-primary {
    background: #111827;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.forecast-btn-primary:hover {
    background: #000;
    color: #fff;
}

.forecast-btn-secondary {
    background: #F3F5FF;
    color: #1e0a52;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #D1D5DB;
}

.forecast-btn-secondary:hover {
    background: #E8EBFF;
}

/* Responsive adjustments for forecast CTA */
@media (max-width: 767px) {
    .forecast-cta-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .forecast-cta-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .forecast-wrapper {
        min-height: 300px;
    }

    .forecast-btn-primary,
    .forecast-btn-secondary {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .forecast-bg-left,
    .forecast-bg-right {
        max-width: 100%;
        opacity: 0.3;
    }
}

@media (max-width: 600px) {
    .forecast-bg-left {
        top: 84px !important;
    }

    .forecast-bg-right {
        top: 84px !important;
    }
}

/* FAQ Section Styles */
.faq-section {
    padding: 4rem 0;
    background: white;
}

.faq-subsection {
    background: linear-gradient(180deg, #F3F4FF 0%, #FFFFFF 100%);
    padding: 2rem;
    border-radius: 30px;
}

.faq-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.faq-subtitle {
    text-align: center;
    color: var(--text-gray);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.faq-item {
    background: white;
    border: 2px solid #f1f5f9;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--primary-purple);
}

.faq-item:active {
    border-color: var(--primary-purple);
}

.faq-question {
    padding: 1.5rem;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark);
    cursor: pointer;
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-gray);
    line-height: 1.6;
    display: none;
}

.faq-answer.show {
    display: block;
}

.faq-icon {
    transition: transform 0.3s ease;
    color: var(--primary-purple);
}

.faq-icon.rotate {
    transform: rotate(180deg);
}

/* FAQ Mobile Responsiveness */
@media (max-width: 767px) {
    .faq-title {
        font-size: 2rem;
    }

    .faq-subtitle {
        font-size: 0.9rem;
    }

    .faq-item {
        margin-bottom: 0.75rem;
    }

    .faq-question {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .faq-answer {
        padding: 0 1rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-weight: 400 !important;
    }

    .faq-subtitle {
        font-size: 1.14rem !important;
    }
}
