:root{
    --yellow-color:#ffd67e;
    --green-color:#036353;
    --white-color:#ffffff;
    --black-color:#000000;
}
body {
    font-family: "Elms Sans", sans-serif;
    font-style: normal;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}



.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h3,
h4,
h5,
h6 {
   font-family: "Elms Sans", sans-serif;
       line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}

h2 {
      font-family: "Meie Script", cursive;
}
p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0px;
    padding: 0;
    word-break: break-word;
}
ul li{
    font-size: 20px;
}
img {
    max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

input::placeholder {
    color: #B8B8B8;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.elitein-top-bottom-space{
    padding: 100px;
}
/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #000000;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(255, 214, 126);
    width: 5px;
}
/* image hover */
.elitein-image-hover-box{
    position: relative;
    overflow: hidden;
}
.elitein-image-hover-box:before{
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 40%) 100%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.elitein-image-hover-box:hover:before{
        background: rgb(0 0 0 / 36%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 40%) 100%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.elitein-image-hover-box:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    width: 150%;
    height: 0%;
    transform: rotate(10deg) translate(-30px, 80px);
}
.elitein-image-hover-box:hover:after{
       height: 100%;
    opacity: 0;
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/* common btn css */
.elitein-btn {
    background-color: #ffd67e;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    height: 70px;
    border-radius: 50px;
    transition: all 0.5s;
    text-transform: capitalize;
    color: var(--black-color);
    padding: 20px 30px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
        z-index: 1;
}
.elitein-btn:hover{
    transform: translateX(10px);
}
/* ========== preloader css start ===========*/
/* ===== Preloader ===== */
.pg-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green-color);
    will-change: transform;
    overflow: hidden;
}

.pg-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.pg-loader-logo {
    width: 90px;
    height: auto;
    opacity: 0;
    filter: brightness(0) invert(1);
}

.pg-loader-tagline {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    opacity: 0;
    margin: 14px 0 0;
    font-weight: 400;
    font-family: inherit;
}

.pg-loader-bar-track {
    width: 160px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 28px;
    overflow: hidden;
    opacity: 0;
    border-radius: 1px;
}

.pg-loader-bar-fill {
    width: 0%;
    height: 100%;
    background: var(--yellow-color);
    transform-origin: left center;
    border-radius: 1px;
}

body.intro-active {
    overflow: hidden;
}

/* Keep hero video hidden and stable during intro */
body.intro-active .video-container {
    opacity: 0;
    transform: scale(1.05);
    transform-origin: center center;
    transition: none;
}

body.intro-active .blur-overlay {
    opacity: 0.55;
}

body.intro-active #videoSoundBtn {
    opacity: 0;
    transform: scale(0.6);
}

body.elitein-modal-open {
    overflow: hidden;
}

/* ========== contact modal (liquid glass) ========== */
.elitein-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.elitein-contact-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.elitein-contact-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 99, 83, 0.22);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(18px) saturate(160%);
    cursor: pointer;
}

.elitein-contact-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 32px 28px 28px;
    border-radius: 28px;
    color: #0a1a18;
    isolation: isolate;
    transform: scale(0.94) translateY(12px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 -1px 0 rgba(0, 0, 0, 0.06) inset;
}

.elitein-contact-modal.is-open .elitein-contact-modal__dialog {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.elitein-contact-modal__dialog::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0.65) 0%,
        rgba(255, 214, 126, 0.35) 22%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(3, 99, 83, 0.25) 72%,
        rgba(255, 255, 255, 0.4) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    filter: blur(0.3px);
}

.elitein-contact-modal__dialog::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(28px) saturate(140%);
    backdrop-filter: blur(28px) saturate(140%);
    z-index: -2;
}

.elitein-contact-modal__inner {
    position: relative;
    z-index: 1;
    padding: 4px 0 0;
}

.elitein-contact-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    color: #0a1a18;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.2s ease;
    z-index: 2;
}

.elitein-contact-modal__close:hover {
    background: rgba(255, 214, 126, 0.55);
    transform: rotate(90deg);
}

.elitein-contact-modal__title {
    font-size: 26px;
    font-weight: 600;
    color: #036353;
    margin: 0 40px 8px 0;
    letter-spacing: -0.02em;
}

.elitein-contact-modal__lead {
    font-size: 15px;
    color: rgba(10, 26, 24, 0.72);
    margin: 0 0 22px;
    line-height: 1.5;
}

.elitein-contact-modal__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.elitein-contact-modal__input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-size: 15px;
    color: #0a1a18;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.elitein-contact-modal__input::placeholder {
    color: rgba(10, 26, 24, 0.45);
}

.elitein-contact-modal__input:focus {
    border-color: rgba(3, 99, 83, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 214, 126, 0.35);
}

.elitein-contact-modal__submit {
    margin-top: 8px;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffd67e 0%, #f5c86a 100%);
    color: #0a1a18;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.elitein-contact-modal__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(3, 99, 83, 0.2);
}

@media (max-width: 480px) {
    .elitein-contact-modal__dialog {
        padding: 26px 20px 22px;
        border-radius: 22px;
    }

    .elitein-contact-modal__title {
        font-size: 22px;
    }
}

/*=========== header css start ============*/
/* Liquid glass — translucent + blur (see -webkit- for Safari) */
.elitein-header-wrapper {
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
    padding: 30px 40px;
    transition: background 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, backdrop-filter 0.45s ease;
    /* Frosted layer */
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(255, 255, 255, 0.05) 45%,
        rgba(2, 18, 15, 0.22) 100%
    );
    border-bottom: none;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(22px) saturate(185%);
    -webkit-backdrop-filter: blur(22px) saturate(185%);
}
.elitein-header-wrapper.scrolled {
    position: relative;
    top: 0;
}
/* After scroll: slightly more tint, still glass — not solid */
body.scrolled #headerId {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(3, 50, 44, 0.52) 100%
    );
    border-bottom: none;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(28px) saturate(200%);
    -webkit-backdrop-filter: blur(28px) saturate(200%);
}
.elitein-head-logo {
    max-width: 110px;
}
.elitein-header-transparent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
body.footer-reached .elitein-header-wrapper {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.elitein-header-wrapper.hidden {
    transform: translateY(-200%);
}

.elitein-header-wrapper.hidden .website-logo-img.scroll {
    opacity: 1;
}

.elitein-header-wrapper.hidden .website-menu-main:not(.mobilemenu) .web-menu-link:not(:hover) {
    color: #046353;
}

.elitein-header-wrapper.hidden .website-btn-link {
    color: #046353;
}

.elitein-header-wrapper.fixed {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(2, 22, 18, 0.45) 100%
    );
    border-bottom: none;
    backdrop-filter: blur(24px) saturate(190%);
    -webkit-backdrop-filter: blur(24px) saturate(190%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.elitein-header-overlay {
    display: none;
}

ul.elitein-menu-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    gap: clamp(12px, 1.75vw, 48px);
    max-width: 100%;
}
ul.elitein-menu-ul li{
    transition: all 0.5s;
}
ul.elitein-menu-ul li a {
    color: var(--white-color);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.5s;
}
ul.elitein-menu-ul li:hover a{
    letter-spacing: 1px;
}

/* Wide header: reserve space between logo & CTA so every nav link (Gallery, Career…) stays reachable */
@media (min-width: 1201px) {
    .elitein-menu-wrap {
        min-width: 0;
        flex: 1 1 auto;
        justify-content: center;
        padding-inline: clamp(8px, 1.5vw, 28px);
    }
    ul.elitein-menu-ul {
        gap: clamp(12px, 1.65vw, 56px);
        justify-content: center;
    }
    ul.elitein-menu-ul li a {
        font-size: clamp(14px, 1.05vw, 20px);
    }
}
.elitein-let-talk a {
    color: #ffd67e;
    font-size: 18px;
    
}

/* ====== video css start ===========*/
.elitein-video-wrapper {
    position: relative;
    overflow: hidden;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blur-overlay {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 530px;
    background-image: url(../images/overlay-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

/* Sound toggle button — liquid glass */
.video-sound-btn {
    position: absolute;
    bottom: 28px;
    right: 28px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(24px) saturate(200%) brightness(1.15);
    -webkit-backdrop-filter: blur(24px) saturate(200%) brightness(1.15);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.22),
        inset 0 1.5px 0 rgba(255, 255, 255, 0.45),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    outline: none;
    padding: 0;
}
.video-sound-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.1);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.28),
        inset 0 1.5px 0 rgba(255, 255, 255, 0.55),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}
.video-sound-btn:active {
    transform: scale(0.95);
}
.video-sound-btn svg {
    width: 22px;
    height: 22px;
    color: #ffffff;
    stroke: #ffffff;
    flex-shrink: 0;
}
.video-sound-btn .icon-sound-off {
    display: none;
}
.video-sound-btn.is-muted .icon-sound-on {
    display: none;
}
.video-sound-btn.is-muted .icon-sound-off {
    display: block;
}
/*  */
.elitein-branding-description {
    background-color: var(--green-color);
    padding: 100px 160px 28px;
    text-align: center;
}
.elitein-branding-head {
    max-width: 700px;
    margin: 0 auto 40px;
}
.elitein-branding-head h1 {
    color: var(--white-color);
    font-weight: 500;
    font-size: 45px;
    margin: 0 0 50px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    text-align: center;
}
.elitein-branding-head h1 span {
    color: var(--yellow-color);
    font-family: "Meie Script", cursive;
}
.elitein-branding-head p {
    color: var(--white-color);
    width: 100%;
    font-size: 16px;
    line-height: 2.4;
    margin: 0 0 30px;
    padding: 0;
    opacity: 0.85;
    text-align: left;
}
.elitein-branding-head p:last-child {
    margin-bottom: 0;
}
.elitein-branding-head p span {
    color: var(--yellow-color);
}
.elitein-one-roof {
    padding: 0;
    text-align: left;
}
.elitein-one-roof h2 {
    color: var(--yellow-color);
    font-size: clamp(50px, 7.5vw, 96px);
    padding: 0;
    margin: 0 0 32px;
    line-height: 1.05;
    font-family: "Meie Script", cursive;
    font-weight: 400;
}
.elitein-one-roof p {
    font-size: 45px;
    position: relative;
    color: var(--yellow-color);
    padding: 60px 0 0px 0px;
    text-align: center;
}
/* .elitein-one-roof p:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -60px;
    background-image: url(../images/white-border.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    left: auto;
    background-position: right;
} */


.elitein-logo-group-wrapper {
    background-color: var(--green-color);
    padding: 32px 160px 70px;
}
.elitein-logo-group-wrapper .elitein-one-roof {
    display: none;
}
.elitein-logo-group-wrapper .hb-slide-inner img {
    width: 100%;
    max-width: 100%;
    display: block;
}
/*=========== From Consultation to Execution section css start ==========*/
.elitein-secton2-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #eef0f2;
    padding: 100px;
}

.elitein-sec2-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

.elitein-sec2-left {
    flex: 0 0 44%;
    position: sticky;
    top: 100px;
}

.elitein-sec2-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.elitein-heading h1 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green-color);
    margin: 0 0 24px;
    position: relative;
    padding-left: 36px;
}

.elitein-heading h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 1.5px;
    background: var(--green-color);
}

.elitein-heading h2 {
    font-size: clamp(48px, 6vw, 74px);
    font-family: "Meie Script", cursive;
    color: #1a1a1a;
    line-height: 1.1;
    font-weight: 400;
    padding: 0;
    left: 0;
    position: relative;
}

.elitein-sec2-lead {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.0;
    color: #222;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 28px;
}

.elitein-sec2-body {
    font-size: 16px;
    line-height: 2.1;
    color: #555;
    margin: 0;
}

.elitein-secton2-wrapper .elitein-all-btn {
    padding: 0;
}

.elitein-secton2-wrapper .elitein-btn {
    height: 46px;
    font-size: 14px;
    padding: 0 28px;
    border-radius: 50px;
}

/* ========= section3 css start ==================*/
.elitein-section3-wrapper {
    background-color: #036353;
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.elitein-sec3-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 15px;
}

.elitein-sec3-text h1 {
    font-size: 75px;
    font-weight: 500;
    color: var(--white-color);
}
.elitein-sec3-text h1 span{
    font-family: "Meie Script", cursive;
    color: var(--yellow-color);
    font-weight: 300;
    }
.elitein-sec3-circle img {
    width: 20px;
    height: 20px;
}
/* ========= section4 css start ==================*/


.elitein-sec4-head1>h1 {
    font-size: 40px;
    width: 1370px;
    font-weight: 500;
}

.elitein-sec4-slider {
    border-left: 3px solid #ffd67e;
    /* padding: 0px 180px; */
}
.elitein-sec4-slider-head {
    padding: 0px 0px 0px 70px;
}

.elitein-sec4-slider-head>h1 {
    font-size: 50px;
    text-decoration: underline;
    margin: 120px 0px 50px;
    font-weight: 800;
}

.elitein-sec4-slider-head p {
    font-weight: 600;
    max-width: 830px;
    padding: 0px 0px 20px;
}

.elitein-sec4-flex {
    display: flex;
    /* justify-content: space-between; */
    padding: 30px 0px 0;
}

.elitein-sec4-left {
    padding: 0px 0px 0px 70px;
}

.elitein-sec4-left ul li {
    
}

.elitein-sec4-left ul li {
    transition: all 0.5s;
    position: relative;
    font-weight: 600;
    padding: 0px 0px 30px 30px;
}
.elitein-sec4-left ul li:hover{
    transform: translateX(10px);
}
.elitein-sec4-left ul li span {
    margin: 0px 20px 0px 0px;
    position: absolute;
    top: -2px;
    left: 0px;
}

.elitein-sec4-right {
    padding: 0px 0 0px 200px;
}
.elitein-sec4-right img {
    width: 100%;
    height: 400px;
}
.elitein-sec4Slider-wrap .swiper-pagination {
    text-align: left;
    padding: 0px 0px 0px 70px;
}
.elitein-sec4Slider-wrap .swiper-pagination span.swiper-pagination-bullet {
    background-color: var(--green-color);
    width: 10px;
    height: 10px;
}

