/* ============================================
   Andhra Kraistava Keerthanallu - Stylesheet
   Devotional Theme with Musical Cursor & Design
   ============================================ */

/* CSS Variables for Theme Colors - Simple Devotional Theme */
:root {
    --primary-color: #8B7355; /* Warm brown */
    --secondary-color: #6B5B4F; /* Darker brown */
    --accent-color: #D4A574; /* Light golden */
    --accent-light: #F5E6D3; /* Light cream */
    --text-color: #1A1A1A; /* Dark text */
    --text-light: #4A4A4A;
    --bg-color: #FFFFFF; /* Pure white */
    --bg-section: #F9F9F9; /* Light gray */
    --border-color: #E0E0E0; /* Light gray border */
    --hover-color: #6B5B4F; /* Darker on hover */
    --shadow: rgba(0, 0, 0, 0.08);
    --shadow-hover: rgba(0, 0, 0, 0.15);
}

/* ============================================
   CUSTOM CURSOR STYLES
   ============================================ */

/* Base cursor - Musical note */
* {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z" fill="%238B7355" opacity="0.8"/></svg>'), auto;
}

/* Interactive elements - Treble clef cursor */
a, button, .song-card, .author-card, .nav-menu a, 
.search-container button, .lyrics-btn, .expand-btn,
input[type="text"], input[type="number"], select,
.youtube-link, .external-link, .channel-link {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13.5 5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-2 16c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm-6-6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm11-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm2 6c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z" fill="%23FFD700" opacity="0.9"/></svg>'), pointer !important;
}

/* YouTube/Video links - Microphone cursor */
.youtube-link, .external-link, .youtube-embed, iframe {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z" fill="%23B8D4E3"/><path d="M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z" fill="%23B8D4E3"/></svg>'), pointer !important;
}

/* Text selection - Music wave */
::selection {
    background: var(--accent-color);
    color: var(--text-color);
}

/* ============================================
   ELEGANT SPLASH SCREEN LANDING PAGE
   ============================================ */

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    overflow: hidden;
}

.splash-screen.splash-visible {
    opacity: 1;
    visibility: visible;
}

.splash-screen.splash-fade-out {
    opacity: 0;
    visibility: hidden;
}

.splash-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Screenshot%202025-11-05%20at%2010.56.47%20AM.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    overflow: hidden;
}

/* Overlay for splash screen readability - Temporarily removed to test */
.splash-background::before {
    display: none;
}



/* Animated Snowflakes */
.splash-snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.splash-snowflake {
    display: none;
}

.splash-snowflake:nth-child(1) { left: 5%; animation-delay: 0s; font-size: 1.2rem; }
.splash-snowflake:nth-child(2) { left: 12%; animation-delay: 1s; font-size: 1.8rem; }
.splash-snowflake:nth-child(3) { left: 20%; animation-delay: 2s; font-size: 1.4rem; }
.splash-snowflake:nth-child(4) { left: 28%; animation-delay: 0.5s; font-size: 1.6rem; }
.splash-snowflake:nth-child(5) { left: 35%; animation-delay: 1.5s; font-size: 1.3rem; }
.splash-snowflake:nth-child(6) { left: 45%; animation-delay: 2.5s; font-size: 1.7rem; }
.splash-snowflake:nth-child(7) { left: 55%; animation-delay: 0.8s; font-size: 1.5rem; }
.splash-snowflake:nth-child(8) { left: 65%; animation-delay: 1.8s; font-size: 1.4rem; }
.splash-snowflake:nth-child(9) { left: 75%; animation-delay: 3s; font-size: 1.6rem; }
.splash-snowflake:nth-child(10) { left: 82%; animation-delay: 0.3s; font-size: 1.3rem; }
.splash-snowflake:nth-child(11) { left: 88%; animation-delay: 1.2s; font-size: 1.5rem; }
.splash-snowflake:nth-child(12) { left: 15%; animation-delay: 2.2s; font-size: 1.7rem; }
.splash-snowflake:nth-child(13) { left: 25%; animation-delay: 0.7s; font-size: 1.4rem; }
.splash-snowflake:nth-child(14) { left: 40%; animation-delay: 1.7s; font-size: 1.6rem; }
.splash-snowflake:nth-child(15) { left: 60%; animation-delay: 2.8s; font-size: 1.3rem; }
.splash-snowflake:nth-child(16) { left: 70%; animation-delay: 0.4s; font-size: 1.5rem; }
.splash-snowflake:nth-child(17) { left: 85%; animation-delay: 1.6s; font-size: 1.8rem; }
.splash-snowflake:nth-child(18) { left: 92%; animation-delay: 2.3s; font-size: 1.2rem; }
.splash-snowflake:nth-child(19) { left: 50%; animation-delay: 0.9s; font-size: 1.4rem; }
.splash-snowflake:nth-child(20) { left: 30%; animation-delay: 1.4s; font-size: 1.7rem; }

