.image-grid-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: transparent;
}

.row-top {
    display: flex;
    gap: 15px;
    height: 256px;
}

.row-bottom {
    display: flex;
    gap: 15px;
    height: 256px;
    flex-direction: row-reverse;
}

.image-card:nth-child(1) {
    width: 317px;
    height: 256px;
    flex-shrink: 0;
}

.image-card:nth-child(2) {
    flex: 1;
    height: 256px;
}

.image-card:nth-child(3) {
    flex: 1;
    height: 256px;
}

.image-card:nth-child(4) {
    width: 317px;
    height: 256px;
    flex-shrink: 0;
    margin-left: auto;
}

.image-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.image-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .image-grid-container {
        flex-direction: column;
        gap: 12px;
    }

    .row-top,
    .row-bottom {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }

    .image-card:nth-child(1),
    .image-card:nth-child(2),
    .image-card:nth-child(3),
    .image-card:nth-child(4) {
        width: 100%;
        height: 200px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .image-grid-container {
        gap: 10px;
    }

    .row-top,
    .row-bottom {
        gap: 10px;
    }

    .image-card:nth-child(1),
    .image-card:nth-child(2),
    .image-card:nth-child(3),
    .image-card:nth-child(4) {
        height: 180px;
    }
}

.images_story {
    overflow: visible;
    padding: 0;
}

.image-card a:hover {
    text-decoration: none;
}

.img100 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.image-grid-container * {
    margin: 0;
    padding: 0;
}
.title_abouts {
    text-align: center;
    position: relative;
    margin-bottom: 95px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 69px;
}
.title_abouts p {
    font-family: 'Inter-Regular';
    font-size: 16px;
}

.section-statics {
    position: relative;
    padding: 50px 0;
}

