/* ==========================================================================
   SumCircle — Design Tokens
   ========================================================================== */


@import url("header.css");
@import url("blog-detail.css");
@import url("casestudy-detail.css");
@import url("leadership.css");
@import url("contact.css");
@import url("about.css");
@import url("portfolio.css");

:root {
    /* Colors */
    --color-primary: #931EE2;
    --color-primary-hover: #6a0baa;
    --color-bg-primary: #111111;
    --color-bg-secondary: #1E1E1E;
    --color-text-white: #FFFFFF;
    --color-text-paragraph: #afafaf;
    --stroke-color: rgba(255, 255, 255, 0.12);
    --linear-bg: linear-gradient(60deg, rgba(30, 30, 30, .8) 0%, rgba(30, 30, 30, .2) 100%);

    /* Font */
    --font-geist: 'Geist', sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    font-family: var(--font-geist);
    background: var(--color-bg-primary);
    overflow-x: hidden;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    color: var(--color-text-white);
}

/* GSAP ScrollSmoother wrapper/content — required structural hooks.
   ScrollSmoother manages overflow/height on these itself; we just make
   sure they don't add any accidental spacing. */
#smooth-wrapper {
    overflow: hidden;
    position: relative;
}

#smooth-content {
    width: 100%;
}

::selection {
    background: var(--color-primary);
    color: var(--color-text-white);
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: -0.01em;
    margin: 0;
}

p {
    margin: 0;
    font-size: 1.15rem;
    color: var(--color-text-paragraph);
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1380px;
}

/* focus visibility */
a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 3px;
}

/* ==========================================================================
   Shared bits
   ========================================================================== */
   
.content>p{
    margin-bottom: 16px; 
}

.content>p:nth-last-of-type(2) {
    margin-bottom: 24px;
}

.section {
    padding: 80px 20px;
    overflow: hidden;
}

.bg-primary {
    background: var(--color-bg-primary) !important;
}

.bg-secondary {
    background: var(--color-bg-secondary) !important;
}

.sc-linear-gradient-bg {
    background: #1E1E1E;
    background: linear-gradient(135deg, rgba(30, 30, 30, .9) 0%, rgba(30, 30, 30, .1) 100%);
}

.sc-eyebrow {
    font-family: var(--font-mono);
    width: fit-content;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-paragraph);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 0.375rem;
}

.linear.sc-eyebrow {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 400;
    width: fit-content;
    padding: 6px 12px;
    margin-bottom: 2rem;
    color: var(--color-text-white);
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
}

.sc-section-head {
    max-width: 720px;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.sc-section-title {
    font-size: clamp(24px, 42px, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    /* background: linear-gradient(165deg, #ffffff 30%, #ffffff6c 60%, rgba(255, 255, 255, 0.726) 100%);
    -webkit-background-clip: text;
    background-clip: text; */
    /* opacity: 0; */
    /* color: transparent; */
}

.Section-head-center {
    /*max-width: 65%;*/
    margin: auto;
}

.Section-head-center.Section-head .sc-section-title {
    margin-bottom: 24px;
}

.Section-head-center.Section-head>p {
    margin: auto;
    width: 90%;
}

.sc-tag {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--signal-ink);
    background: var(--signal-dim);
    padding: 0.3rem 0.65rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.sc-view-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--graphite);
    border-bottom: 1px solid var(--line-soft);
    padding-bottom: 2px;
    transition: border-color .25s ease, color .25s ease, gap .25s ease;
}

.sc-view-link:hover {
    border-color: var(--signal-ink);
    gap: 0.6rem;
}

/* Buttons */
.btn {
    font-weight: 500;
    font-size: 1rem;
    border-radius: 12px;
    padding: 13px 24px;
    border: 1px solid transparent;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.btn:active {
    transform: scale(0.95);
}

.sc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    background: var(--color-primary);
    color: var(--color-text-white);
    padding: 2.5px 2.5px 2.5px 20px;
    outline: 2px solid #941ee26e;
    position: relative;
}

.sc-btn-primary:hover {
    background: var(--color-primary-hover);
    color: var(--color-text-white);
}

.sc-btn-primary:active {
    background: var(--color-primary-hover) !important;
    background-color: var(--color-primary-hover) !important;
    color: var(--color-text-white) !important;
    border-color: transparent !important;
}

.sc-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.2);
    color: var(--color-text-white);
    border: 1px solid rgba(255, 255, 255, 0.151);
}

.sc-btn-arrow i {
    font-size: 20px;
}

.sc-btn-ghost {
    background: transparent;
    color: var(--color-text-white);
    border-color: var(--stroke-color);
}

.sc-btn-ghost:hover {
    /* border-color: var(--color-text-white); */
    color: var(--color-text-white);
    border-color: #ffffff50;
}

.sc-btn-ghost:active {
    border-color: #ffffff50 !important;
}

.sc-btn-link {
    color: var(--color-text-white);
    text-transform: none !important;
}

.sc-btn-link:hover {
    color: var(--color-text-paragraph);
}

.sc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sc-list li {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid var(--stroke-color);
}

video {
    width: 100%;
}

@media (max-width: 767px) {
    .section {
        padding: 50px 10px;
    }

    .Section-head-center {
        max-width: 100%;
    }
}

/* ==========================================================================
   01 Hero
   ========================================================================== */

.sc-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: end;
    background: var(--color-bg-primary);
    overflow: hidden;
    padding: 0 20px;
    padding-bottom: 100px;
}

/* Background GIF */
.sc-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.sc-hero-video-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            var(--color-bg-primary) 0%,
            rgba(17, 17, 17, 0.92) 28%,
            rgba(17, 17, 17, 0.55) 55%,
            rgba(17, 17, 17, 0.25) 100%),
        linear-gradient(180deg,
            rgba(17, 17, 17, 0.15) 0%,
            rgba(17, 17, 17, 0.35) 70%,
            var(--color-bg-primary) 100%);
    pointer-events: none;
}

.sc-hero-content {
    position: relative;
    z-index: 2;
}

.sc-hero-title {
    font-family: var(--font-geist);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 52px;
    line-height: .9;
    letter-spacing: -0.03em;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.sc-hero .sc-eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    padding: 6px 12px;
    margin-bottom: 2rem;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
}

.sc-line {
    display: block;
}

.sc-line-1 {
    color: var(--color-text-white);
}

.sc-line-2 {
    color: #B9B9B9;
}

.sc-hero-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.sc-line-3 {
    display: inline-block;
    color: #a0a0a0;
}

.word-slider {
    position: relative;
    display: inline-block;
    height: 1.1em;
    min-width: 320px;
    /* adjust if needed */
    overflow: hidden;
}

.hero-word {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
}

.hero-word:first-child {
    opacity: 1;
    transform: translateY(0%);
}


/* responsive  */
@media (max-width: 768px) {
    .sc-hero {
        padding: 0 10px;
        padding-bottom: 70px;
    }

    .sc-hero .sc-eyebrow {
        font-size: 10px;
        padding: 4px 10px;
    }

    .sc-hero-cta a {
        width: 100%;
    }

    .sc-btn-primary {
        /* height: 52px; */
        justify-content: center;
        padding: 13px 24px;
        width: 100%;
    }

    .sc-btn-arrow {
        position: absolute;
        right: 3px;
        display: none;

    }

    .sc-hero-title {
        font-size: 42px;
    }
}

/* ==========================================================================
   02 Global Trust
   ========================================================================== */

.sc-global-trust .Section-head {
    margin-bottom: 2.5rem;
}

.sc-flags-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.flags-list {
    display: flex;
    gap: 0;
    align-items: center;
}