@keyframes splashSnowfall {
    0% {
        top: -50px;
        opacity: 0;
        transform: translateX(0) rotate(0deg);
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        top: 100vh;
        opacity: 0;
        transform: translateX(20px) rotate(360deg);
    }
}

/* Twinkling Stars */
.splash-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 50%;
    animation: twinkle 3s infinite;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.star:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.star:nth-child(2) { top: 25%; left: 80%; animation-delay: 0.5s; width: 4px; height: 4px; }
.star:nth-child(3) { top: 40%; left: 30%; animation-delay: 1s; }
.star:nth-child(4) { top: 60%; left: 70%; animation-delay: 1.5s; width: 2px; height: 2px; }
.star:nth-child(5) { top: 20%; left: 50%; animation-delay: 2s; }
.star:nth-child(6) { top: 75%; left: 20%; animation-delay: 0.3s; width: 3.5px; height: 3.5px; }
.star:nth-child(7) { top: 50%; left: 90%; animation-delay: 2.2s; }
.star:nth-child(8) { top: 35%; left: 15%; animation-delay: 1.8s; width: 2.5px; height: 2.5px; }

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

/* Splash Content */
.splash-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: var(--text-color);
    padding: 2rem;
    max-width: 800px;
    animation: fadeInUp 1s ease 0.3s both;
    pointer-events: auto;
    background:url('../Screenshot%202025-11-05%20at%2010.56.47%20AM.png') center center;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.splash-greeting {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 3px;
    color: var(--text-light);
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    animation: fadeIn 1s ease 0.5s both;
}

.splash-title {
    font-family: 'Ponnala', 'Noto Serif Telugu', serif;
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 1rem 0;
    letter-spacing: 2px;
    line-height: 1.2;
    animation: fadeInUp 1s ease 0.7s both;
}

.splash-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-light);
    margin: 0.5rem 0 1.5rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    animation: fadeInUp 1s ease 0.9s both;
}

.splash-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin: 2rem 0 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Source Sans Pro', sans-serif;
    animation: fadeInUp 1s ease 1.1s both;
}

.splash-button {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    font-family: 'Source Sans Pro', sans-serif;
    animation: fadeInUp 1s ease 1.3s both;
}

.splash-button:hover {
    background: var(--hover-color);
    transform: translateY(-2px);
}

.splash-button:active {
    transform: translateY(-1px) scale(1.02);
}

.splash-button svg {
    transition: transform 0.3s ease;
}

.splash-button:hover svg {
    transform: translateX(5px);
}

.splash-button span {
    position: relative;
    z-index: 1;
}

/* Main Content Visibility */
.main-content-hidden {
    display: none;
}

