* {
    font-family: 'Montserrat', sans-serif !important;
}

/* ========== Base ========== */
:root {
    --navbar-h: 75px;
}

.max-width-1240 {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

body {
    padding-top: 0;
}

/* ========== Navbar shell ========== */
.navbar {
    height: var(--navbar-h);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 1030;
}

.navbar .max-width-1240,
.navbar .navbar-collapse,
.navbar-nav {
    height: 100%;
}

/* ========== Nav list & links (desktop default) ========== */
.navbar-nav {
    flex-direction: row;
    height: 100%;
}

.navbar-nav .nav-item {
    display: flex;
    height: 100%;
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    transition: background .2s, color .2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #00bcd4 !important;
    background: rgba(255, 255, 255, .15);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.show {
    background: #be2327;
    color: #fff !important;
    box-shadow: none;
}

/* ========== Buttons ========== */
.inquiry-btn {
    background: #fff;
    color: #000;
    border-radius: 9999px;
    font-weight: bold;
    padding: 8px 28px;
    white-space: nowrap;
    margin-left: 16px;
    transition: background .2s, color .2s;
}

.inquiry-btn:hover,
.inquiry-btn:focus {
    background: #be2327 !important;
    color: #fff !important;
    border-color: #be2327 !important;
}

/* ========== Brand & toggler ========== */
#logo-pandara {
    height: 60px;
    transition: height .2s;
}

.navbar-toggler {
    width: 40px;
    height: 36px;
    line-height: 1;
    font-size: 1.05rem;
    padding: .25rem .7rem .25rem .5rem;
    margin-right: 10px;
    border-color: rgba(255, 255, 255, .3);
}

.navbar-toggler-icon {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ========== Language switch ========== */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.lang-switch .form-select {
    height: 36px;
    line-height: 1.25;
    padding: .25rem 2rem .25rem .75rem;
    color: #000;
    border-color: rgba(255, 255, 255, .25);
}

.lang-switch .form-select:focus {
    box-shadow: none;
    border-color: #149fc6;
}

/* ========== Offcanvas (mobile menu) ========== */
.offcanvas {
    width: 70vw !important;
    max-width: 100vw;
}

.offcanvas .navbar-nav {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.offcanvas .navbar-nav .nav-item {
    display: block;
    height: auto;
}

.offcanvas .navbar-nav .nav-link {
    width: 100%;
    justify-content: center;
    border-radius: 0;
    padding: 14px 0;
    margin: 0;
}

.offcanvas .navbar-nav .nav-link.active {
    background: #be2327 !important;
    color: #fff !important;
}

.offcanvas .inquiry-btn {
    display: block;
    width: 85%;
    max-width: 300px;
    margin: 24px auto 12px;
    border-radius: 9999px;
}

/* Submenu (collapse) */
#svcMenu {
    width: 100%;
    padding-top: .25rem;
}

#svcMenu .dropdown-item {
    color: #fff;
    text-align: center;
    padding: 0.75rem 1rem !important;
}

#svcMenu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #be2327 !important;
    /* warna background */
    color: #fff !important;
    /* warna teks */
}