.flag-pill {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var(--color-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 2px solid var(--color-bg-primary);
    margin-right: -16px;
}

.flag-pill img {
    width: 24px;
    height: auto;
    display: block;
}

.trusted-text {
    margin-left: 1rem;
    color: var(--color-text-paragraph);
    font-weight: 500;
}

/* Logo marquee */
.sc-logo-marquee {
    margin-top: 3.2rem;
    position: relative;
}

.sc-logo-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    background: #111;
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 10%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 1) 100%);
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.marquee-viewport {
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.marquee-track {
    display: flex;
    gap: 12px;
    align-items: center;
    will-change: transform;
}

.marquee-item {
    flex: 0 0 auto;
}

.logo-card {
    width: 220px;
    height: 96px;
    background: var(--color-bg-secondary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.logo-card img {
    max-width: 100%;
    max-height: 120px;
    display: block;
    filter: grayscale(1) contrast(0.9) brightness(1.2);
    opacity: 1;
    object-fit: contain;
}

@media (max-width: 900px) {
    .logo-card {
        width: 160px;
        height: 80px;
    }

    .flag-pill {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767px) {

    .flag-pill {
        width: 36px;
        height: 36px;
    }

    .sc-flags-row {
        gap: 8px;
    }

    .flag-pill img {
        width: 20px;
    }

    .trusted-text {
        letter-spacing: -0.5px;
    }

    .logo-card img {
        max-height: 100px;
    }
}



/* ==========================================================================
   02 Belief
   ========================================================================== */

.sc-belief .Section-head {
    margin-bottom: 32px;
}

.sc-belief {
    position: relative;
    overflow: hidden;
}

/* ==========================================================
   ACCORDION
========================================================== */

.belief-accordion {
    width: 100%;
    min-height: 500px;
}

.belief-item {
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid var(--stroke-color);
    overflow: hidden;
}

/* progress line */

.progress-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .02);
    overflow: hidden;
}

.progress-line span {
    display: block;
    width: 0%;
    height: 100%;
    background: var(--color-text-white);
    transform-origin: left;
}

/* ==========================================================
   HEADER
========================================================== */

.belief-header {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    color: var(--color-text-white);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    transition: .35s;
}

.belief-item.active .belief-header {
    color: #fff;
}

/* ==========================================================
   CONTENT
========================================================== */
.belief-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.belief-item.active .belief-content {
    opacity: 1;
    padding-top: 24px;
}

.belief-content p {
    margin: 0;
    color: var(--color-text-paragraph);
    line-height: 1.3;
    max-width: 560px;
}

/* ==========================================================
   IMAGE
========================================================== */
.belief-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-bg-secondary);
    border-radius: 24px;
    padding: 60px;
    border: var(--stroke-color);
    height: 100%;
}

.belief-visual img {
    width: 100%;
    display: block;
}

/* ==========================================================
   HOVER
========================================================== */
.belief-item:hover .belief-header {
    color: #fff;
}

/* ==========================================================
   RESPONSIVE
========================================================== */
@media(max-width:1200px) {
    .belief-header {
        font-size: 20px;
    }

    .belief-content p {
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .belief-title {
        margin-bottom: 40px;
    }

    .belief-visual {
        margin-top: 40px;
        padding: 40px;
    }
}

@media(max-width:767px) {
    .belief-header {
        font-size: 20px;
    }

    .belief-content p {
        font-size: 16px;
    }

    .belief-visual {
        padding: 16px;
        border-radius: 16px;
    }

    .belief-item {
        padding: 22px 0;
    }

    .belief-item.active .belief-content {
        opacity: 1;
        padding-top: 20px;
    }
}

/* ==========================================================================
   03 Capability Ecosystem
   ========================================================================== */
.sc-capabilities {
    padding: clamp(4.5rem, 9vw, 8rem) var(--container-pad);
}

/* ==========================================================================
   04 Insights
   ========================================================================== */
.sc-insights {
    overflow: hidden;
}

.sc-insights .swiper-wrapper {
    justify-content: center;
}

.sc-insights .insightsSwiper {
    /* padding-bottom: 2.5rem; */
}

.swiper {
    overflow: visible;
}

.sc-insights .swiper-slide {
    height: auto;
}

.sc-insights .insights-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.sc-insights .insights-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.sc-insights .insights-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-accent);
    transform: scale(1.2);
}

.sc-insights .sc-insight-card span {
    text-transform: uppercase;
    color: var(--color-text-white);
}

.sc-insights .sc-insight-card h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: var(--color-text-white);
}

.sc-insights .sc-insight-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--color-bg-secondary);
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    z-index: 1;
    height: 450px;
    cursor: pointer;
    display: inline-block;
}

.sc-insights .sc-insight-card:before {
    content: "";
    position: absolute;
    background: #1E1E1E;
    background: linear-gradient(180deg, rgba(30, 30, 30, .8) 20%, rgba(30, 30, 30, 0) 60%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*cursor: none;*/
    z-index: -1;
}

.sc-insights .sc-insight-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
    pointer-events: none;
    transform-origin: top left;
    transition: transform 0.5s cubic-bezier(0.85, 0, 0, 1), filter 0.4s linear 0.09s;
}

.sc-insights .sc-insight-card:hover>img {
    transform: scale(2.5);
    filter: blur(10px);
}

.sc-insights .sc-insight-card .sc-btn-link {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    transform: translateY(100px);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.85, 0, 0, 1);
}

.sc-insights .sc-insight-card:hover>.sc-btn-link {
    transform: translateY(0);

}

.sc-insights .sc-insight-card p {
    font-size: 1rem;
    transform: translateX(110%);
    transition: transform 0.5s cubic-bezier(0.85, 0, 0, 1);
    color: var(--color-text-white);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc-insights .sc-insight-card:hover>p {
    transform: translateX(0);

}



@media(max-width:991px) {
    .sc-insight-card {
        margin-bottom: 16px;
    }

    .sc-insights .swiper-wrapper {
        justify-content: start;
    }
}

@media(max-width:767px) {
    .sc-btn-ghost {
        width: 100%;
    }
}

/* ==========================================================================
   05 What We Build
   ========================================================================== */

.split-line {
    overflow: hidden;
    display: block;
}

.split-line>div {
    display: block;
    will-change: transform;
}

.sc-we-build {
    overflow: hidden;
}

.services-wrapper {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    align-items: stretch;
}

/* ===========================
LEFT
=========================== */

.services-left {
    position: relative;
    height: calc(100vh - 130px);
    border-radius: 24px;
    overflow: hidden;
    background: var(--color-bg-secondary);
}

.services-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.2;
    /*background: url('/assets/frontend/images/vectors/sm-gradient-bg.webp') center/cover no-repeat;*/
     background:  url('../images/vectors/sm-gradient-bg.webp') center / cover no-repeat;
}

.service-image {
    position: absolute;
    inset: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;

    transform: scale(1);
    filter: blur(10px);

    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-image.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    filter: blur(0);
}

.service-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* ===========================
RIGHT
=========================== */

.services-right {
    position: relative;
    height: calc(100vh - 130px);
    background: #1E1E1E;
    background: var(--color-bg-secondary);
    border-radius: 24px;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
}

/* ===========================
Progress
=========================== */

.progress-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.progress-item {
    flex: 1;
    height: 3px;
    background: #333;
    border-radius: 20px;
    overflow: hidden;
}

.progress-item .fill {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-text-white);
    transform: scaleX(0);
    transform-origin: left;
}

/* ===========================
Counter
=========================== */

.service-counter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.service-counter h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.service-counter span {
    color: var(--color-text-paragraph);
    font-size: 16px;
}

/* ===========================
Content
=========================== */

.service-content-wrapper {
    position: relative;
    flex: 1;
}

.service-content {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(40px);
}

.service-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 500;
}

.service-content p {
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1.4;
    max-width: 80%;
    margin-bottom: 40px;
}

/* ===========================
Button
=========================== */

.btn-service {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    width: 250px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--stroke-color);
    color: #fff;
    text-decoration: none;
}

.btn-service svg {
    transition: transform 0.4s cubic-bezier(0.85, 0, 0, 1);
}

.btn-service:hover svg {
    transform: rotate(360deg);
}

.btn-service:hover {
    color: var(--text-color-white);
}

/* ===========================
 Mobile Version Slider
=========================== */

.sc-service-mv {
    display: none;
}

.serviceSwiperMv img {
    width: 100%;
}

