/*
Theme Name: NaaSongs Classic Directory Theme
Theme URI: https://naahits.com/
Description: A lightweight, ultra-fast table-based directory theme for Telugu music download websites, inspired by the classic Naasongs design.
Version: 1.0
Author: SEO Specialist
Author URI: https://naahits.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naasongs-classic
*/

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

body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    background-color: #F0F4F8;
    color: #333333;
    padding: 0;
    margin: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #4A86E8;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
}

/* Header Styles */
header {
    background-color: #4A86E8;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
}

.logo h1 {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.logo p {
    font-size: 11px;
    letter-spacing: 1px;
    color: #E2E8F0;
}

/* Navigation Menu */
nav.main-nav {
    background-color: #3571D4;
    border-top: 1px solid #2B61B7;
    border-bottom: 1px solid #2B61B7;
}

nav.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav.main-nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

nav.main-nav ul li a:hover {
    background-color: #2B61B7;
    text-decoration: none;
}

/* A-Z Alphabet Filter Navigation Bar */
.alphabet-bar {
    background-color: #FFFFFF;
    padding: 8px 10px;
    border-bottom: 1px solid #E2E8F0;
    text-align: center;
}

.alphabet-bar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.alphabet-bar ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #3571D4;
}

/* Grid Layout Table for Core Columns */
.directory-grid {
    display: grid;
    grid-template-columns: 22% 28% 28% 22%;
    border-bottom: 1px solid #D2D2D2;
}

.grid-col {
    border-right: 1px solid #D2D2D2;
}

.grid-col:last-child {
    border-right: none;
}

.col-header {
    background-color: #4A86E8;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 10px;
    font-size: 12px;
}

.col-list {
    list-style: none;
}

.col-list li {
    border-bottom: 1px solid #EAEAEA;
}

.col-list li a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    font-size: 12px;
}

.col-list li a img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    object-fit: cover;
    border: 1px solid #D2D2D2;
}

.col-list li:nth-child(even) {
    background-color: #F9FAFB;
}

/* Site Description Footer Banner Section */
.site-intro {
    background-color: #E6EEFA;
    border: 1px solid #B4CFF6;
    margin: 15px;
    padding: 15px;
}

.site-intro h2 {
    color: #3571D4;
    font-size: 14px;
    margin-bottom: 8px;
}

.site-intro p {
    font-size: 12px;
    line-height: 1.6;
    color: #555555;
}

/* Footer Section */
footer {
    background-color: #4A86E8;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    font-size: 11px;
}
