/* Pediatric Care Page Styles - Modern Redesign */

:root {
    --primary-color: #00B4D8;
    --primary-light: #90E0EF;
    --primary-dark: #0077B6;
    --accent-color: #ffffff;
    --text-color: #1f2937;
    --text-light: #6b7280;
    --white: #ffffff;
    --shadow: 0 8px 25px rgba(0, 116, 217, 0.12);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #ffffff 0%, #e0f7ff 100%) !important;
    color: var(--text-color) !important;
    padding: 120px 20px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 85vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: none !important;
    z-index: 1 !important;
}

.hero-background-shapes {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
}

.shape {
    position: absolute !important;
    opacity: 0.08 !important;
    background: var(--primary-color) !important;
}

.shape-1 {
    width: 400px !important;
    height: 400px !important;
    border-radius: 50% !important;
    top: -100px !important;
    right: -100px !important;
}

.shape-2 {
    width: 300px !important;
    height: 300px !important;
    border-radius: 50% !important;
    bottom: -50px !important;
    left: -50px !important;
}

.shape-3 {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 900px !important;
}

.hero-badge {
    display: inline-block !important;
    background: rgba(0, 180, 216, 0.1) !important;
    color: var(--primary-color) !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(0, 180, 216, 0.2) !important;
}

.hero-section h1 {
    font-size: 3.8rem !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    color: var(--text-color) !important;
    letter-spacing: -1px !important;
    line-height: 1.2 !important;
}

.hero-subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 40px !important;
    color: var(--text-light) !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

.hero-cta-group {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    margin-bottom: 60px !important;
    flex-wrap: wrap !important;
}

.cta-button {
    padding: 14px 32px !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
}

.cta-button.primary {
    background: var(--primary-color) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(0, 116, 217, 0.3) !important;
}

.cta-button.primary:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 116, 217, 0.4) !important;
}

.cta-button.secondary {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.cta-button.secondary:hover {
    background: rgba(0, 180, 216, 0.05) !important;
    transform: translateY(-2px) !important;
}

.hero-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 50px !important;
    margin-top: 20px !important;
    padding-top: 40px !important;
    border-top: 1px solid rgba(0, 180, 216, 0.1) !important;
}

.stat {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.stat-icon {
    font-size: 2.5rem !important;
    color: var(--primary-color) !important;
    margin-bottom: 12px !important;
}

.stat-number {
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    color: black !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.5px !important;
}

.stat-label {
    font-size: 0.95rem !important;
    color: var(--text-light) !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

/* Services Section */
.services-section {
    padding: 100px 20px !important;
    background: var(--white) !important;
}

.section-header {
    text-align: center !important;
    margin-bottom: 70px !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-badge {
    display: inline-block !important;
    background: rgba(0, 180, 216, 0.1) !important;
    color: var(--primary-color) !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
}

.section-header h2 {
    font-size: 2.8rem !important;
    color: var(--text-color) !important;
    margin-bottom: 15px !important;
    font-weight: 800 !important;
}

.section-header p {
    font-size: 1.1rem !important;
    color: var(--text-light) !important;
    line-height: 1.6 !important;
}

.services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.service-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 40px 30px !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.35s ease !important;
    text-align: center !important;
}

.service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 116, 217, 0.15) !important;
    border-color: var(--primary-color) !important;
}

.service-icon-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 100%) !important;
    border-radius: 12px !important;
    font-size: 2rem !important;
    color: white !important;
    margin-bottom: 20px !important;
}