/* ── Full-screen service cards (section 4) ── */
.elitein-section4-wrapper {
    overflow: hidden;
    padding: 0;
    /* Base + soft fade at bottom into Case Studies (#080e0c) to avoid a hard seam */
    background-color: #021a15;
    background-image: linear-gradient(
        to bottom,
        rgba(8, 14, 12, 0) 0%,
        #080e0c 100%
    );
    background-size: 100% 140px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.elitein-fullscreen-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.elitein-fs-card {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: flex-start;
    padding: 48px 40px;
    transition: transform 0.35s ease, filter 0.35s ease;
    overflow: hidden;
    cursor: default;
}

.elitein-fs-card:hover {
    transform: translateY(-6px);
    filter: brightness(1.18);
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.elitein-fs-card:nth-child(1) { background-color: #0C5840; }
.elitein-fs-card:nth-child(2) { background-color: #0B6E52; }
.elitein-fs-card:nth-child(3) { background-color: #0A7A5C; }
.elitein-fs-card:nth-child(4) { background-color: #098666; }
.elitein-fs-card:nth-child(5) { background-color: #087860; }
.elitein-fs-card:nth-child(6) { background-color: #077060; }

.fs-card-content {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fs-card-content .card-number {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.32em;
    color: var(--yellow-color);
    text-transform: uppercase;
}

.fs-card-content h3 {
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    opacity: 1 !important;
    transform: none !important;
    letter-spacing: 0.04em;
}

.fs-card-content p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.fs-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fs-card-content ul li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.fs-card-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--yellow-color);
    font-size: 13px;
    top: 1px;
}

.fs-card-content .elitein-btn {
    align-self: flex-start;
    margin-top: 6px;
}

.fs-card-groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fs-card-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fs-group-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--yellow-color);
}

.fs-card-group ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fs-card-group ul li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}

.fs-card-group ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--yellow-color);
    font-size: 11px;
    top: 1px;
}

/* ========= section5 css start ==================*/

.elitein-section5-wrapper {
    background-repeat: no-repeat;
    background-image: url(../images/section5-bg.png);
    background-size: cover;
    padding: 100px 0 0;
}

.slitein-sec5-text-slider .elitein-sec3-text h1 {
    color: #212121;
}
.elitein-section5-wrapper .elitein-sec3-text h1 span {
    color: var(--green-color);
}
.elitein-section5-wrapper .elitein-sec3-flex {
    padding: 0px 120px 100px;
}

.elitein-sec5-inner .row .col-lg-4.col-md-12.col-sm-12 {
    padding: 0;
}
.elitein-sec5-inner .col-lg-4.col-md-6.col-sm-12 {
    padding: 0;
}
.elitein-sec5-inner .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.elitein-sec5-box h1 {
    font-weight: bold;
    font-size: 45px;
    padding: 20px 100px;
    background-color: var(--green-color);
    color: var(--white-color);
}

.elitein-sec5-box ul li {
    position: relative;
    padding: 30px 160px;
    color: var(--white-color);
    transition: all 0.5s;
}
.elitein-sec5-box ul li:nth-child(1){
    background-color: #036e5c;
}
.elitein-sec5-box ul li:nth-child(2){
    background-color: #037865;
}
.elitein-sec5-box ul li:nth-child(3){
    background-color: #04806b;
}
.elitein-sec5-box ul li:nth-child(4){
    background-color: #04846f;
}
.elitein-sec5-box ul li:nth-child(5) {
    background-color: #038d76;
}
.elitein-sec5-box ul li:nth-child(6) {
    background-color: #038d76;
}
.elitein-sec5-box ul li:nth-child(7) {
    background-color: #05957d;
}
.elitein-sec5-box ul li:after {
    content: '';
    position: absolute;
    left: 120px;
    top: 37px;
    width: 12px;
    height: 12px;
    background-color: var(--yellow-color);
    border-radius: 50px;
}

.elitein-sec5-bottom-heading {
    position: relative;
    z-index: 0;
    background: var(--green-color);
    padding: 100px 100px 120px;
    margin-top: 0;
}

/* Fade into section 6 (same target as .elitein-section6-wrapper background) */
.elitein-sec5-bottom-heading::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(
        to bottom,
        rgba(8, 14, 12, 0) 0%,
        #080e0c 100%
    );
    pointer-events: none;
    z-index: 0;
}

.elitein-sec5-bottom-heading > img,
.elitein-sec5-bottom-heading h1 {
    position: relative;
    z-index: 1;
}

.elitein-sec5-bottom-heading > img {
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.elitein-sec5-bottom-heading h1 {
    padding-top: 40px;
    font-size: 45px;
    font-weight: 600;
    color: #f7faf9;
    letter-spacing: -0.01em;
}

/* ======== section6 css start ========*/
.elitein-section6-wrapper {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #080e0c;
}

/* shared teal glow at the top — mirrors cs-section's glow */
.elitein-section6-wrapper::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 500px;
    background: radial-gradient(ellipse at 50% 0%, rgba(3, 99, 83, 0.16) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.elitein-sec6-inner {
    position: relative;
    z-index: 1;
    /* Tight top; quote block gradient already blends into this section */
    padding: 48px 0 0;
}

.elitein-sec6-head h1 {
    font-size: 70px;
    padding: 0px 100px 40px;
    color: #ffffff;
    font-weight: 500;
}
.elitein-sec6-head h1 span{
    font-family: "Meie Script", cursive;
    color: #4ecba5;
}
/* step css start */
.elitein-timeline2 ul {
    display: flex;
}
.elitein-timeline2 ul li {
    width: 20%;
    text-align: center;
    padding: 120px 0px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.elitein-timeline2 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellow-color);
    z-index: -1;
    transform: scale(0);
}
.elitein-timeline2 ul li:hover{
    transform: translateY(10px);
}
.elitein-timeline2 ul li:hover:after{
    transform: scale(1);
}

.elitein-timeline2 ul li:nth-child(1){
    background-color: #035c4d;
}
.elitein-timeline2 ul li:nth-child(2){
    background-color: #036e5c;
}
.elitein-timeline2 ul li:nth-child(3){
    background-color: #037865;
}
.elitein-timeline2 ul li:nth-child(4){
    background-color: #04806b;
}
.elitein-timeline2 ul li:nth-child(5){
    background-color: #04846f;
}
.elitein-timeline2 ul li .elitein-step-content h3 {
    color: var(--white-color);
    text-transform: capitalize;
        font-size: 22px;
}
.elitein-timeline2 ul li:hover .elitein-step-content h3{
    color: var(--black-color);
}
.elitein-timeline2 ul li .elitein-step-content p {
    color: var(--white-color);
    padding: 20px 30px 0;
   display: none;
}
.elitein-timeline2 ul li:hover  .elitein-step-content p{
    display: block;
    color: var(--black-color);
}
/* ========= roadmap ========= */
.elitein-roadmap {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 0 80px;
    min-height: 540px;
}

.elitein-roadmap::before {
    content: '';
    position: absolute;
    top: 262px;
    left: 80px;
    right: 80px;
    height: 1px;
    background: linear-gradient(to right,
        transparent 0%,
        rgba(3,99,83,0.4) 4%,
        rgba(78,203,165,0.7) 10%,
        rgba(78,203,165,0.7) 90%,
        rgba(3,99,83,0.4) 96%,
        transparent 100%
    );
    box-shadow: 0 0 16px rgba(78,203,165,0.25), 0 0 6px rgba(78,203,165,0.15);
    transition: opacity 0.45s ease, filter 0.45s ease;
}

.elitein-roadmap.rm-hovered::before {
    opacity: 0.2;
    filter: blur(2px);
}

.rm-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.rm-step::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 28px;
    background: rgba(78,203,165,0.5);
    opacity: 1;
    transform: translateX(-50%);
}

.rm-step.rm-above::after {
    top: calc(230px - 28px);
}

.rm-step.rm-below::after {
    top: calc(230px + 64px);
}

.rm-text,
.rm-pad {
    height: 230px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    text-align: center;
}

.rm-step.rm-above .rm-text {
    justify-content: flex-end;
    padding-bottom: 28px;
}

.rm-step.rm-below .rm-text {
    justify-content: flex-start;
    padding-top: 28px;
}

.rm-node {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(78,203,165,0.14) 0%, rgba(3,99,83,0.08) 100%);
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
    border: 1.5px solid rgba(78,203,165,0.35);
    box-shadow:
        0 6px 28px rgba(3,99,83,0.35),
        0 0 0 4px rgba(78,203,165,0.06),
        0 1px 0 rgba(78,203,165,0.2) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.rm-step:hover .rm-node {
    transform: scale(1.12);
    box-shadow:
        0 10px 40px rgba(78,203,165,0.35),
        0 0 0 6px rgba(78,203,165,0.10),
        0 1px 0 rgba(78,203,165,0.3) inset;
    border-color: rgba(78,203,165,0.6);
}

.rm-node span {
    font-size: 16px;
    font-weight: 700;
    color: #4ecba5;
    letter-spacing: 0.08em;
    text-shadow: 0 0 10px rgba(78,203,165,0.5);
}

.rm-text {
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(78,203,165,0.07) 100%);
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    border: 1px solid rgba(78,203,165,0.32);
    border-radius: 14px;
    box-shadow:
        0 4px 24px rgba(0,0,0,0.4),
        0 0 18px rgba(78,203,165,0.12),
        0 0 40px rgba(78,203,165,0.07),
        0 1px 0 rgba(78,203,165,0.14) inset;
    padding: 28px 24px !important;
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rm-step:hover .rm-text {
    background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(78,203,165,0.12) 100%);
    box-shadow:
        0 8px 40px rgba(0,0,0,0.55),
        0 0 32px rgba(78,203,165,0.28),
        0 0 70px rgba(78,203,165,0.14),
        0 0 0 1px rgba(78,203,165,0.45);
    border-color: rgba(78,203,165,0.55);
}

.rm-text h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #4ecba5;
    margin: 0 0 12px;
    text-shadow: 0 0 14px rgba(78,203,165,0.4);
}

.rm-text p {
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    margin: 0;
}

/* ── Roadmap hover: non-hovered steps fade & blur ── */
.rm-step {
    transition: opacity 0.45s ease, filter 0.45s ease;
}

.elitein-roadmap.rm-hovered .rm-step {
    opacity: 0.25;
    filter: blur(3px);
}

.elitein-roadmap.rm-hovered .rm-step.rm-active {
    opacity: 1;
    filter: blur(0);
}

/*============ section7 css start =============*/
.elitein-section7-wrapper {
    padding: 60px 100px;
    background-color: #036353;
}

.elitein-sec7-box {
    margin-top: 0;
    transition: all 0.5s;
}
.elitein-sec7-box img{
 transition: all 0.5s;
}
.elitein-sec7-box:hover img{
    transform: translateY(-10px);
}
.elitein-section7-wrapper a.elitein-btn {
    max-width: 200px;
    margin: 80px auto 0;
}

.elitein-feedback h1 {
    display: flex;
    align-items: center;
    font-size: 70px;
    color: var(--white-color);
    font-weight: 500;
    padding: 80px 0px 90px;
    position: relative;
    margin: 0px 0px 100px;
    z-index: 1;
}
.elitein-feedback h1 span{
        font-family: "Meie Script", cursive;
}
.elitein-feedback h1:after {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    z-index: -1;
}

.elitein-feedback-box {
    background-color: var(--white-color);
    padding: 30px 30px;
    border-radius: 20px;
}

.elitein-feedback-profile>h1 {
    font-size: 20px;
}

.elitein-feedback-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.elitein-feedbox-para p {
  
    padding: 0px 0px 40px;
}

ul.elite-ul1 {
    display: flex;
    align-items: center;
    gap: 50px;
}

ul.elite-ul1>li {
    font-size: 14px;
    
    color: #3c5065;
}

ul.elite-ul1>li>span {
    color: #212121;
    font-weight: 600;
    padding: 0px 5px 0px 0px;
}

ul.elite-ul2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 0px;
}

ul.elite-ul2>li svg {
    width: 20px;
    height: 20px;
    fill: #3c5065;
}

.elitein-section7-wrapper .elitein-feedback-slider .swiper {
    padding: 0px 0px 80px;
}

.elitein-section7-wrapper .elitein-feedback-slider .swiper span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.elitein-section7-wrapper .elitein-feedback-slider .swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffd67e;
}

/* ========= Case Studies section =============*/
.cs-section {
    background: #080e0c;
    padding: 80px 80px 110px;
    overflow: hidden;
    position: relative;
    /* Overlap section 4 slightly to avoid a 1px seam between blocks */
    margin-top: -1px;
    padding-top: 81px;
}

.cs-bg-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1000px;
    height: 420px;
    /* Softer bloom; mask keeps the very top from flashing a hard edge */
    background: radial-gradient(ellipse 72% 58% at 50% 0%, rgba(3, 99, 83, 0.12) 0%, transparent 72%);
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 22%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 22%);
}

.cs-header {
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}

.cs-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #036353;
    margin-bottom: 14px;
}

.cs-title {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.cs-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.38);
    margin: 0;
    letter-spacing: 0.04em;
}

.cs-grid {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 36px;
    position: relative;
    z-index: 1;
}

.cs-card {
    flex: 0 0 auto;
    width: 300px;
    perspective: 1000px;
    cursor: pointer;
    opacity: 0;
}

.cs-card--mid {
    width: 340px;
    position: relative;
    bottom: 24px;
}

.cs-card-inner {
    transform-style: preserve-3d;
    transition: transform 0.12s linear;
    will-change: transform;
}

.cs-card-inner img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.65));
    transition: filter 0.35s ease;
    pointer-events: none;
    user-select: none;
}

.cs-card:hover .cs-card-inner img {
    filter: drop-shadow(0 36px 72px rgba(3, 99, 83, 0.45)) drop-shadow(0 0 40px rgba(3, 99, 83, 0.2));
}

.cs-cta {
    text-align: center;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    opacity: 0;
    display: flex;
    justify-content: center;
}

.cs-cta .elitein-btn {
    font-size: 14px;
    height: 46px;
    padding: 10px 24px;
    border-radius: 50px;
}

