.wisata-page {
    --wisata-navy: #0b2d45;
    --wisata-navy-soft: #144967;
    --wisata-blue: #1e5b88;
    --wisata-blue-dark: #15476c;
    --wisata-sky: #eaf4f9;
    --wisata-green: #4f9f7f;
    --wisata-green-soft: #eaf6f1;

    --wisata-ink: #142d3f;
    --wisata-text: #506777;
    --wisata-muted: #8294a2;

    --wisata-line: #dce7ee;
    --wisata-soft: #f5f8fa;

    --wisata-shadow:
        0 18px 52px rgba(12, 46, 69, 0.08);

    --wisata-shadow-hover:
        0 26px 68px rgba(12, 46, 69, 0.13);

    width: 100%;

    color: var(--wisata-text);
    background: #ffffff;
}


.wisata-page *,
.wisata-page *::before,
.wisata-page *::after {
    box-sizing: border-box;
}


.wisata-page a {
    text-decoration: none;
}


.wisata-page img {
    max-width: 100%;
}


.wisata-eyebrow {
    display: inline-block;

    margin-bottom: 11px;

    color: var(--wisata-blue);

    font-size: 0.68rem;
    font-weight: 850;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}


/* ============================================================
   LIST HERO
============================================================ */

.wisata-hero {
    position: relative;
    isolation: isolate;

    width: min(100% - 40px, 1180px);

    margin: 0 auto;

    padding: 82px 0 68px;
}


.wisata-hero::before {
    content: '';

    position: absolute;

    z-index: -1;

    width: 270px;
    height: 270px;

    top: 24px;
    right: 8%;

    border: 1px solid rgba(30, 91, 136, 0.08);
    border-radius: 50%;
}


.wisata-hero-copy {
    max-width: 790px;
}


.wisata-hero h1 {
    margin: 0;

    color: var(--wisata-ink);

    font-size: clamp(2.9rem, 6vw, 5.6rem);
    font-weight: 850;

    line-height: 0.99;
    letter-spacing: -0.065em;
}


.wisata-hero h1 span {
    display: block;

    color: var(--wisata-blue);
}


.wisata-hero-copy > p {
    max-width: 680px;

    margin: 23px 0 0;

    color: var(--wisata-muted);

    font-size: 0.96rem;
    line-height: 1.85;
}


/* ============================================================
   SECTION HEAD
============================================================ */

.wisata-featured-section,
.wisata-more-section {
    width: min(100% - 40px, 1180px);

    margin-right: auto;
    margin-left: auto;
}


.wisata-featured-section {
    padding-bottom: 90px;
}


.wisata-more-section {
    padding: 80px 0 96px;

    border-top: 1px solid var(--wisata-line);
}


.wisata-section-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(260px, 0.42fr);

    align-items: end;

    gap: 48px;

    margin-bottom: 34px;
}


.wisata-section-heading h2 {
    margin: 0;

    color: var(--wisata-ink);

    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 850;

    line-height: 1.12;
    letter-spacing: -0.04em;
}


.wisata-section-heading > p {
    margin: 0;

    color: var(--wisata-muted);

    font-size: 0.86rem;
    line-height: 1.75;
}


.wisata-section-heading-simple {
    grid-template-columns: 1fr;
}


/* ============================================================
   FEATURED
============================================================ */

.wisata-featured-card {
    display: grid;

    grid-template-columns:
        minmax(360px, 0.52fr)
        minmax(0, 0.48fr);

    min-height: 430px;

    overflow: hidden;

    border: 1px solid var(--wisata-line);
    border-radius: 28px;

    background: #ffffff;

    box-shadow: var(--wisata-shadow);
}


.wisata-featured-media {
    position: relative;

    min-height: 430px;

    overflow: hidden;

    background: var(--wisata-sky);
}


.wisata-featured-media > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.55s ease;
}


.wisata-featured-card:hover
.wisata-featured-media > img {
    transform: scale(1.035);
}


.wisata-featured-badge {
    position: absolute;

    z-index: 2;

    top: 22px;
    left: 22px;

    display: inline-flex;
    align-items: center;

    min-height: 32px;

    padding: 7px 12px;

    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;

    color: #ffffff;

    background: rgba(11, 45, 69, 0.76);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);

    font-size: 0.63rem;
    font-weight: 850;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}


