/* Contact page (ID 133) */

body.page-id-133 .topsf {
    padding: 50px 0 20px !important;
}

body.page-id-133 .topsf .toppass {
    margin-bottom: 40px !important;
}

body.page-id-133 .topsf .toppass h1 {
    font-size: 1.85rem;
}

/* Three-column contact cards — same pattern as passport page feature cards */
body.page-id-133 .contact-cards .full_section_inner.clearfix {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

body.page-id-133 .contact-cards .wpb_column.vc_column_container {
    flex: 1;
    min-width: 260px;
    border: 1px solid #e4eaf5;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(9, 68, 244, 0.07);
    border-top: 3px solid #0944f4;
    padding: 28px 24px !important;
    margin: 0 !important;
    box-sizing: border-box;
}

body.page-id-133 .contact-cards .contact-card,
body.page-id-133 .contact-cards .contact-card .wpb_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

body.page-id-133 .contact-cards .contact-card h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2b5f;
    text-align: left;
    margin: 0 0 16px;
    letter-spacing: normal;
    text-transform: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8eeff;
}

body.page-id-133 .contact-cards .contact-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    text-align: left !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 12px !important;
}

body.page-id-133 .contact-cards .contact-card a:not(.button) {
    color: #0944f4;
    font-weight: 600;
    text-decoration: none;
}

body.page-id-133 .contact-cards .contact-card a:not(.button):hover {
    text-decoration: underline;
}

body.page-id-133 .contact-cards .contact-card a.button.small {
    display: inline-block;
    margin-top: 4px;
    padding: 10px 20px;
    background: #0944f4;
    color: #fff !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

body.page-id-133 .contact-cards .contact-card a.button.small:hover {
    background: #0738c9;
}

body.page-id-133 .contact-cards ul.hours {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    text-align: left !important;
}

body.page-id-133 .contact-cards ul.hours li {
    margin-bottom: 8px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.5;
    width: auto !important;
    max-width: none !important;
    text-align: left !important;
}

body.page-id-133 .contact-cards .contact-card small {
    display: block;
    color: #8892a0;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

/* Kill conflicting page custom CSS on old introtext blocks if any remain */
body.page-id-133 .introtext p,
body.page-id-133 .introtext li {
    width: auto !important;
    max-width: none !important;
}

/* Form section */
body.page-id-133 .frmf .wpb_text_column > .wpb_wrapper {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

body.page-id-133 .frmf .wpb_text_column h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2b5f;
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: normal;
    text-transform: none;
}

body.page-id-133 .frmf .wpb_text_column > .wpb_wrapper > p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #5a6578;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 8px;
    width: auto !important;
    max-width: none !important;
}

body.page-id-133 .frmf .wpb_text_column .everest-forms {
    margin-top: 28px !important;
}

@media only screen and (max-width: 900px) {
    body.page-id-133 .contact-cards .full_section_inner.clearfix {
        flex-direction: column;
        max-width: 480px;
        padding: 0 16px;
    }

    body.page-id-133 .topsf .toppass h1 {
        font-size: 1.5rem;
    }

    body.page-id-133 .contact-cards .wpb_column.vc_column_container {
        padding: 22px 18px !important;
    }
}