/* Jika ada dropdown-menu di offcanvas, jadikan statis */
.offcanvas .dropdown-menu {
    position: static !important;
    float: none !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== Carousel ========== */
.carousel,
.carousel-inner,
.carousel-item {
    min-height: 300px;
}

.carousel-item img {
    min-height: 300px;
    width: 100%;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    height: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-item {
    position: relative;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* box upcoming di slider */
.reg-box {
    position: absolute;
    top: 170px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    padding: 16px;
    width: 420px;
    z-index: 100;
    color: #000;
}

.countdown .chip {
    width: 85px;
}

.reg-box .regis {
    position: absolute;
    bottom: -20px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.regis .btn {
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Footer */
.footer {
    background: #000;
    color: #fff;
}

.title-footer {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 20px;
}

.logo-footer {
    display: block;
    margin: 0 auto 20px;
    width: 80%;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #149dc4 !important;
}

.footer p,
.footer li {
    margin: 5px 0;
    color: #fff;
    font-size: 14px;
}

.footer p i {
    margin-right: 8px;
}

.footer-bottom {
    background-color: #be2327;
    padding: 3px 0;
    margin: 20px auto 0;
    text-align: center;
    font-size: 12px;
}

.footer .weekend {
    display: block;
    margin-left: 26px;
}

/* ========== Breakpoints ========== */
@media (max-width:991.98px) {
    body {
        padding-top: 60px;
    }

    .navbar {
        height: auto;
    }

    /* show/hide areas */
    .desktop-nav {
        display: none !important;
    }

    .offcanvas-nav {
        display: block !important;
        background-color: rgba(0, 0, 0, .6);
    }

    #logo-pandara {
        height: 38px;
        margin-left: 10px;
    }

    /* language in offcanvas */
    .offcanvas .lang-switch {
        justify-content: center;
        margin: 12px auto 0;
    }

    .offcanvas .lang-switch .form-select {
        width: 85%;
        max-width: 300px;
        background: #000;
    }

    /* button tweak */
    .inquiry-btn {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .desktop-nav {
        display: flex !important;
    }

    .offcanvas-nav {
        display: none !important;
    }

    /* Desktop: dropdown by hover */
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        background-color: rgba(0, 0, 0, .6) !important;
        border-radius: 0 !important;
    }

    .navbar .dropdown-menu {
        top: 74px !important;
        margin-top: 0 !important;
    }
}

/* ========== Visibility toggles for language selects ========== */
@media (min-width:992px) {
    #langSelectMobile {
        display: none !important;
    }
}

@media (max-width:991.98px) {
    #langSelectDesktop {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .reg-box {
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        margin: 0;
    }

    .section-top {
        margin-top: 300px;
    }

}

.play-btn svg {
    fill: white;
}


/* ===== Section Wrappers ===== */
.section {
    padding: 56px 0;
}

.section--white {
    background: #fff;
    color: #111;
}

.section--gray {
    background: #f5f6f8;
    color: #111;
}

.section-title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 32px;
}

.section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 10px auto 70px;
    background: linear-gradient(90deg, #be2327, #e53935);
    border-radius: 2px;
}

/* Tombol */
.btn-loadmore {
    background: #be2327;
    color: #fff;
    border-radius: 20px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-loadmore:hover {
    background: #149dc4;
    color: #fff;
    transform: scale(1.05);
}

.btn-readmore {
    display: inline-block;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 20px;
    text-decoration: none;
    width: fit-content;
    transition: background-color .25s ease, transform .15s ease;
    display: block;
    width: fit-content;
    margin-left: auto;
}

.btn-readmore:hover {
    background: #be2327;
    color: #fff;
    transform: translateY(-1px);
}

.section-lazy {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.section-lazy.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Upcoming Events ===== */
.event-card {
    display: block;
    color: inherit;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    transition: transform .15s ease, box-shadow .15s ease;
}

.event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
}

.event-thumb {
    position: relative;
    overflow: hidden;
}

.event-thumb:before {
    content: "";
    display: block;
    padding-top: 35%;
}

.event-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.event-card:hover .event-thumb img {
    transform: scale(1.1);
}

.event-card .meta-right .title {
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* meta bar bawah di event */
.event-meta {
    display: flex;
    align-items: stretch;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.date-badge {
    background: #000;
    color: #fff;
    min-width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 10px;
    border-right: 1px solid #eee;
    transition: background .15s ease, color .15s ease;
}

.event-card:hover .date-badge {
    background: #be2327;
    color: #fff;
}

.date-badge .d1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.date-badge .d2 {
    font-weight: 700;
    font-size: 16px;
}

.meta-right {
    flex: 1;
    background: #fff;
    padding: 14px 16px;
}

.meta-right .title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.meta-right .sub {
    font-size: 13px;
    color: #555;
}

.meta-right .sub i {
    margin-right: 6px;
}

/* ====== Past Event scroller ====== */
.section-bg-past {
    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.section-bg-past::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.section-bg-past .max-width-1240 {
    position: relative;
    z-index: 2;
}

.logo-scroller {
    position: relative;
    overflow: hidden;
    /* fade kiri-kanan */
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}

.logo-track {
    display: flex;
    align-items: center;
    gap: var(--gap, 24px);
    width: max-content;
    /* sepanjang konten */
    animation: scroll var(--speed, 20s) linear infinite;
}

.logo-scroller img {
    height: 80px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .25));
}

.logo-scroller:hover .logo-track {
    animation-play-state: paused;
}

.badge-pass-event {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 32px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* animasi jalan ke kiri */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-track {
        animation: none;
    }
}

/* ====== About Us ====== */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

@media (max-width: 960px) {

    .split {
        display: flex;
        flex-direction: column;
    }

    .split-left,
    .split-right {
        display: contents;
    }

    .block-video {
        order: 1;
    }

    .block-title {
        order: 2;
    }

    .block-about-desc {
        order: 3;
    }

    .block-intro {
        order: 4;
    }

    .block-card {
        order: 5;
    }
}

.video-embed {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-intro {
    line-height: 1.6;
    color: #444;
}

.company-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
}

.company-title span {
    font-weight: 700;
}

.about-desc p {
    margin: 0 0 10px 0;
    color: #444;
    line-height: 1.7;
}

.about-card {
    background: #fff;
    border-radius: 18px;
    margin: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.about-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 960px) {
    .about-split .split {
        grid-template-columns: 1fr;
    }
}

/* OUR CLIENT */
.stat-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    margin: 20px 0;
    border-radius: 8px;
}

.stat-box .icon {
    font-size: 48px;
    margin-right: 30px;
    color: #000;
}

.stat-box .text h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.stat-box .text p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* OUR SERVICES */
.service-accordion .section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
}

.service-accordion .section-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #c62828, #e53935);
    border-radius: 999px;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.acc-item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.acc-header {
    margin: 0;
}

.acc-trigger {
    width: 100%;
    position: relative;
    padding: 14px 48px 14px 18px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    background: #fff;
    color: #111;
    border: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}

.acc-trigger:hover {
    background: #c62828;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.acc-item.is-open .acc-trigger {
    background: #c62828;
    color: #fff;
}

.acc-trigger .chev {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.acc-item.is-open .chev {
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
}

.acc-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
    background: #fff;
}

.acc-item.is-open .acc-panel {
    grid-template-rows: 1fr;
}

.acc-panel>.acc-panel-inner {
    overflow: hidden;
}

.acc-panel-inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    padding: 0px 18px;
    align-items: start;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.acc-panel-inner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media (max-width: 900px) {
    .acc-trigger {
        font-size: 18px;
    }

    .acc-panel-inner {
        grid-template-columns: 1fr;
    }
}

/* ARTICLE */
.article-card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.article-card .card-img-top {
    height: 220px;
    object-fit: cover;
}

.category-badge {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 2;
    font-weight: 700;
    font-size: .85rem;
    padding: .35rem 1rem;
    border-radius: 0 20px 20px 0;
    color: #fff;
    background: rgba(19, 159, 198, .7);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, .15); */
}
.article-date-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0 12px;
    background: linear-gradient(135deg, #c62828, #e53935);
}

