*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Poppins',sans-serif;

    background:#f5f8fd;

    color:var(--text);

    overflow-x:hidden;

}

@media(min-width:1400px){

    .container{

        max-width:1320px;

    }

}

.feature-wrapper,
.timeline-card,
.info-card{

    box-shadow:
    0 15px 45px rgba(32,60,120,.06);

}

.feature-wrapper{

    border-radius:28px;

}

.timeline-card{

    border-radius:24px;

}

.info-card{

    border-radius:24px;

}

.hero-image img{

    border-radius:40px;

}

.feature-item,
.timeline-card,
.info-card{

    transition:.35s;

}

.feature-item:hover{

    transform:translateY(-6px);

}

.timeline-card:hover{

    transform:translateY(-5px);

}

.info-card:hover{

    transform:translateY(-5px);

}

.btn-daftar,
.btn-info,
.login-btn{

    transition:.35s;

}

.btn-daftar:hover,
.login-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 30px rgba(13,91,225,.25);

}

.btn-info:hover{

    transform:translateY(-3px);

}

.hero-section{

    position:relative;

}

.hero-section::before{

    content:"";

    position:absolute;

    width:750px;

    height:750px;

    right:-220px;

    top:-180px;

    border-radius:50%;

    background:linear-gradient(
        145deg,
        #0d5be1,
        #0849bc
    );

}

.hero-section::after{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    right:250px;

    top:-130px;

    border-radius:50%;

    background:#eaf2ff;

}

.hero-dots{

    position:absolute;

    left:420px;

    bottom:20px;

    opacity:.4;

}

.header{

    backdrop-filter:blur(14px);

    background:rgba(255,255,255,.94);

}

.nav-link.active{

    color:var(--primary);

    font-weight:700;

}

.nav-link.active::after{

    width:34px;

    left:50%;

    transform:translateX(-50%);

    height:4px;

}

html{

    scroll-behavior:smooth;

}

@media(max-width:991px){

    .hero-content{
    
        text-align:center;
    
    }
    
    .hero-content h1{
    
        font-size:42px;
    
    }
    
    .hero-button{
    
        justify-content:center;
    
    }
    
    .hero-image{
    
        margin-top:50px;
    
    }
    
    .hero-badge{
    
        left:50%;
    
        transform:translateX(-50%);
    
        bottom:20px;
    
    }
    
    }

    @keyframes fadeUp{

        from{
    
            opacity:0;
    
            transform:translateY(40px);
    
        }
    
        to{
    
            opacity:1;
    
            transform:translateY(0);
    
        }   
    
    }
    
    .hero-content,
    .hero-image,
    .feature-wrapper,
    .timeline-card,
    .info-card{
    
        animation:fadeUp .8s ease;
    
    }

:root{

    --primary:#0d5be1;
    --primary-dark:#0a49b3;

    --secondary:#f5b400;

    --success:#34b65d;

    --purple:#8c52ff;

    --text:#1f2937;

    --text-light:#6b7280;

    --border:#edf1f7;

    --background:#f6f9ff;

    --white:#ffffff;

}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

section{
    position:relative;
}

/* =========================
        HEADER
========================= */

.header{
    position: sticky;
    top:0;
    z-index:999;
    background:#fff;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.navbar{
    padding:18px 0;
}

.logo-box{

    width:90px;
    height:90px;

    background:#fff;

    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-right:16px;

}

.logo-box img{

    width:80px;

}

.logo-text h3{

    font-size:30px;
    font-weight:800;
    color:#173b8b;
    line-height:1.05;
    margin-bottom:4px;

}

.logo-text span{

    color:#666;
    font-size:14px;

}

.navbar-nav{

    gap:14px;

}

.nav-link{

    font-size:17px;
    font-weight:500;
    color:#232323;
    position:relative;
    padding:14px 18px !important;

}

.nav-link:hover{

    color:#0d5be1;

}

.nav-link.active{

    color:#0d5be1;
    font-weight:600;

}

.nav-link.active::after{

    content:"";

    position:absolute;

    left:18px;
    right:18px;
    bottom:2px;

    height:3px;

    background:#0d5be1;

    border-radius:20px;

}

.dropdown-menu{

    border:none;
    border-radius:14px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    padding:10px;

}

.dropdown-item{

    border-radius:10px;
    padding:10px 16px;

}

.dropdown-item:hover{

    background:#edf5ff;

}

.login-btn{

    background:#0d5be1;

    color:#fff;

    padding:15px 28px;

    border-radius:18px;

    font-weight:600;

    display:flex;

    align-items:center;

    gap:10px;

    transition:.3s;

}

.login-btn i{

    font-size:22px;

}

.login-btn:hover{

    color:#fff;

    background:#0b4fc2;

    transform:translateY(-2px);

}

@media(max-width:991px){

    .navbar-nav{

        margin:30px 0;

    }

    .login-btn{

        width:100%;
        justify-content:center;

    }

    .logo-text h3{

        font-size:20px;

    }

    .logo-box{

        width:60px;
        height:60px;

    }

}

/*==========================
        HERO
==========================*/

.hero-section{

    padding:70px 0 40px;

    background:#f7f9fd;

    overflow:hidden;

    position:relative;

}

.hero-section::before{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    right:-260px;
    top:-120px;

    background:#0d5be1;

    border-radius:50%;

}

