/* Faq 1 ---------------------------------- */
.accordion-card {
    transition: 0.4s ease-in-out;
    box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
    border-radius: 5px;
    overflow: hidden;

    &:not(:last-child) {
        margin-bottom: 24px;
    }

    .accordion-button {
        font-size: 18px;
        font-weight: 700;
        font-family: $title-font;
        border: 0;
        color: $title-color;
        background-color: $white-color;
        border-radius: 0;
        padding: 12px 45px 12px 30px;
        min-height: 56px;
        gap: 10px;
        margin-bottom: 0;
        text-align: left;
        transition: 0.3s;
        position: relative;

        &:after {
            content: "\2b";
            height: 100%;
            width: auto;
            line-height: 1;
            background-color: transparent;
            font-family: $icon-font;
            color: $title-color;
            font-weight: 700;
            font-size: 1em;
            display: grid;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: absolute;
            top: 0;
            right: 30px;
            clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
            padding-left: 10px;
            transition: 0.3s ease-in-out;
        }

        &:focus {
            outline: none;
            box-shadow: none;
        }

        &:not(.collapsed) {
            color: $white-color;
            background-color: $theme-color;
            box-shadow: none;
            border-radius: 0;

            // padding: 17px 70px 17px 25px;
            &:after {
                content: '\f068';
                transform: rotate(0);
                color: $white-color;
            }
        }
    }

    .accordion-collapse {
        border: none;
    }

    .accordion-body {
        border-radius: 0;
        background-color: $white-color;
        border: none;
        padding: 23px 30px 30px 30px;
    }

    .faq-text {
        margin-bottom: -0.48em;
    }

    .faq-img {
        height: 100%;

        img {
            height: 100%;
            object-fit: cover;
        }
    }

    &.style2 {
        box-shadow: none;
        border: 1px solid $smoke-color2;
        box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);

        &:not(:last-child) {
            margin-bottom: 24px;
        }

        .accordion-button {
            background-color: $white-color;
            box-shadow: none;

            &:not(.collapsed) {
                color: $white-color;
                border-bottom: none;
                background-color: $theme-color;
            }
        }
    }

    &.style3 {
        border-radius: 20px;
        box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);

        &:not(:last-child) {
            margin-bottom: 30px;
        }

        .accordion-button {
            background-color: $white-color;
            box-shadow: none;

            &:not(.collapsed) {
                color: $title-color;
                background-color: $white-color;
                box-shadow: none;

                &:after {
                    color: $theme-color;
                }
            }
        }

        .accordion-body {
            padding: 0 30px 30px 30px;
        }
    }

    &.style4 {
        position: relative;
        box-shadow: none;
        margin-bottom: 0;
        z-index: 2;

        .accordion-button {
            background-color: transparent;
            padding: 40px 38px 40px 0px;
            font-size: 20px;
            font-weight: 500;
            color: $white-color;

            &.collapsed {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

            &:after {
                width: 36px;
                height: 40px;
                line-height: 40px;
                border-radius: 10px;
                top: 30px;
                right: 0px;
                background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                text-fill-color: transparent;
                clip-path: none;
                padding: 0;

            }

            &:before {
                content: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='39' rx='9.5' stroke='url(%23paint0_linear_434_637)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_434_637' x1='18' y1='0' x2='18' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302CE80'/%3E%3Cstop offset='1' stop-color='%237BD706'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
                position: absolute;
                top: 30px;
                right: 0px;
                width: 36px;
                height: 40px;
                z-index: -2;
            }
        }

        .accordion-body {
            background-color: transparent;
            padding: 0 0 40px 0;
        }

        .faq-text {
            color: #8D929C;
        }

        .accordion-collapse {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }
    }

    &.style5 {
        .accordion-button {
            min-height: 55px;
            font-weight: 500;

            &:after {
                content: "\f107";
            }

            &:not(.collapsed) {
                &:after {
                    content: '\f106';
                }
            }
        }

        .accordion-body {
            padding: 20px 30px 30px 30px;
        }
    }

    &.style6 {
        background-color: transparent;
        box-shadow: none;
        overflow: visible;

        &:first-child {
            .accordion-button {
                &:before {
                    background-color: transparent;
                }
            }
        }

        &:last-child {
            .accordion-button {
                &:before {
                    background-color: transparent;


                }
            }
        }

        .accordion-button {
            background-color: transparent;
            padding: 0;
            color: $white-color;
            min-height: auto;
            text-transform: uppercase;
            font-weight: 500;
            padding-left: 45px;
            margin-top: -0.2rem;

            &:before {
                content: "";
                position: absolute;
                bottom: 11px;
                left: -34px;
                width: 50px;
                height: 1px;
                background-color: $theme-color;

                @include vxs {
                    display: none;
                }
            }

            &:after {
                color: $white-color;
                left: 0px;
                top: 5px;
                right: unset;
                width: 20px;
                height: 20px;
                font-size: 14px;
                line-height: 20px;
                background-color: $theme-color;
                border-radius: 50%;
                clip-path: none;
                background-image: none;
                padding: 0;
                font-weight: 400;
            }


        }

        .accordion-header {
            margin-bottom: 6px;
        }

        .accordion-body {
            background-color: transparent;
            padding: 0 0 0 45px;

        }
    }

    &.style7 {
        box-shadow: none;
        border: 1px solid #E3E7F0;
        border-radius: 10px;
        box-shadow: none;

        &:not(:last-child) {
            margin-bottom: 24px;
        }

        .accordion-button {
            background-color: #FBFCFF;
            box-shadow: none;
            font-weight: 500;

            &:not(.collapsed) {
                color: $white-color;
                border-bottom: none;
                background-color: $theme-color;
            }
        }
    }

    &.style8 {
        .accordion-button {
            background-color: #FFFFFF;
            border-radius: 16px 16px 0 0;
            min-height: 88px;
            font-weight: 500;
            font-size: 30px;
            line-height: 34px;
            color: #1C1C25;
            transition: all 0.4s ease-in-out;

            @include sm {
                font-size: 24px;
            }

            @include xs {
                font-size: 20px;
            }

            &:not(.collapsed) {
                background-color: $title-color;
                color: $white-color;

                &:after {
                    color: $title-color;
                }
            }

        }

        .accordion-collapse {
            .accordion-body {
                background-color: $title-color;

                .faq-text {
                    color: $white-color;
                }
            }
        }


        .accordion-body {
            padding: 0px 30px 30px 30px;
            font-size: 24px;
            transition: all 0.4s ease-in-out;

            @include sm {
                font-size: 18px;
            }

            @include xs {
                font-size: 16px;
            }

        }

        &:hover {
            .accordion-button {
                background-color: $title-color;
                color: $white-color;

                &:after {
                    color: $white-color;
                }

                &:not(.collapsed) {

                    &:after {
                        color: $white-color;
                    }
                }
            }

            .accordion-body {
                background-color: $title-color;

                .faq-text {
                    color: $white-color;
                }
            }
        }
    }

    &.style9 {
        position: relative;
        z-index: 5;

        .accordion-button {
            background-color: $white-color;
            border-radius: 16px;
            font-size: 24px;
            color: $title-color;
            padding: 19px 45px 19px 30px;

            @include sm {
                font-size: 18px;
            }

            &:not(.collapsed) {
                border-radius: 16px 16px 0 0;
            }

        }

        .accordion-body {
            padding: 0px 30px 30px 30px;
            border-radius: 0 0px 16px 16px;

            li {
                list-style: none;
                font-weight: 400;
                font-size: 18px;
                color: #1B1B1B;

            }
        }

        .accordion-collapse {
            border-radius: 0 16px 16px 16px;
        }
    }
}

