body {
    font-family: 'Inter', sans-serif;
    scroll-padding-top: 70px;
}

#hero-slider {
    height: 500px;
    object-fit: cover;
}

#hero-slider img {
    height: 80vh;
    object-fit: cover;
    filter: brightness(0.7);
}
.section-padding {
    padding: 80px 0;
}

.bg-light-blue {
    background-color: #f8fbff;
}

.gallery-img {
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-img:hover {
    opacity: 0.8;
}

footer {
    background: #1a252f;
    color: white;
}

.btn-blue {
    background-color: #0d6efd;
    color: white;
    border-radius: 0;
    padding: 12px 30px;
}

.btn-blue:hover {
    background-color: #0d6efd;
    color: white;
}