* home first section start */
.slick-dots li button:before {
  font-size: 10px !important;
}

.home-first-section {
  width: 100%;
  overflow: hidden;
}

.single-item-image {
  position: relative;
}



@media (max-width: 500px) {

 

  .home-first-section {
    padding-top: 16px;
  }

}

@media (max-width: 368px) {
  .home-first-section {
    padding-top: 32px;
  }
}

/* home first section end */
/* welcome_to_school section start */
.welcome_to_school {
    background-image: url("../images/home/welcome_bg.png");
    padding: 75px 0;
    transition: all 0.5s;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    position: relative;
}

.welcome_to_school .welcome_box {
    display: flex;
    width: 100%;
    padding: 33px 52px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 24px;
    background: var(--white);
    border-radius: 24px;
    border: 3px solid #D00107;
}

.welcome_to_school .welcome_box p {
    text-align: center;
    font-size: var(--large-font-size);
    font-weight: 500;
}

.welcome_to_school .welcome_box h1 {
    color: #D00107;
    text-align: center;
    font-family: var(--second-font-family);
    font-size: 32px;
    font-weight: 700;
}

.welcome_to_school .welcome_box span {
    display: flex;
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #D00107;
}

.welcome_to_school .welcome_box span a {
    color: var(--white);
    font-size: var(--normal-font-size);
    font-weight: var(--bold--font-weight);
    line-height: 14px;
}



