.footer {
      

    background-color: #002366;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}
.footer-logo {
    max-width: 130px;
    margin-bottom: 20px;
}
.dba-section{
    
  font-family: "Marcellus", serif !important;
}
.footer h5 {
    
  font-family: "Marcellus", serif !important;
    color:#00AFEE;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.25rem;
}
.footer p, .footer a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}
.footer a:hover{
    color: #00AFEE;
}
.footer .list-unstyled li {
      font-family: "Lora", serif;
    margin-bottom: 10px;
}
.footer .list-unstyled a {
    display: flex;
    align-items: center;
}
.footer .list-unstyled a .material-icons {
    margin-right: 10px;
    font-size: 16px;
}
.footer .contact-info .material-icons {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.social-icons a {
    background-color: #ffffff;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}
.social-icons a:hover {
    background-color: #f0f0f0;
}
.social-icons img {
    width: 20px;
    height: 20px;
}
.footer-bottom {
    border-top: 1px solid #ffffff40;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
}
.material-icons {
    color: #ffffff !important;
    
}


/* Default: single column (mobile/tablet/normal desktop) */
.company-list {
  column-count: 1;
}

/* On large laptops & desktops only (≥1200px, you can change breakpoint if needed) */
@media (min-width: 1200px) {
  .company-list {
    column-count: 2; /* splits into 2 neat columns */
    column-gap: 20px; /* spacing between columns */
  }
}


