.about-band {
    width: 100%;
    height: 86px;
    display: block;
}

.about-who {
    background: #fff;
    padding: 28px 0 56px;
}

.about-who__inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 36px;
    align-items: center;
}

.about-who__text h3 {
    display: inline-block;
    margin: 0 0 20px;
    padding: 10px 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f10c09 0%, #d80a08 100%);
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.12);
}

.about-who__text p {
    margin: 0 0 16px;
    max-width: 640px;
    color: #111;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

.about-who__graphic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
}

.about-who__accent {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 2;
}

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

.about-who__accent--top {
    top: 10px;
    right: 42px;
    width: 74px;
    height: 74px;
}

.about-who__accent--mid {
    top: 120px;
    right: 8px;
    width: 54px;
    height: 54px;
}

.about-who__graphic img {
    width: min(100%, 430px);
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.about-journey {
    background: #fff;
    padding: 10px 0 44px;
}

.about-journey__inner {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 18px 32px 26px;
    background: linear-gradient(180deg, #f9f9f9 0%, #f4f4f4 100%);
    overflow: hidden;
    min-height: 260px;
}

.about-journey__decor {
    position: absolute;
    width: 110px;
    height: 128px;
    display: block;
}

.about-journey__decor--left {
    top: 0;
    left: 0;
}

.about-journey__decor--right {
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
}

.about-journey__inner h3 {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 22px auto 16px;
    padding: 8px 20px 8px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f10c09 0%, #d80a08 100%);
    color: #fff;
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.12);
}

.about-journey__inner {
    text-align: center;
}

.about-journey__title-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
}

.about-journey__title-icon-ring {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.about-journey__title-icon-node,
.about-journey__title-icon-line {
    position: absolute;
    background: #fff;
}

.about-journey__title-icon-node {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #fff;
}

.about-journey__title-icon-node--1 {
    top: 7px;
    left: 7px;
}

.about-journey__title-icon-node--2 {
    top: 15px;
    left: 13px;
}

.about-journey__title-icon-node--3 {
    top: 5px;
    right: 6px;
}

.about-journey__title-icon-line {
    height: 2px;
    border-radius: 99px;
    transform-origin: left center;
}

.about-journey__title-icon-line--1 {
    top: 11px;
    left: 10px;
    width: 10px;
    transform: rotate(-38deg);
}

.about-journey__title-icon-line--2 {
    top: 15px;
    left: 15px;
    width: 12px;
    transform: rotate(0deg);
}

.about-journey__title-icon-line--3 {
    top: 9px;
    left: 15px;
    width: 10px;
    transform: rotate(34deg);
}

.about-journey__copy {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 86px;
    text-align: left;
}

.about-journey__copy p {
    margin: 0 0 10px;
    color: #111;
    font-size: 17px;
    line-height: 1.34;
    font-weight: 500;
}

.about-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    overflow: hidden;
    background: linear-gradient(rgba(255, 254, 254, 0.1), rgba(255, 255, 255, 0.1)), url(/assets/images/offlinetraining/aboutus_backgroudn.png);
    background-size: cover;
    background-position: center center;
    font-family: 'Poppins', sans-serif;
    
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px); */
}

.about-hero__content {
    position: relative;
    z-index: 1;
    max-width: 980px;
    text-align: center;
}

.about-hero__content h1 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.about-hero__content h1 span {
    color: #cb0e0f;
}

.about-hero__content h2 {
    margin: 10px 0 0;
    font-size: clamp(1rem, 1.6vw, 1.45rem);
    line-height: 1.25;
    font-weight: 700;
    color: #111;
}

.about-hero__content p {
    margin: 10px auto 0;
    max-width: 840px;
    font-size: clamp(0.95rem, 1.4vw, 1.2rem);
    line-height: 1.35;
    font-weight: 500;
    color: #222;
}

.about-hero__actions {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.about-hero__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 14px;
    background: #e10b09;
    color: #fff;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
}

.about-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 6px;
    color: #e10b09;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    line-height: 1;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

@media (max-width: 767px) {
    .about-band {
        height: 54px;
    }

    .about-hero {
        min-height: 360px;
        padding: 36px 18px;
    }

    .about-hero__content h1 {
        font-size: 2.25rem;
    }

    .about-hero__content h2 {
        font-size: 1rem;
    }

    .about-hero__content p {
        font-size: 0.95rem;
    }

    .about-hero__actions {
        gap: 10px;
    }

    .about-hero__primary,
    .about-hero__secondary {
        font-size: 0.95rem;
        padding: 12px 14px;
    }

    .about-who {
        padding: 18px 0 40px;
    }

    .about-who__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 0 18px;
    }

    .about-who__text h3 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .about-who__text p {
        font-size: 16px;
        max-width: none;
    }

    .about-who__graphic {
        min-height: 220px;
    }

    .about-who__accent--top {
        width: 52px;
        height: 52px;
        top: 6px;
        right: 24px;
    }

    .about-who__accent--mid {
        width: 40px;
        height: 40px;
        top: 86px;
        right: 2px;
    }

    .about-who__graphic img {
        width: min(82vw, 320px);
    }

    .about-journey {
        padding: 4px 0 28px;
    }

    .about-journey__inner {
        padding: 16px 14px 18px;
        min-height: 0;
    }

    .about-journey__decor {
        width: 58px;
        height: 68px;
    }

    .about-journey__decor--left {
        left: 0;
        top: 0;
    }

    .about-journey__decor--right {
        right: 0;
        bottom: 0;
    }

    .about-journey__inner h3 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .about-journey__copy {
        padding: 0 10px;
    }

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