.wisata-featured-content {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: flex-start;

    padding: 42px 44px;
}


.wisata-content-label,
.wisata-card-label {
    color: var(--wisata-blue);

    font-size: 0.64rem;
    font-weight: 850;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}


.wisata-featured-content h3 {
    margin: 10px 0 17px;

    color: var(--wisata-ink);

    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 850;

    line-height: 1.16;
    letter-spacing: -0.045em;
}


.wisata-featured-description {
    max-width: 540px;

    margin: 0;

    color: var(--wisata-text);

    font-size: 0.93rem;
    line-height: 1.8;
}


.wisata-featured-location {
    display: flex;
    align-items: flex-start;

    gap: 8px;

    margin-top: 22px;

    color: var(--wisata-muted);

    font-size: 0.73rem;
    line-height: 1.6;
}


.wisata-featured-location i {
    margin-top: 3px;

    color: var(--wisata-blue);
}


.wisata-primary-link {
    min-height: 48px;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-top: 28px;

    padding: 0 19px;

    border-radius: 999px;

    color: #ffffff !important;

    background: var(--wisata-blue);

    box-shadow:
        0 12px 28px rgba(30, 91, 136, 0.18);

    font-size: 0.74rem;
    font-weight: 800;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        gap 0.25s ease;
}


.wisata-primary-link:hover {
    gap: 13px;

    transform: translateY(-2px);

    background: var(--wisata-blue-dark);
}


/* ============================================================
   CARDS
============================================================ */

.wisata-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;
}


.wisata-card {
    display: flex;
    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    border: 1px solid var(--wisata-line);
    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 12px 34px rgba(12, 46, 69, 0.055);

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}


.wisata-card:hover {
    transform: translateY(-5px);

    border-color: rgba(30, 91, 136, 0.22);

    box-shadow: var(--wisata-shadow-hover);
}


.wisata-card-media {
    height: 220px;

    overflow: hidden;

    background: var(--wisata-sky);
}


.wisata-card-media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.wisata-card:hover
.wisata-card-media img {
    transform: scale(1.04);
}


.wisata-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;

    align-items: flex-start;

    padding: 22px 22px 24px;
}


.wisata-card-content h3 {
    margin: 8px 0 11px;

    color: var(--wisata-ink);

    font-size: 1.08rem;
    font-weight: 850;

    line-height: 1.4;
    letter-spacing: -0.02em;
}


.wisata-card-content > p {
    display: -webkit-box;

    margin: 0 0 18px;

    overflow: hidden;

    color: var(--wisata-text);

    font-size: 0.82rem;
    line-height: 1.7;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.wisata-card-location {
    display: flex;
    align-items: flex-start;

    gap: 7px;

    margin-top: auto;

    color: var(--wisata-muted);

    font-size: 0.7rem;
    line-height: 1.55;
}


.wisata-card-location i {
    margin-top: 3px;

    color: var(--wisata-blue);
}


.wisata-card-link {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-top: 18px;

    color: var(--wisata-blue) !important;

    font-size: 0.72rem;
    font-weight: 800;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}


.wisata-card-link:hover {
    gap: 11px;

    color: var(--wisata-blue-dark) !important;
}


/* ============================================================
   PLACEHOLDER / EMPTY
============================================================ */

.wisata-image-placeholder,
.wisata-detail-hero-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 10px;

    color: var(--wisata-blue);

    background:
        radial-gradient(
            circle at 25% 20%,
            rgba(79, 159, 127, 0.18),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #eff8f4,
            #e6f2f7
        );
}


.wisata-image-placeholder i,
.wisata-detail-hero-placeholder i {
    font-size: 2rem;
}


.wisata-image-placeholder span,
.wisata-detail-hero-placeholder span {
    color: var(--wisata-muted);

    font-size: 0.76rem;
    font-weight: 700;
}


.wisata-empty {
    width: min(100% - 40px, 720px);

    margin: 0 auto;

    padding: 58px 20px 110px;

    text-align: center;
}