/* ========= contact css start ==============*/
.elitein-conatct-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    /* Feathers into the footer so the hard edge is softened */
    box-shadow: inset 0 -40px 48px -28px rgba(0, 0, 0, 0.35);
}

.elitein-contact-left {
    width: 50%;
    padding: 100px 120px;
    background-color: #f5f0e8;
    color: #1a1a1a;
}

.elitein-contact-left h1 {
    font-size: 70px;
    font-weight: 500;
    color: var(--green-color);
}

.elitein-contact-left p {
    font-weight: 500;
    padding: 30px 0px;
    color: #3d3d3d;
    max-width: 520px;
}

.elitein-contact-left a.elitein-btn {
    max-width: fit-content;
    padding: 0px 40px;
}

.elitein-contact-right {
    width: 50%;
    padding: 100px 120px;
    background-color: #ffd67e;
}

.elitein-contact-right h1 {
    font-size: 70px;
    font-weight: 500;
    padding: 0px 0px 50px;
    color: var(--green-color);
}

.elitein-contact-right input {
    display: block;
    width: 100%;
    margin: 0px 0px 20px;
    height: 60px;
    padding: 0px 20px;
    border-radius: 50px;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
}

.elitein-contact-right input::placeholder {
    font-size: 16px;
    color: #3c5065;
    font-weight: 300;
    
}

/* ============================================
   FOOTER  (ei-footer)
   ============================================ */
.ei-footer {
    background-color: #141414;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── Main 3-column grid ── */
.ei-footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.4fr;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 80px 60px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ── Column shared ── */
.ei-footer__col {
    padding: 0 40px 0 0;
}
.ei-footer__col:last-child {
    padding-right: 0;
}

/* ── Brand column ── */
.ei-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ei-footer__logo-link {
    display: inline-block;
    line-height: 0;
}

.ei-footer__logo-link img {
    height: 52px;
    width: auto;
    object-fit: contain;
}

.ei-footer__tagline {
    font-size: 15px !important;
    color: rgba(255,255,255,0.45);
    line-height: 1.7 !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0;
}

.ei-footer__copy {
    font-size: 13px !important;
    color: rgba(255,255,255,0.28);
    line-height: 1.7 !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0;
}

/* ── Column headings ── */
.ei-footer__col-title {
    font-family: "Elms Sans", sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #d4a84b;
    margin: 0 0 28px;
    padding: 0;
}

/* ── Nav links ── */
.ei-footer__links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ei-footer__links li a {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    transition: color 0.25s ease, letter-spacing 0.25s ease;
    position: relative;
    padding-left: 14px;
}

.ei-footer__links li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background: #d4a84b;
    transition: width 0.25s ease;
}

.ei-footer__links li a:hover {
    color: #ffffff;
    letter-spacing: 0.03em;
}

.ei-footer__links li a:hover::before {
    width: 9px;
}

/* ── Contact list ── */
.ei-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ei-footer__contact li {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ei-footer__contact-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d4a84b;
    line-height: 1;
}

.ei-footer__contact li a,
.ei-footer__contact li span:not(.ei-footer__contact-label) {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
    transition: color 0.25s ease;
}

.ei-footer__contact li a:hover {
    color: #ffffff;
}

/* ── Bottom bar ── */
.ei-footer__bar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ei-footer__bar span {
    font-size: 12px;
    color: rgba(255,255,255,0.22);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 400;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .ei-footer__inner {
        grid-template-columns: 1fr 1fr;
        padding: 50px 40px 44px;
        gap: 48px 0;
    }
    .ei-footer__brand {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px 48px;
    }
    .ei-footer__col {
        padding-right: 20px;
    }
    .ei-footer__bar {
        padding: 18px 40px;
    }
}

@media (max-width: 600px) {
    .ei-footer__inner {
        grid-template-columns: 1fr;
        padding: 40px 24px 36px;
        gap: 40px;
    }
    .ei-footer__brand {
        flex-direction: column;
    }
    .ei-footer__col {
        padding-right: 0;
    }
    .ei-footer__bar {
        padding: 16px 24px;
        text-align: center;
    }
}
/* ============= about section css start =================*/
.elitein-about-main-wrapper {
    padding:215px 50px 0px 90px;
    background-color: #036353;
}
.elitein-about-wrapper {
    padding: 150px 0px 0px;
}
.elitein-about-wrapper h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
}
.elitein-about-wrapper h3 {
    font-size: 50px;
    color: var(--yellow-color);
    padding: 20px 0px;
    font-family: "Meie Script", cursive;
    position: relative;
    left: -20px;
}
.elitein-about-wrapper img {
    padding: 0px 0px 50px;
}
.elitein-about-wrapper .elitein-about-para p {
    color: #ffffff;
    max-width: 600px;
    font-weight: 400;
    padding: 0px 0px 40px;
}
.elitein-about-img {
    padding: 0px 0px 0 80px;
    position: relative;
    top: 50px;
}
/*============== about2 section start ================*/
.elitein-about2-wrapper {
    padding: 60px 100px;
}
.elitein-about2-left {
    padding: 40px 0px 0px;
}
.elitein-about2-left p {
    font-weight: 500;
}
.elitein-about2-right {
    text-align: right;
}
.elitein-about2-right h1 {
    color: var(--green-color);
    font-size: 65px;
    font-weight: 600;
}
.elitein-about2-right h3 {
    font-size: 70px;
    font-weight: bold;
    font-family: "Meie Script", cursive;
    position: relative;
    top: -10px;
}
/* ========= about3 section css start =============*/
.elitein-our-edge-wrapper{
    background-color: var(--green-color);
}
.elitein-our-edge-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
}
.elitein-our-edge-head h1 {
    font-size: 60px;
    color: #ffffff;
        font-weight: 600;
}
.elitein-our-edge-head h3 {
    font-size:70px;
    font-family: "Meie Script", cursive;
    color: var(--yellow-color);
    padding: 0px 0px 0px 20px;
    position: relative;
}
.elitein-our-edge-head h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-image: url(../images/bottom-border.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.elitein-our-edge-wrapper .elitein-timeline2 ul li {
    padding: 120px 40px;
}
.elitein-our-edge-wrapper .elitein-timeline2 ul li .elitein-step-content p {
    padding: 20px 0px 0;
}
/* ============ about4 section css start ==============*/

/* ======about5 section css start ============*/

/* ======about6 section css start ============*/
.elitein-about6-wrapper{
    padding:100px 100px;
    background-color: var(--yellow-color);
}
.elitein-section6-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 60px;
}
.elitein-section6-head h1 {
    font-weight: 500;
    font-size: 70px;
    color: var(--green-color);
}
.elitein-section6-head h3 {
    font-family: "Meie Script", cursive;
    font-size: 80px;
    padding: 0px 0px 0px 15px;
       color: var(--green-color);
       position: relative;
}
.elitein-about-text-scrolling1 {
    padding: 0px 0px 70px;
}
.elitein-about-text-scrolling1 > h1 {
    font-size: 50px;
    font-weight: 500;
}
.elitein-about-text-scrolling1 > h1 > span {
    font-family: "Meie Script", cursive;
}

.elitein-about-text-scrolling1.active h1 > span {
    color: var(--green-color);
    font-weight: 600;
    
}
.elitein-about-text-scrolling1 p{
    font-weight: 500;
}
.elitein-about-text-scrolling1 p b {
    color: var(--green-color);
    font-weight: 800;
}
.elitein-about-textImage {
    position: relative;
}
.elitein-about-textImage img {
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
    border-radius: 10px;
}
/* ============ solution section css start ==============*/

.elitein-solution-wrapper {
    background-color: var(--green-color);
    padding: 200px 0px 0px 100px;
}
.row.desktop-none {
    display: none;
}
.elitein-solution-left h1 {
    color: var(--white-color);
    font-size: 60px;
    font-weight: 500;
}
.elitein-solution-left h2 {
    color: var(--yellow-color);
    font-size: 50px;
    padding: 25px 0px 30px;
}
.elitein-solution-left img{

}
.elitein-solution-left p {
    color: var(--white-color);
    font-weight: 200;
    
    padding: 60px 0px 50px 0px;
}
.elitein-solution-left h4 {
    font-size: 40px;
    font-weight: 600;
    color: var(--yellow-color);
    max-width: 680px;
  
}
.elitein-solution-left a.elitein-btn {
    max-width: fit-content;
    padding: 0px 40px;
    color: var(--black-color);
    margin: 100px 0px 0px 0px;
}
.elitein-solution-img {
    position: relative;
    top: 70px;
}
/*================== our service css start ============*/
.elitein-services-wrapper {
    padding: 140px 0px 120px;
}
.elitein-service-flex {
    display: flex;
    align-items: center;
    padding: 0px 100px 100px;
    justify-content: space-between;
}
.elitein-service-left > h1 {
    color: var(--green-color);
    font-size: 50px;
    font-weight: 700;
}
.elitein-service-left h1 span {
    font-family: "Meie Script", cursive;
}
.elitein-service-right h1 {
    font-size: 35px;
    font-weight: 700;
    color: var(--green-color);
}


.elitein-service-no ul li {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:30px 100px;
    font-size: 25px;
    font-weight: 600;
    color: var(--white-color);
}
.elitein-service-no ul span.elitein-service-span{
    
        font-size: 30px;
}
.elitein-service-no ul li:nth-child(1){
    background-color: #036353;
}
.elitein-service-no ul li:nth-child(2){
    background-color: #036e5c;
}
.elitein-service-no ul li:nth-child(3){
    background-color: #037865;
}
.elitein-service-no ul li:nth-child(4){
    background-color: #0e7e6b;
}
.elitein-service-no ul li:nth-child(5){
    background-color: #04846f;
}
.elitein-service-no ul li:nth-child(6){
    background-color: #048b74;
}
/* =========== solution section css start ==========*/
.elitein-solution-img-box img {
    width: 100%;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-left {
    width: 45%;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-right {
    width: 50%;
}

.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-left h1{
        color: var(--green-color);
    /* padding:0px 0px 0px 120px; */
    font-size: 50px;
    font-weight: 700;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-right p {
    /* padding-right: 60px; */
        font-weight: 400;
}

.elitein-solution-img-wrapper .col-lg-4.col-md-6.col-sm-12 {
    padding: 0;
}
.elitein-img-bottom {
    padding: 0;
}
.elitein-img-bottom h1 {
    color: var(--black-color);
    font-size: 40px;
    text-align: center;
    background-color: var(
    --yellow-color);
    padding: 40px 0px;
}
.elitein-solution-para {
    padding:50px 100px 60px;
}
.elitein-solution-para p {
    font-weight: 400;
    padding: 0px 150px 0px 0px;
}
.elitein-solution-para h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--green-color);
    padding: 50px 0px 60px;
}
.elite-focus-box ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 20px 50px;
}
.elite-focus-box ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    background-color: var(--yellow-color);
    border-radius: 50px;
}
.elitein-img-bottom.elitein-img-bottom1 h1{
    background-color: var(--green-color);
    color: var(--white-color);
}
/*================ focous area ============*/
.elitein-focus-area-wrapper{
    background-color: var(--yellow-color);
    padding: 60px 100px;
}
.elitein-focus-area-wrapper h1 {
    font-size: 35px;
    text-transform: capitalize;
    padding: 80px 0px 60px;
    font-weight: 600;
}
.elitein-focus-area-wrapper ul li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 20px 50px;
}
.elitein-focus-area-wrapper ul li:after{
        content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width:12px;
    height:12px;
    background-color: var(--green-color);
    border-radius: 50px;
}
.elitein-focus-area-wrapper.elitein-focus-area-wrapper1{
    background-color: #04806b;
}
.elitein-focus-area-wrapper.elitein-focus-area-wrapper1 p{
    color: var(--white-color);
}
.elitein-focus-area-wrapper.elitein-focus-area-wrapper1 h1{
     color: var(--white-color);
}
.elitein-focus-area-wrapper.elitein-focus-area-wrapper1 ul li{
    color: var(--white-color);
}
.elitein-focus-area-wrapper.elitein-focus-area-wrapper1 ul li:after{
    background-color: var(--yellow-color);
}
.elitein-focus-area-wrapper.elitein-white-wrapper1{
    background-color: #ffffff;
}
.elitein-focus-area-wrapper.elitein-white-wrapper1 p {
    padding: 0px 150px 40px 0px;
}
.elitein-focus-area-wrapper.elitein-white-wrapper1 ul li:after{
    background-color: var(--yellow-color);
}
.elitein-focus-area-wrapper.elitein-white-wrapper1 h1 {
    padding: 20px 0px 40px;
}









span.swiper-pagination-current {
    font-weight: bold;
    color: var(--green-color);
}

.pg-overlay.pg-sidebar-overlay.pg-toggle-btn {
    display: none;
}

