/* Font Utility Classes */
.font-serif {
  font-family: 'Playfair Display', Georgia, Cambria, 'Times New Roman', Times, serif !important;
}
.font-headline {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.font-body {
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

/* Hero Dark Contrast & Cinematic Background Overlays (Perfect Visibility & Legibility Balance) */
.hero-image-darkened {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.02) !important;
  filter: brightness(0.82) contrast(1.06) saturate(1.12) !important;
}

.hero-overlay-tint {
  position: absolute !important;
  inset: 0 !important;
  background-color: rgba(0, 10, 15, 0.18) !important;
  pointer-events: none !important;
}

.hero-overlay-gradient {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0, 20, 24, 0.38) 0%, rgba(0, 15, 18, 0.10) 45%, rgba(0, 12, 15, 0.60) 100%) !important;
  pointer-events: none !important;
}

.hero-overlay-vignette {
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 8, 10, 0.30) 100%) !important;
  pointer-events: none !important;
}

/* =========================================================================
   LUXURY FOOTER STYLES (Guaranteed 100% High Contrast & Rich Colors)
   ========================================================================= */
.site-prefooter-banner {
  background: linear-gradient(135deg, #00181C 0%, #002C32 50%, #001F24 100%) !important;
  color: #FFFFFF !important;
  border-top: 1px solid rgba(201, 169, 97, 0.35) !important;
  position: relative !important;
}

.site-main-footer {
  background-color: #001417 !important;
  color: #E2E8F0 !important;
  border-top: 1px solid rgba(201, 169, 97, 0.25) !important;
  position: relative !important;
}

.site-footer-bottom {
  background-color: #000B0D !important;
  color: #94A3B8 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-heading {
  color: #E8D4A0 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 0.8125rem !important;
  margin-bottom: 0.875rem !important;
  display: block !important;
}

.footer-link {
  color: #CBD5E1 !important;
  transition: all 0.2s ease !important;
  font-size: 0.875rem !important;
  text-decoration: none !important;
  display: inline-block !important;
}
.footer-link:hover {
  color: #FFFFFF !important;
  transform: translateX(3px) !important;
}

.footer-license-box {
  background: rgba(0, 44, 50, 0.75) !important;
  border: 1px solid rgba(201, 169, 97, 0.35) !important;
  border-radius: 0.75rem !important;
  padding: 0.875rem 1rem !important;
}

.footer-social-btn {
  background-color: #00282E !important;
  border: 1px solid rgba(201, 169, 97, 0.25) !important;
  color: #E8D4A0 !important;
  transition: all 0.2s ease !important;
}
.footer-social-btn:hover {
  background-color: #C9A961 !important;
  color: #001417 !important;
  border-color: #C9A961 !important;
  transform: translateY(-2px) !important;
}

.footer-payment-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.3rem 0.65rem !important;
  border-radius: 0.375rem !important;
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  line-height: 1 !important;
}

.badge-qris {
  color: #D81D26 !important;
}

.badge-bca {
  color: #005BAC !important;
}

.badge-mandiri {
  color: #002D62 !important;
}

.badge-bni {
  color: #F15A24 !important;
}

.badge-wise {
  color: #163300 !important;
  background-color: #9FE870 !important;
}

.sunset-gold-gradient {
  background: linear-gradient(135deg, #FB923C 0%, #FDE047 50%, #F97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.sunset-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  background-color: rgba(67, 20, 7, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(249, 115, 22, 0.45);
  box-shadow: 0 10px 25px -5px rgba(249, 115, 22, 0.2);
}

/* Custom Scrollbar for a Premium Vibe */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f6f3f2;
}
::-webkit-scrollbar-thumb {
  background: #bfc8ca;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00444c;
}

/* Scroll Reveal Animations */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }
.delay-400 { transition-delay: 400ms; }

.snap-carousel {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.snap-carousel::-webkit-scrollbar {
  display: none;
}
.snap-carousel > * {
  scroll-snap-align: start;
}

@view-transition {
  navigation: auto;
}

::selection {
  background-color: #fd5f26;
  color: #ffffff;
}
::-moz-selection {
  background-color: #fd5f26;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: visible;
}

/* Utilities missing from app.css (Tailwind build issue on Windows) */

/* Opacity */
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }

/* Z-index */
.z-50 { z-index: 50; }

/* Transforms */
.-translate-y-full { transform: translateY(-100%); }
.translate-x-full { transform: translateX(100%); }

/* Shadows */
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }

/* Width */
.max-w-sm { max-width: 24rem; }
.w-\[500px\] { width: 500px; }

/* Hover/active state utilities */
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.hover\:opacity-80:hover { opacity: 0.8; }
.active\:translate-y-0:active { transform: translateY(0); }
.active\:scale-\[0\.97\]:active { transform: scale(0.97); }

