
/* 04-08-2025 */
.faq-answer {
    display: none;
    padding-top: 16px;
    width: 100%;
    float: left;
}
.faq-group {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.faq-item {
    margin-bottom: 18px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px #31313129;
    border-radius: 8px;
    padding: 18px 20px 18px 25px;
    transition: 0.5s;
    text-align: left;
    width: 100%;
    float: left;
}
.faq-question {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    float: left;
}
.faq-question h3 {
    cursor: pointer;
    margin: 0 !important;
    width: 100%;
    float: left;
}
.faq-question::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28px' height='28px' viewBox='0 0 28 28' transform='rotate(0) scale(1, 1)'%3E%3Cpath id='Path_2857' d='M14,0A14,14,0,1,0,28,14,14.016,14.016,0,0,0,14,0Zm0,26.25A12.25,12.25,0,1,1,26.251,14,12.264,12.264,0,0,1,14,26.251ZM21.767,14a.875.875,0,0,1-.875.875H14.876v6.016a.875.875,0,1,1-1.75,0V14.876H7.11a.875.875,0,0,1,0-1.75h6.016V7.11a.875.875,0,0,1,1.75,0v6.016h6.016A.875.875,0,0,1,21.767,14Z' transform='translate(-0.001 -0.001)' fill='%23cc0000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.faq-question.active::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26px' height='26px' viewBox='0 0 26 26' transform='rotate(0) scale(1, 1)'%3E%3Cg id='Group_2609' transform='translate(-123 -86)'%3E%3Cpath id='Path_2855' d='M136,112a13,13,0,1,1,13-13A13.014,13.014,0,0,1,136,112Zm0-24.375A11.375,11.375,0,1,0,147.375,99,11.387,11.387,0,0,0,136,87.625Z' transform='translate(0 0)' fill='%23cc0000'/%3E%3Cpath id='Path_2856' d='M263.289,327.889h-11.47a.954.954,0,0,1,0-1.889h11.47a.954.954,0,0,1,0,1.889Z' transform='translate(-121.554 -227.944)' fill='%23cc0000'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.team-content ul {
    padding-bottom: 10px;
}

.team-content ol {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.team-content ul li:last-child {
    padding-bottom: 0
}

.team-content ul li {
    /* color: #000;
    padding-bottom: 15px;
    position: relative;
    padding-left: 40px; */
}

/* .team-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url('../../../../wp-content/uploads/2025/08/right-icon-1.svg');
    width: 26px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain
} */

/* .team-content a {
    color: #C00;
    transition: all .5s
} */

.team-content a:hover {
    color: #000
}
.main-faq-wrapper.team-content {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

/* 04-08-2025 */








@media screen and (max-width: 1023px) {

    .faq-item {
        padding: 15px 15px 15px 20px;
    }
    .faq-question.active::after,
    .faq-question::after {
        width: 20px;
        height: 20px;
    }
}


@media screen and (max-width: 767px) {
    .faq-item {
        padding: 11px 15px 10px 15px;
    }
    .faq-answer {
        padding-top: 10px;
    }
}