.accordion-area {
    &.style5 {
        margin-right: 93px;

        @include xl {
            margin-right: 0;
        }
    }

    &.style6 {
        position: relative;
        margin-left: 40px;

        @include lg {
            margin: 0 0 80px 0;
        }

        &:before {
            content: "";
            position: absolute;
            left: -35px;
            top: 15px;
            width: 50px;
            height: 85%;
            border: 1px solid $theme-color;
            border-right: 1px solid transparent;
            border-radius: 20px 0px 0px 20px;

            @include vxs {
                display: none;
            }
        }

    }


    .faq-text {
        color: #A1A6B0;
    }
}

.accordion-area.grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 24px;

    .accordion-card {
        width: calc(50% - 12px);
        align-self: flex-start;
    }
}

@media (min-width: 1300px) {
    .faq-img {
        margin-left: 56px;
        margin-right: -48px;
    }
}

.faq-img {
    text-align: center;
    position: relative;
    display: inline-block;

    .img-shape {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        top: 0;

        img {
            height: 100%;
            width: 100%;
            max-width: n;
        }

        .mask-icon {
            mask-size: 100% 100%;
        }
    }

    img {
        width: 100%;
        max-width: 700px;
    }
}

@include xs {
    .accordion-card .accordion-button {
        font-size: 16px;
    }
}

