/* Carousel Styles */
.carousel-style {
    height: 550px;
}

.carousel-style .carousel-item {
    height: 550px;
}

.carousel-style .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
}

.carousel-caption h5 {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.carousel-caption p {
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Custom Button Styles */
.btn-secondary {
    background-color: #f1cc85 !important;
    border-color: #f1cc85 !important;
    color: #000 !important;
}

.btn-secondary:hover {
    background-color: #b69558 !important;
    border-color: #b69558 !important;
    color: #000 !important;
} 