:root {
    --bg: #050b12;
    --bg2: #0a1420;
    --text: #eaf1f8;
    --muted: #b6c2d2;
    --accent: #e11d2e;
    --accent2: #26d7ff;
    --card: #0b2236;
    --white: #ffffff;
    --line: rgba(255, 255, 255, 0.08);
    --shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    --radius: 16px;
    --radius2: 22px;
    --services-left-gap: 52px;

    --text-dark: #181814;
    --text-muted: #6b6b6b;
    --text-dim: #a5a5a5;
    --border: rgba(255, 255, 255, 0.15);
    --dark-bg: #181814;
    --dark-border: #272722;
}

* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    color: var(--text);
    background: #0b0f14;
}
body,
body * {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 12px;
    line-height: 1.15;
    font-family: Roboto, Arial, sans-serif;
}
.inner-page-title {
    font-size: 34px !important;
    font-weight: 400 !important;
    font-family: Roboto, Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.margin-0-auto {
    margin: 0 auto;
}

/* Layout */
.container {
    width: min(1120px, calc(100% - 40px));
}
.container--services {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: var(--services-left-gap);
    padding-right: var(--services-left-gap);
}
.futureSection .container--services {
    padding-right: 0;
}
.section {
    padding: 68px 0;
    background: #fff;
    color: #101826;
    position: relative;
    scroll-margin-top: 80px;
}
.section--muted {
    background: #e7e7e7;
}
.section--muted::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}
.section--light {
    background: #f2f4f8;
}
.section--dark {
    background: #070707;
    color: #f2f5f8;
    overflow: hidden;
}
.futureSection {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.futureSection .futureContainer {
    display: flex;
    gap: 48px;
    align-items: center;
    width: 100%;
}
.futureText {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.futureMedia {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
}
.futureMedia .mediaCard,
.futureMedia .mediaCard__img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.futureSection .split {
    display: flex;
    gap: 48px;
    align-items: center;
}
.futureSection .split__text {
    flex: 0 1 46vw;
}
.futureSection .split__media {
    flex: 1 1 auto;
    margin-right: calc(50% - 50vw);
}
.futureSection .mediaCard {
    width: 100%;
   max-width: 700px;
    margin-left: auto;
}
    .futureSection .mediaCard .mediaCard__img {
    width: 100% !important;
}
.futureDescription {
    font-size: 20px;
    color: #a5a5a5;
}
.futureText {
    font-size: 18px;
}

.viewCareerButton{
    width: 250px !important;
}

.section--dark p {
    color: #c7d0db;
}
.section--light,
.section--dark {
}

.futureSection .container {
    width: 100% !important;
    margin: 0 auto;
}

.anchor {
    height: 1px;
    margin-top: -64px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.header--scrolled {
    background: rgba(5, 11, 18, 0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom-color: var(--line);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 18px;
    transition: height 0.35s ease;
}
.header--scrolled .header__inner {
    height: 58px;
}
.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.brand__logo {
    width: 104px;
    height: auto;
    display: block;
}

.nav {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.nav a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 12.5px;
    padding: 6px 4px;
    border-radius: 10px;
    letter-spacing: 0.1px;
}
.nav__group {
    width: 100%;
}
.nav__toggle {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 6px;
    border-radius: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
}
.nav__toggle:hover {
    background: rgba(255, 255, 255, 0.08);
}
.nav__caret {
    font-size: 14px;
    opacity: 0.7;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}
.nav__toggle[aria-expanded="true"] .nav__caret {
    transform: rotate(180deg);
}
.nav__submenu {
    display: none;
    padding: 2px 0 8px 14px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    margin-left: 6px;
}
.nav__submenu a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    padding: 6px 6px 6px 34px;
    position: relative;
}
.nav__submenu a::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2f6bff;
    transform: translateY(-50%) scale(0.4);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav__submenu a:hover::before,
.nav__submenu a.active::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.nav__submenu.is-open {
    display: block;
}
.nav a:hover {
    background: rgba(255, 255, 255, 0.08);
}
@media (min-width: 981px) {
    .nav__group {
        width: auto;
    }
    .nav__toggle {
        width: auto;
        display: inline-flex;
        font-size: 12.5px;
        font-weight: 600;
        padding: 6px 4px;
        border-radius: 10px;
    }
    .nav__toggle:hover {
        background: rgba(255, 255, 255, 0.08);
    }
    .nav__submenu,
    .nav__submenu.is-open {
        display: none !important;
    }
    .nav__caret {
        display: none;
    }
    .nav__lang .nav__lang-caret {
        display: inline-block;
    }
}
.nav__lang {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    letter-spacing: 2px;
    flex: 0 0 auto;
    padding: 2px 6px 2px 10px;
    position: relative;
}
.nav__lang-toggle {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    cursor: pointer;
    padding: 0;
}
.nav__lang-caret {
    display: inline-block;
    margin-left: 6px;
    font-size: 8px;
    opacity: 0.8;
    transition: transform 0.2s ease;
}
.nav__lang.is-open .nav__lang-caret {
    transform: rotate(180deg);
}
.nav__lang-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 64px;
    background: rgba(10, 17, 24, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 6px 0;
    display: none;
    z-index: 20;
}
.nav__lang-menu a {
    display: block;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    letter-spacing: 1px;
}
.nav__lang-menu a:hover {
    color: #fff;
}
.nav__lang.is-open .nav__lang-menu {
    display: block;
}
.nav__lang--mobile {
    display: none;
}

.burger {
    display: none;
    width: 44px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    border-radius: 12px;
    cursor: pointer;
}
.burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    margin: 5px auto;
    border-radius: 10px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}
body.menu-open .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
body.menu-open .burger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
body.menu-open .burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.hero {
    position: relative;
    background-image: var(--hero-bg, none);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 160px 0 110px;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}
.hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            900px 500px at 12% 0%,
            rgba(49, 171, 255, 0.12),
            transparent 60%
        ),
        radial-gradient(
            700px 700px at 90% 20%,
            rgba(255, 96, 60, 0.12),
            transparent 60%
        ),
        radial-gradient(
            600px 600px at 85% 80%,
            rgba(78, 255, 209, 0.06),
            transparent 60%
        );
    pointer-events: none;
}
.hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: calc(100vh - 270px);
    justify-content: flex-start;
    margin-top: 5rem;
}
.hero__content {
    margin-top: auto;
    margin-bottom: auto;
}
.hero__content p {
    color: rgba(255, 255, 255, 0.78);
}
.hero__kicker {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.hero__title {
    font-size: 3rem;
    color: #f1f6fb;
    margin-bottom: 10px;
}
.hero__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 14px;
    max-width: 661px;
}

.hero__controls {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-top: auto;
    min-height: 40px;
}
.hero__controls .playBtn {
    grid-column: 1;
    justify-self: start;
}
.hero__controls .scrollIndicator {
    grid-column: 2;
    justify-self: center;
}

.heroVideoModalLabel {
    color:#000 !important
}
.playBtn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.95);
    display: grid;
    place-items: center;
    cursor: pointer;
}
.playBtn__icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #0a1118;
    margin-left: 2px;
}

.hero__net {
    position: absolute;
    right: -40px;
    top: -10px;
    width: min(700px, 62vw);
    height: 520px;
    pointer-events: none;
    opacity: 0.95;
    filter: drop-shadow(0 18px 50px rgba(0, 0, 0, 0.45));
}
.hero__netSvg {
    width: 100%;
    height: 100%;
}