.article-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    width: 78px;
    min-width: 78px;
    height: 60px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #c62828, #e53935);
}

.article-date-badge .day {
    font-size: .8rem;
    line-height: 1;
}

.article-date-badge .month {
    font-size: .8rem;
    line-height: 1;
    text-transform: uppercase;
}

.article-date-badge .year {
    font-size: .8rem;
    opacity: .95;
    line-height: 1;
}

.article-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.divider-red {
    margin-top: 0px;
    height: 2px;
    background: linear-gradient(90deg, #c62828, #e53935);
    border: 0;
    opacity: 1;
}

@media (max-width: 575.98px) {
    .article-card .card-img-top {
        height: 200px;
    }
}

/* GALLERY */
.gallery-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: auto;
    margin-top: 50px;
}

.gallery-preview {
    width: 100%;
    height: 410px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
}

.gallery-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs-right,
.gallery-thumbs-bottom {
    display: grid;
    gap: 10px;
}

.gallery-thumbs-right {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.gallery-thumbs-bottom {
    grid-column: span 2;
    grid-template-columns: repeat(4, 1fr);
}

.gallery-thumbs-right img,
.gallery-thumbs-bottom img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-thumbs-right img:hover,
.gallery-thumbs-bottom img:hover {
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox.show {
    display: flex;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.lightbox .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
    padding: 10px;
}

.lightbox .arrow:hover {
    color: red;
}

.lightbox .arrow.left {
    left: 30px;
}

.lightbox .arrow.right {
    right: 30px;
}

@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-preview {
        display: none;
    }

    .gallery-thumbs-right,
    .gallery-thumbs-bottom {
        grid-column: span 2;
        grid-template-columns: 1fr 1fr;
    }
}

/* CONTACT WA */
.arcontactus-widget.arcontactus-message {
    right: -38px !important;
    bottom: 70px !important;
    height: 87px !important;
    width: 118px !important;
}

.arcontactus-widget .arcontactus-message-button {
    background-image: url("/images/customer-service.png") !important;
    width: 131px !important;
    height: 160px !important;
    right: 20px !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}

.arcontactus-widget .arcontactus-message-button .icons {
    top: 28% !important;
    left: 28% !important;
}

.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 17% !important;
    left: 28% !important;
}

