/* Additional styles for auxiliary pages */

/* Center alignment for about page content */
.page-content {
    text-align: center;
}

.content-section {
    text-align: center;
}

.content-section h2 {
    text-align: center;
}

.content-section p,
.content-section ul {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Center alignment for about page content */
.page-content {
    text-align: center;
}

.content-section {
    text-align: center;
}

.content-section h2 {
    text-align: center;
}

.content-section p,
.content-section ul {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-hero {
    background: linear-gradient(135deg, #0066FF 0%, #2C2C2C 100%);
    color: white;
    padding: 3rem 0;
    text-align: center;
}

.page-hero h1 {
    color: white;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-size: 2.5rem;
}

.page-hero p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    max-width: 600px;
    margin: 0 auto;
}

.page-content {
    padding: 3rem 0;
    min-height: 60vh;
    min-height: 60vh;
}

.content-section {
    margin-bottom: 3rem;
}

.content-section h2 {
    text-align: left;
    text-align: left;
    color: #0066FF;
    border-bottom: 2px solid #39FF14;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

/* About page specific styles */
.mission-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.mission-text {
    text-align: left;
}

.mission-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #444;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    border-left: 4px solid #0066FF;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.15);
}

.value-card h3 {
    color: #0066FF;
    margin-bottom: 1rem;
}

.value-card p {
    color: #555;
    line-height: 1.6;
}

.team-content {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.team-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #444;
}

.team-features {
    list-style: none;
    padding: 0;
}

.team-features li {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 2rem;
}

.team-features li:before {
    content: "👥";
    position: absolute;
    left: 0;
    top: 1rem;
}

.team-features strong {
    color: #0066FF;
}

/* New sections for about page */
.facilities-content {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.facilities-photo {
    margin: 2rem 0;
}

.facilities-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.facility-feature {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #39FF14;
}

.facility-feature h4 {
    color: #0066FF;
    margin-bottom: 0.5rem;
}

.achievements-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.achievements-text {
    text-align: left;
}

.achievements-text ul {
    margin-top: 1rem;
}

.achievements-text li {
    margin-bottom: 0.5rem;
    color: #555;
}

.team-photo,
.facilities-photo {
    margin: 1.5rem 0;
}

.team-photo img,
.facilities-photo img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.value-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

/* About page specific styles */
.mission-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.mission-text {
    text-align: left;
}

.mission-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #444;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    border-left: 4px solid #0066FF;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.15);
}

.value-card h3 {
    color: #0066FF;
    margin-bottom: 1rem;
}

.value-card p {
    color: #555;
    line-height: 1.6;
}

.team-content {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.team-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #444;
}

.team-features {
    list-style: none;
    padding: 0;
}

.team-features li {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 2rem;
}

.team-features li:before {
    content: "👥";
    position: absolute;
    left: 0;
    top: 1rem;
}

.team-features strong {
    color: #0066FF;
}

/* New sections for about page */
.facilities-content {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.facilities-photo {
    margin: 2rem 0;
}

.facilities-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.facility-feature {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #39FF14;
}

.facility-feature h4 {
    color: #0066FF;
    margin-bottom: 0.5rem;
}

.achievements-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.achievements-text {
    text-align: left;
}

.achievements-text ul {
    margin-top: 1rem;
}

.achievements-text li {
    margin-bottom: 0.5rem;
    color: #555;
}

.team-photo,
.facilities-photo {
    margin: 1.5rem 0;
}

.team-photo img,
.facilities-photo img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.value-icon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

/* Policy pages styles */
.policy-placeholder {
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 10px;
    border: 2px dashed #ccc;
    text-align: center;
}

.policy-placeholder p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.policy-placeholder ul {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

.policy-placeholder li {
    margin-bottom: 0.5rem;
    color: #555;
}

/* Responsive adjustments for pages */
@media (max-width: 768px) {
    .page-hero {
        padding: 2rem 0;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .value-card,
    .team-content,
    .policy-placeholder {
        padding: 1.5rem;
    }
    
    .page-content {
        padding: 2rem 0;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .value-card,
    .team-content,
    .policy-placeholder {
        padding: 1.5rem;
    }
    
    .page-content {
        padding: 2rem 0;
    }
}

@media (max-width: 480px) {
    .page-hero h1 {
        font-size: 1.75rem;
    }
    
    .page-hero p {
        font-size: 1rem;
    }
    
    .content-section h2 {
        font-size: 1.8rem;
    }
    
    .page-hero p {
        font-size: 1rem;
    }
    
    .content-section h2 {
        font-size: 1.8rem;
    }
}