@media (max-width: 1250px) {
    .welcome_to_school .welcome_box {
        width: 85%;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .welcome_to_school .welcome_box {
        padding: 25px;
    }



    .welcome_to_school .welcome_box h1 {
        font-size: 28px;
    }

    .welcome_to_school {
        padding: 55px 0 0 0;
    }
}

@media (max-width: 500px) {
    .welcome_to_school .welcome_box {
        width: 95%;
        padding: 24px 14px;
        gap: 10px;
    }

    .welcome_to_school .welcome_box h1 {
        font-size: 20px;
    }
}

/* welcome_to_school section end */

/* our data section start */
.our_data {
    background-image: url("../images/home/data_bg.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--normal-font-family);
    flex-direction: column;
    gap: 24px;
    padding: 99px 0 94px 0;
}

.our_data h2 {
    color: #FFF;
    text-align: center;
    font-family: var(--second-font-family);
    font-size: var(--banner-heading);
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.2px;
}

.our_data .our_data_numbering {
    display: flex;
    max-width: 1100px;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    /* backdrop-filter: blur(2.5px); */
}

.our_data .our_data_numbering .content {
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_data .our_data_numbering .content h2 {
    font-size: 52px;
    font-weight: var(--bold--font-weight);
    letter-spacing: 0.2px;
    font-family: var(--normal-font-family);
}

.our_data .our_data_numbering .content p {
    font-size: 18px;
    font-weight: var(--bold--font-weight);
    line-height: 24px;
    letter-spacing: 0.1px;
}

@media (max-width: 1120px) {
    .our_data .our_data_numbering {
        max-width: 900px;
        transition: all 0.5s;
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .our_data .our_data_numbering .content h2 {
        font-size: 28px;
        transition: all 0.5s;
    }

    .our_data .our_data_numbering .content p {
        font-size: 18px;
        transition: all 0.5s;
    }
}

@media (max-width: 600px) {
    .our_data .our_data_numbering {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .our_data {
        height: 100%;
        padding: 15px 0;
    }

    .our_data .our_data_numbering .content p {
        font-size: 16px;
    }
}

/* our data section end */
/* school level section start */
.school_level {
    padding: 66px 0;
    background: #FFF6E6;
}

.school_level .pre-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.school_level h2 {
    color: var(--dark-red);
    text-align: center;
    font-size: var(--banner-heading);
    font-weight: var(--bold--font-weight);
    font-family: var(--second-font-family);
}

.school_level .school_level_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.school_level .school_level_content .level_img {
    overflow: hidden;
}

.school_level .school_level_content .content_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    border-top-right-radius: 60px;
}

.school_level .school_level_content .content_box img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    display: block;
}

.school_level .school_level_content .content_box img:hover {
    transform: scale(1.1);
}

.school_level .school_level_content .content_box .content_text {
    width: 100%;
}

.school_level .school_level_content .content_box p {
    color: var(--black);
    text-align: center;
    font-size: var(--m-heading-size);
    font-weight: var(--bold--font-weight);
    border-bottom: 1px solid white;
}

.school_level .school_level_content .content_box p:last-child {
    font-size: var(--large-font-size);
}

@media (max-width: 768px) {
    .school_level .school_level_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .school_level .school_level_content .content_box {
        width: 70%;
        margin: auto;
        gap: 6px;
    }

    .school_level {
        padding: 50px 0 25px 0;
    }

    .school_level h2 {
        font-size: 30px;
    }

    .school_level .pre-container {
        gap: 16px;
    }

    .school_level .school_level_content .content_box img {
        width: 100%;
        height: 230px;
    }

    .school_level .school_level_content .content_box p {
        font-size: 18px;
        padding: 0;
    }

    .school_level .school_level_content .content_box p:last-child {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .school_level .school_level_content .content_box {
        width: 100%;
    }

    .school_level .school_level_content .content_box img {
        height: auto;
    }

    .school_level h2 {
        font-size: var(--m-heading-size);
    }

    .school_level .school_level_content .content_box p:last-child {
        font-size: 14px;
    }
}

/* school level section end */

/* global_perspective */
.global_perspective {
    background-image: url("../assets/home/bg.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
    padding: 55px 0 45px 0;
}

.global_perspective .content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.global_perspective .content_img img {
    height: auto;
    max-width: 560px;
    width: 100%;
}

.global_perspective .content_text {
    max-width: 590px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.global_perspective .content_box h2 {
    color: var(--dark-red);
    font-family: var(--second-font-family);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

@media (max-width: 1024px) {
    .global_perspective .content_box {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .global_perspective .content_text {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .global_perspective .content_box h2 {
        font-size: 24px;
    }

}

/* global_perspective  end*/

.why_choose {
    padding: 50px 0 120px 0;
    width: 100%;
}

.why_choose_heading h1 {
    color: var(--dark-red);
    text-align: center;
    font-family: var(--second-font-family);
    font-size: var(--banner-heading);
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 8px;
}

.why_choose_heading p {
    color: #3B3B3B;
    text-align: center;
    font-family: var(----normal-font-family);
    font-size: 18px;
    font-weight: 600;
}

.why_choose .key_info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-family: var(--normal-font-family);
    max-width: 445px;
}

.why_choose .key_info h4 {
    color: var(--black);
    font-size: 20px;
    font-weight: var(--bold--font-weight);
    line-height: 26.682px;
    position: relative;
    margin-bottom: 14px;
}

.why_choose .key_info h4::after {
    content: "";
    position: absolute;
    width: 42px;
    bottom: -6px;
    border-bottom: 2px solid var(--primary-color);
    left: 0%;
}

.why_choose .key_info p {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.167px;
}

.why_choose .content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 40px 0;
    padding-top: 66px;
}

@media (max-width: 1440px) {
    .why_choose .key_info {
        max-width: 47%;
    }

    .why_choose .content_box {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .why_choose .key_info {
        max-width: 100%;
    }

}

@media (max-width: 500px) {
    .why_choose_heading h1 {
        line-height: normal;
    }

    .why_choose_heading p {
        font-size: 16px;
    }

    .why_choose .key_info img {
        max-width: 34px;
    }

    .why_choose .key_info h4 {
        font-size: 16px;
    }

    .why_choose {
        padding: 40px 0 50px 0;
    }

}



/* about us first section start */
.about_first_section {
    background-image: url("../images/aboutus/bg.png");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: start;
    background-repeat: no-repeat;
    position: relative;
}



.scroller_img {
    width: 100%;
}

.about_first_section .content_text {
    max-width: 625px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 30px 0;
}

.about_first_section .content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about_first_section .content_img {

    display: flex;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
    justify-content: center;
}

.about_first_section .scroller_one,
.about_first_section .scroller_two {
    display: flex;
    flex-direction: column;
    width: 48%;
    height: auto;
}

.scroller_two .slick-track {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.about_first_section .scroller_img img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-width: 260px;
}

.about_first_section .content_text h2 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    font-size: 32px;
    font-weight: 700;
}

.about_first_section .content_text h3 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    font-size: 20px;
    font-weight: 700;
}

.about_first_section .content_text .mission {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.about_first_section .content_text .mission p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    max-width: 436px;
    margin-left: 14px;
}

@media (max-width: 1024px) {
    .about_first_section .content_box {
        flex-direction: column;
    }

    .about_first_section .content_text {
        max-width: 100%;
    }

    .about_first_section .content_text .mission p {
        max-width: 80%;
    }
}

/* about us first secstion end */

/* facilities first section start */
.facilities_first_section {
    background-image: url("../images/facilities/banner.png");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 563px;
    overflow: hidden;

}

.facilities_first_section .pre-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.facilities_first_section .content_box {
    display: flex;
    padding: 30px 55px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.95);
    max-width: 665px;
    border-radius: 16px;
}

.facilities_first_section .content_box h1 {
    color: var(--primary-color);
    font-family: var(--second-font-family);
    position: relative;
    padding-bottom: 10px;
}

.facilities_first_section .content_box h1::after {
    content: "";
    position: absolute;
    width: 200px;
    transform: translate(-50%, 50%);
    bottom: 0;
    border-bottom: 1px solid var(--primary-color);
    left: 50%;
}

.facilities_first_section .content_box p {
    color: var(--black);
    text-align: center;
    font-size: 18px;
    font-weight: var(--light-font-weight);
    line-height: 26.682px;
    letter-spacing: 0.083px;
}

@media (max-width: 768px) {
    .facilities_first_section .content_box {
        width: 100%;
        padding: 30px 40px;
    }
}

@media (max-width: 500px) {
    .facilities_first_section .content_box h1 {
        font-size: 24px;
    }

    .facilities_first_section {
        height: 600px;
    }

    .facilities_first_section .content_box {
        background: rgba(255, 255, 255, 0.8);
        gap: 10px;
        padding: 30px 20px;
    }

    .facilities_first_section .content_box p {
        font-size: 16px;
    }
}

/* facilities first section end */
.facilities_parts .pre-container {
    display: flex;
    gap: 35px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.facilities_parts .content_box h2 {
    color: var(--primary-color);
    font-size: var(--heading-size);
    font-weight: var(--bold--font-weight);
    letter-spacing: 0.2px;
    position: relative;
    padding-bottom: 16px;
    font-family: var(--second-font-family);
}

.facilities_parts .content_box h2::after {
    content: "";
    position: absolute;
    width: 200px;
    bottom: 0;
    border-bottom: 2px solid var(--primary-color);
    left: 0%;
}

.facilities_parts {
    padding: 32px 0;
    overflow: hidden;
}

.facilities_parts .content_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.facilities_parts .content_box img {
    height: auto;
    width: 100%;
}

.facilities_parts .content_box p {
    color: var(--black);
    text-align: justify;
    font-size: var(--normal-font-size);
    font-weight: var(--light-font-weight);
    width: 600px;
}

.school_facilities_container .facilities_parts:nth-child(even) {
    background: #f0f0f0;
}

.school_facilities_container {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.school_facilities {
    padding: 60px 0;
}

@media (max-width: 900px) {

    .facilities_parts .pre-container {
        flex-direction: column;
    }

    .order_two {
        order: 2;
    }

    .order_one {
        order: 1;
    }

    .facilities_parts .content_box p {
        width: 100%;
    }

}

/* school sports section  start */
.school_sports .pre-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.school_sports .content_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}


.school_sports .content_text h1 {
    color: var(--primary-color);
    text-align: center;
    font-size: var(--heading-size);
    font-weight: var(--bold--font-weight);
    letter-spacing: 0.2px;
}

.school_sports .content_text p {
    color: var(--black);
    text-align: center;
    font-size: var(--normal-font-size);
    font-weight: var(--light-font-weight);
}

.school_sports .content_text span {
    font-weight: var(--bold--font-weight);
}


.school_sports .pre-container .content_box {
    /* display: flex;
width: 100%;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
gap: 25px;
flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.school_facilities .pre-container .content_box {

    display: flex !important;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}

.school_sports .content_box .content_image img {
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .school_sports .pre-container .content_box {
        /* display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 25px;
  flex-wrap: wrap; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .school_sports .content_text h1 {
        font-size: 24px;
    }

    .school_sports .content_text p {
        font-size: 14px;
    }

    .school_sports .pre-container {
        gap: 20px;
    }

    .school_sports .pre-container .content_box {
        gap: 16px;
    }
}

/* leadership team section */
.leadership_team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 80px 0;

}


.leadership_team h1 {
    color: var(--primary-blue);
    text-align: center;
    font-size: 28px;
    font-weight: var(--bold--font-weight);
    letter-spacing: 0.2px;
    font-family: var(--heading-font-family);
    margin-bottom: 30px;
}

.leadership_team .team_box {
    display: flex;
    width: 329px;
    padding: 20px;
    flex-direction: column;
    align-items: center;

    border-radius: 50px 0px;
    background: var(--white);
    box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.1);
    background: white;
}

.leadership_team .team_box:hover {
    box-shadow: 2px 4px 12px 10px rgba(79, 94, 113, 0.1);
}

.leadership_team .team_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px 24px;
}

.leadership_team .team_box img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.leadership_team .team_box h4 {
    color: var(--primary-blue);
    font-size: var(--large-font-size);
    font-weight: var(--bold--font-weight);
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
    font-variant: var(--second-font-family);
}

.leadership_team .team_box h5 {
    color: var(--seconder-color);
    font-size: var(--normal-font-size);
    font-weight: 500;
    text-align: center;
    width: 100%;
}


@media (max-width: 1024px) {
    .our_target .pre-container {
        flex-direction: column;
    }

    .our_target .our_target_box .target_content p {
        max-width: 100%;
        text-align: justify;
    }

    .our_target {
        padding: 30px 0 40px 0;
    }
}

@media (max-width: 500px) {
    .leadership_team {
        padding: 30px 0;
    }

    .leadership_team .team_container {
        gap: 20px;
    }

    .leadership_team h1 {
        font-size: 20px;
    }
}

/* leadership team section */

/* school sports section end */
/* gallery page start */
.gallery_image,
.gallery_image_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 26px;
    padding-top: 20px;
}

.image_box {
    display: flex;
    width: 275px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* margin-bottom: 26px; */
    margin: auto;
    width: 100%;
}

.image_box img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 206px;
}

.image_box p {
    display: flex;
    padding: 11px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--seconder-color);
    color: white;
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 400;
    border-radius: 0 0 15px 15px;
    width: 100%;
}

@media (max-width: 1024px) {

    .gallery_image,
    .gallery_image_container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 26px;

    }
}

