/* =========================================================
   ABOUT PAGE
   about.css
========================================================= */


/* =========================================================
   ABOUT HERO
========================================================= */

.about-hero {
    position: relative;
    min-height: 760px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
     box-sizing: border-box;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 75% 45%, rgba(30, 100, 255, 0.16), transparent 32%),
        linear-gradient(135deg, #06111f 0%, #081b30 52%, #04101d 100%);
    color: #ffffff;
}

.about-hero-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(0, 174, 255, 0.12), transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(0, 90, 255, 0.08), transparent 30%);
    pointer-events: none;
}

.about-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, black, transparent 85%);
    pointer-events: none;
}

.about-hero-container {
  position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 70px;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
     margin-left: auto;
    margin-right: auto;
}

.about-hero-content {
    max-width: 700px;
}

.about-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: rgba(255,255,255,0.72);
}

.about-hero-eyebrow span {
    width: 38px;
    height: 1px;
    background: currentColor;
}

.about-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(48px, 6vw, 45px);
    line-height: 0.98;
    letter-spacing: -3px;
    font-weight: 700;
}

.about-hero h1 span {
    display: block;
    color: #53b8ff;
}

.about-hero-content > p {
    max-width: 650px;
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
}

.about-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 38px;
}

.about-hero-buttons .btn {
    text-decoration: none;
}

.about-hero-visual {
    position: relative;
     min-width: 0;
    max-width: 100%;
    min-height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.25s ease-out;
}

.about-hero-image-wrapper {
    position: relative;
    width: min(100%, 540px);
    aspect-ratio: 0.9;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    background: rgba(255,255,255,0.04);
    box-shadow:
        0 30px 80px rgba(0,0,0,0.35),
        0 0 70px rgba(30,140,255,0.12);
    box-sizing: border-box;
}

.about-hero-image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            135deg,
            rgba(0,110,255,0.20),
            transparent 45%,
            rgba(0,0,0,0.28)
        );
    pointer-events: none;
}

.about-hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-hero-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(0,132,255,0.22);
    filter: blur(90px);
    z-index: -1;
}

.about-hero-floating-card {
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    min-width: 250px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    background: rgba(8,25,45,0.86);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    max-width: calc(100% - 20px);
    box-sizing: border-box;
}

.about-floating-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(64,175,255,0.13);
    color: #5fc0ff;
    font-size: 20px;
}

.about-hero-floating-card strong,
.about-hero-floating-card small {
    display: block;
}

.about-hero-floating-card strong {
    font-size: 14px;
    margin-bottom: 4px;
}

.about-hero-floating-card small {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
}


/* =========================================================
   INTRO
========================================================= */

.about-intro {
    position: relative;
    background: #ffffff;
}

.about-intro-layout {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 55px;
    align-items: center;
}

.about-intro-side-label {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #64748b;
}

.about-intro-side-label span {
    width: 1px;
    height: 42px;
    background: #2563eb;
}

.about-intro-content {
    max-width: 650px;
}

.about-intro-content h2 {
    margin: 15px 0 25px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2px;
    color: #071525;
}

.about-intro-content h2 span {
    display: block;
    color: #2563eb;
}

.about-intro-content p {
    color: #64748b;
    line-height: 1.8;
}

.about-intro-content .large-text {
    font-size: 20px;
    color: #334155;
    line-height: 1.7;
}

.about-intro-content .text-arrow-link {
    margin-top: 22px;
}

.about-intro-visual {
    position: relative;
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #e9eef5;
}

.about-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(37,99,235,0.08),
        transparent 50%
    );
    pointer-events: none;
}

.about-main-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: fill;
}

.about-image-caption {
    position: absolute;
    left: -30px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    min-width: 220px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15,23,42,0.15);
}

.about-image-caption > span {
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
}

.about-image-caption strong,
.about-image-caption small {
    display: block;
}

