/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Great+Vibes&family=Pacifico&family=Allura&family=Alex+Brush&family=Pinyon+Script&family=Satisfy&family=Tangerine:wght@400;700&display=swap');

/* ========================================
   THEME SELECTOR - DEVELOPER ONLY
   ======================================== 
   Instructions: 
   1. Comment out the ACTIVE theme below
   2. Uncomment your desired theme 
   3. Save the file to apply changes
   
   Available Themes:
   - Classic Brown & Gold (Default)
   - Royal Purple & Gold
   - Ocean Teal & Coral  
   - Navy & Rose
   - Forest Green & Gold
   - Burgundy & Champagne
   - Minimalist Black & White
*/

/* ===== THEME 1: CLASSIC BROWN & GOLD (DEFAULT) - CURRENTLY ACTIVE ===== */

:root {
    --primary-color: #000000;
    --secondary-color: #333333;
    --accent-color: #666666;
    --highlight-color: #ffffff;
    --light-bg: #f8f9fa;
    --text-color: #212529;
    --light-text: #ffffff;
    --hover-gold: #e9ecef;
    --nav-bg-opacity: rgba(0, 0, 0, 0.95);

    
    /* Font Families - Classic Elegant */
    --body-font: 'Dancing Script', 'Brush Script MT', 'Lucida Handwriting', cursive;
    --heading-font: 'Allura', 'Alex Brush', cursive;
    --accent-font: 'Pinyon Script', 'Satisfy', cursive;
    --modern-font: 'Dancing Script', cursive;
}


/* ===== ALTERNATIVE THEMES - TO ACTIVATE: Replace the :root section above with one of these =====

THEME 2: ROYAL PURPLE & GOLD
Copy this and replace the :root section above:

:root {
    --primary-color: #6B46C1;
    --secondary-color: #9333EA;
    --accent-color: #F59E0B;
    --highlight-color: #FCD34D;
    --light-bg: #F3E8FF;
    --text-color: #1F2937;
    --light-text: #FAF5FF;
    --hover-gold: #FDE68A;
    --nav-bg-opacity: rgba(107, 70, 193, 0.95);
    
    Font Families - Modern Royal:
    --body-font: 'Great Vibes', 'Georgia', serif;
    --heading-font: 'Tangerine', 'Times New Roman', serif;
    --accent-font: 'Satisfy', 'Dancing Script', cursive;
    --modern-font: 'Pacifico', 'Arial', sans-serif;
}

THEME 3: OCEAN TEAL & CORAL
Copy this and replace the :root section above:

:root {
    --primary-color: #0F766E;
    --secondary-color: #14B8A6;
    --accent-color: #F97316;
    --highlight-color: #FB923C;
    --light-bg: #F0FDFA;
    --text-color: #1F2937;
    --light-text: #ECFDF5;
    --hover-gold: #FED7AA;
    --nav-bg-opacity: rgba(15, 118, 110, 0.95);
    
    Font Families - Ocean Breeze:
    --body-font: 'Satisfy', 'Lucida Handwriting', cursive;
    --heading-font: 'Alex Brush', 'Great Vibes', cursive;
    --accent-font: 'Dancing Script', 'Pinyon Script', cursive;
    --modern-font: 'Allura', 'Helvetica', sans-serif;
}

THEME 4: NAVY & ROSE
Copy this and replace the :root section above:

:root {
    --primary-color: #1E3A8A;
    --secondary-color: #3B82F6;
    --accent-color: #E11D48;
    --highlight-color: #F472B6;
    --light-bg: #F8FAFC;
    --text-color: #1F2937;
    --light-text: #F1F5F9;
    --hover-gold: #FBBF24;
    --nav-bg-opacity: rgba(30, 58, 138, 0.95);
    
    Font Families - Navy Elegance:
    --body-font: 'Pinyon Script', 'Book Antiqua', serif;
    --heading-font: 'Dancing Script', 'Allura', cursive;
    --accent-font: 'Alex Brush', 'Satisfy', cursive;
    --modern-font: 'Tangerine', 'Trebuchet MS', sans-serif;
}

THEME 5: FOREST GREEN & GOLD
Copy this and replace the :root section above:

:root {
    --primary-color: #166534;
    --secondary-color: #22C55E;
    --accent-color: #D97706;
    --highlight-color: #FCD34D;
    --light-bg: #F0FDF4;
    --text-color: #1F2937;
    --light-text: #ECFDF5;
    --hover-gold: #FDE68A;
    --nav-bg-opacity: rgba(22, 101, 52, 0.95);
    
    Font Families - Nature Inspired:
    --body-font: 'Alex Brush', 'Dancing Script', cursive;
    --heading-font: 'Pacifico', 'Verdana', sans-serif;
    --accent-font: 'Allura', 'Pinyon Script', cursive;
    --modern-font: 'Satisfy', 'Arial', sans-serif;
}

THEME 6: BURGUNDY & CHAMPAGNE
Copy this and replace the :root section above:

:root {
    --primary-color: #7C2D12;
    --secondary-color: #DC2626;
    --accent-color: #D97706;
    --highlight-color: #FCD34D;
    --light-bg: #FEF2F2;
    --text-color: #1F2937;
    --light-text: #FDF2F8;
    --hover-gold: #FDE68A;
    --nav-bg-opacity: rgba(124, 45, 18, 0.95);
    
    Font Families - Vintage Luxury:
    --body-font: 'Tangerine', 'Times New Roman', serif;
    --heading-font: 'Satisfy', 'Allura', cursive;
    --accent-font: 'Pacifico', 'Alex Brush', cursive;
    --modern-font: 'Pinyon Script', 'Calibri', sans-serif;
}

THEME 7: MINIMALIST BLACK & WHITE
Copy this and replace the :root section above:

:root {
    --primary-color: #000000;
    --secondary-color: #333333;
    --accent-color: #666666;
    --highlight-color: #ffffff;
    --light-bg: #f8f9fa;
    --text-color: #212529;
    --light-text: #ffffff;
    --hover-gold: #e9ecef;
    --nav-bg-opacity: rgba(0, 0, 0, 0.95);
    
    Font Families - Clean Minimalist:
    --body-font: 'Georgia', 'Times New Roman', serif;
    --heading-font: 'Helvetica Neue', 'Arial', sans-serif;
    --accent-font: 'Georgia', 'Times New Roman', serif;
    --modern-font: 'Arial', 'Helvetica', sans-serif;
}

===== END OF THEMES ===== */

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

