/*
Theme Name: Tema Resmi SDN 1 PASIRPOGOR
Theme URI: http://localhost:8080/myclass/
Author: Hasanudin
Author URI: https://hasanudin.com/
Description: Tema kustom premium, modern, dan profesional untuk profil sekolah yang menyatu dengan portal akademik SIAAS. Dilengkapi dengan efek Glassmorphism, AOS, dan responsif mobile.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siaas-school
*/

/* Core CSS & Variables - PREMIUM LIGHT GREEN THEME */
:root {
    --primary: #059669;
    --primary-hover: #047857;
    --secondary: #ecfdf5;
    --accent: #10b981;
    --accent-hover: #059669;
    --bg-dark: #f4fbf7;
    --bg-card: rgba(255, 255, 255, 0.655);
    --border-glass: rgba(16, 185, 129, 0.12);
    --text-muted: #475569;
    --text-light: #1e293b;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Glassmorphism Styles - Light Mode */
.glass-nav {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-glass);
    transition: all 0.3s ease;
}

.glass-nav.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.05);
}

.navbar-brand span.text-white {
    color: #0f172a !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(15, 23, 42, 0.7) !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
    font-weight: 700;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.glass-card {
    background: var(--bg-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border-glass);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.654, 0.44, 1);
}

.glass-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.08);
}

/* Gradients */
.text-gradient {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-hero {
    background: radial-gradient(circle at 90% 10%, rgba(16, 185, 129, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 10% 80%, rgba(52, 211, 153, 0.05) 0%, transparent 40%),
                #f7fdfa;
}

/* Animations & Micro-interactions */
.btn-premium {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    border: none;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

.btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.btn-outline-premium {
    border: 2px solid rgba(16, 185, 129, 0.4);
    color: var(--primary) !important;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-premium:hover {
    background: rgba(16, 185, 129, 0.05);
    border-color: var(--primary);
    transform: translateY(-2px);
}

/* Section Text Overrides */
h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white {
    color: #0f172a !important;
}

.text-white-50 {
    color: #334155 !important;
}

.text-muted {
    color: #475569 !important;
}

.bg-primary.bg-opacity-10 {
    background-color: rgba(16, 185, 129, 0.08) !important;
    color: var(--primary) !important;
    border-color: rgba(16, 185, 129, 0.15) !important;
}

/* Footer Section Override */
footer {
    background-color: transparent !important;
    border-top: 1px solid rgba(16, 185, 129, 0.15) !important;
}

footer h5, footer h6, footer .text-white {
    color: #0f172a !important;
}

footer .text-muted, footer a.text-muted {
    color: #334155 !important;
}

footer a.text-muted:hover {
    color: var(--primary) !important;
}


/* Admin Web Button Styles */
.btn-admin-web {
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    background: transparent !important;
}
.btn-admin-web:hover {
    background: #ffffff !important;
    color: #3b82f6 !important;
    border-color: #ffffff !important;
}
/* Adapt on navbar scroll */
.glass-nav.scrolled .btn-admin-web {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.glass-nav.scrolled .btn-admin-web:hover {
    background: var(--primary) !important;
    color: #ffffff !important;
    border-color: var(--primary) !important;
}






