.contact-us-page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-us-container {
    margin-bottom: 60px;
}

.contact-us-main-col {
    border-right: 1px solid #ddd;
    padding-right: 24px;
}

.contact-us-social-wrap {
    text-align: right;
    margin-bottom: 20px;
}

.contact-us-social-label {
    color: #1b2a6b;
    font-weight: 600;
    margin-right: 8px;
    position: relative;
    top: -10px;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5f7fb;
    color: #1b2a6b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-text h3 {
    color: #1b2a6b;
    font-size: 22px;
    margin: 0 0 6px;
    letter-spacing: 1px;
}

.contact-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

.contact-text a {
    text-decoration: none;
    color: #000;
}

.contact-open-hours {
    text-align: center;
    font-size: 16px;
    color: #1b2a6b;
    font-weight: 600;
    margin: 20px 0 0;
}

.contact-map-iframe {
    border: 0;
}

.contact-newsletter {
    margin-top: 40px;
}

.contact-newsletter h4 {
    margin-bottom: 12px;
}

.contact-join-form .form-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    align-items: stretch;
}

.contact-join-form .form-box input.js-member-email {
    border: none;
    padding: 12px 18px;
    width: 250px;
    outline: none;
    font-size: 14px;
    flex: 1;
    min-width: 0;
}

.contact-join-form .js-join-submit {
    background: #ef4136;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin: 5px;
    width: 114px;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.contact-join-form .js-join-error {
    margin: 8px 0px 0px 20px;
}

.contact-join-form .js-join-loader {
    margin: 8px 0px 0px 20px;
}

@media (max-width: 767px) {
    .contact-us-main-col {
        border-right: none;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .contact-us-social-wrap {
        text-align: left;
    }

    .contact-us-social-label {
        display: block;
        top: 0;
        margin-bottom: 8px;
    }

    .contact-row {
        gap: 14px;
    }

    .contact-text h3 {
        font-size: 20px;
    }

    .contact-text p {
        font-size: 15px;
    }

    .contact-open-hours {
        text-align: left;
    }
}
