.logo-img {
    width: 130px;
}

.logo-img-footer {
    width: 200px;
}

/* Footer Map */
.map-container {
    position: relative;
    width: 100%;
    height: 400px;
}

#googleMap {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.map-overlay {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: #1f2a44;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
}

.map-overlay h3 {
    color: #cfd6e4;
    margin-bottom: 15px;
}

.map-overlay p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #cfd6e4;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    margin-right: 10px;
    background: #2e3b5e;
    padding: 10px;
    border-radius: 50%;
}