@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bs-primary: #264348;
    --bs-primary-rgb: 38, 67, 72;
    --bs-primary-text: #264348;
    --bs-primary-bg-subtle: #cfffdd;
    --bs-primary-border-subtle: #9efec4;
    --bs-secondary-rgb: 255, 183, 197;
    --bs-secondary-text: #FFB7C5;
    --bs-secondary-bg-subtle: #ffe9ee;
    --bs-secondary-border-subtle: #fde0e7;
    --bs-secondary: #FFB7C5;
    --bs-secondary-hover: #f5c1cc;
    --bs-footer: #193a3f;
    --bs-navbar-toggler-icon-bg-s: url('data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9IiNmZmYiICBzdHJva2U9IiNmZmYiICBzdHJva2Utd2lkdGg9IjIiICBzdHJva2UtbGluZWNhcD0icm91bmQiICBzdHJva2UtbGluZWpvaW49InJvdW5kIiAgY2xhc3M9Imljb24gaWNvbi10YWJsZXIgaWNvbnMtdGFibGVyLW91dGxpbmUgaWNvbi10YWJsZXItbWVudS0yIj48cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNCA2bDE2IDAiIC8+PHBhdGggZD0iTTQgMTJsMTYgMCIgLz48cGF0aCBkPSJNNCAxOGwxNiAwIiAvPjwvc3ZnPg==');
}

body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    top: 0 !important;
}
.btn-secondary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-secondary-hover);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 251, 197, 11     ;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-bg: #fff;
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--bs-secondary-text);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-secondary-text);
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bs-secondary-text);
    --bs-btn-active-border-color: var(--bs-secondary-text);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary-text);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary-text);
    --bs-gradient: none;
}

/* NAVBAR CSS */
.navbar {
    position: fixed;
    top: 1.3rem !important;
    left: 1.75rem !important;
    right: 1.75rem !important;
    border-radius: 5px;
    z-index: 9999;
}
.navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .navbar-brand img {
    width: 50px;
    margin-right: 5px;
}
.navbar .navbar-brand p {
    color: var(--bs-white);
    font-size: 2rem;

    margin: 0;
    line-height: 50px;
}
.navbar .navbar-nav .nav-link {
    position: relative;
    color: var(--bs-white);
    font-size: 1rem;
    padding-bottom: 5px;
    text-align: center;
}
.navbar .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--bs-secondary);
    transition: width 0.3s ease;
    transform-origin: center;
}
.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link.active::after {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.navbar .navbar-flag img {
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
}
.navbar .navbar-flag hr {
    border: none;
    height: 4px;
    background-color: var(--bs-secondary);
    width: 25px;
    transform: rotate(90deg);
    margin: 0;
    opacity: 1;
}
.navbar .navbar-toggler {
    color: var(--bs-white);
    border: 1px solid white;
}
.navbar .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg-s);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: white;
  }

/* HEADER 1 CSS */
/* HEADER 1 CSS */
/* HEADER 1 CSS */
.header-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/static/images/japan-bg.jpg');
    background-size: cover;
    position: relative;
    border-image: fill 0 linear-gradient(#0001, #000);
}

.header-section #headerCarousel {
    margin-top: 180px;
}

.header-section .carousel-item h1 {
    font-size: 3rem;
    color: #fff;

}

.header-section .carousel-item p {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 20px;
}

.header-section .btn {
    font-size: 1.2rem;
    padding: 10px 20px;
    color: #000;
    border-radius: 25px;
}

.header-section .fixed-image {
    position: relative;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 10%;
}

.header-section .fixed-image img {
    /* -webkit-filter: drop-shadow(0px 0px 2px var(--bs-white)); */
    /* filter:drop-shadow(0px 0px 2px var(--bs-white)); */
    grid-area: 1 / 1;
}

