.tp-header-two .tp-header-logo {
    margin-left: 0;
}

/* .tp-header-two-bg {
    padding: 8px 14px 8px 20px;
} */

.tp-header-top-menu-item>span::after {
    right: 0;
}

.it-title-wrapper {
    text-align: center;
    width: 100%;
}


/* .it-subtitle-2 span {
    font-size: calc(26px + (110 - 120) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.1;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-p);
    font-weight: 100;
} */

/* Arrow blink animation */
@keyframes blink-arrow {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.it-subtitle-2-icon div:nth-child(1) {
    animation: blink-arrow 1.5s infinite;
}

.it-subtitle-2-icon div:nth-child(2) {
    animation: blink-arrow 1.5s infinite;
    animation-delay: 0.5s;
}

.it-subtitle-2-icon div:nth-child(3) {
    animation: blink-arrow 1.5s infinite;
    animation-delay: 1s;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

/* Fix sticky header keeping the pill shape */
.header-sticky {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding-top: 15px;
    z-index: 999 !important;
}

.header-sticky.tp-header-blur::after {
    display: none !important;
}

/* Fix header stacking context so it doesn't get overlapped by z-index 3 main areas */
.tp-transparent {
    z-index: 999 !important;
}

.header-sticky .tp-header-two-bg {
    /* background: #ffffff26 !important; */
    border-radius: 50px !important;
    /* border: 1px solid #5f5f5f0a; */
    /* box-shadow: 0 40px 80px -20px #0000001a, 0 10px 30px -10px #0000001a, inset 0 2px 3px -1px #ffffff26, inset 0 -2px 4px -1px #ffffff14, inset 0 0 0 1px #ffffff08 !important; */
    background: transparent !important;
    border: 1px solid #ffffff4d;
}

.header-sticky .tp-header-two-bg .tp-main-menu nav ul li a,
.header-sticky .tp-header-two-bg .tp-header-top-menu-item>span,
.header-sticky .tp-header-two-bg .tp-header-top-menu-item ul li a,
.header-sticky .tp-header-two-bg .tp-megamenu-list-subtitle,
.header-sticky .tp-header-two-bg .tp-megamenu-list-title {
    color: black;
}

.header-sticky .tp-header-two-bg .tp-header-two .tp-menu-dropdown nav ul li:hover.has-dropdown a {
    /* border: 1px solid black; */
}

/* Perkecil menu agar tidak numpuk */
.tp-header-two .tp-main-menu nav>ul>li>a {
    /* padding: 8px 20px 8px 12px !important; */
    font-size: 14px !important;
}

.arw-btn-carousel-banner svg {
    color: white;
    transform: rotate(317deg);
}

.arw-btn-carousel-banner {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgb(255 255 255 / 8%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 7px 18px rgba(7, 21, 22, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    padding: 6px;
}

.header-wrappers-it {
    width: 65%;
}

/* Fix backdrop-filter bug pada submenu karena parentnya juga punya backdrop-filter */
.tp-header-two-bg {
    position: relative;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.tp-header-two-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    /* background: #ffffff26;
    backdrop-filter: blur(5px) saturate(10%);
    -webkit-backdrop-filter: blur(5px) saturate(10%); */
    /* background: 
        linear-gradient(rgb(248 240 214 / 39%), rgb(232 208 155 / 61%)) padding-box, 
        linear-gradient(#1212128c, #121212b3) border-box, 
        radial-gradient(circle at 50% 18%, rgba(255, 249, 233, 0.94), rgb(242 228 188 / 49%) 48%, rgb(228 208 155 / 15%) 100%); */
    /* background: 
        linear-gradient(rgb(255 255 255 / 11%), rgb(255 255 255 / 11%)) padding-box, 
        linear-gradient(#ffffff0d, #121212b3) border-box, 
        radial-gradient(circle at 50% 18%, rgb(241 241 241 / 0%), rgb(249 249 249 / 0%) 48%, rgb(255 255 255 / 8%) 100%); */
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(100%);
    z-index: 0;
    pointer-events: none;
    border: 1px solid #ffffff14;
}

/* Ensure the content sits above the pseudo-element without needing z-index: -1 on the pseudo-element */
.tp-header-two-bg>div {
    position: relative;
    z-index: 1;
}

/* Saat sticky, background pseudo-element mengikuti */
.header-sticky .tp-header-two-bg::before {
    background: linear-gradient(142deg, rgb(0 0 0 / 13%) 0%, rgb(4 4 4 / 21%) 100%) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    box-shadow: 0 40px 80px -20px #0000001a, 0 10px 30px -10px #0000001a, inset 0 2px 3px -1px #ffffff26, inset 0 -2px 4px -1px #ffffff14, inset 0 0 0 1px #ffffff08 !important;
}

.header-sticky .tp-header-two-bg {
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .header-wrappers-it {
        width: 100%;
    }
}

/* Hero Area Parallax Sticky */
.tp-hero-area {
    position: sticky !important;
    top: 0;
    z-index: 1 !important;
    height: 100vh;
}

/* Keep carousel CTAs clickable below the transparent hero layout layer. */
.homepage-v2-hero-carousel-mode .tp-hero-layout {
    pointer-events: none;
}

.homepage-v2-hero-carousel-mode .tp-hero-info,
.homepage-v2-hero-carousel-mode .tp-hero-info a,
.homepage-v2-editable-section.homepage-v2-hero-carousel-mode .homepage-v2-hero-slide-content,
.homepage-v2-editable-section.homepage-v2-hero-carousel-mode .homepage-v2-hero-slide-content a {
    pointer-events: auto;
}

/* Ensure next sections overlay the sticky hero properly */
.tp-about-area,
.tp-destination-area,
.tp-tour-area,
.tp-instagram-area,
footer {
    position: relative;
    z-index: 3 !important;
    background-color: #fff;
    /* Pastikan ada background agar hero tertutup */
}

/* Keep animated content available for visitors who disable motion. */
@media (prefers-reduced-motion: reduce) {

    .wow,
    .tp-gallery-wrap,
    .tp-gallery-wrap-2,
    .bounce {
        animation: none !important;
        transform: none !important;
        transition: none !important;
        visibility: visible !important;
    }
}

#gallery-area-preview-container .tp-gallery-wrap {
    animation-duration: var(--gallery-duration, 45s);
}

/* PageSpeed accessibility fixes without changing the configured brand palette. */
.tp-testimonial-two-dec,
.tp-tour-review-score,
.tp-about-panel-subtitle {
    /* color: #4b5563; */
    color: rgb(193 193 193 / 90%);
}

.tp-testimonial-two-area .tp-testimonial-two-dec,
.tp-testimonial-two-area .tp-testimonial-two-user-content span {
    color: #f3f4f6;
}

/* Keep orange accents readable on white cards and the testimonial eyebrow readable on orange. */
.tp-section-two-subtitle,
.tp-section-5-subtitle,
.tp-tour-new-price {
    color: #a9321b;
}

.tp-testimonial-area .tp-section-two-subtitle {
    color: #a9a9a9;
}

/* Preserve intrinsic image ratios when Bootstrap/global rules constrain their width. */
.tp-gallery-item picture {
    display: block;
}

.tp-gallery-item img,
.tp-hero-shape,
.tp-about-two-shape,
.tp-testimonial-two-shape img,
.tp-testimonial-two-overly img {
    height: auto !important;
}

.tp-gallery-item img {
    width: 100%;
}

.tp-testimonial-two-shape img,
.tp-testimonial-two-overly img {
    max-width: 100%;
}

/* Replace Font Awesome pseudo-arrows on the lightweight homepage bundle. */
.tp-header-top-menu-item>span::after {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-2px);
}

/* Center Megamenu */
.tp-menu-dropdown nav ul li:has(.tp-megamenu-wrapper) {
    position: static;
}

.tp-menu-dropdown nav ul li .sub-menu.tp-megamenu-wrapper {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.togo-banner-8-style {
    position: relative;
    height: 690px;
}

.pt-60 {
    padding-top: 60px;
}

.bg-pos {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.togo-banner-8-style::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 96.7%);
}

.togo-banner-8-style::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 100%);
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.togo-section-title.ff-jost {
    font-family: var(--tp-ff-heading);
}

.mb-15 {
    margin-bottom: 15px;
}



.togo-section-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #111111;
    font-family: var(--tp-ff-heading);
}

