html {
            scroll-behavior: smooth;
        }
        /* Custom Styles - Light Theme */
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #f8fafc; /* slate-50 */
            color: #1e293b; /* slate-800 */
        }

        .font-title {
            font-family: 'Montserrat', sans-serif;
        }
        
        /* New Brand Colors - Blue */
        .bg-brand-primary { background-color: #2563eb; } /* blue-600 */
        .text-brand-primary { color: #2563eb; }
        .border-brand-primary { border-color: #2563eb; }

/* HERO SECTION: Latar belakang dikawal oleh JavaScript */
.hero-gradient {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100svh;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: background-image 1s ease-in-out;
    /* Fallback gradient if JS fails to load hero image */
    background-image: linear-gradient(135deg, #1e3a5f 0%, #2563eb 50%, #0ea5e9 100%);
}

#utama.hero-gradient > .container {
    position: relative;
    z-index: 1;
}

header .container {
    gap: 0.75rem;
}

.site-logo-heading {
    line-height: 1;
    flex-shrink: 0;
}

.site-logo-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
}

.site-logo-image {
    display: block;
    width: auto;
    object-fit: contain;
}

.site-logo-desktop {
    height: 56px;
    max-width: min(320px, 22vw);
    transform: scale(1.18);
    transform-origin: left center;
}

.site-logo-mobile {
    height: 38px;
    max-width: calc(100vw - 178px);
    object-fit: contain;
}

.site-logo-mobile {
    display: block;
}

.site-logo-desktop {
    display: none;
}

@media (min-width: 768px) {
    .site-logo-mobile {
        display: none;
    }

    .site-logo-desktop {
        display: block;
    }
}

        /* Styling for required asterisk */
        .required-star {
            color: #dc2626; /* red-600 */
            margin-left: 2px;
        }

        /* Modal transition */
        .modal {
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .modal.hidden {
            opacity: 0;
            visibility: hidden;
        }

        .promo-popup-card {
            width: min(92vw, 1120px);
        }

        .promo-popup-card a {
            display: block;
        }

        .promo-popup-stage {
            position: relative;
            width: min(92vw, 1120px);
            aspect-ratio: 16 / 9;
            overflow: hidden;
            border-radius: 28px;
            background:
                radial-gradient(circle at top left, rgba(255, 214, 10, 0.24), transparent 28%),
                linear-gradient(135deg, #082f49 0%, #0f4c81 45%, #1da1c4 100%);
            box-shadow: 0 24px 60px rgba(2, 6, 23, 0.4);
        }

        .promo-popup-track {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .promo-popup-slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            transform: scale(1.02) translateY(16px);
            transition: opacity 0.85s ease, transform 0.85s ease;
            pointer-events: none;
            color: #fff;
            overflow: hidden;
        }

        .promo-popup-slide.active {
            opacity: 1;
            transform: scale(1) translateY(0);
            pointer-events: auto;
        }

        .promo-popup-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.28), transparent 14%),
                radial-gradient(circle at 86% 10%, rgba(255, 226, 120, 0.3), transparent 16%);
            pointer-events: none;
        }

        .promo-slide-shell {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 34px;
        }

        .promo-tag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 9px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.92);
            color: #0f3b68;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
        }

        .promo-title {
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(34px, 4.2vw, 58px);
            line-height: 0.92;
            font-weight: 900;
            letter-spacing: -0.05em;
            text-transform: uppercase;
            text-shadow: 0 8px 30px rgba(15, 23, 42, 0.32);
        }

        .promo-title .accent {
            color: #fde047;
        }

        .promo-copy {
            font-size: clamp(16px, 1.45vw, 22px);
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.92);
            max-width: 560px;
        }

        .promo-soft-copy {
            color: #475569;
            font-size: 15px;
            line-height: 1.45;
        }

        .promo-chip-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .promo-chip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(148, 163, 184, 0.3);
            color: #0f3b68;
            font-size: 13px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
        }

        .promo-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 188px;
            padding: 14px 22px;
            border-radius: 999px;
            background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%);
            color: #0f3b68;
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            font-weight: 900;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            box-shadow: 0 16px 30px rgba(245, 158, 11, 0.35);
        }

        .promo-cta-subtle {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0;
            text-transform: none;
            color: rgba(15, 59, 104, 0.85);
        }

        .promo-card {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
            border: 3px solid rgba(255, 255, 255, 0.85);
            box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
            background: #cbd5e1;
        }

        .promo-card img,
        .promo-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .promo-card-caption {
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.62);
            backdrop-filter: blur(8px);
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
        }

        .promo-float {
            animation: promoFloat 4.8s ease-in-out infinite;
        }

        .promo-float-slow {
            animation: promoFloatSlow 6.5s ease-in-out infinite;
        }

        .promo-photo {
            overflow: hidden;
            border-radius: 28px;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
        }

        .promo-photo img {
            animation: promoKenBurns 9s ease-in-out infinite alternate;
        }

        .promo-surface {
            background: rgba(255, 255, 255, 0.92);
            color: #0f172a;
            border-radius: 28px;
            border: 1px solid rgba(255, 255, 255, 0.75);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
            backdrop-filter: blur(10px);
        }

        .promo-grid-two {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 26px;
            align-items: stretch;
            height: 100%;
        }

        .promo-grid-three {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
        }

        .promo-indicators {
            position: absolute;
            left: 34px;
            right: 34px;
            bottom: 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            z-index: 4;
            pointer-events: none;
        }

        .promo-indicators-track {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .promo-indicator-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.4);
            transition: width 0.3s ease, background-color 0.3s ease;
        }

        .promo-indicator-dot.active {
            width: 30px;
            background: #fde047;
        }

        .promo-indicators-note {
            color: rgba(255, 255, 255, 0.9);
            font-size: 12px;
            font-weight: 600;
        }

        .promo-layout-one {
            display: grid;
            grid-template-columns: 1.05fr 0.95fr;
            gap: 26px;
            align-items: stretch;
            height: 100%;
            padding-bottom: 26px;
        }

        .promo-layout-one-copy,
        .promo-layout-two-copy,
        .promo-layout-three-copy {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .promo-layout-one-copy {
            justify-content: center;
            max-width: 540px;
        }

        .promo-layout-one-media {
            display: grid;
            grid-template-rows: 1.35fr 0.9fr;
            gap: 18px;
        }

        .promo-layout-one-bottom {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .promo-layout-two {
            display: grid;
            grid-template-columns: 0.9fr 1.1fr;
            gap: 22px;
            align-items: stretch;
            height: 100%;
            padding-bottom: 26px;
        }

        .promo-layout-two-stack {
            display: grid;
            grid-template-rows: auto auto 1fr;
            gap: 16px;
        }

        .promo-layout-two-board {
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            align-items: end;
        }

        .promo-mini-card {
            position: relative;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.75);
            transform-origin: center bottom;
        }

        .promo-mini-card:nth-child(1) {
            transform: rotate(-5deg);
        }

        .promo-mini-card:nth-child(2) {
            transform: translateY(-18px) rotate(2deg);
        }

        .promo-mini-card:nth-child(3) {
            transform: rotate(5deg);
        }

        .promo-mini-card-media {
            aspect-ratio: 0.84 / 1;
            overflow: hidden;
        }

        .promo-mini-card-copy {
            padding: 14px 14px 16px;
            color: #0f172a;
        }

        .promo-mini-card-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            font-weight: 800;
            color: #0f3b68;
            margin-bottom: 6px;
        }

        .promo-mini-card-text {
            font-size: 13px;
            line-height: 1.4;
            color: #475569;
        }

        .promo-sticker {
            position: absolute;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 14px;
            border-radius: 18px;
            background: #fde047;
            color: #0f3b68;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 900;
            text-transform: uppercase;
            box-shadow: 0 12px 20px rgba(15, 23, 42, 0.18);
        }

        .promo-layout-three {
            position: relative;
            height: 100%;
            padding-bottom: 26px;
        }

        .promo-layout-three-hero {
            position: absolute;
            inset: 0;
            border-radius: 28px;
            overflow: hidden;
        }

        .promo-layout-three-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(8, 47, 73, 0.86) 0%, rgba(8, 47, 73, 0.58) 32%, rgba(8, 47, 73, 0.16) 68%, rgba(8, 47, 73, 0.12) 100%),
                linear-gradient(180deg, rgba(8, 47, 73, 0.05), rgba(8, 47, 73, 0.34));
        }

        .promo-layout-three-hero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            animation: promoKenBurns 10s ease-in-out infinite alternate;
        }

        .promo-layout-three-panel {
            position: relative;
            z-index: 2;
            width: min(42%, 460px);
            height: calc(100% - 26px);
            padding: 28px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 18px;
        }

        .promo-list {
            display: grid;
            gap: 10px;
        }

        .promo-list-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #0f172a;
            font-weight: 700;
        }

        .promo-list-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #0ea5e9;
            box-shadow: 0 0 0 5px rgba(14, 165, 233, 0.16);
            flex: none;
        }

        @keyframes promoFloat {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        @keyframes promoFloatSlow {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-8px) rotate(2deg); }
        }

        @keyframes promoKenBurns {
            0% { transform: scale(1) translate3d(0, 0, 0); }
            100% { transform: scale(1.08) translate3d(-1%, -1.5%, 0); }
        }

        @media (max-width: 900px) {
            .promo-popup-stage {
                aspect-ratio: auto;
                min-height: 620px;
            }

            .promo-slide-shell {
                padding: 24px;
            }

            .promo-layout-one,
            .promo-layout-two {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .promo-layout-one-media {
                grid-template-rows: auto auto;
            }

            .promo-layout-two-board {
                grid-template-columns: 1fr;
            }

            .promo-mini-card:nth-child(1),
            .promo-mini-card:nth-child(2),
            .promo-mini-card:nth-child(3) {
                transform: none;
            }

            .promo-layout-three-panel {
                width: min(100%, 520px);
                height: auto;
            }

            .promo-indicators {
                left: 24px;
                right: 24px;
                bottom: 14px;
            }
        }

        @media (max-width: 640px) {
            .promo-popup-card {
                width: calc(100vw - 24px);
            }

            .promo-popup-stage {
                width: 100%;
                min-height: 560px;
                border-radius: 24px;
            }

            .promo-title {
                font-size: 34px;
            }

            .promo-copy {
                font-size: 15px;
            }

            .promo-card-caption {
                font-size: 13px;
            }

            .promo-indicators-note {
                display: none;
            }

            .promo-chip-row {
                gap: 8px;
            }

            .promo-chip {
                font-size: 12px;
                padding: 8px 12px;
            }
        }
        
        /* Custom scrollbar for modal content */
        .modal-content::-webkit-scrollbar {
            width: 8px;
        }
        .modal-content::-webkit-scrollbar-track {
            background: #e2e8f0; /* slate-200 */
        }
        .modal-content::-webkit-scrollbar-thumb {
            background-color: #2563eb; /* blue-600 */
            border-radius: 10px;
            border: 2px solid #e2e8f0;
        }
        
        /* Card transition for hover effect */
        .gemini-card-link {
            display: block;
            transition: box-shadow 0.3s ease;
        }
        .gemini-card-link:hover {
            box-shadow: 0 10px 20px rgba(37, 99, 235, 0.1);
        }

        .destination-image-trigger {
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
            cursor: zoom-in;
            background: #e2e8f0;
        }

        .destination-image-trigger:focus-visible {
            outline: 3px solid rgba(37, 99, 235, 0.45);
            outline-offset: -3px;
        }

        .destination-card-trigger {
            width: 100%;
            text-align: left;
            background: #fff;
            cursor: pointer;
            padding: 0;
            font: inherit;
        }

        .destination-card-trigger:focus-visible {
            outline: 3px solid rgba(37, 99, 235, 0.35);
            outline-offset: 3px;
        }

        /* Copywriting Slider Styles */
        .copywriting-slider {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 60px; /* Adjust height as needed */
        }
        .copywriting-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
            opacity: 0;
            transform: translateX(100%);
        }
        .copywriting-slide.active {
            opacity: 1;
            transform: translateX(0);
        }
         .copywriting-slide.exiting {
            transform: translateX(-100%);
        }

        /* Icon Gradient Style: Warna ditukar ke oren + kuning */
        .icon-gradient {
            background: linear-gradient(45deg, #f97316, #facc15); /* oren to kuning */
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent;
            transition: transform 0.3s ease;
        }
        .feature-icon-container:hover .icon-gradient {
            transform: scale(1.1);
        }

        /* Kelas untuk kesan teks timbul yang lebih kuat */
        .text-emboss-heavy {
            text-shadow: 
                -1.5px -1.5px 0 #000,  
                 1.5px -1.5px 0 #000,
                -1.5px  1.5px 0 #000,
                 1.5px  1.5px 0 #000,
                 2px 2px 4px rgba(0,0,0,0.5);
        }
        
        .text-shadow-soft {
             text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        }
        
        /* Kelas baru untuk tajuk utama dengan outline */
        .header-outline {
            color: #facc15; /* yellow-400 */
            text-shadow: 
                -1.5px -1.5px 0 #000,  
                 1.5px -1.5px 0 #000,
                -1.5px  1.5px 0 #000,
                 1.5px  1.5px 0 #000,
                 2px 2px 4px rgba(0,0,0,0.5);
        }

        /* === PENAMBAHBAIKAN 1: KONSISTENSI VISUAL === */
        /* Gaya Kad Kategori Pakej Dikemaskini */
        .package-category-card {
            background-color: #ffffff;
            border-radius: 0.75rem; /* 12px - sama seperti logo-card */
            /* Menggunakan bayang yang sama seperti logo-card */
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid #e2e8f0; /* Menambah border halus untuk konsistensi */
            display: flex;
            flex-direction: column;
        }
        .package-category-card:hover {
            transform: translateY(-5px);
            /* Sedikit perubahan pada bayang semasa hover */
            box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        .card-image-container {
            position: relative;
            height: 12rem; /* 192px */
            background-color: #f1f5f9; /* slate-100, sebagai latar belakang */
        }
        .card-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Menggunakan 'cover' untuk kad pakej */
        }

        .card-image-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
            padding: 1rem; /* 16px */
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }
        .card-content {
            padding: 1.5rem; /* 24px */
            flex-grow: 1;
        }
        .card-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .card-content li + li {
            margin-top: 0.75rem; /* 12px gap between items */
        }
        .card-content li {
            display: flex;
            align-items: center;
            color: #475569; /* slate-600 */
        }
        .card-content li::before {
            content: '●';
            margin-right: 0.75rem;
            font-size: 0.8rem;
        }
        .card-footer {
            padding: 0 1.5rem 1.5rem; /* 24px */
            text-align: left;
        }
        .card-link {
            font-weight: 600;
            transition: color 0.3s ease;
            cursor: pointer;
        }
        /* Custom bullet colors */
        .bullet-orange::before { color: #f97316; }
        .bullet-teal::before { color: #14b8a6; }
        .bullet-red::before { color: #ef4444; }
        .bullet-purple::before { color: #8b5cf6; }

        /* Rule for select placeholder opacity */
        select:required:invalid {
            color: #64748b; /* slate-500 for placeholder-like text */
        }
        select option {
            color: #1e293b; /* slate-800 for actual options */
        }

        /* Accordion Styles */
        .accordion-header {
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
            padding: 0 1.5rem;
        }
        .accordion-content.open {
           padding: 1.5rem;
        }
        .accordion-icon {
            transition: transform 0.3s ease;
        }
        .accordion-header.active .accordion-icon {
            transform: rotate(180deg);
        }
        /* Reset default button styles for accordion headers */
        button.accordion-header {
            background: none;
            border: none;
            font: inherit;
            color: inherit;
            outline: inherit;
        }
        button.accordion-header:focus-visible {
            outline: 2px solid #2563eb;
            outline-offset: -2px;
            border-radius: 0.5rem;
        }

        .tip-item-row {
            line-height: 1.7;
        }

        .tip-copy {
            display: inline;
        }

        .tip-inline-title {
            color: #dc2626;
            font-weight: 700;
        }

        .testimonial-dots {
            min-height: 14px;
        }

        #testimonials-slider {
            touch-action: pan-y;
            user-select: none;
            -webkit-user-select: none;
        }

        #testimonials-slider .slides-wrapper {
            will-change: transform;
        }

        #testimonials-slider .slides-wrapper.is-dragging {
            cursor: grabbing;
        }

        .testimonial-dot {
            width: 10px;
            height: 10px;
            border-radius: 9999px;
            border: none;
            background-color: #cbd5e1;
            transition: transform 0.25s ease, background-color 0.25s ease, width 0.25s ease;
            cursor: pointer;
        }

        .testimonial-dot:hover {
            background-color: #94a3b8;
        }

        .testimonial-dot.active {
            width: 26px;
            background-color: #2563eb;
        }

        .testimonial-dot:focus-visible {
            outline: 2px solid #2563eb;
            outline-offset: 2px;
        }

        @media (max-width: 640px) {
            #gemini-tips .accordion-header,
            #faq .accordion-header {
                align-items: flex-start;
                gap: 0.75rem;
                padding: 1rem;
            }

            #gemini-tips .accordion-header h4,
            #faq .accordion-header h4 {
                font-size: 1rem;
                line-height: 1.45;
                padding-right: 0.25rem;
            }

            #gemini-tips .accordion-icon,
            #faq .accordion-icon {
                flex-shrink: 0;
                margin-top: 0.2rem;
            }

            #gemini-tips .accordion-content,
            #faq .accordion-content {
                padding: 0 1rem;
            }

            #gemini-tips .accordion-content.open,
            #faq .accordion-content.open {
                padding: 1rem;
            }

            #gemini-tips .accordion-content ul,
            #faq .accordion-content ul {
                line-height: 1.7;
            }

            #gemini-tips .accordion-content li,
            #faq .accordion-content li {
                margin-bottom: 0.75rem;
            }

            #gemini-tips .tip-item-row {
                line-height: 1.8;
            }

            #gemini-tips .tip-copy,
            #faq .accordion-content p,
            #faq .accordion-content li {
                overflow-wrap: anywhere;
            }

            .testimonial-dots {
                margin-top: 1rem;
            }

            .testimonial-dot {
                width: 9px;
                height: 9px;
            }

            .testimonial-dot.active {
                width: 22px;
            }
        }

        /* Custom Flatpickr Styles for Light Theme */
        .flatpickr-day.public-holiday {
            position: relative;
        }
        .flatpickr-day.weekend {
            font-weight: bold;
            color: #2563eb; /* blue-600 */
        }
        .flatpickr-day.state-holiday {
            color: #f97316; /* orange-500 */
        }
        .flatpickr-day.national-holiday {
            color: #dc2626; /* red-600 */
        }
        .flatpickr-day.public-holiday:after {
            content: '';
        }

        .flatpickr-day.public-holiday {
            color: #dc2626 !important;
            font-weight: bold !important;
            background-color: #fef2f2 !important;
            border: 1px solid #fecaca !important;
            border-radius: 4px !important;
        }
