:root {
    --t: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --blue: #0090FF;
    --dark: #044179;
}

.about-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
}

.container {
    padding: 0 16px;
}

.about-hero-left {
    flex: 1;
}

.about-hero-right {
    flex: 1;
}


.about-hero-left h1 {
    font-size: 65px;
    line-height: 1.02;
    margin-bottom: 20px;
}

.about-hero-left p {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.31;
    max-width: 535px;
}

.about-hero-right {
    height: 498px;
    width: 600px;
    padding: 0px 20px 20px 0px;
    background-color: #0090FF80;
}

.about-hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-para {
    font-size: 25px;
    line-height: 1.31;
    max-width: 1140px;
    margin: 0 auto;
    color: #000000;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}

/* Our Vision */
.our-vision-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 20px 16px;
}

.our-vision-left {
    flex: 1;
    width: 548px;
    height: 468px;
}

.our-vision-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.our-vision-right {
    flex: 1;
}

.our-vision-right h1 {
    font-size: 30px;
    line-height: 1.02;
    margin-bottom: 40px;
    border-left: 6px solid #000000;
    padding: 14px 20px 14px 20px;
}

.vision-bullets {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.vision-bullet {
    display: flex;
    align-items: flex-start;
    gap: 15px;

}

.vision-bullet img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 5px;
}

.vision-bullet p {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

/* Our Mission */
.our-mission-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 20px 16px;
    margin: 60px auto;
}

.our-mission-left {
    flex: 1;
}

.our-mission-right {
    flex: 1;
}


.our-mission-left h1 {
    font-size: 30px;
    line-height: 1.02;
    margin-bottom: 40px;
    border-left: 6px solid #000000;
    padding: 14px 20px 14px 20px;
}

.our-mission-left p {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.31;
    max-width: 535px;
}

.our-mission-right {
    height: 498px;
    width: 600px;
    padding: 0px 20px 20px 0px;
}

.our-mission-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.mission-bullets {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.mission-bullet {
    display: flex;
    align-items: flex-start;
    gap: 15px;

}

.mission-bullet img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 5px;
}

.mission-bullet p {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

/* Our Values */

.values-container {
    background-color: #0090FF08;
    padding: 60px 0;
}

.value-description {
    font-size: 22px;
    line-height: 1.31;
    color: #000000;
    margin: 0 auto;
    text-align: center;

}

.value-container {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 42px;
    justify-content: center;
    margin: 60px auto;
}

.value-box {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-width: 373px;
    max-width: 373px;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 0px #0000001A;
    padding: 31px;
}

.value-box-icon {
    width: 56px;
    height: 48px;
    border-radius: 10px;
    background-color: #D5EDFF40;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-box-icon i {
    font-size: 21px;
    color: #000000;
}

.value-box-content h2 {
    font-size: 22px;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}

.value-box-content p {
    font-size: 18px;
    color: #000000;
}

/* Approach */
.our-approach {
    padding: 50px 0px 10px 0px;
}

.approach-description {
    font-size: 22px;
    line-height: 1.31;
    color: #000000;
    margin: 0 auto;
    text-align: center;
}

.approach-container {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 42px;
    justify-content: center;
    margin: 60px auto;
}

.approach-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background-color: #F8FCFF80;
    padding: 0px 15px 23px 15px;
}

.approach-box p {
    font-size: 19px;
    line-height: 1.31;
    color: #000000;
    margin: 0;
}

.approach-box h3 {
    font-size: 26px;
    line-height: 1.31;
    color: #000000;
    margin: 0;
}

.approach-box .number {
    font-size: 65px;
    line-height: 1.31;
    color: #000000;
    margin-top: -40px;
}


.diiferent-us {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1300px;
    margin: 30px auto;
    height: 494px;
    border-radius: 40px;
    overflow: hidden;
}

/* Image only on left 50% */
.diiferent-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: url("./assets/about/different.jpg") center/cover no-repeat;
}

/* Gradient overlay */
.diiferent-us::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.8) 45%,
            #ffffff 65%);
}

/* Content should appear above overlay */
.different-us-content {
    position: relative;
    width: 45%;
    z-index: 2;
}

