:root{
    --font-family: Poppins;
}
.container-fluid {
    font-family: var(--font-family);
}

h1 {
    color: #ffffff; /* Customize to match your theme */
    margin-top: 10px;
    font-family: var(--font-family);
}

p { 
    font-size: 1.2rem;
    color: #ffffff;
    font-family: var(--font-family); 
} 
.modify-div{
    padding-top: 100px;
}

.family-font{
    font-family: var(--font-family);
}

.footer {
    background-color:  #1e4f8e; /* Dark blue for footer background */
    color: white;
    padding: 20px 0;
    font-family: var(--font-family);
}

.footer .footer-bottom {
    background-color: #172A58; /* Darker blue for bottom */
    color: white;
    padding: 10px 0;
    text-align: center;
    font-family: var(--font-family);
}

.footer a{
    color: rgb(240, 240, 240);
    text-decoration: none;
    font-size: 1.0rem;
    font-family: var(--font-family);
}

.footer .social-icons i {
    font-size: 1.5rem;
    margin-right: 15px;
}

.footer .social-icons i:hover {
    color: #ffd700; /* Hover color for social icons */
}

.footer .divider {
    border-top: 1px solid white;
    margin: 20px 0;
}

.footer h5 {
    font-size: 1.0rem;
    font-weight: bold;
    font-family: var(--font-family);
}

.footer .contact-info {
    font-size: 0.9rem;
    font-family: var(--font-family);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    font-family: var(--font-family);
}

