
.site-footer-wrapper {
    clear: both;
    width: 100%;
    position: relative;
    z-index: 10;
    background-image: url('/wp-content/uploads/2025/06/imgfo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.newsletter-section {
    background-color: transparent;
    padding: 40px 20px; 
    text-align: center;
    border-top: none; 
    border-bottom: none; 
}

.newsletter-section .container {
    max-width: 600px; 
    margin: 0 auto;
}

.newsletter-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

.newsletter-section p {
    margin-bottom: 20px;
    color: #ffffff; 
    font-size: 16px;
}


.newsletter-section form {
    display: flex;
    max-width: 400px; 
    margin: 0 auto;
    flex-wrap: wrap;
}

.newsletter-section input[type="email"] {
    flex-grow: 1;
    padding: 12px 15px; 
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    color: #333;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
}

.newsletter-section input[type="submit"] {
    padding:20px 20px!important;
    border: 1px solid #404040;
    background-color: #333333; 
    color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    white-space: normal;
}

.newsletter-section input[type="submit"]:hover {
    background-color: #666666; 
}



.site-footer {
    padding: 40px 0;
    font-size: 14px;
    line-height: 1.6;
    background-color: transparent;
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #002c55d4;
    border-radius: 20px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #444; 
}

.footer-column {
    flex: 1;
    min-width: 180px; 
    margin-bottom: 20px;
    padding: 0 10px; 
}

.footer-column-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: default; 
}

.footer-column-title img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.footer-column-title h2 {
    font-size: 16px; 
    color: #ffffff;
    margin: 0; 
    font-weight: 600; 
}

.footer-arrow {
    display: none; 
    margin-left: auto; 
    width: 16px;
    height: 16px;
}

.footer-arrow img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%); 
}

.footer-column-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-content li {
    margin-bottom: 6px;
}

.footer-column-content li a {
    color: #fff;
    text-decoration: none;
}

.footer-column-content li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-column-content p {
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #aaaaaa;
}

.footer-copyright {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px; 
}

.footer-language-switcher {
    margin-bottom: 15px; 
    text-align: center;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.footer-language-switcher a {
    color: #cccccc;
    text-decoration: none;
    padding: 0 8px; 
    display: inline-flex; 
    align-items: center;
}
.footer-language-switcher a img {
    width: 22px; 
    height: auto;
    margin-right: 5px;
}

.footer-language-switcher a.active,
.footer-language-switcher a:hover {
    color: #ffffff;
}
.footer-language-switcher a.active img,
.footer-language-switcher a:hover img {
    border-color: #888; 
}


.footer-social {
    margin-bottom: 10px;
    text-align: center;
}

.footer-social a {
    margin: 0 5px; 
    display: inline-block;
}

.footer-social img {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(200%); 
}

.footer-social img:hover {
    opacity: 1;
}


@media (max-width: 767px) {
    .footer-container {
        border-radius:0px;
    }

    .footer-top {
        flex-direction: column;
        align-items: stretch; 
        text-align: left; 
        border-bottom: none; 
    }
    .footer-column {
        min-width: 100%;
        padding: 0;
        border-bottom: 1px solid #444; 
        margin-bottom: 0; 
    }
    .footer-column:last-child {
        border-bottom: none;
    }

    .footer-column-title {
        padding: 15px; 
        cursor: pointer; 
        position: relative; 
    }
    .footer-column-title h2 {
        font-size: 18px; 
    }

    .footer-arrow {
        display: block; 
    }

    .footer-column-content {
        max-height: 0; 
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding-left: 15px; 
        padding-right: 15px;
    }
    .footer-column-content li {
        padding: 2px 0; 
    }
    .footer-column-title.active + .footer-column-content {
        
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-bottom {
        flex-direction: column;
        padding-top: 20px; 
    }
    .footer-copyright,
    .footer-language-switcher,
    .footer-social {
        text-align: center; 
        margin-bottom: 15px;
    }
    .footer-social a:first-child {
        margin-left: 5px; 
    }
}


@media (min-width: 768px) {
    .footer-column-content {
        max-height: none !important; 
        overflow: visible !important;
        background-color: transparent !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-column-title {
        cursor: default !important;
    }
    .footer-arrow {
        display: none !important;
    }
    .footer-copyright {
        flex-basis: auto;
        text-align: left;
        margin-bottom: 0;
    }
    .footer-language-switcher {
        margin-bottom: 0;
    }
    .footer-social {
        margin-bottom: 0;
        text-align: right;
    }
}

.newsletter-section .wpcf7-form {
    max-width: 500px; 
    margin: 30px auto;
}

.newsletter-section .wpcf7-form p {
    margin: 0;
    display: flex;
    width: 100%;
    gap: 10px;
}

.newsletter-section .wpcf7-form-control-wrap {
    flex-grow: 1;
}

.newsletter-section .wpcf7-email {
    width: 100%;
    border-radius: 90px !important;
    box-sizing: border-box;
    border: 1px solid #ccc !important;
    padding: 12px 20px !important;
}

.newsletter-section .newsletter-submit {
    border-radius: 90px !important;
    border: none !important;
    background-color: #002c53 !important;
    color: white !important;
    cursor: pointer;
    padding: 12px 25px !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.newsletter-section .newsletter-submit:hover {
    background-color: #555 !important;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: block;
    font-size: 13px;
    width: 100%;
    border-radius: 90px;
    padding: 10px;
}


@media (max-width: 767px) {
    .newsletter-section .wpcf7-form p {
        flex-direction: column;
    }

    .newsletter-section .newsletter-submit {
        width: 100%;
    }

    .newsletter-section .wpcf7-email {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .newsletter-section .wpcf7-form p {
        flex-direction: row;
    }
}