@media (min-width: 1200px) {
  footer .container{
    max-width: 1440px;
  }
}
footer {
 background-color: #003763;
  color: #FFF;
  padding: 30px;
}

footer .logo-wrapper {
  margin-bottom: 20px;
}

footer .logo-wrapper img {
 max-width: 200px;
 width: 100%;
}

footer .menu-row {
 margin-top: 50px; 
}

footer .about {
 color: #FFF; 
  
  font-size: 13px;
}




footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
 color: #FFF;
  max-width: 100%;
  padding: 5px 0;
  font-size: 14px;
  line-height: 19px;
}

footer .menu-row .heading {
 margin-bottom: 10px;
  font-weight: 900;
  font-family: GalanoBold;
  font-size: 17px;
}


.row-fluid-wrapper footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

footer .contact {
 margin-bottom: 10px; 
}

footer .contact a{
 color: #FFF;
  font-size: 20px;
  line-height: 27px;
  font-family: GalanoBold;
}

footer .email {
  
}

footer .email a {
  font-size: 13px;
  font-weight: medium;
  line-height: 18px;
  color: #FFF;
  text-decoration:none;
}
footer .email a i {
  color: #FFF;
  text-decoration:none;
}

footer .email a svg {
 margin-right: 5px; 
}

footer .socials {
 display: flex;
  justify-content: flex-end;
}

footer .socials a {
 padding: 0 10px; 
  color: #FFF;
  text-decoration: none;
}

footer .socials a:hover {
 text-decoration: none; 
}

footer .copyright {
 display: flex;
    justify-content: space-between;
  font-size: 13px;
    /* color: #CCD6DF; */
color: #FFF ;
  padding: 10px 0;
}

footer hr {
 border-color: #7F9BB1;
}

footer .divider {
  color: #7F9BB1;
}

footer .copyright .rhs .links a {
 /*color: #FFF; */
    color: white !important; /* Makes the copyright links white */
  text-decoration: none; /* Optional: Removes underline */
}
}

.socials.mobile {
 display: none;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px){
 .socials.mobile {
   display: flex;
  }
  
  .socials.desktop {
   display: none; 
  }
  
  footer .menu-row .heading {
   margin-top: 30px; 
  }
  
  footer .menu-row {
   margin-top: 0;
  }
  
  footer .logo-wrapper, footer .about, footer .contact, footer .email, footer .copyright {
   text-align: center; 
  }
  
  footer .copyright {
   flex-direction: column;
  }
  
  footer .copyright .copy {
   margin-bottom: 30px; 
  }
  
  footer {
   padding: 30px 10px; 
  }
}

.copyright .links a {
  color: white !important; /* Forces the text color to white */
  text-decoration: none; /* Optional: Removes underline */
}

.copyright .links a:hover {
  text-decoration: underline; /* Optional: Adds underline on hover */
}

