section .accordion {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;

    .accordion-button {
        color: var(--Brown, #432C07);
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 36px;
        text-transform: uppercase;
        background-color: transparent;
        padding: 0;
        justify-content: space-between;

    }

    .accordion-button[aria-expanded="true"] {
        padding-bottom: 24px;
        border: none;
    }

    .accordion-body {
        position: relative;
        padding: 24px 0 0 0;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            display: block;
            height: 1px;
            width: 100%;
            background: linear-gradient(90deg, rgba(174, 134, 37, 0.60) 0%, rgba(247, 239, 138, 0.60) 25%, rgba(210, 172, 71, 0.60) 75%, rgba(237, 201, 103, 0.60) 100%);
        }
    }

    .accordion-item {
        background-color: transparent;
        padding: 24px;
        border-radius: 12px;
        border: 2px solid var(--Gold-2, #DFBD69);
    }

    .accordion-button:not(.collapsed)::after {
        content: "";
        background-size: contain;
        width: 17px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5557 9.6024L0 1.92021L1.88859 0L8.5 6.72209L15.1114 5.87664e-07L17 1.92021L9.4443 9.6024C9.19383 9.85698 8.85416 10 8.5 10C8.14584 10 7.80617 9.85698 7.5557 9.6024Z' fill='%23141311'/%3E%3C/svg%3E");
    }

    .accordion-button::after {
        content: "";
        width: 17px;
        height: 10px;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5557 9.6024L0 1.92021L1.88859 0L8.5 6.72209L15.1114 5.87664e-07L17 1.92021L9.4443 9.6024C9.19383 9.85698 8.85416 10 8.5 10C8.14584 10 7.80617 9.85698 7.5557 9.6024Z' fill='%23141311'/%3E%3C/svg%3E");
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    ul,
    ol {
        margin-bottom: 24px;
        padding: 0;

        li {
            list-style: none;
        }
    }
}

section.account_pricing {
    background-color: #FEFAED;

    li {
        color: var(--Text-Color, #64635D);
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    em {
        color: var(--Text-Color, #64635D);
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
    }

    div#accordionPricing {
        margin-bottom: 100px;

        @media (max-width: 1200px) {
            margin-bottom: 70px;
        }

        @media (max-width: 991px) {
            margin-bottom: 50px;
        }

        @media (max-width: 575px) {
            margin-bottom: 30px;

        }
    }

    .still_have_question {
        padding: 60px;
        border-radius: 12px;
        background: url('../../assets/images/frequently-asked-questions/If you have questions or need assistance, please do not hesitate and contact us by email.jpg')no-repeat center center/cover;
        backdrop-filter: blur(10px);

        @media (max-width: 767px) {
            padding: 30px 20px;
        }
    }

    .contact_details {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: wrap;
    }

    a.cta_btn {
        width: fit-content;
    }

    .group_details {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .phone_number,
    .email_address {
        display: flex;
        flex-direction: column;

        span {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 25px;
            background: var(--Gold-2, linear-gradient(90deg, #DFBD69 0%, #E0AA3E 50%, #926F34 100%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        a {
            color: #FFF;
            font-family: "Roboto Condensed", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 900;
            line-height: 36px;
            text-transform: uppercase;
            text-decoration: none;
        }
    }

    .rounded_div {
        display: flex;
        align-items: center;
        button.phone {
            padding: 0;
            margin: 0;
            height: 50px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 1139.706px;
            border: 1.14px solid var(--Gold-2, #DFBD69);
            background: var(--Gold-1, linear-gradient(90deg, #AE8625 0%, #F7EF8A 25%, #D2AC47 75%, #EDC967 100%));
            z-index: 1;
            position: relative;
        }

        .avatar_icon {
            width: 50px;
            height: 50px;
            right: 20px;
            position: relative;
        }
    }

    h2{
        margin-bottom: 60px;
        @media (max-width: 991px) {
            margin-bottom: 50px;
        }
        @media (max-width: 767pxmar) {
            margin-bottom: 40px;
        }
        @media (max-width: 575px) {
            margin-bottom: 30px;
            
        }
    }

}