/* Breadcrumb: same height/width on all pages; image always covers area */
.breadcrumb-section {
    background-color: var(--header, #003566);
    width: 100%;
    max-width: 100%;
    height: 420px;
    max-height: 420px;
    min-height: 420px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.breadcrumb-section .container,
.breadcrumb-section .row {
    width: 100%;
}

.breadcrumb-section .page-heading {
    padding: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    .breadcrumb-section {
        height: 320px;
        max-height: 320px;
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-section {
        height: 260px;
        max-height: 260px;
        min-height: 260px;
    }

    .breadcrumb-section .page-heading h2 {
        font-size: 28px;
    }
}

/* Contact page – single office layout */
.contact-page-section .contact-office-card {
    padding: 40px 36px;
}

.contact-page-section .contact-office-subtitle {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.6;
}

.contact-page-section .contact-office-card .contact-title {
    margin-bottom: 10px;
}

.contact-page-section .contact-office-card .contact-info li .content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-page-section .contact-office-card .contact-info li .content a:hover {
    color: var(--theme-color);
}

.contact-page-section .contact-form-card {
    max-width: none;
    margin: 0;
    padding: 40px 36px;
    border-radius: 10px;
    box-shadow: 11px 6px 50.5px 77px rgba(10, 3, 45, 0.03);
}

.contact-page-section .contact-form-card .section-title span {
    display: inline-block;
    margin-bottom: 8px;
}

.contact-page-section .contact-form-card .contact-form-box {
    margin-top: 0;
}

.contact-page-section .contact-form-card .form-clt textarea {
    min-height: 140px;
    padding-bottom: 20px;
}

.map-section-contact .google-map iframe {
    height: 420px;
}

@media (max-width: 991px) {
    .contact-page-section .contact-form-card,
    .contact-page-section .contact-office-card {
        padding: 32px 24px;
    }

    .map-section-contact .google-map iframe {
        height: 320px;
    }
}
