/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Caveat:wght@400;500;600;700&display=swap');

/* Reset and Base Styles - Mobile Optimized */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Remove all borders from hero elements */
.hero *,
.hero-image *,
.hero-image picture,
.hero-image img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

html {
    scroll-behavior: smooth;
    /* Optimize for mobile performance */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* Force scroll to top */
    scroll-padding-top: 0;
}

/* Prevent scroll restoration */
body {
    scroll-behavior: auto;
    scroll-padding-top: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #4A4238;
    overflow-x: hidden;
    background: linear-gradient(135deg, #FFE5F0 0%, #E5F0FF 25%, #E5FFF0 50%, #FFF0E5 75%, #F0E5FF 100%);
    position: relative;
    /* Optimize for mobile rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Toy background elements - using actual HTML instead of CSS pseudo-elements */
.toy-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.toy-element {
    position: absolute;
    animation: float 6s ease-in-out infinite;
}

.toy-gamelan {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FF6B9D, #FF8EAB);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 107, 157, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-gamelan::before {
    content: '🎵';
    font-size: 50px;
    color: #FF8EAB;
}

.toy-microphone {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #4A90E2, #7B68EE);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(74, 144, 226, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-microphone::before {
    content: '🎤';
    font-size: 50px;
    color: #7B68EE;
}

.toy-utensil {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-utensil::before {
    content: '🍪';
    font-size: 50px;
    color: #FFA500;
}

.toy-brush {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #32CD32, #00CED1);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(50, 205, 50, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-brush::before {
    content: '🎨';
    font-size: 50px;
    color: #00CED1;
}

.toy-paint {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #8A2BE2, #FF69B4);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(138, 43, 226, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-paint::before {
    content: '🎭';
    font-size: 50px;
    color: #FF69B4;
}

.toy-ribbon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FFD700, #FFFF00);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-ribbon::before {
    content: '🕺';
    font-size: 50px;
    color: #FFFF00;
}

.toy-dance {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FF6B9D, #FF8EAB);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 107, 157, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-dance::before {
    content: '💃';
    font-size: 50px;
    color: #FF8EAB;
}

.toy-pot {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FFA500, #FF6347);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 165, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-pot::before {
    content: '🍰';
    font-size: 50px;
    color: #FF6347;
}

.toy-note {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.4);
    border: 3px solid #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-note::before {
    content: '🎪';
    font-size: 50px;
    color: #FFD700;
}

.toy-palette {
    width: 80px;
    height: 80px;
    background: conic-gradient(from 0deg, #FF1493, #00BFFF, #32CD32, #FFD700, #FF1493);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 6px 12px rgba(255, 20, 147, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-palette::before {
    content: '🎈';
    font-size: 50px;
    color: #333;
}

.toy-sparkle {
    width: 80px;
    height: 80px;
    background: #FFD700;
    border-radius: 50%;
    animation: sparkle 2s ease-in-out infinite;
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toy-sparkle::before {
    content: '⭐';
    font-size: 50px;
    color: #FFD700;
}

@keyframes sparkle {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* Add animated toy elements */




.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    /* Mobile-first container */
    width: 100%;
}

/* Mobile-first responsive breakpoints */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
}

/* Hero Section - Clean & Mobile Optimized */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #FFE5F0;
    padding-top: 90px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    z-index: 10;
    width: 100%;
    max-width: 100vw;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(101, 67, 33, 0.8) 0%, rgba(75, 0, 130, 0.85) 50%, rgba(199, 21, 133, 0.8) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    /* Ensure no conflicting animations */
    animation: none;
    opacity: 1;
    transform: none;
    box-sizing: border-box;
}

.hero-text {
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    /* Clean overflow prevention */
    overflow: hidden;
}

.hero-title {
    font-family: 'Caveat', cursive;
    font-size: 6.325rem; /* Increased by 10% from 5.75rem */
    font-weight: 600;
    margin-bottom: 1.1rem; /* Increased by 10% from 1rem */
    line-height: 1.2;
    color: #fff;
    /* Clean text containment */
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    /* Force animation to work */
    animation: fadeInFromLeft 1.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both !important;
    opacity: 0;
    transform: translateX(-80px);
}

.hero-subtitle {
    font-size: 1.8975rem; /* Increased by 10% from 1.725rem */
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
    color: #fff;
    /* Clean text containment */
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    /* Force animation to work */
    animation: fadeInFromRight 1.7s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both !important;
    opacity: 0;
    transform: translateX(80px);
}

/* Hero Highlights - Clean & Mobile Optimized */
.hero-highlights {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
    padding: 0 10px;
    max-width: 100%;
    overflow: hidden;
    /* Force animation to work */
    animation: fadeInScale 1.7s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both !important;
    opacity: 0;
    transform: scale(0.8);
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.78rem 1.56rem;
    border-radius: 26px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    /* Clean highlight containment */
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.highlight-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(255, 107, 157, 0.2);
}

.highlight-item i {
    color: #FFD700;
    font-size: 1.645rem; /* Increased by 30% from 1.265rem */
    flex-shrink: 0;
}

.highlight-item span {
    font-weight: 600;
    font-size: 1.346rem; /* Increased by 30% from 1.035rem */
    /* Clean text containment */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/* Hero dates text */
.hero-dates {
    margin: 1rem 0 0.5rem 0;
    font-size: 1.8975rem; /* Increased by 10% from 1.725rem */
    color: #fff;
    opacity: 0.95;
    font-weight: 600;
    /* Clean text containment */
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    /* Force animation to work */
    animation: fadeInFromTop 1.7s cubic-bezier(0.4, 0, 0.2, 1) 1s both !important;
    opacity: 0;
    transform: translateY(-50px);
}

/* Hero activities text */
.hero-activities {
    margin: 1rem 0 0.5rem 0;
    font-size: 1.7391rem; /* Increased by 10% from 1.581rem */
    color: #fff;
    opacity: 0.9;
    /* Clean text containment */
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    /* Force animation to work */
    animation: fadeInFromBottom 1.7s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both !important;
    opacity: 0;
    transform: translateY(50px);
}

/* Hero CTA button */
.hero-cta {
    margin-top: 2rem;
    /* Force animation to work */
    animation: fadeInBounce 2.1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2.2s both !important;
    opacity: 0;
    transform: scale(0.7);
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.15rem; /* Increased by 15% from 1rem */
}

.btn-primary {
    background: linear-gradient(135deg, #FF6B9D, #8A2BE2);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.5);
    background: #8A2BE2;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Remove flexbox centering that might be causing the border effect */
    overflow: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hero-image picture {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(1.05) contrast(1.05) saturate(1.1);
    /* Remove the sizing constraints that might be causing the border effect */
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    /* Performance optimizations */
    will-change: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Section Styles */
section {
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-family: 'Caveat', cursive;
    font-size: 3.45rem;
    font-weight: 600;
    color: #8A2BE2;
    margin-bottom: 1rem;
    text-align: center;
}

.section-header p {
    font-size: 1.265rem;
    color: #4A4238;
    max-width: 600px;
    margin: 0 auto;
}

/* About Section - Fade in from start */
.about-section {
    background: linear-gradient(135deg, rgba(255, 229, 240, 0.8) 0%, rgba(240, 229, 255, 0.8) 100%);
    animation: fadeInUpSlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
    opacity: 0;
    transform: translateY(30px);
}

/* Camp Features - Mobile Optimized */
.camp-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
    /* Optimize for mobile */
    padding: 0 5px;
}

.feature-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #FF6B9D;
    /* Optimize for mobile performance */
    will-change: transform;
    transform: translateY(0);
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(255, 107, 157, 0.25);
}

/* Feature cards load immediately with hero section */
.feature-card:nth-child(1) { animation-delay: 0s; }
.feature-card:nth-child(2) { animation-delay: 0s; }
.feature-card:nth-child(3) { animation-delay: 0s; }
.feature-card:nth-child(4) { animation-delay: 0s; }



.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FF6B9D, #8A2BE2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    /* Smooth animation */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 107, 157, 0.4);
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card h3 {
    font-size: 1.625rem; /* Increased by 25% from 1.3rem */
    color: #8A2BE2;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    font-family: 'Caveat', cursive;
    font-weight: 900; /* Increased from 700 to 900 for extra bold */
    font-size: 1.5rem !important;
    color: #2C1810;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Schedule Section - Mobile Optimized */
.schedule-section {
    background: linear-gradient(135deg, rgba(240, 248, 255, 0.9) 0%, rgba(255, 250, 240, 0.9) 50%, rgba(240, 255, 240, 0.9) 100%);
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 40px;
    /* Optimize for mobile */
    padding: 0 5px;
}

.day-card {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #E3F2FD;
    /* Optimize for mobile performance */
    will-change: transform;
    transform: translateY(0);
}

.day-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(74, 144, 226, 0.2);
}

/* Stagger animation for day cards */
.day-card:nth-child(1) { animation-delay: 0.1s; }
.day-card:nth-child(2) { animation-delay: 0.2s; }
.day-card:nth-child(3) { animation-delay: 0.3s; }

.day-header {
    background: linear-gradient(135deg, #4A90E2, #7B68EE);
    color: white;
    padding: 25px;
    text-align: center;
}

.day-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.day-focus {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

.day-activities {
    padding: 25px;
}

.activity {
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F5;
}

.activity:last-child {
    border-bottom: none;
}

.activity-name {
    color: #4A4238;
    font-weight: normal; /* Match feature card description weight */
    font-size: 1.44rem; /* Increased by 15% from 1.25rem */
    line-height: 1.5;
    display: block;
}

/* Day 2 Performance Day Card Background */
.day-2-card .day-activities {
    background-image: url('../images/final_performance.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.day-2-card .day-activities::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1;
}

.day-2-card .day-activities > * {
    position: relative;
    z-index: 2;
}

.day-2-card .activity-name {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.61rem; /* Increased by 15% from 1.4rem */
    color: #2C1810;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.day-1-card .activity-name {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.61rem; /* Increased by 15% from 1.4rem */
    color: #2C1810;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/* Day 1 Introduction & Arts Card Background */
.day-1-card .day-activities {
    background-image: url('../images/day1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.day-1-card .day-activities::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1;
}

.day-1-card .day-activities > * {
    position: relative;
    z-index: 2;
}

/* Creative Arts Card Background */
.creative-arts-card {
    background-image: url('../images/Painting_close_ivy_omang_ayu.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.creative-arts-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65); /* Reduced from 0.8 to 0.65 for more vibrancy */
    z-index: 1;
    border-radius: 20px;
}

.creative-arts-card > * {
    position: relative;
    z-index: 2;
}

/* Creative Arts Card Font Styling */
.creative-arts-card p {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.5rem !important; /* Override base feature-card p size */
    color: #2C1810;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/* Culture Activities Card Background */
.culture-activities-card {
    background-image: url('../images/culture_Activities.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.culture-activities-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65); /* Reduced from 0.8 to 0.65 for more vibrancy */
    z-index: 1;
    border-radius: 20px;
}

.culture-activities-card > * {
    position: relative;
    z-index: 2;
}

/* Dance & Gamelan Card Background */
.dance-gamelan-card {
    background-image: url('../images/flute_ivy.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.dance-gamelan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65); /* Reduced from 0.8 to 0.65 for more vibrancy */
    z-index: 1;
    border-radius: 20px;
}

.dance-gamelan-card > * {
    position: relative;
    z-index: 2;
}

/* Final Performance Card Background */
.final-performance-card {
    background-image: url('../images/final_performance-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.final-performance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65); /* Reduced from 0.8 to 0.65 for more vibrancy */
    z-index: 1;
    border-radius: 20px;
}

.final-performance-card > * {
    position: relative;
    z-index: 2;
}

/* Pricing Section */
.pricing-section {
    background: linear-gradient(135deg, rgba(255, 229, 240, 0.8) 0%, rgba(240, 229, 255, 0.8) 100%);
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.15);
    border: 2px solid #FF6B9D;
    max-width: 600px;
    margin: 0 auto;
}

.price-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #FFE5F0;
}

.price-header h3 {
    font-size: 1.8rem;
    color: #8A2BE2;
    margin-bottom: 1rem;
    font-weight: 700;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.currency {
    font-size: 1.2rem;
    color: #FF6B9D;
    font-weight: 600;
}

.amount {
    font-size: 2.5rem;
    color: #FF6B9D;
    font-weight: 700;
}

.price-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.price-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.price-feature i {
    color: #8A2BE2;
    font-size: 1.1rem;
    width: 20px;
}

.price-feature span {
    color: #4A4238;
    font-weight: 500;
}

/* Inquire Section - Mobile Optimized */
.inquire-section {
    background: linear-gradient(135deg, rgba(240, 248, 255, 0.9) 0%, rgba(255, 250, 240, 0.9) 50%, rgba(240, 255, 240, 0.9) 100%);
}

.inquire-content {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    /* Optimize for mobile */
    padding: 0 5px;
}

.inquire-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.15);
    border: 2px solid #FF6B9D;
    text-align: center;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4A90E2, #7B68EE);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.info-icon i {
    font-size: 1.5rem;
    color: white;
}

.info-card h3 {
    font-size: 1.4rem;
    color: #8A2BE2;
    margin-bottom: 1rem;
    font-weight: 600;
}

.info-card p {
    color: #4A4238;
    line-height: 1.6;
}

.camp-summary {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.15);
    border: 2px solid #FF6B9D;
}

.camp-summary h4 {
    font-size: 1.2rem;
    color: #8A2BE2;
    margin-bottom: 1rem;
    font-weight: 600;
}

.camp-summary ul {
    list-style: none;
    padding: 0;
}

.camp-summary li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: #4A4238;
    font-weight: 500;
}

.camp-summary li i {
    color: #8A2BE2;
    width: 20px;
    font-size: 1rem;
}

.whatsapp-section {
    display: flex;
    align-items: center;
}

.whatsapp-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.15);
    border: 2px solid #FF6B9D;
    text-align: center;
    width: 100%;
    /* Smooth animation */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

.whatsapp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 107, 157, 0.25);
}

.whatsapp-icon {
    width: 80px;
    height: 80px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-icon i {
    font-size: 2.5rem;
    color: white;
}

.whatsapp-card h3 {
    font-size: 1.5rem;
    color: #8A2BE2;
    margin-bottom: 1rem;
    font-weight: 600;
}

.whatsapp-card p {
    color: #4A4238;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    padding: 14px 28px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 25px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    font-weight: 600;
    /* Optimize for mobile touch */
    min-height: 48px;
    -webkit-tap-highlight-color: transparent;
}

.btn-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
}

.btn-whatsapp:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

.whatsapp-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.whatsapp-features .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #4A4238;
    font-weight: 500;
}

.whatsapp-features .feature i {
    color: #25D366;
    font-size: 1rem;
}

/* Footer */
.footer {
    background: #8A2BE2;
    color: #FFFFFF;
    padding: 60px 0 20px;
    position: relative;
    z-index: 10;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: #FFD700;
    text-align: center;
}

.footer-section a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #FF6B9D;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FF6B9D;
    border-radius: 50%;
    transition: background 0.3s ease;
    color: #FFFFFF;
}

.social-links a:hover {
    background: #FFD700;
    color: #4A4238;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #FF6B9D;
    color: #FFFFFF;
    font-size: 0.7em; /* Reduce font size by 30% */
}

.footer-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #FF6B9D;
    text-decoration: underline;
}

/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    background: #fff;
    box-shadow: 0 2px 20px rgba(74, 66, 56, 0.08);
    z-index: 2000;
    padding: 0.25rem 0;
    transition: top 0.4s cubic-bezier(.4,0,.2,1), background 0.3s, box-shadow 0.3s, opacity 0.3s;
    opacity: 1;
    pointer-events: auto;
    overflow: hidden;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.nav-logo img {
    height: 78px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    color: #4A4238;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #FF6B9D, #8A2BE2);
    transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: #A65F3F;
}

.nav-link:hover::after,
.nav-link:focus::after {
    width: 100%;
}

/* Hamburger Menu Styles */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1002;
    position: relative;
}

.bar {
    width: 25px;
    height: 3px;
    background: #4A4238;
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
}

/* Responsive Design */
@media (min-width: 769px) {
    .navbar .nav-toggle,
    .nav-container .nav-toggle,
    button.nav-toggle,
    .nav-toggle,
    button#nav-toggle {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    .nav-links {
        display: flex;
    }
}

