/*
Theme Name: FT Gym Fitness
Description: A modern, responsive fitness theme perfect for gyms, fitness centers, and personal trainers. Features clean design, mobile-first approach, and excellent performance.
Version: 1.0.2
Author: Favor Themes
Author URI: https://favorthemes.com/
Theme URI: https://favorthemes.com/free-gym-fitness-wordpress-theme/
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ft-gym-fitness
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Tags: custom-header, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, blog, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-background, sticky-post, theme-options, block-patterns, block-styles, wide-blocks

Copyright (C) 2024 Favor Themes

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/* ==========================================================================
   CSS Reset and Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #2c3e50;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #e74c3c;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: underline;
}

/* Accessibility: Underline links in content areas */
.entry-content a,
.comment-content a,
.widget a,
.widget_text a {
    text-decoration: underline;
}

.entry-content a:hover,
.comment-content a:hover,
.widget a:hover,
.widget_text a:hover {
    text-decoration: underline;
}

/* Exceptions: Navigation, buttons, and specific styled links */
.main-navigation a,
.join-now-btn,
.btn,
.btn-primary,
.btn-secondary,
.read-more,
.read-more-link,
.entry-title a,
.post-title a,
.site-title a,
.site-footer a,
.footer-widget a {
    text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus,
.entry-title a:hover,
.post-title a:hover,
.site-title a:hover {
    text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.content-area {
    width: 100%;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Top Info Bar */
.header-top-bar {
    background: #1a233a;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left .contact-info {
    display: flex;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

.contact-item i {
    color: #ff6b35;
    font-size: 1rem;
}

.top-bar-right .working-hours {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
}

.time-icon {
    color: #ff6b35;
    font-size: 1rem;
}

/* Main Header */
.header-main {
    background: white;
    padding: 1rem 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.site-branding {
    flex: 0 0 auto;
}

.custom-logo {
    max-height: 50px;
    width: auto;
}

.site-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin: 0;
    letter-spacing: -1px;
}

.site-title a {
    color: #2c3e50;
    text-decoration: none;
}

.site-title a:hover {
    color: #ff6b35;
}

/* Navigation */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.main-navigation li {
    margin: 0;
}

.main-navigation a {
    color: #7f8c8d;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a {
    color: #ff6b35;
    text-decoration: none;
}

.main-navigation .current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff6b35;
}

/* Header CTA Button */
.header-cta {
    flex: 0 0 auto;
}

.join-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ff6b35;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.join-now-btn:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
}

.lightning-icon {
    font-size: 1rem;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    color: #2c3e50;
}

/* ==========================================================================
   Hero Slider Styles
   ========================================================================== */

.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(26, 35, 58, 0.9) 0%, 
        rgba(26, 35, 58, 0.7) 30%, 
        rgba(26, 35, 58, 0.4) 60%, 
        rgba(255, 107, 53, 0.8) 100%
    );
}

.slide-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.content-block {
    max-width: 600px;
    padding: 2rem 0;
    animation: slideInLeft 1s ease-out;
    text-align: left;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.premium-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    animation: fadeInUp 0.8s ease-out 0.2s both;
    position: relative;
    overflow: hidden;
}

.premium-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.premium-tag:hover::before {
    left: 100%;
}

.lightning-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
}

