@media (max-width: 767.98px) {
    .sv-mobile-list > [class*='col-'] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* ===== GLOBAL MOBILE RESPONSIVE FIXES ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

.mean-container .mean-nav {
    margin-top: 74px;
}

/* Fix video height on mobile */
@media (max-width: 768px) {
    video {
        height: auto !important;
        max-height: 280px !important;
    }

    .section-title h2 {
        font-size: 1.6rem !important;
    }

    section {
        padding-left: 15px;
        padding-right: 15px;
    }

    [style*="padding:120px"],
    [style*="padding:80px"] {
        padding: 30px 15px !important;
    }
}

@media (max-width: 480px) {
    video {
        max-height: 220px !important;
    }
}

/* Fix owl carousel mobile */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    top: 40% !important;
}

/* Modal fix for mobile */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }
}

/* ===== HELPDESK MODAL ===== */
.helpdesk-modal-dialog {
    max-width: 560px;
}

.helpdesk-modal-content {
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(5, 8, 30, 0.42);
}

.helpdesk-modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: transparent;
}

.helpdesk-modal-heading {
    min-width: 0;
    flex: 1 1 auto;
    text-align: center;
}

.helpdesk-modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}

.helpdesk-modal-title-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(107, 86, 255, 0.28), rgba(56, 239, 125, 0.16));
    color: #ffffff;
    font-size: 16px;
    flex-shrink: 0;
}

.helpdesk-modal-subtitle {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.5;
    margin: 6px auto 0;
    max-width: 420px;
}

.helpdesk-modal-body {
    padding: 18px 22px 20px;
}

.helpdesk-modal-intro {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    margin: 0 0 14px;
    line-height: 1.6;
}

.helpdesk-modal-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.helpdesk-modal-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    width: 100%;
    padding: 13px 16px;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
    box-shadow: none;
}

.helpdesk-modal-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.helpdesk-modal-card--wa {
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.helpdesk-modal-card--wa:hover {
    background: rgba(37, 211, 102, 0.18);
}

.helpdesk-modal-card--email {
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.25);
}

.helpdesk-modal-card--email:hover {
    background: rgba(255, 215, 0, 0.16);
}

.helpdesk-modal-card--phone {
    background: rgba(111, 66, 193, 0.1);
    border: 1px solid rgba(111, 66, 193, 0.3);
}

.helpdesk-modal-card--phone:hover {
    background: rgba(111, 66, 193, 0.18);
}

.helpdesk-modal-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.helpdesk-modal-card--wa .helpdesk-modal-card-icon {
    background: rgba(37, 211, 102, 0.16);
    color: #25d366;
}

.helpdesk-modal-card--email .helpdesk-modal-card-icon {
    background: rgba(255, 215, 0, 0.14);
    color: #ffd700;
}

.helpdesk-modal-card--phone .helpdesk-modal-card-icon {
    background: rgba(167, 139, 250, 0.16);
    color: #a78bfa;
}

.helpdesk-modal-card-text {
    min-width: 0;
    flex: 1 1 auto;
}

.helpdesk-modal-card-group {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.helpdesk-modal-subitem {
    display: block;
    min-width: 0;
    text-decoration: none;
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.helpdesk-modal-subitem:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.helpdesk-modal-subtitle {
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.helpdesk-modal-card-label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;
}

.helpdesk-modal-card--wa .helpdesk-modal-card-label {
    color: #25d366;
}

.helpdesk-modal-card--email .helpdesk-modal-card-label {
    color: #ffd700;
}

.helpdesk-modal-card--phone .helpdesk-modal-card-label {
    color: #a78bfa;
}

.helpdesk-modal-card-value {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.helpdesk-modal-subnote {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    line-height: 1.45;
}

.helpdesk-modal-card-note {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    line-height: 1.45;
}

.helpdesk-modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 22px 16px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
}

.helpdesk-modal-hours {
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    margin: 0;
    text-align: center;
}

.helpdesk-modal-header .btn-close {
    opacity: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 0;
    background-size: 10px;
    flex-shrink: 0;
    box-shadow: none;
}

@media (max-width: 576px) {
    .helpdesk-modal-dialog {
        max-width: none;
    }

    .helpdesk-modal-header,
    .helpdesk-modal-body,
    .helpdesk-modal-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .helpdesk-modal-title {
        font-size: 17px;
        max-width: calc(100% - 36px);
    }

    .helpdesk-modal-heading {
        text-align: center;
    }

    .helpdesk-modal-subtitle {
        font-size: 12px;
    }

    .helpdesk-modal-card {
        align-items: flex-start;
        padding: 11px 13px;
        border-radius: 14px;
    }

    .helpdesk-modal-card-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .helpdesk-modal-card-label {
        font-size: 14px;
    }

    .helpdesk-modal-card-value {
        font-size: 11px;
    }

    .helpdesk-modal-subitem {
        padding: 8px 10px;
    }

    .helpdesk-modal-subtitle {
        font-size: 10px;
    }

    .helpdesk-modal-subnote {
        font-size: 9.5px;
    }

    .helpdesk-modal-header {
        padding: 16px 16px 14px;
    }

    .helpdesk-modal-body {
        padding: 16px 16px 18px;
    }
}

/* Ensure section backgrounds don't overflow */
section {
    overflow-x: hidden;
}

/* ===== SAMBUTAN WALI KOTA ===== */
.sambutan-section {
    position: relative;
    padding: 60px 0 40px;
    background-color: #f5f0e8;
    background-image:
        url('../2026/bg_sambutan.jpg'),
        url('../2026/bgMBG.jpg');
    background-size: contain, cover;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
}

.sambutan-overlay {
    position: absolute;
    inset: 0;
    background: rgba(245, 240, 232, 0.6);
    z-index: 1;
}

/* Header Logos */
.sambutan-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.sambutan-logo-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sambutan-logo-left img {
    height: 100px;
    width: auto;
}

.sambutan-logo-text {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.sambutan-logo-right img {
    height: 55px;
    width: auto;
}

/* Salam Pembuka */
.sambutan-salam-pembuka {
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Body 2 Kolom */
.sambutan-body {
    display: flex;
    gap: 50px;
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px 10px 20px;
}


.sambutan-col {
    flex: 1;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    text-align: justify;
}

/* Reserve space only in the lower-left text area so top text remains normal */
.sambutan-col-left p:last-child::before {
    content: "";
    float: left;
    width: 218px;
    height: 292px;
    margin: -8px 18px 10px 0;
    shape-outside: polygon(0 0, 86% 0, 97% 10%, 100% 28%, 98% 45%, 95% 56%, 90% 64%, 82% 71%, 72% 78%, 61% 86%, 50% 94%, 42% 100%, 0 100%);
}

.sambutan-col p {
    margin: 0 0 14px;
}

.sambutan-indent {
    text-indent: 2em;
}



/* Drop Cap */
.sambutan-dropcap {
    float: left;
    font-size: 58px;
    font-weight: 700;
    line-height: 0.8;
    padding-right: 6px;
    padding-top: 6px;
    color: #000;
    font-family: Georgia, 'Times New Roman', serif;
}

/* Penutup & TTD */
.sambutan-penutup {
    margin-top: 10px;
}

.sambutan-ttd {
    text-align: right;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

/* Mascot */
/* .sambutan-mascot {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
    width: 100%;
    text-align: center;
}

.sambutan-mascot img {
    height: 320px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.15));
} */

/* Partners */
.sambutan-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 20px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}

.sambutan-partners img {
    height: 40px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.3s;
}

.sambutan-partners img:hover {
    opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .sambutan-section {
        padding: 40px 0 30px;
        background-image: none;
        background-color: #f5f0e8;
    }

    .sambutan-overlay {
        display: none;
    }

    .sambutan-header {
        margin-bottom: 20px;
    }

    .sambutan-logo-left img {
        height: 40px;
    }

    .sambutan-logo-text {
        font-size: 8px;
    }

    .sambutan-logo-right img {
        height: 38px;
    }

    .sambutan-salam-pembuka {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .sambutan-body {
        flex-direction: column;
        gap: 0;
    }

    .sambutan-col-left p:last-child::before {
        display: none;
    }



    .sambutan-col {
        font-size: 13px;
    }

    .sambutan-dropcap {
        font-size: 42px;
    }

    .sambutan-mascot {
        margin-top: -30px;
    }

    .sambutan-mascot img {
        height: 180px;
    }

    .sambutan-partners {
        gap: 14px;
    }

    .sambutan-partners img {
        height: 28px;
    }
}

@media (max-width: 480px) {
    .sambutan-col {
        font-size: 12.5px;
        line-height: 1.7;
    }

    /* .sambutan-mascot img {
        height: 140px;
    } */

    .sambutan-partners img {
        height: 22px;
    }
}

/* ===== JADWAL DOWNLOAD BUTTON ===== */
.jadwal-download-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff2d55 0%, #ff7a18 100%) !important;
    box-shadow: 0 14px 30px rgba(255, 45, 85, 0.24), 0 4px 10px rgba(255, 122, 24, 0.2) !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    transform: translateY(0);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.jadwal-download-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-24deg);
    transition: left 0.55s ease;
}

.jadwal-download-btn:hover,
.jadwal-download-btn:focus {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 18px 36px rgba(255, 45, 85, 0.3), 0 8px 18px rgba(255, 122, 24, 0.24) !important;
    filter: saturate(1.05);
}

.jadwal-download-btn:hover::before,
.jadwal-download-btn:focus::before {
    left: 135%;
}

.jadwal-download-btn:active {
    transform: translateY(-1px) scale(0.995);
}

@media (max-width: 767px) {
    .jadwal-download-btn {
        width: 100%;
        padding: 14px 18px !important;
        font-size: 13px;
        line-height: 1.4;
    }
}

/* ===== JADWAL TABS — FORCE HORIZONTAL + BUTTON STYLE ===== */
.tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-bottom: 0 !important;
    gap: 6px !important;
    padding: 0 0 6px 0 !important;
}

.tabs li {
    flex: 1 !important;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.18) inset, 0 4px 8px rgba(0,0,0,0.18) !important;
    transform: translateY(0);
    transition: transform 0.15s, box-shadow 0.15s !important;
}

.tabs li:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.18) inset, 0 8px 16px rgba(0,0,0,0.22) !important;
}