.desktopnone{
    display: none;
}
/* ======== career page css start ============*/
.elitein-multi-disciplinary-wrapper {
    padding: 100px;
    background-color: var(--green-color);
}
.elitein-career-banner img {
    width: 100%;
}
.elitein-multi-disciplinary-wrapper h1{
       font-size: 70px;
    font-weight: 700;
    color: var(--white-color);
}
.elitein-multi-disciplinary-wrapper h2 {
    font-size: 70px;
    color: var(--yellow-color);
    padding: 20px 0px 10px;
    position: relative;
    left: -30px;
}
.elitein-multi-disciplinary-wrapper p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 22px;
    max-width: 680px;
    padding: 50px 0px 30px;
}
.elitein-multi-disciplinary-wrapper b {
    color: var(--white-color);
    font-size: 20px;
    padding: 0px 0px 40px;
        display: block;
}
.elitein-skill-wrapper {
    padding: 100px 100px 50px;
    background-color: var(--yellow-color);
}
.elitein-skill-wrapper > h1 {
    font-size: 45px;
    color: var(--green-color);
    font-weight: 600;
    text-align: center;
    padding: 0px 0px 60px;
}
.elitein-skill-wrapper h1 span {
    font-family: "Meie Script", cursive;
    position: relative;
    left: -20px;
}.elitein-skill-box {
    padding: 0px 0px 50px;
}
.elitein-skill-box h1 {
    font-size: 25px;
    font-weight: 600;
}
.elitein-skill-box p{

}
/* ============================== */











 .intro {
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 1rem;
            color: #fff
        }

        .intro h1 {
            font-size: clamp(2rem, 5vw, 4rem);
            font-weight: 700;
            letter-spacing: -0.03em;
            opacity: .9
        }

        .intro p {
            font-size: 1rem;
            color: #666;
            letter-spacing: .1em;
            text-transform: uppercase
        }

        .outro {
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.5rem;
            opacity: .5
        }

        .pin-wrap-sticky {
            height: 100vh;
            overflow: hidden;
            display: flex;
            align-items: center;
            position: sticky;
            top: 0
        }

        .pin-section {
            position: relative
        }

        .horizontal-scroll {
            display: flex;
            align-items: center;
            will-change: transform
        }

       .panel {
    min-width: 1920px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 4rem;
    position: relative;
    overflow: hidden;
}

       .panel-num {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    color: #fff;
}

        .panel-content {
            max-width: 520px;
            z-index: 1
        }

        .panel-tag {
            font-size: .7rem;
            letter-spacing: .2em;
            text-transform: uppercase;
            margin-bottom: 1rem;
            opacity: .5
        }

        .panel-title {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 700;
            letter-spacing: -0.02em;
            line-height: 1.1;
            margin-bottom: 1rem
        }

        .panel-body {
            /* font-size: 1rem;
            line-height: 1.7;
            opacity: .6;
            max-width: 500px */
        }

        .panel-bar {
            width: 48px;
            height: 3px;
            border-radius: 2px;
            margin-bottom: 1.5rem
        }

        .p1 {
            /* background: #0a0a0a;
            color: #f5f5f5 */
        }

        .p1 .panel-bar {
            /* background: #c084fc */
        }

        .p2 {
            /* background: #0d0d1a;
            color: #e8e8ff */
        }

        .p2 .panel-bar {
            background: #60a5fa
        }

        .p3 {
            /* background: #0a1410;
            color: #e8fff4 */
        }

        .p3 .panel-bar {
            background: #34d399
        }

        .p4 {
            /* background: #1a0d0d;
            color: #fff0f0 */
        }

        .p4 .panel-bar {
            background: #fb7185
        }

        .p5 {
            /* background: #0d0a00;
            color: #fffbeb */
        }

        .p5 .panel-bar {
            background: #fbbf24
        }

        /* Lateral Pin Indicator */
.pin-indicator {
    position: fixed;
    right: 32px;            /* 2rem */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;              /* .75rem */
    z-index: 100;
    opacity: 0;
    transition: opacity .3s;
}

.pin-indicator.visible {
    opacity: 1;
}

.pip {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    /* opacity: .2; */
    transition: all .4s cubic-bezier(.34, 1.56, .64, 1);
    cursor: pointer;
    position: relative;
}

.pip.active {
    opacity: 1;
    transform: scale(1.4);
}

.pip-label {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11.2px;      /* .7rem */
    letter-spacing: 1.6px;  /* .1em ≈ 1.6px (based on 16px font) */
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    color: #fff;
}

.pip:hover .pip-label {
    opacity: .7;
}

.progress-line {
    position: fixed;
    right: 36px;            /* 2.25rem */
    top: 0;
    width: 1px;
    background: #fff;
    opacity: 0;
    height: 100vh;
    z-index: 99;
    transition: opacity .3s;
}

