.logo img {
    max-width: 150px;
}

.block-feat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px;
    display: flex;
}

.block-feat__left {
    flex: 1;
    max-width: 50%;
    padding-right: 15px;
}

.block-feat__right {
    flex: 1;
    width: 528px;
    height: 454px;
    display: flex;
    flex-direction: column;
}

.img-feat-right {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.block-feat__box {
    display: none;
    width: 528px;
    height: 454px;
    background-color: #F4F9FD;
    border-radius: 15px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-y: auto; /* Only scroll vertically */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    scrollbar-width: thin;
    scrollbar-color: #22BDFF #F4F9FD;
}


.block-feat__box img {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.block-feat__box.active {
    display: block;
}

.block-feat__box#block_feat_2 {
    width: 517px;
    height: 344px;
    border-radius: 10px;
    background-color: #f8f9fa;
    padding: 15px;
    overflow-x: hidden; /* Prevent horizontal scrolling for this box */
}

.block-feat__box#block_feat_2 .video-container {
    width: 100%;
    height: 234px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.block-feat__box#block_feat_2 .content-inside {
    display: flex;
    align-items: center;
    text-align: justify;
    margin-top: 10px;
}

.block-feat__box#block_feat_2 .content-inside img {
    width: 52px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}

.block-feat__box#block_feat_2 .content-inside p {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}

.block-content {
    margin-top: 20px;
    margin-left: 10px;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align title and text to the left */
}

.block-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px; /* Add spacing between title and text */
}

.justify-text {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    color: #515658;
}

.icon-img {
    width: 52px;
    height: 50px;
    border-radius: 10px;
    margin-top: -50px;
    /* margin-right: 10px; */
}
.law-img-size {
    width: 126px;
    height: 126px;
}
.body-block {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #515658;
    justify-content: justify;
    text-align: justify;
    align-items: center;
    padding: 20px;
}

.block-feat__list .item {
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.block-feat__list .item:hover {
    background-color: #F4F9FD;
}

/* .d-flex {
    display: flex;
    align-items: center;
} */

/* Custom scrollbar styles for WebKit browsers */
.block-feat__box::-webkit-scrollbar {
    width: 8px;
}

.block-feat__box::-webkit-scrollbar-thumb {
    background-color: #22BDFF;
    border-radius: 19px;
}

.block-feat__box::-webkit-scrollbar-track {
    background-color: #F4F9FD;
}

/* Hide scrollbar arrows in WebKit browsers */
.block-feat__box::-webkit-scrollbar-button {
    display: none;
}

.instruction {
    text-align: left;
    margin-left: 45px;
}

.custom-padding {
    padding-left: 150px;
    padding-right: 150px;
}

@media (max-width: 768px) {
    .block-feat {
        flex-direction: column;
        padding: 10px;
    }

    .block-feat__left {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px;
    }

    .block-feat__title {
        font-size: 1.5em;
    }

    .block-feat__desc {
        font-size: 1em;
    }

    .block-feat__list .item h3 {
        font-size: 1em;
    }

    .img-feat-right {
        width: auto;
        height: auto;
    }
    .article-content {
        width: auto;
        height: auto;
        padding-left: 0;
        padding-top: 15px;
    }
}

.marquee-container {
    width: 100%;
    position: relative;
    height: 150px;
    margin-bottom: 10px;
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.marquee-content img,
.marquee-content-reverse img {
    margin: 0 50px;
    margin-bottom: 15px;
    height: 100%;
}

.marquee-content, 
.marquee-content-reverse {
    white-space: nowrap;
}

.marquee-content {
    animation: marquee 60s linear infinite;
}

.marquee-content-reverse {
    animation: marquee-reverse 60s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

@keyframes marquee-reverse {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #515658;
    /* border: 1px solid #000000; */
    padding:10px;
}
.details h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #056598;
}
.details p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #515658;
    text-align: justify;
}
.law-details {
    width: 379px;
    height: 80px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    padding: 20px;
}

.content-box {
    padding: 10px;
    overflow: hidden;
    height: auto;
    max-height: none;
    box-sizing: border-box; 
}

.check-list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.check-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.bullet-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.check-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #515658;
    margin: 0;
}

.about-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #056598;
    margin-left: 10px;
}

.certification-section .container {
    margin: 0 auto;
}

.certification-section .section-title {
    margin-bottom: 10px;
}

.cert-card img {
    max-width: 100px;
}

.cert-cards-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    flex-wrap: nowrap;
    overflow: hidden;
    /* padding-bottom: 30px; */
    padding: 0 50px 30px 50px;
}

.certification-section .cert-card {
    flex: 0 0 auto;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    width: 130px;
    height: 150px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: box-shadow 0.3s ease-in-out;
}

.certification-section .cert-card:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.certification-section .cert-logo img {
    display: block;
    margin: 0 auto;
}

.certification-section .cert-title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.block-feat__accordion {
    display: none;
}

#faq .section-title {
    margin-top:0px;
    margin-bottom: 10px;
    border:1px solid #000;
}

.accordion-item {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 0px solid #D9D9D9;
}

