.color-nav {
    background-color: #bbc4ba; 
}
.clr-shadow-nav {
    box-shadow: 0 10px 12px rgba(255, 195, 0, 0.5); /* Increased vertical offset and blur */
}
.custom-heading {
    font-size: 24px;
}
.border-color {
    border: 2px solid #030101; /* Light gray border */
    padding: 20px; /* Add some padding */
}
.footer-section {
    border-radius: 7px;
    box-shadow: #030303;    
    padding: 20px;
    
}


.footer-section {
    background-color: #bbc4ba; 
    padding: 20px 0; /* Optional: adds padding to the top and bottom */
    box-shadow: 0 -10px 10px rgba(255, 195, 0, 0.5); /* Adds shadow above the footer */
}