.progress-fill {
    position: fixed;
    right: 36px;            /* 2.25rem */
    top: 0;
    width: 1px;
    background: #fff;
    opacity: 0;
    height: 100vh;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 99;
    transition: opacity .3s;
}
/* ====== media css start =========*/
@media(max-width:1800px){
    .elitein-heading h1 {
    font-size: 19px;
}
    .elitein-heading h1:after {
    width: 490px;
}
    .elitein-sec5-box ul li br{
        display: none;
    }
    .elitein-sec5-box ul li {
    padding: 0px 0px 0px 50px;
    height: 130px;
}
ul.elitein-sec5-box1 li:last-child {
    padding: 0px 0px 259px 50px;
} 
ul.elitein-sec5-box2 li:nth-child(7) {
    padding-bottom: 75px;
}
    .elitein-feedback h1 {
    font-size: 70px;
}
.elitein-sec5-box ul li:after {
    top: 18px;
    left: 20px;
}
.elitein-sec5-box ul li {
    font-size: 16px;
}
}
@media(max-width:1785px){
    .elitein-solution-img {
    top: 0;
}
.elitein-solution-wrapper {
    padding: 60px 0px 60px 100px;
}
}
@media(max-width:1500px){
    .elitein-about2-right h3 {
    font-size: 50px;
}
    .elitein-section6-wrapper {
    padding: 0;
}
    .elitein-sec7-box {
    margin-top: 0;
}
    img.border1none {
    display: none;
}
    .elitein-feedback h1 {
    font-size: 60px;
    display: block;
   
}
    .elitein-sec6-head h1 {
    font-size: 60px;
}
    .elitein-sec4-head1>h1 {
    font-size: 40px;
}
    .elitein-heading h1:after{
        display: none;
    }
    .elitein-sec3-text h1 {
    font-size: 60px;
}
    br {
    display: none;
}
    .elitein-sec5-box h1 {
    font-size: 30px;
}
    .elitein-header-wrapper {
    padding: 50px 30px;
}
    .elitein-solution-left h1 {
    font-size: 60px;
}
.elitein-solution-left h2 {
    font-size: 30px;
    padding: 20px 0px 20px;
}
.elitein-solution-left p {
    
    
    padding: 40px 0px 40px 0px;
}
.elitein-solution-left h4 {
    font-size: 30px;
}
.elitein-solution-img {
    top: unset;
    padding: 100px 0px 0px;
}
.elitein-service-flex{
    display: block;
}
.elitein-service-right {
    text-align: center;
    padding: 20px 0px 0px;
}
.elitein-service-left h2 {
    padding: 0;
    text-align: center;
}
.elitein-service-head > h1 {
    padding: 0 0 30px;
    text-align: center;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-left {
    width: 100%;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-right{
     width: 100%;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-left h1 {
    padding: 0 0 30px;
    text-align: center;
}
.elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-right p {
    padding: 0px 100px;
}
.elitein-solution-para p {
    
    
    font-weight: 300;
    padding: 40px 0px 0px;
}
.elitein-focus-area-wrapper p{
     font-size: 25px;
    
    font-weight: 300;
    padding: 40px 0px 0px;
}
.elitein-contact-left h1 {
    font-size: 50px;
}
.elitein-contact-left {
    padding: 100px 80px 100px 80px;
}
.elitein-contact-right{
     padding: 100px 80px 100px 80px;
}
.elitein-contact-right h1{
    font-size: 50px;
}
}
@media(max-width:1200px){
    .elitein-about3-head {
    display: block;
}
    .elitein-about2-right {
    text-align: left;
    padding: 30px 0px 0px;
}
    .elitein-about2-right h1 {
    font-size: 60px;
}
.elitein-about2-right h3 {
    font-size: 40px;
}
.elitein-about4-wrapper ul {
    background-size: 100% 100%;
}

.pg-overlay.pg-sidebar-overlay.pg-toggle-btn {
    display: block;
}
.elitein-section6-head h1 {
    font-size: 50px;
}
.elitein-section6-head h3 {
    font-size: 50px;
    font-weight: 800;
}
    .elitein-let-talk {
        position: absolute;
        right: 200px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
    }
    .elitein-let-talk a {
        font-size: clamp(12px, 2.75vw, 15px);
    }
    .elitein-sec6-head h1 {
    font-size: 50px;
}
    .elitein-timeline2 {
    width: 100%;
}
    .elitein-sec3-text h1 {
    font-size: 50px;
}
.row.responsive-none{
    display: none;
}
.row.desktop-none {
    display: block;
}
.elitein-solution-img {
    padding: 0;
    max-width: 1200px;
}
.elitein-solution-left {
    padding: 60px 100px 0px 0px;
}
.elitein-contact-left {
    padding: 50px 30px;
}
.elitein-contact-right {
    padding: 50px 30px;
}

.pg-overlay {
    position: fixed;
    background: rgb(0 0 0 / 21%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    cursor: zoom-in;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.menu-open .pg-sidebar-overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
ul.elitein-menu-ul {
    display: block;
    position: fixed;
    left: -300px;
    top: 0;
    background: linear-gradient(
        195deg,
        rgba(3, 99, 83, 0.94) 0%,
        rgba(2, 28, 24, 0.96) 45%,
        rgba(1, 14, 12, 0.97) 100%
    );
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        14px 0 56px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px) saturate(150%) brightness(0.98);
    -webkit-backdrop-filter: blur(20px) saturate(150%) brightness(0.98);
    height: 100vh;
    width: 300px;
    z-index: 999;
    transition: all 0.5s;
}
body.menu-open ul.elitein-menu-ul {
    left: 0;
}
ul.elitein-menu-ul li {
    padding: 30px 30px;
}
.fl-bhh-toggle {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.fl-menu-btn {
    margin-left: 20px;
    display: block;
    transform: scale(0.72);
    transform-origin: center center;
}
.fl-menu-btn span {
           display: block;
        width: 40px;
        height: 2px;
        margin-bottom: 9px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background: var(--yellow-color);
}
.fl-menu-btn span:nth-child(2) {
    width: 17px;
}
.menu-open .fl-menu-btn span:nth-child(1) {
    transform:translate(1px, 7px) rotate(-43deg);
}
.menu-open .fl-menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.menu-open .fl-menu-btn span:nth-child(3) {
    transform: translate(1px, -16px) rotate(44deg);
}
}
@media(max-width:991px){
    .elitein-section6-head h3 {
    font-size: 40px;
}
    .elitein-about3-head h3 {
    padding: 15px 0 0 0;
}
    .elitein-about4-wrapper ul li {
    width: 100%;
    text-align: center;
    font-size: 22px;
}
    .elitein-about3-head {
    display: block;
    padding: 100px 50px;
}
.elitein-about4-wrapper ul {
    display: block;
}
    .elitein-conatct-wrapper {
    display: block;
}
.elitein-contact-left {
    width: 100%;
}
.elitein-contact-right{
    width: 100%;
}
.elitein-img-bottom h1 {
    padding: 40px 40px;
    
}
.elitein-service-left h2 img {
    display: none;
}
.elitein-services-wrapper {
    padding: 70px 0px;
}
.elitein-solution-wrapper {
    padding: 60px 0px 60px 50px;
}

.elitein-secton2-para>p {
    padding: 0px 0px 40px;
}
.elitein-section2-para2 p {
    padding: 0px 0px 40px 0px;
}
.elitein-sec3-text h1 {
    font-size: 38px;
}
.elitein-sec4-head1>h1 {
    font-size: 30px;
}
.elitein-sec4-flex {
    display: block;
}
.elitein-sec4-slider-head>h1 {
    font-size: 33px;
    
}
.elitein-sec5-box ul {
    border-right: none;
}
ul.elitein-sec5-box1 li:last-child {
    padding: 0px 0px 0px 50px;
}
.elitein-sec5-box h1 {
    padding: 0 0 20px;
    margin: 60px 0px 0px 0px;
}
.elitein-sec5-box ul li {
    padding: 20px 20px 20px 50px;
    height: 100%;
}
.elitein-sec5-box ul li:after {
    top: 38px;
    left: 20px;
}
ul.elitein-sec5-box2 li:nth-child(7) {
    padding-bottom: 0;
}
.elitein-sec5-box ul li {
    border-bottom: none;
}
.elitein-sec5-box {
    background: #ebc36e;
    padding: 60px 20px;
    margin: 0px 0px 30px;
}
.elitein-sec5-box h1 {
    margin: 0;
}
ul.elitein-sec5-box3 li:nth-child(7) {
    padding-bottom: 0;
}
.elitein-sec5-bottom-heading h2 {
    font-size: 35px;
    padding: 40px 0px 0px 0px;
}
.elitein-sec7-box {
    margin-bottom: 30px;
}
.elitein-feedback h1 {
    font-size: 45px;
    font-weight: 600;
}
.elitein-sec4-right {
    padding: 0px 0px 90px;
}
.elitein-solution-left h1 {
    font-size: 50px;
}
}
@media(max-width:767px){
    .resNone {
    display: none;
}
.desktopnone {
    display: block;
}
    .elitein-about-main-wrapper {
    padding: 0px 50px 0px 50px;
}
    .elitein-about-img {
    padding: 0 0 40px;
    position: relative;
    top: 0;
}
    .elitein-about2-wrapper {
    padding: 60px 50px;
}
    .elitein-about3-head h3 {
    font-size: 50px;
}
    .elitein-section6-head {
    display: block;
    padding: 0px 40px;
}
    .elitein-head-logo {
    max-width: 120px;
}
    .elitein-secton2-wrapper {
    padding: 60px 24px;
}
    .elitein-sec2-inner {
    flex-direction: column;
    gap: 40px;
}
    .elitein-sec2-left {
    position: relative;
    top: 0;
    flex: none;
    width: 100%;
}
    .elitein-sec2-lead {
    font-size: 17px;
}
    .elitein-sec2-body {
    font-size: 15px;
}
.border1-res{
    display: none;
}
.elitein-heading {
    text-align: left;
}
.elitein-heading h2 {
    font-size: 40px;
}
.elitein-section3-wrapper {
    padding: 50px 0;
}
.elitein-section4-wrapper {
    padding: 0;
}
.elitein-sec4-head1 {
    padding: 50px 24px 32px;
}
.elitein-sec4-head1 > h1 {
    font-size: 22px;
}
    /* Full-screen cards: 3-up grid is unusably narrow on phones — stack + auto height */
    .elitein-fullscreen-cards {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 max(12px, env(safe-area-inset-left, 0px)) max(24px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-right, 0px));
    }
    .elitein-fs-card {
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 28px 20px 32px;
        overflow: visible;
        align-items: stretch;
        -webkit-tap-highlight-color: transparent;
    }
    .elitein-fs-card:hover {
        transform: none;
        filter: none;
        box-shadow: none;
    }
.fs-card-content {
    padding: 0;
    gap: 16px;
    max-width: 100%;
}
.fs-card-content h3 {
    font-size: clamp(1.15rem, 4.2vw, 1.45rem);
    line-height: 1.22;
    letter-spacing: 0.03em;
    overflow-wrap: anywhere;
}
.fs-card-content p {
    font-size: 15px;
}
.fs-card-content ul li {
    font-size: 14px;
}
.elitein-sec4-slider-head>h1 {
    margin: 50px 0px 50px;
}
.elitein-sec4-slider-head>h1 {
    font-size: 30px;
}
.elitein-sec5-inner {
    padding: 50px 30px 0;
}
.elitein-sec5-bottom-heading {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 100px;
}
.elitein-sec5-bottom-heading h2 {
    font-size: 25px;
}
.elitein-sec6-inner {
    padding: 32px 30px 50px;
}
.elitein-sec6-head h1 {
    font-size: 40px;
}
.elitein-timeline2::after{
    display: none;
}
.litein-step2 {
    padding: 0;
    width: 100%;
}
.litein-step2.elitein-step-left {
    text-align: left;
}
.elitein-step-content p {
    padding: 0 0 60px;
}
.litein-step2::before {
    top: 10px;
    left: 0;
}
.litein-step2.right {
    left: 0;
}
.elitein-step-content {
    padding: 0px 0px 0px 40px;
}
.elitein-timeline2 {
    width: 100%;
    margin: 0;
}
.elitein-section6-wrapper {
    padding: 0;
}
.elitein-section7-wrapper {
    padding: 50px 30px;
}
.elitein-section7-wrapper a.elitein-btn {
    margin: 40px auto 0;
}
.elitein-feedback h1 {
    font-size: 40px;
}
.elitein-star {
    display: none;
}
.elitein-img-bottom h1 {
    font-size: 35px;
}
.elitein-focus-area-wrapper p {
    padding: 0;
}
.elitein-service-no ul li {
    display: block;
        padding: 30px 30px;
}
.elitein-solution-left {
    padding: 60px 0px 0px 0px;
}
.elitein-easy-nav-card {
    flex-direction: column;
    min-height: auto;
}
.elitein-easy-nav-card .card-media {
    width: 100%;
    height: 240px;
}
.elitein-easy-nav-card .card-body {
    padding: 28px 24px;
}
.elitein-easy-nav-card h3 {
    font-size: 22px;
}
.elitein-easy-nav-card p,
.elitein-easy-nav-card ul li {
    font-size: 15px;
}
.elitein-easy-nav-card {
    flex-direction: column;
    min-height: auto;
}

}
@media(max-width:580px){
    .elitein-solution-left h1 {
    font-size: 30px;
}
    .elitein-solution-left h4 {
    font-size: 22px;
}
    .elitein-service-no ul li {
    font-weight: 400;
}
.elitein-service-no ul span.elitein-service-span {
    display: block;
}
    .elitein-service-left h2 {
    font-size: 40px;
}
    .elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-left h1 {
     font-size: 40px;
}
    .elitein-service-flex {
    padding: 0px 0px 60px;
}
    .elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-right p {
    padding: 0px 30px;
}
    .elitein-solution-para {
    padding: 0px 30px 30px;
}
    .elitein-focus-area-wrapper ul li:after {
    width: 15px;
    height: 15px;
}

    .elitein-img-bottom h1 {
    font-size: 22px;
}
    .elitein-focus-area-wrapper h1 {
    padding: 40px 0px 40px;
        font-size: 30px;
}
    .elitein-focus-area-wrapper {
    padding:50px 30px 30px;
}

    .elitein-section6-head h3 {
    font-size: 35px;
    padding: 20px 0 0 0;
}
    .elitein-section6-head h1 {
    font-size: 45px;
}
    .elitein-about6-wrapper {
    padding: 50px 0 0 0;
}
    .elitein-about5-wrapper ul li:after {
    left: 20px;
    top: 62px;
}
    .elitein-about5-wrapper ul li {
    padding: 50px 60px;
}
    .elitein-about3-head {
    display: block;
    padding: 50px 50px 100px;
}
    .elitein-about3-head h1 {
    font-size: 50px;
}
    .elitein-about3-head h3 {
    font-size: 40px;
}
    .elitein-heading h1 {
    font-size: 32px;
}
.elitein-heading h2 {
    font-size: 30px;
}
.elitein-secton2-para>p {
   
    
    padding: 0px 0px 40px;
}
.elitein-section2-para2 p{
     font-size: 20px;
}
.elitein-sec3-text h1 {
    font-size: 20px;
    font-weight: 500;
}
.elitein-sec3-flex {
    padding: 0px 30px;
}
.elitein-sec4-head1>h1 {
    font-size: 20px;
}
.elitein-sec4-slider-head {
    padding: 0px 0px 0px 40px;
}
.elitein-sec4-slider-head>h1 {
    font-size: 25px;
     margin: 40px 0px 20px;
}

.elitein-sec4-left {
    padding: 0px 0px 0px 40px;
}
.elitein-section5-wrapper {
    padding: 50px 0 0;
}
.elitein-sec5-bottom-heading h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
}
.elitein-sec6-head h1 {
    padding: 0px 0px 60px 0px;
}
.elitein-sec6-inner {
    padding: 36px 30px 0;
}

.elitein-feedback h1 {
    font-size: 30px;
    padding: 70px 0px 30px;
}
.elitein-feedback h1 p {
    padding: 0;
}
.elitein-contact-left h1 {
    font-size: 40px;
}
.elitein-contact-left p {
    padding: 20px 0px;
}
.elitein-contact-right h1 {
    font-size: 35px;
}

.elitein-solution-left p {
    padding: 0px 0px 20px 0px;
}
.elitein-solution-wrapper {
    padding: 40px 30px;
}
.elitein-solution-left a.elitein-btn {
    margin: 50px 0px 10px 0px;
}
.elitein-solution-para h1 {
    font-size: 30px;
    padding: 40px 0px 40px;
}

.elitein-services-wrapper {
    padding: 40px 30px;
}
.elitein-service-no ul span.elitein-service-span {
    padding: 0px 0px 20px 0px;
}



}

@media(max-width:480px){
    .elitein-service-no ul li {
    font-size: 20px;
}
    .elitein-service-flex {
    padding: 0px 0px 40px;
}
    .elitein-service-right h1 {
    font-size: 25px;
}
    .elitein-service-head > h1 {
    font-size: 30px;
    padding: 0 0 20px;
}
    .elitein-solution-growth-wrapper .elitein-service-flex .elitein-service-left h1 {
    font-size: 30px;
}
 
    .elitein-solution-para p{
        font-size: 18px;
    }
    .elite-focus-box ul li {
    font-size: 18px;
}
    .elitein-img-bottom h1 {
    padding: 20px 30px;
}

    .elitein-focus-area-wrapper ul li {
    font-size: 18px;
}
    .elitein-section6-head h3 {
    font-size: 25px;
}
    .elitein-section6-head h1 {
    font-size: 35px;
}
    .elitein-about4-wrapper ul li {
    padding: 30px 25px;
}
    .elitein-about3-head h3 {
    font-size: 25px;
}
    .elitein-about3-head h1 {
    font-size: 35px;
}
    .elitein-about3-head {
    padding: 40px 30px 100px;
}
    .elitein-about2-right h3 {
    font-size: 30px;
}
    .elitein-about2-right h1 {
    font-size: 35px;
}
    .elitein-about2-wrapper {
    padding: 40px 20px;
}
    .elitein-about-main-wrapper {
    padding: 0px 30px 0px 30px;
}
    ul.elitein-menu-ul {
    left: -240px;
    width: 240px;
}
    .elitein-head-logo {
    max-width: 70px;
}
.elitein-header-wrapper {
    padding: 30px 10px;
}
.elitein-contact-right {
    padding: 30px 30px 20px;
}
.elitein-contact-right h1 {
    font-size: 30px;
}
.elitein-contact-left h1 {
    font-size: 30px;
}

.elitein-btn {
    font-size: 20px;
}
.elitein-feedback h1 {
    font-size: 24px;
    padding: 40px 0px 20px;
}
.elitein-section7-wrapper a.elitein-btn {
    margin: 10px auto 0;
}
.elitein-step-content h3 {
    font-size: 22px;
}

.elitein-sec6-head h1 {
    font-size: 29px;
}
.elitein-section5-wrapper {
    padding: 30px 0 0;
}
.elitein-sec5-box h1 {
    font-size: 25px;
}
.elitein-sec4-slider-head>h1 {
    font-size: 20px;
}
.elitein-heading h1 {
    font-size: 28px;
}





}

/* ====== responsive hardening layer ====== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.panel {
    min-width: 100vw;
}

.elitein-top-bottom-space {
    padding: clamp(40px, 6vw, 100px);
}

.elitein-sec4-head1 > h1,
    .elitein-branding-head p {
        width: 100%;
        max-width: 100%;
    }

@media (max-width: 1400px) {
    .elitein-one-roof h2 {
        font-size: clamp(42px, 7vw, 100px);
    }

    .elitein-sec4-right {
        padding-left: 80px;
    }
}

@media (max-width: 1199px) {
    p,
    ul li {
        font-size: 18px;
    }

    .elitein-branding-description {
        padding: 60px 24px 60px;
    }
    .elitein-branding-head {
        max-width: 100%;
        margin: 0 0 48px;
    }
    .elitein-logo-group-wrapper {
        padding: 0 24px 60px;
    }

    .elitein-sec4-head1 > h1 {
        font-size: clamp(24px, 3.2vw, 36px);
    }

    .elitein-sec4-slider-head {
        padding-left: 30px;
    }

    .elitein-sec4-left {
        padding-left: 30px;
    }

    .elitein-sec4-right {
        padding: 20px 0 40px;
    }

    .elitein-section5-wrapper .elitein-sec3-flex {
        padding: 0 30px 60px;
    }

    .elitein-sec5-box h1 {
        padding: 20px 30px;
    }

    .elitein-sec5-box ul li {
        padding-left: 70px;
        padding-right: 30px;
    }

    .elitein-sec5-box ul li:after {
        left: 30px;
    }

    .elitein-sec6-head h1,
    .elitein-contact-left h1,
    .elitein-contact-right h1,
    .elitein-feedback h1 {
        font-size: clamp(34px, 4.2vw, 56px);
    }

}

@media (max-width: 991px) {
    .elitein-header-wrapper {
        width: 100%;
    }

    .elitein-branding-head h1,
    .elitein-heading h1,
    .elitein-heading h2,
    .elitein-sec3-text h1,
    .elitein-solution-left h1 {
        font-size: clamp(30px, 6vw, 46px);
    }

    .elitein-contact-left,
    .elitein-contact-right {
        padding: 40px 24px;
    }

    .elitein-service-flex,
    .elitein-solution-para,
    .elitein-focus-area-wrapper,
    .elitein-about6-wrapper,
    .elitein-skill-wrapper,
    .elitein-multi-disciplinary-wrapper,
    .elitein-section7-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .elitein-sec4-slider-head > h1 {
        margin: 40px 0 20px;
        font-size: clamp(24px, 5vw, 34px);
    }

    .elitein-timeline2 ul {
        flex-wrap: wrap;
    }

    .elitein-timeline2 ul li {
        width: 50%;
        padding: 60px 20px;
    }

    .pin-indicator,
    .progress-line,
    .progress-fill {
        display: none;
    }
}

@media (max-width: 767px) {
    p,
    ul li {
        font-size: 16px;
    }

    .elitein-btn {
        height: 56px;
        padding: 12px 22px;
        font-size: 16px;
    }

    .elitein-sec3-flex {
        gap: 12px;
    }

    .elitein-sec3-circle img {
        width: 14px;
        height: 14px;
    }

    .elitein-feedback-box {
        padding: 20px;
    }

    .elitein-solution-left a.elitein-btn {
        margin-top: 30px;
    }

    .elitein-timeline2 ul li {
        width: 100%;
        padding: 40px 20px;
    }
}

@media (max-width: 580px) {
    .elitein-header-wrapper {
        padding: 18px 12px;
    }

    .elitein-service-no ul li {
        padding: 20px;
    }

    .elite-focus-box ul li,
    .elitein-focus-area-wrapper ul li {
        padding-left: 34px;
    }

    .elite-focus-box ul li:after,
    .elitein-focus-area-wrapper ul li:after {
        top: 9px;
        width: 9px;
        height: 9px;
    }
}

/* ========= Case study page (Beverly Hills layout) ========= */
.elitein-case-study-page.cs-page {
    padding-top: 0;
    background: #fff;
}

.cs-page-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.cs-page-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(136px, 13vw, 172px) 0 clamp(88px, 10vh, 120px);
    min-height: clamp(520px, 58vh, 700px);
    display: flex;
    align-items: center;
    background-color: #2a2420;
    background-image:
        linear-gradient(
            100deg,
            rgba(15, 24, 20, 0.62) 0%,
            rgba(15, 24, 20, 0.28) 38%,
            rgba(12, 18, 16, 0.12) 58%,
            rgba(8, 14, 12, 0.32) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.06) 0%,
            transparent 28%,
            transparent 100%
        ),
        url("../images/case-study-beverly-hills-hero.png");
    background-size: cover;
    background-position: center 32%;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-page-hero .cs-page-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding-left: max(28px, 4vw);
    padding-right: max(28px, 4vw);
}

.cs-page-hero .cs-page-eyebrow {
    color: var(--yellow-color);
    margin-bottom: 16px;
}

.cs-page-hero .cs-page-title {
    color: #fff;
    margin-bottom: 24px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.cs-page-hero .cs-page-subtitle {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 214, 126, 0.92);
    margin: -12px 0 20px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.cs-page-subtitle {
    margin: 0;
}

.cs-page-hero-deck {
    margin-bottom: 36px;
}

.cs-page-hero .cs-page-hero-deck .cs-page-lead {
    margin-bottom: 18px;
    max-width: min(640px, 92vw);
}

.cs-page-hero .cs-page-hero-deck .cs-page-lead:last-child {
    margin-bottom: 0;
}

.cs-page-hero .cs-page-lead {
    color: rgba(255, 255, 255, 0.92);
    max-width: 560px;
    margin-bottom: 40px;
}

.cs-page-hero .cs-page-meta {
    gap: 20px 48px;
    margin-top: 4px;
}

.cs-page-hero .cs-page-meta li {
    color: rgba(255, 255, 255, 0.94);
}

.cs-page-hero .cs-page-meta span {
    color: rgba(255, 214, 126, 0.95);
    margin-bottom: 8px;
}

.cs-page-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--green-color);
    margin: 0 0 12px;
}

