.gm-about,
.gm-about *:not(i):not(svg):not(path):not([class^="eicon"]):not([class*=" eicon"]):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class*=" fa-"]) {
    font-family: var(--gominneriya-plugin-font, 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif);
    box-sizing: border-box;
}

.gm-about {
    --gm-about-primary: #102445;
    --gm-about-accent: #102445;
    --gm-about-text: #34415c;
    --gm-about-muted: #6b7280;
    --gm-about-card-bg: #ffffff;
    --gm-about-border: #e7edf5;
    --gm-about-section-gap: 70px;
    --gm-about-anim-duration: 700ms;
    --gm-about-anim-distance: 26px;
    --gm-about-anim-stagger: 90ms;
    --gm-about-hero-main-x: 0px;
    --gm-about-hero-main-y: 0px;
    --gm-about-hero-small-right: 0px;
    --gm-about-hero-small-bottom: 52px;
    --gm-about-final-bg: none;
    --gm-about-final-overlay: #102445;
    --gm-about-final-overlay-opacity: .82;
    --gm-about-hero-float-distance: 14px;
    --gm-about-hero-float-duration: 4200ms;
    --gm-about-mobile-hero-gap: 52px;
    width: 100%;
    overflow: hidden;
    color: var(--gm-about-text);
}

.gm-about__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.gm-about__inner > * + * {
    margin-top: var(--gm-about-section-gap);
}

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

.gm-about__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
    gap: clamp(30px, 6vw, 90px);
    align-items: center;
}

.gm-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gm-about-accent);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.gm-about__eyebrow:before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: var(--gm-about-accent);
}

.gm-about .gm-about__hero-title {
    margin: 0;
    color: var(--gm-about-primary);
    font-size: clamp(34px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -0.055em;
    font-weight: 800;
}

.gm-about__hero-description,
.gm-about__text,
.gm-about__final-text,
.gm-about__company-value {
    color: var(--gm-about-text);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.gm-about__hero-description {
    margin: 26px 0 0;
    max-width: 680px;
}

.gm-about__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    background: var(--gm-about-accent);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    padding: 16px 28px;
    border-radius: 999px;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
    box-shadow: 0 16px 32px rgba(16, 36, 69, .20);
}

.gm-about__button:after {
    content: "→";
    font-size: 19px;
    line-height: 1;
}

.gm-about__button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(16, 36, 69, .22);
}

.gm-about__hero-media {
    min-height: 610px;
    position: relative;
}

.gm-about__hero-main-wrap,
.gm-about__hero-small-wrap,
.gm-about__story-media,
.gm-about__team-media {
    position: relative;
}

.gm-about__hero-main-wrap {
    transform: translate(var(--gm-about-hero-main-x), var(--gm-about-hero-main-y));
    transition: transform .25s ease;
}

.gm-about__hero-main-img {
    width: 520px;
    height: 560px;
    border-radius: 34px;
    box-shadow: 0 32px 90px rgba(16, 36, 69, .18);
}

.gm-about__hero-main-wrap:before {
    content: "";
    position: absolute;
    inset: -18px auto auto -18px;
    width: 145px;
    height: 145px;
    border-radius: 32px;
    background: rgba(16, 36, 69, .10);
    z-index: -1;
}

.gm-about__hero-small-wrap {
    position: absolute;
    right: var(--gm-about-hero-small-right);
    bottom: var(--gm-about-hero-small-bottom);
    transition: right .25s ease, bottom .25s ease;
    will-change: transform;
}

.gm-about--hero-float .gm-about__hero-small-wrap {
    animation: gmAboutHeroFloat var(--gm-about-hero-float-duration) ease-in-out infinite;
}

@keyframes gmAboutHeroFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, calc(var(--gm-about-hero-float-distance) * -1), 0);
    }
}

.gm-about__hero-small-img {
    width: 250px;
    height: 190px;
    border-radius: 26px;
    border: 10px solid #fff;
    box-shadow: 0 24px 70px rgba(16, 36, 69, .18);
}

.gm-about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gm-about__stat {
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
    border: 1px solid var(--gm-about-border);
    border-radius: 24px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 18px 60px rgba(16, 36, 69, .07);
}

.gm-about__stat-number {
    color: var(--gm-about-primary);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.04em;
}

