/* ======================================== Section Kebijakan ======================================== */

/* .zone-kebijakan{
    padding: 0 100px;
} */

.main-kebijakan-header {
    text-align: center;
    /* padding-top: 80px;
    padding-bottom: 67px; */
}

.kebijakan-header-title {
    font-size: 56px;
    font-weight: 500;
    color: #111827;
}

.kebijakan-header-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #6B7280;
}

.kebijakan-box-container {
    display: flex;
    flex-direction: row;
}

.main-kebijakan-box {
    padding-bottom: 150px;
    /* margin: 0 10px; */
}

.kebijakan-box1,
.kebijakan-box2,
.kebijakan-box3,
.kebijakan-box4,
.kebijakan-box5 {
    width: 100%;
    height: 100%;
    /* padding: 50px 60px; */
    border: 2px solid #E1E1E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.kebijakan-box-title {
    font-size: 20px;
    font-weight: 600;
}

.kebijakan-box-subtitle {
    font-size: 18px;
    /* height: 100px; */
    padding: 20px 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.kebijakan-box-pill-blue,
.kebijakan-box-pill-red,
.kebijakan-box-pill-orange,
.kebijakan-box-pill-green,
.kebijakan-box-pill-silver {
    width: 200px;
    height: 8px;
    border-radius: 50px;
}

/* .kebijakan-box-pill-green,
.kebijakan-box-pill-silver {
    width: 300px;
} */

.kebijakan-box-pill-blue {
    background: #1868AB;
}

.kebijakan-box-pill-red {
    background: #EA5455;
}

.kebijakan-box-pill-orange {
    background: #F6AD1D;
}

.kebijakan-box-pill-green {
    background: #11C15B;
}

.kebijakan-box-pill-silver {
    background: #DBDBDB;
}

@media (max-width:991px) {
    .kebijakan-box-container {
        flex-wrap: wrap-reverse;
    }

    .kebijakan-box1,
    .kebijakan-box2,
    .kebijakan-box3,
    .kebijakan-box4,
    .kebijakan-box5 {
        border: 1px solid #E1E1E1;
    }

}

@media (max-width:768px) {
    .kebijakan-header-title {
        font-size: 30px;
        /* padding-bottom: 20px; */
    }
    .kebijakan-header-subtitle {
        font-size: 17px;
    }

}

@media (max-width:426px){
    /* .zone-kebijakan{
        padding: 0 20px;
    } */
    .kebijakan-header-title {
        font-size: 30px;
        /* padding-bottom: 20px; */
    }
    .kebijakan-header-subtitle {
        font-size: 17px;
        text-align: center;
        margin-top: 20px;
    }
    .main-kebijakan-header{
        padding-top: 30px;
    }
}

/* ============================================================================================== */

/* ======================================== Section Media ======================================== */

.main-media {
    background-color: #002A52;
    /* padding:  60px 120px 80px 120px; */
}

.media-img {
    width: 100%;
}

.media-title {
    color: white;
    font-size: 32px;
    font-weight: 600;
}

.main-media-card {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-top: 50px;
    justify-content: center;
}

.media-card {
    /* display: flex;
    flex-direction: column; */
    /* width: 100%; */
    background-color: white;
    border-radius: 15px;
}

.media-card-body {
    /* background-color: #11C15B; */
    height: 100%;
    padding: 24px 32px;
}

.media-card-title {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 20px;

}

.media-card-description {
    font-weight: 500;
    font-size: 15px;
    height: auto;
}

.media-card-footer {
    padding: 24px 32px;
}

.btn-outline-black,
.btn-outline-white,
.btn-media,.btn-berita {
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.btn-outline-white{
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.btn-outline-black{
    border: 1px solid #6B7280;
    background-color: transparent;
    color: #6B7280;
}

.btn-berita {
    width: 275px;
}

.btn-media {
    width: auto;
}

/* @media (max-width:1200px) {

    .main-media-card {
        display: none !important;
    }

    .media-card {
        width: 49%;
        margin: 0;
    }

    .btn-media {
        width: 100%;
    }

} */



@media (max-width:767px) {
    .media-card {
        width: auto;
    }

    .main-media {
        padding: 20px;
    }

    .main-media-card {
        flex-direction: column;
    }
}

/* @media (max-width:480px) {
    .main-media{
        padding: 50px 20px;
    }

} */
/* ============================================================================================== */

/* ======================================== Section Fasilitas ======================================== */

.main-fasilitas {
    padding: 120px;
}

.main-fasilitas-card {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;

}

.fasilitas-card-header {
    /* width: auto; */
    border-radius: 8px;
    position: absolute;
    top: -20px;
    padding: 0 15px;
    left: 0;
    right: 0;

}

.fasilitas-card-header-text {
    /* width: 10px; */
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    background: #002A52;
    padding: 10px 0px;
    border-radius: 8px;

}

.fasilitas-card {
    /* width: 100%; */
    height: auto;
    position: relative;
    background: #F4F7FE;
    /* background-color: red; */
    box-shadow: 0px 4px 8px 0px #00000014;
    /* padding: 65px; */
}

.fasilitas-zone {
    width: auto;
    position: relative;
}

.facility-img {
    max-width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .main-fasilitas {
        padding: 40px;
    }

    .main-fasilitas-card {
        flex-wrap: wrap;
    }
}

/* ============================================================================================== */

/* ======================================== Section Berita ======================================== */

.main-berita{
    background: #002A52;
    /* padding: 72px 100px; */
}

.berita-header-title{
    color: white;
    font-weight: 600;
    font-size: 32px;
}

.main-berita-component {
    /* background-color: #EA5455; */
    width: auto;
    display: flex;
    flex-direction: row;
    padding-top: 32px;
    justify-content: center;
}

.zone-line{
    padding: 0 50px;
}

.vertical-line-berita{
    border-left: 1px solid white;
    height: 100vh;
    text-align: center;
    margin: 0 auto;
    background-position: center center;
}

.horizontal-line-berita{
    border: 1px solid white;
    width: 100%;
    height: 1px;
    display: none;
}

.highlight-news-card{
    display: flex;
    flex-direction: column;
    flex: 5;
}

.highlight-news-card-header{
    padding-bottom: 16px;
}

.highlight-news-card-date{
    color: white;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 16px;
}

.highlight-news-card-title{
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    color: white;
    padding-bottom: 16px;
}

.highlight-news-card-description{
    color: white;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 40px;
    line-height: 28px;
}

.main-subhighlight-news{
    display: flex;
    flex-direction: column;
    flex: 6;
}

.spacer-subhighlight{
    padding: 0 100px;
}

.subhighlight-news-card{
    /* display: flex;
    flex-direction: row; */
    padding-bottom: 24px !important;
}

.subhighlight-news-header{
   /* width: 400px;
   height: 245px; */
   flex:6;
}

.subhighlight-news-card-body{
    /* display: flex;
    flex-direction: column; */
   padding-left: 25px;
   flex: 6;
}

.subhighlight-news-card-date{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

.subhighlight-news-card-title{
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 15px;
}

.subhighlight-news-card-description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-size: 16px;
    font-weight: 400;
    /* padding-bottom: 15px;    */
}

.subhighlight-img {
    width: 100%;
    height: 100%;
}

.subhighlight-more{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    color: white;
    /* padding-top: 20px; */
}

@media (max-width:1400px){
    .main-berita-component{
        flex-direction: column;
    }
    .zone-line{
        padding: 20px 0;
    }
    .vertical-line-berita{
        display: none;
    }
    .horizontal-line-berita{
        display: block;
    }
}

/* @media (max-width:991px){
    .main-berita-component{
        flex-direction: column;
    }
    .zone-line{
        padding: 20px 0;
    }
    .vertical-line-berita{
        display: none;
    }
    .horizontal-line-berita{
        display: block;
    }
} */

@media (max-width:768px){
    .subhighlight-news-card{
        flex-direction: column;
    }
    .subhighlight-news-card-body{
        padding: 10px 0 0 0;
    }
    .highlight-news-card-date{
        font-size: 15px;
        padding-bottom: 0px;
    }
}


/* @media (max-width:426px){
    .main-berita{
        padding: 50px 40px;
    }
} */

/* ============================================================================================== */

/* ======================================== Section Social Media ======================================== */

.main-social-media{
    background: #CCDDED;
    padding: 72px 100px;
}

.main-list-social-media2{
    display: block;
}

.social-media-zone{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.social-media-line-text{
    display: none;
    letter-spacing: 12px;
    font-size: 30px;
    font-weight: 500;
}

.main-list-social-media{
    /* background-color: #11C15B; */
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 100px;
}

.social-media-banner{
    /* width: 20%; */
    flex: 2;
    position: relative;
}
.social-media-line-img{
    width: 100%;
}

.social-media-banner-img{
    width: 100%;
}

.social-media-banner-iframe{
    /* background-color: white; */
    position: relative;
    border-radius: 20px;
    /* box-shadow: -1px 6px 30px -12px rgba(0,0,0,1); */
    width: 100%;
    height: auto;
    overflow-y: scroll;
    /* top:0;
    left: 100px;
    right: 0;
    bottom: 0; */
}

/* .social-media-banner-iframe:hover{
    background-color: red;
} */

.social-media-banner-iframe:hover::-webkit-scrollbar-thumb{
    background-color: #05274A;
}

.social-media-banner-iframe::-webkit-scrollbar{
    width: 12px;
}

.social-media-banner-iframe::-webkit-scrollbar-thumb{
    background-color: #05274A;
}

.social-media-name-fb,.social-media-name-yt,.social-media-name-tw,.social-media-name-ig{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #7E7E7E;
}

.btn-sosmed-fb,.btn-sosmed-yt,.btn-sosmed-tw,.btn-sosmed-ig,.social-media-name-fb,.social-media-name-yt,.social-media-name-tw,.social-media-name-ig:hover{
    cursor: pointer;
}

.btn-sosmed-fb,.btn-sosmed-yt,.btn-sosmed-tw,.btn-sosmed-ig{
    background-color: #7E7E7E;
    width: 45px;
    height: 45px;
}

.zone-sosmed-fb,.zone-sosmed-yt,.zone-sosmed-tw,.zone-sosmed-ig{
    display: none;
}

.btn-sosmed-active{
    background-color: #002A52;
}

.social-media-name-active{
    color: #002A52;
}

.zone-sosmed-active{
    display: block;
}


#iyoutube{
    padding: 20 10%;
    width:100%;
    height: 50vh;
}

#ifacebook{
    padding: 0 10%;
    width:500px;
    height: 843px;
}

.unHover{
    pointer-events: none;
}

@media (max-width:991px){
    .social-media-zone{
        flex-direction: column;
    }
    .main-vertical-word-line{
        padding-top: 50px;
        width: auto;
        /* background-color: red; */
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin:-500px;
    }

    /* .main-list-social-media{
        background-color: green;
    } */
}

@media (max-width:768px){
    .main-vertical-word-line{
        display: none;
    }
    .social-media-line-text{
        display: block;
    }
}

@media (max-width:426px){
    .social-media-name-fb,.social-media-name-yt,.social-media-name-tw,.social-media-name-ig{
        display: none;
    }
    .main-list-social-media{
        /* background-color: #11C15B; */
        flex-direction: row;
        gap: 10;
    }
    .social-media-line-text{
        letter-spacing: 0px;
    }
    .main-list-social-media{
        padding: 50px;
    }
}


.special .card-body {
    flex-grow: 0 !important;
  }



        .informasi_ekonomi .icon_ekonomi {
            /* background: #ffffff; */
            /* border-radius: 24px; */
            width: 175px;
            height: 90px;
            /* max-width: 200px;
            max-height: 122px; */
            padding: 15px;
        }

        .informasi_ekonomi .icon_ekonomi img {
            width: 100%;
            height: auto;
            border: 5px solid white;
            border-radius: 50%;

            /* max-width: 80px;
            max-height: 80px; */
        }

        .informasi_ekonomi .ekonomi_box {
            position: relative;
            z-index: -999;
            margin-top: -20px;
            width: 100%;
            /* height: 260px; */
            height: 60%;
            max-width: 260px;
            /* max-height: 288px; */
            background: #134a6e;
            border-radius: 16px;
            padding: 60px 28px 28px 28px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        }

        .informasi_ekonomi .ekonomi_box div {
            font-style: normal;
            font-weight: 700;
            font-size: 1.1rem;
            line-height: 22px;
            color: #ffffff;
            margin: 0px 0px 10px 0px;
        }

        .informasi_ekonomi .ekonomi_box span {
            font-style: normal;
            font-weight: 400;
            font-size: 1rem;
            line-height: 20px;
            color: #ffffff;
        }
    

    
        .menu-sub.header {
            margin-top: 10px !important;
            /* Adjust the margins as needed */
        }
    
    
        .card-hover:hover {
            transform: scale(1.05);
            /* Adjust scale factor as needed */
            transition: transform 0.3s;
        }
    
    
        .image-container {
            position: relative;
            overflow: hidden;
        }

        .image-container h1 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
        }
    
    
        .bg-drawer {
            background-color: rgb(24, 28, 50);
        }
        @media (min-width: 992px) {
            .bg-drawer {
                background-color: transparent;
            }
        }
        .text-lg-underline {
            text-decoration: underline;
        }

        @media (min-width: 992px) {
            .text-lg-underline {
                text-decoration: none;
            }
        }

    
    
        .text-fondation {
            color: #03255C;
        }

        .bg-fondation {
            background-color: #03255C;
        }

        body {
            font-family: 'Inter', sans-serif;
        }


        .card-hover:hover {
            transform: scale(1.05);
            /* Adjust scale factor as needed */
            transition: transform 0.3s;
            cursor: pointer;
        }

    
    
        .bg-drawer .menu .menu-item .menu-link .menu-title{
            color: #03255C;
        }
        .drawer-on {
            background-color:rgb(3, 37, 92,0.95);
        }
        .drawer-on .menu .menu-item .menu-link .menu-title{
            color: white;
        }
        .bg-hover-dark:hover .menu-link .header-title {
            color: white !important;
        }
        .bg-sub-hover-fondation:hover{
            background-color: #03255C;
        }
        .bg-sub-hover-fondation:hover .sub-title {
            color: white !important;
        }
    
    
       
        .container2 {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            margin-right: auto;
            margin-left: auto
        }
        .justify-content-custom {
            justify-content: center;
                gap: 1.5rem; /* Tambahkan jarak antar card */

        }

        @media (min-width: 576px) {
            .justify-content-custom {
                justify-content: center;
            }
        }

        @media (min-width: 768px) {
            .justify-content-custom {
                justify-content: center;
            }
        }

        @media (min-width: 992px) {
            .justify-content-custom {
                justify-content: center;
            }
        }

        @media (min-width: 1200px) {
            .justify-content-custom {
                justify-content: center;
            }
        }

        @media (min-width: 1400px) {
            .justify-content-custom {
                justify-content: center;
            }
        }
        .card-info-box {
            background-color: #df780a2b;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            padding: 2rem;
            position: relative;
            overflow: visible;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            
        }

        .card-info-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
        }

        .card-info-box .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .card-info-box h3,
        .card-info-box .section-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: #004AAD;
            margin-bottom: 1rem;
        }

        .card-info-box .item-date {
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 0.25rem;
        }

        .card-info-box .item-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 1rem;
        }

        .card-info-box hr {
            margin: 1rem 0;
            border-color: #eee;
        }

        .card-info-box img.top-icon {
            position: absolute;
            top: -40px;
            right: 25px;
            width: 80px;
            z-index: 1;
            
        }

        .hover-agenda-title {
            transition: color 0.2s ease;
        }

        .hover-agenda-title:hover {
            color: #004AAD;
        }
        .table-soft {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0 1rem; /* jarak antar baris */
        }

        .table-soft thead th {
            border: none;
            color: #6c757d;
            font-size: 0.95rem;
            padding: 0.5rem 1rem;
        }

        .table-soft tbody tr {
            overflow: hidden;
            border-radius: 12px;
            cursor: pointer; /* kursor tangan */
            transition: transform 0.2s ease, box-shadow 0.2s ease;

        }
        .table-soft tbody tr:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

        .table-soft tbody tr:active {
            transform: scale(0.98);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .table-soft tbody td {
            background: #ffffff;
            border: none;
            padding: 1.25rem;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
            vertical-align: middle;
        }

        .table-soft tbody td:first-child {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            width: 180px;
        }

        .table-soft tbody td:last-child {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }
        .table-soft .agenda-title a {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            display: block;
            transition: color 0.2s ease;
        }

        .table-soft .agenda-title a:hover {
            color: #004AAD;
        }

        .agenda-title a {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            transition: color 0.2s ease, transform 0.1s ease;
        }

        .agenda-title a:hover {
            color: #004AAD;
        }

        .agenda-title a:active {
            transform: scale(0.98); /* efek tekan */
        }

        .agenda-icon {
            font-size: 1.4rem;
            color: #004AAD;
        }

        .agenda-badge {
            background-color: #FF931E;
            color: white;
            padding: 0.25rem 0.5rem;
            border-radius: 0.5rem;
            font-size: 0.75rem;
            margin-left: auto;
            white-space: nowrap;
        }
        .agenda-time {
            font-size: 0.85rem;
            color: #888;
            margin-top: 2px;
        }

   .btn-outline-custom {
  background-color: rgb(255, 255, 255); /* transparan */
  color: #004AAD;
  border: 2px solid #004AAD;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* no shadow awal */
}

.btn-outline-custom:hover {
  background-color: rgba(0, 74, 173, 0.15);
  color: #004AAD;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 74, 173, 0.25);
}

.transition-icon {
  transition: transform 0.2s ease;
}

.btn-outline-custom:hover .transition-icon {
  transform: translateX(4px);
}
