/* ===== Contact Page ===== */

.contact-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.contact-container .home-categories-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 10px 0 30px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.contact-container .home-categories-title {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

/* Map */
.contact-map {
    margin-bottom: 30px;
}

.contact-map iframe {
    display: block;
    width: 100%;
}

/* Form */
.contact-form-section {
    margin-bottom: 20px;
}

.contact-form-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}

.contact-form-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
}

.contact-form-section .mb-3 {
    margin-bottom: 10px !important;
}

.contact-submit-btn {
    padding: 10px 28px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    letter-spacing: 0;
}

/* Honeypot – invisible to users */
.contact-hp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* Contact info boxes */
.contact-info-box {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 24px;
}

.contact-info-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e5e5e5;
}

.contact-info-item {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-item a {
    color: #333;
    text-decoration: underline;
}

.contact-info-item a:hover {
    color: #000;
}

.contact-status-msg {
    font-size: 16px;
    font-weight: 600;
}
