:root {
    --ua-nature: #f97316;
    --ua-nature-light: #fed7aa
}

.ua-navbar-v1 {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03), 0 8px 24px rgba(15, 23, 42, .03)
}

.ua-section-nav {
    background: #fff;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .04)
}

.ua-section-nav a.active {
    background: var(--ua-nature)
}

.ua-explore-menu-v1:hover {
    border-color: var(--ua-nature);
    box-shadow: 0 6px 18px rgba(37, 99, 235, .12);
    transform: translateY(-1px)
}

.ua-logo-dot,
.ua-logo-ubud,
.ua-explore-menu-v1 .bi-compass {
    color: var(--ua-nature)
}

.ua-gallery-prev,
.ua-gallery-next,
.ua-gallery-close {
    color: var(--ua-secondary-light)
}

#galleryCounter {
    color: var(--ua-secondary-light)
}

.ua-logo-dot {
    background: var(--ua-nature)
}

.ua-btn-primary,
.ua-sticky-book,
.ua-sticky-wa {
    background: var(--ua-nature);
    color: #fff
}

.ua-highlight-icon,
.ua-info-icon,
.ua-why-book-icon,
.ua-itinerary-time,
.ua-price-badge,
.ua-footer-social a {
    background: var(--ua-nature-light)
}

.ua-why-book-card:hover {
    border-color: var(--ua-nature)
}

.ua-itinerary-item:hover {
    border-color: var(--ua-nature)
}

.ua-price-value,
.ua-review-name,
.ua-related-price,
.ua-related-link,
.ua-section-head h2 span,
.ua-faq-question span {
    color: var(--ua-nature)
}

.ua-review-score,
.ua-verified {
    background: var(--ua-nature);
    color: #fff
}

.ua-price-head {
    background: var(--ua-nature);
    color: #fff
}

.ua-price-row {
    border-bottom: 1px solid #eef2f7
}

@media (max-width:768px) {
    .ua-price-card {
        background: #fff;
        border: 1px solid #e8edf3
    }

    .ua-price-card-head h4 {
        color: #0f172a
    }

    .ua-best-value {
        background: var(--ua-nature-light);
        color: var(--ua-nature)
    }

    .ua-price-item {
        border-top: 1px solid #eef2f7
    }

    .ua-price-item span {
        color: #64748b
    }

    .ua-price-item strong {
        color: var(--ua-nature)
    }
}

.ua-footer {
    background: #fff;
    border-top: 1px solid #f1f5f9
}

.ua-related-card {
    background: #fff;
    border: 1px solid #f1f5f9
}

.ua-related {
    background: #fff;
    border: 1px solid #f1f5f9
}

.ua-related-card:hover {
    box-shadow: 0 15px 40px rgba(15, 23, 42, .08)
}

.ua-term-item {
    background: #fff
}

.ua-destination-sidebar {
    position: sticky;
    top: calc(var(--ua-header-height) + 25px)
}

.ua-destination-card {
    background: #fff;
    border: 1px solid var(--ua-border);
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 20px
}

.ua-destination-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--ua-text)
}

.ua-destination-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ua-destination-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ua-body)
}

.ua-destination-info-item i {
    color: var(--ua-primary);
    font-size: 18px
}

.ua-destination-text {
    margin-bottom: 18px
}

.ua-destination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 14px;
    background: var(--ua-primary);
    color: #fff;
    text-decoration: none;
    font-weight: 700
}

.ua-destination-links {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ua-destination-links a {
    text-decoration: none;
    padding: 12px 14px;
    border: 1px solid var(--ua-border);
    border-radius: 12px;
    color: var(--ua-text);
    font-weight: 600;
    transition: .25s ease
}

.ua-destination-links a:hover {
    border-color: var(--ua-primary);
    color: var(--ua-primary);
    background: var(--ua-primary-light)
}

.ua-destination-cta {
    background: linear-gradient(135deg, #16a34a, #15803d);
    border: 0;
    color: #22c55e;
    text-align: center;
    overflow: hidden
}

.ua-destination-cta .ua-destination-title {
    color: #fff
}

.ua-destination-cta .ua-destination-text {
    color: rgba(255, 255, 255, .92)
}

.ua-destination-cta-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px)
}

.ua-destination-cta-icon i {
    font-size: 30px;
    color: #fff
}

.ua-destination-cta .ua-destination-btn {
    background: #fff;
    color: var(--ua-primary);
    border: 0;
    margin-top: 18px;
    gap: 5px
}

.ua-destination-cta .ua-destination-btn:hover {
    color: var(--ua-primary);
    transform: translateY(-2px)
}

.ua-destination-cta .ua-destination-btn i {
    color: var(--ua-primary)
}

/* =====================================================
   ABOUT MOUNT BATUR
===================================================== */

.tour-about {

    position: relative;

    margin: 40px 0;

    padding: 70px 0;

    background: linear-gradient(180deg,
            #ffffff,
            #fffdf8);

    border: 1px solid #f3ead6;

    border-radius: 32px;

    box-shadow:
        0 20px 60px rgba(15, 23, 42, .05);

    overflow: hidden;

}

.tour-about::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 180px;

    background:
        radial-gradient(circle at top right,
            rgba(244, 180, 0, .08),
            transparent 70%);

    pointer-events: none;

}

/*========================*/

.section-heading {

    position: relative;

    z-index: 2;

}

.section-badge {

    display: inline-block;

    padding: 8px 18px;

    border-radius: 999px;

    background: #fff7e6;

    color: #d89a00;

    font-size: .76rem;

    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;

    margin-bottom: 18px;

}

.section-title {

    font-size: 2.5rem;

    font-weight: 800;

    color: #1f2937;

    line-height: 1.15;

    margin-bottom: 18px;

}

