body {
    font-family: 'Segoe UI', Poppins, sans-serif !important;
    margin: 0 !important;
    min-height: 100vh;
    position: relative;
    background-color: #f9fafc;
}

.carousel .carousel-item {
    height: 480px;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.heading {
    display: inline-block !important;
    border-bottom: 4px solid #0d6efd !important;
    padding-bottom: 4px;
}

.bg-image {
    background: url(../images/background-image.png) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}

.custom-h-object {
    height: 450px !important;
}

.card-h {
    min-height: 450px !important;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.bg-blue {
    background-color: #eef7fa !important;
}