.main-content-visible {
    display: block;
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

/* Responsive Splash Screen */
@media (max-width: 768px) {
    .splash-title {
        font-size: 2.5rem;
    }
    
    .splash-subtitle {
        font-size: 1.3rem;
    }
    
    .splash-description {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .splash-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
    
    .splash-snowflake {
        font-size: 1.2rem;
    }
    
    .splash-christmas-tree {
        width: 150px;
        height: 220px;
    }
    
    .tree-body {
        border-left-width: 60px;
        border-right-width: 60px;
        border-bottom-width: 180px;
    }
    
    .tree-body::before {
        border-left-width: 50px;
        border-right-width: 50px;
        border-bottom-width: 150px;
        bottom: -180px;
        left: -50px;
    }
    
    .tree-body::after {
        border-left-width: 45px;
        border-right-width: 45px;
        border-bottom-width: 130px;
        bottom: -330px;
        left: -45px;
    }
    
    .splash-trees {
        height: 40%;
    }
    
    .splash-tree {
        border-left-width: 30px;
        border-right-width: 30px;
        border-bottom-width: 90px;
    }
    
    .splash-tree::before {
        border-left-width: 25px;
        border-right-width: 25px;
        border-bottom-width: 75px;
        bottom: -90px;
        left: -25px;
    }
    
    .splash-tree::after {
        border-left-width: 22px;
        border-right-width: 22px;
        border-bottom-width: 60px;
        bottom: -165px;
        left: -22px;
    }
}

@media (max-width: 480px) {
    .splash-title {
        font-size: 2rem;
    }
    
    .splash-subtitle {
        font-size: 1.1rem;
    }
    
    .splash-greeting {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    
    .splash-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .splash-christmas-tree {
        width: 120px;
        height: 180px;
        bottom: 3%;
    }
    
    .tree-body {
        border-left-width: 45px;
        border-right-width: 45px;
        border-bottom-width: 140px;
    }
    
    .tree-body::before {
        border-left-width: 38px;
        border-right-width: 38px;
        border-bottom-width: 110px;
        bottom: -140px;
        left: -38px;
    }
    
    .tree-body::after {
        border-left-width: 32px;
        border-right-width: 32px;
        border-bottom-width: 95px;
        bottom: -250px;
        left: -32px;
    }
    
    .tree-ornament {
        width: 8px;
        height: 8px;
    }
    
    .splash-trees {
        height: 35%;
    }
    
    .splash-tree {
        border-left-width: 20px;
        border-right-width: 20px;
        border-bottom-width: 60px;
    }
    
    .splash-tree::before {
        border-left-width: 18px;
        border-right-width: 18px;
        border-bottom-width: 50px;
        bottom: -60px;
        left: -18px;
    }
    
    .splash-tree::after {
        border-left-width: 15px;
        border-right-width: 15px;
        border-bottom-width: 40px;
        bottom: -110px;
        left: -15px;
    }
    
    .splash-ground {
        height: 25%;
    }
}

/* ============================================
   MUSICAL NOTE ANIMATIONS (Falling from Top)
   ============================================ */

.musical-notes-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    background: var(--snow-gradient);
}

.musical-note {
    position: absolute;
    font-size: 1.2rem;
    color: rgba(218, 165, 32, 0.5);
    animation: fallNote 20s infinite linear;
    opacity: 0;
    font-weight: 300;
    filter: drop-shadow(0 0 4px rgba(218, 165, 32, 0.4));
}

/* Musical notes with varied positions and timings - falling from top */
.musical-note:nth-child(1) { left: 8%; animation-delay: 0s; font-size: 1rem; }
.musical-note:nth-child(2) { left: 15%; animation-delay: 2s; font-size: 1.3rem; }
.musical-note:nth-child(3) { left: 25%; animation-delay: 4s; font-size: 1.1rem; }
.musical-note:nth-child(4) { left: 35%; animation-delay: 1.5s; font-size: 1.4rem; }
.musical-note:nth-child(5) { left: 45%; animation-delay: 3.5s; font-size: 1rem; }
.musical-note:nth-child(6) { left: 55%; animation-delay: 5.5s; font-size: 1.2rem; }
.musical-note:nth-child(7) { left: 65%; animation-delay: 2.5s; font-size: 1.3rem; }
.musical-note:nth-child(8) { left: 75%; animation-delay: 6.5s; font-size: 1.1rem; }
.musical-note:nth-child(9) { left: 85%; animation-delay: 4.5s; font-size: 1.2rem; }
.musical-note:nth-child(10) { left: 92%; animation-delay: 7.5s; font-size: 1rem; }
.musical-note:nth-child(11) { left: 20%; animation-delay: 8.5s; font-size: 1.3rem; }
.musical-note:nth-child(12) { left: 60%; animation-delay: 9.5s; font-size: 1.1rem; }

@keyframes fallNote {
    0% {
        top: -50px;
        opacity: 0;
        transform: translateX(0) rotate(0deg);
    }
    10% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
        transform: translateX(10px) rotate(180deg);
    }
    90% {
        opacity: 0.6;
    }
    100% {
        top: 100vh;
        opacity: 0;
        transform: translateX(-10px) rotate(360deg);
    }
}

/* ============================================
   TITLE & HEADING DESIGNS
   ============================================ */

/* Main title section */
.header-title-section {
    position: relative;
    background: url('../Screenshot%202025-11-05%20at%2010.56.47%20AM.png') center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0.7rem 0;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.header-title-section::before,
.header-title-section::after {
    display: none;
}

.header-title-section::before {
    left: 12%;
    animation-delay: 0s;
}

.header-title-section::after {
    right: 12%;
    animation-delay: 1.5s;
}

@keyframes gentlePulse {
    0%, 100% {
        opacity: 0.25;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scale(1.05);
    }
}

.logo h1 {
    font-family: 'Ponnala', 'Noto Serif Telugu', 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    animation: elegantFadeIn 1.5s ease-out;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    transition: all 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 2px 6px rgba(196, 30, 58, 0.2));
}

.logo h1:hover {
    color: var(--hover-color);
    transform: scale(1.02);
    text-shadow: 0 2px 6px rgba(196, 30, 58, 0.3);
}

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

/* Decorative musical icons for section headings */
.section-title {
    position: relative;
    display: inline-block;
    padding-left: 2.5rem;
}

.section-title::before {
    content: '❄';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--accent-color);
    opacity: 0.5;
    font-weight: 300;
    filter: drop-shadow(0 0 4px rgba(218, 165, 32, 0.5));
}

