/* Theme Pages Styles - Luxury & Classy Design */

/* Hero Section - Elegant Full Screen with HD Image Enhancement */
.theme-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1a1a1a;
}

.theme-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    filter: brightness(0.6) contrast(1.3) saturate(1.1);
    transition: all 0.3s ease;
}

.theme-hero:hover .theme-hero-bg {
    filter: brightness(0.7) contrast(1.4) saturate(1.2);
    transform: scale(1.02);
}

/* Specific theme backgrounds - Using CSS selectors for better browser compatibility */
.theme-hero .theme-hero-bg {
    background-image: url('../images/themes/casino-night-hero.jpg');
}

/* Theme-Specific Hero Backgrounds - Authentic & Classy */

/* Default fallback background */
.theme-hero-bg {
    background-image: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

/* Casino Night Theme - Real Casino Tables */
body.casino-night .theme-hero-bg {
    background-image: url('../images/themes/casino-theme-slid-i1.jpg') !important;
}

/* Hawaiian Luau Theme - Real Tiki Setup */  
body.hawaiian-luau .theme-hero-bg {
    background-image: url('../images/themes/luau-party-decorations.jpg') !important;
}

/* Jungle Safari Theme - Real Safari Adventure */
body.jungle-safari .theme-hero-bg {
    background-image: url('../images/themes/jungle-safari-hero.jpg') !important;
}

/* Red Carpet Theme - Luxury Event */
body.red-carpet .theme-hero-bg {
    background-image: url('../images/themes/red-carpet-hero.jpg') !important;
}

/* Pirate Adventure Theme - Real Pirate Ship */
body.pirate-adventure .theme-hero-bg {
    background-image: url('../images/themes/pirate-ship-deck.jpg') !important;
}

/* Bollywood Glam Theme */
body.bollywood-glam .theme-hero-bg {
    background-image: url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=1920&h=1080&fit=crop') !important;
}

/* Village Theme */
body.village-theme .theme-hero-bg {
    background-image: url('../images/themes/village-theme-setup.jpg') !important;
}

/* Mela Theme - Traditional Indian Fair */
body.mela-theme .theme-hero-bg {
    background-image: url('../images/themes/mela-theme-setup.jpg') !important;
}

/* Cowboy Western Theme - Wild West Ranch */
body.cowboy-western .theme-hero-bg {
    background-image: url('../images/themes/cowboy-western-setup.jpg') !important;
}

/* Masquerade Ball Theme - Elegant Venetian */
body.masquerade-ball .theme-hero-bg {
    background-image: url('../images/themes/masquerade-ball-setup.jpg') !important;
}

/* Theme-Specific Color Schemes & Luxury Styling */

/* Casino Night - Gold & Black Elegance */
.casino-night .cta-button.primary {
    background: linear-gradient(45deg, #D4AF37, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
    border: 2px solid #FFD700;
}

.casino-night .theme-hero h1 {
    color: #FFD700;
    text-shadow: 3px 3px 15px rgba(212, 175, 55, 0.8);
}

.casino-night .feature-item i {
    color: #FFD700;
}

/* Hawaiian Luau - Tropical Paradise */
.hawaiian-luau .cta-button.primary {
    background: linear-gradient(45deg, #FF6B35, #F7931E);
    color: white;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.5);
}

.hawaiian-luau .theme-hero h1 {
    color: #FF6B35;
    text-shadow: 3px 3px 15px rgba(255, 107, 53, 0.8);
}

.hawaiian-luau .feature-item i {
    color: #FF6B35;
}

/* Jungle Safari - Earthy Adventure */
.jungle-safari .cta-button.primary {
    background: linear-gradient(45deg, #8B4513, #D2691E);
    color: white;
    box-shadow: 0 15px 40px rgba(139, 69, 19, 0.5);
}

.jungle-safari .theme-hero h1 {
    color: #D2691E;
    text-shadow: 3px 3px 15px rgba(210, 105, 30, 0.8);
}

.jungle-safari .feature-item i {
    color: #D2691E;
}

/* Red Carpet - Hollywood Glamour */
.red-carpet .cta-button.primary {
    background: linear-gradient(45deg, #DC143C, #B22222);
    color: white;
    box-shadow: 0 15px 40px rgba(220, 20, 60, 0.5);
}

.red-carpet .theme-hero h1 {
    color: #DC143C;
    text-shadow: 3px 3px 15px rgba(220, 20, 60, 0.8);
}

.red-carpet .feature-item i {
    color: #DC143C;
}

/* Pirate Adventure - Nautical Bold */
.pirate-adventure .cta-button.primary {
    background: linear-gradient(45deg, #8B4513, #CD853F);
    color: white;
    box-shadow: 0 15px 40px rgba(139, 69, 19, 0.5);
}

.pirate-adventure .theme-hero h1 {
    color: #CD853F;
    text-shadow: 3px 3px 15px rgba(205, 133, 63, 0.8);
}

.pirate-adventure .feature-item i {
    color: #CD853F;
}

/* Bollywood Glam - Royal Indian */
.bollywood-glam .cta-button.primary {
    background: linear-gradient(45deg, #FF6347, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(255, 99, 71, 0.5);
}

.bollywood-glam .theme-hero h1 {
    color: #FFD700;
    text-shadow: 3px 3px 15px rgba(255, 215, 0, 0.8);
}

.bollywood-glam .feature-item i {
    color: #FF6347;
}

/* Village Theme - Earthy Traditional */
.village-theme .cta-button.primary {
    background: linear-gradient(45deg, #8B4513, #DAA520);
    color: white;
    box-shadow: 0 15px 40px rgba(139, 69, 19, 0.5);
}

.village-theme .theme-hero h1 {
    color: #DAA520;
    text-shadow: 3px 3px 15px rgba(218, 165, 32, 0.8);
}

.village-theme .feature-item i {
    color: #DAA520;
}

/* Mela Theme - Vibrant Indian Colors */
.mela-theme .cta-button.primary {
    background: linear-gradient(45deg, #FF4500, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(255, 69, 0, 0.5);
}

.mela-theme .theme-hero h1 {
    color: #FFD700;
    text-shadow: 3px 3px 15px rgba(255, 215, 0, 0.8);
}

.mela-theme .feature-item i {
    color: #FF4500;
}

/* Cowboy Western Theme - Rustic Western */
.cowboy-western .cta-button.primary {
    background: linear-gradient(45deg, #8B4513, #D2691E);
    color: white;
    box-shadow: 0 15px 40px rgba(139, 69, 19, 0.5);
}

.cowboy-western .theme-hero h1 {
    color: #D2691E;
    text-shadow: 3px 3px 15px rgba(210, 105, 30, 0.8);
}

.cowboy-western .feature-item i {
    color: #D2691E;
}

/* Masquerade Ball Theme - Elegant Purple & Gold */
.masquerade-ball .cta-button.primary {
    background: linear-gradient(45deg, #4B0082, #DAA520);
    color: white;
    box-shadow: 0 15px 40px rgba(75, 0, 130, 0.5);
}

.masquerade-ball .theme-hero h1 {
    color: #DAA520;
    text-shadow: 3px 3px 15px rgba(218, 165, 32, 0.8);
}

.masquerade-ball .feature-item i {
    color: #DAA520;
}

/* NEW THEMES 11-20 HERO BACKGROUNDS */

/* Arabian Nights Theme - Luxurious Middle Eastern */
body.arabian-nights .theme-hero-bg {
    background-image: url('../images/themes/arabian-nights-hero.jpg') !important;
}

/* Under the Sea Theme - Ocean Adventure */
body.under-the-sea .theme-hero-bg {
    background-image: url('../images/themes/under-the-sea-hero.jpg') !important;
}

/* Space Odyssey Theme - Futuristic Galaxy */
body.space-odyssey .theme-hero-bg {
    background-image: url('../images/themes/space-odyssey-hero.jpg') !important;
}

/* Carnival Fiesta Theme - Vibrant Circus */
body.carnival-fiesta .theme-hero-bg {
    background-image: url('../images/themes/carnival-fiesta-hero.jpg') !important;
}

/* Fairy Tale Theme - Magical Fantasy */
body.fairy-tale .theme-hero-bg {
    background-image: url('../images/themes/fairy-tale-hero.jpg') !important;
}

/* Retro 80s Party Theme - Neon Nostalgia */
body.retro-80s-party .theme-hero-bg {
    background-image: url('../images/themes/retro-80s-party-hero.jpg') !important;
}

/* Winter Wonderland Theme - Snowy Magic */
body.winter-wonderland .theme-hero-bg {
    background-image: url('../images/themes/winter-wonderland-hero.jpg') !important;
}

/* Superhero Party Theme - Comic Action */
body.superhero-party .theme-hero-bg {
    background-image: url('../images/themes/superhero-party-hero.jpg') !important;
}

/* Medieval Knights Theme - Castle Kingdom */
body.medieval-knights .theme-hero-bg {
    background-image: url('../images/themes/medieval-knights-hero.jpg') !important;
}

/* Enchanted Forest Theme - Mystical Woodland */
body.enchanted-forest .theme-hero-bg {
    background-image: url('../images/themes/enchanted-forest-hero.jpg') !important;
}

/* Arabian Nights Theme - Luxurious Middle Eastern */
.arabian-nights .cta-button.primary {
    background: linear-gradient(45deg, #B8860B, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(184, 134, 11, 0.5);
}

.arabian-nights .theme-hero h1 {
    color: #FFD700;
    text-shadow: 3px 3px 15px rgba(255, 215, 0, 0.8);
}

.arabian-nights .feature-item i {
    color: #B8860B;
}

/* Under the Sea Theme - Ocean Blues */
.under-the-sea .cta-button.primary {
    background: linear-gradient(45deg, #0077BE, #00CED1);
    color: white;
    box-shadow: 0 15px 40px rgba(0, 119, 190, 0.5);
}

.under-the-sea .theme-hero h1 {
    color: #00CED1;
    text-shadow: 3px 3px 15px rgba(0, 206, 209, 0.8);
}

.under-the-sea .feature-item i {
    color: #0077BE;
}

/* Space Odyssey Theme - Futuristic Space */
.space-odyssey .cta-button.primary {
    background: linear-gradient(45deg, #4B0082, #00BFFF);
    color: white;
    box-shadow: 0 15px 40px rgba(75, 0, 130, 0.5);
}

.space-odyssey .theme-hero h1 {
    color: #00BFFF;
    text-shadow: 3px 3px 15px rgba(0, 191, 255, 0.8);
}

.space-odyssey .feature-item i {
    color: #4B0082;
}

/* Carnival Fiesta Theme - Vibrant Carnival */
.carnival-fiesta .cta-button.primary {
    background: linear-gradient(45deg, #FF1493, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(255, 20, 147, 0.5);
}

.carnival-fiesta .theme-hero h1 {
    color: #FFD700;
    text-shadow: 3px 3px 15px rgba(255, 215, 0, 0.8);
}

.carnival-fiesta .feature-item i {
    color: #FF1493;
}

/* Fairy Tale Theme - Magical Pastels */
.fairy-tale .cta-button.primary {
    background: linear-gradient(45deg, #DA70D6, #FFB6C1);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(218, 112, 214, 0.5);
}

.fairy-tale .theme-hero h1 {
    color: #FFB6C1;
    text-shadow: 3px 3px 15px rgba(255, 182, 193, 0.8);
}

.fairy-tale .feature-item i {
    color: #DA70D6;
}

/* Retro 80s Party Theme - Neon Bright */
.retro-80s-party .cta-button.primary {
    background: linear-gradient(45deg, #FF00FF, #00FFFF);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(255, 0, 255, 0.5);
}

.retro-80s-party .theme-hero h1 {
    color: #00FFFF;
    text-shadow: 3px 3px 15px rgba(0, 255, 255, 0.8);
}

.retro-80s-party .feature-item i {
    color: #FF00FF;
}

/* Winter Wonderland Theme - Icy Cool */
.winter-wonderland .cta-button.primary {
    background: linear-gradient(45deg, #4682B4, #E0E6FF);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(70, 130, 180, 0.5);
}

.winter-wonderland .theme-hero h1 {
    color: #E0E6FF;
    text-shadow: 3px 3px 15px rgba(224, 230, 255, 0.8);
}

.winter-wonderland .feature-item i {
    color: #4682B4;
}

/* Superhero Party Theme - Comic Bold */
.superhero-party .cta-button.primary {
    background: linear-gradient(45deg, #DC143C, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(220, 20, 60, 0.5);
}

.superhero-party .theme-hero h1 {
    color: #FFD700;
    text-shadow: 3px 3px 15px rgba(255, 215, 0, 0.8);
}

.superhero-party .feature-item i {
    color: #DC143C;
}

/* Medieval Knights Theme - Royal Medieval */
.medieval-knights .cta-button.primary {
    background: linear-gradient(45deg, #8B0000, #DAA520);
    color: white;
    box-shadow: 0 15px 40px rgba(139, 0, 0, 0.5);
}

.medieval-knights .theme-hero h1 {
    color: #DAA520;
    text-shadow: 3px 3px 15px rgba(218, 165, 32, 0.8);
}

.medieval-knights .feature-item i {
    color: #8B0000;
}

/* Enchanted Forest Theme - Mystical Nature */
.enchanted-forest .cta-button.primary {
    background: linear-gradient(45deg, #228B22, #98FB98);
    color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(34, 139, 34, 0.5);
}

.enchanted-forest .theme-hero h1 {
    color: #98FB98;
    text-shadow: 3px 3px 15px rgba(152, 251, 152, 0.8);
}

.enchanted-forest .feature-item i {
    color: #228B22;
}

/* Navigation Dropdown Styles */
.nav-dropdown {
    position: relative;
}

.nav-dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(20px);
    min-width: 200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px 0;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-dropdown:hover .dropdown-content {
    display: block;
    animation: fadeInDown 0.3s ease;
}

.dropdown-content a {
    display: block;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.dropdown-content a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFD700;
    border-left-color: #FFD700;
    padding-left: 25px;
}

.dropdown-content a.active {
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    border-left-color: #FFD700;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.4) 40%, 
        rgba(0, 0, 0, 0.4) 60%, 
        rgba(0, 0, 0, 0.85) 100%
    );
    z-index: 2;
}

/* Enhanced hero overlay with radial gradient for focus */
.theme-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.6) 70%,
        rgba(0, 0, 0, 0.9) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.theme-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.breadcrumb {
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #FF6B6B;
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 10px;
}

.theme-hero h1 {
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 4px 4px 12px rgba(0, 0, 0, 0.6);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    letter-spacing: -2px;
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.theme-hero h1::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.9;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.hero-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button.primary {
    background: linear-gradient(45deg, #D4AF37, #FFD700);
    color: #1a1a1a;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
    font-weight: 700;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.cta-button.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
}

.cta-button.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1s forwards;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 500;
}

.feature-item i {
    font-size: 1.3rem;
    color: #4ECDC4;
}

/* Theme Overview Section - Luxury Design */
.theme-overview {
    padding: 120px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    position: relative;
}

.theme-overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
    z-index: 1;
}

.theme-overview > * {
    position: relative;
    z-index: 2;
}

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

.section-header h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    letter-spacing: -1px;
}

.section-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 300;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.overview-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 50px 40px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.overview-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.15);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 2rem;
}

.overview-card h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.overview-card p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 1.05rem;
    font-weight: 300;
}

/* Packages Section */
.packages {
    padding: 100px 0;
    background: #2C3E50;
    color: white;
}

.packages .section-header h2,
.packages .section-header p {
    color: white;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.package-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.package-card.popular {
    border: 3px solid #4ECDC4;
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2;
}

.package-header {
    padding: 40px 30px 20px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.package-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.package-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.currency {
    font-size: 1.5rem;
    font-weight: 600;
}

.price {
    font-size: 3rem;
    font-weight: 800;
}

.duration {
    font-size: 1rem;
    opacity: 0.8;
}

.package-features {
    padding: 30px;
    color: #333;
}

.package-features .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
}

.package-features .feature-item i {
    color: #4ECDC4;
    font-size: 1.2rem;
}

.package-button {
    display: block;
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    padding: 15px;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.package-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

/* Gallery Section */
.gallery {
    padding: 100px 0;
    background: #f8f9fa;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.gallery-overlay p {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Booking Section */
.booking {
    padding: 100px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.booking-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.booking-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.booking-info p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.booking-features {
    margin-bottom: 40px;
}

.booking-feature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.booking-feature i {
    font-size: 2rem;
    color: #4ECDC4;
    width: 50px;
}

.booking-feature h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.booking-feature p {
    opacity: 0.8;
    margin: 0;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-option:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.contact-option.whatsapp {
    background: #25D366;
}

.contact-option.whatsapp:hover {
    background: #20b559;
}

.booking-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4ECDC4;
    background: rgba(255, 255, 255, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.submit-button {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}

/* Related Themes Section */
.related-themes {
    padding: 100px 0;
    background: #2C3E50;
}

.related-themes .section-header h2,
.related-themes .section-header p {
    color: white;
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-card:hover {
    transform: translateY(-10px);
}

.theme-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.theme-card:hover img {
    transform: scale(1.1);
}

.theme-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        transparent 0%, 
        transparent 50%, 
        rgba(0, 0, 0, 0.8) 100%
    );
    color: white;
    padding: 30px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease;
}

.theme-card:hover .theme-overlay {
    background: linear-gradient(
        rgba(0, 0, 0, 0.3) 0%, 
        rgba(0, 0, 0, 0.6) 50%, 
        rgba(0, 0, 0, 0.9) 100%
    );
}

.theme-overlay h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.theme-overlay p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 15px;
    line-height: 1.4;
}

.theme-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4ECDC4;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.theme-link:hover {
    color: #FF6B6B;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 968px) {
    .theme-hero {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-features {
        gap: 20px;
    }
    
    .overview-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .package-card.popular {
        transform: none;
    }
    
    .booking-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .themes-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .theme-hero {
        height: 70vh;
        min-height: 450px;
    }
    
    .theme-hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .overview-grid {
        grid-template-columns: 1fr;
    }
    
    .overview-card {
        padding: 30px 20px;
    }
    
    .booking-form {
        padding: 30px 20px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .theme-hero {
        height: 60vh;
        min-height: 400px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .overview-card {
        padding: 25px 15px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .booking-form {
        padding: 20px 15px;
    }
}