/* Contact page — fix legacy absolute image overlap */
.gp-contact-hero.contact-info-box {
    margin-top: 0 !important;
    margin-bottom: 3rem;
    padding: 0;
    text-align: left;
    background: linear-gradient(135deg, #f0f9ff 0%, #e8f5e9 100%);
    border: 1px solid rgba(0, 100, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.gp-contact-hero .box-img,
.gp-contact-hero .gp-contact-hero__media {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    height: 100%;
    min-height: 260px;
}

.gp-contact-hero .box-img img,
.gp-contact-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 360px;
    object-fit: cover;
    object-position: center top;
}

.gp-contact-hero .info-box {
    padding: 2rem 2rem 2rem 1.5rem !important;
    text-align: left;
}

.gp-contact-hero .info-box h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: none;
    letter-spacing: -0.02em;
}

.gp-contact-hero .info-box h5 {
    color: #475569;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}

.gp-contact-content.contact-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    border-bottom-color: rgba(0, 100, 0, 0.12);
}

.gp-contact-content .cblock-1 {
    border-radius: 12px;
    border-color: rgba(0, 100, 0, 0.12);
    margin-bottom: 1rem;
}

.gp-contact-content .cblock-1 .icon-wrap {
    color: var(--thm-primary, #006400);
}

@media (max-width: 991px) {
    .gp-contact-hero .info-box {
        padding: 1.75rem !important;
    }
}
