/* =========================
   GLOBAL
========================= */
body{
    font-family:'Segoe UI',sans-serif;
    background:#f8fafc;
    color:#333;
    overflow-x:hidden;
    margin:0;
    padding:0;
}

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

a{
    text-decoration:none;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    background:rgba(255,255,255,.97) !important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    padding:15px 40px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    position:sticky;
    top:0;
    z-index:999;
}

.navbar-brand{
    display:flex;
    align-items:center;
    gap:12px;
}

.navbar-brand img{
    width:75px;
    height:auto;
}

.navbar-brand strong{
    color:#1c2b5a;
    font-size:22px;
    font-weight:800;
}

.navbar-brand small{
    color:#666;
    font-size:13px;
}

.navbar-nav{
    gap:10px;
}

.navbar-nav .nav-link{
    color:#444 !important;
    font-weight:600;
    padding:10px 18px !important;
    border-radius:10px;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    background:#eef2ff;
    color:#1c2b5a !important;
}

.navbar-nav .nav-link.active{
    background:#1c2b5a;
    color:white !important;
}

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

.footer{
    margin-top:0;
    background:linear-gradient(
        135deg,
        #152149,
        #1c2b5a
    );
    color:white;
    padding:60px 0 20px;
}

.footer-box{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 25px;
}

.footer-content{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:50px;
    flex-wrap:wrap;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.footer-brand img{
    width:85px;
}

.footer-brand h5{
    margin:0;
    font-weight:700;
}

.footer-brand small{
    color:rgba(255,255,255,.8);
}

.footer-title{
    color:#ffd54f;
    font-weight:700;
    margin-bottom:10px;
}

.footer-address{
    line-height:1.8;
    color:rgba(255,255,255,.9);
}

.footer-right{
    text-align:right;
}

.social-icons{
    display:flex;
    gap:15px;
    justify-content:flex-end;
}

.social-icons a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(255,255,255,.15);

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

    transition:.3s;
}

.social-icons a:hover{
    transform:translateY(-5px);
    background:#ffd54f;
}

.social-icons img{
    width:26px;
}

.footer-bottom{
    margin-top:35px;
    padding-top:20px;
    text-align:center;
    border-top:1px solid rgba(255,255,255,.2);
    color:rgba(255,255,255,.8);
}
.btn-layanan{
    background:#1c2b5a;
    color:white !important;
    padding:10px 22px;
    border-radius:10px;
    font-weight:600;
    display:inline-block;
    transition:.3s;
}

.btn-layanan:hover{
    background:#2a3c7a;
    color:white !important;
    transform:translateY(-2px);
}
@media (max-width:768px){

    .footer{
        padding:40px 15px 20px;
    }

    .footer-box{
        width:100%;
        padding:0;
    }

    .footer-content{
        display:flex;
        flex-direction:column;
        justify-content:center !important;
        align-items:center !important;
        text-align:center;
        gap:40px;
    }

    .footer-left,
    .footer-right{
        width:100%;
        text-align:center !important;
    }

    .footer-brand{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
        gap:10px;
        margin-bottom:20px;
    }

    .footer-brand img{
        width:70px;
        margin:0 auto;
    }

    .footer-address{
        text-align:center;
    }

    .social-icons{
        justify-content:center !important;
        align-items:center;
        width:100%;
    }

    .footer-bottom{
        text-align:center;
        margin-top:30px;
    }
}
@media (max-width:768px){

    .navbar{
        padding:12px 15px;
    }

    .navbar-brand{
        gap:10px;
    }

    .navbar-brand img{
        width:45px;
    }

    .navbar-brand strong{
        font-size:16px;
    }

    .navbar-brand small{
        font-size:11px;
    }

    .navbar-collapse{
        margin-top:15px;
        padding-top:15px;
        border-top:1px solid #eee;
    }

    .navbar-nav{
        gap:5px;
    }

    .navbar-nav .nav-link{
        padding:12px 15px !important;
        border-radius:10px;
    }

    .btn-layanan{
        width:100%;
        text-align:center;
        margin-top:10px;
    }
}

/* =========================
   RESPONSIVE HP
========================= */
@media (max-width: 768px){

    .navbar{
        padding:12px 15px;
    }

    .navbar-brand img{
        width:60px;
    }

    .navbar-brand strong{
        font-size:18px;
    }

    .navbar-brand small{
        font-size:12px;
    }

    /* FOOTER */
    .footer{
        padding:40px 0 15px;
    }

    .footer-box{
        padding:0 20px;
    }

    .footer-content{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:35px;
    }

    .footer-brand{
        justify-content:center;
        flex-direction:column;
        gap:10px;
        margin-bottom:10px;
    }

    .footer-brand img{
        width:70px;
    }

    .footer-brand h5{
        font-size:18px;
    }

    .footer-address{
        font-size:15px;
        line-height:1.8;
    }

    .footer-right{
        width:100%;
        text-align:center;
    }

    .social-icons{
        justify-content:center;
        flex-wrap:wrap;
        gap:12px;
    }

    .social-icons a{
        width:55px;
        height:55px;
    }

    .social-icons img{
        width:28px;
    }

    .footer-title{
        font-size:22px;
        margin-bottom:15px;
    }

    .footer-bottom{
        margin-top:25px;
        padding-top:15px;
        font-size:14px;
    }
}