/* About section */
.aboutSectionWrap {
    position: relative;
    height: 200vh;
}
.aboutSection {
    background: #040507;
    color: #d6e2f1;
    padding: 70px 0 90px;
    position: sticky;
    top: 0;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.aboutSection::before,
.aboutSection::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.aboutSection::before {
    background:
        radial-gradient(
            500px 400px at 12% 60%,
            rgba(11, 174, 152, 0.15),
            transparent 65%
        ),
        radial-gradient(
            500px 400px at 88% 55%,
            rgba(255, 64, 64, 0.12),
            transparent 70%
        );
}
.aboutSection__inner {
    max-width: 856px;
}
.aboutCopy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.aboutLine {
    font-size: 19.5px;
    line-height: 1.7;
    color: #d6e2f1;
    opacity: 1;
}
@media (max-width: 991px) {
    .aboutLine {
        font-size: 16.5px;
    }
}
@media (max-width: 575px) {
    .aboutLine {
        font-size: 15px;
    }
}
.aboutWord {
    opacity: 0.25;
    transition: opacity 0.25s ease;
}

.scrollIndicator {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    display: grid;
    place-items: center;
    background: transparent;
}
.scrollIndicator__dot {
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 0;
    position: relative;
    display: block;
}
.scrollIndicator__dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.2px solid rgba(255, 255, 255, 0.85);
    border-bottom: 1.2px solid rgba(255, 255, 255, 0.85);
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Section head */
.section__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.section__head h2 {
    font-size: 22px;
    color: #101826;
}
.line-break {
    display: inline;
}
.section__head p {
    margin: 4px 0 0;
    max-width: 560px;
    color: #2b3442;
}

.circleBtn {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.circleBtn span {
    font-size: 20px;
    transform: translateY(-1px);
}

/* Cards */
.servicesPanel {
    background: transparent;
    border-radius: 0;
    padding: 21px 0 36px;
    box-shadow: none;
    border: none;
    position: relative;
}
.servicesWrap .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: var(--services-left-gap);
    padding-right: 0;
}
.servicesWrap {
    --services-card-gap: 16px;
    position: relative;
    height: 200vh;
}
.servicesWrap .servicesPanel {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 70px;
    padding-left: 0;
}
.servicesWrap .section__head {
    margin-top: 0;
}
.servicesWrap .servicesTrack {
    padding-top: 18px;
    width: 100%;
    margin-left: 0;
}
.servicesWrap .cards {
    padding-right: var(--services-left-gap);
}
.servicesTrack {
    overflow: hidden;
}
.servicesPanel__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 120px;
    background: #e11d2e;
    transition: width 0.2s ease;
}
.aboutSection .servicesPanel__bar {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 0;
    max-width: 100%;
}

