/*==================================================
    RESPONSIVE
    LATUCIP-GO
==================================================*/


/*==================================================
    DESKTOP
==================================================*/

@media (max-width:1400px){

.container{

width:min(1180px,94%);

}

.hero-left h1{

font-size:4.8rem;

}

.hero-logo{

width:260px;

}

.hero-ring{

width:430px;
height:430px;

}

.ring2{

width:560px;
height:560px;

}

.floating-box{

width:155px;

padding:18px;

}

}


/*==================================================
    LAPTOP
==================================================*/

@media (max-width:1200px){

.section{

padding:90px 0;

}

.container{

width:min(1100px,94%);

}

.hero-grid{

gap:50px;

}

.hero-left h1{

font-size:4rem;

}

.hero-left h2{

font-size:1.5rem;

}

.hero-logo{

width:240px;

}

.hero-ring{

width:390px;
height:390px;

}

.ring2{

width:500px;
height:500px;

}

.about-grid{

grid-template-columns:1fr;

}

.about-image{

margin-top:40px;

}

.values-grid{

grid-template-columns:repeat(2,1fr);

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.statistics-grid{

grid-template-columns:repeat(2,1fr);

}

.footer-grid{

grid-template-columns:2fr 1fr 1fr;

gap:40px;

}

}

/*==================================================
    TABLET
==================================================*/

@media (max-width:992px){

/*==============================
SECTION
==============================*/

.section{
    padding:80px 0;
}

.section-heading{
    margin-bottom:50px;
}

/*==============================
NAVBAR
==============================*/

.navbar{
    height:80px;
}

.brand{
    gap:12px;
}

.logo-kemen{
    width:48px;
}

.logo-app{
    width:52px;
}

.brand-divider{
    height:34px;
}

.mobile-button{
    display:block;
}

.nav-menu{
    position:fixed;
    top:80px;
    left:-100%;
    width:100%;
    height:calc(100vh - 80px);
    background:rgba(14,35,74,.98);
    backdrop-filter:blur(18px);
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:30px;
    padding-top:60px;
    transition:.35s ease;
}

.nav-menu.active{
    left:0;
}

.nav-menu a{
    font-size:1.15rem;
}

.login-button{
    margin-top:10px;
}

/*==============================
HERO
==============================*/

.hero{
    padding-top:140px;
    text-align:center;
}

.hero-grid{
    grid-template-columns:1fr;
    gap:60px;
}

.hero-left{
    order:1;
}

.hero-right{
    order:2;
    min-height:auto;
}

.hero-left h1{
    font-size:3.4rem;
}

.hero-left h2{
    font-size:1.35rem;
}

.hero-left p{
    margin-left:auto;
    margin-right:auto;
}

.hero-action{
    justify-content:center;
}

.hero-highlight{
    justify-content:center;
    gap:35px;
    flex-wrap:wrap;
}

.hero-logo{
    width:220px;
}

.hero-ring{
    width:360px;
    height:360px;
}

.ring2{
    width:470px;
    height:470px;
}

.floating-box{
    display:none;
}

.scroll-indicator{
    display:none;
}

/*==============================
QUICK ACCESS
==============================*/

.quick-access{
    margin-top:0;
}

.quick-grid{
    grid-template-columns:repeat(2,1fr);
}

/*==============================
ABOUT
==============================*/

.about-grid{
    grid-template-columns:1fr;
}

.about-image{
    margin-top:30px;
}

.phone-frame{
    width:280px;
}

/*==============================
TIMELINE
==============================*/

.timeline{
    grid-template-columns:1fr;
    gap:20px;
}

.timeline-line{
    width:4px;
    height:45px;
    margin:auto;
}

/*==============================
PROCESS
==============================*/

.process-grid{
    grid-template-columns:1fr;
    gap:25px;
}

.process-arrow{
    transform:rotate(90deg);
    margin:auto;
}

/*==============================
SERVICES
==============================*/

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

/*==============================
VALUES
==============================*/

.values-grid{
    grid-template-columns:repeat(2,1fr);
}

/*==============================
WHY
==============================*/

.why-grid{
    grid-template-columns:repeat(2,1fr);
}

/*==============================
STATISTICS
==============================*/

.statistics-grid{
    grid-template-columns:repeat(2,1fr);
}

/*==============================
CTA
==============================*/

.cta-wrapper{
    grid-template-columns:1fr;
    text-align:center;
    padding:50px 40px;
}

.cta-content p{
    margin-left:auto;
    margin-right:auto;
}

.cta-button{
    justify-content:center;
}

.cta-image{
    margin-top:25px;
}

.cta-image img{
    width:200px;
}

/*==============================
FOOTER
==============================*/

.footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.footer-about{
    max-width:100%;
}

}

/*==================================================
    MOBILE
==================================================*/

@media (max-width:768px){

/*==============================
GENERAL
==============================*/

.section{
    padding:70px 0;
}

.container{
    width:92%;
}

.section-heading{
    margin-bottom:40px;
}

.section-heading h2{
    font-size:2rem;
    line-height:1.3;
}

.section-heading p{
    font-size:.95rem;
}

/*==============================
NAVBAR
==============================*/

.navbar{
    height:72px;
}

.logo-kemen{
    width:42px;
}

.logo-app{
    width:46px;
}

.brand-divider{
    display:none;
}

.mobile-button{
    font-size:1.5rem;
}

.nav-menu{
    top:72px;
    height:calc(100vh - 72px);
}

/*==============================
BUTTON
==============================*/

.btn{
    width:100%;
    justify-content:center;
    padding:15px 25px;
    font-size:.95rem;
}

/*==============================
HERO
==============================*/

.hero{
    min-height:auto;
    padding-top:120px;
    padding-bottom:70px;
}

.hero-left h4{
    font-size:.9rem;
    letter-spacing:1px;
}

.hero-left h1{
    font-size:2.6rem;
    line-height:1.1;
}

.hero-left h2{
    font-size:1.15rem;
}

.hero-left p{
    font-size:.95rem;
}

.hero-action{
    flex-direction:column;
    width:100%;
}

.hero-highlight{
    flex-direction:column;
    gap:20px;
}

.hero-highlight strong{
    font-size:1.6rem;
}

.hero-logo{
    width:180px;
}

.hero-ring{
    width:280px;
    height:280px;
}

.ring2{
    width:360px;
    height:360px;
}

/*==============================
QUICK ACCESS
==============================*/

.quick-grid{
    grid-template-columns:1fr;
}

.quick-card{
    padding:30px;
}

/*==============================
ABOUT
==============================*/

.about-item{
    flex-direction:column;
    text-align:center;
}

.about-icon{
    margin:auto;
}

.phone-frame{
    width:240px;
}

/*==============================
TIMELINE
==============================*/

.timeline-card{
    padding:25px 20px;
}

.timeline-circle{
    width:60px;
    height:60px;
    font-size:1.4rem;
}

/*==============================
PROCESS
==============================*/

.process-card{
    padding:30px 20px;
}

.process-card i{
    font-size:2.2rem;
}

/*==============================
SERVICES
==============================*/

.services-grid{
    grid-template-columns:1fr;
}

.service-card{
    padding:35px 25px;
}

.service-icon{
    width:80px;
    height:80px;
    font-size:2rem;
}

/*==============================
VALUES
==============================*/

.values-grid{
    grid-template-columns:1fr;
}

.value-card{
    padding:35px 25px;
}

/*==============================
WHY
==============================*/

.why-grid{
    grid-template-columns:1fr;
}

.why-card{
    padding:35px 25px;
}

/*==============================
STATISTICS
==============================*/

.statistics-grid{
    grid-template-columns:1fr;
}

.stat-card{
    padding:35px 20px;
}

.stat-card h2{
    font-size:2.5rem;
}

/*==============================
CTA
==============================*/

.cta-section{
    padding:80px 0;
}

.cta-wrapper{
    padding:40px 25px;
    border-radius:30px;
}

.cta-content h2{
    font-size:2rem;
}

.cta-content p{
    font-size:.95rem;
}

.cta-button{
    flex-direction:column;
}

.cta-image img{
    width:170px;
}

/*==============================
FOOTER
==============================*/

footer{
    padding-top:70px;
}

.footer-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.footer-about{
    margin:auto;
}

.footer-kemen,
.footer-logo{
    margin-left:auto;
    margin-right:auto;
}


}

/*==================================================
    SMALL MOBILE
==================================================*/

@media (max-width:576px){

/*==============================
GENERAL
==============================*/

.section{
    padding:55px 0;
}

.container{
    width:94%;
}

.section-heading{
    margin-bottom:35px;
}

.section-subtitle{
    font-size:.75rem;
    padding:7px 16px;
}

.section-heading h2{
    font-size:1.75rem;
}

.section-heading p{
    font-size:.90rem;
    line-height:1.7;
}

/*==============================
NAVBAR
==============================*/

.navbar{
    height:65px;
}

.logo-kemen{
    width:36px;
}

.logo-app{
    width:40px;
}

.mobile-button{
    font-size:1.35rem;
}

.nav-menu{
    top:65px;
    height:calc(100vh - 65px);
    gap:24px;
    padding-top:40px;
}

/*==============================
BUTTON
==============================*/

.btn{
    padding:14px 20px;
    font-size:.90rem;
}

/*==============================
HERO
==============================*/

.hero{
    padding-top:105px;
    padding-bottom:55px;
}

.hero-badge{
    font-size:.78rem;
    padding:8px 16px;
}

.hero-left h4{
    font-size:.82rem;
}

.hero-left h1{
    font-size:2.15rem;
}

.hero-left h2{
    font-size:1rem;
}

.hero-left p{
    font-size:.90rem;
}

.hero-logo{
    width:150px;
}

.hero-ring{
    width:230px;
    height:230px;
}

.ring2{
    width:300px;
    height:300px;
}

.hero-highlight{
    gap:16px;
}

.hero-highlight strong{
    font-size:1.35rem;
}

/*==============================
QUICK ACCESS
==============================*/

.quick-card{
    padding:24px;
}

.quick-card i{
    font-size:2rem;
}

.quick-card h3{
    font-size:1.05rem;
}

/*==============================
ABOUT
==============================*/

.about-item{
    padding:22px;
}

.about-icon{
    width:60px;
    height:60px;
    font-size:1.4rem;
}

.phone-frame{
    width:210px;
    padding:25px;
}

/*==============================
TIMELINE
==============================*/

.timeline-card{
    padding:22px 16px;
}

.timeline-circle{
    width:54px;
    height:54px;
    font-size:1.2rem;
}

.timeline-card h4{
    font-size:1rem;
}

/*==============================
PROCESS
==============================*/

.process-card{
    padding:25px 18px;
}

.process-number{
    width:36px;
    height:36px;
    font-size:.75rem;
}

.process-card i{
    font-size:2rem;
}

.process-card h3{
    font-size:1.05rem;
}

/*==============================
SERVICES
==============================*/

.service-card{
    padding:28px 22px;
}

.service-icon{
    width:72px;
    height:72px;
    font-size:1.8rem;
}

.service-card h3{
    font-size:1.15rem;
}

/*==============================
VALUES
==============================*/

.value-card{
    padding:28px 22px;
}

.value-icon{
    width:70px;
    height:70px;
    font-size:1.7rem;
}

/*==============================
WHY
==============================*/

.why-card{
    padding:28px 22px;
}

.why-card i{
    width:70px;
    height:70px;
    font-size:1.7rem;
}

/*==============================
STATISTICS
==============================*/

.stat-card{
    padding:30px 18px;
}

.stat-card i{
    font-size:2rem;
}

.stat-card h2{
    font-size:2rem;
}

@media(max-width:991px){

.cta{

    padding:90px 20px;

}

.cta-logo{

    width:420px;

    margin-bottom:35px;

}

.cta-buttons{

    flex-direction:column;

    align-items:center;

}

.cta-buttons .btn{

    width:100%;

    max-width:340px;

}

.cta h2{

    font-size:38px;

}

.cta h3{

    font-size:20px;

}

.cta p{

    font-size:17px;

}

.cta-features{

    flex-direction:column;

    align-items:center;

}

.cta-features span{

    width:100%;

    max-width:340px;

}

}

/*==============================
FOOTER
==============================*/

@media(max-width:992px){

.footer-grid{

grid-template-columns:1fr;

gap:45px;

text-align:center;

}

.footer-logo-group{

justify-content:center;

}

.footer-contact li{

justify-content:center;

text-align:left;

}

.footer-social{

justify-content:center;

}

}



@media (max-width:768px){

    .support-widget{

        right:18px;
        bottom:18px;

    }

    .support-popup{

        width:320px;

        right:0;

        bottom:82px;

    }

    .support-toggle{

        width:60px;
        height:60px;

        font-size:30px;

    }

}

/*==============================
BACK TO TOP
==============================*/

#backToTop{

    position:fixed;
    
    width:58px;
    height:58px;

    border-radius:50%;

    right:30px;
    bottom:110px;
    
    z-index:998;

}

/*====================================
    MOBILE LANGUAGE
====================================*/

@media (max-width:768px){

    .language-switch{

        margin:25px auto;
        display:flex;
        justify-content:center;
        align-items:center;
        gap:10px;

        width:fit-content;

        background:rgba(255,255,255,.08);
        border:1px solid rgba(255,255,255,.15);
        border-radius:50px;

        padding:6px;

        backdrop-filter:blur(12px);
        -webkit-backdrop-filter:blur(12px);

    }

    .lang-btn{

        display:flex;
        align-items:center;
        justify-content:center;

        gap:8px;

        min-width:115px;
        height:42px;

        padding:0 18px;

        border-radius:40px;

        color:#fff;
        text-decoration:none;

        font-size:14px;
        font-weight:600;

        transition:.3s;

        cursor:pointer;

    }

    .lang-btn.active{

        background:#f0b323;
        color:#163d7d;

        box-shadow:0 8px 20px rgba(240,179,35,.35);

    }

    .lang-btn img{

        width:22px;
        height:22px;
        border-radius:50%;
        object-fit:cover;

    }

}