/* Footer (global) */

.footer {
    color: #fff;
    padding-top: 41px;
    background-color: var(--footer-background, #00256c);
}
.footer * {
       font-family: 'Frutiger LT Std'!important;
}
.footer .container {
    // margin: 0 auto;
    // max-width: calc(var(--container-width) + 40px);
     padding: 0px 0px;

      width: min(100% - 2 * var(--container-padding), var(--container-max-width));
  margin-inline: auto;
}
.footer a {
    text-decoration: none;
}

/* Grid utilities (mirrors the reference site's m-/t-/tl- column-span classes) */
.footer .grid {
    --gap: 18px;
    @media (min-width: 1024px) {
        --gap:28px
    }
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--gap, 24px);
}
.footer .m-3 {
      grid-column: span 12;
    @media (min-width: 768px) {
    grid-column: span 6;
    }
}
.footer .m-5 {
    grid-column: span 12;
}
.footer .footer-spacer {
    display: none;
}
@media (min-width: 768px) {
    .footer .t-6 {
        grid-column: span 6;
    }
    .footer .t-12 {
        grid-column: span 12;
    }
}
@media (min-width: 1200px) {
    .footer .tl-1 {
        grid-column: span 1;
    }
    .footer .tl-2 {
        grid-column: span 2;
    }
    .footer .tl-3 {
        grid-column: span 3;
    }
    .footer .tl-4 {
        grid-column: span 4;
    }
    .footer .tl-6 {
        grid-column: span 6;
    }
    .footer .footer-spacer {
        display: block;
    }
}

/* Title */
.footer-title span {
font-weight: 700!important;
    font-size: 28px;
    margin-bottom: 13px!important;
    line-height: 34px;
    display: block!important;
    font-family: 'Frutiger LTStd'!important;
}

/* Columns row */
.footer-columns {
    gap: 32px 24px;
    padding-bottom: 48px;
  
}

.footer-main-column {

    margin-top: 34px;
}
.footer-main-column .description,
.footer-main-column .description p {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
opacity: 1;
color: #fff;    
font-weight: 300;
}
.footer-main-column .description strong {
    font-weight: 700;
    opacity: 1;
    font-family: 'Frutiger LTStd'!important;
}
.footer-main-column .phone,
.footer-main-column .email {
    display: inline-block;
   
  
    color: #fff;
    font-size: 15px;
    opacity: 1;
    transition: all 0.3s;
}
.footer-main-column .email:hover,
.footer-main-column .phone:hover {
    color: #009fe3;
}

.footer .footer-contact-links{
    gap: 6px;
    margin-top: 4px;
}
.footer-column h4 {
    font-size: 12px!important;
    font-weight: 700!important;
    letter-spacing: .25px;
   line-height: 26px;
    opacity: 1;
    margin: 0 0 10px!important;
    color: #fff;
    font-family: 'Frutiger LTStd'!important;
}
.footer-column .menu-footer {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0;
}
.footer-column .menu-footer .menu-item{
    margin: 0;
}
.footer-column .menu-footer .menu-item-link {
    color: #fff;
    font-size: 17px;
    line-height: 27px!important;
    opacity: 1;
    transition: all 0.3s;
    margin: 0;
    font-weight: 300!important;
}
.footer-column .menu-footer .menu-item-link:hover {
    opacity: 1;
    color: #009fe3;
}

/* Socket (bottom bar) */
.footer-socket {
    gap: 16px 24px;
    align-items: center;
 
    margin-top: 40px;
    @media(min-width: 1024px){
        
        margin-top: 75px;
    }
    .grid{
        
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-top: 30px;
        padding-bottom: 50px;
        margin-top: 40px;
        @media (min-width: 1024px) {
            padding-top: 10px;
            padding-bottom: 30px;
            margin-top: 75px;
        }
    
    }
}
.copyright{
    opacity: 0.6;
     grid-column: span 12;
   
     @media (max-width: 1023px) {
        order: 3;
    }
}
.copyright p {
     margin: 0!important;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
}
.social-media-links {
    display: flex;
          align-items: flex-start;
    gap: 16px;
    grid-column: span 12;
    @media (max-width: 1023px) {
        order: 1;
        margin-bottom: 24px;
    }
}
.social-media {
    display: inline-flex;
    align-items: center;
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s;
}
.social-media svg{
    width: 21px;
    height: 21px;
}
.social-media:hover {
    opacity: 1;
    color: #009fe3;
    svg{
        opacity: 1;
        color: #fff;
        fill: #fff;
    }
}
.social-media .icon {
    display: flex;
}
.socket-footer {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 38px;
    margin: 1px 0 0!important;
    padding: 0;
    
     grid-column: span 12;
     @media (max-width: 1023px) {
        order: 2;
        justify-content: space-between;
        margin-bottom: 30px;
    }
   .menu-item{
    margin: 0!important;
   }
}
.socket-footer a.menu-item-link {
    color: #fff;
    font-size: 13px;
    transition: opacity 0.3s;
    font-weight: 700!important;
    opacity: 0.6;
    line-height: 27px!important; 
      font-family: 'Frutiger LTStd'!important;
}
.socket-footer .menu-item-link:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 40px;
    }
    .footer-columns {
        padding-bottom: 32px;
    }
    .footer-socket {
        justify-content: flex-start;
    }
    .socket-footer {
        justify-content: flex-start;
    }
}