.tabs li.current {
    transform: translateY(2px) !important;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.18) inset, 0 1px 4px rgba(0,0,0,0.14) !important;
}

@media (max-width: 767px) {
    .tabs li a {
        font-size: 14px !important;
        padding: 16px 6px !important;
    }

    .tabs li a span {
        font-size: 11px !important;
    }
}

/* ===== SLIDE TITLE CLAMP ===== */
.slide-title {
    font-size: clamp(18px, 2.8vw, 48px) !important;
    white-space: normal;
}

.slide-title .year-highlight {
    font-size: clamp(34px, 6.8vw, 78px) !important;
}

.slide-subtitle {
    font-size: clamp(14px, 2vw, 22px) !important;
}

@media (min-width: 992px) {
    .slide-title-line-nowrap {
        white-space: nowrap;
        display: inline-block;
    }
}

.slide-desc {
    font-size: clamp(13px, 1.8vw, 18px) !important;
}

.slide-meta li {
    font-size: clamp(13px, 1.8vw, 18px) !important;
}

.countdown-num {
    font-size: clamp(12px, 1.8vw, 40px) !important;
}

.btn-daftar {
    font-size: clamp(9px, 1vw, 20px) !important;
    padding: clamp(8px, 0.9vw, 22px) clamp(8px, 1vw, 28px) !important;
}

.slide-btn {
    font-size: clamp(9px, 0.85vw, 16px) !important;
    padding: clamp(6px, 0.7vw, 14px) clamp(8px, 0.9vw, 20px) !important;
     z-index: 10 !important;
}

/* ===== GOOGLE TRANSLATE HIDE ===== */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-frame {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

/* ===== SLIDER STYLES ===== */
@keyframes zoomBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.04);
    }
}

.slider-bg-zoom {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: zoomBg 10s ease-in-out infinite alternate;
    z-index: 0;
}

.slide-wrapper {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(25, 10, 60, 0.93) 0%, rgba(50, 15, 90, 0.82) 50%, rgba(20, 8, 50, 0.50) 100%);
    z-index: 1;
}

.slide-content-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
}

/* ===== DISSOLVE FADE ===== */
.home-slides.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.home-slides.owl-carousel .owl-item {
    opacity: 0 !important;
    transition: opacity 1s ease !important;
    pointer-events: none !important;
}

.home-slides.owl-carousel .owl-item.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ===== LAYOUT ROW ===== */
.slide-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100vh;
    min-height: 600px;
    padding: 0;
}

.slide-text {
    flex: 1 1 auto;
    min-width: 0;
    align-self: center;
    padding: 100px 40px 80px 150px;
}

.slide-mayor {
    flex: 0 0 38%;
    width: 38%;
    align-self: flex-end;
    text-align: center;
}

.slide-mayor img {
    display: block;
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(-8px 0 40px rgba(80, 10, 150, 0.6));
}

/* ===== TEXT STYLES ===== */
.slide-eyebrow {
    display: inline-block;
    background: linear-gradient(90deg, #f0505c, #e67e22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.slide-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.slide-title .year-highlight {
    font-size: 76px;
    background: linear-gradient(90deg, #f0505c, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    line-height: 1;
}

.slide-subtitle {
    font-size: 18px;
    color: #ffd700;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 6px;
}

.slide-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    margin-bottom: 14px;
}

.slide-info-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.slide-info-main {
    flex: 1 1 auto;
    min-width: 0;
}

.slide-virtual-tour {
    position: relative;
    left: -80px;
}
.slide-virtual-tour {
    flex: 0 0 230px;
    width: 230px;
    height: 230px;
    position: relative;
    overflow: visible;
    isolation: isolate;
    text-align: center;
    margin-top: 0;
    align-self: center;
    margin-left: -14px;
    margin-right: 34px;
    padding: 18px 14px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 215, 0, 0.35);
    background: radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.2), rgba(255, 255, 255, 0.05) 55%, rgba(18, 12, 48, 0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
    animation: virtualTourPulse 2.8s ease-in-out infinite;
}