.cs-page-title {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    color: #0d0d0d;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0 0 20px;
}

.cs-page-lead {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
    color: #3d3d3d;
    max-width: 640px;
    margin: 0 0 28px;
}

.cs-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-page-meta li {
    font-size: 16px;
    color: #2a2a2a;
}

.cs-page-meta span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(3, 99, 83, 0.75);
    margin-bottom: 4px;
}

.cs-page-section {
    padding: 72px 0;
}

.cs-page-section--metrics {
    background: #fff;
}

.cs-page-section--insights {
    background: #f8f6f1;
}

.cs-page-section--training {
    background: #fff;
}

.cs-page-section--collateral {
    background: #f8f6f1;
}

.cs-page-section--reels {
    background: #080e0c;
    color: #fff;
}

.cs-page-section--quote {
    background: var(--green-color);
    color: #fff;
    padding: 80px 0;
}

.cs-page-section-head {
    margin-bottom: 40px;
    max-width: 720px;
}

.cs-page-section-head--light .cs-page-h2,
.cs-page-section-head--light .cs-page-desc {
    color: #fff;
}

.cs-page-section-head--light .cs-page-desc {
    opacity: 0.72;
}

.cs-page-h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 700;
    color: #0d0d0d;
    margin: 0 0 12px;
    line-height: 1.2;
}

.cs-page-section--metrics .cs-page-h2,
.cs-page-section--insights .cs-page-h2,
.cs-page-section--training .cs-page-h2,
.cs-page-section--collateral .cs-page-h2 {
    color: #0d0d0d;
}

.cs-page-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    max-width: 640px;
}

.cs-page-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cs-page-metric {
    background: #f5f0e8;
    border: 1px solid rgba(3, 99, 83, 0.12);
    border-radius: 16px;
    padding: 28px 24px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs-page-metric:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.cs-page-metric-value {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    color: var(--green-color);
    letter-spacing: -0.02em;
    line-height: 1;
}

.cs-page-metric-label {
    font-size: 15px;
    line-height: 1.45;
    color: #3d3d3d;
}

.cs-page-h3 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    font-weight: 700;
    color: #0d0d0d;
    margin: 0 0 10px;
    line-height: 1.2;
}

.cs-page-tools {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid rgba(3, 99, 83, 0.1);
}

.cs-page-tools-head {
    margin-bottom: 28px;
    max-width: 720px;
}

.cs-page-tools-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.cs-page-tool {
    margin: 0;
}

.cs-page-tool-inner {
    background: #f5f0e8;
    border: 1px solid rgba(3, 99, 83, 0.12);
    border-radius: 16px;
    padding: 22px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 148px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs-page-tool-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.cs-page-tool-logo {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px dashed rgba(3, 99, 83, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cs-page-tool-logo img {
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
    width: auto;
    height: auto;
    object-fit: contain;
}

.cs-page-tool-logo:has(img) {
    border-style: solid;
    border-color: rgba(3, 99, 83, 0.12);
    background: #fff;
}

.cs-page-tool-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(61, 61, 61, 0.62);
}

.cs-page-highlights {
    margin-top: 56px;
    padding-top: 48px;
    border-top: 1px solid rgba(3, 99, 83, 0.1);
}

.cs-page-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cs-page-highlight {
    background: #f5f0e8;
    border: 1px solid rgba(3, 99, 83, 0.12);
    border-radius: 16px;
    padding: 26px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs-page-highlight:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.cs-page-highlight-title {
    font-family: "Elms Sans", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--green-color);
    margin: 0 0 10px;
    line-height: 1.25;
}

.cs-page-highlight-text {
    font-size: 16px;
    line-height: 1.55;
    color: #3d3d3d;
    margin: 0;
}

.cs-page-training-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cs-page-training-card {
    margin: 0;
    background: #f5f0e8;
    border: 1px solid rgba(3, 99, 83, 0.12);
    border-radius: 16px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs-page-training-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.cs-page-training-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px dashed rgba(3, 99, 83, 0.3);
    flex-shrink: 0;
}

.cs-page-training-name {
    font-family: "Elms Sans", sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: #0d0d0d;
    margin: 0;
    line-height: 1.25;
}

.cs-page-training-blurb {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    margin: 0;
}

.cs-page-collateral-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cs-page-collateral-item {
    margin: 0;
}

.cs-page-collateral-frame {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(3, 99, 83, 0.32);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-page-collateral-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-page-collateral-frame:has(img) {
    border-style: solid;
    border-color: rgba(3, 99, 83, 0.12);
    background: #fff;
}

.cs-page-collateral-cap {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #4a4a4a;
    text-align: center;
}

.cs-page-2col {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 40px 56px;
    align-items: start;
}

.cs-page-insight-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-page-insight-list li {
    font-size: 18px;
    line-height: 1.55;
    color: #2a2a2a;
    padding-left: 22px;
    position: relative;
}

.cs-page-insight-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green-color);
    opacity: 0.85;
}

.cs-page-insight-list li strong {
    color: #0d0d0d;
    font-weight: 700;
}

.cs-page-code {
    font-size: 0.9em;
    padding: 2px 8px;
    border-radius: 6px;
    background: rgba(255, 214, 126, 0.25);
    color: #fff;
}

.cs-page-nowrap {
    white-space: nowrap;
}

.cs-page-reels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}

.cs-page-reel {
    margin: 0;
}

.cs-page-reel-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #121a16;
    border: 1px solid rgba(255, 255, 255, 0.08);
    aspect-ratio: 9 / 16;
    max-height: 520px;
    margin: 0 auto;
}

.cs-page-reel-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Instagram does not expose embed UI to parent pages; zoom + clip approximates video-only.
   Hover reveals extra footer chrome ("more on Instagram", icons); stronger scale + higher origin clips it off. */
.cs-page-reel-frame--video-only iframe {
    transform: scale(1.66);
    transform-origin: 50% 38%;
}

.cs-page-quote {
    margin: 0 auto;
    max-width: 820px;
    text-align: center;
    border: none;
    padding: 0;
}

.cs-page-quote p {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
    margin: 0 0 28px;
}

.cs-page-quote footer {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.cs-page-quote-author {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: var(--yellow-color);
}

.cs-page-quote-role {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
    .cs-page-metrics {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-page-tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cs-page-highlights-grid {
        grid-template-columns: 1fr;
    }

    .cs-page-training-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-page-collateral-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-page-2col {
        grid-template-columns: 1fr;
    }

    .cs-page-reels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .cs-page-hero {
        padding-top: 108px;
        padding-bottom: 64px;
        min-height: 480px;
        background-position: center 28%;
        align-items: center;
    }

    .cs-page-hero .cs-page-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cs-page-hero .cs-page-lead {
        margin-bottom: 32px;
    }

    .cs-page-hero .cs-page-meta {
        gap: 18px 28px;
    }

    .cs-page-section {
        padding: 56px 0;
    }

    .cs-page-metrics {
        grid-template-columns: 1fr;
    }

    .cs-page-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-page-training-grid {
        grid-template-columns: 1fr;
    }

    .cs-page-collateral-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-page-reels-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-page-meta {
        flex-direction: column;
        gap: 16px;
    }

    .cs-page-nowrap {
        white-space: normal;
    }
}

/* ========= About page (about-pro) ========= */
.about-pro {
    padding-top: 0;
    overflow-x: hidden;
}

.about-pro-wrap {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(22px, 4vw);
    padding-right: max(22px, 4vw);
}

.about-pro-hero {
    position: relative;
    padding: clamp(120px, 15vw, 160px) 0 clamp(64px, 8vw, 100px);
    background: #080e0c;
    color: #fff;
}

.about-pro-hero__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 70% at 20% 0%, rgba(3, 99, 83, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 85% 60%, rgba(255, 214, 126, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.about-pro-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px 48px;
    align-items: center;
}

.about-pro-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--yellow-color);
    margin: 0 0 18px;
}

.about-pro-kicker--dark {
    color: var(--green-color);
}

.about-pro-kicker--on-dark {
    color: rgba(255, 214, 126, 0.95);
}

.about-pro-hero__title {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(2.1rem, 4.8vw, 3.65rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin: 0 0 28px;
}

.about-pro-hero__title-line {
    display: block;
}

.about-pro-hero__title-line--accent {
    background: linear-gradient(105deg, #fff 0%, rgba(255, 214, 126, 0.95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.about-pro-hero__deck p {
    font-size: clamp(17px, 1.85vw, 20px);
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 16px;
    max-width: 540px;
}

.about-pro-hero__deck p:last-child {
    margin-bottom: 0;
}

.about-pro-hero__visual {
    position: relative;
}

.about-pro-hero__frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(3, 99, 83, 0.35) inset;
    transform: rotate(1.5deg);
    transition: transform 0.5s ease;
}

.about-pro-hero__visual:hover .about-pro-hero__frame {
    transform: rotate(0deg);
}

.about-pro-hero__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.about-pro-hero__orb {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: -40px;
    bottom: -36px;
    background: radial-gradient(circle, rgba(255, 214, 126, 0.35) 0%, transparent 70%);
    filter: blur(2px);
    pointer-events: none;
}

.about-pro-spotlight {
    padding: 72px 0 88px;
    background: linear-gradient(180deg, #f5f0e8 0%, #faf8f4 100%);
}

.about-pro-spotlight__inner {
    max-width: 920px;
}

.about-pro-spotlight__card {
    position: relative;
    padding: clamp(32px, 5vw, 48px) clamp(28px, 4vw, 52px);
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(3, 99, 83, 0.1);
    box-shadow: 0 28px 70px rgba(8, 14, 12, 0.09);
}

.about-pro-spotlight__card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--green-color), var(--yellow-color));
}

.about-pro-spotlight__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 700;
    color: #0d0d0d;
    margin: 0 0 16px;
    line-height: 1.15;
}

.about-pro-spotlight__lead {
    font-size: 18px;
    line-height: 1.68;
    color: #3a3a3a;
    margin: 0;
}

.about-pro-edge {
    position: relative;
    padding: clamp(72px, 10vw, 120px) 0 clamp(88px, 11vw, 130px);
    background: #f7f5f1;
    overflow: hidden;
}

.about-pro-edge__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 100% 80% at 10% -10%, rgba(3, 99, 83, 0.09) 0%, transparent 52%),
        radial-gradient(ellipse 70% 50% at 95% 100%, rgba(255, 214, 126, 0.11) 0%, transparent 50%),
        repeating-linear-gradient(
            -12deg,
            transparent,
            transparent 80px,
            rgba(3, 99, 83, 0.02) 80px,
            rgba(3, 99, 83, 0.02) 81px
        );
}

.about-pro-edge__inner {
    position: relative;
    z-index: 1;
}

.about-pro-edge__head {
    margin-bottom: clamp(36px, 5vw, 52px);
    max-width: 720px;
}

.about-pro-edge__kicker,
.about-pro-team__kicker,
.sol-page__kicker--pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(3, 99, 83, 0.12);
    box-shadow: 0 6px 20px rgba(8, 14, 12, 0.06);
    letter-spacing: 0.24em;
    margin-bottom: 20px;
}