.gm-about__stat-label {
    color: var(--gm-about-muted);
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.gm-about__story,
.gm-about__team {
    display: grid;
    grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
    gap: clamp(30px, 5vw, 80px);
    align-items: center;
}

.gm-about__story-img {
    width: 520px;
    height: 420px;
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(16, 36, 69, .14);
}

.gm-about__section-title,
.gm-about__final-title {
    margin: 0 0 18px;
    color: var(--gm-about-primary);
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.gm-about__text {
    margin: 0;
}

.gm-about__why .gm-about__section-title,
.gm-about__team .gm-about__section-title {
    text-align: center;
    margin-bottom: 36px;
}

.gm-about__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gm-about__card,
.gm-about__vision-card,
.gm-about__company-card {
    background: var(--gm-about-card-bg);
    border: 1px solid var(--gm-about-border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 60px rgba(16, 36, 69, .07);
}

.gm-about__card {
    min-height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.gm-about__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 78px rgba(16, 36, 69, .12);
}

.gm-about__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: var(--gm-about-accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 16px 34px rgba(16, 36, 69, .20);
}

.gm-about__icon i {
    font-size: 24px;
}

.gm-about__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.gm-about__icon--small {
    width: 48px;
    height: 48px;
    border-radius: 16px;
}

.gm-about__card-title,
.gm-about__team-title {
    color: var(--gm-about-primary);
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.025em;
}

.gm-about__team {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
}

.gm-about__team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.gm-about__team-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid var(--gm-about-border);
    border-radius: 24px;
    background: rgba(255,255,255,.72);
}

.gm-about__team-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}

.gm-about__team-img {
    width: 500px;
    height: 560px;
    border-radius: 34px;
    box-shadow: 0 30px 90px rgba(16, 36, 69, .16);
}


.gm-about__vision-company {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
    gap: 24px;
    align-items: stretch;
}

.gm-about__vision-card,
.gm-about__company-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.gm-about__vision-card {
    background: radial-gradient(circle at 90% 10%, rgba(255,255,255,.16), transparent 32%), linear-gradient(135deg, #102445 0%, #173b6d 100%);
    color: #fff;
    min-height: 100%;
}

.gm-about__vision-card:before {
    content: "";
    position: absolute;
    right: -78px;
    bottom: -96px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    z-index: -1;
}

.gm-about__vision-card:after {
    content: "";
    position: absolute;
    left: -52px;
    top: -52px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.18);
    z-index: -1;
}

.gm-about__panel-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.gm-about__panel-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(255,255,255,.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.gm-about__panel-icon i {
    font-size: 22px;
}

.gm-about__panel-head .gm-about__section-title {
    margin: 0;
}

.gm-about__vision-card .gm-about__section-title,
.gm-about__vision-card .gm-about__text {
    color: #fff;
    position: relative;
    z-index: 1;
}

.gm-about__company-card {
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,250,255,.94));
}

.gm-about__company-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: #102445;
}

.gm-about__panel-head--company .gm-about__panel-icon {
    background: #102445;
    color: #fff;
    box-shadow: 0 16px 34px rgba(16,36,69,.18);
}

.gm-about__company-list {
    display: grid;
    gap: 12px;
}

.gm-about__company-row {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 16px;
    border: 1px solid var(--gm-about-border);
    border-radius: 18px;
    background: rgba(255,255,255,.82);
}

.gm-about__company-label {
    color: var(--gm-about-muted);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.gm-about__company-value {
    color: var(--gm-about-primary);
    font-weight: 800;
    line-height: 1.55;
}


.gm-about__final {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    background-color: #102445;
    background-image: var(--gm-about-final-bg);
    background-size: cover;
    background-position: center center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 30px;
    padding: clamp(42px, 6vw, 86px) clamp(22px, 4vw, 54px);
    box-shadow: 0 28px 90px rgba(16,36,69,.18);
}

.gm-about__final:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gm-about-final-overlay);
    opacity: var(--gm-about-final-overlay-opacity);
    z-index: -1;
}

.gm-about__final:after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.14);
    pointer-events: none;
}

.gm-about__final-title {
    margin-bottom: 14px;
    color: #fff;
}

.gm-about__final-text {
    margin: 0 auto;
    max-width: 860px;
    color: #fff;
}

.gm-about--animated .gm-about__reveal {
    opacity: 0;
    transform: translateY(var(--gm-about-anim-distance));
    transition: opacity var(--gm-about-anim-duration) ease, transform var(--gm-about-anim-duration) ease;
}