.cards {
    display: flex;
    gap: var(--services-card-gap);
    transition: transform 0.2s ease;
    will-change: transform;
}
.card {
    border-radius: 10px;
    padding: 0;
    color: #fff;
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    flex: 0 0 calc((100% - (var(--services-card-gap) * 3)) / 3.5);
    max-width: none;
    height: 406px;
}
.card--light {
    background: #0b2236;
}
.card--light .card__media {
    padding: 2rem;
    background: linear-gradient(180deg, #0b2336 0%, #0e3f6d 100%);
}
.card--light .card__label {
    background: #0a0a0a;
}
.card--light.is-active {
    background: #1b5e9a;
}
.card--light.is-active .card__media {
    background: linear-gradient(180deg, #1b5e9a 0%, #1b5e9a 100%);
}
.card--light.is-active .card__label {
    background: #efefef;
    color: #111;
}
.card--light.is-active .card__label h3 {
    color: #111;
}
.card--light:hover {
    background: #1b5e9a;
}
.card--light:hover .card__media {
    background: linear-gradient(180deg, #1b5e9a 0%, #1b5e9a 100%);
}
.card--light:hover .card__label {
    background: #efefef;
    color: #111;
}
.card--light:hover .card__label h3 {
    color: #111;
}
.card__media {
    background: linear-gradient(180deg, #0b2336 0%, #0e3f6d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}
.card__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    display: grid;
    place-items: center;
}
.card__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.card__label {
    background: #0a0a0a;
    padding: 10px 10px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.card h3 {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.2px;
}

@media (min-width: 1600px) {
    .servicesWrap .servicesPanel {
        align-items: center;
        padding-top: 0;
    }
    .servicesWrap .servicesTrack {
        padding-top: 0;
    }
    .servicesWrap .cards {
        justify-content: flex-start;
    }
    .card {
        height: 640px;
    }
    .card__label {
        min-height: 84px;
    }
    .card h3 {
        font-size: 14px;
        letter-spacing: 0.3px;
    }
    .section__head h2 {
        font-size: 2rem;
    }
    .section__head p {
        font-size: 1.3rem;
    }
}

/* Split section */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
}
.section--dark .split {
    align-items: center;
}
.split__media {
    display: flex;
    justify-content: flex-end;
}
.section--dark .split__text h2 {
    color: #f2f5f8;
    font-size: 22px;
}
.section--dark .split__text p {
    color: #c7d0db;
    line-height: 1.65;
    font-size: 14px;
}
.section--dark .split__text {
    padding-left: var(--services-left-gap);
    max-width: 560px;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #0f151c;
    color: #fff;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 0.4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.mediaCard {
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    margin-right: 0;
}
.mediaCard__img {
    display: block;
    width: 190px;
    height: auto;
}

@media (min-width: 1600px) {
    .mediaCard__img {
        width: 300px;
    }
}

/* Testimonial */
.testimonial {
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.testimonial__row {
    display: flex;
    align-items: center;
    gap: 70px;
}
.testimonial__col {
    flex: 1 1 0;
    width: 100%;
}
.testimonial__media {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 8px 8px 0px;
}
.testimonial__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}
.testimonial__media,
.quote,
.author {
    transition:
        opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.testimonial.is-animating .testimonial__media,
.testimonial.is-animating .quote,
.testimonial.is-animating .author {
    opacity: 0;
    transform: translateX(12px);
}
.testimonial--services .testimonial__col:first-child {
    margin-left: 0;
    padding-left: 0;
}
.testimonial--services .testimonial__media {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.testimonial--services {
    margin-left: calc(-1 * var(--services-left-gap));
    padding-left: var(--services-left-gap);
}
.testimonial--services .testimonial__row {
    width: 100%;
}
.testimonial--services .testimonial__col:first-child {
    margin-left: calc(-1 * var(--services-left-gap));
    width: calc(50% + var(--services-left-gap));
    flex: 0 0 calc(50% + var(--services-left-gap));
}
.testimonial--services .testimonial__media {
    max-width: 750px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.testimonial__title--mobile {
    display: none;
    text-align: center;
    font-size: 24px;
    color: #101826;
    margin-bottom: 18px;
}
.testimonial__content h2 {
    color: #101826;
    margin-bottom: 4px;
}
.testimonial__content p {
    font-size: 18px;
}
.quote {
    font-size: 13.5px;
    line-height: 1.75;
    color: #2b3442;
    margin-top: 0;
}
.author {
    margin-top: 4px;
    font-weight: 600;
    color: #101826;
    font-size: 18px;
}
.sliderBar {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
}
.sliderBar__count {
    font-weight: 300;
    color: #101826;
    font-size: 18px;
    opacity: 0.85;
}
.sliderBar .circleBtn {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: none;
    background: transparent;
}
.sliderBar .circleBtn span {
    font-size: 22px;
}
.slides {
    display: none;
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #060b11, #050a10);
    color: #e8eef6;
    padding: 44px 0 22px;
}

.footer__brand{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
}

.footer__top {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}
.footer__logo {
    display: flex;
    gap: 6px;
    align-items: baseline;
    font-weight: 800;
}
.footer__small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13.3px;
    margin-top: 10px;
}
.footer__small a{
    display: block;
    padding: 4px 0;
}
.footer__cols {
    display: flex;
    gap: 40px;
}
.footer__col {
    flex: 1 1 160px;
}
.footer__col h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}
.footer__col a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    padding: 7px 0;
}
.footer__col a:hover {
    color: #fff;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 22px;
    padding-top: 14px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

/* Contact page */
.contact-page {
    position: relative;
    background: transparent;
    color: #e6edf5;
    padding: 90px 0 80px;
}
.contact-page::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 70px;
    background-image: linear-gradient(to bottom, #181814, #010707 70%);
    z-index: 0;
}
.contact-page > .container {
    position: relative;
    z-index: 1;
}
.contact-hero {
    text-align: center;
    margin-bottom: 36px;
}

.contact-hero .inner-page-title{
    font-size: 38px !important;
}

.contact-hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #f4f7fb;
}
.contact-hero p {
    color: rgba(230, 237, 245, 0.7);
    max-width: 720px;
    margin: 0 auto;
    font-size: 24px !important;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: stretch;
}
.contact-locations {
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    justify-content: space-between;
}
.contact-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 16px;
    padding: 0;
    align-items: stretch;
    border-radius: 10px;
    background: #181814;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    height: 150px;
    min-height: 150px;
}
.contact-card__media {
    height: 100%;
}
.contact-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    display: block;
}
.contact-card__body {
    padding: 19px 16px;
}
.contact-card__body h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
}
.contact-card__body p {
    margin: 0 0 10px;
    color: rgba(230, 237, 245, 0.7);
    font-size: 14px;
}
.contact-card__address {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #cfd8e3;
    font-size: 14px;
}
.contact-card__address:hover {
    color: #fff;
}
.contact-card__address i {
    color: currentColor;
    margin-top: 2px;
}
.contact-card__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contact-card__meta a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #cfd8e3;
    font-size: 14px;
}
.contact-card__meta a:hover {
    color: #fff;
}
.contact-card__meta a i {
    color: currentColor;
}
.contact-card--empty {
    padding: 20px;
    text-align: center;
}
.contact-form-card {
    /*background: linear-gradient(150deg, #1c2236 0%, #141820 100%);*/
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
}
/* ambient glow top-left */
.contact-form-card::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -90px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(47, 91, 255, 0.13) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
/* gradient accent line */
.contact-form-card::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #2f5bff 0%, #7b4fff 55%, transparent 100%);
    border-radius: 20px 20px 0 0;
    z-index: 0;
}
.contact-form-card > * {
    position: relative;
    z-index: 1;
}
.contact-form-card h4 {
    color: #f4f7fb;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}
.contact-form-card p {
    color: rgba(180, 195, 220, 0.7);
    font-size: 13.5px;
    margin-bottom: 22px;
    line-height: 1.6;
}
.contact-form__field {
    margin-bottom: 13px;
}
.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #e6edf5;
    padding: 11px 14px;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    outline: none;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
    color: rgba(180, 195, 220, 0.38);
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
    border-color: rgba(47, 91, 255, 0.65);
    background: rgba(47, 91, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(47, 91, 255, 0.15);
}
.contact-form__field.has-icon {
    position: relative;
}
.contact-form__field.has-icon input {
    padding-right: 38px;
}
.contact-form__field.has-icon i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(180, 195, 220, 0.4);
    font-size: 14px;
    pointer-events: none;
}
.contact-form__field textarea {
    min-height: 140px;
    resize: vertical;
}
.contact-form__submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #2f5bff 0%, #6b3fff 100%);
    color: #fff;
    padding: 13px 16px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: opacity 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(47, 91, 255, 0.3);
}
.contact-form__submit:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(47, 91, 255, 0.5);
}
.contact-form__submit:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(47, 91, 255, 0.3);
}
.contact-form__submit i {
    font-size: 14px;
}
@media (max-width: 980px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .contact-card {
        grid-template-columns: 120px 1fr;
    }
}
@media (max-width: 600px) {
    .contact-card {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }
    .contact-card__media {
        height: 379px;
        }
    .contact-card__media img {
        border-radius: 10px 10px 0 0;
    }
    .contact-card__body {
        padding: 16px;
    }
}

/* Reveal animation (start state) */
.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}
.reveal.is-in {
    opacity: 1;
    transform: translateY(0);
}