.flatpickr-calendar {
            background: #ffffff;
            border-radius: 0.5rem;
            border: 1px solid #e2e8f0; /* slate-200 */
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .flatpickr-calendar.open {
            z-index: 100000 !important;
            opacity: 1 !important;
        }
        .flatpickr-calendar,
        .flatpickr-calendar .flatpickr-innerContainer,
        .flatpickr-calendar .flatpickr-rContainer,
        .flatpickr-calendar .dayContainer,
        .flatpickr-calendar .holiday-footnote {
            background: #ffffff;
        }
        .flatpickr-months .flatpickr-month {
            color: #1e293b; /* slate-800 */
            fill: #1e293b;
        }
        span.flatpickr-weekday {
            color: #475569; /* slate-600 */
        }
        .flatpickr-day {
            color: #334155; /* slate-700 */
        }
        .flatpickr-day:hover {
            background: #e2e8f0; /* slate-200 */
        }
        .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
            background: #2563eb; /* blue-600 */
            border-color: #2563eb;
            color: #ffffff;
        }
        .flatpickr-day.inRange {
            background: rgba(37, 99, 235, 0.1);
            border-color: transparent;
            box-shadow: -5px 0 0 rgba(37, 99, 235, 0.1), 5px 0 0 rgba(37, 99, 235, 0.1);
        }
        
        /* Holiday footnote style */
        .holiday-footnote {
            max-height: 120px;
            overflow-y: auto;
            padding: 0.75rem;
            border-top: 1px solid #e2e8f0; /* slate-200 */
        }
        .holiday-footnote::-webkit-scrollbar {
            width: 5px;
        }
        .holiday-footnote::-webkit-scrollbar-track {
            background: #f1f5f9; /* slate-100 */
        }
        .holiday-footnote::-webkit-scrollbar-thumb {
            background-color: #94a3b8; /* slate-400 */
            border-radius: 10px;
        }

        /* Gaya untuk Galeri Gambar dalam Modal */
        .gallery-thumbnail {
            transition: border-color 0.2s ease, transform 0.2s ease;
        }
        .gallery-thumbnail:hover {
            transform: scale(1.05);
        }
        .gallery-thumbnail.active {
            border-color: #2563eb; /* blue-600 */
            box-shadow: 0 0 0 2px #2563eb;
        }

        /* Gaya untuk seksyen "Bagaimana Ia Berfungsi" */
        .process-step {
            text-align: center;
            position: relative;
        }
        .process-step-icon {
            width: 5rem;
            height: 5rem;
            background-color: #ffffff;
            border: 4px solid #2563eb;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        }
        
        /* Gaya untuk Galeri Kenangan */
        .gallery-tab {
            padding: 0.5rem 1rem;
            font-weight: 700;
            border-radius: 9999px;
            transition: background-color 0.3s ease, color 0.3s ease;
            text-transform: uppercase;
        }
        .gallery-tab.active {
            background-color: #2563eb; /* bg-brand-primary */
            color: white;
        }
        .gallery-tab:not(.active) {
            background-color: #e2e8f0; /* bg-slate-200 */
            color: #334155; /* text-slate-700 */
        }
        .gallery-tab:not(.active):hover {
            background-color: #cbd5e1; /* hover:bg-slate-300 */
        }
        .gallery-item {
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
        .gallery-item.hidden {
            transform: scale(0.9);
            opacity: 0;
            width: 0;
            height: 0;
            padding: 0;
            margin: 0;
            overflow: hidden;
        }

        /* Gaya untuk Lencana Promosi */
        .promo-badge {
            position: absolute;
            top: 12px;
            right: -20px;
            background: linear-gradient(45deg, #f59e0b, #ef4444); /* amber-500 to red-500 */
            color: white;
            padding: 6px 24px;
            font-size: 0.875rem; /* 14px */
            font-weight: 700;
            text-transform: uppercase;
            transform: rotate(45deg);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            z-index: 10;
        }

        /* Gaya untuk Slider Acara */
        .event-slider-container {
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            width: 100%;
            padding: 0.25rem 0 1.25rem;
        }
        .event-slider-track {
            display: inline-flex;
            animation: scroll 160s linear infinite;
            will-change: transform;
        }
        .event-slider-container:hover .event-slider-track {
            animation-play-state: paused !important;
        }
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .event-slide-group {
            display: inline-flex;
            flex: 0 0 auto;
            gap: 1.5rem;
            padding-right: 1.5rem;
        }
        .event-grid {
            width: min(1100px, calc(100% - 2rem));
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            align-items: stretch;
        }
        .event-grid .event-card-wrapper {
            width: 100%;
        }
        .event-card-wrapper {
            flex-shrink: 0;
            width: 280px;
            height: 330px;
        }
        .event-card-wrapper .gemini-card-link {
            display: block;
            height: 100%;
        }
        .event-card {
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .event-card > .relative,
        .event-poster-shell {
            flex: 0 0 150px;
        }
        .event-poster-shell {
            position: relative;
            min-height: 150px;
            overflow: hidden;
            background: #0f172a;
        }
        .event-poster-image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.02);
            filter: brightness(1.08) saturate(1.04) contrast(1.01);
        }
        .event-poster-image--contain {
            object-fit: cover;
        }
        .event-poster-vignette {
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.1) 38%, rgba(15, 23, 42, 0.58) 100%),
                linear-gradient(90deg, rgba(15, 23, 42, 0.16) 0%, rgba(15, 23, 42, 0.04) 58%, rgba(15, 23, 42, 0.1) 100%);
            z-index: 2;
        }
        .event-poster-copy {
            position: absolute;
            left: 0.8rem;
            right: 0.8rem;
            bottom: 0.8rem;
            z-index: 4;
            display: flex;
            flex-direction: column;
            gap: 0;
            min-width: 0;
        }
        .event-poster-title {
            margin: 0;
            color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.94rem;
            font-weight: 900;
            line-height: 1.08;
            letter-spacing: 0;
            white-space: normal;
            overflow: visible;
            overflow-wrap: break-word;
            text-wrap: balance;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
        }
        .event-card .p-6 {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
            min-height: 0;
            padding: 0.9rem 1rem;
        }
        .event-card-title {
            display: block;
            overflow: visible;
            font-size: 0.98rem;
            line-height: 1.28;
            margin: 0;
            letter-spacing: 0;
            overflow-wrap: break-word;
            text-wrap: balance;
        }
        .event-card-desc {
            display: block;
            overflow: visible;
            font-size: 0.82rem;
            line-height: 1.36;
            margin: 0;
            white-space: normal;
            overflow-wrap: break-word;
        }
        @media (max-width: 767px) {
            .event-slide-group {
                gap: 1rem;
                padding-right: 1rem;
            }
            .event-card-wrapper {
                width: 255px;
                height: 320px;
            }
            .event-card > .relative,
            .event-poster-shell {
                flex-basis: 142px;
                min-height: 142px;
            }
            .event-card .p-6 {
                padding: 0.82rem 0.9rem;
                gap: 0.45rem;
            }
            .event-card-title {
                font-size: 0.94rem;
                line-height: 1.26;
            }
            .event-card-desc {
                font-size: 0.78rem;
                line-height: 1.34;
            }
        }
        @media (max-width: 430px) {
            .event-card-wrapper {
                width: 245px;
                height: 316px;
            }
            .event-card > .relative,
            .event-poster-shell {
                flex-basis: 138px;
                min-height: 138px;
            }
            .event-card .p-6 {
                padding: 0.78rem 0.85rem;
            }
            .event-poster-title {
                font-size: 0.86rem;
                line-height: 1.08;
            }
            .event-card-title {
                font-size: 0.9rem;
            }
            .event-card-desc {
                font-size: 0.74rem;
            }
        }
        .event-date-badge {
            position: absolute;
            top: 0.65rem;
            left: 0.65rem;
            background-color: rgba(37, 99, 235, 0.9);
            color: white;
            border-radius: 0.375rem;
            padding: 0.13rem 0.34rem;
            text-align: center;
            line-height: 1;
            z-index: 10;
            border: 2px solid white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .event-date-badge .day {
            font-size: 0.86rem;
            font-weight: 900;
            font-family: 'Montserrat', sans-serif;
        }
        .event-date-badge .month {
            font-size: 0.52rem;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        /* Gaya untuk Galeri Kenangan Slider */
        .gallery-slider-container {
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .gallery-slider-container:hover .gallery-slider-track {
            animation-play-state: paused;
        }
        .gallery-slider-track {
            display: inline-block;
            /* Perlahan gerakan slider galeri supaya lebih selesa ditonton */
            animation: galleryScroll 160s linear infinite;
        }
        @keyframes galleryScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .gallery-slide-group {
            display: inline-flex;
            gap: 2rem; /* 32px */
            padding-right: 2rem;
        }
        .gallery-card-wrapper {
            flex-shrink: 0;
            width: 280px; /* Ukuran kad untuk galeri */
        }
        .gallery-card-wrapper img {
            height: 180px;
            object-fit: cover;
            cursor: pointer; /* Menambah kursor penunjuk untuk klik */
        }
        .gallery-card-wrapper .p-4 {
             min-height: 0;
        }
        /* Paparkan kapsyen galeri sepenuhnya supaya ayat tidak tergantung */
        .gallery-description {
            display: block;
            -webkit-line-clamp: unset;
            line-clamp: unset;
            -webkit-box-orient: initial;
            overflow: visible;
            text-overflow: clip;
            white-space: normal;
            line-height: 1.55;
        }

        /* Gaya untuk butang navigasi galeri pop-up */
        .gallery-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 1rem;
            font-size: 1.5rem;
            border-radius: 9999px;
            cursor: pointer;
            z-index: 60;
            transition: background-color 0.3s ease;
        }
        .gallery-nav-btn:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        .gallery-nav-left {
            left: 2rem;
        }
        .gallery-nav-right {
            right: 2rem;
        }
        
        /* New Styles for Food Slider */
        .food-slider-container {
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .food-slider-container:hover .food-slider-track {
            animation-play-state: paused;
        }
        .food-slider-track {
            display: inline-block;
            /* Perlahan gerakan slider makanan supaya lebih selesa ditonton */
            animation: foodScroll 160s linear infinite;
        }
        @keyframes foodScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .food-slide-group {
            display: inline-flex;
            gap: 2rem; /* 32px */
            padding-right: 2rem;
        }
        .food-card-wrapper {
            flex-shrink: 0;
            width: 280px;
        }

        /* Gaya baharu untuk butang navigasi pop-up makanan */
        .food-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.4);
            color: white;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            font-size: 1.25rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
            z-index: 10;
        }
        .food-nav-btn:hover {
            background-color: rgba(0, 0, 0, 0.7);
        }
        .food-nav-left {
            left: -50px;
        }
        .food-nav-right {
            right: -50px;
        }

        /* New Styles for Contact Dropdown */
        .icon-email-interactive i {
            color: #4b5563; /* gray-600 */
            transition: color 0.3s ease;
        }
        .icon-email-interactive:hover i {
            color: #1e40af; /* blue-800 */
        }

        .icon-whatsapp-interactive i {
            color: #16a34a; /* green-600 */
            transition: color 0.3s ease;
        }
        .icon-whatsapp-interactive:hover i {
            color: #15803d; /* green-700 */
        }

        .icon-phone-interactive i {
            color: #2563eb; /* blue-600 */
            transition: color 0.3s ease;
        }
        .icon-phone-interactive:hover i {
            color: #1d4ed8; /* blue-700 */
        }

        .contact-icon-link {
            transition: transform 0.2s ease-in-out;
        }
        .contact-icon-link:hover {
            transform: scale(1.15);
        }

        #header-contact-dropdown {
            transition: opacity 0.2s ease-out, transform 0.2s ease-out;
            transform-origin: top center;
        }
        #header-contact-dropdown.hidden {
            opacity: 0;
            transform: scale(0.95) translateY(-10px);
            pointer-events: none;
        }
        .card-image-container.unavailable {
            filter: grayscale(80%);
        }

        /* === PEMBETULAN SLIDER LOGO === */
        /* Gaya Karusel Logo (Rakan Kerjasama) - Dibaiki */
        .logo-slider-container {
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .logo-slider-container:hover .logo-slider-track {
            animation-play-state: paused;
        }
        .logo-slider-track {
            display: inline-block;
            animation: logoScroll 40s linear infinite;
        }
        @keyframes logoScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .logo-slide-group {
            display: inline-flex;
            align-items: center;
            gap: 2rem;
            padding-right: 2rem;
        }
        .logo-card {
            flex-shrink: 0;
            width: 20rem;
            height: 12rem;
            background-color: #ffffff;
            border-radius: 0.75rem;
            /* Bayang-bayang diubahsuai untuk kesan timbul yang lebih kuat */
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
            /* Transisi ditambah untuk kesan hover yang lancar */
            transition: all 0.3s ease-in-out;
        }

        .logo-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 640px) {
            .logo-card {
                width: 12rem;
                height: 8rem; 
            }
            .logo-slide-group {
                gap: 1.5rem;
                padding-right: 1.5rem;
            }
        }

    
