footer {
    background-image: linear-gradient(to right, #163D7F, #1C4689, #214F92, #27589C, #2C61A6, #2C61A6, #2C61A6, #2C61A6, #27589C, #214F92, #1C4689, #163D7F);
    padding: 100px 5% 30px 5% !important;
}

.row-footer {
    padding-bottom: 50px !important
}

footer .email-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 400px;
    /* Adjust width as needed */
}

footer .email-input {
    width: 100%;
    padding: 10px 60px 10px 15px;
    /* Space for button inside */
    border: 1px solid #ccc;
    border-radius: 25px;
    /* Rounded edges */
    outline: none;
}

footer .email-submit {

    margin-left: -120px;
    color: #BBD6EF !important;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px !important;
}

footer .email-submit:hover {
    background: #005bb5;
}

footer input[type="email"] {
    border: 0px;
    background: #fff;
    border-radius: 30px;
    height: 40px;
}

.newsletter {
    color: #fff;
    margin-top: -50px;
}

.newsletter p {
    color: #fff;
    padding: 10px 0px;
}

.copy p {
    color: #7BAFDF;
    font-size: 12px;
}

.copy {
    padding-top: 100px;
}

.logo-clou {
    float: right;
}

.center-text {
    text-align: center;
}