.contact-page {
    padding: 2.25rem 0 3.25rem;
}

.contact-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.25rem 0 0.85rem;
}

.contact-header h4 {
    color: #111827;
    font-family: "Montserrat", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.contact-header p,
.contact-copy,
.contact-detail p {
    color: #6b7280;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.55;
    margin: 0;
}

.contact-layout {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
}

.contact-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 1.15rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 1.25rem;
}

.contact-reach-panel {
    display: grid;
    gap: 1rem;
    overflow: hidden;
}

.contact-panel-heading {
    display: grid;
    gap: 0.2rem;
}

.contact-eyebrow {
    color: #ed145b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-panel h5 {
    color: #111827;
    font-size: 1.08rem;
    font-weight: 800;
    margin: 0;
}

.contact-details {
    display: grid;
    gap: 0.7rem;
}

.contact-detail {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 1rem;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    padding: 0.85rem;
}

.contact-detail > i {
    align-items: center;
    background: #fff1f6;
    border-radius: 0.85rem;
    color: #ed145b;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.contact-detail-hours {
    grid-template-columns: 2.5rem minmax(0, 1fr);
}

.contact-detail-hours .business-hours-list {
    grid-column: 1 / -1;
}

.contact-detail strong,
.contact-form label {
    color: #111827;
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.business-hours-list {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.2rem;
}

.business-hours-row {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 0.8rem;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: minmax(6.5rem, 0.9fr) minmax(0, 1.1fr);
    padding: 0.6rem 0.7rem;
}

.business-hours-row.is-today {
    background: #fff1f6;
    border-color: rgba(237, 20, 91, 0.24);
}

.business-hours-row.is-closed {
    background: #f9fafb;
}

.business-hours-day {
    align-items: center;
    color: #111827;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.35rem;
    line-height: 1.25;
}

.business-hours-time {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
}

.business-hours-row.is-today .business-hours-time {
    color: #be185d;
}

.business-hours-row.is-closed .business-hours-time {
    color: #94a3b8;
}

.business-hours-today {
    background: #ed145b;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.25rem 0.45rem;
}

.contact-map-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    min-height: 18rem;
    overflow: hidden;
    position: relative;
}

.contact-map-card iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 18rem;
    width: 100%;
}

.contact-map-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 0.9rem;
    bottom: 0.75rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    left: 0.75rem;
    padding: 0.8rem;
    position: absolute;
    right: 0.75rem;
}

.contact-map-overlay strong,
.contact-map-overlay span {
    display: block;
}

.contact-map-overlay strong {
    color: #111827;
    font-size: 0.9rem;
    font-weight: 800;
}

.contact-map-overlay span {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.contact-map-overlay a {
    align-items: center;
    background: #111827;
    border-radius: 0.8rem;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.35rem;
    min-height: 2.4rem;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
}

.contact-map-overlay a:hover {
    background: #ed145b;
    color: #ffffff;
}

.contact-form {
    display: grid;
    gap: 0.9rem;
}

.contact-form .row > [class*="col-"] {
    min-width: 0;
}

.contact-form .form-control {
    background: #fffdfd;
    border-color: #d1d5db;
    border-radius: 1rem;
    min-height: 44px;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .form-control:focus {
    border-color: #ed145b;
    box-shadow: 0 0 0 0.2rem rgba(237, 20, 91, 0.14);
}

.contact-form .phone-input-combo {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.contact-form .phone-input-combo .phone-country-code {
    flex: 0 0 3.1rem;
    width: 3.1rem;
    min-width: 3.1rem;
    padding-left: 0.9rem;
    padding-right: 0;
    color: #111827;
    text-align: left;
    appearance: none;
    background-image: none !important;
}

.contact-form .phone-input-combo .phone-local-number {
    flex: 1 1 auto;
    min-width: 0;
    width: 0;
    padding-left: 0.25rem;
}

.contact-submit {
    align-items: center;
    background: #111827;
    border: 0;
    border-radius: 0.9rem;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    gap: 0.5rem;
    justify-content: center;
    min-height: 46px;
    padding: 0.7rem 1rem;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.contact-submit:hover {
    background: #ed145b;
    box-shadow: 0 14px 28px rgba(237, 20, 91, 0.2);
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .contact-page {
        padding: 1rem 0 2rem;
    }

    .contact-header {
        padding: 1rem 0 0.75rem;
    }

    .contact-panel {
        border-radius: 1rem;
        padding: 1rem;
    }

    .contact-detail {
        grid-template-columns: 2.35rem minmax(0, 1fr);
        padding: 0.75rem;
    }

    .contact-detail > i {
        height: 2.35rem;
        width: 2.35rem;
    }

    .contact-detail-hours {
        grid-template-columns: 2.35rem minmax(0, 1fr);
    }

    .business-hours-list {
        grid-template-columns: 1fr;
    }

    .business-hours-row {
        align-items: start;
        gap: 0.25rem;
        grid-template-columns: 1fr;
    }

    .business-hours-time {
        text-align: left;
    }

    .contact-map-card,
    .contact-map-card iframe {
        min-height: 16rem;
    }

    .contact-map-overlay {
        align-items: stretch;
        flex-direction: column;
        gap: 0.65rem;
    }

    .contact-map-overlay a {
        justify-content: center;
        width: 100%;
    }
}