/* Hover effect: kuning + outline + lift */
nav a:hover{
  color:#000;
  text-shadow:0 0 6px rgba(0,0,0,0.45);
  transform:translateY(-2px);
}

/* Pulse animation for CTA */
@keyframes pulse-btn{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.06)}
}
.pulse{
  animation:pulse-btn 1.5s ease-in-out infinite;
}

/* Enable smooth scroll globally */
html{scroll-behavior:smooth;}

/* Responsive HERO background sizing */
@media (max-width: 767px) {
  #utama.hero-gradient {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 84svh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #utama.hero-gradient {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height: 82svh;
  }
}

/* Mobile hero: keep the background visible and the header readable */
@media (max-width: 640px) {
  header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #utama.hero-gradient {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    min-height: 84svh;
  }

  header .container {
    gap: 0.5rem;
  }

  .site-logo-mobile {
    height: 31px;
    max-width: calc(100vw - 178px);
  }

  #language-switcher-mobile {
    gap: 0.12rem;
    padding: 0.14rem;
  }

  #language-switcher-mobile [data-lang-option] {
    min-width: 2.1rem;
    padding: 0.34rem 0.48rem;
    font-size: 0.72rem;
    line-height: 1;
  }

  #mobile-menu-button {
    flex-shrink: 0;
    font-size: 1.4rem;
    padding: 0.05rem 0.18rem;
  }

  #utama .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #utama .flex-grow {
    padding-bottom: 0.5rem !important;
  }

  #utama h2 {
    font-size: clamp(1.9rem, 8.2vw, 3rem);
  }

  #utama .flex-grow > p {
    font-size: clamp(0.95rem, 4.1vw, 1.1rem);
    max-width: 34rem;
  }

  #utama .grid {
    gap: 0.75rem;
  }

  #utama .hero-feature-panel {
    padding-bottom: 1rem !important;
  }

  #utama .hero-feature-grid {
    background: linear-gradient(to top, rgba(6, 18, 32, 0.78), rgba(6, 18, 32, 0.18));
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 1rem 0.85rem 1.15rem;
    align-items: start;
  }

  #utama .feature-icon-container h4 {
    font-size: 0.96rem;
  }

  #utama .feature-icon-container p {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  #utama .feature-icon-container i {
    font-size: 2.15rem !important;
    margin-bottom: 0.45rem !important;
  }
}

