body
{
    margin: 0;
    padding-top: 70px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     display: flex;
    flex-direction: column;
}
.navbar {
  
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft Shadow */
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    padding: 12px 0;
}

.navbar .navbar-brand {
    color: white !important;
    font-weight: bold;
    font-size: 20px;
}

.navbar .nav-link {
    color: white !important;
    font-weight: 500;
    margin-right: 15px;
    transition: 0.3s;
}

.navbar .nav-link:hover {
    color: gray !important; /* Yellow on Hover */
}

.navbar-toggler {
    border-color: white !important;
}

.navbar-toggler-icon {
    background-color: white !important;
}


.carousel-item img {
    height: 600px ;
    object-fit: cover;
}
.card-img-top {
height: 350px !important;
object-fit: cover !important;
}

html, body {
    height: 100%;
    margin: 0;
}


.content {
     min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}