.hero-section::after{

    content:"";

    position:absolute;

    width:460px;
    height:460px;

    right:220px;
    top:-160px;

    background:#dfeeff;

    border-radius:50%;

}

.hero-content{

    position:relative;

    z-index:10;

}

.hero-content h5{

    font-size:24px;

    color:#1d2a44;

    font-weight:600;

}

.hero-content h1{

    font-size:64px;

    font-weight:800;

    color:#0d5be1;

    line-height:1.08;

    margin:15px 0 25px;

}

.hero-content p{

    font-size:20px;

    color:#555;

    line-height:1.9;

    margin-bottom:40px;

    max-width:620px;

}

.hero-button{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-daftar{

    background:#0d5be1;

    color:#fff;

    padding:18px 34px;

    border-radius:14px;

    font-weight:600;

    transition:.3s;

}

.btn-daftar:hover{

    color:#fff;

    background:#0848ba;

}

.btn-info{

    border:2px solid #0d5be1;

    color:#0d5be1;

    padding:18px 34px;

    border-radius:14px;

    font-weight:600;

}

.btn-info:hover{

    background:#0d5be1;

    color:#fff;

}

.hero-image{

    position:relative;

    z-index:5;

    text-align:right;

}

.hero-image img{

    width:100%;

    max-width:680px;

    border-radius:40px;

}

.hero-badge{

    position:absolute;

    bottom:35px;

    left:40px;

    background:#0d5be1;

    color:#fff;

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px 28px;

    border-radius:18px;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.badge-icon{

    width:56px;
    height:56px;

    border-radius:50%;

    background:#ffb400;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;

    color:#0d5be1;

}

.hero-badge strong{

    font-size:20px;

}

/*=========================
        FEATURE
=========================*/

.feature-section{

    margin-top:-35px;

    position:relative;

    z-index:50;

}

.feature-wrapper{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.feature-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

    padding:35px;

    height:100%;

    border-right:1px solid #ececec;

    transition:.3s;

}

.feature-item:hover{

    background:#f8fbff;

}

.feature-icon{

    width:74px;

    height:74px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:30px;

    flex-shrink:0;

}

.feature-icon.blue{

    background:#0d5be1;

}

.feature-icon.yellow{

    background:#f8b400;

}

.feature-icon.green{

    background:#2fb55d;

}

.feature-icon.purple{

    background:#8b5cf6;

}

.feature-item h4{

    font-size:22px;

    font-weight:700;

    color:#1b2a4e;

    margin-bottom:10px;

}

.feature-item p{

    font-size:15px;

    color:#666;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

    .feature-item{

        border-right:none;

        border-bottom:1px solid #eee;

    }

}

/*==================================
        TIMELINE
==================================*/

.timeline-card,
.info-card{

    background:#fff;

    border-radius:25px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    height:100%;

}

.section-title{

    color:#0d5be1;

    font-size:30px;

    font-weight:700;

    margin-bottom:40px;

}

.timeline{

    display:flex;

    align-items:flex-start;

    justify-content:space-between;

}

.timeline-item{

    flex:1;

    text-align:center;

    position:relative;

}

.line{

    width:80px;

    height:2px;

    background:#d8d8d8;

    margin-top:42px;

}

.circle{

    width:80px;

    height:80px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    color:#fff;

    font-size:34px;

}

.blue{

    background:#0d5be1;

}

.yellow{

    background:#f7b500;

}

.green{

    background:#28b463;

}

.purple{

    background:#8b5cf6;

}

.timeline-item h5{

    margin-top:18px;

    font-size:18px;

    font-weight:700;

}

.timeline-item span{

    display:block;

    color:#0d5be1;

    font-weight:600;

    margin:10px 0;

    font-size:15px;

}

.timeline-item p{

    font-size:14px;

    color:#666;

    line-height:1.7;

    margin:0;

}

/*=============================
        INFO CARD
=============================*/

.info-card{

    background:linear-gradient(180deg,#eef6ff,#ffffff);

}

.info-card h3{

    color:#0d5be1;

    font-size:28px;

    margin-bottom:30px;

    font-weight:700;

}

.info-card h3 i{

    margin-right:10px;

}

.info-card ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.info-card li{

    margin-bottom:18px;

    position:relative;

    padding-left:30px;

    color:#555;

    line-height:1.8;

}

.info-card li::before{

    content:"✔";

    position:absolute;

    left:0;

    color:#0d5be1;

    font-weight:bold;

}

.btn-info-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 30px;

    border:2px solid #0d5be1;

    border-radius:14px;

    color:#0d5be1;

    font-weight:600;

    transition:.3s;

}

.btn-info-more:hover{

    background:#0d5be1;

    color:#fff;

}

@media(max-width:991px){

    .timeline{

        flex-direction:column;

        gap:30px;

    }

    .line{

        display:none;

    }

}

/*=================================
            FOOTER
=================================*/

.footer{

    background:#0d4dbd;

    color:#fff;

    margin-top:50px;

    padding:22px 0;

}

.footer-item{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:15px;

    font-weight:500;

}

.footer-item i{

    font-size:22px;

    color:#ffffff;

}

.footer-icon{

    font-size:32px !important;

    color:#ffc107 !important;

}

.footer-item span{

    line-height:1.7;

}

@media(max-width:991px){

    .footer{

        text-align:center;

    }

    .footer-item{

        justify-content:center !important;

        margin-bottom:18px;

    }

}