.about-banner {
    position: relative;
    min-height: 330px;
    background: #083d80;
}
.about-banner .banner-img,
.about-banner .banner-img figure,
.about-banner .banner-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.about-banner .banner-img img {
    object-fit: cover;
    object-position: center 40%;
    filter: saturate(1.05) contrast(1.03);
    image-rendering: -webkit-optimize-contrast;
}
.about-banner::after {
    content: none;
}
.about-banner .sisf-page-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 330px;
}
.about-banner .sisf-m-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    transform: translateY(-16px);
}
.about-banner .sisf-m-content {
    width: auto;
    max-width: calc(100% - 24px);
    padding: 20px 36px 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    background: rgba(4,47,34,.62);
    box-shadow: 0 12px 34px rgba(0,0,0,.2);
    text-align: center;
    backdrop-filter: blur(3px);
}
.about-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
    margin-bottom: 0;
    color: #fff;
    font-size: .86rem;
    width: max-content;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50px;
    background: rgba(3,65,31,.52);
    box-shadow: 0 8px 22px rgba(3,45,24,.18);
    text-align: center;
    backdrop-filter: blur(4px);
}
.about-breadcrumb a,
.about-breadcrumb span { color: #fff; }
.about-breadcrumb a { font-weight: 800; }
.about-breadcrumb i { font-size: .85rem; }
.about-banner h1 {
    margin: 0;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 3px 10px rgba(0,0,0,.72);
}
.about-banner-tagline {
    margin: 14px 0 0;
    color: #e5ffec;
    text-align: center !important;
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: .06em;
    text-shadow: 0 2px 7px rgba(0,0,0,.78);
}
.about-banner-tagline span {
    margin: 0 .35rem;
    color: #fff;
}
main .section { padding-top: 40px !important; }
.about-intro { background: #f1faf4 !important; }
.about-intro-heading {
    max-width: 900px;
    margin: 0 auto 52px;
}
.about-intro-heading h2 {
    margin: 4px 0 14px;
    color: #163326;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.15;
}
.about-intro-heading h2 span { color: #087638; }
.about-intro-heading > p {
    max-width: 720px;
    margin: auto;
    color: #607269;
    text-align: center !important;
}
.about-collage {
    position: relative;
    min-height: 570px;
    padding: 0 45px 45px 0;
}
.about-collage figure {
    overflow: hidden;
    margin: 0;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(3,84,40,.14);
}
.about-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-collage-main {
    width: 88%;
    height: 520px;
}
.about-collage-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 230px;
    border: 8px solid #f1faf4;
}
.about-experience {
    position: absolute;
    top: 28px;
    right: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #087638;
    color: #fff;
    box-shadow: 0 12px 28px rgba(3,84,40,.25);
}
.about-experience strong {
    font: 700 2rem/1 "IBM Plex Serif", serif;
}
.about-experience span {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.3;
}
.about-story-panel {
    padding: 38px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(3,84,40,.09);
}
.about-story-panel h3 {
    margin-bottom: 22px;
    color: #163326;
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    line-height: 1.25;
}
.about-story-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 26px;
}
.about-story-points span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #163326;
    font-size: .9rem;
    font-weight: 700;
}
.about-story-points i { color: #087638; }
.vision-mission-section {
    background: linear-gradient(180deg, #f4faf6, #fff);
}
.purpose-card {
    position: relative;
    padding: 42px;
    overflow: hidden;
    border-radius: 24px;
}
.purpose-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 180px;
    height: 180px;
    border: 35px solid currentColor;
    border-radius: 50%;
    opacity: .06;
}
.vision-card {
    position: relative;
    background: linear-gradient(140deg, #093b22 0%, #075f32 100%);
    color: #eaf7ee;
    box-shadow: 0 16px 42px rgba(3, 84, 40, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.vision-card h2,
.vision-card .about-label { color: #fff !important; }
.vision-card p { color: #d6eadc !important; font-size: 1rem; line-height: 1.6; }
.vision-card .purpose-icon {
    background: #fff;
    color: #087638;
}
.mission-card {
    position: relative;
    background: #fff;
    border: 1px solid #dcece1;
    box-shadow: 0 16px 42px rgba(3, 84, 40, 0.08);
}
.mission-card h2 { color: #163326; }
.mission-card p { color: #4e6056; font-size: 1rem; line-height: 1.6; }
.mission-card .purpose-icon {
    background: #087638;
    color: #fff;
}
.purpose-icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    border-radius: 18px;
    font-size: 1.55rem;
    box-shadow: 0 10px 25px rgba(3,84,40,.18);
}
.purpose-card h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: clamp(1.8rem, 2.7vw, 2.45rem);
    line-height: 1.2;
}
.purpose-card p,
.purpose-card ul {
    position: relative;
    z-index: 1;
}
.purpose-card li {
    margin: 13px 0;
    line-height: 1.5;
}
.about-purpose {
    position: relative;
    margin: 0 18px 18px;
    padding: 85px 0;
    overflow: hidden;
    background-image: linear-gradient(120deg, rgba(7, 44, 25, 0.72) 0%, rgba(5, 78, 38, 0.68) 100%), url("../images/about-purpose-bg.webp");
    background-size: cover;
    background-position: center;
    color: #e6f3ea;
}
.about-purpose h2 {
    max-width: 850px;
    margin: 10px auto 22px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}
.about-purpose p {
    max-width: 900px;
    margin: 0 auto 18px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
.about-purpose .sis-btn-default {
    width: max-content;
    margin: 28px auto 0;
}
.about-purpose .sis-btn-default:hover {
    color: #fff !important;
}

.about-infra-section {
    padding: 60px 0;
    background: #f7faf8;
}
.about-infra-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e4eee7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(3, 84, 40, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-infra-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(3, 84, 40, 0.14);
}
.about-infra-img {
    height: 205px;
    overflow: hidden;
}
.about-infra-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.about-infra-card:hover .about-infra-img img {
    transform: scale(1.06);
}
.about-infra-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
}
.about-infra-body h3 {
    margin-bottom: 8px;
    font-size: 1.18rem;
    color: #163326;
}
.about-feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid #dcece1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(3, 84, 40, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.about-feature-card:hover {
    transform: translateY(-8px);
    border-color: #87c99e;
    box-shadow: 0 18px 42px rgba(3, 84, 40, 0.14);
}
.about-card-top-img {
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #f4faf6;
}
.about-card-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.about-feature-card:hover .about-card-top-img img {
    transform: scale(1.06);
}
.about-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 20px 24px;
}
.about-feature-card-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #edf8f1;
    color: #087638;
    font-size: 1.25rem;
}
.about-feature-card h3 {
    margin-bottom: 8px;
    font-size: 1.18rem;
    line-height: 1.3;
    color: #163326;
}
.about-feature-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #55685d;
    text-align: justify;
}

.value-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid #dce9e0;
    border-radius: 18px;
    background: #fff;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.value-card:hover {
    transform: translateY(-7px);
    border-color: #78c995;
    box-shadow: 0 18px 40px rgba(3, 84, 40, 0.12);
}
.value-card-top-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #f4faf6;
}
.value-card-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.value-card:hover .value-card-top-img img {
    transform: scale(1.06);
}
.value-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 20px 24px;
}
.value-card-body span {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #087638;
    color: #fff;
    font-size: 1.15rem;
}
.value-card-body h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #163326;
}
.value-card-body p {
    margin: 10px 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #55685d;
    text-align: justify;
}