.togo-banner-3-heading p {
    font-size: 18px;
}

p.ff-jost {
    font-family: var(--tp-ff-p);
    color: #333333;
}

.togo-btn-primary {
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 26px 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
    /* background-color: #fd4621; */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.togo-footer-8-ptb {
    margin-top: -425px;
}

.togo-footer-8-menu ul li:not(:last-of-type) {
    margin-right: 20px;
}

.togo-footer-8-menu ul li {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
    font-family: var(--togo-common-white);
}

.togo-footer-8-social a:not(:last-of-type) {
    margin-right: 20px;
}

.togo-footer-copyright-text p a {
    color: #fd4621;
    font-weight: 700;
}

.togo-footer-8-social a {
    display: inline-block;
    color: #ffffff;
}

.togo-footer-8-border {
    border-top: 1px solid rgba(248, 249, 250, 0.2);
}

.togo-footer-8-social svg {
    color: white;
}

.togo-footer-8-info svg {
    color: white;
    margin-right: 2px;
    fill: none;
}

.togo-footer-8-info a:not(:last-of-type) {
    margin-right: 20px;
}

.togo-footer-8-info a {
    font-size: 16px;
    color: #ffffff;
    font-family: var(--tp-ff-heading);
}

footer {
    background-color: #ffffff00 !important;
}

.tp-gallery-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.tp-hero-content {
    max-width: 800px;
    margin: auto;
}

@media (max-width: 768px) {
    .togo-banner-3-heading p {
        font-size: 14px;
    }

    .togo-footer-8-menu ul li {
        font-size: 14px;
    }

    .togo-footer-8-ptb {
        margin-top: -500px;
    }

    .togo-banner-8-style {
        height: 760px;
    }
}