.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../IMG/infralist-com-x9DrDDGGzOU-unsplash.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, white);
}

.contact-icon {
    min-width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-inline-end: 15px;
    flex-shrink: 0;
}

.contact-form {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.branch-container {
    display: flex;
    flex-wrap: wrap;
}

.branch-info{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.branch-info,
.branch-map {
    background-color: #f8f9fa; 
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}


.branch-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: none;
    border-radius: 8px;
}
