/* Contact Page */

.contact-page-form {
    padding-top: 60px;
}

/* Map Section */
.contact-map-section {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact-map-head {
    text-align: center;
    margin-bottom: 32px;
}

.contact-map-title {
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-map-head p {
    color: #3a4a53;
    font-size: 17px;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.04em;
}

.contact-map-card {
    border: 1px solid #dbe6f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    background: #f7fafc;
}

.contact-map-frame {
    display: block;
    width: 100%;
    height: 460px;
    border: 0;
}

.contact-page-products {
    padding-top: 40px;
}

@media (max-width: 992px) {
    .contact-map-title {
        font-size: 34px;
    }

    .contact-map-frame {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .contact-page-form {
        padding-top: 40px;
    }

    .contact-map-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .contact-map-title {
        font-size: 28px;
    }

    .contact-map-head p {
        font-size: 15px;
    }

    .contact-map-frame {
        height: 280px;
    }

    .contact-page-products {
        padding-top: 20px;
    }
}