.accordion-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-button {
    padding: 20px;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #01649D !important;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    transition: transform 0.2s;
    float: right;
}

.accordion-button.active::after {
    content: '\f078';
}


.accordion-button:hover {
    background-color: #F4F9FD;
}

.accordion-content {
    display: none;
    padding: 15px;
    text-align: justify;
    background-color: #ffffff;

}

.accordion-content p {
    font-weight: 400;
    font-size: 14px;
}

.accordion-content img {
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-left: 50px;
}

@media (max-width: 576px) {
    .block-feat {
        display: none;
    }
    .block-feat__accordion {
        display: block;
    }
    .content-inside {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .icon-img {
        width: 50px;
        height: auto;
    }

    /* Additional styling for smaller screens */
    .section-title h2 {
        font-size: 18px;
        text-align: center;
    }

    .cert-card img {
        max-width: 80px;
    }

    @keyframes marquee {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-25%); }
    }

    @keyframes marquee-reverse {
        0% { transform: translateX(-25%); }
        100% { transform: translateX(0%); }
    }

    .marquee-content {
        animation: marquee 5s linear infinite;
    }

    .marquee-content-reverse {
        animation: marquee-reverse 5s linear infinite;
    }

    .cert-cards-wrapper {
        justify-content: space-around;
    }
    
    .cert-card {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    
    .cert-cards-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .accordion-item {
        background-color: #ffffff;
        border: 1px solid #D9D9D9;
        border-radius: 8px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .accordion-button {
        background-color: #ffffff;
        padding: 20px;
        width: 100%;
        border: none;
        color: #056598;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-button {
        background-color: #ffffff;
        padding: 20px;
        width: 100%;
        border: none;
        color: #056598;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease;
    }

    .accordion-button:hover {
        background-color: #F4F9FD;
    }

    .accordion-content {
        display: none;
        padding: 15px;
        font-size: 12px;
        text-align: justify;
        background-color: #ffffff;
        border-top: 1px solid #D9D9D9;
    }

    .accordion-content img {
        margin-bottom: 15px;
        justify-content: center;
        align-items: center;
        margin-top: 32px;
        margin-left: 50px;
    }

    .accordion-button::after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 18px;
        transition: transform 0.2s;
        float: right;
    }

    /* Change to up arrow on active state */
    .accordion-button.active::after {
        content: '\f077';
    }

    .custom-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.horizontal-align {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 35px;
}

.img-feat-right {
    width: auto;
    height: auto;
}

.details {
    width: 275px;
    margin-left: 20px;
}

.details h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #515658;
}


.details p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.section-bg {
    background-color: #F4F9FD;
}

/* carousel css */
#blog-news .news-item h3 {
    font-size: 24px;
    color: #333;
}

#newsCarousel .carousel-item img {
    max-height: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.carousel-item .row {
    display: flex;
    justify-content: center;  /* Center the content horizontally */
    align-items: center;      /* Center the content vertically */
    text-align: center;       /* Optional: ensure text is centered */
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #056598;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #056598;
    color: #fff;
    transform: scale(1.1);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

/* Make sure to style the icons to be visible */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 18px;
}

.small-news {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    flex-grow: 1;
}

.btn-read-more {
    font-weight: bold;
    color: #0C82C6 !important; 
    text-decoration: none;
    align-self: flex-start;
}
.btn-read-more:hover {
    text-decoration: underline;
}
.article-title {
    margin-top: 0;
    font-size: 20px;
    color: #444141;
    font-weight: bold;
    margin-bottom: 10px;
}
.article-content {
    margin-top: 40px;
    margin-left: 20px;
    width: 495px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.carousel-item .article-image {
    width: 100%; /* Ensures the image fills the container */
    max-width: 100%; /* Ensures the image doesn't exceed the container's width */
    height: auto; /* Keeps the aspect ratio intact */
    border-radius: 10px;
    object-fit: cover; /* Ensures the image covers the entire container without distorting */
    margin-right: 15px;
}
.article-meta {
    font-size: 14px;
    font-weight: 500;
    color: #515658;
    margin-bottom: 10px;
}
.e-meterai-videos {
    width: 500px;
    height: 400px;
}

.lihat-semua-btn {
    background-color: #0C82C6;
    color: white;
    width: 150px;
    height: 48px;
    border: 2px solid #0C82C6;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Removes underline from link */
    font-weight: bold; /* Optional: makes the text bold */
}

.lihat-semua-btn:hover {
    background-color: #0A6DAA; /* Slightly darker shade on hover */
    color: white;
    text-decoration: none;
}

.form-box {
    font-family: 'Montserrat', sans-serif;
    width: 587px;
    height: 480px;
    padding: 50px;
    border: 1px solid #D2DAE0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.form-box label,
.form-box input.cek,
.form-box button.cek {
    font-family: 'Montserrat', sans-serif;
}

.form-box h2 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    color: #056598;
}

input.cek, button.cek {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button.cek {
    background-color: #0C82C6;
    color: white;
    border-radius: 30px;
    border: 2px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

button.cek:hover {
    background-color: #0056b3;
}
