html{
    scroll-behavior:smooth;
}
/*****************************************************************
ABOUT
*****************************************************************/
.about{
    padding:140px 0 90px;
    background:#fff;
}
.about-image{
    text-align:center;
}
.about-image img{
    width:100%;
    max-width:720px;
}
.about-content{
    padding-left:30px;
}
.about-content h3{
    font-size:36px;
    font-weight:700;
    color:var(--dark);
    margin-bottom:30px;
}
.about-content p{
    color:var(--gray);
    font-size:18px;
    line-height:1.9;
    margin-bottom:25px;
}
.about-list{
    list-style:none;
    padding:0;
    margin:40px 0 0;
}
.about-list li{
    padding:14px 0;
    padding-left:36px;
    position:relative;
    border-bottom:1px solid #eef2f6;
    color:var(--dark);
    font-weight:500;
}
.about-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#00A8C8;
    font-weight:700;
}
.statistics{
    background:#10213D;
    padding:90px 0;
}
.stat-item{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.stat-item h2{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin-bottom:8px;
}
.stat-item span{
    color:rgba(255,255,255,.65);
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
}
/*****************************************************************
SOLUTIONS
*****************************************************************/
.solutions{
    padding:120px 0;
    background:#f8fbfd;
}
.solution-item{
    padding:90px 0;
    border-bottom:1px solid #e8edf3;
}
.solution-item:last-child{
    border-bottom:none;
}
.solution-category{
    color:var(--secondary);
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
    font-size:14px;
}
.solution-item h3{
    margin:20px 0;
    font-size:38px;
    font-weight:700;
    color:var(--dark);
}
.solution-item h3 span{
    color:var(--secondary);
}
.solution-item p{
    color:var(--gray);
    line-height:1.9;
    font-size:18px;
}
.solution-subtitle{
    font-size:24px;
    font-weight:600;
    color:var(--dark);
    line-height:1.5;
    margin:22px 0;
}
.solution-list{
    margin-top:30px;
    padding:0;
    list-style:none;
}
.solution-list li{
    margin-bottom:15px;
    color:var(--gray);
    position:relative;
    padding-left:30px;
}
.solution-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--secondary);
    font-weight:bold;
}
.solution-image{
    width:100%;
    max-width:620px;
    display:block;
    margin:auto;
    /* border-radius:24px; */
    box-shadow:0 30px 70px rgba(16,33,61,.12);
    transition:.35s;
}
.solution-image:hover{
    transform:translateY(-10px);
}
/******************************************************************
INDUSTRIES
******************************************************************/
.industries{
    padding:120px 0;
    background:#ffffff;
}
.industry-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:40px 30px;
    height:100%;
    transition:.35s;
    text-align:center;
}
.industry-card:hover{
    transform:translateY(-10px);
    border-color:var(--secondary);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}