.btn-icon {
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

.nav-icon {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.placeholder-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.meta-icon {
    margin-right: 0.3rem;
}

.arrow-icon {
    margin-left: 0.3rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: white;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-title .highlight {
    color: #ffd700;
    display: block;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    max-width: 500px;
    animation: fadeInUp 0.8s ease-out 0.8s both;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 1s both;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #ff7a3a 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
    color: white;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: width 0.3s ease;
}

.btn-secondary:hover::before {
    width: 100%;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: #7f8c8d;
    color: white;
    transform: translateY(-2px);
}

.circle-icon {
    font-size: 0.8rem;
    color: #7f8c8d;
}

.btn-secondary:hover .circle-icon {
    color: white;
}

/* Navigation Arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.nav-btn {
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 1.2rem;
    color: #7f8c8d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nav-btn:hover {
    background: #ff6b35;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.prev-btn {
    left: 30px;
}

.next-btn {
    right: 30px;
}

.nav-icon {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

/* Pagination Dots */
.slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 4;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.pagination-dot.active {
    background: #ffd700;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.pagination-dot:hover {
    background: #ffd700;
    transform: scale(1.1);
}

/* ==========================================================================
   Content Styles
   ========================================================================== */

.entry-header {
    text-align: center;
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.entry-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.entry-meta {
    font-size: 0.9rem;
    opacity: 0.9;
}

.entry-content {
    padding: 2rem 0;
}

.post {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ecf0f1;
}

.post:last-child {
    border-bottom: none;
}

.post-thumbnail {
    margin-bottom: 1.5rem;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.post-content {
    line-height: 1.8;
}

.read-more {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.read-more:hover {
    background: #c0392b;
    color: white;
    text-decoration: none;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.site-footer {
    background: #2c3e50;
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-widget h3 {
    color: white;
    margin-bottom: 1rem;
}

.footer-widget a {
    color: #bdc3c7;
}

.footer-widget a:hover {
    color: white;
}

.site-info {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    color: #bdc3c7;
}

/* ========================================
   About Us Section Styles
   ======================================== */

.about-us-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Column - Text Content */
.about-text {
    max-width: 100%;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fff8f5;
    border: 1px solid #ff6b35;
    border-radius: 25px;
    padding: 8px 16px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tag-icon {
    font-size: 14px;
}

.about-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #333333;
}

.about-title .highlight {
    color: #ff6b35;
}

.about-description {
    margin-bottom: 40px;
}

.about-description p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 20px;
}

/* Statistics Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #ff6b35;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ff6b35;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

/* Call to Action Buttons */
.about-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-gradient {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333;
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background-color: #333333;
    color: white;
}

.btn-icon {
    font-size: 16px;
}

/* Right Column - Image */
.about-image {
    position: relative;
}

.image-container {
    position: relative;
    max-width: 100%;
}

.main-image {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.image-placeholder {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #1a233a 0%, #ff6b35 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.placeholder-content {
    text-align: center;
}

.gym-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
}

.placeholder-content span {
    font-size: 16px;
    font-weight: 600;
}

/* Image Overlay */
.image-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
}

.overlay-badge {
    background-color: #ff6b35;
    color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.badge-number {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.badge-plus {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.badge-text {
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Background Decorations */
.bg-decorations {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 107, 53, 0.1);
}

.circle-1 {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: 0;
}

.circle-2 {
    width: 80px;
    height: 80px;
    bottom: 60px;
    right: 40px;
}

.circle-3 {
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 80px;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    /* Top Bar Mobile */
    .header-top-bar {
        display: none;
    }
    
    /* Main Header Mobile */
    .header-main {
        padding: 0.5rem 0;
    }
    
    .header-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .site-title {
        font-size: 2rem;
    }
    
    .main-navigation {
        order: 3;
        width: 100%;
        margin-top: 1rem;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0.5rem;
        display: none;
    }
    
    .main-navigation.toggled ul {
        display: flex;
    }
    
    .main-navigation li {
        text-align: center;
    }
    
    .menu-toggle {
        display: block;
        order: 2;
    }
    
    .header-cta {
        order: 1;
    }
    
    .join-now-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    /* Hero Slider Mobile */
    .hero-slider {
        height: 70vh;
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.8rem;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .nav-icon {
        font-size: 1.2rem;
    }
    
    .prev-btn {
        left: 15px;
    }
    
    .next-btn {
        right: 15px;
    }
    
    .slider-pagination {
        bottom: 20px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .entry-title {
        font-size: 2rem;
    }
    
    .entry-header {
        padding: 2rem 0 1rem;
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 1.5rem;
    }
    
    .entry-header {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999999;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 8px 16px;
}

.skip-link:focus {
    left: 6px;
    top: 7px;
}

/* Focus styles */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #e74c3c;
    outline-offset: 2px;
}

/* ==========================================================================
   WordPress Specific Styles
   ========================================================================== */

.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin: 0 auto 1rem;
}

.alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1rem;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    padding: 0.5rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Comments */
.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ecf0f1;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.comment-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.comment-content {
    line-height: 1.6;
}

/* Sticky posts */
.sticky {
    position: relative;
}

/* Gallery captions */
.gallery-caption {
    display: block;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

/* Comments by post author */
.bypostauthor {
    background-color: #f8f9fa;
    border-left: 3px solid #e74c3c;
    padding-left: 1rem;
}

/* Block Styles */
.wp-block-button.is-style-fitness-primary .wp-block-button__link,
.wp-block-button__link.is-style-fitness-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
    color: white;
    border-radius: 30px;
    padding: 1rem 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
    transition: all 0.3s ease;
}

.wp-block-button.is-style-fitness-primary .wp-block-button__link:hover,
.wp-block-button__link.is-style-fitness-primary:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #ff7a3a 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
    color: white;
}

.wp-block-quote.is-style-fitness-quote {
    border-left: 4px solid #e74c3c;
    padding-left: 1.5rem;
    font-style: italic;
    color: #2c3e50;
    margin: 2rem 0;
}

.wp-block-separator.is-style-fitness-separator {
    border: none;
    border-top: 2px solid #e74c3c;
    margin: 2rem 0;
    width: 100px;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

.p-1 { padding: 0.5rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }

.d-none { display: none; }
.d-block { display: block; }
.d-flex { display: flex; }
.d-grid { display: grid; }

/* ========================================
   Blog Section Styles
   ======================================== */

.blog-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: #212529;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 18px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Blog Posts Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

/* Blog Post Card */
.blog-post-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Post Image */
.post-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .post-image img {
    transform: scale(1.05);
}

.post-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.placeholder-icon {
    font-size: 48px;
}

/* Category Tag */
.category-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ff6b35;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Post Content */
.post-content {
    padding: 30px;
}

/* Post Meta */
.post-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666666;
}

.meta-icon {
    color: #ff6b35;
    font-size: 14px;
}

/* Post Title */
.post-title {
    margin-bottom: 15px;
}

.post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #ff6b35;
}

/* Post Excerpt */
.post-excerpt {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Read More Link */
.read-more-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #e55a2b;
    transform: translateX(3px);
}

.arrow-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.read-more-link:hover .arrow-icon {
    transform: translateX(3px);
}

/* Blog CTA Button */
.blog-cta {
    text-align: center;
}

.btn-large {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border: none;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    color: white;
}

.btn-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-primary:hover .btn-icon {
    transform: translateX(3px);
}

/* ========================================
   Blog Posts Styles
   ======================================== */

.posts-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.posts-container article {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.posts-container article:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.post-thumbnail {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.posts-container article:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-content {
    padding: 30px;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.entry-title a {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover {
    color: #ff6b35;
}

.entry-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666666;
}

.entry-meta .meta-icon {
    color: #ff6b35;
    font-size: 14px;
}

.entry-meta a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-meta a:hover {
    color: #ff6b35;
}

.entry-summary {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.entry-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.read-more-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #e55a2b;
    transform: translateX(3px);
}

.arrow-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.read-more-link:hover .arrow-icon {
    transform: translateX(3px);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    color: #666666;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background: #e55a2b;
    border-color: #e55a2b;
}

/* No Posts */
.no-posts {
    text-align: center;
    padding: 60px 20px;
}

.no-posts h2 {
    font-size: 32px;
    color: #212529;
    margin-bottom: 15px;
}

.no-posts p {
    font-size: 16px;
    color: #666666;
}

/* About Us Mobile Responsive Styles */
@media (max-width: 768px) {
    .about-us-section {
        padding: 60px 0;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-title {
        font-size: 32px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .about-cta {
        flex-direction: column;
        gap: 15px;
    }
    
    .image-placeholder {
        height: 300px;
    }
    
    .overlay-badge {
        width: 60px;
        height: 60px;
    }
    
    .badge-number {
        font-size: 18px;
    }
    
    .badge-plus {
        font-size: 10px;
    }
    
    .badge-text {
        font-size: 7px;
    }
    
    .decoration-circle.circle-1 {
        width: 80px;
        height: 80px;
    }
    
    .decoration-circle.circle-2 {
        width: 60px;
        height: 60px;
    }
    
    .decoration-circle.circle-3 {
        width: 40px;
        height: 40px;
    }
    
    /* Blog Section Mobile */
    .blog-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .blog-posts-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .post-content {
        padding: 20px;
    }
    
    .post-meta {
        gap: 15px;
    }
    
    .post-title a {
        font-size: 18px;
    }
    
    .btn-large {
        padding: 15px 30px;
        font-size: 14px;
    }
    
    /* Blog Posts Mobile */
    .posts-container {
        padding: 20px 0;
    }
    
    .posts-container article {
        margin-bottom: 30px;
    }
    
    .post-thumbnail {
        height: 200px;
    }
    
    .post-content {
        padding: 20px;
    }
    
    .entry-title {
        font-size: 20px;
    }
    
    .entry-meta {
        gap: 15px;
    }
    
    .pagination {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .pagination .page-numbers {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* ========================================
   Enhanced Hero Slider Responsive Design
   ======================================== */

@media (max-width: 768px) {
    .hero-slider {
        height: 80vh;
        min-height: 500px;
    }
    
    .slide-content {
        padding: 1rem 0;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
    }
    
    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
        width: 100%;
        max-width: 250px;
    }
    
    .premium-tag {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.8rem;
    }
    
    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .nav-icon {
        font-size: 1rem;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
}