.slide-virtual-tour::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 32%,
            rgba(255, 255, 255, 0.18) 44%,
            rgba(255, 255, 255, 0.48) 50%,
            rgba(255, 255, 255, 0.18) 56%,
            rgba(255, 255, 255, 0) 68%);
    background-size: 240% 240%;
    background-position: -180% 50%;
    animation: virtualTourShine 3.6s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.slide-virtual-tour::after {
    content: '';
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.3);
    opacity: 0.8;
    pointer-events: none;
    z-index: 1;
}

.slide-virtual-tour-icon {
    width: 150px;
    height: 150px;
    margin-top: -42px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
    animation: virtualTourFloat 3.6s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.slide-virtual-tour-title {
    display: block;
    margin-top: -2px;
    color: #ffd700;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1.05;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    animation: virtualTourTextPulse 2.8s ease-in-out infinite;
    position: relative;
    z-index: 2;
    transform: translateY(22px);
}

.slide-virtual-tour-subtitle {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.slide-virtual-tour:hover {
    transform: translateY(-7px) scale(1.045);
    border-color: rgba(255, 215, 0, 0.8);
    box-shadow: 0 14px 34px rgba(255, 215, 0, 0.26), 0 0 0 8px rgba(255, 215, 0, 0.08);
    filter: saturate(1.08);
}

.slide-virtual-tour:hover .slide-virtual-tour-icon {
    animation-duration: 2s;
}

.slide-virtual-tour:hover .slide-virtual-tour-title {
    color: #ffe873;
}

.slide-virtual-tour:hover .slide-virtual-tour-subtitle {
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 1.6px;
}

.slide-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
}

.slide-meta li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 6px;
}

.slide-meta li i {
    color: #ffd700;
    font-size: 18px;
}

/* ===== BUTTONS ===== */
.slide-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.slide-btn-primary {
    background: linear-gradient(135deg, #f0505c, #c0392b);
    color: #fff;
    box-shadow: 0 4px 20px rgba(240, 80, 92, 0.45);
}

.slide-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(240, 80, 92, 0.6);
    color: #fff;
}

.slide-btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.slide-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
}

.slide-btn-gold {
    background: linear-gradient(135deg, #ffd700, #f39c12);
    color: #1a1a2e;
    font-weight: 700;
}

.slide-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(255, 215, 0, 0.5);
    color: #1a1a2e;
}

/* ===== COUNTDOWN ===== */
.slider-countdown {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.slide-countdown-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.slide-countdown-row .slider-countdown {
    margin-bottom: 22px;
}

@keyframes virtualTourFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-7px) rotate(1.8deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes virtualTourShine {
    0% {
        background-position: -180% 50%;
        opacity: 0;
    }

    18% {
        opacity: 0.85;
    }

    38% {
        background-position: 160% 50%;
        opacity: 0;
    }

    100% {
        background-position: 160% 50%;
        opacity: 0;
    }
}

@keyframes virtualTourPulse {
    0% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    }

    50% {
        box-shadow: 0 14px 32px rgba(255, 215, 0, 0.28), 0 0 0 7px rgba(255, 215, 0, 0.1);
    }

    100% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    }
}

@keyframes virtualTourTextPulse {
    0% {
        opacity: 0.92;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.04);
    }

    100% {
        opacity: 0.92;
        transform: scale(1);
    }
}

.countdown-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 10px 16px;
    min-width: 66px;
    text-align: center;
}

.countdown-num {
    font-size: 32px;
    font-weight: 800;
    color: #ffd700;
    line-height: 1;
    display: block;
}

.countdown-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
    display: block;
}

.countdown-title {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ===== VIRTUAL TOUR + MAYOR MOBILE WRAPPER ===== */
/* Di desktop: wrapper transparan, foto mobile disembunyikan */
.slide-tour-mayor-wrap {
    display: contents; /* agar .slide-virtual-tour tetap berperilaku normal di desktop */
}

.slide-mayor-mobile {
    display: none;
}

/* ===== OWL NAV (HOME SLIDES) ===== */
.home-slides .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 20px !important;
    backdrop-filter: blur(6px);
    transition: all 0.3s;
}

.home-slides .owl-nav button:hover {
    background: rgba(240, 80, 92, 0.65) !important;
    border-color: #f0505c !important;
}

.home-slides .owl-nav .owl-prev {
    left: 20px;
}

.home-slides .owl-nav .owl-next {
    right: 20px;
}

.home-slides .owl-dots {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    text-align: center;
}

.home-slides .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.35) !important;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
}

.home-slides .owl-dots .owl-dot.active span {
    background: #ffd700 !important;
    width: 30px;
    border-radius: 5px;
}