.wisata-empty-icon {
    width: 64px;
    height: 64px;

    display: grid;
    place-items: center;

    margin: 0 auto 22px;

    border-radius: 18px;

    color: var(--wisata-blue);
    background: var(--wisata-sky);

    font-size: 1.5rem;
}


.wisata-empty h2 {
    margin: 0 0 14px;

    color: var(--wisata-ink);

    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 850;

    letter-spacing: -0.04em;
}


.wisata-empty p {
    max-width: 500px;

    margin: 0 auto;

    color: var(--wisata-muted);

    font-size: 0.9rem;
    line-height: 1.8;
}


/* ============================================================
   DETAIL PAGE
============================================================ */

.wisata-detail-page {
    padding: 42px 0 100px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fafc 100%
        );
}


.wisata-detail-shell {
    width: min(100% - 40px, 1180px);

    margin: 0 auto;
}


.wisata-detail-topbar {
    margin-bottom: 24px;
}


.wisata-back-link {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: var(--wisata-blue) !important;

    font-size: 0.72rem;
    font-weight: 850;

    letter-spacing: 0.07em;
    text-transform: uppercase;

    transition:
        gap 0.2s ease,
        color 0.2s ease;
}


.wisata-back-link:hover {
    gap: 12px;

    color: var(--wisata-blue-dark) !important;
}


/* ============================================================
   DETAIL HERO
============================================================ */

.wisata-detail-hero {
    overflow: hidden;

    border-radius: 24px;

    background: var(--wisata-navy);

    box-shadow:
        0 18px 50px rgba(12, 46, 69, 0.13);
}


.wisata-detail-hero-media {
    position: relative;

    height: clamp(340px, 34vw, 420px);

    overflow: hidden;
}


.wisata-detail-hero-media > img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center 48%;
}


.wisata-detail-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(4, 26, 39, 0.03) 20%,
            rgba(4, 26, 39, 0.20) 54%,
            rgba(4, 26, 39, 0.86) 100%
        );
}


.wisata-detail-hero-content {
    position: absolute;

    left: 38px;
    right: 38px;
    bottom: 32px;

    z-index: 2;

    max-width: 860px;
}


.wisata-detail-category {
    width: fit-content;

    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 15px;

    padding: 7px 11px;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;

    color: rgba(255, 255, 255, 0.84);

    background: rgba(7, 37, 55, 0.52);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    font-size: 0.62rem;
    font-weight: 800;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.wisata-detail-category i {
    color: #91e0bd;
}


.wisata-detail-hero-content h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(2.35rem, 5vw, 4.25rem);
    font-weight: 850;

    line-height: 1;
    letter-spacing: -0.06em;

    text-shadow:
        0 8px 28px rgba(0, 0, 0, 0.20);
}


.wisata-detail-hero-location {
    display: flex;
    align-items: flex-start;

    gap: 8px;

    max-width: 720px;

    margin-top: 16px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 0.82rem;
    line-height: 1.6;
}


.wisata-detail-hero-location i {
    margin-top: 3px;

    color: #a9e0f6;
}


/* ============================================================
   DETAIL CONTENT
============================================================ */

.wisata-detail-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        330px;

    align-items: start;

    gap: 34px;

    margin-top: 34px;
}


.wisata-detail-article {
    padding: 42px 44px;

    border: 1px solid var(--wisata-line);
    border-radius: 24px;

    background: #ffffff;

    box-shadow: var(--wisata-shadow);
}


.wisata-detail-article-heading {
    max-width: 700px;

    margin-bottom: 28px;
}


.wisata-detail-article-heading h2 {
    margin: 0;

    color: var(--wisata-ink);

    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 850;

    line-height: 1.15;
    letter-spacing: -0.04em;
}


.wisata-detail-article-heading > p {
    max-width: 620px;

    margin: 13px 0 0;

    color: var(--wisata-muted);

    font-size: 0.86rem;
    line-height: 1.75;
}


.wisata-detail-prose {
    max-width: 760px;
}


.wisata-detail-prose p {
    margin: 0;

    color: var(--wisata-text);

    font-size: 0.95rem;
    line-height: 1.95;
}


.wisata-detail-prose p + p {
    margin-top: 22px;
}


.wisata-detail-prose p:first-child::first-letter {
    color: var(--wisata-blue);

    font-size: 2.65rem;
    font-weight: 850;

    line-height: 0.82;
}


