          .carousel-fixed-height {
    /* Set your desired height */
    height: 500px; 
}
.carousel-fixed-height .carousel-item img {
    height: 500px; /* Match the container height */
    object-fit: cover; /* Ensures image covers the area without distortion, cropping as necessary */
}
.my-custom-heading {
    /* Override Bootstrap's default font size/weight */
    font-size: 2rem; 
    font-weight: bold;
    
    /* Add your custom styles */
    color: #f0c53a; /* Primary blue color */
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.my-custom-subheading {
    /* Override Bootstrap's default font size/weight */
    font-size: 1.2rem; 
    font-weight: bold;
    padding-bottom: 5px;
    color:grey;
}
.custom-footer-bg{
    background-color: #1d5f09;
}