/* ===== MBG SLIDE ===== */
.mbg-growing-tag {
    display: inline-block;
    background: linear-gradient(90deg, #27ae60, #2ecc71);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 18px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.mbg-icons-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.mbg-icon-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 12px 16px;
    text-align: center;
    min-width: 85px;
    backdrop-filter: blur(8px);
}

.mbg-icon-card i {
    font-size: 26px;
    color: #2ecc71;
    display: block;
    margin-bottom: 5px;
}

.mbg-icon-card span {
    font-size: 11px;
    color: #fff;
}

@media (max-width: 768px) {
    .slide-wrapper {
        height: auto !important;
        min-height: unset !important;
    }

    .slide-row {
        height: auto !important;
        min-height: unset !important;
        padding-bottom: 40px !important;
    }

    .slide-eyebrow {
        display: none !important;
    }

    /* Sembunyikan foto walikota versi desktop di mobile */
    .slide-mayor-desktop {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

/* ===== SLIDER RESPONSIVE ===== */
@media (max-width:992px) {
    .slide-mayor {
        flex: 0 0 40%;
        width: 40%;
    }

    .slide-title {
        font-size: 30px;
    }

    .slide-title .year-highlight {
        font-size: 56px;
    }
}

@media (max-width: 1280px) {
    .slide-text {
        padding: 96px 28px 72px 72px;
    }

    .slide-info-layout {
        gap: 14px;
    }

    .slide-virtual-tour {
        left: 0;
        flex: 0 0 190px;
        width: 190px;
        height: 190px;
        margin-left: 0;
        margin-right: 0;
        padding: 14px 10px;
    }

    .slide-virtual-tour-icon {
        width: 122px;
        height: 122px;
        margin-top: -30px;
    }

    .slide-virtual-tour-title {
        font-size: 16px;
        transform: translateY(14px);
    }
}

@media (max-width: 1199px) {
    .slide-title-line-nowrap {
        white-space: normal !important;
        display: inline !important;
    }

    .slide-row {
        align-items: center;
    }

    .slide-text {
        padding: 96px 20px 56px 36px;
    }

    .slide-info-layout {
        flex-direction: column;
        align-items: flex-start;
    }

    .slide-virtual-tour {
        align-self: flex-start;
        margin-top: 6px;
    }

    .slide-meta li {
        margin-right: 12px;
    }

    .slide-buttons > div {
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .slide-buttons > div > div {
        display: none;
    }

    .slide-buttons > div > a {
        flex: 1 1 calc(50% - 4px) !important;
        border-radius: 999px !important;
        white-space: normal !important;
        text-align: center;
        min-height: 48px;
        padding: 12px 16px !important;
    }
}

@media (max-width: 1024px) {
    .slide-row {
        min-height: 100vh;
    }

    .slide-text {
        padding: 90px 18px 48px 24px;
    }

    .slide-title {
        font-size: 26px;
    }

    .slide-title .year-highlight {
        font-size: 48px;
    }

    .slide-mayor {
        flex: 0 0 34%;
        width: 34%;
    }

    .slide-mayor img {
        max-height: 72vh;
    }
}

@media (max-width:768px) {
    .slide-info-layout {
        display: block;
    }

    .slide-countdown-row {
        display: block;
        position: relative;
        z-index: 5;
        margin-top: 0;
    }

    .countdown-title {
        position: relative;
        z-index: 5;
        margin-top: 0;
        margin-bottom: 0;
    }

    .slider-countdown {
        position: relative;
        z-index: 5;
        margin-bottom: 10px;
        gap: 4px;
        flex-wrap: nowrap;
    }

    /* Wrapper virtual tour + foto walikota berdampingan */
    .slide-tour-mayor-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 10px;
        margin: 54px 0 8px;
        position: relative;
        min-height: 150px;
        overflow: visible;
    }

    .slide-virtual-tour {
        position: relative;
        left: auto;
        bottom: auto;
        z-index: auto;
        /* Kunci: width & height sama persis + flex-shrink:0 agar tetap bulat */
        width: 140px !important;
        height: 140px !important;
        min-width: 140px !important;
        min-height: 140px !important;
        flex: 0 0 140px !important;
        margin: 0;
        padding: 12px 10px;
        border-radius: 50%;
        border: 1px solid rgba(255, 215, 0, 0.45);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
        background: radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.22), rgba(255, 255, 255, 0.05) 55%, rgba(18, 12, 48, 0.65) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    /* Foto walikota mobile - dekat countdown, tidak menutupi teks */
    .slide-mayor-mobile {
        display: block;
        position: absolute;
        right: -10px;
        bottom: 0;
        top: -320px;
        width: 48vw;
        margin-top: 12px;
        max-width: 210px;
        overflow: visible;
        pointer-events: none;
        z-index: 1;
    }

    .slide-mayor-mobile img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-top: 12px;
        object-position: bottom right;
        filter: drop-shadow(-4px 0 24px rgba(80, 10, 150, 0.55));
        opacity: 0.92;
    }

    .slide-virtual-tour-icon {
        width: 90px;
        height: 90px;
        margin-top: -22px;
    }

    .slide-virtual-tour-title {
        display: block;
        font-size: 12px;
        transform: translateY(10px);
        margin-top: 0;
    }

    .slide-virtual-tour-subtitle {
        display: block;
        font-size: 9px;
        letter-spacing: 0.9px;
        margin-bottom: 2px;
    }

    .slide-row {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        min-height: 100vh;
        padding-bottom: 60px;
    }

    .slide-text {
        padding: 90px 20px 20px 20px;
        flex: 1 1 auto;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    /* .slide-mayor di mobile sudah disembunyikan via .slide-mayor-desktop */

    .slide-title {
        font-size: clamp(18px, 5.8vw, 30px);
    }

    .slide-title .year-highlight {
        font-size: clamp(32px, 10vw, 50px);
    }

    .countdown-num {
        font-size: 20px;
    }

    .countdown-box {
        padding: 5px 5px;
        min-width: 34px;
    }

    .slide-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .slide-btn {
        font-size: 13px;
        padding: 9px 18px;
        justify-content: center;
    }

    .slide-buttons > div {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        width: 100%;
        align-items: stretch;
    }

    .slide-buttons > div > div {
        display: block !important;
    }

    .slide-buttons > div > a {
        white-space: nowrap !important;
        min-height: 0;
        padding: 11px 12px !important;
        text-align: center;
    }

    .slide-buttons > div:first-child > a:first-child {
        flex: 0 0 42% !important;
        border-radius: 50px 0 0 50px !important;
    }

    .slide-buttons > div:first-child > a:last-child {
        flex: 1 1 58% !important;
        border-radius: 0 50px 50px 0 !important;
    }

    .slide-buttons > div:nth-child(2) > a:first-child,
    .slide-buttons > div:nth-child(2) > a:last-child {
        flex: 1 1 50% !important;
    }

    .slide-buttons > div:nth-child(2) > a:first-child {
        border-radius: 50px 0 0 50px !important;
    }

    .slide-buttons > div:nth-child(2) > a:last-child {
        border-radius: 0 50px 50px 0 !important;
    }

    .mbg-icons-row {
        gap: 8px;
    }

    .mbg-icon-card {
        min-width: 70px;
        padding: 8px 10px;
    }

    .slide-wrapper {
        height: auto;
        min-height: 100vh;
    }

    .slide-content-inner {
        align-items: flex-start;
    }

    .home-slides .owl-nav button {
        display: none !important;
    }

    .slide-buttons>div:first-child {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .slide-title {
        font-size: clamp(16px, 5.5vw, 24px);
    }

    .slide-title .year-highlight {
        font-size: clamp(28px, 9vw, 40px);
    }

    .countdown-box {
        min-width: 38px;
        padding: 5px 7px;
    }

    .countdown-num {
        font-size: 18px;
    }

    .slide-buttons > div > a {
        font-size: 11px !important;
        padding: 10px 10px !important;
    }

    .slide-buttons > div:first-child > a:first-child {
        flex-basis: 40% !important;
    }

    .slide-buttons > div:first-child > a:last-child {
        flex-basis: 60% !important;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .elkevent-mobile-nav {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        padding-top: 0 !important;
    }

    .elkevent-mobile-nav .logo {
        top: 14px !important;
    }

    .mean-container .mean-bar {
        top: 0;
        padding-top: 0 !important;
        height: 70px;
        border-bottom: 0;
    }

    .mean-container .mean-nav {
        margin-top: 78px;
        border-radius: 0 0 14px 14px;
        overflow: hidden;
        box-shadow: 0 12px 28px rgba(13, 16, 40, 0.28);
    }

    .mean-container .mean-nav ul li a {
        font-size: 20px;
        line-height: 1.25;
        padding: 10px 16px;
        min-height: 44px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mean-container .mean-nav ul li a i {
        font-size: 16px;
        color: #6e759f;
        flex-shrink: 0;
    }

    .mean-container .mean-nav ul li {
        margin: 0;
    }
}

/* ===== SLIDE BUTTON EXTRAS ===== */
.slide-btn-outline-featured {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 14px 32px;
    position: relative;
    overflow: hidden;
}

.slide-btn-outline-featured::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.slide-btn-outline-featured:hover::before {
    transform: translateX(0);
}

.slide-btn-outline-featured:hover {
    border-color: #fff;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(255, 255, 255, 0.2);
}

@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.slide-btn-outline-featured {
    animation: pulseBorder 2s infinite;
}

.slide-btn-green {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #fff;
    border: none;
    box-shadow: 0 4px 20px rgba(46, 204, 113, 0.4);
    animation: pulseBorder 2s infinite;
}

.slide-btn-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(46, 204, 113, 0.6);
    color: #fff;
}

.slide-btn {
    transition: filter 0.3s ease, box-shadow 0.3s ease !important;
}

.slide-btn:hover {
    filter: brightness(1.15) !important;
}

.slide-btn:active {
    filter: brightness(0.9) !important;
}

.btn-daftar {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, filter 0.3s ease !important;
}

.btn-daftar::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
    pointer-events: none;
}

.btn-daftar:hover::before {
    left: 130%;
}

.btn-daftar:hover {
    box-shadow: 0 12px 40px rgba(56, 239, 125, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
    filter: brightness(1.1) !important;
}

@media (max-width: 768px) {
    .btn-daftar {
        font-size: 13px !important;
        padding: 18px 12px !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
    }

    .btn-daftar img {
        display: none !important;
    }
}

/* ===== MOBILE SLIDER BUTTON FIX (<=480px) ===== */
@media (max-width: 480px) {
    /* Helpdesk: lebih sempit supaya tombol daftar dapat lebih banyak ruang */
    .slide-btn-helpdesk {
    font-size: 11px !important;
    padding: 14px 10px !important;
    letter-spacing: 0 !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 10 !important;
}

    /* Kuota block lebih compact */
    .slide-quota-block {
        min-width: 68px !important;
        padding: 6px 8px !important;
    }

    /* Tombol Daftar dapat sisa ruang maksimal */
    .slide-btn-daftar {
        flex: 1 1 0 !important;
        padding: 10px 8px !important;
        gap: 5px !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        min-width: 0 !important;
    }

    /* Sembunyikan icon registrasi agar tidak makan tempat */
    .slide-btn-daftar-icon {
        display: none !important;
    }

    /* Teks PENDAFTARAN PESERTA lebih kecil */
    .slide-btn-daftar-label {
        font-size: 10px !important;
        letter-spacing: 0 !important;
        line-height: 1.3 !important;
        white-space: normal !important;
    }

    /* Syarat & Ketentuan berlaku lebih kecil */
    .slide-btn-daftar-small {
        font-size: 8px !important;
        line-height: 1.3 !important;
        display: block !important;
        white-space: normal !important;
    }
}

@keyframes glassSwipe {
    0% {
        left: -75%;
    }

    30% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}

@keyframes pulseGreen {
    0% {
        box-shadow: 0 8px 32px rgba(56, 239, 125, 0.45);
    }

    50% {
        box-shadow: 0 8px 40px rgba(56, 239, 125, 0.9), 0 0 0 8px rgba(56, 239, 125, 0.12);
    }

    100% {
        box-shadow: 0 8px 32px rgba(56, 239, 125, 0.45);
    }
}

.btn-daftar {
    position: relative;
    overflow: hidden;
    animation: pulseGreen 2s ease-in-out infinite;
}

.btn-daftar::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    pointer-events: none;
    animation: glassSwipe 2.5s ease-in-out infinite;
}

/* ===== LOGOS BAR ===== */
.logos-bar {
    background: #ffffff;
    padding: 36px 0 32px;
    border-top: 3px solid #f0f0f0;
    border-bottom: 3px solid #f0f0f0;
}

.logos-bar-header {
    text-align: center;
    margin-bottom: 24px;
}

.logos-bar-header span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #555;
    font-weight: 700;
    position: relative;
    padding: 0 24px;
}

.logos-bar-header span::before,
.logos-bar-header span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: #ccc;
}

.logos-bar-header span::before {
    right: 100%;
}

.logos-bar-header span::after {
    left: 100%;
}

.logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 40px;
}

.logo-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    width: 130px;
    height: 90px;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
}

