/* Footer Styles */

/* Footer Top Section */
.footer-top {
    background-color: #376AAD;
}

.footer-top-content {
    padding: 20px 0;
}

.footer-main-text {
    font-family: 'Switzer Variable', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #F5F5F5;
    margin-bottom: 30px;
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
}

.footer-contact-link {
    font-family: 'Switzer Variable', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: -0.04em;
    color: #F3B707;
    text-decoration: none;
    display: inline-block;
    white-space: normal;
    word-break: keep-all;
    hyphens: none;
}

.footer-contact-link:hover {
    text-decoration: underline;
    color: #F3B707;
}

/* Footer Bottom Section */
.footer-bottom {
    background-color: #F8F8F8;
}

/* Responsive styles */
@media (max-width: 767px) {
    .footer-bottom {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

.footer-copyright {
    font-family: 'Switzer Variable', sans-serif;
    font-size: 14px;
}

.footer-links a {
    font-family: 'Switzer Variable', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

.footer-links a:hover {
    color: #000000;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-main-text,
    .footer-contact-link {
        font-size: 36px;
        line-height: 1.3;
    }
    
    .footer-top-content {
        padding: 10px 0;
        width: 100%;
    }
    
    .footer-main-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .footer-main-text,
    .footer-contact-link {
        font-size: 32px;
        line-height: 1.3;
    }
}
