.contact-page .section-accordions {
    background-color: var(--cream);
}

.contact-page .accordion {
    background: white;
}

.contact-page .section-contact {
    padding: 129px 0px 43px;
    background-image: url("/assets/img/logo-2.svg");
    background-repeat: no-repeat;
    background-position: calc(100vw - 34vw) -501px;
}

.atf-contact {
    padding: 149px 0px 114px;
}

.atf-contact .h2 {
    margin-bottom: 32px;
}

.atf-contact .atf-title {
    margin-bottom: 69px;
}

.atf-contact .contact-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 25px;
}

.atf-contact .contact-link a {
    text-decoration: none;
    color: var(--secondary);
}

.atf-contact iframe {
    width: 100%;
    border-radius: 12px;
    height: 400px;
}

.section-offices {
    padding: 43px 0px 114px;
    background-image: url("/assets/img/ellipse-1.svg");
    background-repeat: no-repeat;
    background-position: -155px 326px;

}

.section-offices h2 {
    margin-bottom: 116px;
}

.section-offices .office-card {
    min-height: 300px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 32px 26px 37px;
    background: linear-gradient(108deg, #16335D 2.46%, #2D5288 96.29%);
    border: 1px solid #000;
    color: white;
}

.section-offices .col-12:nth-child(odd) {
    top: -32px;
    position: relative;
}

.section-offices .office-card .title {
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 38px; 
}

.section-offices .office-card a {
    color: white;
}

.section-offices .office-card .address {
    font-size: 16px;
    font-weight: 300;
    line-height: 24.4px;
    text-decoration: underline; 
    margin-bottom: 24px;
}

.section-offices .office-card .phone-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 31px;
}

.section-offices .office-card .phone-wrapper img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.section-offices .office-card .phone-wrapper .text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-offices .office-card .phone-wrapper a {
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    text-decoration: none;
}

.section-offices .office-card .btn {
    width: 100%;
    font-weight: 500;
}

.section-accordions .directions {
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 3px 30px rgba(123, 125, 126, 0.1);
    height: 100%;
}

.section-accordions .directions li {
    padding: 7px 0px;
}

@media screen and (max-width: 992px) {
    .contact-page .section-contact {
        padding: 58px 0px;
        background-image: none;
    }

    .contact-page .section-accordions {
        padding: 64px 0px 68px;
        background-image: none;
    }
    
    .atf-contact {
        padding: 50px 0px 68px;
    }
    
    .atf-contact .h2 {
        margin-bottom: 32px;
    }
    
    .atf-contact .atf-title {
        margin-bottom: 40px;
    }
    
    .atf-contact .contact-link {
        margin-bottom: 32px;
    }

    .atf-contact .atf-img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
        margin-top: 8px;
    }

    .section-offices {
        padding: 0px 0px 82px;
        background-size: 389px 389px;
        background-position: -133px calc(100% + 88px)
    }

    .section-offices .row {
        row-gap: 18px;
    }
    
    .section-offices h2 {
        margin-bottom: 40px;
    }
    
    .section-offices .office-card {
        min-height: 281px;
        height: 100%;
        padding: 32px 26px;
    }
    
    .section-offices .col-12:nth-child(odd) {
        top: 0px;
    }
    
    .section-offices .office-card .title {
        margin-bottom: 32px; 
    }
    
    .section-offices .office-card .phone-wrapper {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 768px) {
    .section-offices .row {
        gap: 18px;
    }
}