.section-subtitle {

    max-width: 700px;

    margin: auto;

    color: #64748b;

    font-size: 1rem;

    line-height: 1.9;

}

/*========================*/

.tour-about img {

    width: 100%;

    border-radius: 28px;

    object-fit: cover;

    box-shadow:

        0 40px 80px rgba(15, 23, 42, .12);

    transition: .45s;

}

.tour-about img:hover {

    transform: translateY(-8px);

}

/*========================*/

.about-content {

    padding-left: 25px;

}

.about-content h3 {

    position: relative;

    margin-bottom: 22px;

    padding-left: 18px;

    font-size: 1.8rem;

    font-weight: 800;

    color: #111827;

}

.about-content h3::before {

    content: "";

    position: absolute;

    left: 0;
    top: 2px;

    width: 5px;

    height: 100%;

    border-radius: 10px;

    background: #f4b400;

}

.about-content p {

    margin-bottom: 22px;

    color: #475569;

    line-height: 2;

    font-size: 1rem;

}

/*========================
 INFO GRID
=========================*/

.about-info {

    margin-top: 70px;

}

.about-info-card {

    height: 100%;

    padding: 26px;

    border-radius: 24px;

    background: #fff;

    border: 1px solid #f3ead6;

    transition: .35s;

}

.about-info-card:hover {

    transform: translateY(-6px);

    border-color: #f4b400;

    box-shadow:

        0 25px 45px rgba(15, 23, 42, .08);

}

.about-info-icon {

    width: 58px;

    height: 58px;

    border-radius: 18px;

    background: #fff8e7;

    color: #f4b400;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    margin-bottom: 18px;

}

.about-info-label {

    display: block;

    margin-bottom: 8px;

    font-size: .72rem;

    font-weight: 700;

    letter-spacing: .12em;

    color: #94a3b8;

    text-transform: uppercase;

}

.about-info-value {

    font-size: 1.1rem;

    font-weight: 800;

    color: #111827;

}

/*========================
 MOBILE
=========================*/

@media(max-width:768px) {

    .tour-about {

        padding: 60px 0;

    }

    .section-title {

        font-size: 1.8rem;

    }

    .section-subtitle {

        font-size: .92rem;

        line-height: 1.8;

    }

    .about-content {

        padding-left: 0;

        margin-top: 30px;

    }

    .about-content h3 {

        padding-left: 14px;

        font-size: 1.35rem;

    }

    .about-content p {

        font-size: .93rem;

        line-height: 1.9;

    }

    .tour-about img {

        border-radius: 20px;

    }

    .about-info {

        margin-top: 40px;

    }

    .about-info-card {

        padding: 20px;

        border-radius: 18px;

    }

    .about-info-icon {

        width: 50px;

        height: 50px;

        border-radius: 15px;

        font-size: 20px;

        margin-bottom: 15px;

    }

    .about-info-value {

        font-size: 1rem;

    }

}


/* =====================================================
   HOTEL PICKUP AREA
===================================================== */

.pickup-area-section {

    position: relative;

    padding: 80px 0;

    margin: 40px 0;

    background: linear-gradient(180deg,
            #ffffff 0%,
            #fffdf8 100%);

    border: 1px solid #f3ead6;

    border-radius: 32px;

    overflow: hidden;

    box-shadow:
        0 20px 60px rgba(15, 23, 42, .05);

}

.pickup-area-section::before {

    content: "";

    position: absolute;

    top: -80px;
    right: -80px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background: rgba(244, 180, 0, .06);

}

/* =========================
   CARD
========================= */

.pickup-card {

    position: relative;

    height: 100%;

    padding: 28px;

    background: #fff;

    border: 1px solid #edf2f7;

    border-radius: 22px;

    transition: .35s;

    overflow: hidden;

}

.pickup-card:hover {

    transform: translateY(-6px);

    border-color: #f4b400;

    box-shadow:
        0 18px 45px rgba(15, 23, 42, .08);

}

.pickup-card::after {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 4px;

    background: #f4b400;

    transform: scaleX(0);

    transition: .35s;

}

.pickup-card:hover::after {

    transform: scaleX(1);

}

/* =========================
   ICON
========================= */

.pickup-icon {

    width: 58px;

    height: 58px;

    border-radius: 18px;

    background: #fff7e6;

    color: #f4b400;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 24px;

    margin-bottom: 18px;

}

/* =========================
   TEXT
========================= */

.pickup-card h5 {

    margin-bottom: 12px;

    font-size: 1.1rem;

    font-weight: 800;

    color: #111827;

}

.pickup-card p {

    margin-bottom: 18px;

    color: #64748b;

    line-height: 1.8;

    font-size: .92rem;

}

/* =========================
   BADGE
========================= */

.pickup-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 16px;

    border-radius: 999px;

    background: #ecfdf5;

    color: #16a34a;

    font-size: .75rem;

    font-weight: 700;

    letter-spacing: .04em;

}

.pickup-extra {

    background: #fff7ed;

    color: #ea580c;

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px) {

    .pickup-area-section {

        padding: 55px 0;

        margin: 24px 0;

        border-radius: 24px;

    }

    .pickup-card {

        padding: 22px;

        border-radius: 18px;

    }

    .pickup-icon {

        width: 50px;

        height: 50px;

        border-radius: 15px;

        font-size: 20px;

        margin-bottom: 15px;

    }

    .pickup-card h5 {

        font-size: 1rem;

    }

    .pickup-card p {

        font-size: .88rem;

        line-height: 1.7;

    }

    .pickup-badge {

        font-size: .72rem;

        padding: 7px 14px;

    }

}