.logo-chip:hover {
    border-color: #9b59b6;
    box-shadow: 0 6px 20px rgba(100, 50, 200, 0.15);
    transform: translateY(-3px);
}

.logo-chip-dot {
    display: none;
}

.logo-chip img {
    max-height: 60px;
    max-width: 100px;
    object-fit: contain;
    opacity: 1;
}

.logo-chip-text {
    display: none;
}

.logo-tooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(60, 52, 137, 0.92);
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: normal;
    word-break: break-word;
    min-width: 160px;
    max-width: 220px;
    z-index: 99;
    pointer-events: none;
}

.logo-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(60, 52, 137, 0.92);
}

.logo-chip:hover .logo-tooltip {
    display: block;
}

/* ===== BERITA SLIDER ===== */
.berita-slider-wrap {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 20px;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.berita-slider-wrap::-webkit-scrollbar {
    display: none;
}

.berita-slide-item {
    flex: 0 0 calc(33.333% - 14px);
    scroll-snap-align: start;
}

@media (max-width: 768px) {
    .berita-slide-item {
        flex: 0 0 85%;
    }
}

.berita-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.berita-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.berita-dot.active {
    background: #ffc107;
    width: 30px;
    border-radius: 5px;
}

/* ===== MENU CARD ===== */
.menu-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px 12px;
    text-align: center;
    transition: all .3s;
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.menu-card:hover {
    background: rgba(220, 53, 69, 0.3);
    transform: translateY(-4px);
    border-color: rgba(220, 53, 69, 0.5);
}

.menu-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.menu-label {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
}

#menuSlider .owl-dots {
    margin-top: 20px;
}

#menuSlider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3) !important;
    width: 10px;
    height: 10px;
    transition: all .3s;
}

#menuSlider .owl-dots .owl-dot.active span {
    background: #ffd700 !important;
    width: 30px;
    border-radius: 5px;
}

#menuSlider .owl-nav {
    display: none;
}

@media (max-width: 480px) {
    .menu-icon {
        width: 44px;
        height: 44px;
    }

    .menu-label {
        font-size: 11px;
    }

    .menu-card {
        padding: 16px 8px;
        border-radius: 12px;
    }
}

/* ===== SPEAKER PLACEHOLDER ===== */
.speaker-placeholder {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #0d1028;
}

/* ===== NARASUMBER ===== */
#narasumber {
    padding-top: 100px;
}

#narasumber .blog-slides {
    background: linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%) !important;
    padding: 20px 0 52px !important;
}

#narasumber .blog-slides .owl-stage-outer {
    padding: 0 6px;
}

#narasumber .blog-slides .owl-stage {
    display: flex;
    align-items: stretch;
}