.page-header h1::before,
.song-title-telugu::before,
.author-name::before {
    content: '❄';
    display: inline-block;
    margin-right: 0.4rem;
    color: var(--accent-color);
    opacity: 0.6;
    font-size: 0.75em;
    font-weight: 300;
    animation: subtleSway 3s ease-in-out infinite;
    filter: drop-shadow(0 0 3px rgba(218, 165, 32, 0.4));
}

@keyframes subtleSway {
    0%, 100% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
}

/* Hover effects with glow */
.song-card:hover,
.author-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(139, 115, 85, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.song-card:hover .song-title-telugu::before,
.author-card:hover .author-name::before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* ============================================
   RESPONSIVE & TOUCH FEEDBACK
   ============================================ */

/* Touch feedback for mobile */
@media (max-width: 768px) {
    /* Remove cursor styles on mobile */
    * {
        cursor: default !important;
    }
    
    /* Touch ripple effect */
    .song-card:active,
    .author-card:active,
    button:active,
    a:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
    
    /* Ripple effect */
    .song-card,
    .author-card,
    button,
    a {
        position: relative;
        overflow: hidden;
    }
    
    .song-card::after,
    .author-card::after,
    button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(139, 115, 85, 0.3);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }
    
    .song-card:active::after,
    .author-card:active::after,
    button:active::after {
        width: 300px;
        height: 300px;
    }
    
    /* Reduce background animations on mobile */
    .musical-notes-background {
        display: none;
    }
    
    .header-title-section::before,
    .header-title-section::after {
        display: none;
    }
}

/* ============================================
   RESET AND BASE STYLES
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background-image: url('../Screenshot%202025-11-05%20at%2010.56.47%20AM.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    min-height: 100vh;
}

/* Overlay for better text readability - Temporarily removed to test */
body::before {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
}

a:hover {
    color: var(--hover-color);
    transform: scale(1.05);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

main {
    position: relative;
    z-index: 1;
    background: transparent;
}

/* Header and Navigation */
header {
    background: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgb(255, 255, 255);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}

.navbar {
    padding: 0.1rem 0;
    background: rgb(255, 255, 255);
}

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

.logo-subtitle {
    font-size: 1rem;
    color: var(--text-light);
    font-style: italic;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.nav-menu a {
    font-weight: 500;
    color: var(--text-color);
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px 2px 0 0;
}

.search-container {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.search-container input {
    padding: 0.5rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    font-size: 0.9rem;
    width: 200px;
    transition: all 0.3s ease;
}

.search-container input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1);
    transform: scale(1.02);
}

.search-container button {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-weight: 600;
}

.search-container button:hover {
    background: var(--hover-color);
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    background: rgba(255, 255, 255, 0.75);
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-light);
    font-style: italic;
}

