/* CONTACT US TITLE
---------------------------------------------------------------------------------------------------- */
.contactus-title-content {
    display: block;
    text-align: center;
    margin-top: var(--space-12);
}

.contactus-title-content-h1 {
    color: var(--text-primary);
    text-align: center;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-relaxed);
}

.contactus-register-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-h3);
    margin-bottom: var(--space-4);
}

.contactus-register-content-h3 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-lg);
    margin-bottom: var(--space-2);
}

.contactus-register-content-plain {
    color: var(--text-primary);
    font-size: var(--font-size-body-md);
}

a.contactus-register-content-plain {
    color: var(--text-primary) !important;
    font-size: var(--font-size-body-md) !important;
    text-decoration: none !important;
}

.contactus-register-content {
    display: block;
}

.contactus-register-social {
    display: flex;
    border-radius: var(--radius-md);
    text-align: center;
    margin-top: var(--space-8);
}

.contactus-register-social-img {
    width: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: var(--space-4);
}

.contactus-map-content {
    overflow: hidden;
    background: none !important;
    height: 510px;
    width: 100%;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-md);
    margin-top: var(--space-12);
    margin-bottom: var(--space-12);
}

@media (max-width: 768px) {
    .contactus-map-content {
        height: 350px;
        margin-top: var(--space-8);
        margin-bottom: var(--space-8);
    }

    .contactus-title-content-h1 {
        font-size: var(--font-size-h3);
    }

    .contactus-register-content-h2 {
        font-size: var(--font-size-h4);
    }
}

@media (max-width: 480px) {
    .contactus-map-content {
        height: 250px;
        margin-top: var(--space-6);
        margin-bottom: var(--space-6);
    }
}

.aboutus-showroom {
    width: 100%;
    border-radius: var(--radius-lg);
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .aboutus-showroom-center {
        margin-top: var(--space-6) !important;
        margin-bottom: var(--space-6) !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .aboutus-showroom-center {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
}