/*
Theme Name: Aquarius Swim
Theme URI: https://aquariusswimmingclub.co.ke
Author: Grok + Aquarius Team
Description: Professional WordPress theme for Aquarius Swimming Club - Swimming Lessons, Pool Maintenance & Water Safety in Nairobi, Kenya.
Version: 15.0
License: GNU General Public License v2 or later
Text Domain: aquarius-swim
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

header {
    background: linear-gradient(135deg, #003366, #00aaff);
    color: white;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://via.placeholder.com/1920x800?text=Aquarius+Swimming+Club') no-repeat center center/cover;
    color: white;
    padding: 150px 20px;
    text-align: center;
}

.service-card {
    border: none;
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 170, 255, 0.2);
}

.cta-button {
    background: #00aaff;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
}

.cta-button:hover {
    background: #0088cc;
    color: white;
}