@media (max-width: 430px) {
  .site-logo-mobile {
    height: 33px;
    max-width: calc(100vw - 166px);
  }

  #language-switcher-mobile [data-lang-option] {
    min-width: 1.95rem;
    padding: 0.32rem 0.42rem;
    font-size: 0.68rem;
  }

  #mobile-menu-button {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-logo-desktop {
    height: 38px;
    max-width: 240px;
    transform: none;
  }
}

/* Hide CTA when mobile menu is open */
body.menu-open #cta-wrapper{
  display:none !important;
}
/* Hide CTA floating button whenever ANY modal is visible */
.modal:not(.hidden) ~ #cta-wrapper{
  display:none!important;
}

/* Ensure flatpickr inputs fill width consistently */
.flatpickr-input, .flatpickr-mobile{
  width:100%!important;
}

/* Hide CTA when any form/modal is open */
body.form-open #cta-wrapper{
  display:none !important;
}

/* Mobile modal scroll fix */
@media (max-width:640px){
  #cta-wrapper{
    left: 0;
    right: 0;
    bottom: 14px;
    justify-content: center;
  }

  #cta-mobile{
    width: fit-content;
    max-width: min(62vw, 260px);
    padding: 0.62rem 0.82rem;
    gap: 0.32rem;
    font-size: 0.88rem;
  }

  #cta-mobile .cta-mobile-label{
    white-space: nowrap;
  }

  #pertanyaan-modal .relative,
  #maklumbalas-modal .relative{
    max-height:80vh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
}