.wisata-detail-empty-text {
    margin: 0;

    color: var(--wisata-muted);

    font-size: 0.9rem;
}


/* ============================================================
   DETAIL SIDEBAR
============================================================ */

.wisata-detail-sidebar {
    position: sticky;

    top: 110px;
}


.wisata-info-card {
    padding: 24px;

    border: 1px solid var(--wisata-line);
    border-radius: 22px;

    background: #ffffff;

    box-shadow: var(--wisata-shadow);
}


.wisata-info-card-head {
    display: flex;
    align-items: center;

    gap: 12px;

    padding-bottom: 20px;

    border-bottom: 1px solid var(--wisata-line);
}


.wisata-info-icon {
    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    flex: 0 0 43px;

    border-radius: 13px;

    color: var(--wisata-blue);
    background: var(--wisata-sky);
}


.wisata-info-card-head > div {
    display: flex;
    flex-direction: column;
}


.wisata-info-card-head small {
    color: var(--wisata-muted);

    font-size: 0.58rem;
    font-weight: 750;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.wisata-info-card-head strong {
    margin-top: 3px;

    color: var(--wisata-ink);

    font-size: 0.86rem;
    font-weight: 800;
}


.wisata-info-list {
    display: grid;

    gap: 18px;

    padding: 21px 0;
}


.wisata-info-row {
    display: grid;

    grid-template-columns:
        36px
        minmax(0, 1fr);

    align-items: start;

    gap: 10px;
}


.wisata-info-row > span {
    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    border-radius: 10px;

    color: var(--wisata-blue);
    background: #f0f7fb;

    font-size: 0.68rem;
}


.wisata-info-row > div {
    min-width: 0;

    display: flex;
    flex-direction: column;
}


.wisata-info-row small {
    color: #94a3ae;

    font-size: 0.55rem;
    font-weight: 750;

    letter-spacing: 0.05em;
    text-transform: uppercase;
}


.wisata-info-row strong {
    margin-top: 3px;

    color: #435a6b;

    font-size: 0.71rem;
    font-weight: 700;

    line-height: 1.5;
}


.wisata-map-button {
    min-height: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;

    padding: 0 16px;

    border-radius: 14px;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #174f74,
            #2879a6
        );

    box-shadow:
        0 12px 28px rgba(30, 91, 136, 0.18);

    font-size: 0.72rem;
    font-weight: 800;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.wisata-map-button > span {
    display: inline-flex;
    align-items: center;

    gap: 8px;
}


.wisata-map-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 18px 36px rgba(30, 91, 136, 0.24);
}


/* ============================================================
   DETAIL GALLERY
============================================================ */

.wisata-detail-gallery-section {
    margin-top: 66px;
}


.wisata-gallery-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 28px;

    margin-bottom: 28px;
}


.wisata-gallery-heading h2 {
    margin: 0;

    color: var(--wisata-ink);

    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 850;

    letter-spacing: -0.04em;
}


.wisata-gallery-count {
    display: inline-flex;
    align-items: center;

    min-height: 34px;

    padding: 0 12px;

    border-radius: 999px;

    color: var(--wisata-blue);
    background: var(--wisata-sky);

    font-size: 0.65rem;
    font-weight: 800;
}


.wisata-detail-gallery {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    grid-auto-rows: 230px;

    gap: 18px;
}


.wisata-detail-gallery-item {
    position: relative;

    display: block;

    overflow: hidden;

    border: 1px solid var(--wisata-line);
    border-radius: 20px;

    background: var(--wisata-sky);

    box-shadow:
        0 13px 34px rgba(12, 46, 69, 0.07);
}


.wisata-detail-gallery-item-large {
    grid-column: span 2;
    grid-row: span 2;
}


.wisata-detail-gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.42s ease;
}


.wisata-detail-gallery-item:hover img {
    transform: scale(1.045);
}


.wisata-gallery-zoom {
    position: absolute;

    right: 14px;
    bottom: 14px;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: var(--wisata-blue);
    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 8px 20px rgba(12, 46, 69, 0.14);

    opacity: 0;
    transform: translateY(5px);

    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}


