/* Section 6 - Footer Styles */

.footer-section_main {
    background-color: #101014;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-container_wrapper {
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.footer-copyright_text {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
    opacity: 0.8;
}

.footer-cta_heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-social_icons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.footer-social_icon-item {
    width: 40px;
    height: 40px;
    background-color: #404044;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social_icon-image {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
} 