body {
    font-family: var(--body-font);
    line-height: 1.6;
    color: var(--text-color);
    overflow-x: hidden;
    font-size: 1.1rem;
}

/* Image Protection Styles */
img {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    -webkit-touch-callout: none !important;
    pointer-events: none;
}

/* Gallery and photo specific protection */
.photo-scroll img, .gallery-grid img, .gallery-item {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

/* Disable text selection on protected areas */
.photo-scroll, .gallery-grid, .gallery-item {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Disable highlighting */
::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

/* Hide content when printing */
@media print {
    .photo-scroll, .gallery-grid, img {
        display: none !important;
        visibility: hidden !important;
    }
}

/* Disable right-click context menu styling */
.no-context-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Navigation Styles */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--nav-bg-opacity);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

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

.logo {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--light-bg);
    text-decoration: none;
    letter-spacing: 2px;
    font-family: var(--heading-font);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: var(--light-bg);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links a:hover {
    color: var(--highlight-color);
    transform: translateY(-2px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--highlight-color);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--light-bg);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--accent-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<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="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 800px;
    padding: 0 2rem;
}

.hero h1 {
    font-size: 7rem;
    margin-bottom: 1rem;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease;
    font-family: var(--heading-font);
    letter-spacing: 3px;
    font-weight: 400;
}

.hero .subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.3s both;
    font-family: var(--accent-font);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

.hero .description {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.8;
    animation: fadeInUp 1s ease 0.6s both;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.9s both;
}

.btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: var(--highlight-color);
    color: var(--primary-color);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-primary:hover {
    background: var(--hover-gold);
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-color);
}

/* Floating elements */
.floating-notes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.note {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
}

.note:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.note:nth-child(2) { top: 60%; right: 15%; animation-delay: 2s; }
.note:nth-child(3) { bottom: 30%; left: 20%; animation-delay: 4s; }

/* Section Titles */
.section-title {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
    position: relative;
    font-family: var(--heading-font);
    letter-spacing: 1px;
    font-weight: 400;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

/* About Section */
.about {
    padding: 8rem 2rem;
    background: linear-gradient(45deg, var(--light-bg) 0%, var(--light-text) 100%);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text {
    font-size: 1.2rem;
    line-height: 1.8;
}

.about-image {
    text-align: center;
}

.veena-placeholder {
    width: 300px;
    height: 400px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.veena-placeholder:hover {
    transform: rotate(0deg) scale(1.05);
}

/* Photo Gallery Section */
.photo-gallery {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f9f7f4 0%, #ede7d9 100%);
    overflow: hidden;
}

.photo-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
}

.photo-scroll {
    display: flex;
    animation: scrollPhotos 30s linear infinite;
    gap: 2rem;
}

.photo-item {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
}

.photo-item:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    z-index: 10;
}

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

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

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

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

.photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}

.photo-scroll:hover {
    animation-play-state: paused;
}

/* Services Section */
.services {
    padding: 8rem 2rem;
    background: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.service-card {
    background: linear-gradient(135deg, var(--light-bg) 0%, var(--light-text) 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.service-card:hover::before {
    opacity: 1;
    animation: shimmer 1.5s ease-in-out;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.service-card h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-family: var(--modern-font);
    letter-spacing: 1px;
    font-weight: 600;
}

/* Gallery Section */
.gallery {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.gallery-item {
    aspect-ratio: 1;
    background: linear-gradient(45deg, var(--accent-color), var(--highlight-color));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary-color);
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Contact Section */
.contact {
    padding: 8rem 2rem;
    background: var(--light-bg);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info {
    font-size: 1.2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateX(10px);
}

.contact-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--primary-color);
}

.quick-booking {
    margin-top: 3rem;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.quick-booking h3 {
    color: var(--primary-color);
    font-family: var(--modern-font);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.calendly-container {
    margin-top: 1rem;
}

.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--light-bg);
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* Footer */
.footer {
    background: var(--primary-color);
    color: white;
    text-align: center;
    padding: 3rem 2rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.social-link {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: var(--highlight-color);
    transform: translateY(-3px);
}

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

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

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

@keyframes scrollPhotos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Press Page Styles */
.press-section {
    background-color: #faf8f5;
}

.press-article {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.press-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.15) !important;
}

.read-more:hover {
    text-decoration: underline !important;
}

.media-item {
    transition: transform 0.3s ease;
}

.media-item:hover {
    transform: translateY(-5px);
}

.resource-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.15) !important;
}

/* Active navigation link */
.nav-links a.active {
    color: #8b4513 !important;
    font-weight: 600;
}

/* Header Social Media Icons */
.header-social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header-social-link {
    color: #f4e4c1;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.header-social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: all 0.3s ease;
}

.header-social-link:hover {
    background: rgba(255, 215, 0, 0.2);
    transform: translateY(-2px) scale(1.1);
    color: #ffd700;
}