@font-face {
    font-family: 'LeagueSpartan-Bold';
    src: url("../fonts/LeagueSpartan-Bold.ttf");
    font-weight: 800px;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url("../fonts/GlacialIndifference-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference-bold';
    src: url("../fonts/GlacialIndifference-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

.faq-heading {
    font-family: 'LeagueSpartan-Bold';
    text-align: center;
    color: #353535;
    margin-top: 70px;
    font-weight: 800;
    font-size: 73px;
    line-height: 95px;


}









/* faq detail */
/* faq cntent */
:root {
    --header-padding: 1rem 0;
    --content-padding: 0.2rem 0rem 1rem 0rem;
    --border-color: #e4e4e7;
    --title: 1rem;
    --content: 0.95rem;
    --icon-size: 1.5rem;
    --primary-color: #c8dc71;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.accordion-container {
    margin-top: 150px;
    width: 100%;
}

details {
    font-size: var(--title);
    margin: 0 auto;
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid var(--border-color); */
    transition: all 0.3s ease-in-out;

    &:hover {
        opacity: 1;
    }
}

summary {
    user-select: none;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    padding: var(--header-padding);

    &:hover {
        text-decoration: underline;

        & .title {
            opacity: 1;
        }

        & .accordion-icon {
            opacity: 1;
        }
    }
}

.accordion-title {
    border: none !important;
    font-family: 'GlacialIndifference-bold';
    width: 90%;
    color: #353535;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
    transition: all 250ms ease-in-out;
}


.accordion-content ul {
    list-style-type: none;
    /* Remove default bullets */
    padding-left: 20px;
    /* Adjust spacing from left */
}

.accordion-content ul li {
    position: relative;
    padding-left: 20px;
    /* Space for custom bullet */
}

.accordion-content ul li::before {
    content: '•';
    /* Custom bullet */
    position: absolute;
    left: 0;
    font-size: 20px;
    /* Adjust bullet size here */
    color: black;
    /* Bullet color */
}

.faq-content-p {
    font-family: 'GlacialIndifference-Regular';

    color: rgba(53, 53, 53, 1);
    font-weight: 400 !important;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 0px !important;
}

.accordion-title:hover {
    text-decoration: none !important;
    border: none !important;

}

.accordion-heading {

    margin-top: 10px;
    padding-left: 3%;
    border-radius: 0px;
    padding-right: 13px;
    background-color: #FAF0FF;
}

.accordion-icon {
    opacity: 1;
    background-color: white;
    padding: 1px 5px;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    right: 1rem;

    transition: all 150ms ease-out;


}

.question-mark-img {
    position: absolute;
    right: 30px;
    margin-top: -37px;
    width: 202px;
    height: 246;
}

.question-mark-img1 {
    position: absolute;
    left: 30px;
    display: none;
    margin-top: -11px;
    width: 49px;
    height: 246;

}

.question-mark-img2 {
    position: absolute;
    left: 30px;
    margin-top: -11px;
    width: 49px;
    height: 246;
    animation: fadeIn-image2 2s forwards;
    /* Apply animation */

}

.question-mark-img3 {
    position: absolute;
    left: 30%;
    margin-top: -40px;
    width: 49px;
    height: 246;
    animation: fadeIn-image3 2s forwards;
    /* Apply animation */

}

.question-mark-img4 {
    position: absolute;
    left: 47%;
    margin-top: 30px;
    width: 49px;
    height: 246;
    animation: fadeIn-image4 2s forwards;
    /* Apply animation */

}

@keyframes fadeIn-image4 {
    from {
        opacity: 1;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeIn-image2 {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(170px);
    }
}

@keyframes fadeIn-image3 {
    from {
        opacity: 1;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media(max-width:1300px) {
    .question-mark-img {
        position: absolute;
        right: 0px;
        margin-top: -4px;
        width: 152px;
        /* height: 196px; */
    }
}

@media(max-width:1048px) {
    .question-mark-img {
        position: absolute;
        right: 0px;
        margin-top: 21px;
        width: 152px;
        /* height: 196px; */
    }
}

.accordion-content {
    font-weight: 400;
    font-family: 'Cordon', sans-serif;
    padding: 3%;
    border-radius: 0px;
    margin-top: 10px;
    columns: rgba(42, 45, 43, 1);
    font-size: 20px;
    color: rgba(42, 45, 43, 1);
    background-color: rgba(189, 40, 255, 0.03);
}

.faq-ul {
    margin-top: 5px;
    position: relative;
    left: 5%;
    padding-right: 3%;

}

/** Remove Marker */
summary::-webkit-details-marker {
    display: none;
}

/** Rotate Icon */
details[open] .accordion-icon svg {
    transform: rotate(180deg);
}

.animate-community-heading {
    opacity: 0;
    transform: translateY(120%);
    /* For fade-up effect */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    /* Smooth transition */
}

.animate-community-heading-visible {
    opacity: 1;
    transform: translateY(0);
    /* Reset position */
}

.animate-community-faq {
    opacity: 1;
    transform: translateY(20%);
    /* For fade-up effect */
    transition: transform 1s ease-in-out;
    /* Smooth transition */
}

.animate-community-faq-visible {
    opacity: 1;
    transform: translateY(0);
    /* Reset position */
}

@media(max-width:756px) {
    .question-mark-img {
        position: absolute;
        right: 0px;
        margin-top: 21px;
        width: 110px;
        /* height: 196px; */
    }

    .accordion-container {
        margin-top: 120px;
        width: 100%;
    }

    .faq-heading {
        font-family: 'LeagueSpartan-Bold';
        text-align: center;
        color: #353535;
        margin-top: 70px;
        font-weight: 800;
        font-size: 43px;
        line-height: 75px;


    }



}

@media(max-width:466px) {
    .question-mark-img {
        position: absolute;
        right: 0px;
        margin-top: 27px;
        width: 89px;
        /* height: 196px; */
    }

    .accordion-container {
        margin-top: 100px;
        width: 100%;
    }

    .faq-heading {
        font-family: 'LeagueSpartan-Bold';
        text-align: center;
        color: #353535;
        margin-top: 70px;
        font-weight: 800;
        font-size: 30px;
        line-height: 55px;


    }


}

.accordion-icon {
    transition: transform 0.3s ease;
}

details[open] .accordion-icon {
    transform: rotate(180deg);
}