/* Offset anchor jump for fixed header (64px) */
[id$="-form"]{
  scroll-margin-top: 80px;
}

/* =========================================================
   Calendar Styling Consistency (Homestay & Van Sewa)
   ========================================================= */
.flatpickr-calendar {
  font-family: 'Inter', sans-serif;
}
.flatpickr-calendar .flatpickr-current-month {
  font-size: 1.125rem;
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-weekdays {
  background: #f8fafc;
  font-weight: 600;
  letter-spacing: .02em;
}
.flatpickr-calendar .flatpickr-weekday {
  color: #64748b;
}
.flatpickr-calendar .flatpickr-day.weekend,
.flatpickr-calendar .flatpickr-day.today {
  color: #2563eb; /* brand-primary */
}
.flatpickr-calendar .flatpickr-day.holiday {
  background: #fee2e2;
  color: #b91c1c;
}
.flatpickr-calendar .holiday-footnote {
  padding: .75rem 1rem;
  border-top: 1px solid #e2e8f0;
}
.flatpickr-calendar .holiday-footnote h4 {
  color: #1d4ed8;
  font-weight: 700;
  margin-bottom: .5rem;
}

/* =========================================================
   Quotation Form Package Cards
   ========================================================= */
#quotation-modal .quotation-package-card {
  position: relative;
  min-height: 100%;
  border-color: #dbeafe;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

#quotation-modal .quotation-package-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

#quotation-modal .quotation-package-card.is-selected {
  border-color: #2563eb;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 68%);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.16);
}

