.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-45 {
    font-size: 45px;
}

.fs-50 {
    font-size: 50px;
}

.fs-head {
    font-size: 50px;
}

.w-partner {
    width: 100px;
}

@media (max-width: 768px) {
    .fs-head {
        font-size: 40px;
    }
    
    .w-partner {
        width: 100%;
    }
}

.text-utama {
    color: var(--bs-primary) !important;
}

.text-putih {
    color: white !important;
}

.text-hitam {
    color: black !important;
}

.text-with-line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.text-with-line::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
}

.text-with-line::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
}

.bg-utama {
    background-color: var(--bs-primary) !important;
}

.bg-putih {
    background-color: white !important;
}

.bg-hitam {
    background-color: black !important;
}

.bg-abu {
    background-color: #F7F9F9 !important;
}

.tp-hero-two-video video {
    /* width: 100%; */
    height: 100%;
}

.img-thumb {
    width: 120px; 
    aspect-ratio: 1/1; 
    object-fit: cover;
}

.desk-term h4 {
    color: var(--bs-primary);
}

.lang-selector button {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 7.5px 20px 7.5px 10px;
    border: none;
    color: black;
    background-color: rgba(220, 165, 74, 0.15);
}
.lang-selector button:hover {
    background-color: rgba(255, 106, 0, 0.4);
    color: black;
}
/*.lang-selector button .lang-icon {*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    min-width: 25px;*/
/*    border-radius: 50%;*/
/*    margin-right: 10px;*/
/*    border: 1px solid rgba(0, 0, 0, 0.5);*/
/*    object-fit: cover;*/
/*}*/

.dropdown-langcur li{
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.lang-icon {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    object-fit: cover;
}
.currency-option-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    /*padding: 10px 20px 10px 10px;*/
    color: var(--bs-black) !important;
}
.currency-option-dropdown:hover {
    color: var(--bs-black) !important;
}
.currency-option-dropdown span {
    color: var(--bs-black) !important;
}
.currency-option-dropdown:hover span {
    color: var(--bs-black) !important;
}
.currency-option-dropdown .lang-icon {
    height: 20px;
    min-width: 20px;
    width: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.language-option-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    padding: 10px 20px 10px 10px;
    color: var(--bs-black) !important;
}
.language-option-dropdown:hover {
    color: var(--bs-black) !important;
}
.language-option-dropdown span {
    color: var(--bs-black) !important;
}
.language-option-dropdown:hover span {
    color: var(--bs-black) !important;
}
.language-option-dropdown .lang-icon {
    height: 20px;
    min-width: 20px;
    width: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.icon-keunggulan {
    width: 60px;
    height: 60px;
}
.tp-checkout-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.contact-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    display: flex;
    gap: 10px;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
    color: white !important;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
.rise-shake {
    animation: jump-shaking 0.83s infinite;
}
@keyframes jump-shaking {
    0% {
        transform: translateX(0);
    }
    35% {
        transform: rotate(17deg);
    }
    55% {
        transform: rotate(-17deg);
    }
    65% {
        transform: rotate(17deg);
    }
    75% {
        transform: rotate(-17deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.tp-header-top-area{
    position: relative;
    z-index: 9999;
    transition: all .35s ease;
}

/* Saat Scroll */
.tp-header-top-area.topbar-sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ff7a00; /* Orange */
    box-shadow: 0 5px 20px rgba(0,0,0,.12);
    animation: fadeDown .35s ease;
}

/* Geser header utama ke bawah ketika topbar sticky */
.tp-header-area.header-offset{
    margin-top: 45px; /* Sesuaikan tinggi topbar */
}

@keyframes fadeDown{
    from{
        transform: translateY(-100%);
        opacity:0;
    }
    to{
        transform: translateY(0);
        opacity:1;
    }
}

#inquiryForm {
    display: none !important;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

#inquiryForm.show {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
}

/* ===========================
   Destination Category Tabs
=========================== */

.destination-tabs-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:25px;
    width:100%;
}

.destination-tabs{
    flex:1;
    display:flex;
    overflow-x:auto;
    scroll-behavior:smooth;
    gap:5px;
    padding:8px;
    background:#fff;
    /*border:1px solid #d9dde3;*/
    border-radius:50px;
    scrollbar-width:none;
}

.destination-tabs::-webkit-scrollbar{
    display:none;
}

.tab-btn{
    position:relative;
    flex-shrink:0;
    border:none;
    background:transparent;
    padding:10px 18px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    color:#666;
    cursor:pointer;
    transition:.25s;
    white-space:nowrap;
}

.tab-btn:hover{
    color:var(--bs-primary);
}

.tab-btn.active{
    color:var(--bs-primary);
}

.tab-btn.active::after{
    content:"";
    position:absolute;
    left:16px;
    right:16px;
    bottom:-8px;
    height:3px;
    background:var(--bs-primary);
    border-radius:20px;
}

/* Arrow */

.tab-arrow{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid #d9dde3;
    background:#fff;
    color:#555;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.25s;
    flex-shrink:0;
}

.tab-arrow:hover{
    background:var(--bs-primary);
    color:#fff;
    border-color:var(--bs-primary);
}

/* Content */

.tab-content{
    display:none;
    width:100%;
}

.tab-content.active{
    display:block;
}

/* Responsive */

@media(max-width:768px){

    .tab-arrow{
        display:none;
    }

    .destination-tabs-wrapper{
        gap:0;
    }

    .destination-tabs{
        border-radius:16px;
    }

    .tab-btn{
        font-size:14px;
        padding:10px 16px;
    }

}

.destination-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.destination-tag{
    display:flex;
    align-items:center;
    background:#f3f4f6;
    border:1px solid #d9dde3;
    border-radius:4px;
    overflow:hidden;
    transition:.25s ease;
    cursor:pointer;
}

.destination-tag:hover{
    background: var(--bs-primary);
    border-color:#b8c7da;
    transform:translateY(-2px);
}

.tag-number{
    background:#e4e7eb;
    color: black;
    font-size:13px;
    font-weight:700;
    min-width:32px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 8px;
    border-right:1px solid #d1d5db;
}

.tag-title{
    padding:10px 14px;
    font-size:14px;
    font-weight:600;
    color:black;
    white-space:nowrap;
    line-height:1.2;
}

.destination-tag .tag-title:hover{
    color: white;
}

/* Tablet */
@media (max-width:768px){
    .destination-tags{
        gap:8px;
    }

    .tag-number{
        min-width:28px;
        font-size:12px;
        padding:8px 6px;
    }

    .tag-title{
        font-size:13px;
        padding:8px 12px;
    }
}

/* Mobile */
@media (max-width:576px){
    .destination-tag{
        max-width:100%;
    }

    .tag-title{
        white-space:normal;
    }
}