.about-page {
    background: #f4f7f9;
    color: #17323d;
    font-family: "Segoe UI", Arial, sans-serif;
}

.about-page * {
    box-sizing: border-box;
}

.about-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 110px, transparent 112px),
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 160px, transparent 162px),
        linear-gradient(135deg, #063746 0%, #087d91 48%, #35aebc 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -170px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.about-hero::after {
    content: "";
    position: absolute;
    left: -80px;
    top: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 70px 15px;
    text-align: center;
}

.about-label,
.about-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #087d91;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.about-label {
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.about-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
}

.about-hero p {
    max-width: 720px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.7;
}

.about-main {
    padding: 0 0 80px;
}

.about-container {
    max-width: 1180px;
}

.about-intro-card {
    position: relative;
    z-index: 5;
    margin-top: -58px;
    padding: 34px;
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 34px;
    background: #ffffff;
    border: 1px solid #e0eaee;
    border-radius: 22px;
}

.about-intro-content h2,
.about-section-heading h2,
.about-text h2 {
    margin: 0 0 14px;
    color: #102d38;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.about-intro-content p,
.about-card p,
.about-text p {
    margin: 0 0 14px;
    color: #4f6670;
    font-size: 16px;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.about-stat {
    padding: 18px;
    background: #f7fbfc;
    border: 1px solid #e3eef2;
    border-radius: 16px;
}

.about-stat strong {
    display: block;
    margin-bottom: 5px;
    color: #087d91;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}

.about-stat span {
    color: #5f747c;
    font-size: 14px;
}

.about-features {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-feature-card {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e0eaee;
    border-radius: 20px;
}

.about-feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef8fa;
    color: #087d91;
    border-radius: 14px;
    font-weight: 800;
}

.about-feature-card h3 {
    margin: 0 0 12px;
    color: #102d38;
    font-size: 21px;
    font-weight: 800;
}

.about-feature-card p {
    margin: 0;
    color: #58707a;
    font-size: 15.5px;
    line-height: 1.75;
}

.about-card {
    margin-top: 34px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e0eaee;
    border-radius: 22px;
}

.about-section-heading {
    margin-bottom: 18px;
}

.about-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 34px;
    align-items: center;
}

.about-image-box {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e0eaee;
    background: #f7fbfc;
}

.about-image-box img {
    width: 100%;
    display: block;
}

.about-timeline {
    display: grid;
    gap: 14px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    align-items: start;
    padding: 18px;
    background: #f7fbfc;
    border: 1px solid #e0eaee;
    border-radius: 16px;
}

.timeline-item span {
    color: #087d91;
    font-size: 22px;
    font-weight: 800;
}

.timeline-item p {
    margin: 0;
}

.about-people-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about-people h3 {
    margin: 0 0 14px;
    color: #102d38;
    font-size: 20px;
    font-weight: 800;
}

.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-tags li {
    padding: 8px 12px;
    background: #eef8fa;
    border: 1px solid #d5edf2;
    border-radius: 999px;
    color: #087d91;
    font-size: 14px;
    font-weight: 700;
}

.about-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
    color: #4f6670;
    font-size: 16px;
    line-height: 1.75;
}

.about-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #087d91;
    font-weight: 800;
}

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.objective-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: #f7fbfc;
    border: 1px solid #e0eaee;
    border-radius: 16px;
}

.objective-item span {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #087d91;
    color: #ffffff;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
}

.objective-item p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
}

.about-quote {
    margin-top: 34px;
    padding: 36px;
    background: #073746;
    border-radius: 22px;
}

.about-quote blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

.about-quote p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
	text-align: justify;
	margin-bottom: 16px;
}

.about-quote footer {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.about-director-message {
    position: relative;
}

.director-message-label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.about-director-message footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-director-message footer strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
}

.about-director-message footer span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

@media (max-width: 991px) {
    .about-hero {
        min-height: 300px;
    }

    .about-hero h1 {
        font-size: 38px;
    }

    .about-intro-card,
    .about-grid,
    .about-people-grid {
        grid-template-columns: 1fr;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .objectives-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-hero {
        min-height: 260px;
    }

    .about-hero-content {
        padding: 50px 15px;
    }

    .about-hero h1 {
        font-size: 30px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-intro-card,
    .about-card,
    .about-feature-card,
    .about-quote {
        padding: 22px;
        border-radius: 18px;
    }

    .about-intro-content h2,
    .about-section-heading h2,
    .about-text h2 {
        font-size: 24px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .about-quote p {
        font-size: 18px;
    }
}