.footer-template-one {
    padding-top: 1.875rem;
}

.footer-template-one a {
        text-decoration: none;
        color: var(--color-primary);
    }

.footer-template-one a:hover {
            text-decoration: underline;
        }

.footer-template-one .box-container {
        display: block;
        margin: 0 0.6875rem;
    }

.footer-template-one .box-container ul {
            padding-left: 0.625rem;
        }

.footer-template-one .box-container ul li {
                overflow: hidden;
            }

.footer-template-one .footer-title {
        font-size: 1.25rem;
        line-height: 1.625rem;
        font-weight: 400;
        padding-bottom: 0.3125rem;
    }

.footer-template-one .footer-title .icon {
            padding-left: 0.3125rem;
        }

.footer-template-one .footer-title .icon::before {
                font-size: 0.625rem;
            }

.footer-template-one .footer-title:hover {
            cursor: pointer;
        }

.footer-template-one .social-container {
        display: flex;
        flex-direction: row;
        gap: 1.875rem;
        margin-top: 2.5rem;
        border-bottom: 0.0625rem solid #f2f2f2;
        padding-bottom: 1.875rem;
    }

.footer-template-one .social-container img {
            width: 1.25rem;
        }

.footer-template-one .box-one .newsletter .title {
                font-size: 2rem;
                line-height: 2.5rem;
                letter-spacing: 0.02375rem;
                margin-bottom: 0.9375rem;
            }

.footer-template-one .box-one .newsletter .stylish-checkbox {
                margin-top: 0;
                max-width: 21.875rem;
            }

:is(.footer-template-one .box-one .newsletter .stylish-checkbox) [type="checkbox"] + span {
                    color: #343d4c;
                }

:is(.footer-template-one .box-one .newsletter .stylish-checkbox) [type="checkbox"] + span:before {
                    box-shadow: 0 0 0 0.09375rem #343d4c;
                }

.footer-template-one .box-one .newsletter .stylish-checkbox .checkbox-label .underline {
                        color: var(--color-primary);
                    }

.footer-template-one .box-one .newsletter .label-checkbox .text,
                .footer-template-one .box-one .newsletter .label-checkbox a {
                    font-size: 0.9375rem;
                    line-height: 1.375rem;
                    letter-spacing: 0.009375rem;
                }

.footer-template-one .box-one .newsletter .form-row .input-wrapper {
                    background-color: #f2f2f2;
                    border-color: #f2f2f2;
                }

.footer-template-one .box-one .newsletter .form-row label {
                    color: #343d4c;
                }

.footer-template-one .box-one .newsletter .form-row input {
                    color: var(--color-primary);
                }

.footer-template-one .box-one .newsletter #newsletter-form .form-row.email-newsletter button.js-newsletter-submit .icon {
                            color: var(--color-primary);
                        }

.footer-template-one .box-two {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.625rem;
        margin: 1.875rem 0;
    }

.footer-template-one .box-two .social-container {
            display: none;
        }

.footer-template-one .box-two .contact-info ul > li,
                .footer-template-one .box-two .contact-info ul a {
                    font-size: 0.9375rem;
                    line-height: 1.25rem;
                    padding: 0.4375rem 0;
                    letter-spacing: 0.009375rem;
                    color: var(--color-primary);
                }

.footer-template-one .box-two .contact-info ul > li .icon, .footer-template-one .box-two .contact-info ul a .icon {
                        display: inline-block;
                        margin: 0 0.5rem 0 0;
                    }

.footer-template-one .box-two .contact-info ul > li a, .footer-template-one .box-two .contact-info ul a a {
                        word-break: break-all;
                    }

.footer-template-one .box-two .nav-content.hidden {
                display: none;
            }

.footer-template-one .box-three {
        background-color: #f2f2f2;
        padding: 0 0 4.6875rem;
    }