@media (max-width: 768px) {

    .gallery_image,
    .gallery_image_container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 26px;

    }
}

@media (max-width: 500px) {

    .gallery_image,
    .gallery_image_container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;

    }
}



/* gallery page end */

/* contact us page start */
.contact_us_section {
    background-image: url("../images/contactus/bg.png");
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact_us_box {
    display: flex;
    max-width: 903px;
    padding: 32px 35px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    background: var(--white);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 20px;
}

.contact_us_section .social_media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.contact_us_section .social_media h6 {
    color: var(--primary-color);
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.contact_us_section .social_media h6::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 69px;
    border-bottom: 3px solid var(--primary-color);
}

.contact_us_section .phone,
.contact_us_section a .email,
.contact_us_section a .map {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 38px;
}

.contact_us_section .social_media p,
.contact_us_section .social_media p a {
    color: black;
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.contact_us_section .find_map h6 {
    color: var(--primary-color);
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.contact_us_section .find_map h6::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 69px;
    border-bottom: 3px solid var(--primary-color);
}

.contact_us_section .find_map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.contact_us_section .find_map iframe {
    width: 275px;
    height: 290px;
}

.contact_us_section .social_media_icons {
    display: flex;
    /* width: 178px; */
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

@media (max-width: 900px) {
    .contact_us_box {
        max-width: 845px;
        transition: all 0.5s;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contact_us_box {
        display: block;
        max-width: 500px;
        transition: all 0.5s;
    }

    .contact_us_section .find_map {
        padding-top: 30px;
        transition: all 0.5s;
    }

    .contact_us_section .find_map iframe {
        width: 100%;
        height: 200px;
        transition: all 0.5s;
    }
}

@media (max-width: 500px) {
    .contact_us_box {
        width: 380px;
        transition: all 0.5s;
    }

    .contact_us_section .social_media {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        transition: all 0.5s;
    }

    .contact_us_section .social_media p,
    .contact_us_section .social_media p span {
        font-size: 14px;
        transition: all 0.5s;
        display: inline-block;
    }

    @media (max-width: 440px) {
        .contact_us_box {
            width: 340px;
            transition: all 0.5s;
        }
    }

    /* {
    font-size: 14px;
    transition: all 0.5s;
  } */
    .contact_us_box {
        padding: 20px;
        transition: all 0.5s;
    }

    .contact_us_section .find_map {
        padding-top: 20px;
        transition: all 0.5s;
    }


}

/* contact us page end */

/* job description page  */
.job_description {
    padding-bottom: 40px;

}

.job_description h1 {
    text-align: left !important;
    color: var(--primary-color) !important;
    font-family: var(--second-font-family) !important;
    font-size: 28px !important;
    font-weight: 700;
    margin-top: 50px;
}

.job_description .pre-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
}

.job_description .details_box {
    display: flex;
    padding: 24px 27px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: var(--primary-color);
    color: var(--white);
    max-width: 362px;
    width: 100%;
    height: max-content;
}

.job_description .details_box h2 {
    color: #fdf8ee;
    font-size: 20px;
    font-weight: var(--bold--font-weight);
    margin-bottom: 6px;
}

.job_description .details_box h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150.24%;
    margin-bottom: 2px;
}

.job_description .details_box h5 strong {
    font-weight: var(--bold--font-weight);
}

.job_description .content {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.job_description .content h3 {
    display: flex;
    padding: 6px 14px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #e9e9e9 0%, rgba(236, 236, 236, 0) 100%);
    color: var(--primary-blue);
    font-size: 20px;
    font-weight: var(--bold--font-weight);
    margin-bottom: 16px;
    width: 100%;
    font-family: var(--second-font-family);
}

.job_description .content li {
    margin-bottom: 10px;
    text-align: justify;
}

.job_description button {
    display: inline-flex;
    height: auto;
    padding: 14px 26px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: var(--seconder-color);
    color: #fdfeff;
    font-size: var(--normal-font-size);
    font-weight: var(--bold--font-weight);
    cursor: pointer;
}

.job_description .content p {
    color: #000;
    text-align: justify;
    font-size: var(--normal-font-size);
    font-weight: var(--light-font-weight);
    margin-bottom: 24px;
}

.job_description .content li {
    margin-bottom: 10px;
    text-align: justify;
}

.content ul,
.content ol {
    margin-bottom: 24px;
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .job_description .pre-container {
        flex-direction: column;
    }

    .job_description .content {
        order: 2;
    }
}

@media (max-width: 500px) {
    .job_description .content h3 {
        margin-top: 30px;
    }

    .job_description .content h3 {
        font-size: 16px;
    }

}

/* overview first section */
.brighter_futures {
    padding-top: 80px;
    padding-bottom: 30px;
}

.brighter_futures .pre-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}

.brighter_futures .content_heading p {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.brighter_futures .content_heading h2 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: var(--bold--font-weight);
    width: 100%;
    max-width: 389px;
    text-align: start;
    font-family: var(--second-font-family);
}

.brighter_futures .content_text p {
    color: #000;
    text-align: justify;
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 171%;
    width: 100%;
    max-width: 923px;
}

.brighter_futures .content_text {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 24px;
}

/* @media (max-width: 1440px) {
  .brighter_futures .content_text p {
    max-width: 690px;
  }
} */
@media (max-width: 1024px) {
    .brighter_futures .content_text p {
        max-width: 100%;
    }

    .brighter_futures {
        padding: 40px 0;
    }

    .brighter_futures .content_heading h2 {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .brighter_futures .pre-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .brighter_futures .content_heading h2 {
        max-width: 100%;
    }

    .brighter_futures {
        padding: 30px 0;
    }
}

@media (max-width: 500px) {
    .brighter_futures .content_heading h2 {
        font-size: 18px;
    }

    .brighter_futures .content_text p {
        font-size: 14px;
    }

    .brighter_futures {
        padding-top: 0;
        padding-bottom: 0;
    }

    .brighter_futures .content_text {
        gap: 0;
    }
}

.directors_desk {
    padding: 80px 0 40px 0;
    background: white;
}

.directors_desk .content_img img {
    width: 100%;
    height: auto;
}

.directors_desk .content_text {
    max-width: 900px;
    width: 100%;
}

.directors_desk .content_box {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.directors_desk .content_text h4 {
    font-size: 20px;
    font-weight: var(--bold--font-weight);
    font-family: var(--second-font-family);
}

.directors_desk .content_text h5 {
    color: var(--seconder-color);
    font-size: var(--normal-font-size);
    font-weight: var(--light-font-weight);
}

.directors_desk .content_text h2 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: var(--bold--font-weight);
    letter-spacing: 0.2px;
    position: relative;
    margin-bottom: 30px;
    font-family: var(--second-font-family);
}

.directors_desk .content_text p {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .directors_desk .content_box {
        flex-direction: column;
    }

    .directors_desk .content_text {
        max-width: 100%;
        order: 1;
    }

    .directors_desk .content_img {
        order: 2;
    }
}

@media (max-width: 768px) {
    .leadership_team .team_container {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .about_first_section .content_text .mission {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .about_first_section .content_text .mission p {
        max-width: 100%;
        margin: 0;
    }

    .about_first_section .content_img {
        max-width: 100%;
    }

    .leadership_team .team_box {
        width: 100%;
    }
}