/* =====================================================
   HelpStar — Contact Page Styles (Reference Design System)
   ===================================================== */

.contact-main {
    padding: 4rem 0 5rem;
    background-color: #ffffff;
}

/* ── Left Column ── */
.contact-clinic-img-placeholder {
    width: 100%;
    height: 280px;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1.75rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.contact-clinic-img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.contact-heading {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1B2A4A;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.contact-heading .highlight-gold { color: #F7941D; }
.contact-heading .highlight-green { color: #00838F; }

.contact-body-text {
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.contact-body-text a {
    color: #00838F;
    text-decoration: underline;
}

.contact-body-text a:hover {
    color: #006064;
}

/* ── Working Hours ── */
.contact-hours-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 0.85rem;
}

.contact-hours-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
}

.contact-hours-day {
    background-color: #E0F2F1;
    color: #006064;
    font-weight: 700;
    font-size: 0.82rem;
    border-radius: 0.35rem;
    padding: 0.45rem 0.75rem;
    min-width: 55px;
    text-align: center;
    flex-shrink: 0;
}

.contact-hours-time {
    background-color: #E0F2F1;
    color: #004D40;
    font-size: 0.82rem;
    font-weight: 500;
    border-radius: 0.35rem;
    padding: 0.45rem 1rem;
    flex: 1;
}

/* ── Google Map ── */
.contact-map-wrap {
    margin-top: 2rem;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.contact-map-wrap iframe {
    display: block;
    width: 100%;
    height: 340px;
    border: none;
}

/* ── Right Sidebar: Office Information ── */
.contact-sidebar {
    background-color: #FAF8F5;
    border: 1px solid #E8E8E8;
    border-radius: 1.25rem;
    padding: 2rem 1.75rem;
    position: sticky;
    top: 7rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.contact-sidebar-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1B2A4A;
    margin-bottom: 1.25rem;
}

.contact-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    border-radius: 50rem;
    padding: 0.65rem 1rem;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none !important;
    margin-bottom: 0.75rem;
    border: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.contact-action-btn.btn-appointment {
    color: #ffffff !important;
    background-color: #00838F !important;
    box-shadow: 0 4px 14px rgba(0, 131, 143, 0.25);
}

.contact-action-btn.btn-appointment:hover {
    background-color: #006064 !important;
    transform: translateY(-2px);
}

.contact-action-btn.btn-call {
    color: #ffffff !important;
    background-color: #6A1B9A !important;
    box-shadow: 0 4px 14px rgba(106, 27, 154, 0.25);
}

.contact-action-btn.btn-call:hover {
    background-color: #4A148C !important;
    transform: translateY(-2px);
}

.contact-info-pill {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.6rem 1rem;
    border: 1.5px solid #1B2A4A;
    border-radius: 50rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1B2A4A !important;
    text-decoration: none !important;
    margin-bottom: 0.6rem;
    transition: all 0.2s ease;
    background: transparent;
}

.contact-info-pill:hover {
    background-color: #1B2A4A !important;
    color: #ffffff !important;
}