#quotation-modal .quotation-package-heading {
  cursor: pointer;
  line-height: 1.25;
}

#quotation-modal .quotation-package-toggle {
  flex: 0 0 auto;
}

#quotation-modal .quotation-package-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: .5rem;
  background: #e0f2fe;
  color: #0369a1;
  box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.18);
}

#quotation-modal .quotation-package-card.is-selected .quotation-package-icon {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

#quotation-modal .quotation-package-fields {
  transition: opacity .2s ease;
}

#quotation-modal .quotation-date-alt,
#quotation-modal #quotation-redang-children,
#quotation-modal #quotation-homestay-units {
  min-height: 2.75rem;
}

#quotation-modal #quotation-redang-children::placeholder,
#quotation-modal .quotation-date-alt::placeholder {
  color: #94a3b8;
  opacity: 1;
}

#quotation-modal .quotation-date-alt:disabled,
#quotation-modal .quotation-package-fields input:disabled,
#quotation-modal .quotation-package-fields select:disabled {
  cursor: not-allowed;
  background-color: #f8fafc;
  color: #94a3b8;
}

.flatpickr-calendar.quotation-flatpickr {
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
}

.flatpickr-calendar.quotation-flatpickr .flatpickr-day {
  height: 34px;
  line-height: 34px;
  max-width: 34px;
}