.section-statics:after {
    filter: blur(15.3125rem);
    background: #e6a1ff;
    border-radius: 29.9375rem;
    width: 23.1875rem;
    height: 29.9375rem;
    top: -8rem;
    left: -30%;
    pointer-events: none;
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
}
.section-statics:before {
    filter: blur(14.375rem);
    background: #52ffa1b2;
    border-radius: 31.125rem;
    width: 24.875rem;
    height: 31.125rem;
    pointer-events: none;
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    left: unset;
}
.title_story h3 {
    font-family: 'Inter-Bold';
    font-size: 50px;
    color: black;
    line-height: 65px;
    width: 85%;
    margin-bottom: 30px;
}
.desc_story2 {
    font-family: 'Inter-REgular';
    font-size: 16px;
    line-height: 29px;
    color: #2e2e2e;
}
.title_abouts h2 span {
    background: linear-gradient(92deg, #9163f1 50%, #3fd7ab 81.01%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.row.r_miss {
    align-items: center;
}
section.mission_block {
    background: #030527;
    position: relative;
    padding: 90px 0;
}
section.story_block2 {
    margin-bottom: 75px;
}
.title_miss h2 {
    font-family: 'Inter-Bold';
    font-size: 50px;
    color: #ffffff;
    line-height: 65px;
    width: 85%;
    margin-bottom: 30px;
}
.desc_miss {
    font-family: 'Inter-REgular';
    font-size: 16px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 45px;
}
.element_misscriteria {
    text-align: center;
    background: #ffffff;
    margin-right: 20px;
    display: inline-block;
    padding: 16px 34px 6px;
    border-radius: 12px;
}
.number_miss {
    font-family: 'Inter-Bold';
    font-size: 37px;
    display: inline-block;
    line-height: 38px;
}
.name_miss {
    font-family: 'Inter-Regular';
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 38px;
}
.element_misscriteria:nth-child(1) {
    background: #a684ff;
    color: #fff;
}
.element_misscriteria:nth-child(2) {
    background: #00d492;
    color: #fff;
}
.element_misscriteria:nth-child(3) {
    background: #00d3f2;
    color: #fff;
}
.number_miss {
    position: relative;
}

.number_miss:after {
    position: absolute;
    content: '+';
    top: -2px;
    font-size: 31px;
    right: -25px;
}
.c_miss {
    position: relative;
    padding: 0 40px;
}
.row.r_miss {
    margin: 0 -40px;
}
.title_indexstatics {
    text-align: center;
}
.title_indexstatics h2 {
    font-family: 'Inter-Bold';
    font-size: 45px;
    color: black;
    line-height: 65px;
    margin-bottom: 30px;
}
section.valure_block {
    position: relative;
    padding: 61px 0 50px;
}
.title_indexstatics {
    text-align: center;
    position: relative;
    margin-bottom: 43px;
}

.title_indexstatics h2 {
    font-family: 'Inter-Bold';
    color: #000000;
    font-size: 42px;
}

.criteri_value_item h3 {
    font-family: 'Inter-Bold';
    font-size: 18px;
    color: #00BC7E;
    margin: 18px 0;
}
.desc_criterValue {
    font-family: 'Inter-Regular';
    line-height: 25px;
    color: #646464;
}
.criteri_value_item {
    border: 1px solid #e1e1e1;
    display: inline-block;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 12px;
    overflow: hidden;
}
.c_criteri_value {
    position: relative;
    padding: 0 9px;
}
.r_criteri_value {
    position: relative;
    margin: 0 -10px;
}
.criteri_value_item:hover .img_value img {
    transform: rotateY(180deg);
}
.criteri_value_item .img_value img {
   transition: all 1s;
}
.criteri_value_item{
    transition: all .3s;
}
.criteri_value_item:hover {
    background: #00bc7e;
    cursor: pointer;
    color: #fff;
}
.criteri_value_item:hover h3 {
    color: #fff;
}

.criteri_value_item:hover .desc_criterValue {
    color: #ffffff;
}
.desc_criterValue {
    transition: all .3s;
}
.row.r_value {
    align-items: center;
}.slogan_teacher {
    width: 80%;
    margin: auto;
    line-height: 30px;
    font-size: 17px;
    font-family: 'Inter-Regular';
}

.teacher_block .title_indexstatics h2 {
    margin-bottom: 24px;
}

section.teacher_block {
    background: #f5f5f5;
    position: relative;
    padding: 60px 0 45px;
}
.infor_teacher h3 {
    font-family: 'Mulish-Bold';
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 9px;
    color: black;
}
.desc_teacher {
    font-family: mulish-regular;
    font-size: 15px;
    line-height: 23px;
}
.infor_teacher {
    width: 75%;
    margin-left: 20px;
}
.img_teacher img {
    border-radius: 100px;
}
.content_teacher {
    font-family: 'Inter-Regular';
    font-size: 15px;
    line-height: 27px;
    margin-top: 22px;
    color: #686868;
}
.teacher_item {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 7px #f5f5f5;
    margin-bottom: 29px;
    transition: all .4s;
    overflow: hidden;
    background: #fff;
}
.teacher_item:hover {
    box-shadow: 0 0 7px #757575;
    cursor: pointer;
}
.c_teacher {
    position: relative;
    padding: 0 12px;
}
.r_teacher {
    margin: 0 -12px;
}

.teacher_block .title_indexstatics {
    margin-bottom: 75px;
}

.experience_block .title_indexstatics h2 {
    margin-bottom: 19px;
}
section.experience_block {
    position: relative;
    padding: 70px 0;
}
.infor-experian {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    width: 100%;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}.experian-item a {
    border-radius: 10px;
}
.infor-experian h3 a {
    font-family: 'Inter-Medium';
    color: #fff;
    font-size: 21px;
    line-height: 28px;
}
.infor-experian h3 {
    margin-bottom: 14px;
}
.desc_exper {
    color: #fff;
    font-family: 'Mulish-Regular';
    line-height: 23px;
    font-size: 15px;
}
.content_experience {
    position: relative;
}

.content_experience .control-owl button.owl-prev {
    left: -45px;
    background: #9b63f3;
    width: 30px;
}

.content_experience .control-owl button.owl-next {
    right: -45px;
    background: #9b63f3;
    width: 30px;
}
.content_experience .owl-item {
    width: 355px !important;
}
.teacher_item:hover img {
    transform: rotate(359deg);
}
.teacher_item img {
   transition: all 1s;
}
@media screen and (max-width: 991px) {
    .section-statics {
        position: relative;
        padding: 30px 0;
    }.title_abouts {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }.title_story h3 {
        font-size: 30px;
        line-height: 38px;
        width: 100%;
        margin-bottom: 14px;
    }
    .title_abouts p {
        font-size: 14px;
        line-height: 25px;
    }
    section.mission_block {
        padding: 50px 0;
    }
    .desc_story2 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    section.story_block2 {
        margin-bottom: 50px;
    }
    .flex_criMiss {
        display: block !important;
    }.number_miss {
        font-size: 29px;
        line-height: 34px;
    }
    .element_misscriteria {
        margin-right: 19px;
        padding: 11px 15px 3px;
        border-radius: 12px;
        width: 100%;
        margin-bottom: 29px;
    }
    .title_miss h2 {
        font-family: 'Inter-Bold';
        font-size: 30px;
        color: #ffffff;
        line-height: 45px;
        width: 100%;
        margin-bottom: 14px;
    }
    .section-statics {
        overflow: hidden;
    }
    .slogan_teacher {
        width: 100%;
        margin: auto;
        line-height: 30px;
        font-size: 16px;
    }
    .infor_teacher h3 {
        font-size: 17px;
    }
    section.experience_block {
        position: relative;
        padding: 40px 0 10px;
    }
    .teacher_item {
        padding: 18px;

    }
    .infor-experian h3 a {
        font-family: 'Inter-Bold';
        font-size: 19px;
        line-height: 27px;
    }
    .content_experience .owl-item {
        width: 100%;
    }
    .title_indexstatics h2 {
        font-size: 34px;
    }
    section.experience_block {
        padding: 40px 0;
    }
   
    .teacher_block .title_indexstatics {
        margin-bottom: 40px;
    }
    .teacher_block .title_indexstatics h2 {
        margin-bottom: 12px;
    }
    section.teacher_block {
        position: relative;
        padding: 40px 0 10px;
    }
    .items_miss {
        margin-bottom: 40px;
    }
    .title_indexstatics h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .name_miss {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 33px;
    }
    section.mission_block {
        padding: 50px 0 20px;
    }
    section.valure_block {
        position: relative;
        padding: 37px 0 35px;
    }
    .content_experience .control-owl button.owl-prev {
        left: 12px;
    }
    .content_experience .control-owl button.owl-next {
        right: 12px;
    }
  }