    html {
        scroll-behavior: smooth;
    }

    body {
        background: #f8fafc;
        font-family: "Plus Jakarta Sans", sans-serif;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    .deep-green {
        color: #163A36;
    }

    .deep-yellow {
        color: #facc15;
        ;
    }

    @media(max-width:768px) {
        .parallax-section {
            background-attachment: scroll;
        }
    }

    .hero,
    .blog-hero {
        padding-top: 120px;
    }

    /* HERO */
    .hero {

        height: 70vh;

        background-size: cover;

        background-position: center center;

        background-repeat: no-repeat;

        display: flex;

        align-items: end;

        padding-top: 140px;

        padding-bottom: 80px;

        color: #fff;

        border-radius: 0 0 40px 40px;

        position: relative;

        overflow: hidden;

    }

    .hero::before {

        content: '';

        position: absolute;

        inset: 0;

        background:
            linear-gradient(rgba(0, 0, 0, .45),
                rgba(0, 0, 0, .45));

    }

    .hero .container {

        position: relative;

        z-index: 2;

    }

    .hero-content {
        max-width: 700px;
    }

    .hero h1 {
        font-size: clamp(3rem, 5vw, 4rem);
        font-weight: 800;
        line-height: 1;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 1.1rem;
        line-height: 1.8;
        opacity: .95;
    }

    /* SECTION */
    .section-padding {
        padding: 21px 0;
    }

    .section-title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .section-text {
        color: #64748b;
        line-height: 1.9;
        font-size: 1.05rem;
    }

    /* GLASS INFO */
    .glass-box {
        background: rgba(255, 255, 255, .7);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 28px;
        padding: 35px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .06);
    }

    /* IMAGE */
    .image-large {
        width: 100%;
        border-radius: 30px;
        height: auto;
        object-fit: cover;
        display: block;
    }

    /* HIGHLIGHT */
    .highlight-box {
        background: #fff;
        border-radius: 25px;
        padding: 30px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    }

    .highlight-box i {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .highlight-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    /* PARALLAX SECTION */
    .parallax-section {
        height: 25vh;
        background: #0f172a;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 30px;
    }

    .parallax-section h2 {
        font-size: clamp(2rem, 5vw, 4rem);
        font-weight: 800;
    }

    /* FAQ */
    .accordion-item {
        border: none;
        border-radius: 13px !important;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
    }

    .accordion-button {
        padding: 25px;
        font-weight: 600;
        background: #fff;
    }

    .accordion-button:not(.collapsed) {
        background: #fff;
        color: #000;
        box-shadow: none;
    }

    .accordion-body {
        color: #040404;
        line-height: 1.8;
    }

    /* CTA */
    .cta-box {
        background: #0f172a;
        color: #fff;
        padding: 80px 40px;
        border-radius: 35px;
        text-align: center;
    }

    .btn-modern {
        padding: 14px 30px;
        border-radius: 50px;
        font-weight: 600;
    }

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

    .custom-navbar {

        position: fixed;
        width: 100%;
        max-width: 100%;
        top: 13px;

        left: 50%;

        transform: translateX(-50%);

        width: 92%;

        max-width: 1250px;

        z-index: 999;

        padding: 16px 28px;

        border-radius: 21px;

        background: rgba(15, 23, 42, .55);

        backdrop-filter: blur(16px);

        -webkit-backdrop-filter: blur(16px);

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

        box-shadow:
            0 10px 40px rgba(0, 0, 0, .12);

        transition: .35s ease;
    }

    .custom-navbar.nav-hidden {
        transform: translateY(-100%);
        opacity: 0;
    }

    .navbar-brand {
        font-size: 1.4rem;
        letter-spacing: .5px;
    }

    .nav-link {

        color: #ffffff;

        font-weight: 500;

        transition: .3s ease;
    }

    .nav-link:hover {

        color: #facc15 !important;
    }

    .nav-link.active {

        color: #cbd5e1 !important;
    }

    @media (max-width:991.98px) {

        .custom-navbar {
            padding-left: 13px;
            padding-right: 13px;
        }

        .navbar-toggler {
            margin-left: auto;
            margin-right: 2px;
            padding: 6px 2px;
        }

    }

    /* LOGO */

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

    .logo-main {

        font-size: 1.45rem;

        font-weight: 800;

        color: #fff;

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

    .btn-book {

        background: #facc15;

        color: #000;

        border: none;

        padding: 12px 24px;

        border-radius: 50px;

        font-weight: 700;

        transition: .3s ease;
    }

    .btn-book:hover {

        transform: translateY(-2px);

        background: #fde047;
    }

    /* MOBILE MENU */

    .offcanvas {
        border: 0;
        width: 300px;
        max-width: 85%;
        max-height: 89%;
        border: none;
        overflow: hidden;
        border-radius: 30px 0 0 30px;
    }

    .offcanvas-body {
        padding-bottom: 40px;
    }

    .offcanvas-end {
        border: 0;
        width: 300px;
        max-width: 85%;
        border: none;
        overflow: hidden;
        border-radius: 30px 0 0 30px;
    }

    .mobile-link {
        display: block;

        width: 100%;

        text-decoration: none;

        color: #0f172a;

        font-size: 1.05rem;

        font-weight: 600;

        padding: 18px 0;

        border-bottom: 1px solid #e2e8f0;
    }

    .mobile-link:hover {
        color: #000;
        padding-left: 6px;
    }

    /* ELEGANT DROPDOWN ICON */

    .navbar .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Remove Bootstrap arrow */
    .navbar .dropdown-toggle::after {
        display: none;
    }

    /* Custom minimalist arrow */
    .navbar .dropdown-toggle::before {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: .3s;
        margin-top: -3px;
        order: 2;
    }

    /* Rotate arrow when open */
    .navbar .show .dropdown-toggle::before {
        transform: rotate(225deg);
        margin-top: 3px;
    }

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

    .mobile-accordion {
        border: none !important;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 13px !important;
        overflow: hidden;
        background: #fff;
    }

    .mobile-accordion .accordion-button {
        background: #fff;
        font-weight: 600;
        box-shadow: none;
        padding: 21px 0;
    }

    .mobile-accordion .accordion-button:not(.collapsed) {

        background: #f8fafc;

        border-radius: 16px;
    }


    .mobile-accordion .accordion-body {
        padding: 0 0 15px 0;
        display: flex;
        flex-direction: column;
    }

    .mobile-accordion .accordion-body a {
        text-decoration: none;
        color: #040404;
        padding: 10px 0;
        font-size: .97rem;
        transition: .3s;
    }

    .mobile-accordion .accordion-body a:hover {
        color: #163A36;
        padding-left: 6px;
    }

    /* MOBILE DROPDOWN ICON */

    .mobile-accordion .accordion-button::after {

        background-image: none !important;

        width: 8px;
        height: 8px;

        border-right: 2px solid #0f172a;
        border-bottom: 2px solid #0f172a;

        transform: rotate(45deg);

        transition: .3s;

        margin-top: -4px;
    }

    /* Rotate when open */

    .mobile-accordion .accordion-button:not(.collapsed)::after {

        transform: rotate(225deg);

        margin-top: 4px;
    }

    /* SECTION LABEL */

    .section-label {

        display: inline-block;

        padding: 10px 18px;

        border-radius: 50px;

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

        color: #f59e0b;

        font-size: .85rem;

        font-weight: 700;

        letter-spacing: .5px;
    }

    /* INFO LIST */

    .info-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .info-item {

        display: flex;
        align-items: flex-start;
        gap: 15px;

        color: #475569;

        line-height: 1.7;
    }

    .info-item i {

        color: #facc15;

        font-size: 1.2rem;
    }

    /* TRAVEL CARD */

    .travel-card {

        background: #fff;

        padding: 30px;

        border-radius: 28px;

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

    .travel-item {

        display: flex;

        gap: 20px;

        margin-bottom: 25px;
    }

    .travel-item:last-child {
        margin-bottom: 0;
    }

    .travel-item i {

        font-size: 1.4rem;

        color: #facc15;
    }

    .travel-item h5 {

        font-weight: 700;

        margin-bottom: 6px;
    }

    .travel-item p {

        margin: 0;

        color: #64748b;
    }

    /* EXPERIENCE CARD */

    .experience-link {

        text-decoration: none;

        color: inherit;

    }

    .experience-card {

        background: #fff;

        border-radius: 24px;

        overflow: hidden;

        box-shadow:
            0 10px 35px rgba(0, 0, 0, .06);

        transition:
            all .35s ease;

        height: 100%;

    }

    .experience-card:hover {

        transform:
            translateY(-8px);

        box-shadow:
            0 20px 45px rgba(0, 0, 0, .12);

    }

    .experience-image {

        height: 240px;

        overflow: hidden;

    }

    .experience-image img {

        width: 100%;

        height: 100%;

        object-fit: cover;

        transition:
            transform .5s ease;

    }

    .experience-card:hover img {

        transform:
            scale(1.08);

    }

    .experience-content {

        padding: 24px;

    }

    .experience-badge {

        display: inline-block;

        padding:
            6px 14px;

        border-radius: 999px;

        background:
            rgba(202, 138, 4, .1);

        color:
            #ca8a04;

        font-size: 13px;

        font-weight: 600;

        margin-bottom: 14px;

    }

    .experience-content h4 {

        font-size: 1.25rem;

        font-weight: 700;

        margin-bottom: 12px;

    }

    .experience-content p {

        color: #6b7280;

        line-height: 1.7;

        margin-bottom: 20px;

    }

    .experience-action {

        display: flex;

        align-items: center;

        gap: 8px;

        font-weight: 600;

        color: #14532d;

    }

    .experience-card:hover .experience-action {

        gap: 12px;

    }

    /* TIPS */

    .tips-list {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .tip-item {

        display: flex;
        gap: 20px;
    }

    .tip-item span {

        min-width: 55px;
        height: 55px;

        border-radius: 50%;

        background: #facc15;

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

        font-weight: 700;

        color: #000;
    }

    /* NEARBY CARD */

    .nearby-card {

        background: #fff;

        border-radius: 24px;

        overflow: hidden;

        transition: .35s ease;

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

    .nearby-card:hover {

        transform: translateY(-5px);
    }

    .nearby-card img {

        width: 100%;

        height: 240px;

        object-fit: cover;
    }

    .nearby-content {

        padding: 22px;
    }

    .nearby-content h5 {

        font-weight: 700;

        margin-bottom: 10px;
    }

    .nearby-content p {

        color: #64748b;

        line-height: 1.7;

        margin: 0;
    }

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

    }

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



    .season-card {

        background: #fff;

        padding: 32px 24px;

        border-radius: 24px;

        text-align: center;

        height: 100%;

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

        transition: .3s ease;

    }

    .season-card:hover {

        transform: translateY(-4px);

    }

    .season-card i {

        font-size: 2rem;

        color: #d97706;

        margin-bottom: 16px;

    }

    .season-card h5 {

        font-weight: 700;

        margin-bottom: 10px;

    }

    .season-card p {

        color: #64748b;

        margin: 0;

    }




    .transport-card {

        background: #fff;

        border-radius: 24px;

        padding: 32px;

        height: 100%;

        text-align: center;

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

        transition: .3s ease;

    }

    .transport-card:hover {

        transform: translateY(-4px);

    }

    .transport-icon {

        width: 70px;

        height: 70px;

        margin: 0 auto 20px;

        border-radius: 20px;

        background: #f8fafc;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .transport-icon i {

        font-size: 1.8rem;

        color: #d97706;

    }

    .transport-card h5 {

        font-weight: 700;

        margin-bottom: 12px;

    }

    .transport-card p {

        color: #64748b;

        line-height: 1.8;

        margin: 0;

    }

    .hero-breadcrumb .breadcrumb {
        margin: 0;
    }

    .hero-breadcrumb .breadcrumb-item {
        font-size: .9rem;
    }

    .hero-breadcrumb .breadcrumb-item a {
        color: rgba(255, 255, 255, .85);
        text-decoration: none;
    }

    .hero-breadcrumb .breadcrumb-item.active {
        color: #facc15;
    }

    .hero-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        color: rgba(255, 255, 255, .5);
    }