/* HEADER HALAMAN */
.page-header {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.page-header .overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
}

.page-header .container {
    color: #fff;
}

.page-header .page-title {
    font-size: 38px;
    font-weight: 700;
    margin: 50px 0 0;
}

.page-header .breadcrumb {
    background: rgba(255, 35, 35, 0.8);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
}

.page-header .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.page-header .breadcrumb span {
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-header {
        min-height: 150px;
    }

    .page-header .overlay {
        height: 150px;
    }
}

/* Halaman Events */

.container-pastevent {
    display: flex;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.pastevent-years {
    width: 300px;
    background: #000;
}

.pastevent-year {
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #fff;
}

.pastevent-year.active,
.pastevent-year:hover {
    background: #be2327;
}

.pastevents {
    flex: 1;
    padding: 20px;
}

.pastevent-list {
    display: none;
    padding: 0;
    margin-left: 30px;
}

.pastevent-list.active {
    display: block;
}

.pastevent-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.pastevent-list li::before {
    font-weight: bold;
}

@media (max-width: 768px) {
    .pastevent-years {
        width: 100px;
    }

    .pastevent-list {
        display: none;
        padding: 0;
        margin-left: 10px;
    }
}

.event-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.event-link:hover {
    color: #be2327;
}


/* Halaman About Us (Our Team) */
.team-section {
    margin: 50px auto;
    text-align: center;
}

.team-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 159, 198, 0.3);
    filter: blur(0.5px);
}

.team-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.team-card h3 {
    margin: 10px 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.team-card p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #555;
}

.team-card a img {
    width: 90px;
    height: 20px;
    margin: 10px 0 20px;
    border-radius: 0;
    transition: 0.3s ease;
}

/* Normal: ada link */
.linkedin-link img {
    transition: 0.3s;
}

.linkedin-link:hover img {
    content: url("/images/linked.png");
    /* ganti warna kalau ada link */
}

/* Disabled: tidak ada hover */
.linkedin-link.disabled {
    pointer-events: none;
    /* tidak bisa di-klik */
    cursor: default;
}

.linkedin-link.disabled:hover img {
    content: url("/images/linked_black.png");
    /* tetap hitam */
    opacity: 0.6;
    /* bisa kasih efek lebih pucat biar keliatan non-aktif */
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #be2327;
    font-size: 24px;
    font-weight: 900;
}

.swiper-pagination {
    position: relative;
    margin-top: 50px;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #be2327;
}


/* Halaman Article */
.article-content {
    font-size: 14px;
    margin-top: 20px;
}

.article-content h1 {
    font-size: 28px;
}
.article-content h2 {
    font-size: 22px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    margin-top: 32px;
}


.article-content h3 {
    font-size: 18px;
}

.article-content h4 {
    font-size: 16px;
}

.article-content p {
    font-size: 14px;
}

.popular-article img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

.popular-article h6 {
    font-size: 14px;
    margin-top: 5px;
}

.popular-article .date {
    font-size: 10px;
    background-color: #be2327;
    color: #fff;
    padding: 3px 8px 3px 16px;
    margin-left: -16px;
}


/* Halaman Gallery */
.section-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.section-gallery img:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

/* Halaman FAQ */
.faq-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-accordion .acc-item {
    border-radius: 0px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.faq-accordion .acc-header {
    margin: 0;
}

.faq-accordion .acc-trigger {
    width: 100%;
    position: relative;
    padding: 10px 48px 10px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    background: #149dc4;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: background .25s ease,
        color .25s ease,
        box-shadow .25s ease;
}

.faq-accordion .acc-trigger:hover {
    background: #c62828;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.faq-accordion .acc-item.is-open .acc-trigger {
    background: #c62828;
    color: #fff;
}

.faq-accordion .acc-trigger .chev {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.faq-accordion .acc-item.is-open .chev {
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
}

.faq-accordion .faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
    background: #fff;
}

.faq-accordion .acc-item.is-open .faq-panel {
    grid-template-rows: 1fr;
}

.faq-accordion .faq-panel>.faq-panel-inner {
    overflow: hidden;
}

.faq-accordion .faq-panel-inner {
    display: grid;
    gap: 16px;
    padding: 0px 18px;
    align-items: start;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.faq-accordion .faq-panel-inner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}