/* Page Header */
.page-header {
    background: rgba(255.5, 255, 255, 0.75);
    padding: 0.5rem 0.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.page-header h1 {
    margin-bottom: 0.5rem;
    position: relative;
}

/* Song Cards */
.song-card {
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px var(--shadow);
    transition: all 0.3s ease;
    border-left: 3px solid var(--primary-color);
    position: relative;
    backdrop-filter: blur(3px);
}

.song-card:hover {
    box-shadow: 0 4px 15px var(--shadow-hover);
    transform: translateY(-2px);
    border-left-color: var(--accent-color);
}

.song-title-telugu {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-family: 'Noto Sans Telugu', sans-serif;
    font-weight: 600;
}

/* Author Cards */
.author-card {
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px var(--shadow);
    border-left: 3px solid var(--primary-color);
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
}

.author-card:hover {
    box-shadow: 0 4px 15px var(--shadow-hover);
    transform: translateY(-2px);
    border-left-color: var(--accent-color);
}

/* Footer */
footer {
    background: var(--primary-color);
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
    position: relative;
    border-top: 1px solid var(--border-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo h1 {
        font-size: 1.8rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .nav-menu {
        gap: 0.8rem;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 11 */
        padding: 0.5rem 0;
    }
    
    .nav-menu::-webkit-scrollbar {
        display: none; /* Chrome, Safari, newer versions of Opera */
    }
    
    .nav-menu a {
        padding: 0.5rem 0.8rem;
        font-size: 0.95rem;
    }
    
    .search-container {
        width: 100%;
        margin-top: 1rem;
    }
    
    .search-container input {
        width: 100%;
        flex: 1;
    }
    
    .header-title-section {
        padding: 1.5rem 0;
    }
    
    .header-title-section::before,
    .header-title-section::after {
        display: none;
    }
    
    .hero {
        padding: 2.5rem 1rem;
    }
    
    .page-header {
        padding: 2rem 1rem;
    }
    
    .song-card,
    .author-card,
    .feature-card {
        padding: 1.5rem;
    }
    
    .musical-notes-background {
        display: none;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .filters-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .filter-group {
        width: 100%;
    }
    
    .filter-group select,
    .filter-group input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .logo h1 {
        font-size: 1.5rem;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .song-title-telugu {
        font-size: 1.4rem;
    }
    
    .song-card,
    .author-card {
        padding: 1rem;
    }
}

/* ============================================
   ADDITIONAL COMPONENT STYLES
   ============================================ */

/* Intro Section */
.intro-section {
    background: transparent;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.intro-content {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(196, 30, 58, 0.12), 0 3px 15px rgba(27, 94, 32, 0.08), 0 0 20px rgba(218, 165, 32, 0.05);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 4px solid var(--primary-color);
    border-bottom: 2px solid var(--secondary-color);
    border-left: 2px solid var(--accent-color);
    background-image: 
        radial-gradient(circle at center, rgba(218, 165, 32, 0.03) 0%, transparent 70%),
        radial-gradient(circle at 30% 70%, rgba(27, 94, 32, 0.03) 0%, transparent 60%);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 25px rgba(196, 30, 58, 0.2), 0 6px 25px rgba(27, 94, 32, 0.15), 0 0 30px rgba(218, 165, 32, 0.1);
    border-top-color: var(--accent-color);
    border-bottom-color: var(--accent-color);
    border-left-color: var(--secondary-color);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Significance Section */
.significance-section {
    background: transparent;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.significance-content {
    max-width: 900px;
    margin: 0 auto;
}

.significance-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* Filters and Controls */
.filters-container {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px var(--shadow);
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label {
    font-weight: 500;
    color: var(--text-color);
}

.filter-group select,
.filter-group input {
    padding: 0.5rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.filter-group select:focus,
.filter-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.1);
}

/* Songs Grid */
.songs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.song-item {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(196, 30, 58, 0.12), 0 3px 15px rgba(27, 94, 32, 0.08), 0 0 20px rgba(218, 165, 32, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid var(--primary-color);
    border-right: 2px solid var(--secondary-color);
    border-top: 2px solid var(--accent-color);
}

.song-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 25px rgba(196, 30, 58, 0.2), 0 6px 25px rgba(27, 94, 32, 0.15), 0 0 30px rgba(218, 165, 32, 0.1);
    border-left-color: var(--accent-color);
    border-right-color: var(--accent-color);
    border-top-color: var(--secondary-color);
}

.song-number-badge {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 5px var(--shadow);
}

.song-title-english {
    font-size: 1rem;
    color: var(--text-light);
    font-style: italic;
    margin-bottom: 0.5rem;
}

/* YouTube Section */
.youtube {
  position: relative;
<<<<<<< HEAD
  width: 160px;  /* adjust as needed */
  height: 90px; /* adjust as needed */
  margin: 5px;
=======
  width: 320px;  /* adjust as needed */
  height: 180px; /* adjust as needed */
  margin: 10px;
>>>>>>> 26fb741 (Your descriptive commit message)
  cursor: pointer;
  display: inline-block;
}

.youtube img {
<<<<<<< HEAD
  width: 50%;
  height: 50%;
  display: block;
  margin: 0 auto;
=======
  width: 100%;
  height: 100%;
  display: block;
>>>>>>> 26fb741 (Your descriptive commit message)
}

.play-button {
  width: 68px;
  height: 48px;
  background: url('https://i.imgur.com/TxzC70f.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
<<<<<<< HEAD
.song-card {
    overflow: hidden; /* Ensures inner content doesn't overflow the card */
}

.youtube-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center thumbnails horizontally */
}

.youtube-thumbnail {
    width: 100%;  /* Make the thumbnail fill the container */
    max-width: 100%; 
    height: auto;
    border-radius: 6px; /* Optional: rounded corners to match card style */
    box-shadow: 0 2px 10px rgba(0,0,0,0.06); /* Optional: soft shadow */
    display: block;
}

.youtube-link {
    display: block;
    text-align: center;   /* Center the link text below the image */
    margin-top: 0.5rem;   /* Space between image and link text */
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* as before: size, position, overlay */
}


=======
.youtube-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

>>>>>>> 26fb741 (Your descriptive commit message)
.youtube-title {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.youtube-link {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
}

.youtube-link:hover {
    color: var(--hover-color);
    transform: translateX(5px);
}

.featured-channel-badge {
    display: inline-block;
    background: var(--accent-color);
    color: var(--text-color);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.featured-channel-info {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 0.5rem;
} 

/* Authors Grid */
.authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.author-name {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-family: 'Noto Sans Telugu', sans-serif;
}

.author-song-count {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.author-bio {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Lyrics Section */
.lyrics-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.lyrics-toggle {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.lyrics-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.lyrics-btn:hover,
.lyrics-btn.active {
    background: var(--hover-color);
    transform: scale(1.05);
}

.lyrics-content {
    font-family: 'Noto Sans Telugu', sans-serif;
    font-size: 1.1rem;
    line-height: 2;
    color: var(--text-color);
    white-space: pre-line;
    background: var(--bg-section);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

/* Expand/Collapse */
.expand-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
    box-shadow: 0 0 5px rgba(27, 94, 32, 0.2);
}

.expand-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.05);
}

/* Meaning and Summary */
.meaning-section,
.summary-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.meaning-section h4,
.summary-section h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.meaning-content,
.summary-content {
    color: var(--text-light);
    line-height: 1.8;
}

/* Footer Styles */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* View Song Link */
.view-song-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--primary-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-song-link:hover {
    color: var(--hover-color);
    transform: translateX(5px);
}

/* Featured Songs Section */
.featured-songs-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.featured-songs-section h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.featured-song-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color);
}

.featured-song-item:last-child {
    border-bottom: none;
}

.featured-song-item a {
    color: var(--text-color);
    transition: color 0.3s ease;
}

.featured-song-item a:hover {
    color: var(--primary-color);
}

/* Sort Controls */
.sort-controls {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.sort-btn {
    background: white;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.sort-btn:hover,
.sort-btn.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Loading State */
.loading {
    text-align: center;
    padding: 3rem;
    color: var(--text-light);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 3rem;
    color: var(--text-light);
}

.empty-state::before {
    content: '♪';
    display: block;
    font-size: 4rem;
    color: var(--border-color);
    margin-bottom: 1rem;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .songs-grid,
    .authors-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .filters-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group {
        width: 100%;
    }
    
    .filter-group select,
    .filter-group input {
        width: 100%;
    }
    
    .sort-controls {
        flex-direction: column;
        align-items: stretch;
    }
    
    .sort-btn {
        width: 100%;
    }
}

/* Accessibility */
*:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .musical-notes-background,
    .nav-menu,
    .search-container,
    footer {
        display: none;
    }

    .song-card,
    .author-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