.header-section .carousel-indicators {
    position: absolute;
    bottom: -70px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.header-section .carousel-indicators button {
    background-color: var(--bs-secondary);
    opacity: .6;
    height: 5px;
    width: 50px;
}

.header-section .carousel-indicators .active {
    opacity: 1;
}


/* HEADER MENU CSS */
/* HEADER MENU CSS */
/* HEADER MENU CSS */
.header-menu-section {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/static/images/japan-bg-menu.jpg');
    background-size: cover;
    position: relative;
    border-image: fill 0 linear-gradient(#0001, #000);
    padding-top: 4.5rem;
    text-align: center;
    color: var(--bs-white);
    padding-inline: 10rem;
}
.header-menu-section img {
    width: 120px;
}
.header-menu-section h1 {

    font-size: 48pt;
}

/* SECTIONS */
/* SECTIONS */
/* SECTIONS */
.sections {
    margin-bottom: 4rem;
}
.sections:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.section-title {
    margin-bottom: 1rem;
}
.section-title img {
    width: 60px;
    margin-bottom: 5px;
}
.section-title h1,
.section-title h2 {
    text-transform: capitalize;
}

.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    text-transform: uppercase;
    margin-block: 0;
}
.section-item {
    justify-content: center;
}


/* HISTORY SECTION */
/* HISTORY SECTION */
/* HISTORY SECTION */
.history-section {
    min-height: 100vh;
    padding-top: 1rem;
}
.history-section .history-text button {
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.history-section .history-text {
    letter-spacing: 1.5px;
    text-align: justify;
}
.history-section .history-mini-image img {
    width: 80%;
    height: 80%;
    display: block;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.history-section .history-image img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}


/* CONTENT PARTIAL SECTION */
/* CONTENT PARTIAL SECTION */
/* CONTENT PARTIAL SECTION */
.content-partial-section {
    min-height: 100vh;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.content-partial-section a {
    text-decoration: none;
}
.content-partial-section .card {
    padding: 0;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.content-partial-section .card img {
    width: 100%;
    height: 420px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 200px;
    transition: transform 0.5s ease;
    object-fit: cover;
}
.content-partial-section .card .content-detail {
    height: 100px;
    padding: 8px;
    padding-right: 2.5rem;
}
.content-partial-section .card .content-detail h2,
.content-partial-section .card .content-detail h3,
.content-partial-section .card .content-detail h4,
.content-partial-section .card .content-detail h5,
.content-partial-section .card .content-detail h6 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    height: 2.5em;
    font-size: 14pt;
}
.content-partial-section .card .content-detail p {
    color: var(--bs-primary-text);
    width: 80%;
    margin-top: 5px;
}
.content-partial-section .card:hover {
    height: 520px;
}
.content-partial-section .card:hover .content-detail {
    position: absolute;
    top: 5rem;
    left: 8px;
    z-index: 3;
    color: white !important;
}
.content-partial-section .card:hover .content-detail h2,
.content-partial-section .card:hover .content-detail h3,
.content-partial-section .card:hover .content-detail h4,
.content-partial-section .card:hover .content-detail h5,
.content-partial-section .card:hover .content-detail h6 {
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    line-clamp: unset;
    height: auto;
    font-size: 14pt;
}
.content-partial-section .card:hover .content-detail p {
    color: var(--bs-secondary);
    width: 100%;
    margin-top: 0;
}
.content-partial-section .card:hover img {
    transform: scale(2);
    position: relative;
    z-index: 1;
}
.content-partial-section .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}
.content-partial-section .card:hover::before {
    opacity: 1;
}


/* FAQ SECTION */
/* FAQ SECTION */
/* FAQ SECTION */
.faq-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.faq-section .faq {
    position: relative;
    display: flex;
    align-self: center;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.faq-section .faq button{
    font-size: 15pt;
    border-color: none;
}
.faq-section .faq .accordion-body {
    font-size: 15pt;
}

/* VIMIGO SECTION */
/* VIMIGO SECTION */
/* VIMIGO SECTION */
.vimigo-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.vimigo-section .card {
    height: 100%;
    padding: 25px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
}
.vimigo-section .content-detail .list {
    text-align: justify;
    padding-right: 25px;
}
.vimigo-section .vimigo-icon {
    position: absolute;
    width: fit-content;
    height: fit-content;
    border-radius: 100%;
    padding: 15px;
    right: 0;
    bottom: 0;
    background-color: var(--bs-primary);
}
.vimigo-section .vimigo-icon svg {
    /* mix-blend-mode: soft-light; */
    color: white;
}


/* TEAM SECTION */
/* TEAM SECTION */
/* TEAM SECTION */
.team-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.team-section .card {
    padding: 15px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
}
.team-section .card img {
    height: 260px;
    margin-bottom: 8px;
    border-top-right-radius: 125px;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
    object-fit: cover;
}
.team-section .card .content-detail h2,
.team-section .card .content-detail h3,
.team-section .card .content-detail h4,
.team-section .card .content-detail h5,
.team-section .card .content-detail h6 {
    margin-bottom: 0;
}
.team-section .card .content-detail p {
    color: var(--bs-primary-text);
}


/* SERTIFICATION FORM SECTION */
/* SERTIFICATION FORM SECTION */
/* SERTIFICATION FORM SECTION */
.sertification-form-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.sertification-form-section .section-item .form {
    background-color: var(--bs-secondary-border-subtle);
    padding: 1.2rem;
}
.sertification-form-section .section-item .form div {
    padding-block: .5rem;
}
.sertification-form-section .section-item .contact {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sertification-form-section .section-item .contact .contact-section {
    flex-grow: 1;
    background-color: var(--bs-primary);
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    border-bottom-left-radius: 400px;
    padding: .5rem;
    width: 100%;
    margin-block: .75rem;
}
.sertification-form-section .section-item .contact .contact-section .row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.sertification-form-section .section-item .contact .contact-section .contact-section-icon {
    width: 70px;
    height: 70px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.sertification-form-section .section-item .contact .contact-section .contact-section-icon i {
    font-size: 24px;
    line-height: 1;
}


/* SERTIFICATION PROCESS SECTION */
/* SERTIFICATION PROCESS SECTION */
/* SERTIFICATION PROCESS SECTION */
.sertification-process-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.sertification-process-section .section-item img {
    margin-right: 1.5rem;
    max-width: 50%;
    border-radius: 50px;
    height: 85vh;
    float: left;
    object-fit: cover;
}
.sertification-process-section .section-item .text-content ol {
    list-style: none;
    padding-inline: 0;
}
.sertification-process-section .section-item .text-content ol li {
    margin-bottom: .2rem;
}
.sertification-process-section .section-item .text-content {
    text-align: justify;
}

/* SERTIFICATION REQUIREMENT SECTION */
/* SERTIFICATION REQUIREMENT SECTION */
/* SERTIFICATION REQUIREMENT SECTION */
.sertification-requirement-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.sertification-requirement-section .section-item img {
    margin-left: 1.5rem;
    max-width: 50%;
    border-radius: 50px;
    height: 85vh;
    float: right;
    object-fit: cover;
}
.sertification-requirement-section .section-item .text-content ol {
    list-style: none;
    padding-inline: 0;
}
.sertification-requirement-section .section-item .text-content ol li {
    margin-bottom: .2rem;
}
.sertification-requirement-section .section-item .text-content {
    text-align: justify;
}


/* SERVICES SECTION */
/* SERVICES SECTION */
/* SERVICES SECTION */
.services-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.services-section .card {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    position: relative;
    cursor: pointer;

}
.services-section .card img {
    height: 350px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    transition: transform 0.5s ease;
    object-fit: cover;
}
.services-section .card .content-detail {
    height: 80px;
    padding-block: 10px;
}
.services-section .card .content-detail h2.content-detail-title,
.services-section .card .content-detail h3.content-detail-title,
.services-section .card .content-detail h4.content-detail-title,
.services-section .card .content-detail h5.content-detail-title,
.services-section .card .content-detail h6.content-detail-title {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    height: 2.5em;
    font-size: 14pt;
    padding-inline: 50px;
}
.services-section .card .content-detail div.content-detail-body {
    color: var(--bs-primary-text);
    display: none;
    padding-inline: 50px;
}
.services-section .card:hover {
    height: 430px;
}
.services-section .card:hover .content-detail {
    position: absolute;
    top: 2rem;
    z-index: 3;
    color: white !important;
}
.services-section .card:hover .content-detail h2.content-detail-title,
.services-section .card:hover .content-detail h3.content-detail-title,
.services-section .card:hover .content-detail h4.content-detail-title,
.services-section .card:hover .content-detail h5.content-detail-title,
.services-section .card:hover .content-detail h6.content-detail-title {
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    line-clamp: unset;
    height: auto;
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-inline: 30px;
}
.services-section .card:hover .content-detail div.content-detail-body {
    color: white;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    line-clamp: unset;
    font-size: 10pt;
    display: block;
    text-align: justify;
    padding-inline: 30px;
    height: 280px;
    overflow-y: scroll;

    scrollbar-width: thin; /* Untuk Firefox */
    scrollbar-color: white transparent; /* Mengatur warna scrollbar menjadi transparan */
}

.services-section .card:hover .content-detail div.content-detail-body::-webkit-scrollbar {
    width: 8px;
}

.services-section .card:hover .content-detail div.content-detail-body::-webkit-scrollbar-thumb {
    background: white;
}

.services-section .card:hover .content-detail div.content-detail-body::-webkit-scrollbar-track {
    background: transparent;
}

.services-section .card:hover img {
    transform: scale(2);
    position: relative;
    z-index: 1;
}
.services-section .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}
.services-section .card:hover::before {
    opacity: 1;
}

/* SLIDER SECTION */
/* SLIDER SECTION */
/* SLIDER SECTION */
.slider-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.slider-section .section-item img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: 30px;
}
.slider-section .section-item .carousel-indicators {
    bottom: -20px;
}
.slider-section .section-item .carousel-indicators button {
    background-color: var(--bs-primary);
    opacity: .6;
    height: 5px;
    width: 50px;
}

.slider-section .section-item .carousel-indicators .active {
    opacity: 1;
}


/* CONSULTATION FORM SECTION */
/* CONSULTATION FORM SECTION */
/* CONSULTATION FORM SECTION */
.consultation-form-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.consultation-form-section .section-item .form {
    background-color: var(--bs-secondary-border-subtle);
    padding: 1.2rem;
}
.consultation-form-section .section-item .form div {
    padding-block: .5rem;
}


/* CONTENT FULL SECTION */
/* CONTENT FULL SECTION */
/* CONTENT FULL SECTION */
.content-full-section {
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.content-full-section a {
    text-decoration: none;
}
.content-full-section .section-filter {
    justify-content: center;
    margin-bottom: 1rem;
}
.content-full-section .section-filter button {
    padding-inline: 1rem;
    width: 100%;
    border-radius: 200px;
    margin-block: .5rem;
    --bs-btn-bg: #fff;
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--bs-secondary-text);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-secondary-text);
    --bs-btn-hover-border-color: var(--bs-secondary-text);
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bs-secondary-text);
    --bs-btn-active-border-color: var(--bs-secondary-text);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary-text);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary-text);
    --bs-gradient: none;
}
.content-full-section .section-filter button.active {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-color: #000;
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-secondary-hover);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 251, 197, 11     ;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
}
.content-full-section .content {
    transition: opacity 0.1s ease-in-out, visibility 0s 0.1s;
}
.content-full-section .content.content-active {
    transition: opacity 0.1s ease-in-out, visibility 0s 0s;
}
.content-full-section .card {
    padding: 0;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.content-full-section .card img {
    width: 100%;
    height: 420px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 200px;
    transition: transform 0.5s ease;
    object-fit: cover;
}
.content-full-section .card .content-detail {
    height: 100px;
    padding: 8px;
    padding-right: 2.5rem;
}
.content-full-section .card .content-detail h2,
.content-full-section .card .content-detail h3,
.content-full-section .card .content-detail h4,
.content-full-section .card .content-detail h5,
.content-full-section .card .content-detail h6 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    height: 2.5em;
    font-size: 14pt;
}
.content-full-section .card .content-detail p {
    color: var(--bs-primary-text);
    width: 80%;
    margin-top: 5px;
}
.content-full-section .card:hover {
    height: 520px;
}
.content-full-section .card:hover .content-detail {
    position: absolute;
    top: 5rem;
    left: 8px;
    z-index: 3;
    color: white !important;
}
.content-full-section .card:hover .content-detail h2,
.content-full-section .card:hover .content-detail h3,
.content-full-section .card:hover .content-detail h4,
.content-full-section .card:hover .content-detail h5,
.content-full-section .card:hover .content-detail h6 {
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    line-clamp: unset;
    height: auto;
    font-size: 14pt;
}
.content-full-section .card:hover .content-detail p {
    color: var(--bs-secondary);
    width: 100%;
    margin-top: 0;
}
.content-full-section .card:hover img {
    transform: scale(2);
    position: relative;
    z-index: 1;
}
.content-full-section .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}
.content-full-section .card:hover::before {
    opacity: 1;
}