.flatpickr-calendar.quotation-flatpickr .dayContainer {
  min-width: 238px;
  max-width: 238px;
}

.flatpickr-calendar.quotation-flatpickr .flatpickr-days {
  width: 238px;
}

.flatpickr-calendar.quotation-flatpickr .holiday-footnote {
  max-height: 96px;
  padding: .65rem .9rem;
}

.flatpickr-calendar.quotation-flatpickr .holiday-footnote h4 {
  font-size: .82rem;
}

.flatpickr-calendar.quotation-flatpickr .holiday-footnote li {
  font-size: .78rem;
  line-height: 1.35;
}

@media (max-width: 640px) {
  #quotation-modal .quotation-package-card {
    padding: 1rem;
  }

  #quotation-modal .quotation-package-icon {
    width: 2rem;
    height: 2rem;
  }
}


/* === Tablet Hero No-Crop (strong override) === */
@media (min-width: 768px) and (max-width: 1180px) {
  #utama.hero-gradient,
  .hero-gradient {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    height: auto !important;
    min-height: 88svh !important;
    aspect-ratio: auto;
  }
  /* If gradient overlays use pseudo-elements, keep sizing consistent */
  #utama.hero-gradient::before,
  #utama.hero-gradient::after,
  .hero-gradient::before,
  .hero-gradient::after {
    background-size: inherit !important;
    background-position: inherit !important;
    background-repeat: inherit !important;
  }
}

/* EN promo popup: comic-style animated slides */
#promo-popup .promo-popup-stage {
  position: relative;
  width: min(92vw, 1080px);
  height: min(74vh, 590px);
  max-height: calc(100vh - 88px);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #0b4f7c 0%, #0f7bb4 45%, #22c7df 100%);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.4);
}

#promo-popup .promo-popup-track {
  position: relative;
  width: 100%;
  height: 100%;
}

#promo-popup .promo-popup-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(24px) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

#promo-popup .promo-popup-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

#promo-popup .promo-slide-shell {
  width: 100%;
  height: 100%;
  padding: 18px 18px 48px;
}

#promo-popup .promo-scene {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  position: relative;
}

#promo-popup .promo-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.22), transparent 12%),
    radial-gradient(circle at 82% 20%, rgba(255, 230, 109, 0.18), transparent 14%),
    radial-gradient(circle at 72% 82%, rgba(255, 255, 255, 0.14), transparent 14%);
  pointer-events: none;
}

#promo-popup .promo-scene--redang {
  background:
    linear-gradient(135deg, rgba(7, 50, 86, 0.95) 0%, rgba(8, 86, 140, 0.82) 44%, rgba(18, 175, 203, 0.7) 100%),
    radial-gradient(circle at top left, rgba(255, 224, 104, 0.22), transparent 18%);
}

#promo-popup .promo-scene--homestay {
  background:
    linear-gradient(135deg, rgba(111, 50, 46, 0.92) 0%, rgba(208, 104, 82, 0.8) 48%, rgba(255, 203, 149, 0.72) 100%);
}

#promo-popup .promo-scene--van {
  background:
    linear-gradient(135deg, rgba(12, 35, 74, 0.96) 0%, rgba(11, 95, 115, 0.84) 50%, rgba(57, 189, 163, 0.74) 100%);
}

#promo-popup .promo-scene-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 18px;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

#promo-popup .promo-scene-shell--reverse {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

#promo-popup .promo-story-board {
  min-width: 0;
  border-radius: 30px;
  padding: 24px 24px 22px;
  border: 4px solid #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

#promo-popup .promo-story-board::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px dashed rgba(15, 23, 42, 0.12);
  pointer-events: none;
}

#promo-popup .promo-story-board--light {
  background: rgba(255, 255, 255, 0.95);
}

#promo-popup .promo-story-board--warm {
  background: rgba(255, 248, 240, 0.95);
}

#promo-popup .promo-story-board--dark {
  background: rgba(7, 32, 60, 0.9);
  border-color: rgba(255, 255, 255, 0.92);
}

