/* About Page Styles */

/* About the NCPA Section */
.about-ncpa-section {
    padding: 80px 0;
    background: #000000;
    position: relative;
    border-radius: 0;
}

.about-ncpa-section .section-intro {
    max-width: 1000px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.7;
    color: #e0e0e0;
}

.about-ncpa-section .section-intro:last-child {
    margin-bottom: 0;
}

.about-ncpa-section .section-intro strong {
    color: #7EADED;
    font-weight: 600;
}

/* Responsive adjustments for About the NCPA section */
@media (max-width: 768px) {
    .about-ncpa-section {
        padding: 60px 0;
    }
    
    .about-ncpa-section .section-intro {
        font-size: 1.1em;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .about-ncpa-section {
        padding: 40px 0;
    }
    
    .about-ncpa-section .section-intro {
        font-size: 1em;
        padding: 0 15px;
    }
}

/* Team Section */
.team-section {
    padding: 100px 0 60px;
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.1), rgba(74, 144, 226, 0.1));
    border-radius: 0;
}

.section-title {
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
    color: white;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(126, 173, 237);
}

.team-intro {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6;
    color: #e0e0e0;
}

/* Action Buttons Section */
.action-buttons-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.05), rgba(74, 144, 226, 0.05));
}

.action-buttons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.action-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.action-button i {
    font-size: 2.5em;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.action-button:hover i {
    transform: scale(1.1);
}

.action-button.primary {
    background: linear-gradient(135deg, rgb(126, 173, 237) 0%, rgb(74, 144, 226) 100%);
    color: white;
    box-shadow: 0 10px 30px rgba(126, 173, 237, 0.3);
}

.action-button.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(126, 173, 237, 0.4);
}

.action-button.secondary {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    color: white;
    border-color: rgb(126, 173, 237);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.action-button.secondary:hover {
    background: rgb(126, 173, 237);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(126, 173, 237, 0.3);
}

.action-button.tertiary {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: rgb(126, 173, 237);
    border-color: rgb(126, 173, 237);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.action-button.tertiary:hover {
    background: rgb(126, 173, 237);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(126, 173, 237, 0.3);
}

/* Growth & Impact Section */
.growth-impact-section {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.08), rgba(74, 144, 226, 0.08));
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.impact-item {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(126, 173, 237, 0.2);
    transition: all 0.3s ease;
}

.impact-item:hover {
    transform: translateY(-5px);
    border-color: rgb(126, 173, 237);
    box-shadow: 0 15px 40px rgba(126, 173, 237, 0.1);
}

.impact-number {
    font-size: 2.8em;
    font-weight: 800;
    color: rgb(126, 173, 237);
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(126, 173, 237, 0.3);
}

.impact-label {
    font-size: 1.1em;
    color: #e0e0e0;
    line-height: 1.5;
    font-weight: 500;
}

/* Content Card Sections */
.conferences-section,
.junior-program-section,
.fundraisers-section,
.faith-values-section {
    padding: 80px 0;
}

.conferences-section {
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.1), rgba(74, 144, 226, 0.1));
}

.junior-program-section {
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.08), rgba(74, 144, 226, 0.08));
}

.fundraisers-section {
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.1), rgba(74, 144, 226, 0.1));
}

.faith-values-section {
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.08), rgba(74, 144, 226, 0.08));
}

.content-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(126, 173, 237, 0.1);
    text-align: center;
}

.content-card p {
    font-size: 1.2em;
    line-height: 1.8;
    color: #e0e0e0;
    margin: 0;
}

/* Get Involved Section */
.get-involved-section {
    padding: 100px 0 0;
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.05), rgba(74, 144, 226, 0.05));
}

.involvement-intro {
    text-align: center;
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.involvement-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.involvement-option {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(126, 173, 237, 0.2);
    transition: all 0.3s ease;
}

.involvement-option:hover {
    transform: translateY(-5px);
    border-color: rgb(126, 173, 237);
    box-shadow: 0 15px 40px rgba(126, 173, 237, 0.1);
}

.involvement-option i {
    font-size: 3em;
    color: rgb(126, 173, 237);
    margin-bottom: 20px;
}

.involvement-option h3 {
    font-size: 1.5em;
    color: white;
    margin-bottom: 15px;
}

.involvement-option p {
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 1em;
}

.get-involved-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.get-involved-buttons .action-button {
    padding: 20px 40px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Team Grid and Member Card Styles */
.team-grid {
    margin: 50px auto;
    max-width: 1400px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    width: 45%;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: rgb(126, 173, 237);
}

/* Team Member Image Styles */
.member-image {
    width: 100%;
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    max-height: 300px;
}

.member-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transition: transform 0.3s ease;
}

.team-member:hover .member-image img {
    transform: scale(1.05);
}

.member-info {
    padding: 25px;
    text-align: center;
}

.member-name {
    font-size: 1.5em;
    color: white;
    margin-bottom: 10px;
}

.member-role {
    color: rgb(126, 173, 237);
    font-size: 1.1em;
    margin-bottom: 15px;
    font-weight: 500;
}

.member-bio {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
    white-space: pre-line; /* Preserve line breaks */
    text-align: left; /* Left align the bio text */
}

.member-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: rgb(126, 173, 237);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin-top: 10px;
}

.member-email:hover {
    background-color: transparent;
    border-color: rgb(126, 173, 237);
    color: rgb(126, 173, 237);
}

/* Story Section */
.story-section {
    background: linear-gradient(135deg, rgba(126, 173, 237, 0.05), rgba(74, 144, 226, 0.05));
    margin-top: 0;
    padding: 0;
}

.story-header {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 60px;
}

