/* ===== ABOUT OVERVIEW SECTION ===== */
.about-overview { padding: 80px 0; background: var(--bg);}
.about-overview__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center;}
.about-overview__media-wrap {  position: relative;  min-height: 520px;}
.about-overview__media-card {  position: relative;  overflow: hidden;  min-height: 520px; border-radius: 5px;  }
.about-overview__media-image { position: absolute; inset: 0; width: 100%; height: 100%;}
.about-overview__year-card { position: absolute; left: 0; bottom: 0; background: var(--white); color: var(--secondary); padding: 24px 30px; box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);  min-width: 170px;}
.about-overview__year { display: block; font-size: 3rem; line-height: 1; font-weight: 900; color: var(--primary);}
.about-overview__year-label { display: block; margin-top: 6px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--secondary);}
.about-overview__content .common-title {  max-width: 100%;  margin-bottom: 0;}
.about-overview__content .common-title__subtitle {   margin-bottom: 14px;}
.about-overview__content .common-title__heading { max-width: 100%; font-size: 35px; line-height: 1.05; margin-bottom: 20px;}
.about-overview__content .common-title__text {  max-width: 100%; margin-bottom: 18px;}
.about-overview__list { margin: 24px 0 0; padding: 0; list-style: none;}
.about-overview__list li { position: relative; padding-left: 30px; margin-bottom: 16px; color: var(--text-dark); font-size: 1.05rem;  font-weight: 700;}
.about-overview__list li::before { content: '✓';  position: absolute; left: 0; top: 0; color: var(--primary); font-weight: 900;}
@media (max-width: 991px) {.about-overview__grid { grid-template-columns: 1fr;  gap: 28px; }.about-overview__content .common-title__heading {  font-size: 2.5rem; }}
@media (max-width: 575px) { .about-overview { padding: 56px 0; } .about-overview__media-wrap, .about-overview__media-card { min-height: 380px;}.about-overview__media-label { font-size: 1.15rem;}.about-overview__content .common-title__heading { font-size: 1.5rem; }}


/* ===== FUN FACTS SECTION ===== */
.fun-facts-hafsdtare5 { padding: 24px 0 60px; }
.fun-facts-hafsdtare5__grid { display: grid;grid-template-columns: repeat(4, 1fr); gap: 20px;}
.fun-facts-hafsdtare5__card { background: rgba(4, 151, 217, 0.08); border: 1px solid rgba(4, 151, 217, 0.12); border-radius: 3px; padding: 20px 10px; text-align: center; min-height: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.fun-facts-hafsdtare5__value { font-size: 35px;line-height: 1; font-weight: 900; color: var(--secondary); margin-bottom: 10px;}
.fun-facts-hafsdtare5__label { font-size: 17px; line-height: 1.4; font-weight: 600; color: var(--text-dark);}
@media (max-width: 991px) {.fun-facts-hafsdtare5__grid { grid-template-columns: repeat(2, 1fr);}}
@media (max-width: 575px) { .fun-facts-hafsdtare5 {  padding: 12px 0 56px; }.fun-facts-hafsdtare5__grid { grid-template-columns: repeat(2, 1fr);  gap: 14px;}
.fun-facts-hafsdtare5__card { min-height: 100px;  padding: 20px 12px; }.fun-facts-hafsdtare5__value {  font-size: 24px; }.fun-facts-hafsdtare5__label {  font-size: 15px;}}

/* ===== VISION / MISSION SECTION ===== */
.vmisson-harekyeeuytb {  padding: 12px 0 80px;}
.vmisson-harekyeeuytb__grid {  display: grid;  grid-template-columns: repeat(2, 1fr);  gap: 24px;}
.vmisson-harekyeeuytb__card {
    position: relative;
    border-radius: 3px;
    padding: 35px 28px;
    display: flex;
    flex-direction: column; justify-content: center; overflow: hidden;}
.vmisson-harekyeeuytb__card--dark {
    background: #0f0f10;
    color: var(--white);
}

.vmisson-harekyeeuytb__card--blue {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
}

.vmisson-harekyeeuytb__icon-wrap {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
    font-size: 25px;
}

.vmisson-harekyeeuytb__title {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
    color: inherit;
}

.vmisson-harekyeeuytb__text {
    margin: 0;
    max-width: 650px;
    font-size: 16px;
    line-height: 1.7;
    color: inherit;
}

@media (max-width: 767px) {
    .vmisson-harekyeeuytb__grid {
        grid-template-columns: 1fr;
    }

    .vmisson-harekyeeuytb__card {
        min-height: 280px;
        padding: 24px 20px;
    }

    .vmisson-harekyeeuytb__title {
        font-size: 1.8rem;
    }

    .vmisson-harekyeeuytb__text {
        font-size: 1rem;
    }
}

/* ===== WHAT MAKES US DIFFERENT ===== */
.what-makeusdiffrent-abdsjhf {
    padding: 48px 0 88px;
}

.what-makeusdiffrent-abdsjhf .common-title {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.what-makeusdiffrent-abdsjhf .common-title__heading {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.what-makeusdiffrent-abdsjhf .common-title__text {
    max-width: 760px;
    margin: 0 auto;
}

.what-makeusdiffrent-abdsjhf__compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
}

.what-makeusdiffrent-abdsjhf__panel {
    padding: 34px 36px;
    min-height: 330px;
}

.what-makeusdiffrent-abdsjhf__panel--light {
    background: #f7f8fb;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.what-makeusdiffrent-abdsjhf__panel--dark {
    background: #0f0f10;
    color: var(--white);
}

.what-makeusdiffrent-abdsjhf__panel-title {
    margin: 0 0 22px;
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: inherit;
}

.what-makeusdiffrent-abdsjhf__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.what-makeusdiffrent-abdsjhf__list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 28px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-dark);
}