.about-pro-edge__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 700;
    color: #080e0c;
    margin: 0;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.about-pro-bento {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.about-pro-bento__item {
    position: relative;
    isolation: isolate;
    background: linear-gradient(155deg, #ffffff 0%, #f3efe8 100%);
    border: 1px solid rgba(3, 99, 83, 0.1);
    border-radius: 24px;
    padding: 26px 24px 28px;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.35s ease;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 12px 36px rgba(8, 14, 12, 0.06);
}

.about-pro-bento__item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(120% 80% at 100% 0%, rgba(3, 99, 83, 0.07) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.about-pro-bento__item:hover {
    transform: translateY(-6px);
    border-color: rgba(3, 99, 83, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 28px 56px rgba(8, 14, 12, 0.11),
        0 0 0 1px rgba(3, 99, 83, 0.06);
}

.about-pro-bento > .about-pro-bento__item:not(.about-pro-bento__item--wide)::after {
    position: absolute;
    right: 6px;
    bottom: -12px;
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(4.5rem, 14vw, 7.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    color: var(--green-color);
    opacity: 0.055;
    pointer-events: none;
    z-index: 0;
}

.about-pro-bento > .about-pro-bento__item:nth-child(1)::after { content: "01"; }
.about-pro-bento > .about-pro-bento__item:nth-child(2)::after { content: "02"; }
.about-pro-bento > .about-pro-bento__item:nth-child(3)::after { content: "03"; }
.about-pro-bento > .about-pro-bento__item:nth-child(4)::after { content: "04"; }

.about-pro-bento__item--wide::after {
    content: "05";
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(5rem, 18vw, 11rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.07em;
    color: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    z-index: 0;
}

.about-pro-bento__item--tall {
    grid-row: span 2;
    grid-column: 1;
    padding: 32px 26px 34px;
}

.about-pro-bento__item--wide {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 40px;
    padding: clamp(26px, 4vw, 36px) clamp(24px, 4vw, 40px);
    background:
        linear-gradient(135deg, rgba(255, 214, 126, 0.08) 0%, transparent 42%),
        linear-gradient(118deg, #042f28 0%, #0c5840 38%, #087860 72%, #036353 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 24px 60px rgba(3, 99, 83, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.12) inset;
    color: #fff;
}

.about-pro-bento__item--wide::before {
    background:
        repeating-linear-gradient(
            -35deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        ),
        radial-gradient(ellipse 80% 100% at 0% 50%, rgba(255, 214, 126, 0.12) 0%, transparent 55%);
}

.about-pro-bento__item--wide:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow:
        0 32px 72px rgba(3, 99, 83, 0.42),
        0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.about-pro-bento__item--wide .about-pro-bento__num {
    color: #08231c;
    background: linear-gradient(180deg, #fff8e8 0%, #ffd67e 100%);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.about-pro-bento__item--wide .about-pro-bento__h3 {
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.about-pro-bento__item--wide .about-pro-bento__p {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(15px, 1.6vw, 17px);
}

.about-pro-bento__num {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    color: var(--green-color);
    border: 1.5px solid rgba(3, 99, 83, 0.2);
    border-radius: 14px;
    margin-bottom: 16px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(3, 99, 83, 0.1);
}

.about-pro-bento__h3 {
    position: relative;
    z-index: 1;
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.02rem, 1.5vw, 1.14rem);
    font-weight: 700;
    color: #061511;
    margin: 0 0 12px;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.about-pro-bento__p {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1.62;
    color: #454545;
    margin: 0;
}

.about-pro-bento__wide-copy {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 220px;
}

.about-pro-bento__item .about-pro-bento__num,
.about-pro-bento__item .about-pro-bento__h3,
.about-pro-bento__item .about-pro-bento__p,
.about-pro-bento__item .about-pro-bento__wide-copy {
    position: relative;
    z-index: 2;
}

.about-pro-team {
    position: relative;
    padding: clamp(80px, 11vw, 120px) 0 clamp(72px, 9vw, 100px);
    background: #f2efe8;
    overflow: hidden;
}

.about-pro-team__mesh {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 70% at 0% 0%, rgba(3, 99, 83, 0.11) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 100% 15%, rgba(255, 214, 126, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse 55% 40% at 80% 100%, rgba(3, 99, 83, 0.06) 0%, transparent 45%),
        repeating-linear-gradient(
            125deg,
            transparent,
            transparent 72px,
            rgba(3, 99, 83, 0.018) 72px,
            rgba(3, 99, 83, 0.018) 73px
        );
}

.about-pro-team__inner {
    position: relative;
    z-index: 1;
}

.about-pro-team__head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(40px, 6vw, 56px);
}

.about-pro-team__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.95rem, 3.8vw, 2.85rem);
    font-weight: 700;
    color: #080e0c;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.about-pro-leads {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
    margin-bottom: clamp(40px, 6vw, 56px);
}

.about-pro-lead {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: auto auto auto auto;
    padding: 0 0 26px;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(168deg, #ffffff 0%, #f7f2eb 100%);
    border: 1px solid rgba(3, 99, 83, 0.11);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 48px rgba(8, 14, 12, 0.08);
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.5s ease,
        border-color 0.35s ease;
}

.about-pro-lead::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(120% 55% at 100% 0%, rgba(3, 99, 83, 0.06) 0%, transparent 52%);
    pointer-events: none;
    z-index: 0;
}

.about-pro-leads > .about-pro-lead:nth-child(1)::after,
.about-pro-leads > .about-pro-lead:nth-child(2)::after,
.about-pro-leads > .about-pro-lead:nth-child(3)::after,
.about-pro-leads > .about-pro-lead:nth-child(4)::after,
.about-pro-leads > .about-pro-lead:nth-child(5)::after {
    position: absolute;
    right: 10px;
    bottom: 88px;
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(3.25rem, 8vw, 4.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    color: var(--green-color);
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
}

.about-pro-leads > .about-pro-lead:nth-child(1)::after { content: "01"; }
.about-pro-leads > .about-pro-lead:nth-child(2)::after { content: "02"; }
.about-pro-leads > .about-pro-lead:nth-child(3)::after { content: "03"; }
.about-pro-leads > .about-pro-lead:nth-child(4)::after { content: "04"; }
.about-pro-leads > .about-pro-lead:nth-child(5)::after { content: "05"; }

.about-pro-lead:hover {
    transform: translateY(-8px);
    border-color: rgba(3, 99, 83, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 32px 64px rgba(8, 14, 12, 0.12),
        0 0 0 1px rgba(255, 214, 126, 0.35);
}

.about-pro-lead__photo {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-width: none;
    margin: 0;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
    border: none;
    box-shadow: inset 0 -1px 0 rgba(255, 214, 126, 0.55);
}

.about-pro-lead__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(8, 14, 12, 0.55) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

.about-pro-lead__photo::before {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #fff;
    background: rgba(8, 14, 12, 0.38);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 9px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    line-height: 1;
}

.about-pro-leads > .about-pro-lead:nth-child(1) .about-pro-lead__photo::before { content: "01"; }
.about-pro-leads > .about-pro-lead:nth-child(2) .about-pro-lead__photo::before { content: "02"; }
.about-pro-leads > .about-pro-lead:nth-child(3) .about-pro-lead__photo::before { content: "03"; }
.about-pro-leads > .about-pro-lead:nth-child(4) .about-pro-lead__photo::before { content: "04"; }
.about-pro-leads > .about-pro-lead:nth-child(5) .about-pro-lead__photo::before { content: "05"; }

.about-pro-lead__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.001);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-pro-lead:hover .about-pro-lead__photo img {
    transform: scale(1.07);
}

.about-pro-lead__name {
    position: relative;
    z-index: 2;
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.12rem, 1.8vw, 1.28rem);
    font-weight: 700;
    color: #080e0c;
    margin: 0;
    padding: 22px 22px 0;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.about-pro-lead__name::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, var(--yellow-color), rgba(3, 99, 83, 0.65));
}

.about-pro-lead__role {
    position: relative;
    z-index: 2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green-color);
    margin: 0 0 12px;
    padding: 0 22px;
    text-align: left;
    line-height: 1.45;
}

.about-pro-lead__bio {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
    padding: 0 22px;
    text-align: left;
}

.about-pro-squad {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.about-pro-squad__card {
    position: relative;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 18px 16px 18px 44px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 28px rgba(8, 14, 12, 0.05);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.about-pro-squad__card::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--yellow-color), var(--green-color));
    box-shadow: 0 0 0 3px rgba(3, 99, 83, 0.12);
}

.about-pro-squad__card:hover {
    transform: translateY(-4px);
    border-color: rgba(3, 99, 83, 0.22);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 40px rgba(8, 14, 12, 0.09);
}

.about-pro-squad__name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #080e0c;
    margin-bottom: 5px;
    letter-spacing: -0.01em;
}

.about-pro-squad__meta {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #5c5c5c;
}

.about-pro-bridge {
    padding: 56px 0 64px;
    background: #fff;
}

.about-pro-bridge__text {
    font-family: "Meie Script", cursive;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    text-align: center;
    color: var(--green-color);
    line-height: 1.45;
    margin: 0 auto;
    max-width: 900px;
}

.about-pro-cta {
    position: relative;
    padding: clamp(72px, 10vw, 110px) 0;
    overflow: hidden;
}

.about-pro-cta__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, #06221c 0%, #036353 42%, #0a3d34 100%);
}

.about-pro-cta__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 90% 10%, rgba(255, 214, 126, 0.14), transparent 55%);
    pointer-events: none;
}

.about-pro-cta__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 56px;
    align-items: start;
}

.about-pro-cta__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.15;
}

.about-pro-cta__sub {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 420px;
}

.about-pro-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.about-pro-form__label {
    display: block;
    margin: 0;
}

.about-pro-form__label--full {
    grid-column: 1 / -1;
}

.about-pro-form__input,
.about-pro-form__textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: "Elms Sans", sans-serif;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.about-pro-form__input::placeholder,
.about-pro-form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.about-pro-form__input:focus,
.about-pro-form__textarea:focus {
    outline: none;
    border-color: rgba(255, 214, 126, 0.65);
    background: rgba(255, 255, 255, 0.12);
}

.about-pro-form__textarea {
    min-height: 120px;
    resize: vertical;
}

.about-pro-form__submit {
    grid-column: 1 / -1;
    margin-top: 6px;
    padding: 16px 28px;
    font-family: "Elms Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #08231c;
    background: var(--yellow-color);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-pro-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) and (min-width: 992px) {
    .about-pro-leads {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .about-pro-hero__grid {
        grid-template-columns: 1fr;
    }

    .about-pro-hero__visual {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-pro-bento {
        grid-template-columns: 1fr 1fr;
    }

    .about-pro-bento__item--tall {
        grid-column: auto;
        grid-row: auto;
    }

    .about-pro-bento__item--wide {
        grid-row: auto;
        grid-column: 1 / -1;
    }

    .about-pro-team__head {
        text-align: left;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(32px, 5vw, 44px);
    }

    .about-pro-leads {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-pro-squad {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-pro-cta__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-pro-hero__frame {
        transform: none;
    }

    .about-pro-bento {
        grid-template-columns: 1fr;
    }

    .about-pro-bento__item--wide {
        flex-direction: column;
    }

    .about-pro-squad {
        grid-template-columns: 1fr;
    }

    .about-pro-form {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------------
   Solution page (solution.html) — sol-page design system
   ------------------------------------------------------------------------- */
.sol-page-hero {
    position: relative;
    padding: clamp(100px, 14vw, 150px) 0 clamp(72px, 10vw, 110px);
    background: linear-gradient(155deg, #041f1a 0%, #063a30 42%, #0a2e28 100%);
    overflow: hidden;
}

.sol-page-hero__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 70% at 20% -20%, rgba(255, 214, 126, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 55% 50% at 100% 80%, rgba(3, 99, 83, 0.35) 0%, transparent 55%),
        repeating-linear-gradient(
            -18deg,
            transparent,
            transparent 100px,
            rgba(255, 255, 255, 0.02) 100px,
            rgba(255, 255, 255, 0.02) 101px
        );
}

.sol-page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sol-page-hero__kicker.sol-page__kicker--pill {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 214, 126, 0.28);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: rgba(255, 214, 126, 0.95);
    margin-left: auto;
    margin-right: auto;
}

.sol-page-hero__title {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.35rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.038em;
    color: #fff;
    margin: 0 0 clamp(22px, 3vw, 32px);
}

.sol-page-hero__accent {
    display: block;
    margin-top: 0.12em;
    background: linear-gradient(105deg, #fff8e8 0%, #ffd67e 45%, #9fe8d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.sol-page-hero__deck {
    font-size: clamp(16px, 1.65vw, 18px);
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 clamp(28px, 4vw, 40px);
}

.sol-page-hero__deck p {
    margin: 0 0 14px;
}

.sol-page-hero__deck p:last-child {
    margin-bottom: 0;
}

.sol-page-hero__cta-wrap {
    margin: 0;
}

.sol-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-family: "Elms Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sol-page-btn--primary {
    color: #08231c;
    background: linear-gradient(180deg, #fff8e8 0%, #ffd67e 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
}

.sol-page-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
    color: #08231c;
}

.sol-page-solutions {
    padding: clamp(72px, 10vw, 112px) 0 clamp(64px, 9vw, 100px);
    background: #faf8f4;
}

.sol-page-intro__head {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sol-page-intro__kicker {
    margin-left: auto;
    margin-right: auto;
}

.sol-page-intro__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.85rem, 3.6vw, 2.75rem);
    font-weight: 700;
    color: #080e0c;
    margin: 0 0 18px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.sol-page-intro__lead {
    font-size: 17px;
    line-height: 1.7;
    color: #454545;
    margin: 0;
}

.sol-page-solutions__hint {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(3, 99, 83, 0.48);
    margin: clamp(8px, 2vw, 16px) auto clamp(20px, 3vw, 28px);
    max-width: 520px;
    line-height: 1.5;
}

.sol-page-solutions-swiper-wrap {
    position: relative;
    margin-top: 4px;
}

.sol-page-solutions-swiper {
    width: 100%;
    height: min(78vh, 760px);
    max-height: 820px;
    margin: 0 auto;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(3, 99, 83, 0.12);
    box-shadow: 0 24px 60px rgba(8, 14, 12, 0.08);
    background: #ebe7df;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-bullet-vertical-gap: 8px;
}

.sol-page-solutions-swiper .swiper-slide {
    height: 100%;
    box-sizing: border-box;
    padding: clamp(14px, 2.2vw, 22px) clamp(12px, 2vw, 20px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f4f1eb;
}

.sol-page-solutions-swiper .swiper-slide:nth-child(even) {
    background: #ece8e0;
}

.sol-page-solutions-swiper__pagination.swiper-pagination {
    position: absolute;
    right: 12px;
    top: 50%;
    bottom: auto;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    z-index: 4;
}

.sol-page-solutions-swiper__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 6px 0 !important;
    background: rgba(3, 99, 83, 0.32);
    opacity: 1;
    transition: transform 0.2s ease, background 0.2s ease;
}

.sol-page-solutions-swiper__pagination .swiper-pagination-bullet-active {
    background: var(--green-color);
    transform: scale(1.25);
}

.sol-page-pillar--slide {
    scroll-margin-top: 96px;
    padding: 0;
    margin: 0;
    background: transparent;
    min-height: 100%;
}

.sol-page-pillar--slide .sol-page-pillar__layout {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .sol-page-solutions-swiper {
        height: min(74vh, 640px);
    }

    .sol-page-solutions-swiper__pagination.swiper-pagination {
        top: auto;
        bottom: 14px;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        flex-direction: row;
    }

    .sol-page-solutions-swiper__pagination .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
}

.sol-page-pillar__content {
    position: relative;
    padding: clamp(28px, 4vw, 40px) clamp(22px, 4vw, 36px) clamp(32px, 4vw, 44px);
    border-radius: 24px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 243, 236, 0.98) 100%);
    border: 1px solid rgba(3, 99, 83, 0.1);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 20px 50px rgba(8, 14, 12, 0.06);
}

.sol-page-pillar__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--green-color);
    margin: 0 0 20px;
    line-height: 1.25;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(255, 214, 126, 0.65);
}

.sol-page-pillar__body {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
}

.sol-page-pillar__body p {
    margin: 0 0 14px;
}

.sol-page-pillar__body p:last-child {
    margin-bottom: 0;
}

.sol-page-pillar__focus-label {
    margin: 28px 0 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #080e0c;
}

.sol-page-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sol-page-chips li {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px 10px 36px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #2c2c2c;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(3, 99, 83, 0.12);
    border-radius: 999px;
    position: relative;
}

.sol-page-chips li::before {
    content: "";
    position: absolute;
    left: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--yellow-color), var(--green-color));
}

.sol-page-pillar__more {
    margin: 26px 0 0;
}