.sc-service-card {
    padding: 20px;
    border-radius: 16px;
    background: var(--color-bg-secondary);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.swiper-slide {
    height: auto;
}

.sc-service-mv .swiper-wrapper {
    align-items: stretch;
}

.service-content-mv h3 {
    font-size: 20px;
    margin-bottom: 24px;
}

.service-content-mv p {
    margin-bottom: 24px;
}

.service-content-mv .btn-service {
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 0;
    border: none;
    gap: 16px;
}

.service-content-mv .btn-service span {
    width: fit-content !important;
}

/* ===========================
Responsive
=========================== */

@media(max-width:991px) {
    .services-wrapper {
        grid-template-columns: 1fr;
    }

    .services-left {
        height: 300px;
    }

    .services-right {
        height: auto;
        min-height: 400px;
    }

    .service-content {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .service-content.active {
        display: flex;
    }

    .service-image img {
        width: 100%;
    }

    .sc-we-build .Section-head {
        margin-bottom: 32px;
    }

}


@media (max-width: 767px) {
    .sc-service-dv {
        display: none;
    }

    .sc-service-mv {
        display: block;
    }

    .service-image {
        padding: 20px;
    }

    .services-right {
        padding: 20px;
        height: auto;
        min-height: 430px;
        overflow: hidden;
    }

    .service-content p {
        color: var(--color-text-paragraph);
        font-size: 18px;
        line-height: 1.4;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .service-counter h1 {
        font-size: 62px;
    }

    .services-wrapper {
        gap: 20px;
    }

    .services-left {
        height: 250px;
    }
}

/* ==========================================================================
   06 Selected works
   ========================================================================== */

.sc-case-studies {
    position: relative;
    overflow: hidden;
}

/* ==========================================
   CARD
========================================== */
.case-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* border: 1px solid var(--stroke-color); */
    border-radius: 24px;
    overflow: hidden;
    transition:
        border-color .35s ease;
    padding: 10px;
    background: var(--color-bg-secondary);
}

.case-card:hover {
    border-color: var(--color-primary-hover);
}

/* ==========================================
   IMAGE
========================================== */
.case-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.case-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .8s ease;
}

/* Featured */
.featured-card .case-image {
    height: 300px;
}

/* Normal */
.case-card:not(.featured-card):not(.horizontal-card) .case-image {
    height: 300px;
}

/* Horizontal */
.horizontal-card {
    flex-direction: row;
}

.horizontal-card .case-image {
    width: 42%;
    margin: 14px;
}

.horizontal-card .case-image img {
    height: 100%;
}

/* ==========================================
   INDUSTRY BADGE
========================================== */
.industry-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
}

/* ==========================================
   CONTENT
========================================== */
.case-body {
    /* display: flex; */
    /* flex-direction: column; */
    padding: 32px 12px;
    /* gap: 16px; */
}

.case-body h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}

.case-card:not(.featured-card) h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}

.case-body p {
    color: var(--color-text-paragraph);
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 75%;
}

/* ==========================================
   IMPACT BOX
========================================== */
.impact-box {
    position: relative;
    margin-top: auto;
    padding-top: 28px;
}

.impact-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;

    background: linear-gradient(90deg,
            rgba(255, 255, 255, .1) 0%,
            rgba(255, 255, 255, 0) 90%);
}

.impact-label {
    display: block;
    margin-bottom: 12px;
    color: #8A8A8A;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
}

.impact-value {
    margin: 0;
    color: #ffffff6e;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

/* ==========================================
   BUTTON
========================================== */
.case-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.case-link .arrow {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .08);
    transition: .35s;
}

/* ==========================================
   HEADING
========================================== */
.case-body h3 {
    transition:
        color .35s ease,
        transform .35s ease;
}

/* .case-card:hover h3 {
    color: #ffffff;
    transform: translateY(-3px);
} */

/* ==========================================
   PARAGRAPH
========================================== */

.case-body p {
    transition:
        color .35s ease,
        transform .35s ease;
}

/* .case-card:hover p {
    color: #d8d8d8;
    transform: translateY(-2px);
} */

/* ==========================================
   IMPACT BOX
========================================== */
.impact-box {
    transition:
        border-color .35s ease,
        transform .35s ease;
}

/* .case-card:hover .impact-box {
    border-color: rgba(168, 85, 247, .25);
    transform: translateY(-2px);
} */
.impact-value {
    transition:
        color .35s ease,
        transform .35s ease;
}

/* .case-card:hover .impact-value {
    color: #A855F7;
    transform: translateY(-2px);
} */

/* ==========================================
   BUTTON
========================================== */
.case-link {
    transition: color .35s ease;
}

.case-link:hover {
    color: #A855F7;
}

.case-link .arrow {
    transition:
        transform .4s cubic-bezier(.22, 1, .36, 1),
        background .35s ease,
        border-color .35s ease;
}

.case-card:hover .arrow {
    background: #A855F7;
    border-color: #A855F7;
    transform: rotate(45deg);
}

.case-card:hover .arrow svg {
    color: #fff;
}

/* ==========================================
   IMAGE
========================================== */
.case-image {
    isolation: isolate;
}

.case-image img {
    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .6s ease;
}

/* ==========================================
   CARD BORDER GLOW
========================================== */


.case-card:hover::before {
    opacity: 1;
}

/* Industries Mobile version */
.sc-industries-mv {
    position: relative;
    overflow: hidden;
}

.sc-industries-mv .card.dark {
    position: inherit;
    /* top: 150px; */
    width: 100%;
    background: var(--color-bg-primary);
    margin: 0;
    height: unset;
    gap: 24px;
    transform-origin: center top;
    overflow: hidden;
    /* will-change: transform, opacity; */
    /* min-height: 300px; */
    padding: 40px 20px;
    will-change: transform, filter, opacity;
    /* border: none; */
}

.sc-industries-mv .card .foot {
    font-size: 16px;
}

.sc-industries-mv .card .big {
    font-size: 22px;
}

.sc-industries-mv.row .col-12 {
    /* position: sticky;
    top: 150px; */
    margin-bottom: 16px;
    padding: 0 8px;
}

.sc-industries-mv.row .col-12:last-child {
    /* position: sticky;
    top: 150px; */
    margin-bottom: 0px;
}

.sc-industries .sc-btn-ghost {
    margin-top: 0px;
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width:991px) {
    .horizontal-card {
        flex-direction: column;
    }

    .horizontal-card .case-image {
        width: auto;
    }

    .featured-card .case-image {
        height: 260px;
    }

    .case-card:not(.featured-card):not(.horizontal-card) .case-image {
        height: 240px;
    }

    .case-body {
        padding: 22px 12px;
    }

    .sc-section-title {
        font-size: 32px;
    }

    .case-body h3 {
        font-size: 28px;
    }

    .impact-value {
        font-size: 28px;
    }

}

@media (max-width:767px) {

    .featured-card .case-image {
        height: 220px;
    }

    .case-card:not(.featured-card):not(.horizontal-card) .case-image {
        height: 220px;
    }

    .service-image img .case-body {
        padding: 16px;
    }

    .case-body h3 {
        font-size: 24px;
    }

    .case-body p {
        font-size: 16px;
    }

    .impact-value {
        font-size: 22px;
    }

    .case-card {
        border-radius: 16px;
        padding: 6px;
    }

    .case-image {
        border-radius: 10px;
    }

    .sc-industries .sc-btn-ghost {
        margin-top: 40px;
    }
}

/* ==========================================================================
   07 Industries
   ========================================================================== */
.sc-industries {
    overflow: hidden;
}

.sc-industries .card-container {
    position: relative;
    z-index: 5;
}

.sc-industries .Section-head-center.Section-head>p {
    margin: auto;
    width: 80%;
    margin-bottom: 24px;
}

.spacer {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
}

.wheel-section {
    position: relative;
    height: 80vh;
    /* overflow: hidden; */
    padding-top: 32px !important;
}

.stage {
    position: absolute;
    inset: 0;
    /* overflow: hidden; */
    perspective: 1800px;
    perspective-origin: 50% 40%;
}

.wheel {
    position: absolute;
    left: 53%;
    top: 0;
    width: 0;
    height: 0;
    transform: translateX(-50%);
}

.card {
    position: absolute;
    left: 0;
    top: 0;
    width: min(32vw, 340px);
    height: min(29vw, 400px);
    margin-left: calc(min(24vw, 500px) / -2);
    margin-top: calc(min(29vw, 380px) / -2);
    border-radius: 24px;
    overflow: hidden;
    /* box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.12),
            0 1px 2px rgba(255, 255, 255, 0.03) inset; */
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 24px;
    padding: 40px 30px 30px 30px;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    will-change: transform, opacity;
    transition: shadow .3s ease;
}