.what-makeusdiffrent-abdsjhf__list li::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 900;
}

.what-makeusdiffrent-abdsjhf__list--dark li {
    color: rgba(255, 255, 255, 0.95);
}

.what-makeusdiffrent-abdsjhf__list--dark li::before {
    content: '✓';
    color: var(--primary);
}

@media (max-width: 991px) {
    .what-makeusdiffrent-abdsjhf__compare {
        grid-template-columns: 1fr;
    }

    .what-makeusdiffrent-abdsjhf .common-title__heading {
        font-size: 2.8rem;
    }
}

@media (max-width: 575px) {
    .what-makeusdiffrent-abdsjhf {
        padding: 34px 0 64px;
    }

    .what-makeusdiffrent-abdsjhf__panel {
        padding: 24px 20px;
        min-height: auto;
    }

    .what-makeusdiffrent-abdsjhf .common-title__heading {
        font-size: 2.1rem;
    }

    .what-makeusdiffrent-abdsjhf__panel-title {
        font-size: 1rem;
    }

    .what-makeusdiffrent-abdsjhf__list li {
        font-size: 0.97rem;
    }
}

/* ===== CORE VALUES ===== */
.corevaluse-harekrisghahdjgd {
    padding: 48px 0 90px;
}

.corevaluse-harekrisghahdjgd .common-title {
    margin-bottom: 30px;
}

.corevaluse-harekrisghahdjgd__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.corevaluse-harekrisghahdjgd__item {
    text-align: left;
    padding: 25px;
    background: #f7f8fb;
    border: 1px solid rgba(17, 17, 17, 0.08);}



.corevaluse-harekrisghahdjgd__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--text-dark);
}

.corevaluse-harekrisghahdjgd__text {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-light);
}

@media (max-width: 991px) {
    .corevaluse-harekrisghahdjgd__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .corevaluse-harekrisghahdjgd {
        padding: 32px 0 64px;
    }

    .corevaluse-harekrisghahdjgd__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .corevaluse-harekrisghahdjgd__number {
        font-size: 3rem;
        margin-bottom: 12px;
    }

    .corevaluse-harekrisghahdjgd__title {
        font-size: 1.35rem;
    }

    .corevaluse-harekrisghahdjgd__text {
        font-size: 0.98rem;
    }
}

/* ===== WHY CHOOSE US ===== */
.why-harikrihshjdhjfbj {
    padding: 24px 0 88px;
}

.why-harikrihshjdhjfbj__grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 30px;
    align-items: center;
}

.why-harikrihshjdhjfbj__content .common-title {
    margin-bottom: 24px;
}
.why-harikrihshjdhjfbj__content .common-title__heading{
    font-size: 35px;
}
.why-harikrihshjdhjfbj__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.why-harikrihshjdhjfbj__card {
    background: rgba(4, 151, 217, 0.06);
    border: 1px solid rgba(4, 151, 217, 0.12);
    border-radius: 3px;
    padding: 20px;
    min-height: 170px;
}

.why-harikrihshjdhjfbj__card-title {
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 800;
    color: var(--secondary);
}

.why-harikrihshjdhjfbj__card-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text-light);
}

.why-harikrihshjdhjfbj__image-wrap {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    min-height: 420px;
    background: linear-gradient(135deg, rgba(4, 151, 217, 0.15), rgba(49, 82, 163, 0.2));
}

.why-harikrihshjdhjfbj__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .why-harikrihshjdhjfbj__grid {
        grid-template-columns: 1fr;
    }

    .why-harikrihshjdhjfbj__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .why-harikrihshjdhjfbj {
        padding: 10px 0 68px;
    }

    .why-harikrihshjdhjfbj__cards {
        grid-template-columns: 1fr;
    }

    .why-harikrihshjdhjfbj__card {
        min-height: auto;
    }

    .why-harikrihshjdhjfbj__image-wrap {
        min-height: 280px;
    }
}

/* ===== CERTIFICATIONS ===== */
.harekjkhuiy-certifications {
    padding: 16px 0 90px;
}

.harekjkhuiy-certifications .common-title {
    margin-bottom: 34px;
}

.harekjkhuiy-certifications__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.harekjkhuiy-certifications__item {
    background: rgba(4, 151, 217, 0.08);
    border: 1px solid rgba(4, 151, 217, 0.16);
    border-radius: 3px;
    padding: 22px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.harekjkhuiy-certifications__label {
    font-size: 1rem;
    font-weight: 800;
    color: var(--secondary);
}

@media (max-width: 991px) {
    .harekjkhuiy-certifications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .harekjkhuiy-certifications {
        padding: 0 0 64px;
    }

    .harekjkhuiy-certifications__title-wrap {
        flex-direction: column;
    }

    .harekjkhuiy-certifications__grid {
        grid-template-columns: 1fr;
    }
}