.sol-page-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Elms Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--green-color);
    text-decoration: none;
    border-bottom: 2px solid rgba(3, 99, 83, 0.25);
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.sol-page-more::after {
    content: "\2192";
    font-size: 1.1em;
    transition: transform 0.25s ease;
}

.sol-page-more:hover {
    color: #052821;
    border-bottom-color: var(--yellow-color);
}

.sol-page-more:hover::after {
    transform: translateX(4px);
}

.sol-page-glance {
    position: relative;
    padding: clamp(72px, 10vw, 110px) 0 clamp(80px, 11vw, 120px);
    background: #ece8e0;
    overflow: hidden;
}

.sol-page-glance__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(3, 99, 83, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 50% 45% at 100% 0%, rgba(255, 214, 126, 0.12) 0%, transparent 48%);
}

.sol-page-glance__inner {
    position: relative;
    z-index: 1;
}

.sol-page-glance__head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto clamp(36px, 5vw, 52px);
}

.sol-page-glance__head .sol-page__kicker--pill {
    margin-left: auto;
    margin-right: auto;
}

.sol-page-glance__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.75rem, 3.4vw, 2.55rem);
    font-weight: 700;
    color: #080e0c;
    margin: 0 0 14px;
    line-height: 1.12;
    letter-spacing: -0.032em;
}

.sol-page-glance__sub {
    font-size: 17px;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}

.sol-page-glance__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media (min-width: 576px) {
    .sol-page-glance__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (min-width: 992px) {
    .sol-page-glance__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.sol-page-glance__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px 26px;
    min-height: 120px;
    border-radius: 20px;
    background: linear-gradient(155deg, #ffffff 0%, #f5f1ea 100%);
    border: 1px solid rgba(3, 99, 83, 0.1);
    box-shadow: 0 10px 36px rgba(8, 14, 12, 0.06);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
}

.sol-page-glance__card:hover {
    transform: translateY(-5px);
    border-color: rgba(3, 99, 83, 0.22);
    box-shadow: 0 22px 50px rgba(8, 14, 12, 0.1);
}

.sol-page-glance__icon {
    width: 36px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--yellow-color), var(--green-color));
}

.sol-page-glance__label {
    font-family: "Elms Sans", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #08231c;
    letter-spacing: -0.02em;
}

.sol-page-consult {
    position: relative;
    scroll-margin-top: 96px;
    padding: clamp(72px, 10vw, 110px) 0;
    overflow: hidden;
}

.sol-page-consult__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, #05221c 0%, #036353 48%, #082c24 100%);
}

.sol-page-consult__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
}

.sol-page-consult__copy {
    padding-top: 8px;
}

.sol-page-consult__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.sol-page-consult__lead {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 28px;
}

.sol-page-consult__topics {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sol-page-consult__topics li {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.sol-page-consult__form {
    margin: 0;
}

@media (max-width: 991px) {
    .sol-page-consult__grid {
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------------
   Career page (career.html)
   ------------------------------------------------------------------------- */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.career-pro-hero {
    position: relative;
    padding: clamp(112px, 14vw, 156px) 0 clamp(56px, 8vw, 88px);
    background: #071512;
    overflow: hidden;
}

.career-pro-hero__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 85% 65% at 15% 10%, rgba(3, 99, 83, 0.5) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 90% 70%, rgba(255, 214, 126, 0.12) 0%, transparent 50%);
}

.career-pro-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px 44px;
    align-items: center;
}

.career-pro-hero__kicker {
    margin-bottom: 16px;
}

.career-pro-hero__title {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.035em;
    color: #fff;
    margin: 0 0 24px;
}

.career-pro-hero__title-line {
    display: block;
}

.career-pro-hero__script {
    font-family: "Meie Script", cursive;
    font-weight: 400;
    letter-spacing: 0;
    font-size: clamp(2.2rem, 5vw, 3.9rem);
}

.career-pro-hero__title-line--accent {
    margin-top: 0.08em;
    background: linear-gradient(105deg, #fff 0%, rgba(255, 214, 126, 0.95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.career-pro-hero__lead {
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 16px;
    max-width: 540px;
}

.career-pro-hero__emphasis {
    margin: 0 0 28px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.92);
}

.career-pro-hero__emphasis strong {
    font-weight: 700;
}

.career-pro-hero__cta {
    margin: 0;
}

.career-pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    font-family: "Elms Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-pro-btn--primary {
    color: #08231c;
    background: linear-gradient(180deg, #fff8e8 0%, #ffd67e 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.career-pro-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    color: #08231c;
}

.career-pro-hero__visual {
    position: relative;
}

.career-pro-hero__frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(3, 99, 83, 0.35) inset;
    transform: rotate(-1.25deg);
    transition: transform 0.5s ease;
}

.career-pro-hero__visual:hover .career-pro-hero__frame {
    transform: rotate(0deg);
}

.career-pro-hero__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.career-pro-hero__orb {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: -32px;
    bottom: -28px;
    background: radial-gradient(circle, rgba(255, 214, 126, 0.35) 0%, transparent 72%);
    filter: blur(2px);
    pointer-events: none;
}

.career-pro-skills {
    position: relative;
    padding: clamp(72px, 10vw, 120px) 0 clamp(64px, 9vw, 100px);
    background: linear-gradient(165deg, #f5e6b8 0%, #f0d889 38%, #e8cf7a 100%);
    overflow: hidden;
}

.career-pro-skills__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 0% 100%, rgba(3, 99, 83, 0.08) 0%, transparent 45%),
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(255, 255, 255, 0.35) 0%, transparent 48%);
}

.career-pro-skills__inner {
    position: relative;
    z-index: 1;
}

.career-pro-skills__head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto clamp(40px, 6vw, 56px);
}

.career-pro-skills__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.65rem);
    font-weight: 700;
    color: #08231c;
    margin: 0 0 16px;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.career-pro-skills__script {
    font-family: "Meie Script", cursive;
    font-weight: 400;
    letter-spacing: 0;
}

.career-pro-skills__intro {
    font-size: 18px;
    font-weight: 700;
    color: #063028;
    margin: 0;
    line-height: 1.5;
}

.career-pro-skills__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.career-pro-skill {
    padding: 24px 22px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(3, 99, 83, 0.12);
    box-shadow: 0 14px 36px rgba(8, 14, 12, 0.08);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.career-pro-skill:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(8, 14, 12, 0.12);
}

.career-pro-skill__title {
    font-family: "Elms Sans", sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--green-color);
    margin: 0 0 10px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.career-pro-skill__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.62;
    color: #383838;
}

.career-pro-apply {
    position: relative;
    scroll-margin-top: 96px;
    padding: clamp(72px, 10vw, 110px) 0;
    overflow: hidden;
}

.career-pro-apply__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, #05221c 0%, #036353 48%, #082c24 100%);
}

.career-pro-apply__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
}

.career-pro-apply__h2 {
    font-family: "Elms Sans", sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.career-pro-apply__lead {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 18px;
}

.career-pro-apply__note {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.career-pro-apply__note a {
    color: rgba(255, 214, 126, 0.95);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.career-pro-apply__note a:hover {
    color: #fff;
}

.career-pro-apply__form {
    margin: 0;
}

@media (max-width: 991px) {
    .career-pro-hero__grid {
        grid-template-columns: 1fr;
    }

    .career-pro-hero__visual {
        order: -1;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .career-pro-skills__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .career-pro-apply__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .career-pro-skills__grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 720px;
    }
}

/* ========= Site-wide mobile polish (index, about, solution, career, case study) ========= */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    /* Index section 4 service cards: 3 columns stays too narrow on tablets */
    .elitein-fullscreen-cards {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
        padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
    }

    .elitein-fs-card {
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .elitein-fs-card:hover {
        transform: none;
        filter: none;
        box-shadow: none;
    }

    /* Index section 6 — execution framework roadmap (horizontal timeline breaks on narrow viewports) */
    .elitein-section6-wrapper .elitein-sec6-inner {
        padding-top: max(44px, calc(20px + env(safe-area-inset-top, 0px)));
        padding-bottom: max(64px, calc(32px + env(safe-area-inset-bottom, 0px)));
        padding-left: max(18px, env(safe-area-inset-left, 0px));
        padding-right: max(18px, env(safe-area-inset-right, 0px));
    }

    .elitein-sec6-head {
        margin-bottom: 4px;
    }

    .elitein-sec6-head h1 {
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
        padding-bottom: clamp(24px, 5vw, 36px);
    }

    .elitein-roadmap {
        flex-direction: column;
        align-items: stretch;
        padding: clamp(8px, 2vw, 16px) max(18px, env(safe-area-inset-left, 0px)) max(36px, env(safe-area-inset-bottom, 0px)) max(18px, env(safe-area-inset-right, 0px));
        min-height: 0;
        gap: clamp(32px, 7vw, 48px);
    }

    .elitein-roadmap::before {
        display: none;
    }

    .elitein-roadmap.rm-hovered .rm-step {
        opacity: 1;
        filter: none;
    }

    .rm-step {
        flex: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-bottom: 4px;
    }

    .rm-step::after {
        display: none;
    }

    .rm-pad {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    .rm-node {
        order: 1;
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
    }

    .rm-text {
        order: 2;
        height: auto;
        min-height: 0;
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        padding: 22px 22px 28px !important;
        text-align: center;
    }

    .rm-step.rm-above .rm-text,
    .rm-step.rm-below .rm-text {
        justify-content: flex-start;
        padding-top: 22px !important;
        padding-bottom: 26px !important;
    }

    .rm-text h3 {
        letter-spacing: 0.1em;
        font-size: clamp(14px, 3.4vw, 17px);
        margin: 0 0 14px;
    }

    .rm-text p {
        overflow-wrap: break-word;
        word-wrap: break-word;
        line-height: 1.65;
    }

    .rm-step:hover .rm-node {
        transform: none;
    }

    /* Index — Case Studies (folder cards): row too wide on phones; scroll + snap */
    .cs-section {
        padding: 52px max(16px, env(safe-area-inset-left, 0px)) 68px max(16px, env(safe-area-inset-right, 0px));
        padding-top: 53px;
    }

    .cs-header {
        margin-bottom: 36px;
    }

    .cs-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .cs-subtitle {
        font-size: 15px;
    }

    .cs-grid {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: max(20px, env(safe-area-inset-left, 0px));
        padding: 8px max(12px, env(safe-area-inset-left, 0px)) 24px max(12px, env(safe-area-inset-right, 0px));
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        touch-action: pan-x pan-y;
    }

    .cs-grid::-webkit-scrollbar {
        display: none;
    }

    .cs-card {
        width: min(300px, 86vw) !important;
        max-width: 300px;
        flex: 0 0 auto;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .cs-card--mid {
        width: min(320px, 88vw) !important;
        max-width: 320px;
        bottom: 0;
        position: relative;
    }

    .cs-cta {
        margin-top: 44px;
        padding-left: max(8px, env(safe-area-inset-left, 0px));
        padding-right: max(8px, env(safe-area-inset-right, 0px));
    }

    .cs-cta .elitein-btn {
        width: 100%;
        max-width: 360px;
        box-sizing: border-box;
    }
}

@media (max-width: 1200px) {
    /* Header row: flex aligns logo + "Let's talk" + hamburger; no absolute vertical mismatch */
    .elitein-header-transparent {
        flex-wrap: nowrap;
        align-items: center;
    }

    .elitein-head-logo {
        order: 1;
        flex-shrink: 0;
    }

    .elitein-let-talk {
        position: static;
        transform: none;
        top: auto;
        right: auto;
        display: inline-flex;
        align-items: center;
        align-self: center;
        order: 2;
        margin-left: auto;
        margin-right: 0;
    }

    .elitein-menu-wrap {
        order: 3;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        align-self: center;
        position: relative;
        margin-left: 10px;
    }

    .fl-bhh-toggle {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
    }

    ul.elitein-menu-ul {
        height: 100dvh;
        max-height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: max(20px, env(safe-area-inset-top, 0px));
        padding-bottom: max(28px, env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
    }

    .fl-menu-btn {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .elitein-header-wrapper {
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
    }

    .elitein-let-talk a {
        font-size: clamp(11px, 2.5vw, 13px);
    }

    .fl-menu-btn {
        transform: scale(0.64);
        margin-left: 8px;
    }

    .video-sound-btn {
        bottom: max(14px, env(safe-area-inset-bottom, 0px));
        right: max(12px, env(safe-area-inset-right, 0px));
        width: 46px;
        height: 46px;
    }

    /* Hero: full viewport; Vimeo iframe cover-scaled (no letterboxing / white gaps) */
    .video-container {
        padding-top: 0;
        min-height: 100vh;
        min-height: 100dvh;
        height: 100vh;
        height: 100dvh;
        background: var(--green-color);
    }

    .video-container iframe {
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-height: 100dvh;
        min-width: 177.78vh;
        min-width: 177.78dvh;
        transform: translate(-50%, -50%);
    }

    .blur-overlay {
        height: min(75vh, 620px);
        height: min(75dvh, 640px);
        bottom: 0;
        left: 0;
        width: 100%;
        background-position: center bottom;
        background-size: cover;
        pointer-events: none;
    }

    .elitein-branding-description {
        padding-top: 56px;
        padding-bottom: 36px;
    }

    .elitein-contact-modal {
        padding: max(8px, env(safe-area-inset-top, 0px)) 12px max(8px, env(safe-area-inset-bottom, 0px));
        align-items: flex-end;
    }

    .elitein-contact-modal__dialog {
        max-height: min(90dvh, calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 16px));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sol-page-solutions-swiper {
        height: min(68vh, 580px);
        border-radius: 18px;
    }

    .sol-page-pillar__content {
        padding: 22px 16px 26px;
    }

    .career-pro-hero__frame {
        transform: none;
    }

    .about-pro-hero__visual {
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .cs-page-tools-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-pro-wrap,
    .cs-page-inner {
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
    }

    .ei-footer__inner {
        padding-left: max(20px, env(safe-area-inset-left, 0px));
        padding-right: max(20px, env(safe-area-inset-right, 0px));
    }

    .ei-footer__bar {
        padding-left: max(20px, env(safe-area-inset-left, 0px));
        padding-right: max(20px, env(safe-area-inset-right, 0px));
    }
}