/* Form state variants (Tailwind build misses these on Windows) */
input:focus, select:focus, button:focus { outline: 2px solid transparent; outline-offset: 2px; }

.hover\:bg-primary\/90:hover { background-color: rgba(0, 44, 50, 0.9); }

/* Navbar */
.navbar-blur {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.navbar-container {
    max-width: 1536px;
}

.text-primary\/70 { color: rgba(0, 44, 50, 0.7); }
.bg-primary\/5 { background-color: rgba(0, 44, 50, 0.05); }
.hover\:text-primary:hover { color: #002c32; }
.hover\:bg-primary\/5:hover { background-color: rgba(0, 44, 50, 0.05); }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }

/* Navbar underline effect */
.nav-link-under::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-link-under:hover::after,
.nav-link-under.active::after {
    width: calc(100% - 1.75rem);
    left: 0.875rem;
}

/* Mega menu */
.mega-panel {
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    padding-top: 0.75rem;
    z-index: 50;
}
.group:hover .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mega-panel-services {
    left: -10px;
    width: 1080px;
    max-width: 94vw;
}
.mega-panel-packages {
    left: -120px;
    width: 1100px;
    max-width: 94vw;
}
.mega-panel-fleet {
    left: -240px;
    width: 1060px;
    max-width: 94vw;
}
.mega-panel-destinations {
    left: -200px;
    width: 880px;
    max-width: 94vw;
}

.mega-inner {
    background: #ffffff;
    border-radius: 1.75rem;
    box-shadow: 0 30px 70px -15px rgba(0, 44, 50, 0.22), 0 0 0 1px rgba(0, 44, 50, 0.08);
    overflow: hidden;
    padding: 2.25rem 2.5rem;
}
.mega-card {
    background: #ffffff;
    border: 1px solid rgba(0, 44, 50, 0.12);
    border-radius: 1.375rem;
    padding: 1.375rem;
    transition: all 0.2s ease;
}
.mega-card:hover {
    border-color: #A37E2C;
    background-color: rgba(163, 126, 44, 0.04);
    box-shadow: 0 12px 30px -6px rgba(0, 44, 50, 0.09);
}

/* Language Switcher Dropdown Panel */
.lang-panel {
    position: absolute;
    right: 0;
    top: 100%;
    width: 16rem;
    padding-top: 0.5rem;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.group:hover .lang-panel,
.lang-dropdown.open .lang-panel,
.lang-dropdown:focus-within .lang-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.lang-panel .lang-menu-box {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 0.625rem;
    box-shadow: 0 20px 50px -10px rgba(0, 44, 50, 0.25), 0 0 0 1px rgba(0, 44, 50, 0.08);
    max-height: 22rem;
    overflow-y: auto;
}
.lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-radius: 0.875rem;
    font-size: 0.75rem;
    font-weight: 700;
    transition: all 0.15s ease;
    text-decoration: none;
}
.lang-item:hover {
    background-color: rgba(0, 44, 50, 0.05);
}
.lang-item.active {
    background-color: rgba(163, 126, 44, 0.12);
    color: #A37E2C;
}

/* Google Translate Headless Clean Mode */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
    visibility: hidden !important;
}
body {
    top: 0px !important;
    position: static !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
#google_translate_element {
    display: none !important;
}
.skiptranslate:not(.lang-dropdown):not(.lang-dropdown *) {
    display: none !important;
}
.flag-icon-img {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    object-fit: cover;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    flex-shrink: 0;
    vertical-align: middle;
}
.mega-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    transition: all 0.2s ease;
}
.mega-item:hover {
    background-color: rgba(0, 44, 50, 0.04);
}
.mega-thumb {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    object-fit: cover;
    flex-shrink: 0;
}

/* Scroll progress */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #c9a961;
    width: 0;
    z-index: 40;
    transition: width 0.1s linear;
    will-change: width;
    pointer-events: none;
}



/* Touch-friendly mega menu toggle */
.group.mega-open .mega-panel {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}

/* Inquiry modal chips */
.chip {
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid rgba(64, 72, 74, 0.2);
  background-color: transparent;
  color: rgba(64, 72, 74, 0.7);
}
.chip:hover {
  border-color: rgba(0, 44, 50, 0.3);
  color: #002c32;
}
.chip.active {
  background-color: rgba(173, 51, 0, 0.08);
  border-color: #ad3300;
  color: #ad3300;
}
.success-icon {
  animation: successPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes successPop {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Responsive display utilities */
@media (min-width: 768px) {
  .md\:hidden { display: none !important; }
  .md\:flex { display: flex !important; }
  .md\:block { display: block !important; }
  .desktop-nav-links { display: flex !important; }
  .desktop-cta-btn { display: block !important; }
  .mobile-menu-btn { display: none !important; }
}

@media (max-width: 767.98px) {
  .desktop-nav-links { display: none !important; }
  .desktop-cta-btn { display: none !important; }
  .mobile-menu-btn { display: block !important; }
}

@media (min-width: 1024px) {
  .lg\:hidden { display: none; }
  .lg\:flex { display: flex; }
  .lg\:block { display: block; }
}

/* Dedicated Airport Transfer Hero Card */
.hero-airport-card {
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 44, 50, 0.12);
  box-shadow: 0 25px 50px -12px rgba(0, 44, 50, 0.35), 0 0 0 1px rgba(0, 44, 50, 0.06);
  overflow: hidden;
  width: 100%;
}

.airport-badge-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  background-color: #002C32;
  border-bottom: 2px solid #A37E2C;
}

