/*
Theme Name: Galerius
Theme URI: 
Author: BENEDICT&HELFER
Author URI: 
Description: A megújult Galerius Fürdő modern weboldala alapján készült egyedi WordPress sablon.
Version: 1.0.0
Text Domain: galerius
*/

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
    font-family: 'Marcellus', serif;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

@keyframes immersiveEnter {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); }
}

@keyframes wiggle {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.mesh-gradient-bg {
    background: linear-gradient(0deg, hsl(216, 90%, 27%), hsl(243, 68%, 36%), hsl(205, 91%, 64%), hsl(211, 61%, 57%));
    background-size: 400% 400%;
    animation: meshGradientAnim 15s ease infinite;
}

.bg-transparent2 {
    background-color: #f5f5f4 !important;
}

@keyframes meshGradientAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pool-water-bg {
    background: linear-gradient(-45deg, #1ba1e2, #005a9c, #0d82c6, #004e9a);
    background-size: 300% 300%;
    animation: poolWaterAnim 12s ease-in-out infinite;
}

@keyframes poolWaterAnim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rise {
    0% {
        transform: translateY(100px) scale(0.5);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translateY(-800px) scale(1.5);
        opacity: 0;
    }
}

/* Blog lapozó (pagination) */
.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s;
}

.navigation.pagination .nav-links a {
    background: white;
    color: #004e9a;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.navigation.pagination .nav-links a:hover {
    background: #004e9a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 78, 154, 0.3);
}

.navigation.pagination .nav-links span.current {
    background: linear-gradient(135deg, #1ba1e2, #004e9a);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 78, 154, 0.3);
}

.navigation.pagination .nav-links .dots {
    background: transparent;
    color: #9ca3af;
}

/* Blog kategória linkek a single.php-ben */
.single main .cat-links a {
    color: #1ba1e2;
    text-decoration: none;
    transition: color 0.3s;
}

.single main .cat-links a:hover {
    color: #004e9a;
}

/* Fade in up animáció */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out both;
}

/* =========================================================================
   GUTENBERG & WYSIWYG ÉS SZÖVEG FORMÁZÁS (.gutenberg-content wrapper)
   ========================================================================= */
   
.gutenberg-content {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4b5563; /* text-gray-600 */
}

/* Címsorok */
.gutenberg-content h1, 
.gutenberg-content h2, 
.gutenberg-content h3, 
.gutenberg-content h4, 
.gutenberg-content h5, 
.gutenberg-content h6,
.gutenberg-content .wp-block-heading {
    color: #004e9a; /* text-brand-darkBlue */
    font-family: 'Marcellus', serif;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}
.gutenberg-content h1 { font-size: 2.5rem; }
.gutenberg-content h2 { font-size: 2rem; }
.gutenberg-content h3 { font-size: 1.75rem; }
.gutenberg-content h4 { font-size: 1.5rem; }

/* Bekezdések és Szöveg */
.gutenberg-content p {
    margin-bottom: 1.5rem;
}

.gutenberg-content a {
    color: #1ba1e2;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gutenberg-content a:hover {
    color: #004e9a;
}

/* Listák (Unordered, Ordered) */
.gutenberg-content ul, 
.gutenberg-content ol,
.gutenberg-content .wp-block-list {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.gutenberg-content ul {
    list-style-type: disc !important;
}

.gutenberg-content ol {
    list-style-type: decimal !important;
}

.gutenberg-content ul li, 
.gutenberg-content ol li {
    margin-bottom: 0.75rem;
    padding-left: 0.25rem;
}

.gutenberg-content ul li::marker,
.gutenberg-content ol li::marker {
    color: #1ba1e2;
}

/* Táblázatok (HTML Table, Gutenberg Table) */
.gutenberg-content table, 
.gutenberg-content .wp-block-table table {
    width: 100%;
    margin-bottom: 2.5rem;
    border-collapse: collapse;
    border: 1px solid #f3f4f6; /* gray-100 */
    border-radius: 0.75rem;
    overflow: hidden;
    font-size: 1rem;
}

.gutenberg-content th {
    background-color: #f8fafc; /* brand-lightBg */
    color: #004e9a;
    text-align: left;
    padding: 1rem;
    border-bottom: 2px solid #e5e7eb; /* gray-200 */
    font-weight: 600;
}

.gutenberg-content td {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6; /* gray-100 */
}

/* Képek és médiák */
.gutenberg-content figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.gutenberg-content img {
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    height: auto;
    max-width: 100%;
}

.gutenberg-content figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280; /* gray-500 */
    margin-top: 0.75rem;
}


