/* ==========================================================================
   Baby Blossom International Preschool - Core Stylesheet (Online Images Setup)
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --primary-color: #d8b4d8;    /* Soft huckleberry/cherry blossom pink */
    --secondary-color: #ff6f91;  /* Vibrant cherry emphasis pink */
    --text-dark: #4a4a4a;
    --bg-light: #fff5f7;
    --white: #ffffff;
}

body {
    background-color: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Navbar Navigation */
.navbar {
    background-color: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secondary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-links a:hover, .nav-links a.active {
    color: var(--secondary-color);
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* 1. HERO BANNER: Online High-Quality Preschool Kids Image Linked directly */
.hero-slider {
    background: linear-gradient(135deg, rgba(255, 245, 247, 0.82) 0%, rgba(232, 219, 236, 0.88) 100%), 
                url('https://images.unsplash.com/photo-1576086213369-97a306d36557?q=80&w=1920&auto=format&fit=crop') no-repeat center center/cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    position: relative;
}

.hero-content {
    max-width: 800px;
}

.hero-content h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.hero-content h1 span {
    color: var(--secondary-color);
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #666;
}

.btn-primary {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 111, 145, 0.3);
    transition: transform 0.3s, background-color 0.3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    background-color: #ff4f76;
}

/* 2. FEATURES US: Soft background pattern link */
.features-visual-bg {
    background-color: var(--white);
    padding: 5rem 2rem;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #333;
}

.underline {
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background-color: var(--bg-light);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s;
    border: 1px solid #ffe3e8;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

/* 3. PARALLAX STATS: Online Kids Play Area Image with Fixed Scrolling */
.counters-section {
    background: linear-gradient(rgba(255, 111, 145, 0.2), rgba(216, 180, 216, 0.25)), 
                url('https://images.unsplash.com/photo-1596464716127-f2a82984de30?q=80&w=1920&auto=format&fit=crop') no-repeat center center/cover;
    background-attachment: fixed;
    padding: 6rem 2rem;
    position: relative;
}

.counter-container {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 2rem;
}

/* 4. METRIC CARDS: Premium Frosted Glass Visual Blending */
.counter-box {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    flex: 1;
    min-width: 240px;
    border: 1px solid rgba(255, 111, 145, 0.25);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.counter-box span {
    font-size: 3rem;
    font-weight: bold;
    color: var(--secondary-color);
}

.counter-box p {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin-top: 0.5rem;
}

/* Footer elements */
footer {
    background-color: #333;
    color: var(--white);
    text-align: center;
    padding: 2rem;
}

/* website logo */
.logo img {
    height: 85px;
    width: auto;
    object-fit: contain;
}

/* whatsapp feature */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}