/*====================================================
    INDO ACCESS POINT
    STYLE.CSS v5.0
====================================================*/

/*====================================================
    RESET
====================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f5f8fc;
    color:#222;
    overflow-x:hidden;
    padding-top:110px;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

a{
    text-decoration:none;
}

section{
    padding:80px 0;
}

.container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}


/*====================================================
    NAVBAR
====================================================*/

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    padding:12px 0;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    z-index:9999;
}

.navbar-custom{
    display:grid;
    grid-template-columns:320px 1fr 240px;
    align-items:center;
    gap:20px;
}

.nav-logo{
    display:flex;
    align-items:center;
    justify-content:flex-start;
}

.logo{
    width:220px;
    height:auto;
}

.nav-menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:36px;
}

.nav-menu a{
    color:#222;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.nav-menu a:hover,
.nav-menu a.active{
    color:#1565ff;
}

.nav-button{
    display:flex;
    justify-content:flex-end;
}

.nav-button .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#1565ff;
    color:#fff;
    border-radius:50px;
    padding:14px 34px;
    font-weight:600;
    transition:.3s;
}

.nav-button .btn:hover{
    background:#0d52d4;
    color:#fff;
}


/*====================================================
    BUTTON
====================================================*/

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#1565ff;
    color:#fff;
    border:none;
    border-radius:50px;
    padding:14px 34px;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    background:#0b53d8;
    transform:translateY(-2px);
}

.btn-outline-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:transparent;
    border:2px solid #1565ff;
    color:#1565ff;
    border-radius:50px;
    padding:14px 34px;
    font-weight:600;
    transition:.3s;
}

.btn-outline-primary:hover{
    background:#1565ff;
    color:#fff;
}

.btn-lg{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:72px;
    padding:0 40px;
    font-size:24px;
    font-weight:700;
    line-height:1;
}

.btn-lg i{
    margin:0;
    line-height:1;
}


/*====================================================
    HERO
====================================================*/

.hero{
    background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);
    min-height:720px;
    display:flex;
    align-items:center;
}