.faq-widget {
    background-color: $smoke-color;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    text-align: center;

    .title {
        margin-top: -0.23em;
    }
}

.faq-form-wrap {
    margin-top: 70px;

    .form-text {
        max-width: 500px;
        margin-bottom: 25px;
    }
}

@include md {
    .faq-form-wrap {
        margin-top: 45px;
    }
}

@include vxs {
    .faq-widget {
        padding: 40px 20px;
    }
}


.faq-img4 {
    position: relative;
    z-index: 2;
    width: 634px;
    height: 724.57px;

    @include md {
        margin-bottom: 50px;
    }

    .img1 {
        position: absolute;
        top: 0px;
        right: 0;
        width: 317px;
        height: 362.286px;
        border-radius: 1000px 1000px 0px 0px;

        @include xl {
            right: 30px;
        }

        @include sm {
            right: 60px;
        }

        @include xs {
            right: unset;
            left: 0;
        }

        img {
            border-radius: 1000px 1000px 0px 0px;
        }
    }

    .img2 {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 317px;
        height: 362.286px;
        border-radius: 0 0 1000px 1000px;

        img {
            border-radius: 0 0 1000px 1000px;
        }
    }

    .faq-client-box {
        position: absolute;
        left: 20%;
        top: 40%;
        padding: 20px 30px;
        border-radius: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
        background-color: $white-color;
        text-decoration: underline;
        box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.06);
        z-index: 3;
        transform: translate(-50% -50%);

        @include xs {
            left: 0;

        }

        @include vxs {
            display: block;
            text-align: center;
            padding: 10px 40px;
        }

        .cilent-box_title {
            min-width: 170px;
            font-size: 18px;
            font-weight: 600;
            color: $title-color;
        }

        .client-thumb-group {
            min-width: 112px;

            @include vxs {
                margin-bottom: 10px;
                justify-content: center;
            }

            .thumb {
                &:not(:first-child) {
                    margin-left: -35px;
                }
            }
        }
    }

    .faq-shape {
        position: absolute;
        left: 20%;
        top: 20%;
        width: 372px;
        height: 372px;
        background-color: rgba(50, 86, 217, 0.07);
        border-radius: 50%;
        z-index: 2;
        transform: translate(-50% -50%);

        &:after,
        &:before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(50, 86, 217, 0.15);
            @extend .ripple-animation;
            z-index: -2;
            border-radius: 50%;
            transition: all ease 0.4s;
        }

        &:after {
            animation-delay: 2s;
        }
    }
}

/* faq 5 start -------------------------*/
.faq-img5 {
    position: relative;

    @include lg {
        margin-bottom: 300px;
    }

    @include xs {
        margin-bottom: 250px;
    }

    @media(max-width: 480px) {
        margin-bottom: 200px;
    }

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

    img {
        box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);

    }

    .img2 {
        position: absolute;
        right: 30px;
        bottom: -28%;

        @include sm {
            display: none;
        }
    }

    .img3 {
        position: absolute;
        left: -10%;
        bottom: -42%;

        @media(max-width: 480px) {
            display: none;
        }
    }

    .faq-shape5 {
        position: absolute;
        bottom: -48%;
        right: 1%;
        width: 610px;
        height: 367px;
        border-radius: 20px;
        border: 2px solid var(--theme-color);
        z-index: -1;

        @media(max-width: 480px) {
            display: none;
        }
    }
}