/* ── Contact page keyframe animations ── */
@keyframes contactHeroFadeDown {
    from { opacity: 0; transform: translateY(-28px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes contactCardSlideLeft {
    from { opacity: 0; transform: translateX(-32px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes contactFormSlideRight {
    from { opacity: 0; transform: translateX(32px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes contactImageZoom {
    from { transform: scale(1.08); }
    to   { transform: scale(1); }
}
@keyframes submitShimmer {
    0%   { background-position: -200% center; }
    100% { background-position:  200% center; }
}
@keyframes iconNudge {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.35); }
    100% { transform: scale(1); }
}

/* Hero entrance */
.contact-hero {
    animation: contactHeroFadeDown 0.75s ease both;
}

/* Cards staggered entrance */
.contact-card {
    animation: contactCardSlideLeft 0.65s ease both;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.contact-card:nth-child(1) { animation-delay: 0.08s; }
.contact-card:nth-child(2) { animation-delay: 0.20s; }
.contact-card:nth-child(3) { animation-delay: 0.32s; }
.contact-card:nth-child(4) { animation-delay: 0.44s; }

/* Card hover lift */
.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.55);
    border-color: rgba(47, 91, 255, 0.35);
}

/* Card image entrance zoom + hover scale */
.contact-card__media img {
    animation: contactImageZoom 0.8s ease both;
    transition: transform 0.4s ease;
}
.contact-card:hover .contact-card__media img {
    transform: scale(1.05);
}

/* Form card entrance */
.contact-form-card {
    animation: contactFormSlideRight 0.7s ease 0.15s both;
}

/* Submit shimmer sweep on hover */
.contact-form__submit::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 60%
    );
    background-size: 200% 100%;
    background-position: -200% center;
}
.contact-form__submit:hover::after {
    animation: submitShimmer 0.55s ease forwards;
}

/* Meta / address link icon pop on hover */
.contact-card__meta a,
.contact-card__address {
    transition: color 0.2s ease;
}
.contact-card__meta a:hover i,
.contact-card__address:hover i {
    animation: iconNudge 0.35s ease;
}

/* Responsive */
@media (max-width: 980px) {
    .hero__inner {
        grid-template-columns: 1fr;
    }
    .hero__net {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 360px;
        margin: 0 auto;
    }
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .split {
        grid-template-columns: 1fr;
    }
    .mediaCard {
        width: 100%;
        margin-right: 0;
    }
    /* .testimonial{ grid-template-columns: 1fr; }
  .testimonial__media{ min-height:220px; } */
    .footer__top {
        flex-direction: column;
    }
    .footer__cols {
        gap: 24px;
    }
    .footer__col {
        flex: 1 1 calc(50% - 12px);
    }
    .futureSection .split__media {
        margin-right: 0;
    }
    .futureSection .mediaCard {
        max-width: 100%;
    }

}

@media (max-width: 980px) {
    .nav {
        display: none;
    }
    .burger {
        display: block;
    }
    .nav__lang--desktop {
        display: none;
    }
    .nav__lang--mobile {
        display: inline-flex;
    }
    .nav__toggle {
        display: flex;
    }
    .nav.is-open .brand:hover {
        background: transparent;
    }
    .nav.is-open .menu-close {
        border: 0;
    }

    .hero {
        padding-top: 64px;
        background-position: 80% center;
    }
    .hero__title {
        font-size: 28px;
    }
    .section {
        padding: 52px 0;
    }

    .split {
        gap: 20px;
    }
    .futureSection {
        min-height: auto;
        padding-top: 56px;
        padding-bottom: 0px;
    }
    .futureSection .split {
        display: flex;
        flex-direction: column;
    }

    .mediaCard {
        border-radius: 16px;
        background-position: center;
    }

    .section__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .servicesWrap .section__head {
        align-items: center;
        text-align: center;
    }
    .servicesWrap .section__head p {
        margin-left: auto;
        margin-right: auto;
    }
    .servicesWrap .servicesPanel .services-next {
        display: none;
    }
    .line-break {
        display: block;
    }
    .cards {
        grid-template-columns: 1fr;
    }
    .card {
        min-height: 170px;
    }
    .footer__cols {
        flex-direction: column;
    }
    .footer__cols {
        display: none;
    }
    .servicesWrap {
        height: auto;
    }
    .servicesWrap .servicesPanel {
        position: static;
        min-height: auto;
        padding-top: 40px;
    }
    .servicesWrap .servicesTrack {
        padding-top: 6px;
    }
    .servicesTrack {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .servicesTrack::-webkit-scrollbar {
        display: none;
    }
    .cards {
        flex-direction: row;
        transform: none !important;
        scroll-snap-type: x mandatory;
    }
    .card {
        flex: 0 0 78%;
        width: 78%;
        scroll-snap-align: start;
    }
    .section--light {
        min-height: auto;
    }

    .testimonial {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 1.5rem;
    }
    .testimonial__row {
        flex-direction: column;
        gap: 18px;
    }
    .testimonial__col:first-child {
        order: 2;
    }
    .testimonial__col:last-child {
        order: 3;
    }
    .testimonial {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial__col:first-child {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .testimonial__media {
        width: 100%;
        border-radius: 0;
    }
    .testimonial__title--mobile {
        display: block;
    }
    .testimonial__title--desktop {
        display: none;
    }
    .testimonial__content {
        text-align: center;
        align-items: center;
    }
    .testimonial__media {
        min-height: auto;
        width: 100%;
    }
    .testimonial__col:first-child {
        margin-left: calc(-1 * 1.5rem);
        margin-right: calc(-1 * 1.5rem);
        width: calc(100% + 3rem);
    }
    .testimonial__media {
        border-radius: 0;
    }
    .testimonial__content h2 {
        font-size: 18px;
    }
    .quote {
        font-size: 12.5px;
    }
}

@media (max-width: 980px) {
    #testimonials .container--services {
        padding-left: 0;
        padding-right: 0;
    }
    #testimonials .testimonial--services {
        margin-left: 0;
        padding-left: 0;
    }
    #testimonials .testimonial--services .testimonial__row {
        width: 100%;
    }
    #testimonials .testimonial {
        overflow: visible;
    }
    .testimonial {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonial__col:first-child {
              margin-left: calc(50% - 53vw) !important;
        width: 100vw;
        padding-left: 0;
        padding-right: 0;
                width: 100% !important;
    }
    .testimonial__media {
        max-width: 100% !important;
        margin-left: 0;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .testimonial__content {
        padding: 0 1.5rem;
        text-align: center;
        align-items: center;
    }
    .testimonial__col:last-child {
        width: 100%;
        box-sizing: border-box;
    }
    .sliderBar {
        padding: 0 1.5rem;
    }
}

/* Mobile menu (full screen) */
@keyframes menuSlideIn {
    from { opacity: 0; transform: translateX(100%); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes menuSlideOut {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(100%); }
}
.nav__header {
    display: none;
}
.menu-close {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
}
@media (max-width: 980px) {
    .nav.is-open,
    .nav.is-closing {
        display: block;
        position: fixed;
        inset: 0;
        background: #060b11;
        border: 0;
        border-radius: 0;
        padding: 88px 20px 28px;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
        box-shadow: none;
        z-index: 2001;
    }
    .nav.is-open {
        animation: menuSlideIn 0.32s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    .nav.is-closing {
        animation: menuSlideOut 0.28s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
    .nav.is-open > a,
    .nav.is-open > .nav__group,
    .nav.is-open > .nav__lang--mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        clear: both;
    }
    .nav.is-open .nav__group,
    .nav.is-open .nav__submenu,
    .nav.is-open .nav__submenu a {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .nav.is-open .nav__submenu {
        margin-right: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .nav.is-open .nav__submenu a {
        display: block;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .nav.is-open .nav__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 18px 26px 18px 20px;
        background: #060b11;
        z-index: 2002;
    }
    .nav.is-open .menu-close {
        margin-right: 0;
    }
    .brand--menu .brand__logo {
        width: 96px;
    }
    .nav.is-open a {
        display: block;
        font-size: 15px;
        padding: 10px 6px;
        width: 100%;
        text-align: left;
    }
    .nav.is-open > a,
    .nav.is-open > .nav__group {
        margin: 0 0 10px;
    }
    .nav.is-open > a:last-child,
    .nav.is-open > .nav__group:last-child {
        margin-bottom: 0;
    }
    .nav.is-open .nav__lang--mobile,
    .nav.is-closing .nav__lang--mobile {
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 16px;
        padding-top: 20px;
        width: 100%;
        gap: 8px;
    }
    .nav.is-open .nav__lang--mobile .nav__lang-toggle,
    .nav.is-closing .nav__lang--mobile .nav__lang-toggle {
        display: none;
    }
    .nav.is-open .nav__lang--mobile .nav__lang-menu,
    .nav.is-closing .nav__lang--mobile .nav__lang-menu {
        position: static;
        display: flex;
        gap: 6px;
        background: transparent;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .nav.is-open .nav__lang--mobile .nav__lang-menu a,
    .nav.is-closing .nav__lang--mobile .nav__lang-menu a {
        display: inline-block;
        width: auto;
        padding: 6px 14px;
        font-size: 13px;
        letter-spacing: 1.5px;
        font-weight: 600;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        color: rgba(255, 255, 255, 0.75);
        background: rgba(255, 255, 255, 0.05);
        text-align: center;
        transition: background 0.2s, color 0.2s, border-color 0.2s;
    }
    .nav.is-open .nav__lang--mobile .nav__lang-menu a:hover,
    .nav.is-closing .nav__lang--mobile .nav__lang-menu a:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.35);
    }
    body.menu-open {
        overflow: hidden;
    }

}

@media (max-width: 980px) {
    .futureSection .container--services {
        padding-left: 0;
        padding-right: 0;
    }
    .futureSection .futureContainer {
        flex-direction: column;
        gap: 18px;
        padding: 1.5rem 0;
        text-align: center;
    }
    .futureSection .futureText {
        display: contents;
    }
    .futureSection .futureHeader {
        order: 1;
    }
    .futureSection .futureMedia {
        order: 2;
        justify-content: center;
    }
    .futureSection .futureBody {
        order: 3;
        align-items: center;
    }
    .futureSection .futureBody .btn {
        align-self: center;
    }
    .futureSection .futureMedia,
    .futureSection .mediaCard,
    .futureSection .mediaCard__img {
        border-radius: 0;
    }
    .futureSection .futureHeader,
    .futureSection .futureBody {
        padding: 0 1.5rem;
    }
}

/* Section default style (can be used for multiple sections by adding this class) */
.section-area {
    position: relative;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100vh;
}


/* ABOUT US PAGE */
.about-us-nav,
.careers-navbar {
    background-color: #272722;
    padding: 13px 0;
    margin: 4.5rem 0 0 0;
    width: 100%;
    z-index: 1000;
}
.careers-navbar {
    margin-bottom: 32px;
}

.nav-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #b6b6b6;
}
.nav-links a.active {
    font-weight: 800;
}

/* Hero Section */
.section-bg-gradient {
    background-image: linear-gradient(to bottom, #181814, #010707 70%);
}
.about-us-hero {
    background-size: cover;
    background-position: center;
    padding: 30px 0 30px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-us-hero-content {
    position: relative;
    z-index: 2;
}

.about-us-hero-content .about-us-hero-content-image-text
{  display: flex;
  margin-top: 2rem;
  justify-content: space-between;

}

.about-us-hero h1 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: 300;
}

.about-us-hero p {
    font-size: 18px;
    color: #a5a5a5;
}
.about-us-hero-text {
    text-align: left;
    color: #fff;
    padding: 0 3rem;
    max-width: 795px;
}
.about-us-hero-text p strong {
    color: #fff;
    font-weight: 300;
}

.about-us-hero-image {
    overflow: hidden;
    /* border-radius: 16px; */
}
.about-us-hero-image .image-container,
.about-us-hero-media {
    border-radius: inherit;
    overflow: hidden;
}

.about-us-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hero-image,
.about-us-hero-media {
    width: 100%;
    height: auto;
    display: block;
}

.control-btn {
    position: absolute;
    bottom: 20px;
    padding: 12px;
    border-radius: 8px;
    background-color: #181814;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover {
    background: rgba(0, 0, 0, 0.85);
    transform: scale(1.05);
}

.play-btn {
    left: 20px;
}

.zoom-btn {
    right: 20px;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.video-modal.is-open {
    display: flex;
}
.video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}
.video-modal__content {
    position: relative;
    width: min(960px, 92vw);
    margin: 0;
    background: #0b0b0b;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.video-modal__player {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    max-height: 70vh;
}
.video-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: auto;
    left: auto;
    z-index: 2;
    background: transparent !important;
}

/* Fullscreen Overlay Styles */
.image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
    animation: fadeIn 0.3s ease;
}

.image-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}
/* Stats Section */
.stats {
    padding: 60px 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
    color: #fff;
}

.stat-item {
    border-radius: 8px;
    border: solid 1px #272722;
    background-color: #181814;
    padding: 30px 0;
}

.stat-number {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 24px;
    color: #a5a5a5;
}

/* Content Section */
.content {
    background-color: #e8e8e8;
    padding: 80px 50px;
}

.content h2 {
    font-size: 38px;
    /* margin-bottom: 30px; */
    color: #000;
}

.content h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 300;
}
.about-us-content-subtitle {
    display: block;
    /*text-align: center;*/
}

.content p {
    color: #2b3442;
}



.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.content-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}

.content-image {
    border-radius: 12px;
    overflow: hidden;
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.stat-item {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.stat-item:nth-child(1) {
    animation-delay: 0.1s;
}
.stat-item:nth-child(2) {
    animation-delay: 0.2s;
}
.stat-item:nth-child(3) {
    animation-delay: 0.3s;
}
.stat-item:nth-child(4) {
    animation-delay: 0.4s;
}

/* Counter Animation */
.counter {
    display: inline-block;
}

/* Responsive */
@media (max-width: 980px) {
    .about-us-hero {
        overflow: visible;
    }
    .about-us-hero-content {
        margin-left: 0;
        width: 100%;
    }
    .about-us-hero .about-us-hero-content-image-text {
        flex-direction: column;
    }
    .about-us-hero-image {
        max-width: none;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }
    .about-us-hero .image-container {
        display: block;
        width: 100%;
    }

        .about-us-hero-text {

        padding: 2rem 2rem 1rem 3rem;
}
}
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .about-us-nav .nav-links,
    .careers-navbar .nav-links {
        display: none;
    }
    .about-us-nav .nav-container,
    .careers-navbar .nav-container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .about-us-nav .logo,
    .careers-navbar .logo {
        text-align: left;
        width: 100%;
    }

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

    .about-us-hero p {
        font-size: 16px;
    }
    .stats {
        display: none;
    }
    .about-us-hero-image {
        max-width: none;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 0px;
    }
    .stat-item {
        padding: 12px 0;
    }
    .stat-number {
        font-size: 48px;
    }
    .content-grid {
        grid-template-columns: 1fr;
    }

    .about-us-page .content-image {
        order: -1;
    }
    .about-us-page .content {
        padding: 30px 0px;
    }



    .about-us-content-title {
        font-size: 28px;
        text-align: center;
        margin: 0 0 16px;
    }
    .about-us-content-subtitle {
        margin: 0 0 16px;
    }
    .about-us-content-title + .about-us-content-subtitle {
        margin-top: 0;
        padding: 0 3rem;
    }
    .about-us-content-text{
        padding: 0 3rem;
    }
    .about-us-content-subtitle p, .about-us-content-text p{
           margin-bottom: 0rem !important;
    }
    .about-us-content-text h3 {
        text-align: center;
    }
    .about-us-page .content-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .about-us-page .content-image {
        margin: 0;
    }
    .about-us-content-text p {
        margin: 0 0 16px;
    }
}

/* ABOUT US PAGE - Our Team Section */
.team-section {
    margin-bottom: 2rem;
}

.team-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.team-card {
    background-color: #181814;
    border-radius: 8px;
    border: solid 1px #272722;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0.1);
}

.team-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 8px;
}

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

.team-info {
    padding: 25px 10px;
    text-align: center;
}

.team-name {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.3;
}

.team-position {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .team-section {
        padding: 40px 15px;
    }

    .team-name {
        font-size: 16px;
    }

    .team-position {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Media Coverage Section  */

.media-coverage-hero {
    background-size: cover;
    background-position: center;
    padding: 30px 0 0 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.media-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.media-card {
    background-color: #181814;
    border-radius: 8px;
    border: solid 1px #272722;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.media-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0.1);
}

.media-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 8px;
}

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

.media-info {
    padding: 25px 20px;
    text-align: start;
}

.media-name {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.3;
}

.media-date {
    color: #999999;
    font-size: 14px !important;
    font-weight: 400;
    margin: 0 !important;
    line-height: 1.4;
    display: flex;
    gap: 5px;
    margin-bottom: 8px !important;
}
@media (max-width: 1024px) {
    .media-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .media-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .media-section {
        padding: 40px 15px;
    }

    .media-name {
        font-size: 16px;
    }

    .media-info {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .media-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .media-card {
        max-width: 400px;
    }
}
/* Awards and Recognitions Section */
/* ── SWIPER ──  */
/* SWIPER */
/* swiper */
.swiper {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}
.swiper-wrapper {
    align-items: baseline;
}

.swiper-slide {
    width: 400px;
    height: 400px;
    transition: transform 0.4s ease;
    transform: none !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    background-color: white;
}

/* Active kiçik olsun */
.swiper-slide-active {
    transform: scale(0.67); /* 200/300 */
    z-index: 3;
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
    transform: none;
}
.swiper-slide-active img {
    width: 320px;
    height: 320px;
}
/* .swiper-pagination {
    display: none;
} */
/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
    .swiper {
        height: 320px;
    }

    .swiper-slide {
        width: 300px;
        height: 300px;
    }

    .swiper-slide-active img {
        width: 260px;
        height: 260px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
    .swiper {
        height: 260px;
    }

    .swiper-slide {
        width: 240px;
        height: 240px;
    }

    .swiper-slide img {
        border-radius: 10px;
    }

    .swiper-slide-active img {
        width: 320px;
    }
}
/* ── LIST SECTION ── */
.list {
    padding: 0 15rem 48px;
}

/* Year label */
.year-label {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #cccccc;
    padding: 22px 0 14px;
    letter-spacing: 0.02em;
}

/* Award row card */
.award-card {
    background: #1c1c1c;
    border-radius: 12px;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    flex-direction: row;
    min-height: 0;
    height: auto;
}

/* Icon area */
.icon-box {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SAP blue pill */
.sap-box {
    width: 44px;
    height: 26px;
    background: #1a73c4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

/* Text */
.award-card-text {
    text-align: left;
    flex: 1;
    min-width: 0;
}

.award-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.award-card-sub {
    font-size: 11px;
    color: #777777;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Arrow */
.arrow {
    color: #666666;
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
    font-weight: 300;
}
.award-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.award-accordion-item {
    background: #1c1c1c;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.award-accordion-header {
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
}
.award-accordion-text {
    min-width: 0;
}
.award-accordion-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
}
.award-accordion-icon::before,
.award-accordion-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #bdbdbd;
    transform: translate(-50%, -50%);
}
.award-accordion-icon::before {
    width: 10px;
    height: 2px;
}
.award-accordion-icon::after {
    width: 2px;
    height: 10px;
}
.award-accordion-item.open .award-accordion-icon {
    border-color: rgba(255, 255, 255, 0.7);
}
.award-accordion-item.open .award-accordion-icon::after {
    opacity: 0;
}
.award-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.award-accordion-item.open .award-accordion-body {
    max-height: 400px;
}
.award-accordion-body-inner {
    padding: 0 16px 14px;
}
.award-accordion-body-inner p {
    margin: 0;
    color: #c7c7c7;
    font-size: 12.5px;
    line-height: 1.6;
    text-align: left;
}
@media (max-width: 1024px) {
    .list {
        padding: 0 3rem 48px;
    }
}

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

.swiper-hint {
    display: none;
}

@media (max-width: 600px) {
    .mySwiper {
        position: relative;
    }
    .mySwiper::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 28%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(7, 7, 7, 0.9) 100%);
        pointer-events: none;
    }
    .mySwiper .swiper-slide {
        opacity: 0.85;
        transition: opacity 0.2s ease;
    }
    .mySwiper .swiper-slide-active {
        opacity: 1;
    }
    .swiper-hint {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
        opacity: 0.7;
    }
    .swiper-hint__arrow {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.75);
        line-height: 1;
    }
}

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

/* Award-Details Modal  */
/* Top nav bar */
.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    backdrop-filter: blur(14px);
    z-index: 50;
    animation: fadeDown 0.6s ease both;
}

.topbar-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}
.topbar-back:hover {
    color: var(--text-primary);
}
.topbar-back svg {
    width: 20px;
    height: 20px;
}
.topbar-back svg {
    width: 20px;
    height: 20px;
}

.topbar-meta {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #a5a5a5;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.topbar-tag {
    display: flex;
    align-items: center;
    gap: 6px;
}
.topbar-tag svg {
    width: 13px;
    height: 13px;
    color: #a5a5a5;
}

/* Main layout */
error- {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px;
}

/* Header */
.article-header {
    padding: 44px 0 48px;
    text-align: center;
    animation: fadeUp 0.8s 0.1s ease both;
}

.article-header h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--text-primary);
    max-width: 680px;
    margin: 0 auto;
}

