
/*===================================================================================================================================*/

html, body {
    font-family: 'Inter', sans-serif;
}

    /* body p {
        font-size: 30px;
    }

    body a {
        font-size: 30px;
    } */

.btn-primary {
    color: #fff;
    background-color: #00858d !important;
    border-color: #00858d !important;
}

    .btn-primary:active {
        background-color: #00858d !important;
    }

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,133,141,0.4) !important;
    border-color: #00858d !important;
}

.nav-tabs {
    border-bottom: none !important;
}

    .nav-tabs .nav-link {
        color: #666;
        background-color: #f5f5f5;
        border-radius: 0.375rem;
        margin: 0 4px;
        transition: all 0.2s ease;
        border-bottom: none !important;
    }

        .nav-tabs .nav-link:hover {
            color: #00858d;
            background-color: #e9f6f7;
        }

        .nav-tabs .nav-link.active {
            color: white !important;
            background-color: #00858d !important;
            border-color: #00858d !important;
        }

.logo-favicon {
    background-color: transparent;
}

.primary-bg-color {
    background-color: #00858D;
}

.secondary-bg-color {
    background-color: #075860;
}

.content-bg {
    background-color: #F5F9FA;
    /*    border: 1px solid #C4DFE4;*/
}

.text-cda-primary {
    color: #00858D;
}

.text-cda-primary {
    color: #075860;
}

.normal-font {
    font-size: 15px;
}


.text-cda-white {
    color: white;
}

.text-cda-link {
    text-decoration: none !important;
    color: white;
}

    .text-cda-link:hover {
        color: white;
    }

/*===================================================================================================================================*/
/*HEADER*/

.header-cda {
    display: flex;
    min-height: 50px;
    width: 100%;
    color: white;
    align-items: center;
    padding-right: 50px;
    padding-left: 50px;
}