.footer-template-one .box-three .inner-container {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

.footer-template-one .box-three .bottom-menu {
            padding: 0.625rem 0;
        }

.footer-template-one .box-three .bottom-menu .navbar-nav {
                display: block;
                width: 100%;
                padding-left: 0.6875rem;
                overflow: auto;
                white-space: nowrap;
                box-sizing: border-box;
            }

.footer-template-one .box-three .bottom-menu .navbar-nav > li {
                    display: inline-block;
                    padding-right: 0.9375rem;
                }

.footer-template-one .box-three .bottom-menu .footer-title {
                display: none;
            }

.footer-template-one .box-three .copyrights {
            text-align: center;
            padding: 0.9375rem 0;
            margin: 0 0.6875rem;
            border-top: 0.0625rem solid #eae6e6;
        }

.footer-template-one .box-three .copyrights span,
            .footer-template-one .box-three .copyrights a {
                font-size: 0.9375rem;
                line-height: 1.25rem;
                letter-spacing: 0.009375rem;
            }

.footer-template-one .box-three .copyrights a {
                text-decoration: underline;
            }

.footer-template-one .navbar-nav a {
            display: inline-block;
            font-size: 1rem;
            line-height: 1.25rem;
            padding: 0.3125rem 0;
            letter-spacing: 0.015rem;
            color: var(--color-primary);
            text-decoration: none;
        }

.footer-template-one .navbar-nav a:hover {
                text-decoration: underline;
            }

[dir="rtl"] .footer-template-one .box-two .contact-info ul > li .icon {
            margin: 0 0 0 0.5rem;
        }

@media screen and (min-width: 48rem) {
            .footer-template-one .box-one #newsletter-form {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 3.125rem;
            }
                        .footer-template-one .box-one #newsletter-form .email-newsletter .input-wrapper input {
                            min-width: 17.5rem;
                        }
                        .footer-template-one .box-one #newsletter-form .stylish-checkbox .checkbox-wrapper label {
                            padding-block: 0;
                        }
        .footer-template-one .box-three {
            padding: 0;
        }
}

@media screen and (min-width: 64rem) {
        .footer-template-one .footer-title {
            font-size: 0.9375rem;
            line-height: 1.375rem;
            font-weight: 700;
            padding-bottom: 0.3125rem;
        }
            .footer-template-one .footer-title .icon {
                display: none;
            }

            .footer-template-one .footer-title:hover {
                cursor: context-menu;
            }

        .footer-template-one .box-container {
            margin: 0 auto;
        }
            .footer-template-one .box-container ul {
                padding-left: 0;
            }

        .footer-template-one .box-one {
            border-bottom: 1px solid #f2f2f2;
            border-top: 0.0625rem solid #f2f2f2;
            padding-block: 0.625rem;
        }

            .footer-template-one .box-one .newsletter {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 2.5rem;
            }

                .footer-template-one .box-one .newsletter .title {
                    font-size: 1.5625rem;
                    letter-spacing: 0.02375rem;
                    margin-bottom: 0;
                }

                .footer-template-one .box-one .newsletter #newsletter-form {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;
                    gap: 2.5rem;
                }

                    .footer-template-one .box-one .newsletter #newsletter-form .form-row.email-newsletter {
                        padding-top: 1.5rem;
                    }

                        .footer-template-one .box-one .newsletter #newsletter-form .form-row.email-newsletter button.js-newsletter-submit {
                            top: 1.5rem;
                        }

                .footer-template-one .box-one .newsletter .stylish-checkbox {
                    margin-top: 0;
                    padding-top: 1.5rem;
                }

                    .footer-template-one .box-one .newsletter .stylish-checkbox label {
                        padding-block: 0;
                    }

                        .footer-template-one .box-one .newsletter .stylish-checkbox label .checkbox-label {
                            padding-inline-end: 0;
                        }
                    .footer-template-one .box-one .newsletter .input-wrapper input {
                        min-width: 15.625rem;
                    }
                    .footer-template-one .box-one .newsletter .label-checkbox .text,
                    .footer-template-one .box-one .newsletter .label-checkbox a {
                        font-size: 0.875rem;
                        letter-spacing: 0.00875rem;
                    }

            .footer-template-one .box-one .social-container {
                display: none;
            }

        .footer-template-one .box-two {
            display: flex;
            grid-template-columns: repeat(5, minmax(160px, 1fr));
            gap: 1.875rem;
            flex-wrap: wrap;
        }

            .footer-template-one .box-two .social-container {
                flex-basis: 100%;
                width: 20%;
                display: block;
                font-size: 0;
                padding: 0;
                margin: 0.625rem 0 0 0;
                border-bottom: 0;
            }

                .footer-template-one .box-two .social-container > li {
                    display: inline-block;
                    width: 25%;
                    max-width: 3.125rem;
                    vertical-align: middle;
                    margin-bottom: 1.5625rem;
                    padding: 0 0.3125rem;
                }
            .footer-template-one .box-two nav {
                width: 20%;
            }
            .footer-template-one .box-two .contact-info {
                width: 28%;
            }

        .footer-template-one .box-three {
            padding: 0.625rem 0.6875rem;
        }

            .footer-template-one .box-three .inner-container {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                margin: 0 auto;
            }

            .footer-template-one .box-three .bottom-menu {
                padding: 0;
            }

                .footer-template-one .box-three .bottom-menu > li {
                    padding-right: 0;
                }

                .footer-template-one .box-three .bottom-menu .navbar-nav {
                    display: flex;
                    flex-direction: row;
                    gap: 40px;
                    padding-left: 0;
                }
                    .footer-template-one .box-three .bottom-menu .navbar-nav > li {
                        padding-right: 0;
                    }

                .footer-template-one .box-three .bottom-menu .footer-title {
                    display: none;
                }

            .footer-template-one .box-three .copyrights {
                border: 0;
                padding: 0;
                margin: 0;
            }
                .footer-template-one .box-three .copyrights span,
                .footer-template-one .box-three .copyrights a {
                    font-size: 0.875rem;
                    line-height: 1.375rem;
                    letter-spacing: 0.00875rem;
                }

                .footer-template-one .box-three .copyrights a {
                    text-decoration: underline;
                }
            .footer-template-one .navbar-nav a {
                font-size: 0.9375rem;
                letter-spacing: 0.009375rem;
            }
}

