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

.policy-list {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    text-align: right;
    font-family: var(--font-family);
}

.policy-list li {
    margin-bottom: 20px;
    font-family: var(--font-family);
}

.text-primary {
    color: #0056b3;  /* Bootstrap's primary blue color */
    text-decoration: none;
    font-family: var(--font-family);
    
    
}

.text-primary:hover {
    text-decoration: underline; /* Adds underline on hover */
}
.display-row{
    position: center;
    background-color: white;
    font-family: var(--font-family);
}
.modify-div {
    padding-top: 100px;
    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);
}

.color-nav{
    color: #eaeaea;
    font-family: var(--font-family);
}

.text-primary {
    text-decoration: underline;
}