#narasumber .blog-slides .owl-item {
    display: flex;
}

#narasumber .blog-slides .col-lg-12.col-md-12 {
    display: flex;
    justify-content: center;
    padding: 28px 20px !important;
}

#narasumber .blog-slides .col-lg-12.col-md-12 > div {
    --speaker-photo-size: 360px;
    width: 100%;
    max-width: 430px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 0 auto;
    padding: 12px 10px 6px;
}

#narasumber .blog-slides .col-lg-12.col-md-12 > div::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: calc(var(--speaker-photo-size) + 34px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(142, 196, 255, 0.32) 52%, rgba(142, 196, 255, 0) 74%);
    z-index: 0;
    pointer-events: none;
}

#narasumber .blog-slides .col-lg-12.col-md-12 > div::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: calc(var(--speaker-photo-size) + 12px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(38, 89, 167, 0.18);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.26);
    z-index: 0;
    pointer-events: none;
}

#narasumber .blog-slides .col-lg-12.col-md-12 > div > img {
    display: block;
    width: var(--speaker-photo-size);
    min-width: var(--speaker-photo-size);
    max-width: var(--speaker-photo-size);
    height: var(--speaker-photo-size);
    min-height: var(--speaker-photo-size);
    flex: 0 0 var(--speaker-photo-size);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    border: 5px solid #121938 !important;
    border-radius: 50% !important;
    position: relative;
    z-index: 1;
    background: #d9dde4;
    box-shadow: 0 16px 34px rgba(18, 25, 56, 0.12), 0 0 0 8px rgba(255, 255, 255, 0.85);
}

#narasumber .speakers-content {
    width: min(100%, 420px);
    margin-top: 18px;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    text-align: center !important;
}

#narasumber .speakers-content h3 {
    margin: 0;
}

#narasumber .speakers-content h3 a {
    display: block;
    color: #ff335f !important;
    font-size: clamp(20px, 2vw, 28px) !important;
    font-weight: 800;
    line-height: 1.3;
    padding-top: 0 !important;
    text-decoration: none;
}

#narasumber .speakers-content span {
    display: block;
    margin-top: 8px;
    color: #384256;
    font-size: clamp(13px, 1.3vw, 18px);
    line-height: 1.6;
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
}

#narasumber .owl-dots {
    margin-top: 6px;
}

#narasumber .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(18, 25, 56, 0.24) !important;
}

#narasumber .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 999px;
    background: #ff335f !important;
}

@media (max-width: 992px) {
    #narasumber .blog-slides .col-lg-12.col-md-12 {
        padding: 20px 14px !important;
    }

    #narasumber .blog-slides .col-lg-12.col-md-12 > div {
        --speaker-photo-size: 300px;
    }

    #narasumber .speakers-content {
        width: min(100%, 360px);
    }
}

@media (max-width: 576px) {
    #narasumber {
        padding-top: 70px;
    }

    #narasumber .blog-slides {
        padding: 10px 0 40px !important;
    }

    #narasumber .blog-slides .owl-stage-outer {
        padding: 0 12px;
    }

    #narasumber .blog-slides .owl-stage {
        display: flex;
        align-items: stretch;
    }

    #narasumber .blog-slides .owl-item,
    #narasumber .blog-slides .owl-item.active {
        display: flex;
        justify-content: center;
    }

    #narasumber .blog-slides .col-lg-12.col-md-12 {
        width: 100%;
        padding: 14px 10px !important;
    }

    #narasumber .blog-slides .col-lg-12.col-md-12 > div {
        --speaker-photo-size: 220px;
        max-width: 100%;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #narasumber .blog-slides .col-lg-12.col-md-12 > div::before {
        top: -8px;
    }

    #narasumber .blog-slides .col-lg-12.col-md-12 > div::after {
        top: 8px;
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3);
    }

    #narasumber .blog-slides .col-lg-12.col-md-12 > div > img {
        border-width: 4px !important;
        margin-left: auto;
        margin-right: auto;
    }

    #narasumber .speakers-content {
        margin-top: 14px;
        width: min(100%, 320px);
        padding-left: 8px;
        padding-right: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    #narasumber .speakers-content h3 a {
        font-size: 18px !important;
    }

    #narasumber .speakers-content span {
        font-size: 13px;
    }

    #narasumber .owl-dots {
        margin-top: 14px;
    }
}

/* ===== INFO SECTION ===== */
.info-section {
    padding: 80px 0;
    background-image: url('../2026/section_bg-01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.info-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 30, 0.6);
    z-index: 0;
}

.info-section .container {
    position: relative;
    z-index: 1;
}

.info-card {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
    transition: all 0.35s ease;
    position: relative;
}

.info-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #dc3545, #ffd700);
    border-radius: 2px;
    transition: width 0.35s ease;
}

.info-card:hover::after {
    width: 60%;
}

.info-card:hover {
    transform: translateY(-8px);
}

.info-card-img-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 18px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: border-color 0.35s, box-shadow 0.35s;
    position: relative;
}

.info-card:hover .info-card-img-wrap {
    border-color: rgba(255, 215, 0, 0.6);
    box-shadow: 0 0 28px rgba(255, 215, 0, 0.2);
}

.info-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.4s ease;
}

.info-card:hover .info-card-img-wrap img {
    transform: scale(1.1);
}

.info-badge {
    display: inline-block;
    background: linear-gradient(90deg, #dc3545, #6f42c1);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.info-card h4 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 5px;
}

.info-card p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}

.info-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.info-col {
    position: relative;
}

@media (max-width: 768px) {
    .info-section {
        padding: 30px 0;
    }

    .info-card {
        padding: 12px 4px;
    }

    .info-card-img-wrap {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .info-badge {
        font-size: 8px;
        padding: 2px 8px;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

    .info-card h4 {
        font-size: 11px;
        margin: 0 0 2px;
    }

    .info-card p {
        font-size: 10px;
    }

    .info-col::after {
        display: none;
    }
}

/* ===== SITE VISIT SECTION ===== */
.sv-section {
    padding: 70px 0 80px;
    background: linear-gradient(135deg, #0d1028 0%, #1a1045 100%);
}

.sv-category-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.sv-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sv-cat-kunjungan {
    background: linear-gradient(135deg, #dc3545, #c0392b);
    color: #fff;
}

.sv-cat-field {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: #fff;
}

.sv-cat-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    opacity: .9;
}

.sv-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sv-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.sv-card-icon {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
}

.sv-icon-kunjungan {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(192, 57, 43, 0.15));
}

.sv-icon-field {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.2), rgba(46, 204, 113, 0.15));
}

.sv-card-body {
    padding: 18px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.sv-card-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.2), rgba(9, 132, 227, 0.18));
}

.sv-card-media::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 44px;
    background: linear-gradient(180deg, rgba(13, 16, 40, 0) 0%, rgba(13, 16, 40, 0.45) 100%);
    pointer-events: none;
}