@media (max-width: 767px) {
    .about-banner,
    .about-banner .sisf-page-title { min-height: 280px; }
    .about-banner h1 { font-size: 3.7rem; }
    .about-intro-heading { margin-bottom: 35px; }
    .about-collage { min-height: 470px; }
    .about-collage-main { height: 420px; }
    .about-collage-small { height: 190px; }
}
@media (max-width: 575px) {
    .about-banner,
    .about-banner .sisf-page-title { min-height: 250px; }
    .about-banner h1 { font-size: 3rem; }
    .about-breadcrumb { gap: 9px; font-size: .78rem; }
    .about-banner .sisf-m-inner { transform: translateY(-8px); }
    .about-banner .sisf-m-content { max-width: calc(100% - 16px); padding: 17px 20px 19px; }
    .about-banner-tagline { font-size: .95rem; }
    .about-intro-heading h2 { font-size: 2rem; }
    .about-collage { min-height: 390px; padding: 0 24px 30px 0; }
    .about-collage-main { width: 94%; height: 350px; }
    .about-collage-small { width: 48%; height: 145px; border-width: 5px; }
    .about-experience { top: 15px; right: 0; padding: 12px; }
    .about-experience strong { font-size: 1.5rem; }
    .about-story-panel { padding: 26px 22px; }
    .about-story-points { grid-template-columns: 1fr; }
    .purpose-card { padding: 27px 23px; }
}
