/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

/* Header */
header {
    background: #222;
    color: white;
    padding: 15px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Hero Section */
.hero, .membership-hero, .shop-hero, .trainers-hero, .blog-hero, .locator-hero, .sauna-hero {
    text-align: center;
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    color: white;
}

/* Hero Section with Sliding Background */
.hero {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}


.membership-hero {
     width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}

.shop-hero {
     width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}

.trainers-hero {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}

.blog-hero {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}

.locator-hero {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}

.sauna-hero {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    animation: slideBackground 25s infinite linear;
}

/* Keyframes for Background Image Sliding */
@keyframes slideBackground {
    0% { background: url('./images/boxing.jpg') no-repeat center center/cover; }
    20% { background: url('./images/gym_weights.jpg') no-repeat center center/cover; }
    40% { background: url('./images/ladies_gym.jpg') no-repeat center center/cover; }
    60% { background: url('./images/worked_out.jpg') no-repeat center center/cover; }
    80% { background: url('./images/trendmill.jpg') no-repeat center center/cover; }
    100% { background: url('./images/up.jpg') no-repeat center center/cover; }
}

.hero h1, .membership-hero h1, .shop-hero h1, .trainers-hero h1, .blog-hero h1, .locator-hero h1, .sauna-hero h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.hero p, .membership-hero p, .shop-hero p, .trainers-hero p, .blog-hero p, .locator-hero p, .sauna-hero p {
    font-size: 1.2em;
}

/* Logo Styling */
.logo-container {
    text-align: center;
    padding: 5px 0;
}

.logo {
    width: 50px; /* Adjust size as needed */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Call-To-Action Buttons */
.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #ff6600;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.cta-button:hover {
    background: #e55a00;
}

/* Content Sections */
.highlights, .membership-plans, .shop-items, .trainers-list, .blog-posts, .gyms-container, .massage-container, .therapists-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

/* Cards Layout */
.highlight, .plan, .item, .trainer, .post, .gym-item, .massage-item, .therapist-item {
    width: 30%;
    min-width: 250px;
    background: #eee;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.item img, .trainer img, .post img, .gym-item img, .massage-item img, .therapist-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

h2, h3 {
    color: #222;
}

.price, .rating {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff6600;
}

/* Gym Locator Section */
.gym-list {
    text-align: center;
    padding: 40px 20px;
}

.gym-item {
    width: 18%;
    min-width: 200px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.gym-item:hover {
    transform: scale(1.05);
}

/* Gym Tours Panel */
.tour-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    overflow-y: auto;
}

.tour-content {
    display: flex;
    height: 100%;
}

.tour-video {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.tour-video img {
    width: 90%;
    height: auto;
    border-radius: 8px;
}

.gym-list-side {
    width: 35%;
    padding: 20px;
    background: #f5f5f5;
    overflow-y: auto;
}

.other-gyms-container {
    display: flex;
    flex-direction: column;
}

.other-gym-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.other-gym-item:hover {
    background: #ff6600;
    color: white;
}

.other-gym-item img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

/* Sauna & Massage */
.sauna-list, .mobile-massage, .professional-massage {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

.gym-item, .massage-item, .therapist-item {
    text-align: center;
}

.gym-item p, .massage-item p, .therapist-item p {
    font-size: 1.1em;
    margin-bottom: 10px;
}

/* Trainers, Wellness, and Blog Sections */
.trainers, .wellness, .blog {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1200px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.trainers:hover, .wellness:hover, .blog:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.trainers h2, .wellness h2, .blog h2 {
    color: #222;
    font-size: 2em;
    margin-bottom: 10px;
}

.trainers p, .wellness p, .blog p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 15px;
}
/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background: #222;
    color: white;
}
