.about-page {
    background: #f7faf9;
    color: #123332;
}
.about-hero {
    position: relative;
    padding: 75px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #005260 0%, #087080 55%, #34b69e 100%);
}
.about-hero::before,
.about-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}
.about-hero::before {
    width: 320px;
    height: 320px;
    top: -180px;
    right: -70px;
}
.about-hero::after {
    width: 220px;
    height: 220px;
    bottom: -150px;
    left: 8%;
}
.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.about-hero-content span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    opacity: .85;
}
.about-hero-content h1 {
    margin: 0 0 10px;
    font-size: 44px;
    font-weight: 900;
}
.about-hero-content p {
    margin: 0;
    font-size: 16px;
    opacity: .9;
}
.about-intro,
.about-vision-mission,
.about-values,
.about-axes,
.about-goals {
    padding: 75px 0;
}
.about-vision-mission,
.about-axes {
    background: #fff;
}
.about-section-heading {
    text-align: center;
    margin-bottom: 38px;
}
.about-section-heading span {
    display: block;
    margin-bottom: 7px;
    color: #34b69e;
    font-size: 12px;
    font-weight: 800;
}
.about-section-heading h2 {
    margin: 0;
    color: #005260;
    font-size: 32px;
    font-weight: 900;
}
.about-section-heading h2::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 10px;
    background: #34b69e;
}
.about-intro-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    max-width: 1000px;
    margin: auto;
    padding: 35px 40px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #edf2f1;
    box-shadow: 0 10px 35px rgba(0,0,0,.05);
}
.about-intro-icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #e8f5f1;
    color: #005260;
    font-size: 25px;
}
.about-intro-text {
    flex: 1;
}
.about-intro-text p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 2.05;
}
.about-vision-mission {
    padding-top: 45px;
    padding-bottom: 150px;
}
.about-vision-mission .about-section-heading {
    margin-bottom: 30px;
}
.vision-mission-hover {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    max-width: 1000px;
    margin: auto;
}
.hover-info-item {
    position: relative;
    width: 280px;
    min-height: 90px;
    text-align: center;
}
.hover-title {
    position: relative;
    z-index: 2;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 22px;
    background: #005260;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,82,96,.12);
    transition: transform .4s ease,background .4s ease,box-shadow .4s ease;
}
.hover-title img {
        width: 40px;
    height: 35px;
    color: #34b69e;
    transition: transform .4s ease,color .4s ease;
}
.hover-title span {
    font-size: 19px;
    font-weight: 800;
}
.hover-info-item:hover .hover-title {
    transform: translateY(-5px);
    background: #34b69e;
    box-shadow: 0 15px 35px rgba(52,182,158,.25);
}
.hover-info-item:hover .hover-title i {
    color: #fff;
    transform: scale(1.15);
}
.hover-content {
    position: absolute;
    top: 105px;
    right: 0;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #edf2f1;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(.96);
    transition: opacity .4s ease,visibility .4s ease,transform .4s ease;
    z-index: 5;
}
.hover-content::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    border-left: 1px solid #edf2f1;
    border-top: 1px solid #edf2f1;
    transform: translateX(50%) rotate(45deg);
}
.hover-info-item:hover .hover-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.hover-content h3 {
    margin: 0 0 12px;
    color: #005260;
    font-size: 20px;
    font-weight: 800;
}
.hover-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
}
.value-card {
    padding: 26px 12px;
    text-align: center;
    background: #fff;
    border: 1px solid #edf2f1;
    border-radius: 20px;
    box-shadow: 0 7px 22px rgba(0,0,0,.035);
    transition: .3s ease;
}
.value-card:hover {
    transform: translateY(-5px);
    border-color: #34b69e;
}
.value-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #e8f5f1;
    color: #34b69e;
    font-size: 18px;
}
.value-icon img{
    width: 45px;
    height: 45px;
    background-color:transparent;
}
.value-card h3 {
    margin: 0;
    color: #123332;
    font-size: 15px;
    font-weight: 800;
}
.about-axes {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg,#fff 0%,#f8fbfa 100%);
}
.about-axes::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -230px;
    right: -180px;
    border-radius: 50%;
    border: 70px solid rgba(52,182,158,.035);
    pointer-events: none;
}
.about-axes::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: -170px;
    left: -130px;
    border-radius: 50%;
    border: 50px solid rgba(0,82,96,.035);
    pointer-events: none;
}
.axes-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}
.axis-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 135px;
    padding: 22px;
    background: rgba(255,255,255,.9);
    border: 1px solid #e5efec;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,82,96,.045);
    transition: transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .45s ease;
}
.axis-card::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    width: 4px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(180deg,#005260,#34b69e);
    transform: scaleY(.35);
    transform-origin: center;
    transition: transform .45s ease;
}
.axis-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    left: -75px;
    bottom: -75px;
    border-radius: 50%;
    background: rgba(52,182,158,.06);
    transition: transform .5s ease,background .5s ease;
}
.axis-number {
    position: relative;
    z-index: 2;
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f5f1;
    color: #005260;
    font-size: 15px;
    font-weight: 900;
    border: 2px solid rgba(52,182,158,.25);
    transition: transform .45s ease,background .45s ease,color .45s ease,box-shadow .45s ease,border-color .45s ease;
}
.axis-number img{
        margin: auto;
    width: 35px;
    height: 35px;
}
.axis-number::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 4px;
    right: 8px;
    border-radius: 50%;
    background: #34b69e;
    transition: transform .4s ease;
}
.axis-content {
    position: relative;
    z-index: 2;
    flex: 1;
    padding-left: 5px;
}
.axis-content h3 {
    margin: 0;
    color: #123332;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 800;
    transition: color .4s ease,transform .4s ease;
}
.axis-card:hover {
    transform: translateY(-7px);
    border-color: rgba(52,182,158,.35);
    box-shadow: 0 20px 45px rgba(0,82,96,.11);
}
.axis-card:hover::before {
    transform: scaleY(1);
}
.axis-card:hover::after {
    transform: scale(1.8);
    background: rgba(52,182,158,.09);
}
.axis-card:hover .axis-number {
    transform: scale(1.08) rotate(-6deg);
    background: linear-gradient(145deg,#005260,#087080);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(0,82,96,.2);
}
.axis-card:hover .axis-number::after {
    transform: scale(1.4);
    background: #fff;
}
.axis-card:hover .axis-content h3 {
    color: #005260;
    transform: translateX(-4px);
}
.about-goals {
    position: relative;
    overflow: hidden;
    background: #f7faf9;
}
.about-goals::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    top: -180px;
    right: -150px;
    border-radius: 50%;
    background: rgba(52,182,158,.045);
    pointer-events: none;
}
.about-goals::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: -150px;
    left: -120px;
    border-radius: 50%;
    background: rgba(0,82,96,.035);
    pointer-events: none;
}
.goals-list {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}
.goal-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #edf2f1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.035);
    transition: background .5s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .5s ease,border-color .5s ease;
}
.goal-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,rgba(0,82,96,.04),rgba(52,182,158,.13));
    opacity: 0;
    transform: translateX(25%);
    transition: opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1);
    pointer-events: none;
}
.goal-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg,#005260,#34b69e);
    transform: scaleY(.35);
    transform-origin: center;
    border-radius: 0 20px 20px 0;
    transition: transform .45s ease;
}
.goal-item:hover {
    transform: translateX(-7px);
    background: linear-gradient(110deg,#fff 0%,#f1faf7 100%);
    border-color: rgba(52,182,158,.35);
    box-shadow: 0 14px 35px rgba(0,82,96,.09);
}
.goal-item:hover::before {
    opacity: 1;
    transform: translateX(0);
}
.goal-item:hover::after {
    transform: scaleY(1);
}
.goal-number {
    position: relative;
    z-index: 2;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f5f1;
    color: #005260;
    font-size: 13px;
    font-weight: 900;
    border: 1px solid rgba(52,182,158,.2);
    transition: background .45s ease,color .45s ease,transform .45s ease,box-shadow .45s ease;
}
.goal-number img{
    margin: auto;
    width: 30px;
    height: 30px;
}
.goal-item:hover .goal-number {
    background: linear-gradient(135deg,#005260,#087080);
    color: #fff;
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 8px 20px rgba(0,82,96,.18);
}
.goal-text {
    position: relative;
    z-index: 2;
    flex: 1;
}
.goal-text p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.9;
    transition: color .4s ease,transform .4s ease;
}
.goal-item:hover .goal-text p {
    color: #005260;
    transform: translateX(-4px);
}
@media (max-width: 992px) {
    .values-grid {
        grid-template-columns: repeat(3,1fr);
    }
    .axes-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .axis-card {
        min-height: 130px;
    }
}
@media (max-width: 768px) {
    .about-hero {
        padding: 60px 0;
    }
    .about-hero-content h1 {
        font-size: 36px;
    }
    .about-section-heading h2 {
        font-size: 28px;
    }
    .about-intro,
    .about-values,
    .about-axes,
    .about-goals {
        padding: 60px 0;
    }
    .about-vision-mission {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .about-intro-card {
        flex-direction: column;
        padding: 28px;
    }
    .vision-mission-hover {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .hover-info-item {
        width: 100%;
        max-width: 350px;
    }
    .hover-content {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px) scale(.97);
    }
    .hover-content::before {
        display: none;
    }
    .hover-info-item:hover .hover-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }
    .axes-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        gap: 18px;
    }
    .axis-card {
        min-height: 120px;
        padding: 21px;
    }
    .axis-number {
        width: 58px;
        min-width: 58px;
        height: 58px;
    }
}
@media (max-width: 576px) {
    .about-hero-content h1 {
        font-size: 30px;
    }
    .about-hero-content p {
        font-size: 14px;
    }
    .about-section-heading h2 {
        font-size: 25px;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .about-vision-mission {
        padding-top: 35px;
        padding-bottom: 80px;
    }
    .hover-info-item {
        max-width: 100%;
    }
    .hover-title {
        height: 85px;
    }
    .hover-content {
        padding: 22px;
    }
    .axes-grid {
        gap: 15px;
    }
    .axis-card {
        min-height: 110px;
        gap: 14px;
        padding: 18px;
        border-radius: 21px;
    }
    .axis-card::before {
        top: 16px;
        bottom: 16px;
    }
    .axis-number {
        width: 52px;
        min-width: 52px;
        height: 52px;
        font-size: 13px;
    }
    .axis-content {
        padding-left: 0;
    }
    .axis-content h3 {
        font-size: 14px;
        line-height: 1.8;
    }
    .goal-item {
        gap: 13px;
        padding: 17px;
        border-radius: 18px;
    }
    .goal-number {
        width: 43px;
        min-width: 43px;
        height: 43px;
        font-size: 12px;
    }
    .goal-text p {
        font-size: 13px;
        line-height: 1.8;
    }
    .goal-item:hover {
        transform: translateX(-3px);
    }
}