/* faq 5 end -------------------------*/
/* faq 6 start ----------------------------*/
.faq-img6 {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(42% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 3;

    @include lg {
        display: none;
    }
}

/* faq 6 end ----------------------------*/
/* faq 7 start ----------------------------*/
.faq-img7 {
    position: relative;

    @include lg {
        margin-bottom: 100px;
    }

    .img1 {
        border: 1px solid $theme-color;
        padding: 25px;
        padding-bottom: 70px;
        border-radius: 20px;

        @include vxs {
            padding-bottom: 25px;
        }
    }

    .img2 {
        position: absolute;
        left: 5%;
        bottom: -15%;

        @include vxs {
            display: none;
        }

        img {
            box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
            border-radius: 10px;

        }
    }

    .img3 {
        position: absolute;
        right: 20%;
        bottom: -5%;

        @include vxs {
            display: none;
        }

        img {
            box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
            border-radius: 10px;

        }
    }

}

/* faq 7 end ----------------------------*/
/* faq 8 start ----------------------------*/
.accordion-card {
    &.style2 {
        &.th-radius1 {
            border-radius: 10px;
        }
    }
}

.faq-img8 {
    position: relative;
    text-align: right;
    z-index: 3;

    @include lg {
        text-align: center;
        margin-top: 50px;
    }

    .img1 {
        @include lg {
            padding: 20px 0;
        }
    }

    img {
        border-radius: 20px;
    }

    .img2 {
        position: absolute;
        bottom: -135px;
        left: 60px;

        @include lg {
            bottom: 0;
        }

        img {
            border-radius: 20px;
            box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);

        }
    }

    .faq8-shape {
        position: absolute;
        bottom: -135px;
        right: -50px;
        width: 610px;
        height: 367px;
        border: 2px solid #3E66F3;
        border-radius: 20px;
        z-index: -1;

        @include xxl {
            right: 0;
        }

        @include xl {
            width: 100%;

        }

        @include lg {
            height: 100%;
            bottom: 0;
        }

        @include sm {
            border: none;
        }

    }
}

/* faq 8 end ----------------------------*/

/* faq 10 start ------------------------------*/
.faq-area10 {
    background-color: #EFF1F9;
}

/* faq 10 end ------------------------------*/

/* faq 11 start ------------------------------*/
.accordion-card {
    &.style11 {
        .accordion-button {
            color: var(--title-color);
            background-color: #EFF1F9;
            border-radius: 10px;
            font-weight: 500;

            &:after {
                content: "\f107";
            }

            &:not(.collapsed) {
                background: linear-gradient(180deg, $theme-color 0%, $theme-color2 100%);
                border-radius: 10px 10px 0px 0px;
                color: $white-color;
                box-shadow: none;

                &:after {
                    content: '\f106';
                }
            }
        }

        .accordion-body {
            border-radius: 0;
            background-color: #EFF1F9;
            border: none;
            padding: 23px 30px 30px 30px;
            box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.10);
        }
    }
}

.faq-image11 {
    min-width: 704px;

    @include xxl {
        min-width: 100%;
    }

    img {
        margin-right: -100px;

        @include xxl {
            margin-right: 0;
        }
    }
}

/* faq 11 end ------------------------------*/

/* faq 12 start ------------------------------*/
.accordion-card {
    &.style12 {
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: #16181D;
        box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.10);

        .accordion-button {
            border-radius: 10px;
            background: #16181D;
            color: $white-color;
            font-size: 20px;
            font-weight: 500;



            &:after {
                content: "\f107";
                color: $theme-color;
                font-size: 14px;
            }

            &:not(.collapsed) {
                background: linear-gradient(180deg, $theme-color 0%, $theme-color2 100%);
                border-radius: 10px 10px 0px 0px;
                color: $white-color;
                box-shadow: none;

                &:after {
                    content: '\f106';

                }
            }
        }

        .accordion-body {
            border-radius: 0;
            background-color: #16181D;
            border: none;
            padding: 23px 30px 30px 30px;
            box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.10);
        }
    }
}

/* faq 12 end ------------------------------*/

.faq-area14 {
    position: relative;
    background-color: #ECEFF3;
    padding: 120px 175px;
    border-radius: 40px;
    z-index: 3;

    @include xxl {
        padding: 120px 80px;
    }

    @include xl {
        padding: 120px 20px;
    }

    @include md {
        padding: 80px 20px;
    }
}