.newsletter-section {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    display: flex;
    justify-content: center;
}

.newsletter-box {
    background: #ED291E;
    border-radius: 60px;
    padding: 30px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.newsletter-title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.newsletter-subtitle {
    margin-bottom: 25px;
    font-size: 1rem;
    opacity: 0.9;
}

.wpcf7-list-item,
.newsletter-checkboxes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter-checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #fff;
}

.newsletter-checkboxes input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ffffff;
}

.newsletter-input-group {
    position: relative;
    margin-bottom: 40px;
}

.newsletter-input-group input {
    width: 70%;
    max-width: 550px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1rem;
    padding: 8px 0;
    outline: none;
    text-align: center;
}

.newsletter-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.newsletter-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 65px 10px 25px;
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 1rem;
    cursor: pointer;
    color: #fff;

    background-image:
        url('http://opendemo.gr/toshiba/wp-content/uploads/2025/11/Group-12551.svg'),
        linear-gradient(to right, #000 50%, #ED291E 50%);
    background-repeat: no-repeat, no-repeat;
    background-position: right 28px center, right bottom;
    background-size: 25px, 201% 100%;
    transition: background-position .35s ease-out, color .35s ease-out;
}

.newsletter-submit input[type="submit"]:hover {
    background-position: right 28px center, left bottom;
    color: #fff;
}

.newsletter-submit .wpcf7-spinner {
    display: none !important;
}



.newsletter-footer {
    margin-top: 10px;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .newsletter-box {
        padding: 40px 25px;
        border-radius: 40px;
    }

    .newsletter-checkboxes {
        gap: 20px;
    }

    .newsletter-input-group input {
        width: 90%;
    }

    .newsletter-checkboxes {
        justify-content: flex-start;
        gap: 0px;
    }
}

/* === FOOTER === */

.site-footer {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    padding: 80px 0 0;
    font-family: inherit;
}

.site-footer.has-bg {
    background-image: var(--footer-bg);
}

.footer-top-wrap,
.footer-bottom-wrap {
    width: 100%;
}

.footer-top-inner,
.footer-bottom-inner {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 40px 30px;
    align-items: start;
    padding: 120px 0 0;
}

.footer-menu {
    min-width: 0;
}

.footer-menu h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
    cursor: inherit !important;
}

.footer-menu h5 a {
    text-decoration: none;
    color: #fff;
    cursor: pointer !important;
}

.footer-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu .menu ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-menu .menu li {
    margin-bottom: 6px;
    list-style: none;
    margin-left: 0;
}

.footer-menu .menu a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    margin-left: 0;
    line-height: 1.45;
    display: inline-block;
}

.footer-menu .menu a:hover {
    opacity: 1;
    transform: translateX(3px);
}

.footer-col-3-info {
    margin-bottom: 12px;
    font-size: 0.95rem;
    opacity: 0.8;
}

.footer-col-3-info a {
    text-decoration: none;
    color: #fff;
    font-size: 0.95rem;
    opacity: 0.8;
}

.footer-col-3-info a:hover {
    text-decoration: none;
    opacity: 1;
}

.footer-socials {
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
}

.footer-socials li {
    list-style: none;
    margin-bottom: 8px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
    opacity: 1;
}

.footer-social-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.footer-social-name {
    font-size: 0.95rem;
    line-height: 1;
    white-space: nowrap;
    opacity: 0.8;

}

.footer-social-name:hover {
    font-size: 0.95rem;
    line-height: 1;
    white-space: nowrap;
    opacity: 1;

}

.footer-bottom-wrap {
    padding: 35px 0 0;
}

.footer-authorized {
    max-width: 75%;
    text-align: center;
}

.footer-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* padding-bottom: 40px; */
    /* margin-top: 30px; */
}

.footer-bottom-row {
    width: 100%;
}

.footer-bottom-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-bottom-row-top {
    border-bottom: 2px solid rgb(255 255 255 / 30%);
    padding-bottom: 20px;
    margin-bottom: 12px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.footer-bottom-logo {
    flex: 0 0 auto;
}

.footer-bottom-logo img {
    width: 40px;
    height: auto;
    display: block;
}

.footer-bottom-copy p {
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
    text-align: left;
}

.footer-bottom-right {
    text-align: right;
    flex: 0 0 auto;
}

.footer-three-pages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-three-pages a {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.footer-bottom-row-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-bottom-row-bottom p {
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
}

.footer-supported,
.footer-supported-marketing {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.footer-supported p,
.footer-supported-marketing p {
    margin-bottom: 0;
}

.footer-supported a,
.footer-supported-marketing a {
    color: #fff;
    font-weight: 600;
    transition: opacity 0.3s;
    text-decoration: none;
    margin-left: 0;
}

.footer-supported a:hover,
.footer-supported-marketing a:hover {
    opacity: 1;
}


/* === BACK TO TOP BUTTON === */
.back-to-top {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgb(255 255 255);
    color: #ED291E;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.back-to-top:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 1500px) {
    .footer-top {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .footer-top {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


@media (max-width: 1190px) {
    .footer-top {

        gap: 10px;

    }
}

@media (max-width: 992px) {
    .site-footer.has-bg {
        background-image: none !important;
        background-color: #ED291E !important;
    }

    .footer-top-inner,
    .footer-bottom-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* TOP (menus) */
    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 30px;
        padding-top: 70px;
        justify-items: center;
        text-align: center;
    }

    .footer-menu {
        width: 100%;
        text-align: center;
    }

    .footer-menu .menu ul,
    .footer-menu .menu li,
    .footer-menu .menu a {
        text-align: center;
    }

    .footer-socials {
        justify-content: center;
        align-items: center;
    }

    /* BOTTOM */
    .footer-bottom-wrap {
        padding-top: 40px;
    }

    .footer-bottom-row-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom-left {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-bottom-right {
        width: 100%;
        text-align: center;
    }

    .footer-three-pages {
        justify-content: center;
    }

    .back-to-top {
        bottom: 20px;
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 0 15px;
    }

    .newsletter-box {
        padding: 50px 30px;
        margin-bottom: 40px !important;
    }

    .newsletter-title {
        font-size: 1.6rem;
    }

    .site-footer {
        min-height: auto !important;
        padding-top: 100px !important;
        padding-bottom: 40px !important;
        clear: both !important;
        position: relative !important;
        z-index: 2;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-top: 50px;
    }

    .footer-menu,
    .footer-menu h5,
    .footer-menu .menu ul,
    .footer-menu .menu li,
    .footer-bottom-copy p,
    .footer-bottom-right,
    .footer-bottom-row-bottom,
    .footer-three-pages {
        text-align: center;
    }

    .footer-bottom-row-top,
    .footer-bottom-left,
    .footer-bottom-row-bottom {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom-row-bottom {
        align-items: center;
        text-align: center;
    }


    .footer-bottom-right,
    .footer-three-pages {
        justify-content: center;
    }

    .footer-bottom-logo img {
        width: 40px;
    }

    .back-to-top {
        right: 20px;
    }
}

@media (max-width: 576px) {

    .footer-top-inner,
    .footer-bottom-inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-menu h5 {
        font-size: 1.05rem;
    }

    .footer-menu .menu a {
        font-size: 0.98rem;
    }

    .site-footer {
        padding-top: 120px !important;
    }
}