.card .eyebrow {
    font-size: 20px;
    position: absolute;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .05);
    color: var(--color-text-white);
    border: 1px solid rgba(255, 255, 255, 0.151);
}

.card .big {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 0.95;
    display: flex;
    justify-content: space-between;
}

.card .big i{
    font-size: 22px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s;
}

.card.is-active .big i {
    opacity: 1;
    transform: translateY(0px);
}

.card .foot {
    font-size: 14px;
    color: var(--color-text-paragraph);
}

.card.dark {
    background: var(--color-bg-secondary);
    color: #f4f4f2;
    border: 1px solid var(--stroke-color);
}

.card .stat {
    font-size: clamp(26px, 3vw, 40px);
}

.card .stat-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.card .stat-label {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.5;
    margin-top: 4px;
}

.card .wordmark {
    font-size: clamp(30px, 4.2vw, 54px);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.card .rule {
    border-top: 1px solid currentColor;
    opacity: 0.15;
    margin: 10px 0;
}

.card .thumb {
    flex: 1;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    margin: 8px 0;
    min-height: 40%;
}

.card.is-active {
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 30px 80px rgba(145, 94, 255, 0.08);
    opacity: 1 !important;
    filter: blur(0) !important;
}

.card.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.3;
    /*background: url(/assets/frontend/images/vectors/sm-gradient-bg.webp) center / cover no-repeat;*/
     background:  url('../images/vectors/sm-gradient-bg.webp') center / cover no-repeat;
    z-index: -1;
    transition: all .3s ease;
}

.card.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--accent);
}

.hud {
    position: fixed;
    left: 32px;
    bottom: 28px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0.6;
    z-index: 5;
    pointer-events: none;
}

.hud span {
    opacity: 1;
    font-weight: 700;
}

.pager {
    position: fixed;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
    pointer-events: none;
}

.pager .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ink);
    opacity: 0.2;
    transition: opacity .25s ease, transform .25s ease;
}

.pager .dot.is-active {
    opacity: 1;
    transform: scale(1.6);
    background: var(--accent);
}

.industry-counter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.industry-counter-inner {
    display: flex;
    gap: 2px;
    align-items: center;
}

.current {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 992px) {
    .card {
        width: min(68vw, 320px);
        height: min(90vw, 380px);
    }

    .sc-industries .Section-head-center.Section-head>p {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .card {
        position: absolute;
        left: 0;
        top: 0;
        width: min(68vw, 320px);
        height: min(90vw, 380px);
        margin-left: calc(min(42vw, 500px) / -2);
        margin-top: calc(min(29vw, 380px) / -2);
        border-radius: 16px;
        overflow: hidden;
        /* box-shadow:
                0 8px 24px rgba(0, 0, 0, 0.12),
                0 1px 2px rgba(255, 255, 255, 0.03) inset; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 20px 20px 20px;
        transform-origin: 50% 50%;
        backface-visibility: hidden;
        will-change: transform, opacity;
        transition: shadow .3s ease;
    }

    .card .foot {
        text-transform: none;
    }

    .wheel {
        left: 40%;
    }

    .wheel-section {
        padding-top: 0 !important;
        height: 80vh;
    }

    .sc-industries {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .card .eyebrow {
        position: inherit;
    }

}

/* ==========================================================================
   08 Leadership
   ========================================================================== */
.sc-leadership {
    position: relative;
    overflow: hidden;
}

.leader-card,
.leadership-content {
    position: relative;
    height: 100%;
    background: #1E1E1E;
    background: var(--color-bg-secondary);
    border-radius: 24px;
    overflow: hidden;
}

.leader-card {
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.leader-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    filter: grayscale(100%);
    transition: transform .6s ease;
    overflow: hidden;
}

.leader-card:hover .leader-image {
    transform: scale(1.04);
}

/* Smooth bottom blur */
.leader-card::after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: -5%;
    width: 110%;
    height: 60%;
 
    background: linear-gradient(
        to bottom,
        rgba(30, 30, 30, 0) 0%,
        rgba(30, 30, 30, 0.08) 20%,
        rgba(30, 30, 30, 0.35) 50%,
        rgba(30, 30, 30, 0.75) 75%,
        #1E1E1E 100%
    );
 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
 
    /* Smooth fade from image into background */
    mask-image: linear-gradient(
         to bottom,
    transparent 0%,
    transparent 15%,
    rgba(0, 0, 0, 0.15) 35%,
    rgba(0, 0, 0, 0.6) 55%,
    #000 80%
    );
 
    -webkit-mask-image: linear-gradient(
         to bottom,
    transparent 0%,
    transparent 15%,
    rgba(0, 0, 0, 0.15) 35%,
    rgba(0, 0, 0, 0.6) 55%,
    #000 80%
    );
 
    pointer-events: none;
}

.leader-info {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px;
}

.leader-info h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.leader-info p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 16px;
    margin-bottom: 2px;
}

.leader-info small {
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 16px;
}

.leadership-content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadership-quote {
    position: relative;
    margin: 42px 0;
    padding-left: 24px;
}

.leadership-quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--color-primary-hover);
}

.quote-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.leadership-quote p {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-text-white);
    font-style: italic;
    font-weight: 400;
}

/* ==========================================
   DESCRIPTION
========================================== */
.leadership-text {
    margin: 0;
    color: var(--color-text-paragraph);
    font-size: 18px;
    line-height: 1.3;
}

/* ==========================================
   HOVER
========================================== */
.leadership-content,
.leader-card {
    transition: all .4s ease;
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width:991px) {
    .leader-card {
        min-height: 560px;
    }

    .leadership-content {
        padding: 40px;
    }

    .leadership-content h2 {
        font-size: 42px;
    }

    .leadership-quote p {
        font-size: 30px;
    }

    .leadership-text {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .leader-card {
        min-height: 480px;
    }

    .leader-info {
        padding: 24px;
    }

    .leadership-content {
        padding: 30px 20px;
    }

    .leadership-content h2 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .leadership-quote {
        padding-left: 18px;
        margin-bottom: 32px;
        margin-top: 0;
    }

    .quote-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 18px;
    }

    .leadership-quote p {
        font-size: 20px;
    }

    .leadership-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .leader-card,
    .leadership-content {
        border-radius: 16px;
    }
    
    .leader-info p {
        font-size: 12px;
    }
    
    .leader-info small{
        font-size: 12px;
    }
}

/* ==========================================================================
   08b Leaders Perspective (new design, click-to-activate)
   ========================================================================== */
.leaders-perspective-row {
    display: flex;
    gap: 20px;
}

.leader-perspective-card {
    position: relative;
    flex: 1 1 0%;
    min-height: 520px;
    border-radius: 20px;
    background: var(--color-bg-secondary);
    overflow: hidden;
    cursor: pointer;
    transition: flex-grow .5s ease;
}

.leader-perspective-card.is-active {
    flex-grow: 2.5;
    cursor: default;
}

.leader-perspective-image {
    position: absolute;
    inset: 0;
    width: 100%;
    transition: width .5s ease;
    display: flex;
    align-items: end;
}

.leader-perspective-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(30, 30, 30, 0.8) 0%,
        rgba(30, 30, 30, 0.45) 15%,
        rgba(30, 30, 30, 0) 75%
    );
    z-index: 1;
    pointer-events: none;
}
.leader-perspective-card.is-active .leader-perspective-image {
    width: 55%;
}

.leader-perspective-image img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(100%);
    transition: transform .6s ease;
}

.leader-perspective-card:hover .leader-perspective-image img {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.leader-perspective-content {
    position: absolute;
    inset: 0;
    left: 55%;
    z-index: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    padding-left: 0;
}

.leader-perspective-card.is-active .leader-perspective-content {
    pointer-events: auto;
}

.leader-perspective-quote {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: var(--color-text-white);
    min-width: 0;
}

.leader-perspective-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-paragraph);
    min-width: 0;
}

.leader-perspective-name {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text-white);
}