.contact-hero{
    background:linear-gradient(180deg,#ffffff 0%,#eef5ff 100%);
    padding:100px 0;
}

.hero .row,
.contact-hero .row{
    align-items:center;
}

.hero-badge{
    display:inline-block;
    background:#eaf2ff;
    color:#1565ff;
    padding:10px 22px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.hero h1,
.contact-hero h1{
    font-size:64px;
    line-height:1.08;
    font-weight:800;
    margin-bottom:25px;
}

.hero p,
.contact-hero p{
    font-size:21px;
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.hero-button{
    display:flex;
    gap:18px;
    margin-bottom:45px;
}

.hero-counter{
    display:flex;
    gap:45px;
}

.hero-counter h2{
    font-size:34px;
    color:#1565ff;
    font-weight:700;
    margin-bottom:4px;
}

.hero-counter span{
    color:#666;
    font-size:15px;
}

.hero-image{
    max-width:700px;
    margin:auto;
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
    transition:.35s;
}

.hero-image:hover{
    transform:translateY(-6px);
    box-shadow:0 35px 70px rgba(0,0,0,.25);
}


/*====================================================
    SECTION TITLE
====================================================*/

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:46px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.section-title p{
    max-width:720px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}
/*====================================================
    WHY US
====================================================*/

.why-us{
    background:#fff;
}

.why-card{
    background:#fff;
    border:1px solid #eef2f7;
    border-radius:22px;
    padding:40px 35px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.why-card i{
    font-size:58px;
    color:#1565ff;
    margin-bottom:22px;
}

.why-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.why-card p{
    color:#666;
    line-height:1.8;
}


/*====================================================
    SERVICES
====================================================*/

.services{
    background:#fff;
    padding:90px 0;
}

.service-box{
    background:#fff;
    border:1px solid #eef2f7;
    border-radius:22px;
    padding:40px 35px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
}

.service-box:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.service-box i{
    font-size:58px;
    color:#1565ff;
    margin-bottom:22px;
}

.service-box h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.service-box p{
    color:#666;
    line-height:1.8;
}


/*====================================================
    STATISTICS
====================================================*/

.statistics{
    background:#1565ff;
    color:#fff;
    padding:90px 0;
}

.stat-box{
    padding:30px;
    text-align:center;
}

.stat-box h2{
    font-size:52px;
    font-weight:700;
    margin-bottom:10px;
}

.stat-box p{
    font-size:18px;
    opacity:.9;
}


/*====================================================
    PORTFOLIO
====================================================*/

.portfolio{
    background:#fff;
}

.portfolio-box{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
}

.portfolio-box:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.portfolio-box img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.portfolio-box h4{
    padding:25px;
    font-size:24px;
    font-weight:700;
}


/*====================================================
    PARTNER
====================================================*/

.partners{
    background:#f7faff;
}

.partner-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.partner-item{
    background:#fff;
    border-radius:18px;
    padding:30px;
    text-align:center;
    font-size:22px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.partner-item:hover{
    transform:translateY(-8px);
}


/*====================================================
    TESTIMONIAL
====================================================*/

.testimonial{
    background:#fff;
}

.testimonial-box{
    background:#fff;
    border-radius:22px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.testimonial-box p{
    color:#666;
    line-height:1.9;
}

.testimonial-box h5{
    margin-top:20px;
    color:#ffc107;
    font-size:24px;
}

.testimonial-box span{
    font-weight:600;
}
/*====================================================
    CALL TO ACTION (CTA)
====================================================*/

.cta,
.cta-section{
    background:linear-gradient(135deg,#1565ff,#0b53d8);
    padding:90px 0;
}

.cta-box{
    max-width:900px;
    margin:auto;
    text-align:center;
    color:#fff;
    padding:20px;
}

.cta-box h2{
    font-size:46px;
    font-weight:700;
    margin:20px 0;
}

.cta-box p{
    font-size:20px;
    line-height:1.8;
    margin-bottom:35px;
}

.cta-box .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#fff;
    color:#1565ff;
    border-radius:50px;
    padding:15px 40px;
    font-weight:700;
}


/*====================================================
    FOOTER
====================================================*/

footer{
    background:#081a37;
    color:#fff;
    padding:70px 0 25px;
}

.footer-logo{
    width:220px;
    margin-bottom:20px;
}

.footer-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-menu li{
    margin-bottom:12px;
}

.footer-menu a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-menu a:hover{
    color:#58a6ff;
}

footer h4{
    margin-bottom:20px;
    font-weight:700;
}

footer hr{
    border-color:rgba(255,255,255,.15);
    margin:40px 0 20px;
}


/*====================================================
    WHATSAPP FLOAT
====================================================*/

.wa-float{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    font-size:34px;
    text-decoration:none;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    transition:.3s;
    z-index:9999;
}

.wa-float:hover{
    transform:scale(1.10);
    color:#fff;
}


/*====================================================
    ANIMATION
====================================================*/

.hidden{
    opacity:0;
    transform:translateY(40px);
    transition:.7s;
}

.show{
    opacity:1;
    transform:translateY(0);
}


/*====================================================
    RESPONSIVE
====================================================*/

@media (max-width:992px){

    body{
        padding-top:90px;
    }

    .navbar-custom{
        grid-template-columns:1fr;
        text-align:center;
        gap:20px;
    }

    .nav-logo,
    .nav-button{
        justify-content:center;
    }

    .nav-menu{
        flex-wrap:wrap;
        gap:20px;
    }

    .logo{
        width:220px;
    }

    .hero{
        min-height:auto;
        padding:60px 0;
        text-align:center;
    }

    .contact-hero{
        padding:60px 0;
        text-align:center;
    }

    .hero h1,
    .contact-hero h1{
        font-size:42px;
    }

    .hero p,
    .contact-hero p{
        font-size:18px;
    }

    .hero-button,
    .hero-counter{
        justify-content:center;
        flex-wrap:wrap;
    }

    .partner-grid{
        grid-template-columns:1fr;
    }

    .cta-box h2{
        font-size:34px;
    }

    .btn-lg{
        width:100%;
    }

    .hero-image{
        margin-top:40px;
    }
}
/*====================================================
    PORTFOLIO PAGE
====================================================*/

.portfolio-projects{
    background:#fff;
    padding:90px 0;
}

.portfolio-projects h3{
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.portfolio-projects p{
    color:#666;
    line-height:1.9;
}

.portfolio-projects ul{
    list-style:none;
    margin-top:20px;
    padding:0;
}

.portfolio-projects li{
    padding:10px 0;
    font-size:17px;
    color:#444;
}

.portfolio-projects img{
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    transition:.35s;
}

.portfolio-projects img:hover{
    transform:scale(1.03);
}


/*====================================================
    WORK PROCESS
====================================================*/

.work-process{
    background:#f7faff;
    padding:90px 0;
}

.process-box{
    position:relative;
    background:#fff;
    border-radius:22px;
    padding:35px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
}

.process-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.10);
}

.process-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:42px;
    font-weight:700;
    color:#e9eef8;
}

.process-box i{
    font-size:58px;
    color:#1565ff;
    margin-bottom:20px;
}

.process-box h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.process-box p{
    color:#666;
    line-height:1.8;
}


/*====================================================
    ARTICLE LIST
====================================================*/

.articles{
    background:#fff;
    padding:90px 0;
}

.article-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    height:100%;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    transition:.35s;
}

.article-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

.article-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.article-content{
    padding:25px;
}

.article-content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.article-content p{
    color:#666;
    line-height:1.8;
}

.article-content a{
    color:#1565ff;
    text-decoration:none;
    font-weight:600;
}


/*====================================================
    NETWORK TIPS
====================================================*/

.network-tips{
    background:#f7faff;
    padding:90px 0;
}

.network-tips .why-card{
    padding:40px 30px;
    text-align:center;
}

.network-tips .why-card i{
    font-size:60px;
    color:#1565ff;
    margin-bottom:20px;
}

.network-tips .why-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}


/*====================================================
    CONTACT PAGE
====================================================*/

.contact-info{
    background:#fff;
    padding:90px 0;
}

.contact-form{
    background:#f7faff;
    padding:90px 0;
}

.contact-form .form-control{
    border:1px solid #d9e3f2;
    border-radius:12px;
    padding:15px 20px;
    font-size:16px;
    transition:.3s;
}

.contact-form .form-control:focus{
    border-color:#1565ff;
    box-shadow:none;
}


/*====================================================
    CONTACT MAP
====================================================*/

.contact-map{
    background:#fff;
    padding:90px 0;
}


/*====================================================
    FAQ
====================================================*/

.faq-section{
    background:#f7faff;
    padding:90px 0;
}

.accordion-item{
    border:none;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.accordion-button{
    padding:20px;
    font-weight:600;
}

.accordion-button:not(.collapsed){
    background:#1565ff;
    color:#fff;
}


/*====================================================
    ARTICLE PAGE
====================================================*/

.article-hero{
    background:#f7faff;
    padding:140px 0 70px;
}

.article-content{
    background:#fff;
    padding:70px 0;
}

.article-content h2{
    margin:40px 0 20px;
    color:#0b2d5c;
    font-weight:700;
}

.article-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
}

.article-content ul{
    margin-bottom:25px;
}

.article-content li{
    margin-bottom:10px;
}

.article-content .alert{
    padding:25px;
    border-radius:18px;
}