.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-title-2 h1 {
    font-size: calc(36px + (110 - 110) * ((100vw - 480px) / (1600 - 480)));
    line-height: 1.1;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-p);
    font-weight: 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;
}

.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;
}

.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%);
    z-index: 0;
    pointer-events: none;
}

/* 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;
}

/* 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 */
}

/* 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: 630px;
}

.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) 66.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: 'Portrait', serif;
}

.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: 'Portrait', serif;
}

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

p.ff-jost {
    font-family: 'Work Sans', serif;
    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: var(--tp-theme-1);
}

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

.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: var(--tp-theme-1);
    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;
}

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

.togo-footer-8-info a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Portrait', serif;
}

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

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

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

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