.airport-form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
  margin-bottom: 1rem;
}

@media (max-width: 1023.98px) {
  .airport-form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

@media (max-width: 639.98px) {
  .airport-badge-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
  }
  .airport-form-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.airport-field-box {
  background-color: #F8FAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 0.75rem;
  padding: 0.625rem 0.875rem;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 4.25rem;
}
.airport-field-box:hover {
  border-color: #CBD5E1;
  background-color: #FFFFFF;
}
.airport-field-box:focus-within {
  border-color: #A37E2C;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(163, 126, 44, 0.15);
}

.airport-field-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #002C32;
  margin-bottom: 0.25rem;
  line-height: 1;
}

/* Custom Dropdown Popup Menu (Cultural-Heart Style) */
.hero-custom-dropdown {
  position: absolute !important;
  z-index: 9999 !important;
  box-shadow: 0 25px 50px -12px rgba(0, 44, 50, 0.35), 0 0 0 1px rgba(0, 44, 50, 0.12) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(163, 126, 44, 0.4) transparent;
}
.hero-custom-dropdown::-webkit-scrollbar {
  width: 5px;
}
.hero-custom-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.hero-custom-dropdown::-webkit-scrollbar-thumb {
  background: rgba(163, 126, 44, 0.4);
  border-radius: 9999px;
}
.hero-custom-dropdown::-webkit-scrollbar-thumb:hover {
  background: #A37E2C;
}

#hero-calendar-popup {
  position: absolute !important;
  z-index: 9999 !important;
  box-shadow: 0 25px 50px -12px rgba(0, 44, 50, 0.35), 0 0 0 1px rgba(0, 44, 50, 0.12) !important;
}

.airport-select-control {
  width: 100%;
  background-color: transparent;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23002C32'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.25;
}
.airport-select-control:focus {
  outline: none;
  box-shadow: none;
}

.airport-date-control {
  width: 100%;
  background-color: transparent;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  line-height: 1.25;
  font-family: inherit;
}
.airport-date-control:focus {
  outline: none;
  box-shadow: none;
}

.airport-pax-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 0.5rem;
  padding: 0.125rem 0.25rem;
}

.airport-pax-btn {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F5F9;
  color: #002C32;
  font-weight: 800;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.airport-pax-btn:hover {
  background-color: #002C32;
  color: #FFFFFF;
}

.airport-footer-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.875rem;
  border-top: 1px solid #E2E8F0;
}
@media (max-width: 639.98px) {
  .airport-footer-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

.airport-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.75rem;
  background-color: #A37E2C;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 14px -2px rgba(163, 126, 44, 0.4);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.airport-cta-button:hover {
  background-color: #8C6B22;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -2px rgba(163, 126, 44, 0.5);
  color: #FFFFFF;
}
.airport-cta-button:active {
  transform: translateY(0);
}

.bento-card {
  background: #ffffff;
  border: 1px solid rgba(0, 44, 50, 0.1);
  border-radius: 1.5rem;
  padding: 2.25rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(0, 44, 50, 0.12);
  border-color: #A37E2C;
}

.filter-chip {
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.filter-chip.active {
  background-color: #002c32;
  color: #ffffff;
  border-color: #002c32;
  box-shadow: 0 6px 18px -3px rgba(0, 44, 50, 0.25);
}
.filter-chip:not(.active) {
  background-color: #ffffff;
  color: #002c32;
  border-color: rgba(0, 44, 50, 0.15);
}
.filter-chip:not(.active):hover {
  border-color: #A37E2C;
  color: #A37E2C;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 44, 50, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-item:hover {
  border-color: #A37E2C;
}

.custom-tour-special-card {
  background: linear-gradient(135deg, #002C32 0%, #001A1E 100%);
  border: 1.5px solid #A37E2C;
  border-radius: 1rem;
  box-shadow: 0 15px 35px -5px rgba(0, 44, 50, 0.25);
}

.promise-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px -2px rgba(0, 44, 50, 0.06);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
}
.promise-card:hover {
  transform: translateY(-3px);
  border-color: #A37E2C;
  box-shadow: 0 16px 32px -6px rgba(0, 44, 50, 0.12);
}