.different-us-content h1 {
    font-size: 38px;
    line-height: 1.02;
    margin-bottom: 10px;
}

.different-us-description {
    font-size: 22px;
    line-height: 1.31;
    color: #000000;
    margin-bottom: 20px;
}

.different-us-bullets {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.different-us-bullet {
    display: flex;
    align-items: flex-start;
    gap: 15px;

}

.different-us-bullet img {
    width: 24px;
    height: 24px;
    margin-top: 5px;
}

.different-us-bullet p {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

/* CTA */
.cta-box {
    background: linear-gradient(90deg, #0090FF 0%, #0D61F3 100%);
    color: white;
    padding: 70px;
    border-radius: 50px;
    margin: 50px 0px 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.cta-box h2 {
    font-size: 42px;
    line-height: 1.02;
    font-weight: bold;
    margin-bottom: 15px;
    max-width: 502px;
}

.cta-box p {
    font-size: 26px;
    line-height: 1.02;
    max-width: 839px;
    margin: 0 auto;
}

/* Hovers & Active States */

/* ── About Hero Button ── */
.about-hero-left .btn-dark {
    transition: transform var(--t), background var(--t), border var(--t), box-shadow var(--t);
    border: 2px solid transparent;
}

.about-hero-left .btn-dark:hover {
    background: transparent;
    color: var(--dark);
    border: 2px solid var(--dark);
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(4, 65, 121, 0.2);
}

.about-hero-left .btn-dark:active {
    transform: scale(0.97);
    background: #cce7ff;
    border-color: var(--blue);
}

/* ── About Hero Right Image Block ── */
.about-hero-right {
    transition: transform var(--t), box-shadow var(--t), background-color var(--t);
}

.about-hero-right:hover {
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 144, 255, 0.22);
    background-color: #0090FFCC;
}

/* ── Vision Image ── */
.our-vision-left img {
    transition: transform var(--t), box-shadow var(--t);
}

.our-vision-left img:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}

/* ── Vision Bullets ── */
.vision-bullet {
    transition: transform var(--t), background var(--t), border-radius var(--t), padding var(--t);
    border-radius: 8px;
    padding: 6px 10px;
    border: 1px solid transparent;
}

.vision-bullet:hover {
    background: #f0f8ff;
    transform: scale(1.02);
    border: 1px solid #cce7ff;
}

.vision-bullet:active {
    transform: scale(0.98);
    background: #ddf0ff;
}

/* ── Mission Image ── */
.our-mission-right img {
    transition: transform var(--t), box-shadow var(--t);
}

.our-mission-right img:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}

/* ── Mission Bullets ── */
.mission-bullet {
    transition: transform var(--t), background var(--t), border-radius var(--t), padding var(--t);
    border-radius: 8px;
    padding: 6px 10px;
    border: 1px solid transparent;
}

.mission-bullet:hover {
    background: #f0f8ff;
    transform: scale(1.02);
    border: 1px solid #cce7ff;
}

.mission-bullet:active {
    transform: scale(0.98);
    background: #ddf0ff;
}

/* ── Value Boxes ── */
.value-box {
    transition: transform var(--t), box-shadow var(--t), background var(--t), border var(--t);
    border: 1px solid transparent;
}

.value-box:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 30px rgba(0, 144, 255, 0.14);
    background: #f0f8ff;
    border: 1px solid #cce7ff;
}

.value-box:active {
    transform: scale(0.98);
}

/* ── Value Box Icon ── */
.value-box-icon {
    transition: background var(--t), transform var(--t);
    flex-shrink: 0;
}

.value-box:hover .value-box-icon {
    background: #b3dcff60;
    transform: scale(1.1);
}

/* ── Approach Boxes ── */
.approach-box {
    transition: transform var(--t), background var(--t), box-shadow var(--t), border-left var(--t);
    border-left: 4px solid transparent;
}

.approach-box:hover {
    background: #f0f8ff;
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(0, 144, 255, 0.12);
    border-left: 4px solid var(--blue);
}

.approach-box:active {
    transform: scale(0.97);
    background: #ddf0ff;
}

/* ── Different Us Section ── */
.diiferent-us {
    transition: box-shadow var(--t);
}

.diiferent-us:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