/* Hero image */
.hero-image,
.media-hero-image {
    width: 100%;
    background: linear-gradient(135deg, #1a2e1d 0%, #0e1a10 40%, #162218 100%);
    border-radius: 12px;
    border: 1px solid var(--border);
    /* margin-bottom: 52px; */
    overflow: hidden;
    position: relative;
    animation: fadeUp 0.8s 0.2s ease both;
}

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

.hero-image::after,
.media-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            ellipse at 30% 40%,
            rgba(94, 158, 106, 0.15) 0%,
            transparent 60%
        ),
        radial-gradient(
            ellipse at 70% 70%,
            rgba(94, 158, 106, 0.08) 0%,
            transparent 50%
        );
}

/* Decorative leaves */
.hero-image svg,
.media-hero-image svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.18;
}

/* Article body */
.article-body {
    animation: fadeUp 0.8s 0.3s ease both;
    padding: 30px 0 0 0
}

.article-body p {
    font-size: 15.5px;
    color: #c8cbc6;
    margin-bottom: 26px;
    font-weight: 300;
}

.article-body p:first-child {
    font-size: 17px;
    color: var(--text-primary);
    font-weight: 400;
}

/* Divider */
.divider {
    width: 48px;
    height: 2px;
    background: var(--accent);
    margin: 52px auto;
    border-radius: 2px;
    opacity: 0.6;
}

/* Animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.mobile-meta {
    display: none;
}
@media (max-width: 600px) {
    error- {
        padding: 0 0px 80px;
    }
    .article-header {
        padding: 15px 0 20px;
    }
    .desktop-meta {
        display: none;
    }
    .hero-image {
        margin-bottom: 26px;
    }
    .mobile-meta {
        display: flex;
        align-items: center;
        gap: 18px;
        color: #a5a5a5;
        font-size: 13px;
        margin: 24px 0;
    }
}

/* Services */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.services-card {
    background-image: linear-gradient(to bottom, #010609, #165688);
    border: 1px solid var(--card-border);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.5s ease forwards;
}

.services-card:nth-child(1) {
    animation-delay: 0.05s;
}
.services-card:nth-child(2) {
    animation-delay: 0.15s;
}
.services-card:nth-child(3) {
    animation-delay: 0.25s;
}
.services-card:nth-child(4) {
    animation-delay: 0.35s;
}
.services-card:nth-child(5) {
    animation-delay: 0.45s;
}
.services-card:nth-child(6) {
    animation-delay: 0.55s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow:
        0 8px 32px var(--accent-glow),
        0 0 0 1px var(--accent);
}

.services-card-icon {
    background: linear-gradient(
        145deg,
        var(--icon-bg-start),
        var(--icon-bg-end)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 356px;
    position: relative;
    overflow: hidden;
}

.services-card-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 40%,
        #1a3a7a33 0%,
        transparent 70%
    );
    transition: opacity 0.3s;
    opacity: 0;
}
.services-card:hover .services-card-icon::before {
    opacity: 1;
}

