:root{
    --font-family: Poppins;
}
.video-container {
    margin-top: 20px;
}
.modify-div{
    padding-top: 100px;
}
.family-font{
    font-family: var(--font-family);
}
h4 {
    font-weight: bold;
    font-family: var(--font-family);    
}

a{
    text-decoration: none;
}
.row-color {
    background-color: #f8f9fa;
}

@media screen and (max-width: 700px) {
    .row-color {
        padding: 0px;
}
}

.contact-form{
    border: 1px solid rgba(128, 128, 128, 0.452);
    background-color: #f8f9fa;;
    padding: 10px;
    border-radius: 20px;
    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;
}

.row {
    --bs-gutter-x: 0;
  }