:root{
    --font-family: Poppins;
}

body a{
    font-family: var(--font-family) !important;

}
.card {
    background-color: #f8f9fa;
    border-radius: 10px;
    font-family: var(--font-family);
}

.bg-primary {
    background-color: #0056b3 !important;
}

.text-white {
    color: #ffffff !important;
    font-family: var(--font-family) !important;
}

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

.modify-div{
    padding-top: 100px;
}
.policy-list {
    font-family: 'Poppins', Arial, sans-serif !important; /* Replace with your desired font */
    font-size: 16px; /* Optional: Adjust the size if needed */
}

.policy-list a {
    text-decoration: none; /* Optional: Remove underline from links */
}

.policy-list a:hover {
    text-decoration: underline; /* Optional: Add underline on hover */
}
.family-font{
    font-family: var(--font-family);
}
.form-control, .form-control-file, .form-control-textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    font-family: var(--font-family) !important;
}

.btn-primary {
    background-color: #0056b3;
    border: none;
    padding: 10px 20px;
}

.form-text {
    font-size: 12px;
    color: #6c757d;
    font-family: var(--font-family) !important;
}

.text-color {
    color: white;
    padding-top: 150px;
    font-family: var(--font-family) !important;
}


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

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

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

.footer .social-icons i {
    font-size: 1.5rem;
    margin-right: 15px;
    font-family: var(--font-family) !important;
}

.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) !important;
}

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

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    
}

.color-nav{
    color: #eaeaea;
}

.text-icon {
    width: 100%;
}