.about-image-caption strong {
    font-size: 14px;
    color: #0f172a;
}

.about-image-caption small {
    margin-top: 3px;
    font-size: 10px;
    color: #64748b;
}


/* =========================================================
   STATS
========================================================= */

.about-stats-section {
    padding: 70px 0;
    background: #f5f8fc;
    border-top: 1px solid #e8edf3;
    border-bottom: 1px solid #e8edf3;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-stat {
    min-height: 120px;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #dce4ec;
}

.about-stat:first-child {
    padding-left: 0;
}

.about-stat:last-child {
    border-right: 0;
}

.about-stat-number {
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
    color: #2563eb;
}

.about-stat span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #475569;
}


/* =========================================================
   MISSION
========================================================= */

.about-mission {
    background: #ffffff;
}

.about-mission-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1fr);
    gap: 90px;
    align-items: center;
}

.about-mission-visual {
    position: relative;
}

.about-mission-visual::before {
    content: "";
    position: absolute;
    left: -18px;
    bottom: -18px;
    width: 130px;
    height: 130px;
    border: 1px solid #2563eb;
    border-radius: 12px;
    z-index: 0;
}

.about-mission-visual .about-image-wrapper {
    position: relative;
    z-index: 1;
}

.about-mission-content {
    max-width: 650px;
}

.about-mission-content h2,
.about-global-content h2,
.about-approach-content h2 {
    margin: 15px 0 25px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2px;
    color: #071525;
}

.about-mission-content h2 span,
.about-global-content h2 span,
.about-approach-content h2 span {
    display: block;
    color: #2563eb;
}

.about-mission-content p,
.about-global-content p,
.about-approach-content p {
    color: #64748b;
    line-height: 1.8;
}

.about-mission-content .large-text,
.about-global-content .large-text,
.about-approach-content .large-text {
    font-size: 20px;
    color: #334155;
}


/* =========================================================
   VALUES
========================================================= */

.about-values {
    background: #f5f8fc;
}

.about-values .section-heading {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.about-values .section-heading h2 {
    margin-top: 14px;
    color: #071525;
}

.about-values .section-heading h2 span {
    color: #2563eb;
}

.about-values .section-heading p {
    color: #64748b;
    line-height: 1.7;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.about-value-card {
    position: relative;
    min-height: 300px;
    padding: 35px;
    overflow: hidden;
    border: 1px solid #e1e8f0;
    border-radius: 16px;
    background: #ffffff;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.about-value-card:hover,
.about-value-card.is-active {
    transform: translateY(-8px);
    border-color: rgba(37,99,235,0.3);
    box-shadow: 0 25px 55px rgba(15,23,42,0.10);
}

.about-value-number {
    position: absolute;
    top: 25px;
    right: 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8;
}

.about-value-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 35px;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 21px;
}

.about-value-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    color: #0f172a;
}

.about-value-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #64748b;
}


/* =========================================================
   APPROACH
========================================================= */

.about-approach {
    background: #ffffff;
}

.about-approach-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 90px;
    align-items: center;
}

.about-approach-content {
    max-width: 650px;
}

.about-approach-visual {
    position: relative;
}

.about-approach-visual .about-image-wrapper {
    box-shadow: 0 25px 60px rgba(15,23,42,0.12);
}

.about-approach-list {
    margin-top: 80px;
    border-top: 1px solid #dfe6ee;
}

.about-approach-item {
    display: grid;
    grid-template-columns: 70px 65px 1fr;
    gap: 25px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid #dfe6ee;
    cursor: pointer;
    transition: padding 0.3s ease;
}

.about-approach-item:hover,
.about-approach-item.is-active {
    padding-left: 15px;
}

.about-approach-number {
    padding-top: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
}

.about-approach-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #dce5ef;
    border-radius: 50%;
    color: #2563eb;
    font-size: 18px;
    transition: all 0.3s ease;
}

