.carousel-caption h2, .carousel-caption p {
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
}

/* Sticky Bottom Button */
.sticky-register {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

.sticky-register:hover {
    background-color: #218838;
    padding: 12px 30px;
}