@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body{
    font-family: "Plus Jakarta Sans", sans-serif;
}

a{
    text-decoration: none;
    color: currentColor;
}

/* NAVBAR */
.glass-navbar {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-navbar.scrolled {
    background: rgba(20, 35, 60, 0.9);
}

.navbar .nav-link {
    font-weight: 500;
}

.navbar .nav-link:hover {
    opacity: 0.8;
}

.navbar-collapse {
    text-align: center;
}

/* HERO */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 0 20px;
    }

    .hero-section h1 {
        font-size: 28px;
    }
}

.hero-section {
    height: 100vh;
    position: relative;
    background: url('/storage/web-material/sean-pollock-PhYq704ffdA-unsplash.jpg') center/cover no-repeat;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(1px);
    background: linear-gradient(
        120deg,
        rgba(20, 35, 60, 0.95),
        rgba(30, 58, 94, 0.7) 40%,
        rgba(30, 58, 94, 0.4) 70%
    );

    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.btn-hero{
    background-color: #9CD5FF;
    color: #263B6A;
    letter-spacing: 1px;
    border-radius: 20px;
}

.btn-hero:hover{
    background-color: #7da9c8;
    color: #263B6A;
    letter-spacing: 1px;
}

/* sub navbar */
.sub-navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    padding: 15px 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0)
    );
    backdrop-filter: blur(0px);
    z-index: 2;
}

/* link style */
.sub-navbar a {
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.sub-navbar a:hover {
    opacity: 0.7;
}

.btn-sub-nav{
    border-color: transparent;
    color:#ffff;
    background-color:#0C2C55;
    border-radius: 8px;
}

/* ABOUT US */
.about-us-img{
    background: url('/storage/web-material/handshake-unsplash.jpg') center/cover no-repeat;
    width: 500px;
    height: 400px;
    overflow: hidden;
    border-radius:20px;
    position: relative;
}

.about-us-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.custom-card-about-us-left {
    background-color: #F5F7F9;;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: transparent;
    border-radius: 20px;
    z-index: 2;
}


.custom-card-about-us-right{
    width: 500px;
    height: 400px;
    overflow: hidden;
    border-radius:20px;
    background-color:#E7F0FB;
    border-color:transparent;
}

@media (max-width: 767px) {

    .about-us-img {
        height: 250px;
        max-width: 100%;
    }

    .custom-card-about-us-left {
        position: static;
        margin-top: 15px;
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .custom-card-about-us-right {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E7F0FB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 24px;
    columns: #263B6A;
}

.image-wrapper-lingkungan {
    position: relative;
}

.img-lingkungan {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

/* BADGE */
.image-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;

    display: flex;
    flex-wrap: wrap;
    gap: 6px;

    background: rgba(255, 255, 255, 0.9);
    padding: 10px 12px;
    border-radius: 12px;

    font-size: 12px;
    font-weight: 600;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.badge-item i {
    color: #4C8CE4;
}

/* MOBILE FIX */
@media (max-width: 576px) {

    .image-badge {
        flex-direction: column; /* ⬅️ ini kunci */
        font-size: 11px;
    }

}

.card-lingkungan{
    border-left: solid 7px #263B6A;
    background-color: #E7F0FB;
    border-top: transparent;
    border-bottom: transparent;
    border-right: transparent;
}

.img-wrapper-legalitas {
    height: 400px;
}

/* CARD IMAGE BACKGROUND */
.card-legalitas {
    height: 100%;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* DARK OVERLAY (biar text kebaca) */
.card-legalitas::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.05)
    );
    backdrop-filter: blur(2px);
    z-index: 1;
}

/* TEXT */
.card-overlay-legalitas {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;

    color: white;
}

.card-overlay-legalitas h3 {
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-overlay-legalitas h4 {
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-overlay-legalitas small {
    font-size: 13px;
}

.card-overlay-legalitas a {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}

.btn-works{
    border-radius: 10px;
    border: transparent;
    color: #F5F7F9;
    background: #263B6A;
    background: linear-gradient(185deg, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.btn-works:hover{
    border-radius: 10px;
    border: transparent;
    color: #F5F7F9;
    background: #263B6A;
    background: linear-gradient(185deg, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.card-review{
    border:transparent;
    border-radius: 25px;
    width:100%;
    color:#ffff;
    background: #4C8CE4;
    background: radial-gradient(circle,rgba(76, 140, 228, 1) 1%, rgba(76, 140, 228, 1) 50%, rgba(137, 212, 255, 1) 100%);
}

.accordion-borderless{
    border: transparent;
    border-bottom: solid 1px #BFC9D1;
    background-color: transparent;
}

.accordionQuestion{
    color: #263B6A;
    letter-spacing: 1px;
    background-color: transparent;
}

.faq-tab.active{
    background-color: #F6F6F6!important;
    color: #1E3A5E!important;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.faq-tab{
    color: #FFFF;
    border-radius: 20px;
    letter-spacing: 1px;
}

.faq-tab:hover{
    color: #FFFF;
    border-radius: 20px;
    letter-spacing: 1px;
}

.card iframe {
    border-radius: 20px;
}

.footer-custom{
/* background-color: #1E3A5E; */
color: #FFFF;
background: #0F2854;
background: linear-gradient(114deg, rgba(15, 40, 84, 1) 0%, rgba(28, 77, 141, 1) 60%, rgba(73, 136, 196, 1) 100%);
}
