/* Wrapper to allow full width background without affecting Elementor container boundaries directly */
.sc-footer-full-width-2a7d503a {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #EFEFEF;
    padding: 40px 0;
    font-family: Arial, sans-serif;
    color: #000000;
}

.sc-footer-container-2a7d503a {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px; /* Add some side padding for smaller screens */
}

.sc-footer-cols-2a7d503a {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.sc-footer-col-2a7d503a {
    flex: 1;
    min-width: 160px;
}

.sc-footer-col-left-2a7d503a {
    flex: 1.5; /* Slightly wider */
}

.sc-footer-col-newsletter-2a7d503a {
    flex: 1.2; /* slightly wider than normal columns */
}

/* Typography & Links */
.sc-footer-logo-2a7d503a {
    max-width: 180px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.sc-footer-social-2a7d503a {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.sc-footer-social-link-2a7d503a {
    color: #2D4F73;
    font-size: 20px;
    transition: color 0.3s;
}

.sc-footer-social-link-2a7d503a svg {
    width: 20px;
    height: 20px;
    fill: #2D4F73;
    transition: fill 0.3s;
}

.sc-footer-social-link-2a7d503a:hover,
.sc-footer-social-link-2a7d503a:hover svg {
    color: #3A6491;
    fill: #3A6491;
}

.sc-footer-title-2a7d503a {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #2D4F73;
    margin-bottom: 15px;
    margin-top: 0;
}

.sc-footer-hours-text-2a7d503a {
    font-size: 15px;
    line-height: 1.6;
}

.sc-footer-links-list-2a7d503a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sc-footer-links-list-2a7d503a li {
    margin-bottom: 10px;
}

.sc-footer-links-list-2a7d503a a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.sc-footer-links-list-2a7d503a a:hover {
    color: #2D4F73;
}

/* Newsletter Form (No box) */
.sc-footer-nl-desc-2a7d503a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
}

.sc-footer-nl-form-2a7d503a {
    display: flex;
    flex-direction: column;
}

.sc-footer-nl-input-2a7d503a {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #B0B0B0;
    border-radius: 12px;
    padding: 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.sc-footer-nl-input-2a7d503a::placeholder {
    color: #666666;
}

.sc-footer-nl-button-2a7d503a {
    width: 100%;
    background-color: #2D4F73;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
}

.sc-footer-nl-button-2a7d503a:hover {
    background-color: #3A6491;
}

/* Copyright Row */
.sc-footer-copyright-2a7d503a {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #B0B0B0;
    text-align: center;
    font-size: 13px;
    color: #666666;
}

/* Responsive */
@media (max-width: 1024px) {
    .sc-footer-cols-2a7d503a {
        gap: 20px;
    }
    .sc-footer-col-2a7d503a {
        flex: 1 1 calc(33.333% - 20px);
    }
    .sc-footer-col-left-2a7d503a {
        flex: 1 1 calc(50% - 20px);
    }
    .sc-footer-col-newsletter-2a7d503a {
         flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .sc-footer-full-width-2a7d503a {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 40px 15px;
    }
    .sc-footer-container-2a7d503a {
        padding: 0;
    }
    .sc-footer-cols-2a7d503a {
        flex-direction: column;
        gap: 30px;
    }
    .sc-footer-col-2a7d503a {
        flex: 1 1 100%;
        width: 100%;
    }
}
