﻿.banner-image {
    background-image:url(/image/aerial-building.jpg);
}

/* Hero Section */
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../image/hoke_and_students.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white !important;
    min-height: calc(100vh - 120px);
    height: calc(100vh - 180px) !important;
}

    .hero .content {
        z-index: 2;
    }

    .hero h1, .hero h2 {
        color: white;
    }


.section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing:border-box;
}

.text-center {
    text-align: center;
}

/* Section Styles */
section {
    min-height: 100vh;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    box-sizing:border-box;
    max-width:100vw;
}

/* Hero Section */
/*.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('students-walking.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

    .hero h1 {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .hero h2 {
        font-size: 1.8rem;
        font-weight: 400;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }*/

/* Admissions Section */
.admissions {
    background-color: #f9f9f9;
}

/* Biblical Quote Section */
.quote {
    background-color: var(--accent-color-2);
    background-image: url(/image/banner-4-new.png);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 80px 0;
}

.quote .section-inner {
    z-index:2;
}

    .quote h2 {
        color: white;
        font-size: 2.5rem;
        margin: 0;
    }

    .quote p {
        font-size: 1.8rem;
        line-height: 1.5em !important;
        font-style: italic;
        max-width: 800px;
        margin: 0 auto 1em;
    }

    .quote span {
        font-size: 1.2rem;
        color: #e1c16e;
    }

    .quote .cover {
        background-color: var(--accent-color-2);
        opacity: .9;
    }


/* Registration Section */
.registration {
    background-color: white;
}

/* Tuition Section */
.tuition {
    background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('classroom.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Resources Section */
.resources {
    background-color: #f9f9f9;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.feature {
    display: flex;
    align-items: flex-start;
    max-width: 500px;
    margin-bottom: 1.5rem;
}

.feature-icon {
    font-size: 2rem;
    color: #1a3b5d;
    margin-right: 1rem;
    min-width: 40px;
}

/* Call to Action Section */
.cta {
    /*background-color: var(--accent-color-2);*/
    background-image: url(/image/aerial-building.jpg);
    background-position: center center;
    background-size: cover;
    color: white;
    text-align: center;
    min-height: 50vh;
}

    .cta .cover {
        background: var(--accent-color-2);
        opacity: .9;
    }

.cta-inner {
    width: 100%;
    max-width: 700px;
    z-index:2;
}

.cta h2 {
    color: white;
    font-size: 2.5rem;
}

.cta .section-inner {
    display: flex;
    flex-direction: column;
}

.cta .btn {
    max-width: 300px !important;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--accent-color-2);
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

    .btn:hover {
        background-color: white;
        transform: translateY(-3px);
    }

/*.cta {
    background-color: #1a3b5d;
    color: white;
    text-align: center;
    min-height: 50vh;
}

.cta-inner {
    width: 100%;
}

.cta h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.btn {
    display: inline-block;
    background-color: #e1c16e;
    color: #1a3b5d;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

    .btn:hover {
        background-color: white;
        transform: translateY(-3px);
    }*/

/* Resources Card Styles */
.resources-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.resource-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 220px;
    text-align: center;
    transition: all 0.3s ease;
}

    .resource-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.resource-icon {
    font-size: 3rem;
    color: #1a3b5d;
    margin-bottom: 1rem;
}

/* Tuition Table Styles */
.tuition-table-container {
    max-width:100vw;
    overflow-x:auto;
    box-sizing:border-box;
    margin-bottom:12px;
}
.tuition-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

    .tuition-table th {
        background-color: #1a3b5d;
        color: white;
        padding: 1rem;
        text-align: left;
    }

    .tuition-table td {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
    }

    .tuition-table tr:nth-child(even) {
        background-color: rgba(26, 59, 93, 0.05);
    }

.tuition-highlight {
    background-color: rgba(225, 193, 110, 0.2) !important;
}

.discount-info {
    background-color: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

/* Timeline Styles */
.timeline {
    margin: 4rem 0;
    position: relative;
}

.timeline-item {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

    .timeline-item:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #1a3b5d;
        left: 10px;
        top: 0;
    }

    .timeline-item:last-child:before {
        height: 50%;
    }

.timeline-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e1c16e;
    border: 2px solid #1a3b5d;
}

/* Responsive Styles */
/*@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero h2 {
        font-size: 1.4rem;
    }

    .quote h2 {
        font-size: 2rem;
    }

    .quote p {
        font-size: 1.4rem;
    }

    .section-inner {
        padding: 0 1.5rem;
        box-sizing:border-box;
    }

    .resource-card {
        width: 100%;
        max-width: 300px;
    }
}
*/

.inclusivity {
    width:100%;
    height:auto !important;
    margin: 0 auto;
    max-height:auto;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    min-height:100%;
    /*background-image:url(../image/outside-building.JPG);*/
    background-position:center;
    background-size:cover;
}

.inclusivity .section-inner {
    z-index:4;
    color:white;
}

    .inclusivity .cover {
        /*background-image: url(../image/tree-logo-vertical.png);*/
        background-color:var(--accent-color-2);
        background-position: center center;
        background-size: 40vh;
        background-repeat: no-repeat;
    }

.inclusivity h3, .inclusivity p {
    max-width:900px;
    margin: 0 auto;
    z-index:2;
}