.services-card-icon img {
    width: 100px;
    height: 100px;
    /* margin-bottom: 6rem; */
    object-fit: contain;
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
    filter: drop-shadow(0 0 0px #fff0);
    position: absolute;
    top: 6rem;
}

/* .services-card:hover .services-card-icon img {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px #fff8);
} */

.services-card-label {
    /* padding: 34px 16px 34px; */
    background: #0e1015;
    text-align: center;
    bottom: 0;
    display: flex;
    position: absolute;
    width: 100%;
    height: 96px;
    align-items: center;
    justify-content: center;
}

.services-card-label span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--text);
    line-height: 1.4;
}

@media (max-width: 1020px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* ── SHARED SECTION HEADERS ── */
.services-header,
.certification-header,
.organization-header {
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeUp 0.7s ease 0.1s forwards;
}

.services-header {
    padding-top: 66px;
}

.certification-header {
    padding-top: 66px;
    text-align: left;
}

.organization-header {
    padding-top: 66px;
}

.services-header h2,
.certification-header h2 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.services-header h2 {
    color: var(--text-dark);
}
.certification-header h2 {
    color: var(--white);
}
.organization-header h2 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    color: var(--text-dark);
}

.services-header p,
.certification-header p,
.organization-header p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.services-header p {
    color: var(--text-muted);
}
.certification-header p {
    color: var(--text-dim);
    max-width: none;
    margin: 0;
}
.organization-header p {
    color: #000;
}

/* ── HERO ── */
.service-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 380px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.service-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-hero-image img {
    width: min(320px, 100%);
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 0;
    transform: scale(0.9);
    animation: imgReveal 0.8s ease 0.2s forwards;
}

.service-hero-content {
    opacity: 0;
    transform: translateX(20px);
    animation: slideIn 0.7s ease 0.3s forwards;
}

.service-hero-content h1 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    color: var(--white);
}

.service-hero-content .tagline {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-dim);
    margin-bottom: 20px;
    line-height: 1.5;
}

.service-hero-content p {
    font-size: 18px;
    color: var(--text-dim);
    line-height: 1.75;
    font-weight: 300;
}

/* ── SECTIONS ── */
.services {
    background: #f5f5f5;
    color: var(--text-dark);
    padding-bottom: 4rem;
    border-radius: 12px;
}

.certification {
    background-image: linear-gradient(to bottom, #000, #000 47%);
        padding-bottom: 50px;
}

/* ── ACCORDION ── */
.service-accordion {
    display: flex;
    flex-direction: column;
    gap: 17px;
    overflow-anchor: none;
}

.service-accordion-item {
    opacity: 0;
    animation: fadeUp 0.5s ease forwards;
    background-color: var(--dark-bg);
    border-radius: 8px;
    border: solid 1px var(--dark-border);
}

.service-accordion-item:nth-child(1) {
    animation-delay: 0.6s;
}
.service-accordion-item:nth-child(2) {
    animation-delay: 0.7s;
}
.service-accordion-item:nth-child(3) {
    animation-delay: 0.8s;
}
.service-accordion-item:nth-child(4) {
    animation-delay: 0.9s;
}
.service-accordion-item:nth-child(5) {
    animation-delay: 1s;
}
.service-accordion-item:nth-child(6) {
    animation-delay: 1.1s;
}

.service-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 20px 30px;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.service-accordion-header span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--white);
    max-width: 85%;
}

.service-accordion-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(45deg);
    margin-left: 10px;
    flex-shrink: 0;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-accordion-item.open .service-accordion-icon {
    transform: rotate(-135deg);
}

.service-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.service-accordion-item.open .service-accordion-body {
    max-height: 20000px;
}

.service-accordion-body-inner {
    padding-bottom: 20px;
    padding-top:12px;
    border-top: 1px solid #d8d7d7;
}

.service-accordion-body p {
    font-size: 18px;
    color: var(--text-dim);
    padding: 0 40px;
    line-height: 1.8;
    font-weight: 300;
}

/* ── CERTIFICATION ── */
.certification-section {
    width: 100%;
    max-width: 1100px;
    padding: 80px 60px;
}

.certification-body,
.organization-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.certification-content {
    opacity: 0;
    animation: fadeUp 0.7s ease 0.3s forwards;
}

.certification-reg-group,
.organization-reg-group {
    margin-bottom: 28px;
}

.certification-reg-group h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dim);
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.certification-reg-group ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 0;
}

.certification-reg-group ul li {
    font-size: 18px;
    color: var(--text-dim);
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.certification-reg-group ul li::before {
    content: "o";
    color: var(--text-dim);
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 1px;
}

.certification-iso-box p {
    margin: 28px 0;
    font-size: 18px;
    color: var(--text-dim);
    font-weight: 300;
    line-height: 1.75;
}

.certification-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
    margin: 28px 0;
}

.certification-visual {
    opacity: 0;
    animation: certFadeIn 0.9s ease 0.5s forwards;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-visual img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    filter: brightness(0.95) saturate(1.1);
}

/* ── ORGANIZATION ── */
.organization-reg-group h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.organization-reg-group p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
}

/* ── KEYFRAMES ── */
@keyframes imgReveal {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes certFadeIn {
    from {
        opacity: 0;
        transform: scale(0.97);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .certification-body,
    .organization-body {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .certification-visual {
        order: -1;
    }

    .certification-section {
        padding: 50px 24px;
    }

    .organization-header {
        padding-top: 0;
    }
}

@media (max-width: 700px) {
    .service-hero {
        grid-template-columns: 1fr;
        padding: 40px 0;
        gap: 0;
    }

    .service-hero-content {
        display: contents;
    }

    .service-hero-image {
        justify-content: center;
        order: 3;
        margin: 2rem 0;
    }

    .service-hero-image img {
        width: 140px;
        height: 140px;
    }

    .service-hero-content .tagline {
        order: 2;
        text-align: center;
    }
    .service-hero-content p:not(.tagline) {
        order: 4;
    }
    .service-hero-content h1 {
        order: 1;
        text-align: center;
    }

    .services {
        padding: 40px 0;
    }

    .services-header {
        padding-top: 0;
    }

    .service-accordion-body p {
        padding: 0 15px;
    }
    .service-accordion-header {
        padding: 15px;
    }
}

/* 404 */
.glow-bg {
    width: 500px;
    height: 120px;
    background: radial-gradient(
        ellipse at center,
        rgba(37, 99, 235, 0.12) 0%,
        transparent 70%
    );
    transform: translate(-50%, -60%);
    pointer-events: none;
}

/* ── 404 Glitch ── */
.error-code {
    font-family: "Share Tech Mono", monospace;
    font-size: clamp(90px, 18vw, 160px);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    position: relative;
    color: var(--white);
    animation: flicker 6s infinite;
}

.error-code::before,
.error-code::after {
    content: "404";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error-code::before {
    color: var(--glitch-r);
    animation: glitch-r 3.5s infinite;
    clip-path: polygon(0 20%, 100% 20%, 100% 40%, 0 40%);
}

.error-code::after {
    color: var(--glitch-b);
    animation: glitch-b 3.5s infinite;
    clip-path: polygon(0 55%, 100% 55%, 100% 75%, 0 75%);
}

/* Horizontal slice lines across the 404 */
.error-code .slice {
    position: absolute;
    left: -4px;
    right: -4px;
    height: 3px;
    background: rgba(255, 255, 255, 0.07);
    animation: sliceMove 4s ease-in-out infinite;
}

.error-code .slice:nth-child(1) {
    top: 25%;
    animation-delay: 0s;
}
.error-code .slice:nth-child(2) {
    top: 55%;
    animation-delay: 1.2s;
}
.error-code .slice:nth-child(3) {
    top: 78%;
    animation-delay: 2.4s;
}

/* ── Text ── */
.error-content {
    text-align: center;
    margin-top: 28px;
    animation: fadeUp 0.8s ease 0.4s both;
}

.error-content h1 {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
    color: var(--white);
}

.error-content p {
    font-size: clamp(13px, 2vw, 15px);
    color: var(--muted);
    font-weight: 300;
    max-width: 380px;
    line-height: 1.6;
}

/* ── Button ── */
.error-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    padding: 13px 28px;
    margin-bottom: 66px;
    background: #185cf7;
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition:
        background 0.2s ease,
        transform 0.15s ease,
        box-shadow 0.2s ease;
    animation: fadeUp 0.8s ease 0.7s both;
}

.error-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255, 255, 255, 0.15) 50%,
        transparent 70%
    );
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.error-btn:hover::before {
    transform: translateX(100%);
}
.error-btn:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    border: 1px solid #185cf7;
}

