.mission-container {
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    /* padding: 4rem 2rem; */
    margin-top: 150px;
    padding: 0 0 0 20px;
}

.top-section {
    max-width: 800px;
    margin-bottom: 6rem;
}

.top-section p {
    font-size: 24px;
    line-height: 1.7;
    color: #1a1a1a;
}

.content-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    /* padding: 20px; */
}

.text-content {
    padding-right: 2rem;
    height: -webkit-fill-available;
    display: grid;
}

.main-heading {
    font-size: 80px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #1a1a1a;
    line-height: 80px;
    max-width: 551px;
}

.description {
    font-size: 24px;
    line-height: 1.7;
    color: #1a1a1a;
    justify-content: flex-end;
    display: flex;
    align-self: flex-end;
    justify-self: flex-end;
    width: 500px;
}

.image-container {
    width: 100%;
    height: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 968px) {
    .content-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .text-content {
        padding-right: 0;
    }

    .main-heading {
        font-size: 3rem;
        line-height: 50px;
    }

    .mission-container {
        padding: 2rem 1rem;
    }

    .top-section {
        margin-bottom: 3rem;
        margin-top: 50px;
    }
    .mission-container {
        margin-top: 0px;
    }
    .description {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 2.5rem;
    }

    .description, .top-section p {
        font-size: 1.1rem;
    }
}


/* Mission  */

/* .mission-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 6rem 2rem;
} */

.mission-header {
    display: flex;
    align-items: start;
    gap: 2rem;
    margin-bottom: 200px;
    margin-top: 200px;
}

.mission-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    color: #333;
}

.mission-label::before {
    content: "→";
    font-family: monospace;
}

.mission-statement {
    font-size: 2.75rem;
    line-height: 1.2;
    max-width: 900px;
    font-weight: 500;
}

.mission-content {
    display: flex;
   padding: 0 20px;
    gap: 4rem;
    margin-top: 2rem;
}

.mission-description {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mission-description p:nth-child(1) {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    margin-top: 100px;
}
.mission-description p {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
}

.mission-images {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.mission-images img {
    /* width: 80%; */
    /* height: 400px; */
    object-fit: cover;
    border-radius: 4px;
    max-width: 428px;
}

@media (max-width: 1024px) {
    .mission-content {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: 1fr !important; */
        /* gap: 3rem; */
        padding: 0 !important;
    }

    .mission-statement {
        font-size: 2.25rem;
    }

    .mission-images {
        grid-template-columns: 1fr;
    }

    .mission-images img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .mission-container {
        padding: 4rem 1rem;
    }

    .mission-header {
        flex-direction: column;
        gap: 1rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .mission-statement {
        font-size: 2rem;
    }

    .mission-images img {
        height: 250px;
    }
    .mission-description p:nth-child(1) {
        margin-top: 20px;
    }
}


/* Values */
.values-container {
    /* max-width: 1440px; */
    margin: 0 auto;
    padding: 6rem 2rem;
}

.values-header {
    margin-bottom: 5rem;
}

.values-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 2rem;
}

.values-label::before {
    content: "→";
    font-family: monospace;
}

.values-title {
    font-size: 3.5rem;
    line-height: 1.2;
    max-width: 800px;
    font-weight: 500;
}

.values-grid {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 5rem;
    row-gap: 6rem;
    justify-content: center;
    flex-wrap: wrap;
}

.value-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 28%;
}

.value-number {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a1a1a;
}

.value-title {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.value-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        row-gap: 4rem;
    }

    .values-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .values-container {
        padding: 4rem 1rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .values-title {
        font-size: 2.5rem;
    }

    .value-item {
        gap: 0.75rem;
        width: 100%;
    }

    .value-number {
        font-size: 2rem;
    }

    .value-title {
        font-size: 1.5rem;
    }
}



/* Team members */

.team-container {
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    padding: 6rem 2rem;
}

.team-header {
    margin-bottom: 4rem;
}

.team-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.team-label::before {
    content: "→";
    font-family: monospace;
}

.team-title {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 500;
    max-width: 600px;
}

.team-members {
    display: grid;
    gap: 2rem;
}

.team-member {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background-color: #f8f9ff;
    border-radius: 8px;
    overflow: hidden;
}

.team-member:nth-child(even) {
    direction: rtl;
}

.team-member > * {
    direction: ltr;
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.member-name {
    font-size: 2.5rem;
    font-weight: 500;
}

.member-bio {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.7;
}

.book-button {
    display: inline-block;
    padding: 20px 25px;
    background-color: transparent;
    color: #0B50C1;
    border: 1px solid #0B50C1;
    text-decoration: none;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    transition: background-color 0.3s ease;
}

.book-button:hover {
    background-color: #d1e3fd;
}

@media (max-width: 968px) {
    .team-member {
        grid-template-columns: 1fr;
    }

    .member-image {
        height: 400px;
    }

    .member-info {
        padding: 2rem;
    }

    .team-title {
        font-size: 2.5rem;
    }

    .member-name {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .team-container {
        padding: 4rem 1rem;
    }

    .member-image {
        height: 300px;
    }

    .member-info {
        padding: 1.5rem ;
    }
}


/* Footer */
.cta-section {
    background-color: #f8f9ff;
    padding: 200px 200px;
    text-align: center;
}

.cta-title {
    font-size: 50px;
    line-height: 1.2;
    color: #051525;
    /* max-width: 900px; */
    /* margin: 0 auto 2rem; */
    text-align: left;
    font-weight: 400;
    max-width: 906px;
}

.cta-button {
    display: inline-block;
    padding: 20px 25px;
    background-color: #fff;
    color: #0066cc;
    text-decoration: none;
    border: 1px solid #0066cc;
    border-radius: 28px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    justify-content: flex-start;
    display: flex;
    width: fit-content;
    margin-top: 50px;
}

.cta-button:hover {
    background-color: #0066cc;
    color: #fff;
}



@media (max-width: 968px) {
    

    .cta-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 4rem 1rem;
    }

    
}

.cta-section {
    background: #fff;
}