body {
    font-family: 'Segoe UI', sans-serif;
}

.topbar {
    background-color: #0d4b8e;
    font-size: 14px;
}

.hero {
    height: 85vh;
    background: linear-gradient(rgba(72, 160, 253, 0.7), rgba(80, 165, 255, 0.7)),
                url('../images/disk.jpg') center center / cover no-repeat;
}

.hero h1 {
    font-size: 42px;
}

.contact-section {
    background-color: #0d4b8e;
}

.map iframe {
    width: 100%;
    height: 350px;
    border: 0;
}

.carousel-item img {
    height: 400px;
    object-fit: cover;
}

.carousel-fade .carousel-item {
    transition: opacity 1.2s ease-in-out;
}