.sv-card-media img,
.sv-card-media iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sv-media-zoom {
    padding: 0;
    border: 0;
    cursor: zoom-in;
    appearance: none;
}

.sv-media-zoom img {
    transition: transform 0.35s ease;
}

.sv-media-zoom:hover img {
    transform: scale(1.05);
}

.sv-media-zoom-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(13, 16, 40, 0.72);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.sv-card-media-video {
    background: #050814;
}

.sv-card-media-video::before {
    /* content: 'Company Profile'; */
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #d62828;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sv-brand-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(11, 37, 78, 0.1);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.sv-brand-chip img {
    width: 122px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.sv-brand-chip span {
    color: #2f3356;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.sv-card-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.4;
}

.sv-card-addr {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.sv-card-addr i {
    color: #ffd700;
    margin-top: 2px;
    flex-shrink: 0;
}

.sv-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.sv-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sv-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
}

.sv-btn-map {
    color: #ffd700;
    background: rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.26);
}

.sv-btn-instagram {
    color: #e1306c;
    background: rgba(225, 48, 108, 0.1);
    border-color: rgba(225, 48, 108, 0.28);
}

.sv-btn-photo {
    color: #79b8ff;
    background: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.28);
}

.sv-btn-website {
    color: #55d6ff;
    background: rgba(23, 162, 184, 0.12);
    border-color: rgba(85, 214, 255, 0.24);
}

.sv-btn-youtube {
    color: #ff6b6b;
    background: rgba(255, 66, 66, 0.12);
    border-color: rgba(255, 107, 107, 0.24);
}

.sv-card-featured {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.sv-image-modal .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sv-image-modal-body {
    position: relative;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #0d1028;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.sv-image-modal-body img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 82vh;
    object-fit: contain;
}

.sv-image-modal-close {
    position: absolute;
    top: -14px;
    right: -4px;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #0d1028;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.sv-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    margin: 40px 0;
}

@media (min-width: 768px) {
    .sv-field-grid > [class*='col-'] {
        display: flex;
    }
}

@media (max-width: 767.98px) {
    .sv-category-header .sv-cat-title {
        display: block;
        font-size: 13px;
        margin-top: 2px;
        margin-bottom: 0;
        opacity: 0.85;
    }

    .sv-mobile-carousel {
        margin-left: 0;
        margin-right: 0;
    }

    .sv-mobile-carousel .owl-stage {
        display: flex;
    }

    .sv-mobile-carousel .owl-item {
        display: flex;
        height: auto;
    }

    .sv-mobile-carousel .owl-item > [class*='col-'] {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .sv-mobile-carousel .owl-dots {
        margin-top: 10px;
        text-align: center;
    }

    .sv-mobile-carousel .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: rgba(255, 255, 255, 0.35);
    }

    .sv-mobile-carousel .owl-dot.active span {
        background: #ffd700;
    }

    .sv-mobile-carousel .sv-card {
        border-radius: 14px;
    }

    .sv-mobile-carousel .sv-card-icon {
        height: 130px;
        font-size: 44px;
    }

    .sv-mobile-carousel .sv-card-media {
        height: 140px;
    }

    .sv-mobile-carousel .sv-card-body {
        padding: 12px;
    }

    .sv-mobile-carousel .sv-card-title {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 4px;
    }

    .sv-mobile-carousel .sv-card-addr {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.45;
        min-height: 2.9em;
    }

    .sv-mobile-carousel .sv-brand-chip {
        margin-bottom: 8px;
        padding: 8px 12px;
    }

    .sv-mobile-carousel .sv-brand-chip img {
        width: 94px;
        height: 30px;
    }

    .sv-mobile-carousel .sv-card-actions {
        gap: 6px;
        padding-top: 8px;
    }

    .sv-mobile-carousel .sv-btn {
        font-size: 11px;
        padding: 7px 10px;
    }
}

@media (max-width: 576px) {
    .sv-card-icon {
        height: 130px;
        font-size: 44px;
    }

    .sv-cat-badge {
        font-size: 11px;
        padding: 6px 14px;
    }

    .sv-card-media {
        height: 140px;
    }

    .sv-brand-chip {
        width: 100%;
        justify-content: center;
    }

    .sv-brand-chip img {
        width: 108px;
        height: 36px;
    }

    .sv-card-actions {
        gap: 6px;
        padding-top: 8px;
    }

    .sv-btn {
        font-size: 11px;
        padding: 7px 10px;
    }

    .sv-media-zoom-badge {
        right: 10px;
        bottom: 10px;
        font-size: 10px;
        padding: 6px 10px;
    }

    .sv-image-modal-close {
        top: -10px;
        right: 6px;
    }
}

/* ===== EXPO AREA ===== */
.expo-area {
    padding: 80px 0;
    /* background-image dihapus karena file tidak ditemukan */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.expo-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 5, 30, 0.88) 0%, rgba(30, 10, 70, 0.80) 100%);
    z-index: 0;
}

.expo-area .container {
    position: relative;
    z-index: 1;
}

.expo-area .section-title h2 {
    color: #fff;
    font-weight: 800;
}

.expo-area .section-title .bar {
    background: linear-gradient(90deg, #f0505c, #ffd700);
}

.expo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.expo-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.expo-card:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 215, 0, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(100, 50, 200, 0.3);
}

.expo-card img {
    height: 130px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.expo-card h6 {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .expo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .expo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .expo-card {
        padding: 16px 10px;
    }

    .expo-card img {
        height: 110px;
    }
}

@media (max-width: 480px) {
    .expo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* EXPO SLIDER */
.expo-slide-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#expoSlider .owl-dots {
    margin-top: 24px;
    text-align: center;
}

#expoSlider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3) !important;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
}

#expoSlider .owl-dots .owl-dot.active span {
    background: #ffd700 !important;
    width: 30px;
    border-radius: 5px;
}

#expoSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: all 0.3s;
}

#expoSlider .owl-nav button:hover {
    background: rgba(240, 80, 92, 0.65) !important;
    border-color: #f0505c !important;
}

#expoSlider .owl-nav .owl-prev {
    left: -50px;
}

#expoSlider .owl-nav .owl-next {
    right: -50px;
}

@media (max-width: 768px) {
    .expo-slide-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    #expoSlider .owl-nav button {
        display: none !important;
    }
}

/* ===== CITY TOUR SECTION ===== */
.citytour-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(13, 16, 40, 0.88) 0%, rgba(26, 31, 78, 0.88) 100%),
        url('../2026/city_tour/ct_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.citytour-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.1), transparent);
    top: -100px;
    right: -100px;
}

.citytour-section .container {
    position: relative;
    z-index: 1;
}

.ct-photo-slider .owl-dots {
    margin-top: 12px;
}

.ct-photo-slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3) !important;
    width: 8px;
    height: 8px;
}

.ct-photo-slider .owl-dots .owl-dot.active span {
    background: #ffd700 !important;
    width: 24px;
    border-radius: 4px;
}

.ct-photo-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 14px !important;
}

