/* Custom Stylesheet for Stranger Sky */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Kalam:wght@400;700&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-handwriting: 'Caveat', 'Kalam', cursive;
  --font-sans: 'Plus Jakarta Sans', sans-serif;
}

body {
  font-family: var(--font-sans);
}

.font-serif {
  font-family: var(--font-serif);
}

.font-handwriting {
  font-family: var(--font-handwriting);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-none::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-none {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Tab Switching Active state matching Image 2 */
.booking-tab.active {
  background-color: #083354 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.booking-tab.active i {
  color: #ffffff !important;
}

/* Custom modal fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-fade-in {
  animation: fadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* 3D Glassmorphism & VFX Animations for Step Workflow */
.card-3d-vfx {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(224, 242, 254, 0.9);
  box-shadow: 0 12px 35px -10px rgba(8, 51, 84, 0.08), 0 0 20px 2px rgba(56, 189, 248, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-card-3d {
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.step-card-3d:hover {
  transform: translateY(-5px) scale(1.04);
}

.step-badge-3d {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.step-card-3d:hover .step-badge-3d {
  transform: scale(1.15) rotate(6deg);
}

/* 3D Icon Floating animation */
@keyframes float3D {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-4px) rotate(2deg); }
}

.animate-float-3d {
  animation: float3D 3.5s ease-in-out infinite;
}

/* VFX Dotted Arrow Line Animation */
@keyframes arrowDash {
  0% { background-position: 0 0; }
  100% { background-position: 24px 0; }
}

.vfx-dash-line {
  background-image: linear-gradient(to right, #0284c7 40%, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  animation: arrowDash 1.2s linear infinite;
}

/* Glowing VFX badges */
.badge-glow-1 { box-shadow: 0 4px 14px rgba(14, 165, 233, 0.45); }
.badge-glow-2 { box-shadow: 0 4px 14px rgba(16, 185, 129, 0.45); }
.badge-glow-3 { box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45); }
.badge-glow-4 { box-shadow: 0 4px 14px rgba(236, 72, 153, 0.45); }
.badge-glow-5 { box-shadow: 0 4px 14px rgba(168, 85, 247, 0.45); }

/* Real-time Animated Sea Waves Motion Effect - VIBRANT SKY BLUE THEME */
.sea-waves-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.sea-wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
}

@keyframes waveFlowLeft {
  0% { transform: translateX(0); }
  50% { transform: translateX(-25%) scaleY(1.15); }
  100% { transform: translateX(-50%); }
}

@keyframes waveFlowRight {
  0% { transform: translateX(-50%); }
  50% { transform: translateX(-25%) scaleY(0.9); }
  100% { transform: translateX(0); }
}

.wave-layer-1 {
  animation: waveFlowLeft 11s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  opacity: 0.85;
}

.wave-layer-2 {
  animation: waveFlowRight 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  opacity: 0.65;
}

.wave-layer-3 {
  animation: waveFlowLeft 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  opacity: 0.98;
}

/* Photo Gallery & About Us 3D VFX Effects */
.gallery-card-vfx {
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.gallery-card-vfx:hover {
  transform: translateY(-8px) scale(1.03) rotate(1deg);
}

.gallery-card-vfx .gallery-img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.gallery-card-vfx:hover .gallery-img {
  transform: scale(1.12);
  filter: brightness(1.05);
}

.vfx-glow-border {
  position: relative;
}

.vfx-glow-border::after {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(45deg, #0ea5e9, #38bdf8, #f59e0b, #ec4899);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.vfx-glow-border:hover::after {
  opacity: 0.75;
}

/* Package Cards 3D VFX Motion Styling */
.package-card-3d {
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.package-card-3d:hover {
  transform: translateY(-8px) scale(1.025) rotateX(2deg);
  box-shadow: 0 20px 40px -15px rgba(8, 51, 84, 0.15), 0 0 25px 2px rgba(245, 158, 11, 0.15);
}

.package-card-3d .pkg-img {
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.package-card-3d:hover .pkg-img {
  transform: scale(1.08);
}

.vfx-tag-badge {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

/* GLOBAL MOBILE RESPONSIVENESS FIT SAFETY */
html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* FLOATING WHATSAPP BUTTON WITH 3D VFX MOTION ANIMATION */
.whatsapp-vfx-float {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.whatsapp-vfx-btn {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5), 0 0 15px rgba(37, 211, 102, 0.3);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: whatsappPulse 2.2s infinite;
}

/* 3D VFX Ring Pulse Animation */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7), 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0), 0 0 0 30px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-vfx-btn:hover {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.7);
}

/* Tooltip Badge for WhatsApp Float */
.whatsapp-vfx-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #083354;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
  transition: all 0.3s ease;
}

.whatsapp-vfx-float:hover .whatsapp-vfx-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 640px) {
  .whatsapp-vfx-btn {
    width: 52px;
    height: 52px;
    font-size: 28px;
  }
  .whatsapp-vfx-tooltip {
    display: none;
  }
}