.header-cda-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

    .header-cda-left,
    .header-cda-left:hover,
    .header-cda-left:visited,
    .header-cda-left:active {
        text-decoration: none;
        color: inherit;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .header-cda-left.nav {
            width: 30%;
        }

        .header-cda-left.home {
            width: 80%;
        }

.header-cda-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

    .header-cda-right.nav {
        width: 70%;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .header-cda-right.menu a {
        font-size: 15px;
        color: #075860;
        padding: 10px 15px;
        align-items: center;
        justify-items:center;
        text-decoration: none;
    }

        .header-cda-right.menu a:hover {
            background-color: rgba(0, 133, 141, 0.2);
            border-radius: 5px;
        }

    .header-cda-right.menu {
        align-items: center;
        display: flex;
        color: #075860;
        justify-content: center;
        width: 80%;
        gap: 15px;
    }

    .header-cda-right.login {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 20%;
    }

.nav-div {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-right: 50px;
    padding-left: 50px;
}

.nav-content {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 60px;
}

.nav-logo {
    display: flex;
    justify-content: center;
    align-content: center;
}

.desktop {
    visibility: visible;
}

.nav-logo-img {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

    .nav-logo-img.img {
        height: 20px;
    }

.nav-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 15px;
}

.nav-logo-text2 {
    font-size: 10px;
}

.nav-login-button {
    display: flex;
    max-width: 100px;
    max-height: 40px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #075860;
    padding: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #075860 !important;
    font-size: 17px;
    gap: 10px;
    transition: transform 0.2s ease-in-out;
}

    .nav-login-button:hover {
        transform: translateX(2px);
        color: white !important;
        background-color: #075860;
    }

        .nav-login-button:hover path {
            fill: white !important;
        }

.nav-dropdown {
    position: relative;
}

.nav-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    transition: opacity 0.3s ease;
}

    .nav-dropdown-content a {
        padding: 12px 16px !important;
    }

        .nav-dropdown-content a:hover {
            background-color: rgba(0, 133, 141, 0.2);
            border-radius: 0px !important;
        }

.nav-dropdown:hover .nav-dropdown-content {
    display: flex;
    flex-direction: column;
}



.nav-home-button {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-page-banner-selengkapnya {
    padding: 15px;
    background-color: #075860;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}

/*===================================================================================================================================*/
/*ERROR PAGE*/

.container-error {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-content: center;
}

.container-content {
    padding-top: 180px;
    max-width: 800px;
    flex-direction: column;
    text-align: center;
}

/*===================================================================================================================================*/
/*BODY*/

.batas-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-content {
    display: flex;
    margin-left: 0 auto;
    margin-right: 0 auto;
    height: auto;
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    padding-inline: 10px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

    .main-content h2 {
        color: #00858D;
        font-size: 20px;
        font-weight: 500;
    }

    .main-content h3 {
        color: black;
        text-align: center;
        font-weight: 500;
        font-size: 30px;
    }

.home-page-banner {
    width: 100%;
    height: 720px;
    display: flex;
    background-color: black;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

    .home-page-banner.benchmarkk {
        height: 520px !important;
        background-color: transparent;
    }

    .home-page-banner img {
        width: 100%;
        display: block;
        object-fit: cover;
        transition: opacity .4s ease-in-out;
    }

.home-page-title {
    position: absolute;
    font-size: 20px;
    text-align: left;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 5%;
}

    .home-page-title h1 {
        text-align: left;
        font-weight: bold;
        color: black;
        font-size: 35px;
    }

    .home-page-title p {
        text-align: left;
        color: black;
        font-size: 20px;
    }

.home-page-banner-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    border: none;
    font-size: 2.5rem;
    padding: 8px 14px;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.2s, color 0.2s;
}

    .home-page-banner-btn:hover {
        color: #ccc;
        transform: translateY(-50%) scale(1.2);
    }

    .home-page-banner-btn.left {
        left: 15px;
    }

    .home-page-banner-btn.right {
        right: 15px;
    }

.solusi-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
}

.home-page-card-solusi {
    position: relative;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    width: 38%;
    max-width: 460px;
    border-radius: 15px;
    height: 550px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .home-page-card-solusi:hover {
        transform: translateY(-10px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .home-page-card-solusi img {
        width: 300px;
        height: auto;
    }

    .home-page-card-solusi h2 {
        color: black;
        font-size: 22px;
        margin-bottom: 50px;
    }

    .home-page-card-solusi p {
        font-size: 16px;
        color: rgb(51, 51, 51);
    }

.home-page-card-solusi-btn {
    padding: 8px;
    border: 1px solid #00858D;
    background-color: transparent;
    color: #00858D;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
}

    .home-page-card-solusi-btn a {
        color: #00858D;
    }

    .home-page-card-solusi-btn:hover {
        color: #00858D;
    }

.home-page-sub-judul {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.home-page-sub-text {
    display: flex;
    width: 25%;
    justify-content: flex-start;
    flex-direction: column;
}

    .home-page-sub-text.sub {
        display: flex;
        width: 18%;
        justify-content: flex-start;
        flex-direction: column;
    }

    .home-page-sub-text h2 {
        text-align: left;
        font-size: 25px;
        font-weight: bold;
    }

    .home-page-sub-text h3 {
        text-align: left;
        font-size: 25px;
        font-weight: bold;
    }

.batas {
    border: 1px solid #00858D;
    width: auto;
}

.container-berita {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    height: 700px;
}

.berita-div {
    width: 70%;
    height: 100%;
    border: 12px solid rgba(0, 133, 141, 0.1);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

    .berita-div img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        object-position: center;
    }

    .berita-div h2 {
        color: black;
        font-weight: 600;
        font-size: 24px;
    }

    .berita-div p {
        color: rgba(0, 0, 0, 0.7);
        font-size: 15px;
    }

    .berita-div a {
        color: #00858D;
        text-decoration: none;
        font-size: 15px;
    }

    .berita-div.small {
        width: 25%;
        /* samakan tinggi antar kartu */
        min-height: 420px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;
        border: none;
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        background-color: white;
        box-sizing: border-box;
    }

    .berita-div.small a {
        /* taruh link di bagian bawah agar tinggi konsisten */
        margin-top: auto;
    }

        .berita-div.small img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: center;
        }

        .berita-div.small p {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .berita-div.small h2 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.tanggal {
    position: absolute;
    top: 40px;
    right: 35px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
}

    .tanggal.small {
        top: 7px;
        right: 15px;
    }

.calender-div {
    width: 30%;
    height: auto;
    border: 12px solid transparent;
    background-color: rgba(0, 133, 141, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.lebel {
    background-color: #E3F2FD;
    color: #00858D;
    font-size: 15px;
    padding: 6px;
    border-radius: 8px;
    width: 100px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .lebel.baner {
        visibility: visible;
    }

.berita-div-small {
    width: 100%;
    height: 100%;
    min-height: 440px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch; /* bikin semua kartu punya tinggi sama */
}

.tiktok-scroll-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tiktok-video-scroll {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    padding: 10px 10px 10px 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #00858d #e5f6f7;
}

    .tiktok-video-scroll::-webkit-scrollbar {
        height: 8px;
        background-color: #e5f6f7;
    }

    .tiktok-video-scroll::-webkit-scrollbar-track {
        background-color: #e5f6f7;
        border-radius: 4px;
    }

    .tiktok-video-scroll::-webkit-scrollbar-thumb {
        background-color: #00858d;
        border-radius: 8px;
    }

        .tiktok-video-scroll::-webkit-scrollbar-thumb:hover {
            background-color: #00a7b3;
        }


.short-video-card {
    position: relative;
    flex: 0 0 auto;
    width: 240px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .short-video-card iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .short-video-card:hover {
        transform: translateY(-3px);
    }

    .short-video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.modal-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-benchmark {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    height: auto;
}

.toast-info {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #2f2f2f;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    z-index: 9999;
    animation: fadeInOut 4s ease forwards;
}

.toast-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-bottom: 8px;
}

.toast-icon {
    font-size: 18px;
}

.toast-body {
    font-size: 14px;
    line-height: 1.4;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.container-informasi {
    margin-left: 25%;
    margin-right: 25%;
    background: red;
}

.container-card-about {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
    justify-content: center;
}

    .container-card-about .small-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .container-card-about .small-card {
        background-color: white;
        width: 30%;
        border-radius: 5px;
        height: 470px;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .container-card-about .title {
        font-size: 35px;
        font-weight: 500;
        color: #075860;
    }

    .container-card-about .text {
        margin-top: 15px;
        font-size: 20px;
        font-weight: normal;
        color: black;
    }

    .container-card-about .mid-card {
        background-color: white;
        width: calc(90% + 40px);
        border-radius: 5px;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        padding: 20px;
    }

.mid-card .left-div {
    width: 50%;
    flex-direction: row;
    display: flex;
    flex: 1 1 300px;
    flex-wrap: wrap
}

.mid-card .right-div {
    width: 50%;
    flex: 1 1 300px;
    flex-direction: row;
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}

.mid-card .transparent-card {
    flex: 1 1 220px;
    max-width:100%;
    width:50%;
    height:300px;
}

/*LOADING SCREEN*/
.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .body {
        padding-top: 60px;
    }

    .normal-font {
        font-size: 8px;
    }

    .header-cda {
        display: flex;
        min-height: 30px;
        width: 100%;
        color: white;
        align-items: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-logo {
        display: flex;
        justify-content: center;
        align-content: center;
        height: 20px;
        width: 20px;
    }

    .nav-logo-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        font-size: 12px;
    }

    .nav-logo-text2 {
        font-size: 8px;
    }

    .nav-div {
        position: sticky;
        top: 0px;
        left: 0;
        width: 100%;
        max-height: 40px;
        z-index: 100;
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-content {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100%;
    }

    .header-cda-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        width: 60%;
    }

    .nav-home-button {
        width: 0%;
    }

    html, body {
        font-family: 'Inter', sans-serif;
    }

        body p {
            font-size: 14px;
        }

        body a {
            font-size: 14px;
        }

    .main-content {
        padding-left: 10px;
        padding-right: 10px;
        justify-content: center;
    }

    .header-cda-right.menu {
        width: 0%;
    }

    .header-cda-left.nav {
        width: 50%;
    }

    .nav-login-button {
        display: flex;
        max-width: 100px;
        max-height: 40px;
        background-color: white;
        border-radius: 5px;
        padding: 10px;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        color: #075860;
        font-size: 12px;
        gap: 5px;
        transition: transform 0.2s ease-in-out;
    }

    .desktop {
        visibility: collapse;
    }

    .nav-dropdown-content {
        display: none;
        position: absolute;
        min-width: 10px;
        transition: opacity 0.3s ease;
    }

        .nav-dropdown-content a {
            padding: 0px;
            font-size: 1px;
            margin-top: 6px
        }


    .home-page-banner {
        width: auto;
        height: 500px;
        background-color: #075860;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .home-page-banner img {
            height: 800px;
            width: auto;
            display: block;
            object-fit: cover;
            filter: blur(4px) brightness(50%);
        }

    .home-page-title h1 {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        color: white;
    }

    .home-page-title p {
        text-align: center;
        font-size: 16px;
        color: white;
    }

    .home-page-title {
        width: 100%;
        height: 100%;
        align-items: center;
        padding-left: 15%;
        padding-right: 15%;
    }

    .nav-page-banner-selengkapnya {
        padding: 15px;
        margin-top: 10px;
        border: 1px solid white;
        background-color: transparent;
        color: white;
        font-size: 16px;
        border-radius: 5px;
    }

    .solusi-container {
        flex-direction: column;
    }

    .home-page-card-solusi {
        position: relative;
        background-color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        flex-direction: column;
        padding: 10px;
        width: 100%;
        max-width: 400px;
        border-radius: 15px;
        height: 550px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .home-page-sub-judul {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .home-page-sub-text {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

        .home-page-sub-text h2 {
            font-size: 17px;
            text-align: center;
        }

        .home-page-sub-text h3 {
            text-align: center;
            font-size: 20px;
        }

    .batas {
        visibility: collapse;
    }

    .container-berita {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        height: auto;
    }

    .berita-div {
        width: 100%;
        height: 100%;
        border: 10px solid rgba(0, 133, 141, 0.08);
        border-radius: 10px;
        padding: 30px;
        position: relative;
    }

        .berita-div img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: center;
        }

        .berita-div h2 {
            font-size: 15px;
        }

        .berita-div p {
            font-size: 13px;
        }

    .home-page-sub-text.sub {
        width: 100%;
    }

    .calender-div {
        width: 100%;
        height: auto;
        border: 10px solid rgba(0, 133, 141, 0.08);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }

    .berita-div-small {
        width: 100%;
        height: 100%;
        min-height: 440px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .berita-div.small {
        width: 100%;
        height: 100%;
        padding: 15px;
        border: none;
    }

    .lebel.baner {
        visibility: collapse;
    }

    .container-card-about {
        width: 100%;
        gap:30px;
    }

        .container-card-about .title {
            font-size: 25px;
            font-weight: 400;
            text-align:justify;
        }

        .container-card-about .text {
            font-size: 20px;
            font-weight: normal;
            text-align: justify;
        }

    .mid-card .transparent-card {
        height: auto;
    }

    .container-card-about .small-container {
        display: flex;
        flex-direction: column;
    }

    .container-card-about .small-card {
        width: 100%;
        height: 370px;
    }

}

    .calendar-toolbar {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 8px;
        color: #fff;
    }

    .calendar-toolbar a {
        color: inherit;       
        text-decoration: none;
    }

    .download-btn {
        background: #00858d;
        padding: 6px 10px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .download-btn:hover{
        background: #075860;
    }