.about-approach-item:hover .about-approach-icon,
.about-approach-item.is-active .about-approach-icon {
    color: #ffffff;
    border-color: #2563eb;
    background: #2563eb;
}

.about-approach-text h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #0f172a;
}

.about-approach-text p {
    max-width: 700px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
}


/* =========================================================
   GLOBAL REACH
========================================================= */

.about-global {
    background: #f5f8fc;
}

.about-global-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1fr);
    gap: 90px;
    align-items: center;
}

.about-global-visual {
    position: relative;
}

.about-global-visual .about-image-wrapper {
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(15,23,42,0.12);
}

.about-global-content {
    max-width: 650px;
}

.about-global-content .text-arrow-link {
    margin-top: 25px;
}


/* =========================================================
   EXPERTISE
========================================================= */

.about-expertise {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(37,99,235,0.25),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #06111f,
            #0a1d32
        );
}

.about-expertise::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 65px 65px;
    pointer-events: none;
}

.about-expertise .container {
    position: relative;
    z-index: 1;
}

.about-expertise-heading {
    max-width: 700px;
}

.about-expertise-heading h2 {
    margin: 15px 0 20px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.about-expertise-heading h2 span {
    display: block;
    color: #53b8ff;
}

.about-expertise-heading p {
    max-width: 620px;
    margin: 0;
    line-height: 1.8;
    color: rgba(255,255,255,0.65);
}

.about-expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-left: 1px solid rgba(255,255,255,0.15);
}

.about-expertise-item {
    min-height: 145px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    transition: background 0.3s ease;
}

.about-expertise-item:hover {
    background: rgba(255,255,255,0.05);
}

.about-expertise-item span {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
}

.about-expertise-item strong {
    font-size: 18px;
    font-weight: 600;
}


/* =========================================================
   CTA
========================================================= */

.about-cta {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 70% 50%,
            rgba(37,99,235,0.24),
            transparent 35%
        ),
        #06111f;
}

.about-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0,125,255,0.10);
    filter: blur(100px);
    pointer-events: none;
}

.about-cta-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.about-cta-content {
    max-width: 760px;
}

.about-cta-content h2 {
    margin: 15px 0 20px;
    font-size: clamp(40px, 5vw, 65px);
    line-height: 1;
    letter-spacing: -2.5px;
}

.about-cta-content h2 span {
    display: block;
    color: #53b8ff;
}

.about-cta-content p {
    max-width: 650px;
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255,255,255,0.65);
}

.about-cta-action {
    flex-shrink: 0;
}

