/* Default Styles (For smaller screens, make it take full width) */
.page-title {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 20px 0; /* Small padding for mobile screens */
}

.page-title h1 {
    font-size: 36px;
    margin: 0;
}

.page-title p {
    font-size: 18px;
    margin: 10px 0;
}

/* Styles for Desktop (Width 100% on mobile, specific width for container on desktop) */
@media (min-width: 992px) {
    .page-title {
        height: 400px; /* 400px height on desktop */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-title .container {
        width: 80%; /* Maintain a container width, you can adjust this as per requirement */
        text-align: center; /* Align text to left for larger screens */
    }

    .page-title h1 {
        color: #ffffff;
        font-size: 48px;
    }

    .page-title p {
        font-size: 20px;
    }
}
/* Container Styles */
.our-vision-section {
    padding: 50px 20px;
    margin: 30px 60px;
    border-radius: 7px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.551);
    background-color: #ffffff;
}
@media screen and (max-width:767px) {
    .our-vision-section{
        margin: 10px 10px;
        padding: 30px 5px;
    }
    
}
.container-vision {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Section Heading */
.section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0C508F; /* Can be customized */
}

/* Vision Paragraph Styles */
.vision-paragraph {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Vision Content Wrapper */
.vision-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* Individual Vision Item */
.vision-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.127);
    padding: 20px;
    flex: 1;
    min-width: 280px; /* Ensures responsiveness and flexibility */
    margin-bottom: 20px;
    text-align: center;
}

/* Vision Title */
.vision-title {
    font-size: 24px;
    font-weight: bold;
    color: #0C508F;
    margin-bottom: 15px;
}

/* Vision Description */
.vision-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    .vision-content {
        flex-direction: column;
        align-items: center;
    }
    
    .vision-item {
        width: 100%;
    }
}

/* Container Styles */
.our-mission-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.container-mission {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Section Heading */
.section-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0C508F; /* Can be customized */
}

/* Mission Paragraph Styles */
.mission-paragraph {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Mission Content Wrapper */
.mission-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* Individual Mission Item */
.mission-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
    min-width: 280px; /* Ensures responsiveness and flexibility */
    margin-bottom: 20px;
    text-align: center;
}

/* Mission Title */
.mission-title {
    font-size: 24px;
    font-weight: bold;
    color: #0C508F;
    margin-bottom: 15px;
}

/* Mission Description */
.mission-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
    .mission-content {
        flex-direction: column;
        align-items: center;
    }
    
    .mission-item {
        width: 100%;
    }
}

/* Impact Container */
.impact-container {
    padding: 60px 0;
    background-color: #f4f4f9;
}

.container-impact {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Section Heading */
.section-heading {
    font-size: 38px;
    font-weight: bold;
    color: #10609D;
    margin-bottom: 40px;
    text-align: left;
}

/* Impact Content */
.impact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Individual Impact Item */
.impact-item {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-weight: normal;
}

/* Letter (I, M, P, A, C, T) Style */
.impact-letter {
    font-weight: bold;
    color: #10609D;
    font-size: 24px;
}

/* Strong (Bold) Text Style */
strong {
    font-weight: bold;
   }

/* Responsive Design */
@media (max-width: 768px) {
    .impact-item {
        font-size: 16px;
    }

    .section-heading {
        font-size: 30px;
    }
}
/* WHO WE ARE Container */
.who-we-are-container {
    background-color: #f8f9fa;
    padding: 60px 0;
}

/* Section Heading */
.section-heading {
    font-size: 38px;
    font-weight: bold;
    color: #10609D;
    margin-bottom: 30px;
    text-align: left;
}

/* Section Description */
.section-description {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: left;
    max-width: 800px;
    /* margin-left: auto;
    margin-right: auto; */
}

/* List of Key Points */
.who-we-are-list {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.who-we-are-list li {
    margin-bottom: 15px;
}

/* Strong Text for List Items */
.who-we-are-list li strong {
    font-weight: bold;
    color: #10609D;
}

/* Section Conclusion */
.section-conclusion {
    font-size: 18px;
    color: #333;
    text-align:left;
    max-width: 800px;
    /* margin-left: auto;
    margin-right: auto; */
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-heading {
        font-size: 30px;
    }

    .section-description, .section-conclusion {
        font-size: 16px;
    }
}