/* ── Different Us Bullets ── */
.different-us-bullet {
    transition: transform var(--t), background var(--t), border-radius var(--t), padding var(--t);
    border-radius: 8px;
    padding: 6px 10px;
    border: 1px solid transparent;
}

.different-us-bullet:hover {
    background: #f0f8ff;
    transform: scale(1.02);
    border: 1px solid #cce7ff;
}

.different-us-bullet:active {
    transform: scale(0.98);
}

/* ── CTA Box ── */
.cta-box {
    transition: transform var(--t), box-shadow var(--t);
}

.cta-box:hover {
    transform: scale(1.01);
    box-shadow: 0 20px 60px rgba(0, 144, 255, 0.35);
}

/* ── CTA White Button ── */
.btn-white {
    transition: transform var(--t), background var(--t), color var(--t), border var(--t), box-shadow var(--t);
    border: 2px solid transparent;
}

.btn-white:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.btn-white:active {
    transform: scale(0.97);
    background: rgba(255, 255, 255, 0.15);
}


/* Responsive */
@media (max-width: 1200px) {
    .container {
        padding: 0 16px;
    }

    .about-hero-left h1 {
        font-size: 52px;
    }

    .about-hero-right {
        width: 100%;
        height: 420px;
    }

    .about-hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .our-mission-right {
        width: 100%;
        height: auto;
    }

    .our-vision-left {
        width: 100%;
        max-height: 455px;
    }



    .diiferent-us {
        margin: 30px 20px;
    }

    .different-us-content {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 16px;
    }

    /* About Hero */
    .about-hero-container {
        gap: 24px;
    }

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

    .about-hero-left p {
        font-size: 19px;
    }

    .about-hero-right {
        height: 410px;
        width: 100%;
    }

    .about-hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-hero-para {
        font-size: 20px;
        margin: 50px auto;
    }

    /* Vision */
    .our-vision-container {
        gap: 30px;
    }

    .our-vision-left {
        width: 100%;
        max-height: 455px;
    }

    .our-vision-right h1 {
        font-size: 26px;
    }

    .vision-bullet p {
        font-size: 19px;
    }

    /* Mission */
    .our-mission-container {
        gap: 30px;
        margin: 40px auto;
    }

    .our-mission-left h1 {
        font-size: 26px;
    }

    .our-mission-left p {
        font-size: 19px;
    }

    .our-mission-right {
        width: 100%;
        height: auto;
    }

    .mission-bullet p {
        font-size: 19px;
    }

    /* Values */
    .value-box {
        min-width: 300px;
        max-width: 300px;
    }

    /* Approach */
    .approach-box h3 {
        font-size: 22px;
    }

    .approach-box p {
        font-size: 17px;
    }

    .approach-box .number {
        font-size: 52px;
    }

    /* Different Us */
    .diiferent-us {
        height: auto;
        min-height: 400px;
        padding: 40px 20px;
    }

    .different-us-content {
        width: 55%;
    }

    .different-us-content h1 {
        font-size: 30px;
    }

    .different-us-description {
        font-size: 18px;
    }

    .different-us-bullet p {
        font-size: 18px;
    }

    /* CTA */
    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: 50px 40px;
        gap: 30px;
    }

    .cta-box h2 {
        font-size: 34px;
        max-width: 100%;
    }

    .cta-box p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    /* About Hero */
    .about-hero-container {
        flex-direction: column;
        gap: 24px;
    }

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

    .about-hero-left p {
        font-size: 17px;
        max-width: 100%;
    }

    .about-hero-right {
        width: 100%;
        height: 280px;
        padding: 0 12px 12px 0;
    }

    .about-hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-hero-para {
        font-size: 17px;
        margin: 36px auto;
        padding: 0 16px;
    }

    /* Vision */
    .our-vision-container {
        flex-direction: column;
        gap: 24px;
    }

    .our-vision-left {
        width: 100%;
        height: 260px;
        max-height: 455px;
    }

    .our-vision-left img {
        height: 450px;
    }

    .our-vision-right h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .vision-bullet p {
        font-size: 17px;
    }

    .vision-bullets {
        gap: 0px;
    }

    /* Mission */
    .our-mission-container {
        flex-direction: column-reverse;
        gap: 24px;
        margin: 30px auto;
    }

    .our-mission-left h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .our-mission-left p {
        font-size: 17px;
        max-width: 100%;
    }

    .our-mission-right {
        width: 100%;
        height: 260px;
        padding: 0;
    }

    .mission-bullet p {
        font-size: 17px;
    }

    .mission-bullets {
        gap: 0px;
    }

    .mission-bullet img {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    /* Values */
    .values-container {
        padding: 40px 0;
    }

    .value-container {
        gap: 20px;
        margin: 36px auto;
    }

    .value-box {
        min-width: 100%;
        max-width: 100%;
        padding: 22px;
    }

    .value-box-content h2 {
        font-size: 19px;
    }

    .value-box-content p {
        font-size: 16px;
    }

    /* Approach */
    .our-approach {
        padding: 36px 0;
    }

    .approach-container {
        gap: 20px;
        margin: 36px auto;
        flex-direction: column;
    }

    .approach-box {
        min-width: 100%;
        padding: 0 14px 20px;
    }

    .approach-box h3 {
        font-size: 20px;
    }

    .approach-box p {
        font-size: 16px;
    }

    .approach-box .number {
        font-size: 44px;
        margin-top: -30px;
    }

    .approach-description {
        font-size: 17px;
    }

    /* Different Us */
    .diiferent-us {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        height: auto;
        min-height: 400px;
        padding: 200px 24px 36px;
        border-radius: 20px;
        margin: 20px 16px;
    }

    .diiferent-us::before {
        width: 100%;
        height: 55%;
        top: 0;
    }

    .diiferent-us::after {
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0) 20%,
                rgba(255, 255, 255, 0.85) 45%,
                #ffffff 65%);
    }

    .different-us-content {
        width: 100%;
    }

    .different-us-content h1 {
        font-size: 26px;
    }

    .different-us-description {
        font-size: 16px;
    }

    .different-us-bullet {
        align-items: center;
    }

    .different-us-bullet img {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .different-us-bullet p {
        font-size: 16px;
    }

    .different-us-bullets {
        gap: 0px;
    }

    /* CTA */
    .cta-box {
        padding: 36px 24px;
        border-radius: 24px;
        gap: 24px;
        margin: 31px 0px 67px;
    }

    .cta-box h2 {
        font-size: 26px;
    }

    .cta-box p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .about-hero-left h1 {
        font-size: 28px;
    }

    .about-hero-left p {
        font-size: 15px;
    }

    .about-hero-right {
        height: 220px;
    }

    .about-hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-hero-para {
        font-size: 15px;
        margin: 28px auto;
    }

    .our-vision-left {
        height: 210px;
        max-height: 455px;
    }

    .our-vision-left img {
        height: 255px !important;
    }

    .our-vision-right h1 {
        font-size: 21px;
    }

    .vision-bullet p {
        font-size: 15px;
    }

    .vision-bullet img {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    .our-mission-right {
        height: 210px;
    }

    .our-mission-left h1 {
        font-size: 21px;
    }

    .our-mission-left p {
        font-size: 15px;
    }

    .mission-bullet p {
        font-size: 15px;
    }

    .value-box {
        padding: 18px;
        gap: 14px;
    }

    .value-box-icon {
        width: 48px;
        height: 40px;
    }

    .value-box-content h2 {
        font-size: 17px;
    }

    .value-box-content p {
        font-size: 14px;
    }

    .approach-box .number {
        font-size: 38px;
    }

    .approach-box h3 {
        font-size: 18px;
    }

    .approach-box p {
        font-size: 14px;
    }

    .diiferent-us {
        padding: 180px 16px 28px;
        min-height: 360px;
    }

    .different-us-content h1 {
        font-size: 22px;
    }

    .different-us-description {
        font-size: 14px;
    }

    .different-us-bullet p {
        font-size: 14px;
    }

    .cta-box {
        padding: 28px 16px;
        border-radius: 18px;
    }

    .cta-box h2 {
        font-size: 22px;
    }

    .cta-box p {
        font-size: 15px;
    }

    .btn-white {
        width: 100%;
        padding: 11px 20px;
        font-size: 14px;
    }
}