.industry-card i{
    font-size:52px;
    color:var(--secondary);
    margin-bottom:25px;
}
.industry-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    color:var(--dark);
}
.industry-card p{
    color:var(--gray);
    line-height:1.8;
    font-size:16px;
    margin:0;
}
/******************************************************************
WHY ALTHEK
******************************************************************/
.why-althek{
    padding:120px 0;
    background:#f7f9fc;
}
.why-card{
    background:#ffffff;
    border-radius:18px;
    padding:45px 35px;
    text-align:center;
    height:100%;
    transition:.35s;
    border:1px solid #edf2f7;
}
.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border-color:var(--secondary);
}
.why-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:30px;
    border-radius:50%;
    background:#eef7fb;
    display:flex;
    align-items:center;
    justify-content:center;
}
.why-icon i{
    font-size:42px;
    color:var(--secondary);
}
.why-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
    color:var(--dark);
}
.why-card p{
    color:var(--gray);
    line-height:1.8;
    margin:0;
}
/*****************************************************************
CONTACT
*****************************************************************/
.contact-section{
    padding:120px 0;
    background:#ffffff;
}
.contact-card{
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:45px;
}
.contact-card label{
    font-weight:600;
    margin-bottom:10px;
}
.form-control,
.form-select{
    min-height:55px;
    border-radius:12px;
    border:1px solid #dfe5ec;
}
textarea.form-control{
    min-height:180px;
}
.form-control:focus,
.form-select:focus{
    border-color:var(--secondary);
    box-shadow:none;
}
.contact-info{
    background:#2E2A73;
    color:#fff;
    border-radius:20px;
    padding:45px;
    height:100%;
}
.contact-info h4{
    font-size:30px;
    margin-bottom:25px;
}
.contact-info p{
    color:rgba(255,255,255,.8);
    line-height:1.8;
}
.contact-item{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:30px;
}
.contact-item i{
    width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    color:#00A8C8;
}
/******************************************************************
FINAL CTA
******************************************************************/
.final-cta{
    position:relative;
    overflow:hidden;
    padding:170px 0;
    color:#fff;
    background:
        linear-gradient(
            rgba(39,40,109,.60),
            rgba(16,33,61,.65)
        ),
        url("../img/final-cta/world-network.jpeg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.final-title{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    margin:28px 0;
}
.final-description{
    max-width:760px;
    margin:auto;
    font-size:22px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
}
.final-cta small{
    color:rgba(255,255,255,.70);
    letter-spacing:.5px;
}
/*****************************************************************
HEADER
*****************************************************************/
body{
    font-family:'Poppins',sans-serif;
    color:#10213D;
    background:#ffffff;
}
/* ===========================
   NAVBAR
=========================== */
#mainNavbar{
    padding:18px 0;
    background:transparent;
    transition:all .35s ease;
    z-index:9999;
}
#mainNavbar.navbar-scrolled{
    background:#ffffff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:14px 0;
}
/* ===========================
   LOGO
=========================== */
.brand{
    display:flex;
    align-items:center;
}
.logo-white,
.logo-color{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:58px;
    transition:opacity .35s ease;
}
.brand{
    position:relative;
    width:280px;
    height:58px;
}
.logo-white{
    opacity:1;
}
.logo-color{
    opacity:0;
}
.navbar-scrolled .logo-white{
    opacity:0;
}
.navbar-scrolled .logo-color{
    opacity:1;
}
/* ===========================
   MENU
=========================== */
.nav-link{
    color:#ffffff;
    font-weight:500;
    margin-left:28px;
    transition:.30s;
}
.nav-link:hover{
    color:#00A8C8;
}
.navbar-scrolled .nav-link{
    color:#10213D;
}
/* ===========================
   BUTTON
=========================== */
.btn-althek{
    background:#00A8C8;
    color:#ffffff;
    border-radius:40px;
    padding:13px 26px;
    font-weight:600;
    border:none;
    transition:.30s;
    text-decoration: none;
}
.btn-althek:hover{
    background:#27286D;
    color:#ffffff;
}
/* ===========================
   TOGGLER
=========================== */
.navbar-toggler{
    color:#ffffff;
    font-size:2rem;
}
.navbar-scrolled .navbar-toggler{
    color:#27286D;
}
/*****************************************************************
FOOTER
*****************************************************************/
.footer{
    background:#10213D;
    color:#ffffff;
    padding:90px 0 40px;
}
/*
.footer-logo{
    font-size:42px;
    font-weight:800;
    margin:0;
}
*/
.footer-slogan{
    color:#00A8C8;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:13px;
    margin-top:10px;
}
.footer-text{
    color:rgba(255,255,255,.70);
    line-height:1.9;
    margin-top:25px;
}
.footer h5{
    margin-bottom:25px;
    font-weight:700;
}
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-links li{
    margin-bottom:15px;
}
.footer-links a{
    color:rgba(255,255,255,.70);
    text-decoration:none;
    transition:.3s;
}
.footer-links a:hover{
    color:#00A8C8;
}
.footer-contact{
    list-style:none;
    padding:0;
}
.footer-contact li{
    margin-bottom:18px;
    color:rgba(255,255,255,.75);
}
.footer-contact i{
    color:#00A8C8;
    margin-right:12px;
}
.footer hr{
    border-color:rgba(255,255,255,.08);
    margin:60px 0 30px;
}
.copyright{
    margin:0;
    color:rgba(255,255,255,.55);
}
#backTop{
    font-size:40px;
    color:#00A8C8;
    transition:.3s;
}
#backTop:hover{
    color:#ffffff;
}
/*****************************************************************
GLOBAL SELECTOR
*****************************************************************/
.global-selector{
    display:flex;
    align-items:center;
    margin-left:18px;
}
.country-current{
    color:rgba(255,255,255,.78);
    font-size:.95rem;
    font-weight:600;
    white-space:nowrap;
    user-select:none;
    cursor:default;
    pointer-events:none;
    transition:color .3s ease;
}
.navbar-scrolled .country-current{
    color:#51607c;
}
/*****************************************************************
FOOTER
*****************************************************************/
.footer-logo{
    width:220px;
    margin-bottom:18px;
}
.office{
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.office:last-child{
    border:none;
    padding-bottom:0;
}
.office-title{
    font-weight:700;
    color:#fff;
    margin-bottom:12px;
    font-size:16px;
}
/*****************************************************************
HERO
*****************************************************************/
.hero{
    background:linear-gradient(135deg,#10213D,#27286D);
    padding:165px 0 80px;
    overflow:hidden;
}
.hero-left{
    padding-right:55px;
}
.hero-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:40px;
    background:rgba(255,255,255,.10);
    color:#00A8C8;
    font-weight:600;
    margin-bottom:25px;
}
.hero h1{
    font-size:58px;
    line-height:1.00;
    font-weight:800;
    color:#fff;
    margin-bottom:28px;
}
.hero h1 span{
    display:block;
    color:#00A8C8;
}
.hero p{
    font-size:21px;
    line-height:1.8;
    color:rgba(255,255,255,.82);
    max-width:560px;
    margin-bottom:38px;
}
.hero-buttons{
    display:flex;
    gap:18px;
    margin-bottom:50px;
}
.btn-hero-outline{
    border:2px solid rgba(255,255,255,.70);
    color:#fff;
    padding:13px 28px;
    border-radius:40px;
    font-weight:600;
    transition:.30s;
}
.btn-hero-outline:hover{
    background:#fff;
    color:#10213D;
}
.hero-stats{
    display:flex;
    gap:40px;
    border-top:1px solid rgba(255,255,255,.12);
    padding-top:35px;
}
.hero-stat strong{
    display:block;
    color:#fff;
    font-size:44px;
    line-height:1;
}
.hero-stat span{
    display:block;
    margin-top:10px;
    color:rgba(255,255,255,.55);
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
}
.hero-right{
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:35px;
}
.hero-image{
    width:100%;
    max-width:620px;
    transform:translateY(-35px);
    filter:drop-shadow(0 35px 70px rgba(0,0,0,.30));
    transition:.35s;
}
@keyframes floatHero{
0%{transform:translateY(0);}
50%{transform:translateY(-12px);}
100%{transform:translateY(0);}
}
img{
    max-width:100%;
    height:auto;
    display:block;
}
html,
body{
    overflow-x:hidden;
}
@media (min-width:992px){
    .hero-right{
        justify-content:flex-end;
    }
}
/*****************************************************************
RESPONSIVE
*****************************************************************/
@media (max-width:991px){
    /* ===========================
       NAVBAR
    =========================== */
    /*
    #mainNavbar{
        padding:10px 0;
        background:#ffffff;
        box-shadow:0 10px 25px rgba(0,0,0,.08);
        z-index: 99999;
    }
    */
    #mainNavbar{
        background:transparent;
        box-shadow:none;
    }
    .brand{
        position:relative;
        width:170px;
        height:40px;
    }
    .logo-color{
        display:block;
        height:40px;
    }
    .navbar-toggler{
        padding:0;
        font-size:1.75rem;
    }
    .nav-link{
        color:#10213D;
        margin:10px 0;
        text-align:center;
    }
    .navbar-collapse{
        background:#fff;
        margin-top:10px;
        padding:20px;
        border-radius:0 0 12px 12px;
        position:relative;
        z-index:99999;
    }
    .country-current{
        display:block;
        margin:12px 0;
        font-size:.95rem;
        color:var(--primary);
    }
    .btn-althek{
        display:inline-block;
        margin-top:12px;
    }
    /* ===========================
       HERO
    =========================== */
    .hero{
        position:relative;
        z-index:1;
    }
    .hero-left{
        padding-right:0;
    }
    .hero h1{
        font-size:42px;
        line-height:1.05;
    }
    .hero p{
        max-width:100%;
        margin:0 auto 30px;
        font-size:18px;
    }
    .hero-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }
    .hero-stats{
        justify-content:center;
        flex-wrap:wrap;
        gap:18px;
        margin-bottom:35px;
    }
    .hero-image{
        max-width:420px;
        margin-top:10px;
        transform:none;
    }
}
@media (max-width:768px){
    .country-current{
        font-size:.90rem;
        color:var(--primary);
    }
    .statistics{
        padding:55px 0;
    }
    .statistics .row{
        row-gap:28px;
    }

    .stat-item{
        padding:0 10px;
    }

    .stat-item h2{
        font-size:2rem;
        line-height:1.05;
        margin-bottom:10px;
        word-break:normal;
        overflow-wrap:break-word;
    }

    .stat-item span{
        display:block;
        font-size:.82rem;
        line-height:1.55;
        letter-spacing:2px;
    }
}
.global-portal-link{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    margin-top:22px;
    color:#00b7d9;
    font-weight:600;
    text-decoration:none;
    transition:.25s;
}
.global-portal-link:hover{
    color:#ffffff;
    transform:translateX(5px);
}