/* .customSection.firstSection {
    min-height: auto;
} */
.heroBGWeb {
    width: 100%;
    min-height: 200px;
    background-size: 100%;
    object-fit: cover;
}
.heroContainer {
    position: absolute;
}
.firstSection {
    height: 250px;
    overflow: hidden;
}
/* ----------- */
.faqContainer {
    margin: 5rem 0;
}
.faqlist {
    flex-direction: column;
    gap: 30px;
    margin-top: 2rem;
    align-items: flex-start;
    max-width: 90%;
}
.iconF {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconF img {
    width: 24px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(92%) saturate(7470%)
        hue-rotate(344deg) brightness(90%) contrast(97%);
}
.faqlist .nav-link:hover,
.faqlist .nav-link.active {
    color: #fff !important;
    background: linear-gradient(180deg, #a41a1f 0%, #a41a1f 100%);
    background-color: #a41a1f !important;
}
.faqlist .nav-link:hover .iconF img,
.faqlist .nav-link.active .iconF img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(0deg) brightness(100%) contrast(100%);
}

.faqlist .nav-link {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
    background: #fff;
    color: #222222;
    border-radius: 4px !important;
    padding: 0.3rem 2rem 0.3rem 0.5rem;
    width: 100%;
    border: 1px solid #dbdbdb80 !important;
}

/* ------------ */
.accordion-item {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(2, 30, 72, 0.1) !important;
}
.accordion-button {
    font-size: 20px !important;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    color: #000 !important;
    background: none !important;
    box-shadow: none !important;
}
.dropdown {
    width: 100%;
    height: auto;
    padding: 0 0 0 20px;
}
.dropdown .iconF {
    background-color: #fff;
}
.sub-tab {
    margin-bottom: 0.5rem;
}
.accordion-body {
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    color: #555555 !important;
    line-height: 150%;
    max-width: 95%;
}

.faqContainer .accordion-button::after {
    width: 40px;
    height: 40px;
    background-image: url("../images/open.webp");
    background-size: 100%;
}
.faqContainer .accordion-button:not(.collapsed)::after {
    width: 40px;
    height: 40px;
    background-image: url("../images/close.webp");
    background-size: 100%;
    transform: rotate(-0deg);
}
.faqContainer .accordion-button:hover {
    color: #23915a !important;
}
.signUpMobile {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    padding: 15px 0;
    text-align: center;
    display: none;
}
.signUpMobile a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}
.signUpMobile a:hover {
    color: #ccc;
}

@media screen and (min-width: 3501px) {
    .firstSection {
        height: 450px;
        margin-top: 250px !important;
    }
    .heroContainer .titel74 {
        font-size: 120px;
    }
    .faqlist .nav-link {
        font-size: 40px;
    }
    .iconF img {
        width: auto;
        height: 39px;
    }
    .accordion-button {
        font-size: 40px !important;
    }
    .accordion-body {
        font-size: 36px !important;
    }
    .faqContainer .titel32 {
        font-size: 70px;
    }
}
@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .firstSection {
        height: 450px;
        margin-top: 250px !important;
    }
    .heroContainer .titel74 {
        font-size: 90px;
    }
    .faqlist .nav-link {
        font-size: 32px;
    }
    .iconF img {
        width: auto;
        height: 32px;
    }
    .accordion-button {
        font-size: 40px !important;
    }
    .accordion-body {
        font-size: 36px !important;
    }
    .faqContainer .titel32 {
        font-size: 64px;
    }
}
@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .firstSection {
        height: 400px;
        margin-top: 220px !important;
    }
    .heroContainer .titel74 {
        font-size: 80px;
    }
    .faqlist .nav-link {
        font-size: 26px;
    }
    .iconF img {
        width: auto;
        height: 32px;
    }
    .accordion-button {
        font-size: 26px !important;
    }
    .accordion-body {
        font-size: 24px !important;
    }
    .faqContainer .titel32 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .accordion-button {
        font-size: 16px !important;
    }
    .faqlist .nav-link {
        gap: 8px;
        font-size: 16px !important;
    }
    .iconF {
        width: 35px;
        height: 35px;
    }
    .iconF img {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 1080px) {
    .heroBGWeb {
        min-height: 230px;
    }
}
@media screen and (max-width: 768px) {
    .faqContainer {
        margin: 3rem 0;
    }
    .heroBGWeb {
        display: block;
    }
    .faqlist {
        margin-top: 1rem;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding-bottom: 1rem;
    }
    .faqContainer .accordion-button::after {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 600px) {
    .faqsSec.firstSection {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 130px !important;
    }
    .signUpMobile {
        display: block;
    }
    .heroContainer {
        position: absolute;
        padding-top: 58px;
    }
    .heroBGWeb {
        min-height: 245px;
    }
    .faqContainer .accordion-button::after {
        width: 26px;
        height: 26px;
    }
    .accordion-button {
        padding: 0.5rem 0.5rem !important;
    }
    .accordion-button {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 500px) {
    .heroContainer h2.titel74 {
        font-size: 32px;
    }
    .signUpMobile {
        padding: 10px 0;
    }
    .faqContainer .accordion-button:not(.collapsed)::after {
        width: 30px;
        height: 30px;
    }
    .faqlist {
        gap: 10px;
    }
    .faqContainer {
        margin: 2rem 0;
    }
    .faqlist .nav-link {
        padding: 0.3rem 1rem 0.3rem 0.5rem;
    }
    .titel32 {
        font-size: 28px;
    }
}
@media screen and (max-width: 400px) {
    .heroBGWeb {
        min-height: 300px;
    }
}