/* Desktop layout for camp features */
@media (min-width: 769px) {
    .camp-features {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
    }
    
    /* Desktop layout: Position Final Performance card under Culture Activities */
    .camp-features .feature-card:nth-child(1) { grid-column: 1; grid-row: 1; } /* Creative Arts */
    .camp-features .feature-card:nth-child(2) { grid-column: 2; grid-row: 1; } /* Culture Activities */
    .camp-features .feature-card:nth-child(3) { grid-column: 3; grid-row: 1; } /* Dance & Gamelan */
    .camp-features .feature-card:nth-child(4) { grid-column: 2; grid-row: 2; } /* Final Performance - under Culture Activities */
}

/* Mobile-First Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        height: 60px;
        padding: 0 15px;
    }
    
    .nav-logo img {
        height: 52px;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        z-index: 1001;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        pointer-events: auto;
        display: flex;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-link {
        margin: 15px 0;
        font-size: 1.1rem;
        pointer-events: auto;
        cursor: pointer;
    }
    
    .nav-toggle {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        z-index: 1002;
    }
    
    .bar {
        width: 25px;
        height: 3px;
        background: #4A4238;
        margin: 5px 0;
        transition: 0.3s;
        border-radius: 2px;
    }
    
    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .nav-links-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .nav-links-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Hero Section - Tablet and Medium Mobile Optimized */
    .hero {
        height: 100vh;
        min-height: 100vh;
        padding-top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
    }
    
    .hero-content {
        padding: 0 20px;
        width: 100%;
        max-width: 100vw;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hero-text {
        padding: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    
    .hero-title {
        font-family: 'Caveat', cursive;
        font-size: 3.5rem; /* Reduced for better mobile fit */
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 0.88rem; /* Increased by 10% from 0.8rem */
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-subtitle {
        font-size: 1.3rem; /* Reduced for mobile */
        margin-bottom: 0.8rem;
        line-height: 1.3;
        color: #fff;
    }
    
    .hero-dates {
        font-size: 1.2rem; /* Reduced for mobile */
        margin: 0.6rem 0;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-activities {
        font-size: 1.1rem; /* Reduced for mobile */
        margin: 0.6rem 0;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-highlights {
        flex-direction: column;
        gap: 0.6rem;
        margin: 1rem 0;
        padding: 0;
        width: 100%;
        align-items: center;
    }
    
    .highlight-item {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
        width: auto;
        max-width: 90%;
        justify-content: center;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 20px;
    }
    
    .highlight-item span {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .hero-cta {
        margin-top: 1.2rem;
        padding: 12px 24px;
        font-size: 0.95rem;
        width: auto;
        min-width: 200px;
        display: inline-block;
        background: linear-gradient(135deg, #FF6B9D, #8A2BE2);
        color: #FFFFFF;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
    }
    
    /* Image optimization for tablet */
    .hero-image img {
        transform: scale(1.2);
        transform-origin: center center;
        object-position: center 25%;
    }
    
    /* Section spacing */
    section {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-header h2 {
        font-family: 'Caveat', cursive;
        font-size: 2.53rem;
        font-weight: 600;
        margin-bottom: 0.8rem;
        text-align: center;
    }
    
    .section-header p {
        font-size: 1.0925rem;
        line-height: 1.5;
    }
    
    /* Feature cards */
    .camp-features {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    /* Reset grid positioning for mobile */
    .camp-features .feature-card:nth-child(1),
    .camp-features .feature-card:nth-child(2),
    .camp-features .feature-card:nth-child(3),
    .camp-features .feature-card:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }
    
    .feature-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .feature-icon i {
        font-size: 1.5rem;
    }
    
    .feature-card h3 {
        font-size: 1.5rem; /* Increased by 25% from 1.2rem */
        margin-bottom: 0.8rem;
    }
    
    .feature-card p {
        font-family: 'Caveat', cursive;
        font-weight: 900; /* Increased from 700 to 900 for extra bold */
        font-size: 1.5rem !important;
        color: #2C1810;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
        line-height: 1.5;
    }
    
    /* Schedule section */
    .schedule-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }
    
    .day-card {
        padding: 0;
        border-radius: 12px;
    }
    
    .day-header {
        padding: 20px 15px;
    }
    
    .day-header h3 {
        font-size: 1.3rem;
    }
    
    .day-activities {
        padding: 20px 15px;
    }
    
    .activity {
        padding: 10px 0;
    }
    
    .activity-name {
        font-size: 1.29rem; /* Increased by 15% from 1.125rem */
    }
    
    /* Pricing section */
    .pricing-card {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .price-header h3 {
        font-size: 1.5rem;
    }
    
    .amount {
        font-size: 2rem;
    }
    
    /* Inquire section */
    .inquire-content {
        padding: 0 10px;
    }
    
    .info-card {
        padding: 20px 15px;
    }
    
    .camp-summary {
        padding: 20px 15px;
    }
    
    .camp-summary li {
        font-size: 0.9rem;
        padding: 6px 0;
    }
    
    .whatsapp-card {
        padding: 25px 20px;
    }
    
    .btn-whatsapp {
        padding: 12px 20px;
        font-size: 0.9rem;
        min-height: 44px;
    }
    
    .whatsapp-features {
        gap: 15px;
    }
    
    .whatsapp-features .feature {
        font-size: 0.8rem;
    }
    
    /* Culture Activities Card - Mobile Background Adjustment */
    .culture-activities-card {
        background-position: center 20% !important; /* Move image down by 20% to show performers' heads */
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    /* Hero Section - Mobile Optimized for iPhone and small screens */
    .hero {
        height: 100vh; /* Full viewport height */
        min-height: 100vh; /* Ensure minimum full height */
        padding-top: 80px; /* Account for navbar */
        overflow: hidden; /* Prevent horizontal scrolling */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* iPhone specific optimizations */
    @supports (height: 100dvh) {
        .hero {
            height: 100dvh; /* Dynamic viewport height for modern browsers */
            min-height: 100dvh;
        }
    }
    
    /* Ensure content fits within safe area on iPhone */
    @supports (padding: max(0px)) {
        .hero {
            padding-top: max(80px, env(safe-area-inset-top));
            padding-left: max(0px, env(safe-area-inset-left));
            padding-right: max(0px, env(safe-area-inset-right));
        }
    }
    
    .hero-content {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    
    .hero-text {
        padding: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        overflow: hidden;
    }
    
    .hero-title {
        font-family: 'Caveat', cursive;
        font-size: 2.5rem; /* Significantly reduced for mobile */
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 0.55rem; /* Increased by 10% from 0.5rem */
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-subtitle {
        font-size: 1rem; /* Reduced for mobile */
        margin-bottom: 0.5rem;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-dates {
        font-size: 0.9rem; /* Reduced for mobile */
        margin: 0.5rem 0;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-activities {
        font-size: 0.85rem; /* Reduced for mobile */
        margin: 0.5rem 0;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }
    
    .hero-highlights {
        gap: 0.5rem;
        margin: 1rem 0;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .highlight-item {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        width: auto;
        max-width: 90%;
        justify-content: center;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 20px;
    }
    
    .highlight-item span {
        font-size: 0.75rem;
        font-weight: 500;
    }
    
    .hero-cta {
        margin-top: 1rem;
        padding: 12px 24px;
        font-size: 0.9rem;
        width: auto;
        min-width: 180px;
        display: inline-block;
        background: linear-gradient(135deg, #FF6B9D, #8A2BE2);
        color: #FFFFFF;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
    }
    
    /* Hero image optimization for mobile */
    .hero-image img {
        transform: scale(1.1);
        transform-origin: center center;
        object-position: center 30%;
    }
    
    /* Additional mobile optimizations for very small screens */
    @media (max-height: 600px) {
        .hero {
            height: 100vh;
            min-height: 100vh;
            padding-top: 60px;
        }
        
        .hero-title {
            font-size: 2rem;
            margin-bottom: 0.3rem;
        }
        
        .hero-subtitle {
            font-size: 0.9rem;
            margin-bottom: 0.3rem;
        }
        
        .hero-dates {
            font-size: 0.8rem;
            margin: 0.3rem 0;
        }
        
        .hero-activities {
            font-size: 0.75rem;
            margin: 0.3rem 0;
        }
        
        .hero-highlights {
            gap: 0.3rem;
            margin: 0.8rem 0;
        }
        
        .highlight-item {
            padding: 0.4rem 0.8rem;
            font-size: 0.7rem;
        }
        
        .highlight-item span {
            font-size: 0.65rem;
        }
        
        .hero-cta {
            margin-top: 0.8rem;
            padding: 10px 20px;
            font-size: 0.8rem;
        }
    }
    
    /* Landscape orientation optimizations for mobile */
    @media (max-width: 480px) and (orientation: landscape) {
        .hero {
            height: 100vh;
            min-height: 100vh;
            padding-top: 60px;
        }
        
        .hero-title {
            font-size: 2.2rem;
            margin-bottom: 0.4rem;
        }
        
        .hero-subtitle {
            font-size: 1rem;
            margin-bottom: 0.4rem;
        }
        
        .hero-dates {
            font-size: 0.9rem;
            margin: 0.4rem 0;
        }
        
        .hero-activities {
            font-size: 0.85rem;
            margin: 0.4rem 0;
        }
        
        .hero-highlights {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0.4rem;
            margin: 0.8rem 0;
            justify-content: center;
        }
        
        .highlight-item {
            padding: 0.4rem 0.8rem;
            font-size: 0.75rem;
            width: auto;
            max-width: none;
        }
        
        .highlight-item span {
            font-size: 0.7rem;
        }
        
        .hero-cta {
            margin-top: 0.8rem;
            padding: 10px 20px;
            font-size: 0.85rem;
        }
    }
    
    /* Section spacing */
    section {
        padding: 30px 0;
    }
    
    .section-header {
        margin-bottom: 25px;
    }
    
    .section-header h2 {
        font-family: 'Caveat', cursive;
        font-size: 2.07rem;
        font-weight: 600;
        margin-bottom: 0.6rem;
        text-align: center;
    }
    
    .section-header p {
        font-size: 0.9775rem;
    }
    
    /* Feature cards */
    .camp-features {
        gap: 15px;
        padding: 0 5px;
    }
    
    .feature-card {
        padding: 15px 12px;
        border-radius: 10px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .feature-icon i {
        font-size: 1.3rem;
    }
    
    .feature-card h3 {
        font-size: 1.375rem; /* Increased by 25% from 1.1rem */
        margin-bottom: 0.6rem;
    }
    
    .feature-card p {
        font-family: 'Caveat', cursive;
        font-weight: 900; /* Increased from 700 to 900 for extra bold */
        font-size: 1.5rem !important;
        color: #2C1810;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    }
    
    /* Schedule section */
    .schedule-grid {
        gap: 15px;
        padding: 0 5px;
    }
    
    .day-header {
        padding: 15px 12px;
    }
    
    .day-header h3 {
        font-size: 1.2rem;
    }
    
    .day-activities {
        padding: 15px 12px;
    }
    
    .activity {
        padding: 8px 0;
    }
    
    .activity-name {
        font-size: 1.15rem; /* Increased by 15% from 1rem */
    }
    
    /* Pricing section */
    .pricing-card {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .price-header h3 {
        font-size: 1.3rem;
    }
    
    .amount {
        font-size: 1.8rem;
    }
    
    /* Inquire section */
    .inquire-content {
        padding: 0 5px;
    }
    
    .info-card {
        padding: 15px 12px;
    }
    
    .camp-summary {
        padding: 15px 12px;
    }
    
    .camp-summary li {
        font-size: 0.8rem;
        padding: 5px 0;
    }
    
    .whatsapp-card {
        padding: 20px 15px;
    }
    
    .btn-whatsapp {
        padding: 10px 18px;
        font-size: 0.85rem;
        min-height: 40px;
    }
    
    .whatsapp-features {
        gap: 12px;
    }
    
    .whatsapp-features .feature {
        font-size: 0.75rem;
    }
}

/* Background Animation */
@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(2deg);
    }
    50% {
        transform: translateY(-10px) rotate(-2deg);
    }
    75% {
        transform: translateY(-30px) rotate(1deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* Enhanced Animations - Mobile Optimized */
@keyframes fadeInUpSlow {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInFromRight {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInBounce {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.7);
    }
    60% {
        opacity: 1;
        transform: translateY(-8px) scale(1.02);
    }
    80% {
        transform: translateY(3px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    25% {
        transform: translateY(-50px) scale(1.1);
    }
    50% {
        transform: translateY(-100px) scale(0.9);
    }
    75% {
        transform: translateY(-50px) scale(1.05);
    }
}

/* Fade-in animation for sections */
.section-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-fade.fade-in {
    opacity: 1;
    transform: none;
}

/* Stagger animations for cards */
.feature-card,
.day-card {
    animation: scaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* WhatsApp button pulse animation */
.btn-whatsapp {
    animation: pulse 2s infinite;
}

.btn-whatsapp:hover {
    animation: none;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Account for fixed navbar */
}

/* Optimize animations for mobile */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Final override to hide hamburger menu on desktop */
@media (min-width: 769px) {
    .nav-toggle,
    button.nav-toggle,
    #nav-toggle,
    .navbar .nav-toggle,
    .nav-container .nav-toggle {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    

} 