html, body {
    overflow-x: hidden;
  }
.contact-section {
    background-color: #f8f9fa;
}

.contact-info,
.contact-form {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-info .icon {
    width: 42px;
    height: 42px;
    background: #8ECAE6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.map-section iframe {
    display: block;
}