.error-btn:active {
    transform: translateY(0);
}

.error-btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* ── Noise particles ── */
.error-particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.error-particle {
    position: absolute;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: drift linear infinite;
}

/* ── Keyframes ── */
@keyframes glitch-r {
    0%,
    90%,
    100% {
        transform: translate(0);
        opacity: 0;
    }
    92% {
        transform: translate(-3px, 1px);
        opacity: 0.8;
    }
    94% {
        transform: translate(3px, -1px);
        opacity: 0.8;
    }
    96% {
        transform: translate(-2px, 2px);
        opacity: 0.6;
    }
    98% {
        transform: translate(0);
        opacity: 0;
    }
}

@keyframes glitch-b {
    0%,
    85%,
    100% {
        transform: translate(0);
        opacity: 0;
    }
    87% {
        transform: translate(3px, -2px);
        opacity: 0.8;
    }
    89% {
        transform: translate(-3px, 1px);
        opacity: 0.8;
    }
    91% {
        transform: translate(2px, 0);
        opacity: 0.5;
    }
    93% {
        transform: translate(0);
        opacity: 0;
    }
}

@keyframes flicker {
    0%,
    97%,
    100% {
        opacity: 1;
    }
    97.5% {
        opacity: 0.6;
    }
    98% {
        opacity: 1;
    }
    98.5% {
        opacity: 0.3;
    }
    99% {
        opacity: 1;
    }
}

@keyframes sliceMove {
    0%,
    100% {
        opacity: 0;
        transform: scaleX(0);
    }
    40% {
        opacity: 1;
        transform: scaleX(1);
    }
    60% {
        opacity: 0.3;
        transform: scaleX(0.6);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes drift {
    from {
        transform: translateY(110vh) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0.5;
    }
    to {
        transform: translateY(-10vh) translateX(30px);
        opacity: 0;
    }
}

.error-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Careers */

.careers-body {
    position: relative;
}

.careers-body h3 {
    font-size: 18px;
    font-weight: lighter;
    color: var(--white);
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
}

.careers-body h3::before {
    content: "";
    position: absolute;
    left: -24px; /* 🔥 moves it outside */
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: transparent;
}

.careers-body h3.active {
    font-weight: bold;
}

.careers-body h3.active::before {
    background: #2f6bff;
}
.careers-content {
    opacity: 0;
    animation: fadeUp 0.7s ease 0.3s forwards;
}

.careers-content {
    padding: 80px 50px;
}
.careers-content-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-dim);
}
.careers-visual p {
    color: var(--text-dim);
}
.careers-visual,
.careers-visual h5,
.careers-visual p,
.careers-visual #careerImage {
    transition:
        opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.careers-visual.is-animating,
.careers-visual.is-animating h5,
.careers-visual.is-animating p,
.careers-visual.is-animating #careerImage {
    opacity: 0;
    transform: translateX(12px);
}
.careers-image-container {
    width: 100%;
    height: 384px;
    overflow: hidden;
    border-radius: 12px;
}
.careers-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.careers-hero-text {
    text-align: left;
    color: #fff;
    max-width: 780px;
}
.careers-hero-text p strong {
    color: #fff;
    font-weight: 300;
}

@media (max-width: 768px) {
    .careers-content {
        padding: 0;
    }
    .careers-image-container {
        width: 100%;
        height: 210px;
        overflow: hidden;
        border-radius: 12px;
    }
}

/* ── Careers page animations ── */
@keyframes careerHeroFadeDown {
    from { opacity: 0; transform: translateY(-26px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes careerSlideLeft {
    from { opacity: 0; transform: translateX(-36px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes careerSlideRight {
    from { opacity: 0; transform: translateX(36px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes careerFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes activeDotPulse {
    0%   { box-shadow: 0 0 0 0   rgba(47, 107, 255, 0.6); }
    60%  { box-shadow: 0 0 0 8px rgba(47, 107, 255, 0);   }
    100% { box-shadow: 0 0 0 0   rgba(47, 107, 255, 0);   }
}
@keyframes careerImageKenBurns {
    from { transform: scale(1.07); }
    to   { transform: scale(1);    }
}

/* Hero heading + description */
.about-us-hero h1 {
    animation: careerHeroFadeDown 0.7s ease both;
}
.about-us-hero p {
    animation: careerFadeUp 0.7s ease 0.15s both;
}

/* Hero grid: image slides from left, text from right */
.careers-image-container {
    animation: careerSlideLeft 0.75s ease 0.2s both;
}
.careers-hero-image {
    animation: careerImageKenBurns 1.3s ease both;
    transition: transform 0.5s ease;
}
.careers-image-container:hover .careers-hero-image {
    transform: scale(1.04);
}
.careers-hero-text {
    animation: careerSlideRight 0.75s ease 0.3s both;
}

/* Section title + description fade up */
.careers-content h2 {
    animation: careerFadeUp 0.65s ease 0.1s both;
}
.careers-content-text {
    animation: careerFadeUp 0.65s ease 0.22s both;
}

/* Career list — staggered slide from left */
.careers-body h3 {
    animation: careerSlideLeft 0.5s ease both;
    transition: color 0.2s ease, transform 0.2s ease;
}
.careers-body h3:nth-child(1)   { animation-delay: 0.05s; }
.careers-body h3:nth-child(2)   { animation-delay: 0.13s; }
.careers-body h3:nth-child(3)   { animation-delay: 0.21s; }
.careers-body h3:nth-child(4)   { animation-delay: 0.29s; }
.careers-body h3:nth-child(5)   { animation-delay: 0.37s; }
.careers-body h3:nth-child(6)   { animation-delay: 0.45s; }
.careers-body h3:nth-child(n+7) { animation-delay: 0.53s; }

.careers-body h3:not(.active):hover {
    color: #7fa8ff;
    transform: translateX(5px);
}

/* Active dot — continuous pulse glow */
.careers-body h3.active::before {
    animation: activeDotPulse 1.8s ease infinite;
}

/* Visual panel slides from right */
.careers-visual {
    animation: careerSlideRight 0.75s ease 0.25s both;
}

/* CTA button hover lift */
.content-image .btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.content-image .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(47, 107, 255, 0.35);
    opacity: 0.88;
}
