/*
Theme Name: Albergo Child
Theme URI: http://albergo.qodeinteractive.com
Description: A Modern Hotel and Accommodation Booking Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.2
Text Domain: albergo-child
Template: albergo
*/

.footer-logos-wrapper {
    overflow: hidden;
    margin: 50px 0;

    .footer-logos {
        display: flex;
        gap: 4rem;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 0 auto;

        &.animate {
            animation: marquee 20s linear infinite;
        }

        img {
            height: 6rem;
            width: auto !important;
            margin: 0 auto;
            filter: grayscale(100%);
        }
    }
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

#newsletter-section {
    max-width: 1100px;
    margin: 100px auto;
    background: #527480;
    padding: 100px calc(8.33% + 16px);

    .header {
        text-align: center;
        margin-bottom: 50px;

        p {
            color: #ffffff;
        }
    }

    form {
        max-width: 600px;
        margin: 0 auto;
    }

    label {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #ffffff;
    }

    input {
        height: 50px;
        padding: 14px 18px;
        font-family: inherit;
        font-size: 14px;
        color: #121212;
        background-color: rgb(255 255 255 / 0.2);
        border: 1px solid #ebebeb;
        flex: 1;
    }

    .input-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .field-group {
        flex: 1;
    }

    button {
        margin: 0 auto;
        display: block;
    }
}
/* Nelios Offers — brand accent (hero button, list/carousel accents, frames) */
:root {
    --nelios-offer-accent: #527480;
}