/* CONTACT FORM SECTION */
/* CONTACT FORM SECTION */
/* CONTACT FORM SECTION */
.contact-form-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.contact-form-section .section-item .form {
    background-color: var(--bs-secondary-border-subtle);
    padding: 1.2rem;
}
.contact-form-section .section-item .form div {
    padding-block: .5rem;
}
.contact-form-section .section-item .contact {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact-form-section .section-item .contact .contact-section {
    flex-grow: 1;
    background-color: var(--bs-primary);
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    border-bottom-left-radius: 400px;
    padding: .5rem;
    width: 100%;
    margin-block: .75rem;
}
.contact-form-section .section-item .contact .contact-section .row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.contact-form-section .section-item .contact .contact-section .contact-section-icon {
    width: 70px;
    height: 70px;
    background-color: var(--bs-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.contact-form-section .section-item .contact .contact-section .contact-section-icon i {
    font-size: 24px;
    line-height: 1;
}


/* MAP SECTION */
/* MAP SECTION */
/* MAP SECTION */
.map-section {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.map-section .section-item #map {
    height: 500px;
    padding-inline: 3rem;
    border-radius: 30px;
}

/* CALL TO ACTION */
/* CALL TO ACTION */
/* CALL TO ACTION */
.call-to-action {
    width: 100%;
    padding-block: 1rem;
    margin: 10px 0;
    background-color: var(--bs-secondary);
    color: #000;
    margin-bottom: 2rem;
}
.call-to-action .btn-secondary {
    --bs-btn-hover-bg: var(--bs-secondary);
    cursor: default;
}
.call-to-action .btn-outline-secondary {
    font-weight: 600;
}



/* CONTENT DETAIL */
/* CONTENT DETAIL */
/* CONTENT DETAIL */
.content-detail-section {
    min-height: 100vh;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

}
.content-detail-section a {
    text-decoration: none !important;

}
.content-detail-section .section-item .content-detail-data {
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem;
}
.content-detail-section .section-item .content-detail-data .content-detail-header {
    margin-block: 1rem;
}
.content-detail-section .section-item .content-detail-data img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.content-detail-section .section-item .content-detail-data .date {
    text-decoration: underline;
    text-align: end;
    font-size: 1rem;
}
.content-detail-section .section-item .content-detail-body .content {
    font-size: 1rem;
    text-align: justify;
}
.content-detail-section .section-item .content-detail-body hr {
    border-bottom: 3px solid black;
}
.content-detail-section .section-item .content-detail-pagination {
    text-align: center;
}
.content-detail-section .content-sidebar {
    padding: 1rem;
}
.content-detail-section .content-sidebar h3 {
    position: relative;
}
.content-detail-section .content-sidebar h3::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: var(--bs-secondary);
    transform-origin: center;
}
.content-detail-section .content-sidebar .content-sidebar-item {
    border-bottom: 1px solid black;
    margin-block: .5rem;
}
.content-detail-section .content-sidebar .content-sidebar-item img {
    width: 115px;
    height: 115px;
}
.content-detail-section .content-sidebar .content-sidebar-item h5 {

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}
.content-detail-section .content-sidebar .content-sidebar-item p {
    color: var(--bs-primary);
    text-decoration: underline;
}


/* FOOTER */
/* FOOTER */
/* FOOTER */
.footer {
    position: relative;
    background-color: var(--bs-footer);
    color: #ffffff;
}
.footer::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/images/footer.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0.05;
}

.footer-logo h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.footer-logo p {
    font-size: 14px;
    line-height: 1.6;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-list svg {
    background-color: var(--bs-secondary); /* Warna kuning ikon */
    color: #000;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}

.contact-list p {
    margin: 0;
}

.page-list {
    list-style: none;
    padding: 0;
    column-count: 2; /* Membagi list jadi 2 kolom */
}

.page-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.page-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: var(--bs-secondary); /* Warna kuning untuk bullet */
}

.footer .text-center {
    border-top: 1px solid rgba(255, 255, 255, 0.2); /* Garis pembatas */
    margin-top: 20px;
    padding-top: 10px;
    font-size: 14px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.loader img {
    position: absolute;
}

.loader .loader-spinner {
    border: 7px solid #f3f3f3;
    border-top: 7px solid var(--bs-secondary);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: loader-spin 2s linear infinite;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* Style untuk tombol Owl Carousel - Lebih besar */
.section-item.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px !important; /* Jarak tombol dengan carousel */
}

.section-item.owl-carousel .owl-nav button {
    background-color: var(--bs-secondary) !important;
    color: black !important;
    font-size: 20px !important; /* Ukuran font lebih besar */
    font-weight: bold !important;
    line-height: 40px !important; /* Tinggi tombol disesuaikan */
    padding: 10px 30px !important; /* Ukuran padding lebih besar */
    border-radius: 50px !important; /* Border-radius lebih membulat */
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
    margin: 0 10px !important; /* Jarak antar tombol */
    cursor: pointer !important;
}

.section-item.owl-carousel .owl-nav button:hover {
    background-color: var(--bs-secondary-hover) !important;
    border-color: var(--bs-secondary-hover) !important;
}

/* Menghilangkan default icon owl */
.section-item.owl-carousel .owl-nav button.owl-prev:before,
.section-item.owl-carousel .owl-nav button.owl-next:before {
    content: '' !important;
}

/* Custom tombol prev dan next lebih besar */
.section-item.owl-carousel .owl-prev {
    content: '‹' !important; /* Panah kiri */
    font-size: 24px !important; /* Ukuran lebih besar */
    padding: 10px !important;
}

.section-item.owl-carousel .owl-next {
    content: '›' !important; /* Panah kanan */
    font-size: 24px !important; /* Ukuran lebih besar */
    padding: 10px !important;
}

/* Style untuk dot pagination */
.section-item.owl-carousel .owl-dots {
    display: none;
    text-align: center !important;
    margin-top: 15px !important; /* Jarak dots dengan carousel */
}

.section-item.owl-carousel .owl-dot {
    width: 16px !important; /* Ukuran dot lebih besar */
    height: 16px !important;
    border-radius: 50% !important;
    background-color: transparent !important; /* Background transparan saat tidak aktif */
    border: 2px solid var(--bs-secondary) !important; /* Border pada dot */
    margin: 0 5px !important;
    display: inline-block !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;
}

.section-item.owl-carousel .owl-dot.active {
    background-color: var(--bs-secondary) !important; /* Background saat aktif */
    border-color: var(--bs-secondary-hover) !important; /* Border saat aktif */
}

.content-detail-link:hover {
    cursor: pointer;
}


@media (max-width:768px) {
    .header-section #headerCarousel {
        margin-top: 80px;
    }
    .header-menu-section {
        padding-inline: 1rem;
    }
    .history-section .history-text {
        font-size: 14px;
    }
    .header-section .carousel-item p {
        font-size: 14px;
    }
    .faq-section .faq .accordion-body {
        font-size: 14px;
    }
    .faq-section .faq .accordion-button {
        font-size: 14px;
    }
    .call-to-action .btn-secondary {
        font-size: 14px;
    }
    .call-to-action .btn-outline-secondary {
        font-size: 14px;
    }
    .sertification-requirement-section .section-item .text-content {
        font-size: 14px;
    }
    .sertification-process-section .section-item .text-content {
        font-size: 14px;
    }
    .contact-section {
        font-size: 14px;
    }
    .contact-section p {
        margin-bottom: 0;
    }
    .contact-section .contact-section-icon {
        width: 60px;
        height: 60px;
    }
    .contact-section .contact-section-icon svg {
        width: 28px;
        height: 28px;
    }
    .header-menu-section h1 {
        font-size: 34px;
        font-weight: 600;
    }
    .header-menu-section h3 {
        font-size: 20px;
        font-weight: lighter;
    }
    .content-detail-header .tag button {

    }
    .content-detail-header .date {
        font-size: 14px !important;
    }
}

.btn {
    font-weight: 550;
}

.skiptranslate{
    display:none;
}
#goog-gt-tt {
    display: none !important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: #0000 !important;
    box-shadow: 0px 0px 0px #0000 !important;
}

.warning-page {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    z-index: 999999999;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    top: 0;
    position: fixed;
    overflow: hidden;
}
.warning-page .warning-image {
    width: 150px;
    height: 150px;
    height: auto;
    margin-bottom: 15px;
}

.pswp-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin: 20px;
}

.pswp-gallery__item {
    position: relative;
    overflow: hidden;
    aspect-ratio: attr(data-aspect-ratio);
}

.pswp-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Memastikan gambar mengisi kotak tanpa distorsi */
    display: block;
}

.pswp-gallery__item::after {
    content: attr(data-size);
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 3px;
    font-size: 12px;
    border-radius: 3px;
}

/* Media query untuk ukuran layar kecil */
@media (max-width: 600px) {
    .pswp-gallery {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

.pswp__img {
    object-fit: contain;
}

.skeleton {
    border-radius: 15px;
    background-size: 200% 100% !important;
    background: linear-gradient(90deg, #ddd 0px, #fff 50px, #ddd 100px);
    animation: skeleload 1s linear infinite;
}
@keyframes skeleload {
    0% { background-position-x: -100px; }
    100% { background-position-x: -100%; }
}
