@charset "UTF-8";

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary: #f4b400;
    --dark: #0f0f11;
    --light: #ffffff;
    --green-dark: #163A36;
}

body {
    font-family: "Inter", Arial, sans-serif;
    background-color: #FAFAF8;
    overflow-x: hidden;
}

/* =========================
       NAVBAR
    ========================== */

.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    background: rgba(255, 255, 255, .08);
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.5px;
}

.navbar-brand span {
    color: var(--primary);
}

.icon-color {
    color: var(--primary);
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 10px;
    transition: .3s;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.btn-book {
    background: var(--primary);
    color: #000;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
    border: none;
    transition: .3s;
}

.btn-book:hover {
    background: #fff;
    color: #000;
}

/* =========================
       DROPDOWN
    ========================== */

.dropdown-menu {
    border: none;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .12);
}

.dropdown-item {
    padding: 12px 14px;
    border-radius: 14px;
    transition: .2s;
}

.dropdown-item:hover {
    background: #f8f8f8;
    color: var(--primary);
}

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

.offcanvas {
    background: #111;
    color: #fff;
}

.offcanvas-header {
    padding: 25px;
}

.offcanvas-title {
    font-weight: 700;
    font-size: 1.3rem;
}

.btn-close-custom {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.8rem;
}

.mobile-nav .nav-link {
    padding: 14px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mobile-dropdown {
    padding-left: 15px;
}

.mobile-dropdown a {
    display: block;
    color: #ccc;
    text-decoration: none;
    padding: 10px 0;
    font-size: .95rem;
}

.mobile-dropdown a:hover {
    color: var(--primary);
}

/* LOGO */

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.logo-main {

    font-size: 1.45rem;

    font-weight: 800;

    color: #ffffff !important;

    letter-spacing: .5px;
}

.logo-accent {

    font-size: 1.25rem;

    font-weight: 600;

    color: #facc15;

    letter-spacing: .3px;
}

.logo-wrap::before {

    content: '';

    width: 10px;
    height: 10px;

    background: #facc15;

    border-radius: 50%;

    margin-right: 2px;
}

/* =========================
       HERO
    ========================== */

.hero-section {
    min-height: 100vh;

    padding-top: 120px;

    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        linear-gradient(rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)),
        url('../img/tours/ayung-river-rafting.webp');

    background-size: cover;
    background-position: center;
}

@media(max-width:991px) {

    .navbar-custom {
        padding: 12px 0;
        background: rgba(255, 255, 255, .08);
    }

    .hero-section {
        padding-top: 140px;
        text-align: center;
    }

    .hero-title {
        font-size: clamp(2.3rem, 10vw, 4rem);
        line-height: 1.1;
    }

    .hero-desc {
        font-size: 1rem;
        line-height: 1.7;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-info {
        justify-content: center;
    }

}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-label {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    margin-bottom: 24px;
    font-size: .9rem;
    letter-spacing: .5px;
}

.hero-title {
    font-size: clamp(2.8rem, 7vw, 6rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 25px;
}

.hero-title span {
    color: var(--primary);
}

.hero-desc {
    max-width: 650px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: var(--primary);
    color: #000;
    padding: 14px 30px;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.btn-hero-primary:hover {
    background: #fff;
    color: #000;
}

.btn-hero-secondary {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    padding: 14px 30px;
    border-radius: 60px;
    text-decoration: none;
    transition: .3s;
    backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
    background: #fff;
    color: #000;
}

/* =========================
       FLOATING INFO
    ========================== */

.hero-info {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-info-box {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 18px 22px;
    min-width: 180px;
}

.hero-info-box h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.hero-info-box p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: .9rem;
}

.popular-section {
    margin: 1rem;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.section-title {
    font-weight: 700;
    margin: 0;
}

.arrow-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #111;
    font-size: 2rem;
    transition: .3s;
}

.arrow-btn:hover {
    background: #111;
    color: #fff;
}

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

.home-card {
    text-decoration: none;
    color: #111;
    display: block;
}

.home-card:hover {
    color: #111;
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}

.card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .4s ease;
}

.home-card:hover .card-image {
    transform: scale(1.04);
}

/* Badge */

.card-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    padding: 9px 18px;
    border-radius: 34px;
    font-weight: 500;
    font-size: 1rem;
}

/* Wishlist */

.wishlist-btn {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.7rem;
    transition: .3s;
}

.wishlist-btn:hover {
    color: #111;
}

/* Content */

.card-content {
    padding-top: 20px;
}

.card-title {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.card-price {
    color: #666;
    margin-bottom: 8px;
}

.card-rating {
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-rating i {
    color: #111;
    font-size: 1rem;
}

@media(max-width:768px) {

    .card-image {}

    .card-title {}

    .section-title {}

    .arrow-btn {
        width: 34px;
        height: 34px;

    }

}

/* ===== SMALL MODERN NAVBAR ===== */
.bottom-navbar {
    position: fixed;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    max-width: 420px;
    background: rgba(255, 255, 255, 0.804);
    backdrop-filter: blur(18px);

    border-radius: 13px;
    padding: 3px 2px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.08);

    z-index: 9999;

    transition:
        transform .3s ease,
        opacity .3s ease;
}

.bottom-navbar.hide {
    transform: translate(-50%, 120%);
    opacity: 0;
}

.nav-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #9ca3af;
    transition: .3s;
}

.nav-item i {
    font-size: 20px;
    display: block;
}

.nav-item span {
    font-size: 11px;
    display: block;
    margin-top: 2px;
    font-weight: 500;
}

.nav-item.active {
    color: #111827;
}

/* ===== FLOATING WA BUTTON ===== */
.nav-item.whatsapp {
    position: relative;
    top: -16px;
}

.wa-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25D366;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto;

    border: 4px solid #fff;

    box-shadow:
        0 4px 14px rgba(37, 211, 102, .35);

    transition: .3s;
}

