.support-list-item {
    padding: 10px;
    background-color: #fff7e7;
    border-radius: 30px;
    margin-bottom: 20px;
    z-index: 12;
    position: relative;
}

.list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
}

.support-list-item:last-of-type {
    margin-bottom: 0;
}

.support-list-item h3 {
    font-size: 24px;
    line-height: 27px;
    color: #21334b;
    font-weight: 600;
}

.support-services-section i {
    color: #21334b;
    font-size: 24px;
}

.services-list {
    background-color: #ffffff;
    box-shadow: 0px 2px 2.5px rgba(0,0,0,0.08);
    border-radius: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}



.support-list-item.active .list-arrow {
    transform: rotate(180deg);
}

.list-arrow {
    transition: transform .3s ease;
}

.services-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px;
    border-bottom: 1px solid rgba(33,51,75,.10);
}



.services-list-item:last-of-type {
    border-bottom: none;
}

.services-item-desc p strong {
    font-size: 20px;
    color: #21334b;
}

.services-item-desc p {
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.services-link {
    text-align: right;
}

.services-item-desc a, .services-link a {
    text-decoration: underline;
    color: #21334b;
    font-weight: 600;
}

footer:before {
    display: none !important;
}

.care-section {
    max-width: calc(100% - 100px);
    margin-inline: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-block: 130px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 110px;
}

.care-list {
    display: flex;
    column-gap: 50px;
    justify-content: center;
}

.care-list-item {
    width: 25%;
}

.care-section h2 {
    color: #ffffff;
    margin-bottom: 160px;
}

.care-list-item p {
    color: #ffffff;
    font-size: 20px;
}

.care-icon {
    height: 100px;
}

.mel-quote {
    background-color: #fff4df;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: calc(100% - 100px);
    margin-inline: auto;
}

.mel-text {
    padding-block: 90px;
    font-size: 22px;
    line-height: 38px;
    position: relative;
    padding-left: 70px;
    max-width: calc(100% - 50px);
}

.mel-quote .container {
    position: relative;
}

.mel-quote .container:before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    width: 60px;
    height: 45px;
    background-image: url('/wp-content/uploads/2026/06/quotes.svg');
    background-size: contain;
    background-position: center center;
}

.mel-image {
    position: absolute;
    width: 120%;
}

.coming-soon {
    padding-block: 80px;
}

.coming-soon h2 {
    margin-bottom: 25px;
}

@media(max-width: 1200px) {
    .mel-image {
        position: absolute;
        width: 160%;
        left: -50px;
    }
}

@media(max-width: 991px) {
    .support-list-item {
        padding: 5px;
    }

    .list-header {
        padding: 15px 20px;
    }

    .support-list-item h3 {
        font-size: 18px;
    }

    .list-heading-info p {
        font-size: 14px;
    }

    .services-list-item {
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    .services-item-desc p {
        font-size: 16px;
    }

    .services-link p {
        font-size: 16px;
        display: flex;
        column-gap: 5px;
    }

    .care-section {
        max-width: calc(100% - 50px);
        margin-top: 50px;
        padding-block: 80px 0;
    }

    .care-section h2 {
        margin-bottom: 50px;
    }

    .care-section .container {
        max-width: 100%;
        padding-inline: 0;
    }

    .care-list {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .care-list-item {
        width: 100%;
        border-top: 1px solid rgba(255,255,255, .10);
        border-bottom: 1px solid rgba(255,255,255, .10);
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
    }

    .care-list-item:last-of-type {
        border-bottom: none;
    }

    .care-icon {
        width: 60px;
        height: 60px;
    }

    .care-list-item p {
        width: calc(100% - 70px);
    }

    .mel-quote {
        max-width: calc(100% - 50px);
    }


    .mel-image {
        position: relative;
        left: unset;
        width: 50%;
        margin-inline: auto;
    }

    .quote-wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .mel-text {
        padding: 40px 0;
        max-width: 100%;
    }

    .mel-image img {
        display: block;
        position: relative;
        left: -40px;
    }

    .mel-quote .container:before {
        position: relative;
        display: block;
        left: 50%;
        transform: translatex(-50%);
        top: unset;
        margin-top: 40px;
    }

    .services-item-desc a, .services-link a {
        text-align: left;
    }
}

@media(max-width: 768px) {
    .mel-image img {
        left: unset;
    }
}

@media(max-width: 575px) {
    .support-services-section .container {
        padding-inline: 5px;
    }

    .support-list-item {
        margin-bottom: 10px;
    }


    .care-section {
        max-width: calc(100% - 10px);
        padding-block: 30px 0;
        margin-top: 20px;
    }

    .care-section h2 {
        margin-bottom: 30px;
        padding-inline: 10px;
        font-size: 26px;
        letter-spacing: -1px;
    }

    .care-icon {
        width: 40px;
        height: 40px;
    }

    .care-list-item p {
        font-size: 16px;
    }

    .care-list-item {
        padding-block: 25px;
    }

    .mel-text {
        padding-block: 20px;
    }

    .mel-quote .container:before {
        margin-top: 30px;
        width: 40px;
        background-repeat: no-repeat;
    }

    .mel-text {
        font-size: 16px;
        line-height: 1.3;
    }

    .mel-quote {
        max-width: calc(100% - 10px);
    }

}