/* Small devices: drop the click-to-activate effect — plain stacked cards
   (image, then name, then content) always visible. */
@media (max-width:991.98px) {
    .leaders-perspective-row {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .leader-perspective-card {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        cursor: default;
        transition: none;
        padding: 20px;
    }

    .leader-perspective-card.is-active {
        flex-grow: 1;
    }

    .leader-perspective-image {
        position: relative;
        inset: auto;
        order: 1;
        height: unset;
        width: 100% !important;
        transition: none;
    }

    .leader-perspective-name {
        position: relative;
        inset: auto;
        order: 2;
        left: auto;
        bottom: auto;
        padding: 20px 20px 0;
    }

    .leader-perspective-content {
        position: relative;
        inset: auto;
        left: auto;
        order: 3;
        opacity: 1 !important;
        pointer-events: auto;
        padding: 12px 20px 28px;
    }

    .leader-perspective-card .leader-perspective-image {
        background: var(--color-bg-primary);
        border-radius: 14px;
    }

    .leader-perspective-card:hover .leader-perspective-image img {
        transform: scale(1);
        filter: grayscale(0%);
    }
}

@media (max-width:767px) {
    .leader-perspective-card {
        padding: 8px;
    }
    
    .leader-perspective-quote {
        font-size: 18px;
    }
    .leader-perspective-text {
        font-size: 14px;
    }
}

/* ==========================================================================
   09 PARTNERS
   ========================================================================== */
.sc-partners {
    position: relative;
    overflow: hidden;
}

.sc-partners::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 10%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 1) 100%);
    pointer-events: none;
    z-index: 2;
}

.sc-partners .sc-section-title {
    font-size: 22px;
}

.partnersSwiper {
    padding-bottom: 2.5rem;
    position: relative;
}

.partnersSwiper .swiper-wrapper {
    align-items: stretch;
}

.partnersSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.partners-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.partners-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.partners-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-accent);
    transform: scale(1.2);
}

.partner-card {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    text-decoration: none;
    transition: .35s ease;
    overflow: visible;
    position: relative;
    width: 100%;
    isolation: isolate;
}

.partner-card img {
    max-width: 170px;
    max-height: 44px;
    width: auto;
    filter: grayscale(100%) brightness(.75);
    transition: .35s ease;
}

.partner-card:hover img {
    filter: none;
}

.partner-tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    bottom: auto;
    width: min(240px, calc(100% - 24px));
    padding: 16px 16px;
    border-radius: 12px;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    color: var(--color-text-paragraph);
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(0.92);
    transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
    pointer-events: none;
    z-index: 10;
    will-change: transform, opacity;
}

.partner-card.is-hovered .partner-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
    transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
}



/*======================
Responsive
======================*/
@media(max-width:767px) {
    .partner-card {
        height: 100px;
    }

    .partner-card img {
        max-width: 130px;
    }
}

@media(max-width:600px) {
    .partner-card {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 18px 6px 6px 6px;
        min-height: auto;
        height: auto;
    }

    .partner-card img {
        max-width: 120px;
        height: 40px;
    }

    .partner-tooltip {
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        transform: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
        margin-top: 8px;
        pointer-events: auto;
        background: rgba(10, 10, 10, 0.9);
        border: none;
        box-shadow: none;
        height: 100%;
        padding: 12px;
    }

    .partner-card.is-hovered .partner-tooltip {
        transform: none;
    }
}

/* ==========================================================================
   10 Testimonials
   ========================================================================== */
.sc-testimonials {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.voices-title {
    text-align: center;
    margin-bottom: -42px;
}

.voices-title img {
    width: 85%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.testimonialSwiper {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.testimonial-card {
    min-height: 390px;
    background: #111111;
    border: 1px solid var(--stroke-color);
    border-radius: 24px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .35s;
    gap: 20px;
    height: 100%;
}

.testimonial-card:hover {
    border-color: rgba(255, 255, 255, .2);
}

.testimonial-content p {
    margin: 0;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
    text-align: start;
}

/*==================================
AUTHOR
==================================*/
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    background-color: var(--color-bg-secondary);
    border: 1px solid var(--stroke-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-logo img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.testimonial-author h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-white);
    text-transform: uppercase;
    text-align: left;
}

.testimonial-author span {
    color: var(--color-text-paragraph);
    font-size: 14px;
    text-align: start;
}

.author-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: start;
}

/*==================================
BOTTOM LINK
==================================*/
.testimonial-footer {
    text-align: center;
    margin-top: 32px;
}

.link {
    transition: transform .3s cubic-bezier(0.85, 0, 0, 1);
}

.link svg {
    transition: .35s;
}

.link:hover {
    color: var(--color-text-white);
}

.link:hover svg {
    transform: rotate(180deg);
    color: var(--color-text-white);
}

/*==================================
RESPONSIVE
==================================*/
@media(max-width:991px) {
    .testimonialSwiper {
        padding-left: 20px;
    }

    .testimonialSwiper .swiper-slide {
        width: 380px;
    }

    .testimonial-content p {
        font-size: 30px;
    }

    .voices-title {
        font-size: 120px;
    }
}

@media(max-width:767px) {
    .testimonial-card {
        height: auto;
        min-height: 340px;
        padding: 28px;
    }

    .testimonial-content p {
        font-size: 20px;
    }

    .voices-title {
        font-size: 70px;
        letter-spacing: -2px;
    }
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.sc-cta {
    overflow: hidden;
    padding: 100px 20px;
    position: relative;
}

.cta-content {
    text-align: center;
}

.sc-cta .cta-content .sc-section-title {
    font-size: 62px;
    line-height: 0.9;
}

.sc-cta .cta-content p {
    line-height: 1.2;
    width: 68%;
    margin: auto;
    margin: 32px auto;
    color: var(--color-text-paragraph);
}

.cta-content .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sc-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.3;
    background:  url('../images/vectors/sm-gradient-bg.webp') center / cover no-repeat;
    z-index: -1;
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .sc-cta {
        padding: 70px 10px;
    }

    .voices-title img {
        width: 100%;
    }

    .voices-title {
        margin-bottom: 20px;
    }

    .cta-content .btn-wrapper {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
    }

    .cta-content .btn-wrapper a {
        width: 100%;
        position: relative;
    }

    .sc-cta .cta-content p {
        width: 95%;
    }

    .sc-cta .cta-content .sc-section-title {
        font-size: 42px;
    }
}

/* ==========================================================================
   Blog List Page
   ========================================================================== */

/* Mosaic hero */
.sc-insights-page {
    padding-top: 42px;
}

.blog-mosaic-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 20px 100px;
}

.mosaic-heading {
    margin-top: -120px;
}

.mosaic-heading h1 {
    /* font-size: 52px; */
    margin-bottom: 16px;
    line-height: 1;
    display: block;
}

.circle-highlight {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.highlight {
    color: var(--color-primary);
    font-style: italic;
    font-weight: 600;
}

.circle-highlight-svg {
    position: absolute;
    /* extend slightly beyond the text on all sides */
    top: -40%;
    left: -5%;
    width: 110%;
    height: 155%;
    pointer-events: none;
    overflow: visible;
}

/* Filter bar */
.blog-filter-bar {
    position: relative;
    z-index: 50;
    background: var(--color-bg-secondary);
    padding: 0 1.5rem !important;
}

.blog-filter-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    /* overflow must stay visible so dropdown panels aren't clipped */
    overflow: visible;
}

/*Search Input */
.blog-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 420px;
  background: #17171a;
  border: 1px solid #2e2e33;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
 
.blog-search:hover {
  border-color: #3a3a40;
}
 
/* focus state — glowing purple ring, matches brand accent */
.blog-search:focus-within {
  border-color: #ffffff40;
  background: #1a161f;
}
 
.blog-search input#search {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #f3f2f0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 4px 12px 18px;
  caret-color: #931EE2;
}
 
.blog-search input#search::placeholder {
  color: #6c6b73;
  font-weight: 400;
}
 
/* autofill override so Chrome doesn't inject a white background */
.blog-search input#search:-webkit-autofill,
.blog-search input#search:-webkit-autofill:hover,
.blog-search input#search:-webkit-autofill:focus {
  -webkit-text-fill-color: #f3f2f0;
  transition: background-color 5000s ease-in-out 0s;
}
 
