* { 
    font-family: 'Poppins', sans-serif; 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3 { 
    font-family: 'Playfair Display', serif; 
}

/* Ministry Pages Shared Styles */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../images/children.jpg') center/cover;
    color: var(--white);
    padding: 8rem 0 4rem;
    text-align: center;
    margin-top: 70px;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--white);
}

.page-header p {
    font-size: 1.3rem;
    opacity: 0.9;
}

/* Choir Hero Section - FIXED */
.choir {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('../images/choir.jpg') center/cover no-repeat;
    color: white;
    padding: 8rem 2rem 4rem;
    text-align: center;
    margin-top: 70px;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.choir .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.choir h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.choir p {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Youth Hero Section */
.page-head {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../images/youth2.jpg') center/cover;
    color: var(--white);
    padding: 10rem 2rem 6rem;
    text-align: center;
    margin-top: 70px;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-head h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-head p {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Container for all sections */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Ministry Hero */
.ministry-hero {
    padding: 4rem 0;
    background: white;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-text h2 {
    color: #333;
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
}

.hero-text .lead {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero-features {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #3498db;
    font-weight: 600;
}

.feature i {
    font-size: 1.2rem;
}

.hero-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: scale(1.02);
}

/* About Ministry */
.about-ministry {
    padding: 4rem 0;
    background: #f8f9fa;
}

.about-ministry h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
    font-size: 2.5rem;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Join Ministry */
.join-ministry {
    padding: 4rem 0;
    background: white;
}

.join-ministry h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
    font-size: 2.5rem;
}

.join-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.requirements h3,
.commitment h3 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.requirements-list {
    list-style: none;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.requirements-list li {
    padding: 0.75rem 0;
    color: #333;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}

.requirements-list li:last-child {
    border-bottom: none;
}

.requirements-list li i {
    color: #2ecc71;
}

.commitment-items {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.commitment-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.commitment-item:last-child {
    border-bottom: none;
}

.commitment-item strong {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
    font-size: 1.1rem;
}

.commitment-item span {
    color: #666;
    font-size: 0.95rem;
}

/* Rehearsal Schedule */
.rehearsal-schedule {
    padding: 4rem 0;
    background: #f8f9fa;
}

.rehearsal-schedule h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
    font-size: 2.5rem;
}

.schedule-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.schedule-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.schedule-card h3 {
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: 2px solid #2ecc71;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
}

.schedule-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.schedule-item:last-child {
    border-bottom: none;
}

.schedule-item strong {
    color: #333;
    font-weight: 600;
}

/* CTA Section */
.ministry-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    color: white;
    text-align: center;
}

.cta-content h2 {
    color: white;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 2.5rem);
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-primary {
    background: white;
    color: #3498db;
}

.btn-primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .choir {
        padding: 6rem 1.5rem 3rem;
        min-height: 40vh;
    }
    
    .choir h1 {
        font-size: 2.2rem;
    }
    
    .choir p {
        font-size: 1.1rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-text h2 {
        font-size: 1.8rem;
    }
    
    .hero-text .lead {
        font-size: 1rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .join-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .requirements-list,
    .commitment-items {
        padding: 1.5rem;
    }
    
    .rehearsal-schedule h2,
    .join-ministry h2,
    .about-ministry h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .choir {
        padding: 5rem 1rem 2.5rem;
        min-height: 35vh;
    }
    
    .choir h1 {
        font-size: 1.8rem;
    }
    
    .choir p {
        font-size: 1rem;
    }
    
    .about-ministry,
    .join-ministry,
    .rehearsal-schedule,
    .ministry-hero {
        padding: 3rem 0;
    }
    
    .requirements-list li,
    .commitment-item span {
        font-size: 0.9rem;
    }
    
    .schedule-details {
        grid-template-columns: 1fr;
    }
    
    .schedule-card {
        padding: 1.5rem;
    }
    
    .ministry-cta {
        padding: 3rem 1rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
}

/* Small Mobile (360px and below) */
@media (max-width: 360px) {
    .choir h1 {
        font-size: 1.6rem;
    }
    
    .choir p {
        font-size: 0.9rem;
    }
    
    .requirements-list,
    .commitment-items,
    .schedule-card {
        padding: 1.2rem;
    }
}

/* Landscape Mode */
@media (max-height: 500px) and (orientation: landscape) {
    .choir {
        min-height: 70vh;
        padding: 4rem 1rem;
    }
    
    .choir h1 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .choir p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}