.service-card h3 {
    font-size: 1.35rem !important;
    color: var(--text-color) !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.service-card p {
    color: var(--text-light) !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}

.service-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.service-features li {
    color: var(--text-light) !important;
    font-size: 0.9rem !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.service-features i {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    .hero-section h1 {
        font-size: 3rem !important;
    }

    .hero-stats {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 30px !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 20px !important;
        min-height: 70vh !important;
    }

    .hero-section h1 {
        font-size: 2.3rem !important;
        margin-bottom: 15px !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 30px !important;
    }

    .hero-cta-group {
        margin-bottom: 40px !important;
        gap: 10px !important;
    }

    .cta-button {
        padding: 12px 24px !important;
        font-size: 0.95rem !important;
    }

    .hero-stats {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding-top: 30px !important;
        margin-top: 15px !important;
    }

    .shape-1 {
        width: 300px !important;
        height: 300px !important;
    }

    .shape-2 {
        width: 200px !important;
        height: 200px !important;
    }

    .shape-3 {
        width: 150px !important;
        height: 150px !important;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .service-card {
        padding: 30px 20px !important;
    }

    .section-header h2 {
        font-size: 2.2rem !important;
    }
}

.hero-content h1 {
    font-size: 4em;
    margin-bottom: 20px;
    font-weight: 800;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    animation: slide-down 1s ease-out;
}

.hero-content p {
    font-size: 1.4em;
    margin-bottom: 40px;
    opacity: 0.95;
    animation: fade-in-up 1s ease-out 0.3s both;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hero-stats .stat-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.hero-stats .stat-item::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 ease;
}

.hero-stats .stat-item:hover::before {
    left: 100%;
}

.hero-stats .stat-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.hero-stats .stat-item i {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: var(--primary-color);
    animation: bounce-gentle 2s ease-in-out infinite;
}

.hero-stats .stat-number {
    display: block;
    font-size: 2.2em;
    font-weight: 800;
    color: black !important;
    -webkit-text-fill-color: black !important;
    background: none !important;
    margin-bottom: 5px;
}

.hero-stats .stat-label {
    display: block;
    font-size: 0.95em;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 4;
}

.floating-baby, .floating-heart, .floating-star {
    position: absolute;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.6);
    animation: float 6s ease-in-out infinite;
}

.floating-baby {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-heart {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-star {
    bottom: 25%;
    left: 80%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.trust-indicators {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    text-align: center;
    min-height: 120px;
}

.trust-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.trust-item i {
    font-size: 2.5em;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.trust-item:hover i {
    transform: scale(1.1);
    color: var(--primary-dark);
}

.trust-item span {
    font-size: 1em;
    color: var(--primary-dark);
    font-weight: 600;
    text-align: center;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.4s ease;
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light), var(--primary-dark));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.service-card:hover::before {
    opacity: 0.05;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 180, 216, 0.2);
    border-color: var(--primary-color);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2em;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.3);
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.4);
}

.service-card h3 {
    font-size: 1.6em;
    color: var(--primary-dark);
    margin-bottom: 20px;
    font-weight: 700;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-list li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.services-section .section-header p {
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Special Programs Section */
.special-programs {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.program-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.program-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: block;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
    opacity: 1 !important;
}

.program-card:hover .program-image img {
    transform: scale(1.1);
}

.program-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px 20px 20px;
    color: white;
}

.program-overlay h4 {
    font-size: 1.4em;
    margin: 0;
    font-weight: 700;
}

.program-content {
    padding: 30px 25px;
}

.program-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 20px;
}

.program-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.program-features span {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Why Choose Section */
.why-choose-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.why-choose-section .section-header p {
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

.why-choose-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    gap: 40px;
    margin-top: 60px;
}

.feature-item {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: var(--primary-color);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2em;
    color: white;
    box-shadow: 0 8px 25px rgba(0, 180, 216, 0.3);
}

.feature-content h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    color: var(--primary-dark);
    font-weight: 700;
}

.feature-content p {
    color: #666;
    line-height: 1.6;
    font-size: 1em;
}

/* Facilities Section */
.facilities-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.facilities-section .section-header p {
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

.facilities-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.facility-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.facility-image {
    height: 200px;
    overflow: hidden;
}

.facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.facility-item:hover .facility-image img {
    transform: scale(1.1);
}

.facility-content {
    padding: 25px;
}

.facility-content h3 {
    font-size: 1.4em;
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

.facility-content p {
    color: #666;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(0, 180, 216, 0.1) 0%, rgba(144, 224, 239, 0.1) 100%);
    display: block !important;
    visibility: visible !important;
}

.testimonials-section .container {
    display: block !important;
    visibility: visible !important;
}

.testimonials-section .section-header {
    display: block !important;
    visibility: visible !important;
}

.testimonials-section .section-header p {
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
    opacity: 1 !important;
    transform: none !important;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.quote-icon {
    font-size: 2em;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
}

.author-info h4 {
    font-size: 1.1em;
    color: var(--primary-dark);
    margin-bottom: 5px;
    font-weight: 600;
}

.author-info span {
    color: #666;
    font-size: 0.9em;
}

/* Emergency Contact Section */
.emergency-contact {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: white;
}

.emergency-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
}

.emergency-text h2 {
    font-size: 2.8em;
    margin-bottom: 30px;
    font-weight: 700;
}

.emergency-text p {
    font-size: 1.2em;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0.9;
}

.emergency-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.emergency-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.emergency-feature i {
    font-size: 2em;
    color: var(--accent-color);
}

.emergency-feature span {
    font-size: 1.1em;
    font-weight: 600;
}

.emergency-contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8em;
    color: var(--primary-color);
}

.contact-card h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
    color: white !important;
}

.contact-detail {
    font-size: 1.1em;
    margin-bottom: 20px;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-link {
    display: inline-block;
    background: white;
    color: var(--primary-color);
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.8em;
    font-weight: 800;
    color: var(--primary-color) !important;
    margin: 0 0 20px 0;
    line-height: 1.2;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: var(--primary-color) !important;
    background-clip: unset !important;
}

.section-header p {
    font-size: 1.2em;
    color: #666;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Special Programs Section Header - White Text */
.special-programs .section-header h2 {
    color: white !important;
    -webkit-text-fill-color: white !important;
    background: none !important;
}

.special-programs .section-header p {
    color: white !important;
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Animations */
@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce-gentle {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-fade-in {
    animation: slide-down 1s ease-out;
}

.animate-slide-up {
    animation: fade-in-up 1s ease-out 0.2s both;
}

.animate-bounce {
    animation: bounce-gentle 2s ease-in-out infinite;
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 3.2em;
    }

    .welcome-hero {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .welcome-main h2 {
        font-size: 3em;
    }

    .floating-cards {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px;
    }

    .floating-card {
        position: static;
        margin-bottom: 15px;
    }

    .emergency-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 70vh;
    }

    .hero-content h1 {
        font-size: 2.5em;
    }

    .hero-content p {
        font-size: 1.2em;
    }

    .hero-stats {
        gap: 20px;
    }

    .hero-stats .stat-item {
        min-width: 120px;
        padding: 20px 15px;
    }

    .why-choose-section,
    .services-section,
    .special-programs,
    .facilities-section,
    .testimonials-section,
    .emergency-contact {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 2.2em;
    }

    .services-grid,
    .programs-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .features-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .facilities-showcase {
        grid-template-columns: 1fr;
    }

    .emergency-contact-info {
        grid-template-columns: 1fr;
    }

    .welcome-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .welcome-stats {
        gap: 15px;
    }

    .welcome-stats .stat-box {
        min-width: 100px;
        padding: 15px 10px;
    }

    .welcome-main h2 {
        font-size: 2.5em;
    }

    .welcome-main p {
        font-size: 1.1em;
    }

    .floating-card {
        padding: 12px 15px;
        font-size: 0.9em;
    }

    .feature-card {
        padding: 25px;
    }

    .emergency-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2em;
    }

    .hero-content p {
        font-size: 1em;
    }

    .hero-stats .stat-item {
        min-width: 100px;
        padding: 15px 10px;
    }

    .hero-stats .stat-item i {
        font-size: 2em;
    }

    .hero-stats .stat-number {
        font-size: 1.8em;
        color: black !important;
    }

    .hero-stats .stat-label {
        font-size: 0.8em;
    }

    .why-choose-section,
    .services-section,
    .special-programs,
    .facilities-section,
    .testimonials-section,
    .emergency-contact {
        padding: 40px 0;
    }

    .section-header h2 {
        font-size: 1.8em;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .service-card,
    .program-card,
    .testimonial-card {
        padding: 25px;
    }

    .contact-card {
        padding: 20px;
    }

    .welcome-main h2 {
        font-size: 2.2em;
    }

    .welcome-main p {
        font-size: 1em;
    }

    .welcome-stats {
        justify-content: center;
    }

    .welcome-stats .stat-box {
        min-width: 80px;
        padding: 12px 8px;
    }

    .stat-number {
        font-size: 1.8em;
        color: black !important;
    }

    .stat-label {
        font-size: 0.8em;
    }

    .welcome-image-container {
        height: 300px;
    }

    .floating-cards {
        display: none;
    }

    .welcome-features-grid {
        gap: 20px;
    }

    .feature-card {
        padding: 20px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 350px;
        padding: 0 10px;
    }

    .stat-item {
        padding: 20px 15px;
        min-height: 100px;
    }

    .stat-number {
        font-size: 1.8em;
        color: black !important;
    }

    .stat-label {
        font-size: 0.9em;
    }

    .features-showcase {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 350px;
        padding: 0 10px;
    }

    .feature-card.premium {
        padding: 25px;
    }

    .trust-indicators {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 350px;
        padding: 0 10px;
    }

    .trust-item {
        padding: 20px 15px;
        min-height: 80px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5em;
    }

    .feature-card h4 {
        font-size: 1.3em;
    }

    .emergency-text h2 {
        font-size: 2em;
    }
}