.blog-search .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0 16px 0 8px;
  color: #6c6b73;
  cursor: pointer;
  transition: color 0.2s ease;
}
 
.blog-search .input-group-text i {
  font-size: 20px;
  line-height: 1;
}
 
.blog-search:focus-within .input-group-text {
  color: #931EE2;
}
 
.blog-search .input-group-text:hover {
  color: #c9a8e6;
}
 
/* optional: compact variant for tighter nav/header placements */
.blog-search.blog-search--sm input#search {
  padding: 8px 4px 8px 14px;
  font-size: 14px;
}
 
.blog-search.blog-search--sm .input-group-text {
  padding: 0 12px 0 6px;
}
 
.blog-search.blog-search--sm .input-group-text i {
  font-size: 15px;
}

.filter-label {
    font-family: var(--font-geist);
    font-size: 1rem;
    color: var(--color-text-paragraph);
    white-space: nowrap;
    padding: 1rem 0;
    border-right: 1px solid var(--stroke-color);
    padding-right: 2rem;
}

.filter-tabs {
    display: flex;
    align-items: center;
}

.filter-tab {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text-paragraph);
    background: transparent;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-tab:hover {
    color: var(--color-text-white);
    background: #33094F;
}

.filter-tab.active {
    color: var(--color-text-white);
    background: #33094F;
}

/* Dropdown wraps */
.filter-dropdown-wrap {
    position: relative;
}

.filter-caret {
    transition: transform 0.2s ease;
}

.filter-dropdown-btn.panel-open .filter-caret {
    transform: rotate(180deg);
}

/* Panel is now a sibling of the filter row, positioned relative to .fdp-container */
.fdp-container {
    position: relative;
}

.filter-dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--stroke-color);
    z-index: 9999;
    display: none;
    padding: 2rem;
}

.filter-dropdown-panel.open {
    display: block;
}

/* Header row: Apply button + count + Clear */
.fdp-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.fdp-apply-btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-text-white);
    background: transparent;
    border: 1.5px solid var(--stroke-color);
    border-radius: 8px;
    padding: 0.6rem 1.8rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.fdp-apply-btn:hover {
    background: var(--color-primary);
}

.fdp-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fdp-count {
    font-size: 0.875rem;
    color: var(--color-text-white);
    font-weight: 500;
}

.fdp-clear {
    font-size: 0.875rem;
    color: var(--color-text-paragraph);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color 0.15s ease;
}

.fdp-clear:hover {
    color: var(--color-text-white);
}

/* Items grid */
.fdp-grid {
    display: grid;
    gap: 0;
}

.fdp-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.fdp-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.fdp-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease;
    background: var(--color-bg-primary);
}

/* Right-column items get left padding as a separator */
/* .fdp-grid-3 .fdp-item:nth-child(3n+2),
.fdp-grid-3 .fdp-item:nth-child(3n) {
    padding-left: 1.5rem;
    border-left: 1px solid var(--stroke-color);
}

.fdp-grid-2 .fdp-item:nth-child(even) {
    padding-left: 1.5rem;
    border-left: 1px solid var(--stroke-color);
} */

.fdp-icon {
    color: var(--color-primary);
    font-size: 1.1rem;
    line-height: 1;
    transition: color 0.15s ease;
}

.fdp-name {
    font-size: 0.9rem;
    color: var(--color-text-paragraph);
    transition: color 0.15s ease, font-weight 0.15s ease;
}

.fdp-item:hover .fdp-name {
    color: var(--color-text-white);
}

.fdp-item.selected .fdp-name {
    color: var(--color-text-white);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fdp-item.selected .fdp-icon {
    color: var(--color-primary);
}

@media (max-width: 767px) {
    .fdp-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mosaic-heading {
        margin-top: 30px;
    }

    .blog-filter-bar {
        padding: 0 0rem !important;
    }
    .filter-tabs {
        width: 100%;
        background: #17171a;
    }

    .filter-tab {
        padding: 1rem 1rem;
    }

    .filter-dropdown-panel {
        padding: 20px;
    }

    .fdp-container {
        padding: 0 !important;
    }

    .blog-mosaic-hero {
        position: relative;
        overflow: hidden;
        padding: 68px 10px 80px;
    }
    
    .blog-filter-inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 16px;
    }
    
    .blog-filter-inner form {
        width: 100%;
    }
    
    .blog-search {
        width: calc(100% - 32px);
        margin: 0 16px;
        min-width: unset;
    }
}

@media (max-width: 479px) {

    .fdp-grid-3,
    .fdp-grid-2 {
        grid-template-columns: 2;
    }
}



/* ==========================================================================
   Blog Newsletter
   ========================================================================== */
.blog-newsletter {
    position: relative;
    overflow: hidden;
}

.blog-newsletter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.2;
    z-index: -1;
    /*background: url(/assets/frontend/images/vectors/sm-gradient-bg.webp) center / cover no-repeat;*/
     background:  url('../images/vectors/sm-gradient-bg.webp') center / cover no-repeat;
}

.blog-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.blog-newsletter-left {
    flex: 1;
}

.blog-newsletter-title {
    margin-bottom: 16px;
}

.blog-newsletter-form {
    /*display: flex;*/
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.blog-newsletter-input-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 0.8rem 1.25rem;
    backdrop-filter: blur(10px);
    min-width: 320px;
}

.blog-newsletter-input-wrap:focus-within {
    border: 2px solid var(--stroke-color);
}

.blog-newsletter-input-wrap i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.blog-newsletter-input-wrap input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.9rem;
    width: 100%;
}

.blog-newsletter-input-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.blog-newsletter .sc-btn-primary {
    padding: 0.75rem 1.5rem;
}

@media (max-width: 767px) {
    .blog-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-newsletter-form {
        width: 100%;
        flex-direction: column;
    }

    .blog-newsletter-input-wrap {
        width: 100%;
        min-width: unset;
    }

    .blog-newsletter-form .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.sc-footer {
    background: var(--color-bg-secondary);
    color: var(--color-text-paragraph);
    padding: 100px 20px 0;
}

.sc-logo-footer {
    margin-top: 1rem;
    width: 100%;
}

.sc-logo-footer img {
    width: 80%;
}

.sc-footer-tag {
    font-size: 16px;
    color: var(--color-text-paragraph);
    max-width: 90%;
}

.sc-footer h4 {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-text-paragraph);
    margin-bottom: 1.2rem;
    opacity: 0.6;
}

.sc-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-footer ul a {
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 8px;
}

.sc-footer ul a i {
    font-size: 12px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
}

.sc-footer ul a:hover {
    color: var(--color-text-white);
}

.sc-footer ul a:hover i {
    opacity: 1;
    transform: translateX(0);
}

.sc-footer-bottom {
    margin-top: 3.5rem;
    padding: 20px 20px;
    border-top: 1px solid rgba(244, 245, 241, 0.1);
}

.sc-footer-bottom .container {
    font-size: 0.82rem;
}

.sc-footer-belief {
    font-family: var(--font-mono);
    letter-spacing: 0.06em;
    color: var(--signal);
}

/*Rating CSS */
.tp-widget-wrapper {
    font-size: 0;
    text-align: left;
}
.review-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}
.google-review img{
   width: 70px;
}
.google-review .top {
   display: flex;
   justify-content: center;
   color: #fff;
}
.google-review i{
   font-size: 14px;
}
.google-review .rating{
   font-size: 14px;
}

@media (max-width: 767px) {
    .sc-footer {
        padding: 70px 10px 0;
    }

    .sc-footer-tag {
        max-width: 100%;
    }

    .sc-logo-footer img {
        width: 100%;
    }

    .sc-footer-bottom {
        padding: 20px 8px;
    }
}

/* All Responsive */
@media (min-width: 766.9px) {
    .hide-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }
}

/* ==========================================================================
   Inner Pages Sections Style
   ========================================================================== */
