﻿.contact-left {
    background: #003c7a;
    color: #fff;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 3rem 2rem;
}

.contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.13);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-right: 18px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    font-size: 1.05rem;
}

.contact-title {
    font-size: 2rem;
    font-weight: 600;
}

.contact-desc {
    margin-bottom: 32px;
}

.map-embed {
    width: 100%;
    border-radius: 0.5rem;
    min-height: 385px;
    height: 100%;
    box-shadow: 0 3px 12px rgba(32,201,151,0.12);
    border: none;
}

@media (max-width: 767px) {
    .contact-left {
        border-radius: 0.5rem 0.5rem 0 0;
    }
}