/* Logo styling for mobile responsiveness */
.logo {
    width: 180px;  /* Adjust as necessary */
    height: auto;
}

/* Mobile-friendly layout adjustments */
@media (max-width: 576px) {
    .display-4 {
        font-size: 1.75rem;
    }
    .lead {
        font-size: 1rem;
    }
}

/* Button styling */
.btn-block {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 25px;
}

.carousel-item img {
    max-height: 400px;
    object-fit: cover;
}