.gm-about--animated .gm-about__reveal.gm-about__is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gm-about--animated .gm-about__reveal:nth-child(1) { transition-delay: calc(var(--gm-about-anim-stagger) * 0); }
.gm-about--animated .gm-about__reveal:nth-child(2) { transition-delay: calc(var(--gm-about-anim-stagger) * 1); }
.gm-about--animated .gm-about__reveal:nth-child(3) { transition-delay: calc(var(--gm-about-anim-stagger) * 2); }
.gm-about--animated .gm-about__reveal:nth-child(4) { transition-delay: calc(var(--gm-about-anim-stagger) * 3); }
.gm-about--animated .gm-about__reveal:nth-child(5) { transition-delay: calc(var(--gm-about-anim-stagger) * 4); }
.gm-about--animated .gm-about__reveal:nth-child(6) { transition-delay: calc(var(--gm-about-anim-stagger) * 5); }
.gm-about--animated .gm-about__reveal:nth-child(7) { transition-delay: calc(var(--gm-about-anim-stagger) * 6); }

@media (max-width: 1024px) {
    .gm-about__hero,
    .gm-about__story,
    .gm-about__team,
    .gm-about__vision-company {
        grid-template-columns: 1fr;
    }

    .gm-about__hero-media {
        min-height: auto;
        display: grid;
        justify-items: center;
        padding-bottom: 70px;
    }

    .gm-about__hero-main-img,
    .gm-about__story-img,
    .gm-about__team-img {
        width: 100%;
        max-width: 620px;
    }

    .gm-about__hero-small-wrap {
        right: var(--gm-about-hero-small-right);
        bottom: var(--gm-about-hero-small-bottom);
    }

    .gm-about__cards,
    .gm-about__team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gm-about {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gm-about__inner > * + * {
        margin-top: 48px;
    }

    .gm-about__hero {
        gap: var(--gm-about-mobile-hero-gap);
    }

    .gm-about__eyebrow {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .gm-about__eyebrow:before {
        width: 25px;
    }

    .gm-about .gm-about__hero-title {
        font-size: 36px;
        line-height: 1.06;
        letter-spacing: -.045em;
    }

    .gm-about__hero-description,
    .gm-about__text,
    .gm-about__final-text,
    .gm-about__company-value {
        font-size: 14px;
        line-height: 1.72;
    }

    .gm-about__hero-description {
        margin-top: 20px;
    }

    .gm-about__button {
        width: 100%;
        margin-top: 24px;
        padding: 15px 22px;
    }

    .gm-about__hero-content {
        margin-bottom: 0;
    }

    .gm-about__hero-media {
        padding-bottom: 56px;
    }

    .gm-about__hero-main-img,
    .gm-about__story-img,
    .gm-about__team-img {
        height: 320px;
        border-radius: 24px;
    }

    .gm-about__hero-small-img {
        width: 160px;
        height: 120px;
        border-width: 7px;
        border-radius: 18px;
    }

    .gm-about__hero-small-wrap {
        right: var(--gm-about-hero-small-right);
        bottom: var(--gm-about-hero-small-bottom);
    }

    .gm-about__stats {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gm-about__stat {
        padding: 22px 18px;
    }

    .gm-about__stat-number {
        font-size: 34px;
    }

    .gm-about__story,
    .gm-about__team {
        gap: 26px;
    }

    .gm-about__story-media {
        order: 2;
    }

    .gm-about__section-title,
    .gm-about__final-title {
        font-size: 28px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .gm-about__why .gm-about__section-title,
    .gm-about__team .gm-about__section-title {
        text-align: left;
        margin-bottom: 22px;
    }

    .gm-about__cards,
    .gm-about__team-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gm-about__card,
    .gm-about__vision-card,
    .gm-about__company-card,
    .gm-about__team-item {
        border-radius: 20px;
        padding: 20px;
    }

    .gm-about__card {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .gm-about__card-title {
        margin-top: 0;
        font-size: 18px;
    }

    .gm-about__icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .gm-about__icon i {
        font-size: 20px;
    }

    .gm-about__icon svg {
        width: 20px;
        height: 20px;
    }

    .gm-about__team-item {
        gap: 14px;
    }

    .gm-about__team-title {
        font-size: 17px;
    }

    .gm-about__vision-company {
        gap: 16px;
    }

    .gm-about__company-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 0;
    }

    .gm-about__final {
        padding: 28px 20px;
        border-radius: 22px;
        text-align: left;
    }
}


/* Mobile floating hero image controls fix: keep Elementor responsive variables active on mobile. */
@media (max-width: 1024px) {
    .gm-about__hero-small-wrap {
        right: var(--gm-about-hero-small-right) !important;
        bottom: var(--gm-about-hero-small-bottom) !important;
    }
}

@media (max-width: 767px) {
    .gm-about__hero-small-wrap {
        right: var(--gm-about-hero-small-right) !important;
        bottom: var(--gm-about-hero-small-bottom) !important;
    }

    .gm-about--hero-float .gm-about__hero-small-wrap {
        animation-name: gmAboutHeroFloat;
        animation-duration: var(--gm-about-hero-float-duration);
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }
}