/* ========== Industry page ========= */
.industry-hero {
    padding: 70px 20px 0;
    display: flex;
    align-items: center;
    background: var(--color-bg-secondary);
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.industry-description {
    max-width: 520px;
}

.industry-art {
    position: relative;
}

.help-industry .belief-visual {
    padding: 10px;
}

.help-industry .belief-visual img{
    border-radius: 16px;
    aspect-ratio: 4/3.5;
    object-fit: cover;
}

@media (max-width: 991px) {
    .industry-art img {
        width: 70%;
        margin: auto;
        display: block;
    }

    .industry-hero {
        padding: 50px 20px 70px;
    }
}


/* ========== Showcase warpper section =========  */

/* ===========================
   Showcase
=========================== */

.showcase-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    height: 600px;
}

.showcase-item {
    width: 120px;
    display: flex;
    overflow: hidden;
    border-radius: 24px;
    background: var(--color-bg-secondary);
    position: relative;
}

.showcase-item.active {
    width: calc(100% - 136px);
}

.showcase-tab {
    width: 120px;
    min-width: 120px;
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.showcase-tab span {

    writing-mode: vertical-rl;
    transform: rotate(180deg);

    display: flex;
    align-items: center;
    gap: 8px;

    color: #fff;
    font-size: 24px;

}

.showcase-preview {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.preview-frame {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;

}

.preview-frame img,
.preview-frame video {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transform: scale(1.08);
    border-radius: 15px;
    border: 10px solid var(--color-bg-secondary);
}

.showcase-tap-hint {
    position: absolute;
    right: 24px;
    top: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border-radius: 999px;
    cursor: pointer;
    border: none;

}

.showcase-tap-hint i {
    border-radius: 50%;
    font-size: 18px;
    animation: pulse .8s infinite;
}

.showcase-tap-hint.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    animation: none;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .showcase-tap-hint {
        animation: none;
    }
}

@media (max-width: 991px) {
    .showcase-wrapper {
        height: auto;
    }

    .showcase-item.active {
        width: 100%;
    }

    .preview-frame {
        border-radius: 0px;
    }

    .showcase-item {
        border-radius: 0px;
    }

    .preview-frame video {
        border-width: 1px;
        border-radius: 0px;
    }
}


/*========== Featured Work ==========*/

.sc-featured-work {
    overflow: hidden;
}


/*---------------------------------------
    Heading
    ---------------------------------------*/
.sc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    color: #ddd;
    font-size: 14px;
    margin-bottom: 28px;
    background: #181818;
}

/*---------------------------------------
    Cards
    ---------------------------------------*/
.featured-card {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #1b1b1b;
    text-decoration: none;
}

.featured-top {
    position: absolute;
    top: 28px;
    left: 32px;
    z-index: 5;
    display: flex;
    gap: 12px;
    text-transform: uppercase;
}

.featured-image {
    height: 100%;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .9s cubic-bezier(.2, .8, .2, 1);
    aspect-ratio: 4 / 2.3;
}

.featured-card:hover img {
    transform: scale(1.08);
}

/*---------------------------------------
    Content Card
    ---------------------------------------*/
.featured-content {
    height: 100%;
    padding: 52px;
    background: var(--color-bg-secondary);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.featured-content h3 {
    font-size: 28px;
    margin-bottom: 32px;
    font-weight: 500;
    letter-spacing: -1px;
}

/*.featured-content p {*/
/*    margin-bottom: 102px;*/
/*}*/

.featured-content a {
    width: fit-content;
}

/* =========== sc-card ========== */

.sc-card {
    padding: 50px;
    border-radius: 24px;
    background-color: var(--color-bg-secondary);
    height: 100%;
}

.sc-card p{
    margin-bottom: 16px;
}

.sc-card p:nth-last-of-type(2) {
    margin-bottom: 0px;
}

.sc-card p:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.sc-gradeint-card {
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    height: 100%;
    align-content: center;
    padding: 20px;
}

.sc-gradeint-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.3;
    /*background: url(/assets/frontend/images/vectors/sm-gradient-bg.webp) center / cover no-repeat;*/
     background:  url('../images/vectors/sm-gradient-bg.webp') center / cover no-repeat;
    z-index: -1;
}

.sc-card .Section-head {
    margin-bottom: 32px;
}

.sc-card p:first-of-type {
    margin-bottom: 24px;
}

/* ===========================================================================
   Healthcare priorities slider
   ========================================================================== */
.sc-slider {
    /* overflow: hidden; */
}

.healthcarePrioritiesSwiper {
    overflow: visible;
}

.sc-priority-card {
    position: relative;
    display: flex;
    min-height: 300px;
    padding: 28px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 18px;
    background: var(--color-bg-secondary);
    transition: border-color .3s ease, transform .3s ease, background .3s ease;
}

.sc-priority-card:hover {
    border-color: var(--stroke-color);
}

.sc-priority-icon {
    margin-bottom: auto;
    color: var(--color-text-white);
    font-size: 22px;
    font-weight: 400;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--stroke-color);
    border-radius: 12px;
}

.sc-priority-card h3 {
    max-width: 280px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.05;
}

.sc-priority-card p {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.5;
}

.sc-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
}

.healthcare-priorities-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===========================================================================
   Technical Profiles
   ========================================================================== */
.tech-profiles-intro {
    display: flex;
    height: calc(100vh - 130px);
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    border-radius: 24px;
    background: var(--color-bg-primary);
    border: 1px solid var(--stroke-color);
}

.tech-profiles-section .sc-section-title {
    margin-bottom: 32px;
}

.tech-profiles-title .fade-text {
    display: block;
    background: linear-gradient(180deg, #ffffff 0%, #8a8a8a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.tech-profiles-intro p {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.6;
}

.tech-profile-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tech-profile-card {
    padding: 50px;
    border-radius: 24px;
    background: var(--color-bg-secondary);
}


.tech-profile-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.tech-profile-icon {
    color: var(--color-text-white);
    font-size: 22px;
    font-weight: 400;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--stroke-color);
    border-radius: 12px;
}

.tech-profile-head h3 {
    font-size: 20px;
    color: var(--color-text-white);
}

.tech-profile-card>p {
    margin-bottom: 42px;
}

.tech-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-tag {
    font-size: 14px;
    color: var(--color-text-paragraph);
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--color-bg-primary);
}

@media (max-width: 991px) {
    .tech-profiles-intro {
        height: auto;
        min-height: auto;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .tech-profile-card {
        padding: 24px;
    }

    .tech-profiles-intro {
        padding: 32px 24px;
    }
}

.healthcare-priorities-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    opacity: 1;
    background: rgba(255, 255, 255, .2);
    transition: width .25s ease, background .25s ease;
}

.healthcare-priorities-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 8px;
    background: var(--color-text-paragraph);
}

.sc-slider-nav {
    display: flex;
    gap: 8px;
}

