/* ===== About Us Page ===== */

/* ---------- HERO SECTION ---------- */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 748px;
    overflow: hidden;
}

.header-uni {
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(15px);
}


.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.about-hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 171px;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 192px 24px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.about-hero-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 668px;
}

.about-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #00293c;
    line-height: 1.3;
    letter-spacing: -1.12px;
    text-align: center;
    margin: 0;
}

.about-hero-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #00293c;
    line-height: 1.5;
    text-align: center;
    max-width: 668px;
    margin: 0;
}

.about-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #00529a;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    transition: opacity 0.2s ease;
}

.about-hero-cta:hover {
    opacity: 0.8;
    color: #00529a;
}

.about-hero-cta-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-hero-cta-circle svg {
    width: 22px;
    height: 22px;
}

/* ---------- VIDEO SECTION ---------- */
.about-video-section {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: -200px auto 0;
    padding: 0 24px;
}

.about-video-wrapper {
    position: relative;
    width: 100%;
    height: 624px;
    border-radius: 24px;
    overflow: hidden;
}

.about-video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 26, 52, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-play-btn {
    width: 84px;
    height: 84px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.about-play-btn:hover {
    background: rgba(255, 255, 255, 0.28);
}

.about-play-btn svg {
    width: 20px;
    height: 21px;
    fill: #fff;
}

/* ---------- ABOUT SECTION (BLUE BG) ---------- */
.about-blue-section {
    background: #00529a;
    margin-top: 80px;
    overflow: hidden;
}

.about-blue-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    height: 946px;
}

/* About Card (Right side in RTL) */
.about-info-card {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 708px;
    height: 537px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.about-info-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.about-info-card-content {
    position: relative;
    z-index: 1;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 523px;
    /* margin-right: auto; */
}

.about-info-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 10px;
    background: #e7f1f9;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #00293c;
    line-height: 1.2;
}

.about-info-card-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 0;
    max-width: 430px;
}

.about-info-card-desc {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    max-width: 430px;
}

/* Vision & Mission Cards (Left side in RTL) */
.about-vm-cards {
    position: absolute;
    top: 300px;
    left: 136px;
    display: flex;
    gap: 40px;
    z-index: 10;
}

.about-vm-card {
    position: relative;
    width: 328px;
    height: 566px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.about-vm-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-vm-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(20, 27, 52, 0.85) 0%, rgba(20, 27, 52, 0.2) 100%);
}

.about-vm-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-vm-card-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

.about-vm-card-text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    max-width: 271px;
}

/* Decorative Circle */
.about-decorative-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #00a8ab;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    left: 424px;
    top: 453px;
}

.about-decorative-circle svg {
    width: 60px;
    height: 60px;
}

/* ---------- GOALS SECTION ---------- */
.about-goals-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 24px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

/* Goals Image (Right in RTL) */
.about-goals-image-wrapper {
    position: relative;
    width: 600px;
    height: 599px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.about-goals-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-goals-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(7, 47, 77, 0.9) 0%, rgba(7, 46, 77, 0.3) 100%);
}

.about-goals-image-title {
    position: absolute;
    bottom: 48px;
    right: 48px;
    left: 48px;
    z-index: 1;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

/* Goals List (Left in RTL) */
.about-goals-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 24px;
}

.about-goal-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-goal-badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 24px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
}

.about-goal-badge--blue {
    background: #00529a;
}

.about-goal-badge--teal {
    background: #00a8ab;
}

.about-goal-badge--gold {
    background: #c2992d;
}

.about-goal-badge--dark {
    background: #00293c;
}

.about-goal-desc {
    font-size: 16px;
    font-weight: 300;
    color: #00293c;
    line-height: 1.5;
    letter-spacing: -0.08px;
    margin: 0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
    .about-hero-content {
        padding-top: 140px;
    }

    .about-hero-title {
        font-size: 44px;
    }

    /* Switch blue section to stacked layout */
    .about-blue-inner {
        position: relative;
        height: auto;
        padding: 60px 24px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .about-info-card {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        min-height: 480px;
    }

    .about-vm-cards {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .about-vm-card {
        height: 450px;
        flex: 1;
    }

    .about-decorative-circle {
        display: none;
    }

    .about-goals-section {
        gap: 48px;
    }

    .about-goals-image-wrapper {
        width: 460px;
        height: 460px;
    }
}

@media (max-width: 992px) {
    .about-hero {
        min-height: 500px;
    }

    .about-hero-content {
        padding-top: 120px;
    }

    .about-hero-title {
        font-size: 36px;
    }

    .about-video-section {
        margin-top: -100px;
    }

    .about-video-wrapper {
        height: 400px;
    }

    .about-blue-section {
        margin-top: 60px;
    }

    .about-info-card-title {
        font-size: 32px;
    }

    .about-vm-card {
        height: 400px;
    }

    .about-vm-card-title {
        font-size: 26px;
    }

    .about-goals-section {
        flex-direction: column;
        padding: 80px 24px;
        gap: 48px;
    }

    .about-goals-image-wrapper {
        width: 100%;
        height: 400px;
    }

    .about-goals-image-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 400px;
    }

    .about-hero-content {
        padding-top: 100px;
    }

    .about-hero-title {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .about-hero-subtitle {
        font-size: 14px;
    }

    .about-video-section {
        margin-top: -60px;
    }

    .about-video-wrapper {
        height: 300px;
        border-radius: 16px;
    }

    .about-play-btn {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .about-blue-section {
        margin-top: 48px;
    }

    .about-blue-inner {
        padding: 48px 24px;
    }

    .about-vm-cards {
        flex-direction: column;
    }

    .about-vm-card {
        width: 100%;
        height: 350px;
    }

    .about-info-card {
        min-height: 380px;
    }

    .about-info-card-content {
        padding: 32px;
    }

    .about-info-card-title {
        font-size: 28px;
    }

    .about-info-card-desc {
        font-size: 14px;
    }

    .about-goals-section {
        padding: 60px 24px;
        gap: 40px;
    }

    .about-goals-image-wrapper {
        height: 320px;
    }

    .about-goals-image-title {
        font-size: 28px;
        bottom: 32px;
        right: 32px;
        left: 32px;
    }

    .about-goals-list {
        gap: 24px;
    }

    .about-goal-badge {
        font-size: 16px;
        padding: 4px 20px;
    }

    .about-goal-desc {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 350px;
    }

    .about-hero-content {
        padding-top: 80px;
    }

    .about-hero-title {
        font-size: 26px;
    }

    .about-hero-subtitle {
        font-size: 13px;
    }

    .about-video-wrapper {
        height: 220px;
    }

    .about-blue-section {
        margin-top: 40px;
    }

    .about-blue-inner {
        padding: 40px 16px;
        gap: 32px;
    }

    .about-info-card {
        min-height: 340px;
    }

    .about-info-card-content {
        padding: 24px;
    }

    .about-info-card-title {
        font-size: 24px;
    }

    .about-vm-card {
        height: 300px;
    }

    .about-vm-card-title {
        font-size: 22px;
    }

    .about-vm-card-text {
        font-size: 14px;
    }

    .about-vm-card-content {
        padding: 24px;
    }

    .about-goals-section {
        padding: 48px 16px;
    }

    .about-goals-image-wrapper {
        height: 280px;
    }

    .about-goals-image-title {
        font-size: 24px;
        bottom: 24px;
        right: 24px;
        left: 24px;
    }

    .about-goal-badge {
        font-size: 15px;
        padding: 4px 16px;
    }
}