.head-title {
    font-family: "ubuntu-medium" !important;
    font-size: 24px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
    color: #004990;
    width: 100%;
}


.content p a {
    font-family: "ubuntu-medium" !important;
    background: transparent;
    width: 100%;
    color: #004990;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #212121;
}

.content h3 {
    font-family: "ubuntu-medium" !important;
    background: transparent;
    width: 100%;
    color: #212121;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-decoration: none;
}

.accordion-wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#accordion {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
}

    #accordion .dropdown-btn {
        background-color: transparent;
        justify-content: space-between;
        font-family: "ubuntu-medium" !important;
        font-size: 16px;
        padding: 0px;
        text-align: start;
        word-wrap: break-word;
        text-decoration: none;
        line-height: 22px;
        letter-spacing: 0;
        color: #212121;
        display: flex;
        gap: 8px;
        border: 0px solid transparent;
        border-radius: 8px;
        width: 100%;
    }

        #accordion .dropdown-btn img {
            transition: 200ms ease;
        }

    #accordion .rotate img {
        rotate: -180deg;
    }

.index-text-wrap {
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    gap: 8px;
    letter-spacing: 0;
    color: #212121;
    max-height: 0;
    padding-top: 0px;
    overflow: hidden;
    transition: max-height 300ms ease-in-out; /* Smooth transition */
}

    .index-text-wrap.show {
        max-height: 5000px; /* Adjust this value as needed based on content size */
    }

.index-text {
    padding-top: 16px;
}

.bold-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .bold-link a {
        letter-spacing: 0;
        font-family: "ubuntu-medium" !important;
        color: #212121;
        line-height: 22px;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        gap: 8px;
    }
