 /* Carousel custom styles */
        .carousel-slide {
            transition: opacity 0.5s ease-in-out;
        }
        
        .carousel-btn {
            transition: all 0.3s ease;
        }
        
        .carousel-btn:hover {
            background-color: #1e466e;
            color: white;
        }
        
        .dot-active {
            background-color: #f5a623;
            width: 24px;
        }