@media screen and (min-width: 80rem) {
            .footer-template-one .box-one .newsletter {
                gap: 5.3125rem;
            }

                .footer-template-one .box-one .newsletter #newsletter-form {
                    gap: 5.3125rem;
                }
                    .footer-template-one .box-one .newsletter .form-row input {
                        min-width: 17.5rem;
                    }
}

@media screen and (min-width: 96rem) {
        .footer-template-one .box-container {
            display: grid;
            grid-template-columns: 400px 1fr;
            gap: 2.5rem;
            width: 100%;
            margin: 0 auto 3.125rem auto;
        }

        .footer-template-one .footer-title {
            font-size: 1.125rem;
            line-height: 1.6875rem;
            padding-bottom: 0.9375rem;
        }

        .footer-template-one .box-one {
            padding-block: 1.625rem;
            border: 0;
        }

            .footer-template-one .box-one .newsletter {
                flex-direction: column;
                align-items: flex-start;
                gap: 0;
            }
                .footer-template-one .box-one .newsletter .title {
                    font-size: 2.3125rem;
                    line-height: 2.8125rem;
                    margin-bottom: 1.25rem;
                }
                    .footer-template-one .box-one .newsletter .label-checkbox .text,
                    .footer-template-one .box-one .newsletter .label-checkbox a {
                        font-size: 1rem;
                        line-height: 1.375rem;
                        letter-spacing: 0.01rem;
                    }

                .footer-template-one .box-one .newsletter #newsletter-form {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 0;
                }

                    .footer-template-one .box-one .newsletter #newsletter-form .form-row.email-newsletter {
                        padding-top: 0;
                    }

                        .footer-template-one .box-one .newsletter #newsletter-form .form-row.email-newsletter button.js-newsletter-submit {
                            top: 0;
                        }

                .footer-template-one .box-one .newsletter .stylish-checkbox {
                    padding-top: 0;
                }

            .footer-template-one .box-one .social-container {
                display: flex;
                flex-direction: row;
                gap: 1.875rem;
                margin-top: 3.4375rem;
                border-bottom: 0;
            }

        .footer-template-one .box-two {
            display: flex;
            flex-wrap: nowrap;
            gap: 3.75rem;
        }

            .footer-template-one .box-two .social-container {
                display: none;
            }
            .footer-template-one .box-two nav {
                width: 100%;
            }
            .footer-template-one .box-two .contact-info {
                width: 168%;
            }

        .footer-template-one .box-three {
            padding: 0.8125rem 0;
        }

            .footer-template-one .box-three .inner-container {
                width: calc(100% - 17.5rem);
            }
            .footer-template-one .navbar-nav a {
                padding: 0.4375rem 0;
            }
}

@media screen and (min-width: 120rem) {
        .footer-template-one .box-container {
            gap: 9.375rem;
        }
            .footer-template-one .box-two .contact-info {
                width: 100%;
            }
}