.about-cta-action .btn {
    white-space: nowrap;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.about-page .section-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

.about-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   IMAGE HOVER
========================================================= */

.about-image-wrapper {
    transition: transform 0.45s ease;
}

.about-image-wrapper img {
    transition: transform 0.7s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.04);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .about-hero-container {
         grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
        gap: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-hero {
        min-height: 680px;
    }
 .about-hero-content {
        min-width: 0;
    }
    .about-hero h1 {
        max-width: 100%;
    }
    .about-hero-visual {
        min-height: 480px;
    }

    .about-intro-layout {
        grid-template-columns: 70px minmax(0, 1fr) minmax(300px, 0.8fr);
        gap: 35px;
    }

    .about-mission-layout,
    .about-approach-layout,
    .about-global-layout {
        gap: 50px;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 900px) {

    .about-hero-container {
        grid-template-columns: 1fr;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-hero-content {
        max-width: 760px;
    }

    .about-hero-visual {
        min-height: auto;
        margin-top: 20px;
    }

    .about-hero-image-wrapper {
        width: min(100%, 600px);
    }

    .about-intro-layout {
        grid-template-columns: 1fr;
    }

    .about-intro-side-label {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .about-intro-visual {
        max-width: 650px;
        margin-top: 20px;
    }

    .about-mission-layout,
    .about-approach-layout,
    .about-global-layout {
        grid-template-columns: 1fr;
    }

    .about-mission-visual,
    .about-approach-visual,
    .about-global-visual {
        max-width: 650px;
    }

    .about-mission-content,
    .about-approach-content,
    .about-global-content {
        max-width: 750px;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat {
        border-bottom: 1px solid #dce4ec;
    }

    .about-stat:nth-child(2) {
        border-right: 0;
    }

    .about-stat:nth-child(3),
    .about-stat:nth-child(4) {
        padding-top: 25px;
    }

    .about-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-cta-container {
        flex-direction: column;
        align-items: flex-start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-hero {
        min-height: auto;
    }

    .about-hero-container {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    .about-hero h1 {
        font-size: clamp(40px, 12vw, 58px);
        letter-spacing: -2px;
    }

    .about-hero-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .about-hero-visual {
        min-height: 390px;
    }

    .about-hero-image-wrapper {
        aspect-ratio: 0.95;
    }

    .about-hero-floating-card {
        right: 5px;
        bottom: 25px;
        min-width: 220px;
        padding: 14px 16px;
    }

    .about-intro-content h2,
    .about-mission-content h2,
    .about-approach-content h2,
    .about-global-content h2,
    .about-expertise-heading h2 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .about-intro-content .large-text,
    .about-mission-content .large-text,
    .about-global-content .large-text,
    .about-approach-content .large-text {
        font-size: 17px;
    }

    .about-main-image {
        min-height: 300px;
    }

    .about-image-caption {
        left: 15px;
        bottom: 15px;
        min-width: 200px;
    }

    .about-stats-section {
        padding: 45px 0;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-stat,
    .about-stat:first-child,
    .about-stat:nth-child(3),
    .about-stat:nth-child(4) {
        min-height: 95px;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #dce4ec;
    }

    .about-stat:last-child {
        border-bottom: 0;
    }

    .about-stat-number {
        font-size: 38px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 40px;
    }

    .about-value-card {
        min-height: auto;
        padding: 28px;
    }

    .about-value-icon {
        margin-bottom: 25px;
    }

    .about-approach-list {
        margin-top: 50px;
    }

    .about-approach-item {
        grid-template-columns: 42px 50px 1fr;
        gap: 14px;
        padding: 25px 0;
    }

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

    .about-approach-text p {
        font-size: 13px;
    }

    .about-expertise {
        padding: 75px 0;
    }

    .about-expertise-grid {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .about-expertise-item {
        min-height: 110px;
    }

    .about-cta {
        padding: 75px 0;
    }

    .about-cta-content h2 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

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

    .about-cta-action {
        width: 100%;
    }

    .about-cta-action .btn {
        width: 100%;
        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-hero-eyebrow {
        font-size: 14px;
        letter-spacing: 1.7px;
    }

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

    .about-hero-visual {
        min-height: 340px;
    }

    .about-hero-floating-card {
        right: 0;
        bottom: 15px;
        min-width: 195px;
    }

    .about-floating-icon {
        width: 36px;
        height: 36px;
    }

    .about-image-caption {
        position: relative;
        left: 0;
        bottom: auto;
        margin-top: -10px;
        width: calc(100% - 20px);
    }

    .about-main-image {
        min-height: 270px;
    }

    .about-intro-content h2,
    .about-mission-content h2,
    .about-approach-content h2,
    .about-global-content h2,
    .about-expertise-heading h2 {
        font-size: 34px;
    }

    .about-value-card {
        padding: 25px;
    }

    .about-approach-item {
        grid-template-columns: 35px 45px 1fr;
        gap: 10px;
    }

    .about-approach-icon {
        width: 40px;
        height: 40px;
    }

    .about-cta-content h2 {
        font-size: 36px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .about-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .about-image-wrapper,
    .about-image-wrapper img,
    .about-value-card,
    .about-approach-item,
    .about-approach-icon,
    .about-hero-visual {
        transition: none;
    }

}