.wisata-detail-gallery-item:hover
.wisata-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 991.98px) {

    .wisata-hero {
        padding: 66px 0 58px;
    }


    .wisata-section-heading {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .wisata-featured-card {
        grid-template-columns: 1fr;

        min-height: auto;
    }


    .wisata-featured-media {
        min-height: 350px;
    }


    .wisata-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .wisata-detail-layout {
        grid-template-columns: 1fr;
    }


    .wisata-detail-sidebar {
        position: static;
    }


    .wisata-info-card {
        display: grid;

        grid-template-columns:
            minmax(0, 0.75fr)
            minmax(0, 1.25fr);

        gap: 20px;
    }


    .wisata-info-card-head {
        align-self: start;

        padding-bottom: 0;

        border-bottom: 0;
    }


    .wisata-info-list {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        padding: 0;
    }


    .wisata-map-button {
        grid-column: 1 / -1;
    }

}


@media (max-width: 767.98px) {

    .wisata-hero,
    .wisata-featured-section,
    .wisata-more-section,
    .wisata-detail-shell {
        width: min(100% - 28px, 680px);
    }


    .wisata-hero {
        padding: 50px 0 46px;
    }


    .wisata-hero h1 {
        font-size: clamp(2.4rem, 13vw, 3.9rem);
    }


    .wisata-featured-section {
        padding-bottom: 68px;
    }


    .wisata-more-section {
        padding: 62px 0 72px;
    }


    .wisata-featured-card {
        border-radius: 22px;
    }


    .wisata-featured-media {
        min-height: 280px;
    }


    .wisata-featured-content {
        padding: 30px 24px 32px;
    }


    .wisata-grid {
        grid-template-columns: 1fr;
    }


    .wisata-card-media {
        height: 230px;
    }


    .wisata-detail-page {
        padding: 30px 0 76px;
    }


    .wisata-detail-hero {
        border-radius: 24px;
    }


    .wisata-detail-hero-media {
        height: 300px;
    }


    .wisata-detail-hero-content {
        left: 25px;
        right: 25px;
        bottom: 28px;
    }


    .wisata-detail-hero-content h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }


    .wisata-detail-article {
        padding: 31px 26px;

        border-radius: 20px;
    }


    .wisata-info-card {
        display: block;

        padding: 21px;
    }


    .wisata-info-card-head {
        padding-bottom: 18px;

        border-bottom: 1px solid var(--wisata-line);
    }


    .wisata-info-list {
        display: grid;

        grid-template-columns: 1fr;

        padding: 20px 0;
    }


    .wisata-detail-gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        grid-auto-rows: 210px;
    }


    .wisata-detail-gallery-item-large {
        grid-column: span 2;
        grid-row: span 1;
    }

}


@media (max-width: 479.98px) {

    .wisata-hero,
    .wisata-featured-section,
    .wisata-more-section,
    .wisata-detail-shell {
        width: min(100% - 22px, 440px);
    }


    .wisata-hero {
        padding-top: 42px;
    }


    .wisata-featured-media {
        min-height: 230px;
    }


    .wisata-featured-content {
        padding: 26px 20px 28px;
    }


    .wisata-card-content {
        padding: 20px 20px 22px;
    }


    .wisata-detail-hero-media {
        height: 255px;
    }


    .wisata-detail-hero-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }


    .wisata-detail-category {
        font-size: 0.56rem;
    }


    .wisata-detail-hero-location {
        font-size: 0.75rem;
    }


    .wisata-detail-article {
        padding: 27px 21px;
    }


    .wisata-detail-prose p {
        font-size: 0.92rem;
        line-height: 1.86;
    }


    .wisata-gallery-heading {
        align-items: flex-start;
        flex-direction: column;

        gap: 12px;
    }


    .wisata-detail-gallery {
        grid-template-columns: 1fr;

        grid-auto-rows: 240px;
    }


    .wisata-detail-gallery-item-large {
        grid-column: span 1;
    }


    .wisata-gallery-zoom {
        opacity: 1;
        transform: none;
    }

}


@media (prefers-reduced-motion: reduce) {

    .wisata-page *,
    .wisata-page *::before,
    .wisata-page *::after {
        transition: none !important;
    }

}