.sc-slider-nav button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--stroke-color);
    border-radius: 12px;
    background: transparent;
    color: var(--color-text-white);
    font-size: 1.2rem;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.sc-slider-nav button:hover:not(.swiper-button-disabled) {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.sc-slider-nav .swiper-button-disabled {
    cursor: not-allowed;
    opacity: .38;
}

@media (max-width: 575px) {
    .sc-priority-card {
        min-height: 295px;
        padding: 24px;
    }
}


/*---------------------------------------
Responsive
---------------------------------------*/

@media(max-width:991px) {

    .featured-content {
        padding: 40px;
    }


}

@media(max-width:767px) {
    .featured-content {
        padding: 28px;
    }

    .featured-top {
        left: 20px;
        top: 20px;
        gap: 16px;
        flex-wrap: wrap;
    }

    .featured-image {
        height: 300px;
    }

    .sc-featured-work .linear.sc-eyebrow {
        margin-bottom: 0;
    }
}

/* ===========================================================================
   FAQ
   ========================================================================== */
.sc-faq {
    /* border-top: 1px solid var(--stroke-color); */
}

.sc-faq .accordion-item {
    border: 0;
    /*border: 1px solid var(--stroke-color);*/
    border-radius: 0;
    background: var(--color-bg-secondary);
    border-radius: 16px;
    margin-bottom: 16px;
}

.sc-faq .accordion-item:last-child {
    margin-bottom: 0px;
}

.sc-faq .accordion-button {
    position: relative;
    padding: 24px 52px 24px 24px;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: var(--color-text-white);
    font-family: var(--font-geist);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.sc-faq .accordion-button::after {
    content: "<svg width=" 18" height=" 18" viewBox=" 0 0 20 20" fill=" none" stroke=" currentColor"><path d=" M4.16675 10H7.91675" stroke=" white" stroke-width=" 1.5" stroke-linecap=" round" stroke-linejoin=" round"></path><path d=" M10 4.16669V5.00002C10 7.76144 12.2386 10 15 10H16.25" stroke=" white" stroke-width=" 1.5" stroke-linecap=" round" stroke-linejoin=" round"></path><path d=" M10 12.0833V13.75V15.8333" stroke=" white" stroke-width=" 1.5" stroke-linecap=" round" stroke-linejoin=" round"></path></svg>" !important;
    position: absolute;
    right: 12px;
    width: 30px;
    height: 30px;
    margin: 0;
    background: none;
    content: "+";
    color: var(--color-text-white);
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}

.sc-faq .accordion-button:not(.collapsed) {
    color: var(--color-text-white);
}

.sc-faq .accordion-button:not(.collapsed)::after {
    content: "−" !important;
}

.sc-faq .accordion-body {
    max-width: 720px;
    padding: 8px 0 24px 24px;
    color: var(--color-text-paragraph);
}

@media (max-width: 575px) {
    .sc-faq .accordion-button {
        padding: 16px 46px 16px 16px;
    }

    .sc-faq .accordion-body {
        padding: 8px 46px 16px 16px;
    }
}

/* Service Page Css  */

.service-hero {
    padding: 150px 20px 100px;
    background-color: var(--color-bg-secondary);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
    overflow: hidden;
}

.service-hero .banner-img {
    position: absolute;
    height: 100%;
    right: -30%;
    top: 55%;
    transform: translateY(-50%);
    width: 80%;
    opacity: .8;
}

.wis {
    padding: 100px 20px;
    border-radius: 24px;
}

.pills {
    display: flex;
    gap: 8px;
    list-style: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    padding: 0;
}

.pills li {
    padding: 14px 30px;
    border-radius: 999px;
    background-color: var(--color-bg-primary);
}

.srvc-belief .belief-visual {
   padding: 20px;
}

.featured-case-study-slider {
    overflow: hidden;
}

.featured-case-study-slider .swiper-slide {
    width: 100%;
}

@media (max-width: 991px) {
    .service-hero .banner-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .service-hero {
        padding: 150px 10px 70px;
    }

    .wis {
        padding: 70px 16px;
        border-radius: 24px;
    }
}

/*Solution page */
.smes {
            padding: 100px 20px;
            background: var(--color-bg-secondary);
            border-radius: 24px;
        }

        .smes .eyebrow {
            margin-bottom: 16px;
            display: inline-block;
        }

        @media (max-width: 767px) {
            .smes {
                padding: 70px 20px;
            }
        }

/* ==========================================================================
   Scroll reveal base state (animated via GSAP)
   ========================================================================== */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
}

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1;
        transform: none;
    }

    .sc-eco-hover {
        transition: none;
    }

    * {
        scroll-behavior: auto !important;
    }
}

/* ==========================================================================
   Career Page
   ========================================================================== */

/* Hero */
.sc-hero-career {
    padding: 150px 20px 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.career-hero-title {
    font-size: 42px;
    text-transform: uppercase;
    line-height: .9;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.career-hero-sub {
    color: var(--color-text-paragraph);
    margin-bottom: 40px;
}

.career-hero-tabs {
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}

/* Photo Gallery Strip */
.career-gallery-strip {
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.career-gallery-strip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    background: #111;
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 15%, rgba(17, 17, 17, 0) 85%, rgba(17, 17, 17, 1) 100%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.gallery-track {
    display: flex;
    gap: 8px;
    width: max-content;
    animation: galleryScroll 40s linear infinite;
}

.gallery-track:hover {
    animation-play-state: paused;
}

.gallery-track--reverse {
    display: none;
    animation-name: galleryScrollReverse;
}

.gallery-slide {
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--color-bg-secondary);
}

.gallery-slide:nth-child(7n+1) {
    width: 320px;
}

.gallery-slide:nth-child(7n+2) {
    width: 220px;
}

.gallery-slide:nth-child(7n+3) {
    width: 380px;
}

.gallery-slide:nth-child(7n+4) {
    width: 260px;
}

.gallery-slide:nth-child(7n+5) {
    width: 300px;
}

.gallery-slide:nth-child(7n+6) {
    width: 240px;
}

.gallery-slide:nth-child(7n+7) {
    width: 360px;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.gallery-slide:hover img {
    filter: grayscale(0%);
}

@keyframes galleryScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes galleryScrollReverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.career-perks-title em {
    font-style: normal;
    color: var(--color-primary);
}

.career-perks-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    width: 60%;
    margin: auto;
}

.perk-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 14px;
    color: var(--color-text-paragraph);
    background: var(--color-bg-secondary);
    transition: border-color 0.25s ease, color 0.25s ease;
}

.perk-tag:hover {
    border: 1px solid var(--stroke-color);
    color: #fff;
}

.perk-tag i {
    font-size: 18px;
    color: var(--color-text-white);
}

/* Positions Section */
.career-positions {
    padding: 100px 0;
}

.positions-list {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 52px 4px 4px 4px;
    overflow: hidden;
    background: var(--color-bg-secondary);
}

.position-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--color-bg-primary);
    padding: 4px 32px 4px 4px;
    transition: background 0.2s ease;
    margin-bottom: 4px;
    border-radius: 16px;
    border: 1px solid transparent;
}

.position-item:last-child {
    margin-bottom: 0px;
}

.position-item:hover {
    border: 1px solid var(--stroke-color);
}

.position-icon {
    width: 82px;
    height: 82px;
    border-radius: 12px;
    background: var(--color-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    padding: 8px;
}

.position-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.position-icon-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--color-primary);
}

.position-info {
    flex: 1;
}

.position-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.position-info p {
    font-size: 13px;
    color: var(--color-text-paragraph);
    margin: 0;
}

.position-apply {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-paragraph);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.position-apply:hover {
    color: var(--color-primary);
}

/* Career Page Responsive */
@media (max-width: 768px) {
    .sc-hero-career {
        padding: 160px 16px 80px;
    }

    .career-hero-title {
        font-size: 36px;
    }

    .career-gallery-strip {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .gallery-track--reverse {
        display: flex;
    }

    .gallery-slide {
        height: 120px;
    }

    .gallery-slide:nth-child(7n+1) {
        width: 240px;
    }

    .gallery-slide:nth-child(7n+2) {
        width: 160px;
    }

    .gallery-slide:nth-child(7n+3) {
        width: 280px;
    }

    .gallery-slide:nth-child(7n+4) {
        width: 190px;
    }

    .gallery-slide:nth-child(7n+5) {
        width: 220px;
    }

    .gallery-slide:nth-child(7n+6) {
        width: 175px;
    }

    .gallery-slide:nth-child(7n+7) {
        width: 260px;
    }

    .career-perks-title {
        font-size: 26px;
    }

    .career-positions-title {
        font-size: 32px;
    }

    .career-perks-tags {
        width: 100%;
        gap: 4px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .perk-tag {
        font-size: 12px;
        padding: 8px 12px;
        /* background: transparent; */
        text-align: left;
        align-items: start;
        border-radius: 8px;
    }

    .perk-tag i {
        font-size: 14px;
        margin-top: 2px;
    }

    .position-item {
        padding: 12px 12px 50px;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
        border-top: 1px solid var(--stroke-color);
    }

    .position-apply {
        width: 100%;
        margin-top: 0px;
        justify-content: center;
        padding: 8px 0;
        position: absolute;
        bottom: 0px;
        left: 0;
        background: #931ee226;
    }
}

/*deo SS Showcase On solution page */

  .product-showcase-slider {
    position: relative;
    overflow: hidden;
}

.product-showcase-card {
    width: 100%;
}

.product-showcase-image {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.product-showcase-image img {
    display: block;
    width: 100%;
    height: auto;
}

.product-showcase-pagination {
    margin-top: 24px;
    text-align: center;
}

.product-showcase-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #acacac;
}