﻿.custom-faq-gap {
    --bs-gutter-x: 20px; 
}
.faq-section {
    padding: 60px 120px;
    background-color: #F5F5FD;
}
.faq-subtitle {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 12px;
}
    .faq-subtitle .line {
        width: 25px;
        height: 1px;
        background-color: #070A0E;
    }

    .faq-subtitle .text {
        font-weight: 600;
        font-size: 16px;
        color: #070A0E;
        text-transform: uppercase;
    }

.faq-main-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    background: linear-gradient(270deg, #3431C6 0%, #000021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.faq-img-container {
    position: relative;
}

.main-faq-img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.faq-support-card {
    width: 426px;
    height: 120px;
    max-width: calc(100% - 40px);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    border-left: 1px solid #DADADB;
    opacity: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

    .faq-support-card h5 {
        color: #070A0E;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .faq-support-card p {
        font-weight: 400;
        font-size: 14px;
        color: #070A0E;
        margin: 0;
    }

.btn-send-req {
    background-color: #3431C6;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
}

.custom-faq .accordion-item {
    border: none;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.custom-faq .accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    color: #070A0E;
    border-radius: 12px !important;
    background-color: transparent;
    box-shadow: none;
}

    .custom-faq .accordion-button:not(.collapsed) {
        color: #070A0E;
    }

.custom-faq .accordion-body {
    padding: 0 25px 25px 25px;
    color: #4B5563;
    line-height: 1.7;
}

.custom-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23070A0E'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    background-size: 1.25rem;
}

.custom-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23070A0E'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
    .faq-section {
        padding: 40px 15px;
    }

    .faq-main-title {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 30px;
    }

    .faq-subtitle {
        justify-content: center;
    }

    .faq-support-card {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 100%;
        right: 0;
        bottom: 0;
        margin-top: 20px;
        flex-direction: column;
        text-align: center;
        padding: 20px;
        border-left: none;
        border-top: 4px solid #3431C6;
    }

        .faq-support-card h5 {
            font-size: 18px;
        }

    .btn-send-req {
        width: 100%;
        margin-top: 10px;
    }

    .custom-faq .accordion-button {
        padding: 15px;
        font-size: 15px;
    }

    .custom-faq .accordion-body {
        padding: 0 15px 15px 15px;
        font-size: 14px;
    }
}
