/* சத்திய-வசனம் - Indigo/Deep Purple Theme Overrides */

/* Body Background - Indigo Theme */
body {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
    min-height: 100vh;
}

/* Site Header - Indigo Theme */
.site-header {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
    color: white;
    padding: 30px 0 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

/* Site Footer - Indigo Theme */
.site-footer {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
    color: white;
    padding: 30px 0;
    margin-top: 40px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
}

/* Devotion Container - Indigo Accents */
.devotion-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(67, 56, 202, 0.15);
    padding: 30px;
    max-width: 900px;
    margin: 0 auto 30px;
}

/* Devotion Header - Indigo Theme */
.devotion-header {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
    color: white;
    padding: 30px 40px;
    text-align: center;
    border-bottom: none;
}

.devotion-header h2 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Section Headings - Indigo Theme */
.section h2 {
    color: #4338ca;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 4px solid #6366f1;
    padding-left: 15px;
}

.section h2 i {
    color: #6366f1;
    margin-right: 10px;
}

/* Navigation Buttons - Indigo Theme */
.nav-btn {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
    color: white !important;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(67, 56, 202, 0.3);
}

.nav-btn i {
    color: white !important;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #3730a3 0%, #4f46e5 100%);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(67, 56, 202, 0.4);
}

.nav-btn:hover i {
    color: white !important;
}

.nav-btn:disabled {
    background: linear-gradient(135deg, #a5b4fc 0%, #c7d2fe 100%);
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* Verse Reference - Indigo Theme */
.verse-reference {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    padding: 15px 20px;
    border-radius: 10px;
    font-style: italic;
    color: #4338ca;
    border-left: 5px solid #6366f1;
    display: block;
    margin: 15px 0;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(67, 56, 202, 0.1);
}

/* Mode Selector - Indigo Theme */
.mode-selector {
    display: flex;
    gap: 8px;
    align-items: center;
}

.mode-btn {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    border: 2px solid transparent;
}

.mode-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.mode-btn.active {
    background: rgba(255, 255, 255, 0.95);
    color: #4338ca;
    font-weight: 600;
    border-color: white;
}

/* Language Selector - Indigo Theme */
.lang-btn {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.dropdown-menu {
    background: #eef2ff;
    border: 2px solid #6366f1;
    border-radius: 10px;
}

.dropdown-item {
    color: #4338ca;
    padding: 10px 20px;
}

.dropdown-item:hover {
    background: #e0e7ff;
    color: #4338ca;
}

.dropdown-item.active {
    background: #6366f1;
    color: white;
}

/* Zoom Controls - Blue Theme */
.zoom-btn {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.zoom-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Meditation Item (View All) - Indigo Theme */
.meditation-item {
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    border-left: 5px solid #6366f1;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(67, 56, 202, 0.1);
}

.meditation-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(67, 56, 202, 0.2);
    border-left-color: #4338ca;
}

.meditation-item a {
    color: #4338ca;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.meditation-item a:hover {
    color: #3730a3;
}

/* Devotion Counter - Indigo Theme */
.devotion-counter {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(67, 56, 202, 0.3);
}

/* Alert Boxes - Indigo Theme */
.alert-warning {
    background: #fef3c7;
    border-left: 5px solid #6366f1;
    color: #4338ca;
}

/* Hamburger Menu - Blue Theme */
.hamburger-menu {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger-menu:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Admin Panel - Indigo Theme */
.admin-body {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
}

.admin-navbar {
    background: linear-gradient(135deg, #4338ca 0%, #3730a3 100%) !important;
}

.admin-btn-primary {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
    border: none;
    color: white;
}

.admin-btn-primary:hover {
    background: linear-gradient(135deg, #3730a3 0%, #4f46e5 100%);
}

.admin-btn-success {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border: none;
    color: white;
}

.admin-btn-success:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
}

.admin-badge {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
}

.admin-badge-scheduled {
    background: #6366f1;
}

.admin-stats .stat-card {
    border-left: 4px solid #6366f1;
}

.admin-table th {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
}

.admin-modal .modal-header {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%) !important;
}

.admin-modal .modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%);
}

.admin-form-control:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
}

.admin-form-section {
    border-left: 4px solid #6366f1;
}

.admin-form-section h6 {
    color: #4338ca;
}

.admin-modal h6 {
    color: #4338ca;
    border-bottom: 2px solid #e0e7ff;
}

/* Links and Accents - Indigo Theme */
a {
    color: #4338ca;
}

a:hover {
    color: #3730a3;
}

/* Blockquotes - Indigo Theme */
blockquote {
    border-left: 5px solid #6366f1;
    background: #eef2ff;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 0 10px 10px 0;
}

/* Copy Button - Indigo Theme */
.copy-btn {
    background: #6366f1;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: #4f46e5;
}

.copy-btn.copied {
    background: #4338ca;
}

/* Navigation Center Copy Controls - Indigo Theme */
.navigation .navigation-center .copy-btn {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 100%) !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(67, 56, 202, 0.3);
}

.navigation .navigation-center .copy-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #3730a3 0%, #4f46e5 100%) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(67, 56, 202, 0.4);
}

.navigation .navigation-center .copy-btn:active:not(:disabled) {
    transform: scale(0.95);
}

/* Header Copy Controls - Indigo Theme */
.header-controls .copy-btn,
.copy-controls .copy-btn {
    background: rgba(255, 255, 255, 0.25) !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 10px 20px;
    border-radius: 25px;
}

.header-controls .copy-btn:hover:not(:disabled),
.copy-controls .copy-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