.story-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-header .section-title {
    margin: 0;
    font-size: 4em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.story-header .section-title::after {
    background: rgb(126, 173, 237);
    box-shadow: 0 0 10px rgba(126, 173, 237, 0.5);
}

.story-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0;
}

/* Remove the old story-image styles since we're not using them anymore */
.story-image {
    display: none;
}

/* Fade In Animation Styles */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.story-text {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.story-paragraph {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 1.1em;
    position: relative;
    padding-left: 25px;
}

.story-paragraph:last-child {
    margin-bottom: 0;
}

/* Add a subtle line to the left of each paragraph */
.story-paragraph::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(126, 173, 237), transparent);
    opacity: 0.3;
}

/* Highlight important phrases */
.story-highlight {
    color: rgb(126, 173, 237);
    font-weight: 500;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .team-member {
        width: 45%;
    }
}

/* Tablet and smaller screens */
@media (max-width: 900px) {
    .team-grid {
        padding: 0 15px;
    }

    .team-member {
        width: 48%;
    }

    .action-buttons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }

    .impact-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .involvement-options {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .get-involved-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* Small tablets and large phones */
@media (max-width: 768px) {
    .team-grid {
        padding: 0 15px;
    }

    .team-member {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .member-bio {
        font-size: 0.9em;
    }

    .section-title {
        font-size: 2.5em;
    }

    .team-intro,
    .story-paragraph {
        font-size: 1em;
    }

    .team-section,
    .story-section {
        padding: 60px 0;
    }

    .member-image {
        padding-top: 66.67%; /* 3:2 aspect ratio for smaller screens */
    }

    .story-text {
        padding: 30px 25px;
    }

    .story-paragraph {
        font-size: 1em;
        line-height: 1.8;
        padding-left: 20px;
    }

    .story-header {
        height: 300px;
        background-attachment: scroll;
        margin-bottom: 40px;
    }

    .story-header .section-title {
        font-size: 3em;
    }

    .story-content {
        padding: 0 20px 60px;
    }

    .action-buttons-section,
    .growth-impact-section,
    .conferences-section,
    .junior-program-section,
    .fundraisers-section,
    .faith-values-section,
    .get-involved-section {
        padding: 60px 0;
    }

    .impact-number {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .impact-label {
        font-size: 1em;
    }

    .content-card {
        padding: 40px 30px;
    }

    .content-card p {
        font-size: 1.1em;
    }

    .involvement-option {
        padding: 30px 25px;
    }

    .involvement-option i {
        font-size: 2.5em;
    }

    .involvement-option h3 {
        font-size: 1.3em;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .team-grid {
        padding: 0 10px;
    }

    .team-member {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
        position: static !important;
    }
    
    .member-info {
        padding: 20px;
    }

    .section-title {
        font-size: 2em;
    }

    .member-image {
        padding-top: 60%;
    }

    .story-text {
        padding: 25px 20px;
    }

    .story-paragraph {
        padding-left: 15px;
    }

    .story-header {
        height: 250px;
        margin-bottom: 30px;
    }

    .story-header .section-title {
        font-size: 2.5em;
    }

    .action-buttons-section,
    .growth-impact-section,
    .conferences-section,
    .junior-program-section,
    .fundraisers-section,
    .faith-values-section,
    .get-involved-section {
        padding: 40px 0;
    }

    .action-buttons-grid {
        gap: 15px;
    }

    .action-button {
        padding: 30px 20px;
    }

    .action-button i {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .impact-grid {
        gap: 25px;
    }

    .impact-item {
        padding: 30px 20px;
    }

    .impact-number {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .impact-label {
        font-size: 0.9em;
    }

    .content-card {
        padding: 30px 20px;
    }

    .content-card p {
        font-size: 1em;
        line-height: 1.6;
    }

    .involvement-option {
        padding: 25px 20px;
    }

    .involvement-option i {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .involvement-option h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .involvement-option p {
        font-size: 0.9em;
    }

    .get-involved-buttons .action-button {
        padding: 15px 30px;
        font-size: 1em;
    }
} 

/* Donation CTA Section */
.donation-cta {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: rgba(126, 173, 237, 0.1);
    border-radius: 20px;
    border: 2px solid rgba(126, 173, 237, 0.2);
    width: 100%;
    max-width: 800px;
}

.donation-cta p {
    color: #e0e0e0;
    font-size: 1.4em;
    margin-bottom: 25px;
    font-weight: 500;
}

.donation-button {
    display: inline-block;
    padding: 15px 40px;
    background: rgb(126, 173, 237);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.donation-button:hover {
    background: transparent;
    border-color: rgb(126, 173, 237);
    color: rgb(126, 173, 237);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(126, 173, 237, 0.2);
}

/* Mobile adjustments for donation section */
@media (max-width: 768px) {
    .donation-cta {
        margin-top: 40px;
        padding: 30px 20px;
    }

    .donation-cta p {
        font-size: 1.2em;
    }

    .donation-button {
        padding: 12px 30px;
        font-size: 1.1em;
    }

    .original-picture-section {
        margin: 40px 0;
    }

    .original-picture {
        max-width: 500px;
    }

    .picture-caption {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .donation-cta {
        margin-top: 30px;
        padding: 25px 15px;
    }

    .donation-cta p {
        font-size: 1.1em;
    }

    .donation-button {
        padding: 10px 25px;
        font-size: 1em;
    }
} 

/* Original Picture Section */
.original-picture-section {
    text-align: center;
    margin: 60px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.original-picture {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.original-picture:hover {
    transform: scale(1.02);
}

.picture-caption {
    color: #7EADED;
    font-size: 1.1em;
    font-style: italic;
    margin: 0;
    line-height: 1.4;
} 