/* Map & Contact Info Section */

.map-info-section {
    background: linear-gradient(135deg, #00374a 0%, #001D24 100%);
    position: relative;
}

.map-info-wrapper {
    border: 1px solid rgba(0, 205, 255, 0.15);
    box-shadow: 0 0 40px rgba(0, 205, 255, 0.08);
}

.map-info-wrapper .leaflet-container {
    border-radius: 1rem;
}

.map-info-item {
    padding: 0;
}

.map-info-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #ffffff;
}

.map-info-section-deco {
    bottom: 0;
    right: 0;
    width: 700px;
    opacity: 0.06;
    transform: translateX(20%) translateY(20%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .map-info-section-deco {
        width: 400px;
    }
}