.wa-circle i {
    color: #fff;
    font-size: 24px;
}

.nav-item.whatsapp span {
    color: #25D366;
    font-weight: 600;
    margin-top: 4px;
}


/* TOP TOUR CARD */

.tour-card {

    background: #fff;

    border-radius: 26px;

    overflow: hidden;

    transition: .35s ease;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .05);

    height: 100%;
}

/* IMAGE */

.tour-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .5s ease;
}

/* HOVER */

.tour-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, .08);
}

.tour-card:hover img {

    transform: scale(1.05);
}

.tour-link:hover {

    color: #f59e0b;
}

/* =========================
   REVIEW SLIDER
========================= */

.reviews-section {
    background: #f8fafc;
}

.review-card {

    background: #fff;

    border-radius: 30px;

    padding: 42px;

    max-width: 760px;

    margin: auto;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .04);
}

/* STARS */

.review-stars {

    font-size: 1.2rem;

    color: #f59e0b;

    letter-spacing: 4px;

    margin-bottom: 20px;
}

/* TEXT */

.review-text {

    font-size: 1.08rem;

    line-height: 2;

    color: #64748b;

    margin-bottom: 28px;
}

/* AUTHOR */

.review-author h5 {

    font-size: 1rem;

    font-weight: 700;

    margin-bottom: 4px;
}

.review-author span {

    color: #94a3b8;
}

/* NAV */

.review-nav {

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #0f172a;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .08);
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
}

/* MOBILE */

@media(max-width:768px) {

    .review-card {
        padding: 28px;
    }

    .review-text {
        font-size: 1rem;
        line-height: 1.9;
    }

}

/* =========================
   REVIEW SOURCE
========================= */

.review-source {

    margin-top: 14px;
}

.source-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 7px 14px;

    border-radius: 50px;

    font-size: .82rem;

    font-weight: 600;
}

/* GOOGLE */

.google-badge {

    background: #f8fafc;

    color: #334155;
}

/* TRIPADVISOR */

.tripadvisor-badge {

    background: #ecfdf5;

    color: #166534;
}

/* VIATOR */

.viator-badge {

    background: #faf5ff;

    color: #7c3aed;
}

.source-badge i {

    font-size: .9rem;
}

/* REVIEW PLATFORM LOGO */

.review-source {

    margin-top: 16px;
}

.review-platform-logo {

    height: 22px;

    width: auto;

    opacity: .9;

    object-fit: contain;
}

.section-label {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 10px 18px;

    border-radius: 50px;

    background: #fff;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, .05);

    font-weight: 700;
}

.label-dot {

    width: 8px;
    height: 8px;

    background: #facc15;

    border-radius: 50%;

    box-shadow:
        0 0 12px rgba(250, 204, 21, .45);
}

/* =========================
   MODERN CTA
========================= */

.modern-cta {

    position: relative;

    overflow: hidden;

    background: #0f172a;

    border-radius: 40px;

    padding: 80px;

    color: #fff;
}

/* GLOW */

.cta-glow {

    position: absolute;

    width: 350px;

    height: 350px;

    background:
        rgba(250, 204, 21, .12);

    border-radius: 50%;

    top: -120px;

    right: -100px;

    filter: blur(50px);
}

/* LABEL */

.cta-label {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    color: #facc15;

    font-weight: 700;

    font-size: .9rem;
}

/* DOT */

.cta-label .label-dot {

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #facc15;
}

/* TITLE */

.cta-title {

    font-size: clamp(2.2rem, 5vw, 3.8rem);

    font-weight: 800;

    line-height: 1.15;

    margin-bottom: 22px;
}

/* TEXT */

.cta-text {

    color:
        rgba(255, 255, 255, .78);

    line-height: 1.9;

    max-width: 700px;
}

/* BUTTONS */

.cta-buttons {

    display: flex;

    flex-direction: column;

    gap: 16px;
}

/* PRIMARY */

.cta-btn-primary {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    background: #facc15;

    color: #000;

    text-decoration: none;

    padding: 16px 26px;

    border-radius: 60px;

    font-weight: 700;

    transition: .3s ease;
}

.cta-btn-primary:hover {

    transform: translateY(-2px);

    color: #000;
}

/* SECONDARY */

