
#footer {
    background:#001FD2 !important;
    color: #e5e5e5; /* Light text */
    font-size: 14px; /* Slightly smaller text size */
}

#footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; /* Slightly smaller heading size */
    font-weight: bold;
    color: #ffffff;
}

#footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px; /* Smaller paragraph text */
    margin-bottom: 5px; /* Less spacing between paragraphs */
    color: #d1d1d1;
}

#footer a {
    font-size: 12px; /* Smaller link text */
    color: #9fa6ad;
    text-decoration: none;
}

#footer a:hover {
    color: #ffffff; /* Change color on hover */
}

#footer img {
    max-width: 150px; /* Increase the width of the logo */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px; /* Optional: Add space below the logo */
    
}


footer {
    font-family: 'Roboto', sans-serif;
    /* background: #111; */
    color: #e5e5e5;
}

footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
footer {
    background: #111;
    padding: 30px 0;
    text-align: center;
}
footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px; /* Bigger footer title */
    color: #fff;
}
footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px; /* Bigger footer text */
    color: #ccc;
}