.ct-photo-slider .owl-nav .owl-prev {
    left: 8px;
}

.ct-photo-slider .owl-nav .owl-next {
    right: 8px;
}

.ct-photo-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ct-photo-wrap img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.ct-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 10px;
    padding-left: 8px;
}

.ct-list-item:last-child {
    border-bottom: none;
}

.ct-list-item:hover,
.ct-list-item.active {
    background: rgba(255, 255, 255, 0.06);
    padding-left: 14px;
}

.ct-list-item.active .ct-num {
    background: linear-gradient(135deg, #dc3545, #6f42c1);
    color: #fff;
}

.ct-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.ct-info p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

.ct-info h6 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 5px;
}

.ct-maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #ffd700;
    text-decoration: none;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 5px;
}

@media(max-width:768px) {
    .ct-photo-wrap img {
        height: 220px;
    }

    .citytour-section {
        padding: 50px 0;
    }
}

/* ===== GALLERY ===== */
.thumb {
    margin-bottom: 15px;
}

.thumb:last-child {
    margin-bottom: 0;
}

.thumb figure img {
    filter: grayscale(0%);
    transition: .3s ease-in-out;
}

.thumb figure:hover img {
    filter: grayscale(0);
}

/* ===== HIBURAN SECTION ===== */
.hiburan-section {
    padding: 80px 0;
    background:
        linear-gradient(180deg, rgba(15, 12, 41, 0.92) 0%, rgba(48, 43, 99, 0.88) 50%, rgba(36, 36, 62, 0.92) 100%),
        url('../2026/hiburan_tari.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hiburan-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse, rgba(120, 60, 220, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.hiburan-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
}

.hiburan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 215, 0, 0.3);
}

.hiburan-card-thumb {
    position: relative;
    overflow: hidden;
    background: #0d1028;
}

.hiburan-card-thumb video {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.hiburan-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

.hiburan-card-body {
    padding: 22px;
}

.hiburan-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hiburan-card-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
}

.hiburan-card-meta span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.hiburan-card-meta i {
    color: #ffd700;
    width: 14px;
    flex-shrink: 0;
}

.hiburan-card-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .hiburan-card-thumb video {
        height: 200px;
    }

    .hiburan-card-body {
        padding: 16px;
    }

    .hiburan-card-title {
        font-size: 15px;
    }
}

/* ===== INFO LAIN / PUSAT LAYANAN ===== */
.infolain-section {
    padding: 80px 0;
    background-image: url('../2026/section_bg02.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.infolain-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 5, 30, 0.65);
    z-index: 0;
}

.infolain-section .container {
    position: relative;
    z-index: 1;
}

.info-lain-card {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
}

.info-lain-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.info-lain-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.08), rgba(111, 66, 193, 0.08));
    opacity: 0;
    transition: opacity 0.4s;
}

.info-lain-card:hover::before {
    opacity: 1;
}

.info-lain-card:hover {
    border-color: rgba(255, 215, 0, 0.4);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.info-lain-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #ffd700);
    border-radius: 2px;
    transition: width 0.4s ease;
}

.info-lain-card:hover::after {
    width: 60%;
}

.info-lain-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s ease;
}

.info-lain-card:hover .info-lain-img-wrap {
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
    background: rgba(255, 215, 0, 0.08);
}

.info-lain-img-wrap img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.info-lain-card:hover .info-lain-img-wrap img {
    transform: scale(1.15) rotate(-5deg);
}

.info-lain-badge {
    display: inline-block;
    background: linear-gradient(90deg, #dc3545, #6f42c1);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.info-lain-card h4 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 8px;
}

.info-lain-card p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin: 0 0 16px;
}

.info-lain-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #ffd700;
    border: 1px solid rgba(255, 215, 0, 0.4);
    background: rgba(255, 215, 0, 0.08);
    padding: 6px 18px;
    border-radius: 20px;
    transition: all 0.3s;
    text-decoration: none;
}

.info-lain-card:hover .info-lain-btn {
    background: rgba(255, 215, 0, 0.2);
    border-color: #ffd700;
}

.infolain-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    align-self: stretch;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .infolain-section {
        padding: 50px 0;
    }

    .info-lain-card {
        padding: 28px 20px;
        margin-bottom: 16px;
    }

    .info-lain-img-wrap {
        width: 85px;
        height: 85px;
    }

    .info-lain-img-wrap img {
        width: 50px;
        height: 50px;
    }

    .infolain-divider {
        display: none;
    }
}

/* ===== FOOTER ===== */
.footer-new {
    background: linear-gradient(180deg, #0a0720 0%, #0d1028 60%, #060415 100%);
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #9b59b6, #ffd700, #9b59b6, #dc3545);
}

.footer-logo-area {
    margin-bottom: 24px;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
}

.footer-heading {
    color: #ffd700;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 10px;
}

.footer-nav-list a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.footer-nav-list a:hover {
    color: #ffd700;
}

.footer-nav-list a i {
    font-size: 10px;
    color: #dc3545;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.footer-contact-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.6;
}

.footer-contact-text a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.footer-contact-text a:hover {
    color: #ffd700;
}

.footer-helpdesk-group {
    width: 100%;
}

.footer-helpdesk-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-helpdesk-list {
    display: grid;
    gap: 10px;
}

.footer-helpdesk-card {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.16), rgba(18, 140, 126, 0.1));
    border: 1px solid rgba(37, 211, 102, 0.22);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.footer-helpdesk-card:hover {
    transform: translateY(-3px);
    color: #fff !important;
    border-color: rgba(37, 211, 102, 0.5);
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.24), rgba(18, 140, 126, 0.16));
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.18);
}

.footer-helpdesk-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.footer-helpdesk-number {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.4;
}

.footer-map {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
    transform: translateY(-3px);
}

.footer-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 10px;
}

.footer-wa-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    color: #fff;
}

.footer-bottom {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom-text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    margin: 0;
}

.footer-bottom-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-tag {
    padding: 3px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
}

@media (max-width: 768px) {
    .footer-new {
        padding: 50px 0 0;
    }

    .footer-hide-mobile {
        display: none !important;
    }

    .footer-logo-area {
        text-align: center;
    }

    .footer-tagline {
        font-size: 12px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-wa-btn {
        display: flex;
        justify-content: center;
        font-size: 13px;
        padding: 9px 16px;
    }

    .footer-social a {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .footer-contact-item {
        margin-bottom: 8px;
    }

    .footer-contact-icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .footer-contact-text {
        font-size: 12px;
    }

    .footer-helpdesk-card {
        padding: 10px 12px;
        border-radius: 12px;
    }

    .footer-helpdesk-name {
        font-size: 13px;
    }

    .footer-helpdesk-number {
        font-size: 11px;
    }

    .footer-map {
        display: block;
    }

    .footer-map iframe {
        height: 140px;
    }

    .footer-bottom {
        margin-top: 24px;
        padding: 14px 0;
        justify-content: center;
        text-align: center;
    }

    .footer-bottom-tags {
        display: none;
    }
}