.cta-btn-secondary {

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    padding: 16px 26px;

    border-radius: 60px;

    border: 1px solid rgba(255, 255, 255, .15);

    color: #fff;

    font-weight: 600;

    transition: .3s ease;
}

.cta-btn-secondary:hover {

    background:
        rgba(255, 255, 255, .05);

    color: #fff;
}

/* MOBILE */

@media(max-width:991px) {

    .modern-cta {

        padding: 50px 30px;

        text-align: center;
    }

    .cta-buttons {

        margin-top: 35px;
    }

}

/* =========================
   BLOG FEATURE HOMEPAGE
========================= */

.homepage-blog-section {

    background: #fff;
}

.blog-feature-wrap {

    padding: 20px 0;
}

/* TITLE */

.blog-feature-title {

    font-size: clamp(2rem, 4vw, 3rem);

    font-weight: 800;

    line-height: 1.2;

    color: #0f172a;

    margin-bottom: 22px;
}

/* TEXT */

.blog-feature-text {

    font-size: 1.04rem;

    color: #64748b;

    line-height: 1.95;

    max-width: 500px;

    margin-bottom: 28px;
}

/* LINK */

.blog-inline-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    font-weight: 700;

    color: #0f172a;

    transition: .3s ease;
}

.blog-inline-link:hover {

    gap: 16px;

    color: #f59e0b;
}

/* IMAGE */

.blog-feature-image {

    display: block;

    border-radius: 28px;

    overflow: hidden;
}

.blog-feature-image img {

    width: 100%;

    height: 460px;

    object-fit: cover;

    border-radius: 28px;

    transition: .6s ease;
}

.blog-feature-image:hover img {

    transform: scale(1.04);
}

/* MOBILE */

@media(max-width:991px) {

    .blog-feature-image img {
        height: 320px;
    }

}

/* =========================
   FAQ
========================= */

.faq-section {

    background: #f8fafc;
}

.faq-wrap {

    max-width: 860px;

    margin: auto;
}

/* ITEM */

.accordion-item {

    border: none;

    margin-bottom: 18px;

    border-radius: 24px !important;

    overflow: hidden;

    background: #fff;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .04);
}

/* BUTTON */

.accordion-button {

    background: #fff;

    border: none;

    box-shadow: none !important;

    padding: 26px 30px;

    font-size: 1.05rem;

    font-weight: 700;

    color: #0f172a;
}

/* ICON */

.accordion-button::after {

    background-size: 18px;

    width: 18px;

    height: 18px;
}

/* OPEN */

.accordion-button:not(.collapsed) {

    background: #fff;

    color: #0f172a;
}

/* BODY */

.accordion-body {

    padding: 0 30px 28px;

    color: #64748b;

    line-height: 1.9;

    font-size: 1rem;
}

/* REMOVE BLUE */

.accordion-button:focus {

    box-shadow: none;
}

/* MOBILE */

@media(max-width:768px) {

    .accordion-button {

        padding: 22px 22px;
    }

    .accordion-body {

        padding: 0 22px 22px;
    }

}

/* FOOTER  */
.site-footer {

    background: #0f172a;

    color: #fff;

    padding: 90px 0 30px;

    margin-top: 100px;

    border-radius: 36px 36px 0 0;
}

/* LOGO */

.footer-brand {

    display: flex;

    align-items: center;

    gap: 14px;

    text-decoration: none;

    color: #fff;

    font-size: 1.35rem;

    font-weight: 700;

    margin-bottom: 24px;
}

.footer-logo {

    width: 42px;

    height: 42px;

    object-fit: contain;
}

/* TEXT */

.footer-text {

    color: #cbd5e1;

    line-height: 1.9;

    max-width: 360px;
}

/* TITLE */

.footer-title {

    font-size: 1rem;

    font-weight: 700;

    margin-bottom: 20px;
}

/* LINKS */

.footer-links {

    list-style: none;

    padding: 0;

    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {

    text-decoration: none;

    color: #cbd5e1;

    transition: .3s ease;
}

.footer-links a:hover {
    color: #fff;
}

/* CONTACT */

.footer-contact {

    list-style: none;

    padding: 0;

    margin: 0;
}

.footer-contact li {

    display: flex;

    gap: 12px;

    margin-bottom: 14px;

    color: #cbd5e1;
}

/* BOTTOM */

.footer-bottom {

    margin-top: 60px;

    padding-top: 25px;

    border-top:
        1px solid rgba(255, 255, 255, .08);

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;
}

.footer-bottom p {

    margin: 0;

    color: #94a3b8;
}

.footer-policy {

    display: flex;

    gap: 18px;
}

.footer-policy a {

    text-decoration: none;

    color: #94a3b8;

    font-size: .95rem;
}

.footer-policy a:hover {
    color: #fff;
}

/* MOBILE */

@media(max-width:768px) {

    .site-footer {
        padding: 70px 0 30px;
        border-radius: 28px 28px 0 0;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

}

.mobile-dropdown-toggle {
    cursor: pointer;
}

.dropdown-icon {
    transition: .3s ease;
    font-size: .9rem;
}

/* rotate icon when open */
.mobile-dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

.mobile-dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(45deg);
}