/* ========================================
   Base
======================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}


/* ========================================
   Header
======================================== */

.site-header {
    width: 100%;
    height: 84px;
    background: #3F3941;
}

.header-inner {
    width: 100%;
    max-width: 1360px;
    height: 100%;
    margin: 0 auto;
    padding: 0 32px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}


/* ========================================
   Logo
======================================== */

.site-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.site-logo img {
    display: block;
    width: 174px;
    height: auto;
}


/* ========================================
   Navigation
======================================== */

.main-navigation {
    display: flex;
    align-items: center;
    gap: 48px;
}

.nav-link {
    position: relative;

    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;

    text-decoration: none;
    white-space: nowrap;

    transition: opacity 0.2s ease;
}

.nav-link:hover {
    opacity: 0.75;
}


/* ========================================
   Language Switcher
======================================== */

.language-switcher {
    margin-left: 48px;

    display: flex;
    align-items: center;
    gap: 8px;
}

.language-link {
    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.language-link img {
    display: block;
    width: 28px;
    height: auto;

    transition: opacity 0.2s ease;
}

.language-link:hover img {
    opacity: 0.75;
}
.page-content {
    width: 100%;
}


/* =========================================================
   4SmartFuture Section
========================================================= */

.smart-future {
    width: 100%;
    border-top: 3px solid #403a42;
    background: #ffffff;
}

.smart-future__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 34px 50px 25px;
}


/* =========================================================
   Introduction
========================================================= */

.smart-future__intro {
    width: 100%;
}

.smart-future__intro h1 {
    margin: 0 0 12px;

    font-size: 24px;
    font-weight: 600;
}

.smart-future__intro p {
    max-width: 1080px;
    margin: 0;
}


/* =========================================================
   Main Content
========================================================= */

.smart-future__content {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: start;

    margin-top: 27px;
}


/* =========================================================
   Left Text Column
========================================================= */

.smart-future__text {
    padding-right: 30px;
}


/* =========================================================
   4sf Logo
========================================================= */

.smart-future__logo {
    margin-bottom: 15px;
}

.smart-future__logo img {
    display: block;

    height: auto;
}


/* =========================================================
   Content Blocks
========================================================= */

.smart-future__block {
    margin: 0 0 28px;
}

.smart-future__block h2 {
    margin: 0 0 8px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.smart-future__block ul {
    margin: 0;
    padding-left: 15px;
}

.smart-future__block li {
    margin: 0;
    padding: 0;

    font-size: 16px;
    line-height: 1.6;
}


/* =========================================================
   Why 4sf
========================================================= */

.smart-future__why {
    margin-top: 20px;
}


/* =========================================================
   Illustration
========================================================= */

.smart-future__image {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 48px;
}

.smart-future__image img {
    display: block;

    max-width: 100%;
    height: auto;
}


/* =========================================================
   Business & Enterprise Services
========================================================= */

.services {
    margin-top: 62px;
}

.services h2 {
    margin: 0 0 24px;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.services p {
    max-width: 1080px;
    margin: 0;

}
.legal-section h2{font-size: 16px; font-weight: 400; margin: 0;}
.legal-section p{margin: 0;}
.legal-section .legal-date{
    margin-top: 20px;
}
.legal-content h1{font-size: 24px; font-weight: 600;}
.legal-section {
    margin-bottom: 32px;
}
.legal-section  ul{margin: 0;}
/* =========================================================
   Footer
========================================================= */

.site-footer {
    width: 100%;
    background: #d9d9d9;
    margin-top: 40px;
}

.footer-inner {
    width: 100%;
    max-width: 1170px;
    min-height: 152px;
    margin: 0 auto;
    padding: 38px 50px;

    display: grid;
    grid-template-columns: 150px 1fr 210px;
    column-gap: 20px;
    align-items: start;
}


/* =========================================================
   Footer Title
========================================================= */

.footer-column--title h2 {
    margin: 0;

    font-size: 24px;
    font-weight: 600;
}


/* =========================================================
   Contact Details
========================================================= */

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact__item {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #111111;
    font-size: 16px;
    font-weight: 400;

    text-decoration: none;
}

.footer-contact__item:hover {
    text-decoration: underline;
}


/* =========================================================
   Footer Icons
========================================================= */

.footer-contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 24px;
    /* width: 14px;
    height: 20px; */
}

.footer-contact__icon svg {
    display: block;

    /* width: 14px;
    height: 14px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round; */
}


/* =========================================================
   Legal Links
========================================================= */

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 18px;

    padding-top: 18px;
}

.footer-legal a {
    color: #111111;

    font-size: 16px;
    font-weight: 400;

    text-decoration: underline;
}

.footer-legal a:hover {
    opacity: 0.7;
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 900px) {

    .footer-inner {
        padding-left: 35px;
        padding-right: 35px;

        grid-template-columns: 130px 1fr 180px;
    }

    /* .footer-contact__item,
    .footer-legal a {
        font-size: 13px;
    } */
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {


    .footer-inner {
        min-height: auto;

        padding: 28px 18px 30px;

        display: flex;
        flex-direction: column;
        gap: 20px;
    }




    .footer-contact {
        gap: 10px;
    }



    .footer-legal {
        gap: 12px;
        padding-top: 4px;
    }


}

/* ========================================
   Mobile
======================================== */

@media (max-width: 767px) {

    .site-header {
        height: 84px;
    }

    .header-inner {
        padding: 0 18px;
    }

    .site-logo img {
        width: 142px;
    }

    .main-navigation {
        display: none;
    }

    .language-switcher {
        margin-left: auto;
        gap: 0;
    }

    .language-link:not(.is-active) {
        display: none;
    }

    .language-link img {
        width: 27px;
    }
    .smart-future {
        border-top-width: 2px;
    }

    .smart-future__container {
        padding: 28px 18px 20px;
    }


    /* Introduction */

    .smart-future__intro h1 {
        margin-bottom: 10px;

        font-size: 24px;
        font-weight: 600;
    }



    /* Main content */

    .smart-future__content {
        display: flex;
        flex-direction: column;

        margin-top: 24px;
    }


    /* Text */

    .smart-future__text {
        width: 100%;
        padding-right: 0;
    }


    /* Logo */

    .smart-future__logo {
        margin-bottom: 24px;
    }

    /* .smart-future__logo img {
        width: 90px;
    } */


    /* Content */

    .smart-future__block {
        margin-bottom: 25px;
    }



    /* Illustration */

    .smart-future__image {
        order: 2;

        width: 100%;
        padding-top: 0;
        margin-top: 5px;

        justify-content: center;
    }



    /* Services */

    .services {
        margin-top: 50px;
    }

    .services h2 {
        margin-bottom: 8px;

    }


}


/* ========================================
   Small Mobile
======================================== */

@media (max-width: 380px) {
    .smart-future__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .smart-future__intro h1 {
        font-size: 13px;
    }

    .smart-future__intro p {
        font-size: 9.5px;
    }

    .smart-future__block h2 {
        font-size: 9.5px;
    }

    .smart-future__block li {
        font-size: 9px;
    } */

  
    .header-inner {
        padding: 0 14px;
    }

    .site-logo img {
        width: 132px;
    }

    .language-link img {
        width: 25px;
    }
}