html, body {
    width: 100%;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.7;
    background-color: #f9f9f9;
    color: #333;
}
header {
    background-color: #a461be;
    color: white;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.3rem;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

header p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
}
.icon img{
    width: 100px;
    height: 100px;
}
.mission-vision{
    display: flex;
    gap: 10px;
}
.vision{
     width: 45%;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    flex: 1 1 200px;
    box-shadow: 0 4px 8px rgba(219, 101, 225, 0.941);
    transition: transform 0.3s ease;
    border-left: 6px solid #e063b6;
}
/* .visionicon {
   width: 45%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 40px 20px;
    background-color: #f4f9fb;
    border-radius: 8px;
    margin-bottom: 40px;
    margin-top: 15px;
} */

.missionicon {
    width: 45%;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    flex: 1 1 200px;
    box-shadow: 0 4px 8px rgba(219, 101, 225, 0.941);
    transition: transform 0.3s ease;
    border-left: 6px solid #e063b6;
}

.mission-vision{
    transform: translateY(-5px);
}
/* ion-vision.icon img {
    width: 200px;
    height: 100px;
    margin-bottom: 15px;
} */

/* .vision h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: #ca98cf;
    margin-bottom: 10px;
} */
.educ{
   width: 100%; 
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
}
.mission{
    width: 30%;
}
.mission img{
    width: 250px;
    height: 300px;
}
.mission-block{
    width: 30%;
}
.mission-block img{
      width: 250px;
    height: 300px;
}
.edu-health{
width: 250%;
height: 300px;
}

.ed-social{
width: 250%;
}
.edu-migrants{
width: 250%;
height: 300px;
}
.edu-health img{
      width: 250px;
    height: 300px;
}
.ed-social img{
    width: 250px;
    height: 300px;
}
.edu-migrants img{
    width: 250px;
    height: 300px;
}
/* .miss
.mission p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}
.mission-sections {
    display: flex;
    gap: 25px;
} */

/* .mission-block {
    background-color: white;
    border-left: 6px solid #b24884;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
} */

/* .mission-block h2 {
    font-family: 'Poppins', sans-serif;
    color: #972a87;
    font-size: 1.6rem;
    margin-bottom: 10px;
} */

.mission-block p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.05rem;
    color: #333;
    line-height: 1.7;
    margin-top: 10px;
}

/* Mission Images */
/* .mission-image, 
.mission-block img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */

blockquote {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    background: #f4f9fb;
    border-left: 5px solid #c563e0;
    margin: 25px 0;
    padding: 15px 20px;
    color: #c98bce;
}


@media (min-width: 768px) {
    .mission-sections {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mission {
        flex: 0 1 48%;
    }

    .mission-vision {
        flex: 0 1 45%;
    }
}

@media (min-width: 1024px) {
    header h1 {
        font-size: 2.6rem;
    }

    header p {
        font-size: 1.2rem;
    }

    .mission2 {
        flex: 0 1 30%;
    }
}