#promo-popup .promo-kicker {
  align-self: flex-start;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f4b87;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

#promo-popup .promo-headline {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0f3b68;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

#promo-popup .promo-headline--light {
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.28);
}

#promo-popup .promo-headline-accent {
  color: #fde047;
}

#promo-popup .promo-body,
#promo-popup .promo-quote,
#promo-popup .promo-comic-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.48;
}

#promo-popup .promo-body--light,
#promo-popup .promo-quote--light {
  color: rgba(255, 255, 255, 0.92);
}

#promo-popup .promo-bubbles {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#promo-popup .promo-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f3b68;
  border: 2px solid #93c5fd;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

#promo-popup .promo-bubble--dark {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

#promo-popup .promo-quote {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(148, 163, 184, 0.12);
  font-weight: 600;
}

#promo-popup .promo-quote--light {
  background: rgba(255, 255, 255, 0.12);
}

#promo-popup .promo-action-pill {
  align-self: flex-start;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fde047 0%, #f59e0b 100%);
  color: #0f3b68;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.35);
}

#promo-popup .promo-action-pill--dark {
  color: #082f49;
}

#promo-popup .promo-frame-stack {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 16px;
  height: 100%;
}

#promo-popup .promo-photo-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#promo-popup .promo-photo-card,
#promo-popup .promo-comic-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
}

#promo-popup .promo-photo-card {
  background: #cbd5e1;
}

#promo-popup .promo-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#promo-popup .promo-photo-card--main {
  min-height: 0;
}

#promo-popup .promo-photo-chip {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(8px);
}

#promo-popup .promo-starburst {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 92px;
  padding: 16px;
  background: #fde047;
  color: #0f3b68;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  clip-path: polygon(50% 0%, 62% 18%, 82% 8%, 76% 30%, 100% 34%, 82% 50%, 100% 66%, 76% 70%, 82% 92%, 62% 82%, 50% 100%, 38% 82%, 18% 92%, 24% 70%, 0% 66%, 18% 50%, 0% 34%, 24% 30%, 18% 8%, 38% 18%);
}

#promo-popup .promo-starburst--teal {
  background: #67e8f9;
}

#promo-popup .promo-comic-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

#promo-popup .promo-comic-card--warm {
  background: rgba(255, 246, 237, 0.96);
}

#promo-popup .promo-comic-card--dark {
  background: rgba(8, 47, 73, 0.9);
  color: #ffffff;
}

#promo-popup .promo-comic-card-label {
  color: #0f4b87;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#promo-popup .promo-comic-card--dark .promo-comic-card-label {
  color: #fde047;
}

#promo-popup .promo-comic-card-title {
  margin: 0;
  color: #0f172a;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.03;
}

#promo-popup .promo-comic-card--dark .promo-comic-card-title,
#promo-popup .promo-comic-card--dark .promo-comic-card-text {
  color: #ffffff;
}

#promo-popup .promo-float {
  animation: promoFloat 4.4s ease-in-out infinite;
}

#promo-popup .promo-float-slow {
  animation: promoFloatSlow 6s ease-in-out infinite;
}

#promo-popup .promo-indicators {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
  z-index: 4;
}

#promo-popup .promo-indicators-track {
  display: flex;
  align-items: center;
  gap: 8px;
}

#promo-popup .promo-indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.3s ease, background-color 0.3s ease;
}

#promo-popup .promo-indicator-dot.active {
  width: 28px;
  background: #fde047;
}

#promo-popup .promo-indicators-note {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

@keyframes promoFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes promoFloatSlow {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(1.5deg); }
}

@media (max-width: 1024px) {
  #promo-popup .promo-popup-stage {
    width: min(94vw, 980px);
    height: min(72vh, 560px);
  }

  #promo-popup .promo-headline {
    font-size: clamp(30px, 3.4vw, 46px);
  }

  #promo-popup .promo-body,
  #promo-popup .promo-quote,
  #promo-popup .promo-comic-card-text {
    font-size: 15px;
  }
}

@media (max-width: 860px) {
  #promo-popup .promo-popup-stage {
    width: min(95vw, 760px);
    height: min(78vh, 680px);
  }

  #promo-popup .promo-scene-shell,
  #promo-popup .promo-scene-shell--reverse {
    grid-template-columns: 1fr;
  }

  #promo-popup .promo-frame-stack {
    grid-template-rows: minmax(0, 250px) minmax(0, 1fr);
  }

  #promo-popup .promo-headline {
    font-size: clamp(28px, 6vw, 40px);
  }

  #promo-popup .promo-indicators {
    bottom: 10px;
  }
}

@media (max-width: 640px) {
  #promo-popup .promo-popup-stage {
    width: calc(100vw - 24px);
    height: min(78vh, 620px);
    border-radius: 24px;
  }

  #promo-popup .promo-slide-shell {
    padding: 14px 14px 42px;
  }

  #promo-popup .promo-story-board {
    padding: 18px 18px 16px;
    border-radius: 24px;
  }

  #promo-popup .promo-photo-card,
  #promo-popup .promo-comic-card {
    border-radius: 18px;
  }

  #promo-popup .promo-photo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  #promo-popup .promo-kicker,
  #promo-popup .promo-bubble,
  #promo-popup .promo-photo-chip {
    font-size: 11px;
  }

  #promo-popup .promo-indicators-note {
    display: none;
  }
}

#promo-popup {
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
}

#promo-popup .promo-popup-card {
  width: fit-content;
  max-width: 1040px;
}

#promo-popup [data-open-promo-package] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  border-radius: 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

#promo-popup #promo-popup-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92vw, 980px);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.28);
}

#promo-popup [data-close-promo-popup] {
  top: -10px;
  right: -10px;
  margin: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  line-height: 1;
}

@media (max-width: 640px) {
  #promo-popup {
    padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  }

  #promo-popup .promo-popup-card {
    width: min(calc(100vw - 20px), 540px);
  }

  #promo-popup [data-open-promo-package] {
    display: flex;
    width: 100%;
  }

  #promo-popup #promo-popup-img {
    width: 100%;
    max-width: 100%;
    max-height: min(74vh, 78svh);
    border-radius: 18px;
  }

  #promo-popup [data-close-promo-popup] {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}
