/*
Theme Name: Iliaschool Theme
Theme URI: https://iliauni.edu.ge
Author: Ilias School
Author URI: https://iliauni.edu.ge
Description: A custom WordPress theme for Ilias School.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iliaschool-theme
*/

body {
    background-color: #050505;
    color: #ffffff;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

/* Parallax & Overlay Utilities */
.hero-overlay {
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.3), rgba(5, 5, 5, 1));
}

.card-overlay {
    background: linear-gradient(to top, rgba(139, 0, 0, 0.9), rgba(5, 5, 5, 0.4));
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #8B0000;
    border-radius: 5px;
}
