:root {
    --navy-950: #071423;
    --navy-900: #0a1d33;
    --navy-800: #102a46;
    --navy-700: #173b61;
    --red-600: #e3151e;
    --red-500: #f02d36;
    --red-100: #ffe8e9;
    --blue-100: #e9f4ff;
    --paper: #f7f8fa;
    --white: #ffffff;
    --ink: #0d1b2a;
    --muted: #5f6b7a;
    --line: #dfe4ea;
    --shadow: 0 24px 70px rgba(5, 20, 38, .12);
    --radius: 24px;
    --container: 1200px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", Arial, sans-serif;  
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

body.menu-open {
    overflow: hidden
}

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

button {
    font: inherit
}

img,
svg {
    display: block;
    max-width: 100%
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0
}

h1,
h2,
h3,
h4 {
    
    letter-spacing: -.035em;
    line-height: 1.08
}
.brandSlider{
    height: 38px;
    display: flex;
    align: center
}
.brandSlider.slick-slider{
    display: block;
}
.brandSlider .slick-track{
    display: flex;
    align-items: center;
    justify-content: center;
}
.brandSlider .client_img,
.brandSlider .slick-slide {
    min-width: 194px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overflow-hidden{
    overflow: hidden
}

/*********************************/
/* whatsApp */
.whatsApp-send-btn {
    margin: 0 0 20px 0 !important;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0px !important;
    text-align: center !important;
    height: 52px;
    min-width: 52px;
    border: 1px solid #363636;
    border-radius: 100px;
    visibility: visible;
    transition: none !important;
    background-color: #e3151e;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.4);
    right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsApp-send-btn:focus {
    outline: 0;
}
.whatsApp-send-btn i.fab.fa-whatsapp, 
.whatsApp-chatbox-brand i.fab.fa-whatsapp{
    font-size: 30px;
    color: #fff;
}
.whatsApp-send-btn-clicked {
    border: 1px solid #363636;
}

 .whatsApp-send-btn-clicked #whatsApp-svg {
    display: none !important;
}  

.whatsApp-send-btn-clicked #whatsApp-opened-svg {
    display: block !important;
}

.whatsApp-chatbox-bubble {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 16000160 !important;
    position: fixed !important;
    margin-bottom: 63px;
    bottom: 20px !important;
    right: 10px;
}

.whatsApp-chatbox-bubble-closed,
.whatsApp-chatbox-bubble-closed1 {
    display: none;
}

.whatsApp-chatbox-bubble-close-btn {
    height: 20px;
    min-width: 20px;
    background: #000000;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
}

.whatsApp-chatbox-bubble-text {
    font-family: 'Helvetica Neue' !important;
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #e3151e;
    border-radius: 0px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #202020;
    cursor: pointer;
}

.whatsApp-chatbox {
    transition: scale 150ms ease-in, opacity 250ms ease-in;
    max-width: 360px !important;
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 106px;
    margin-bottom: 92px;
    min-width: 320px;
    position: fixed !important;
    bottom: 30px !important;
    right: 20px;
    border-radius: 0px;
    border: 2px solid #363636;
    box-shadow: 4px 6px 0px #e3151e;
    padding: 32px 32px;
    min-height: 279px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    pointer-events: none;
    opacity: 0;
    scale: 0;
    transform-origin: right bottom;
}

.whatsApp-chatbox::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 29px;
    width: 0;
    height: 0;
    border-width: 0 0px 30px 30px;
    border-color: transparent transparent white transparent;
    border-style: solid;
    transform: rotate(270deg);
    z-index: 1;
}

.whatsApp-chatbox::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 27px;
    width: 0;
    height: 0;
    border-width: 0px 0px 34px 34px;
    border-color: transparent transparent black transparent;
    border-style: solid;
    border-radius: 2px;
    filter: drop-shadow(-2px 5px 0px #e3151e);
    transform: rotate(270deg);
}

.whatsApp-chatbox-visible {
    pointer-events: auto;
    opacity: 1;
    scale: 1;
}

.whatsApp-chatbox .whatsApp-chatbox-close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 19px;
    background-color: #000000;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
}

.whatsApp-chatbox-brand {
    width: 52px;
    height: 52px;
    border: 1px solid #363636;
    box-shadow: 0px 2px 240px rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e3151e;
}

.whatsApp-send-btn .icon,
.whatsApp-chatbox-brand .icon {
    width: 26px;
}

.whatsApp-chatbox-content-chat {
    font-family: 'Helvetica Neue' !important;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.whatsApp-chatbox-content-send-btn {
    background-color: #1D1D1B !important;
    box-shadow: 4px 4px 0px #e3151e;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
    opacity: 1 !important;
}

.whatsApp-chatbox-send-btn-text {
     font-family: 'Helvetica Neue' !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
}


@media (max-width: 767px){
    .whatsApp-send-btn {
        display: none;
    }
    .whatsApp-send-btn.d-flex.d-md-none.whatsApp-send-btn-clicked {
        display: flex;
    }
    .whatsApp-send-btn-clicked #whatsApp-svg {
        display: block !important;
    }
      .for-des{
       display: none;
    }
}
@media (min-width: 768px) {
    .whatsApp-send-btn.d-md-none {
        display: none !important;
    }
      .for-mob{
      display:none !important;
    }
    
}
/*****************************/






.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto
}

.section {
    padding: 112px 0
}

.section-sm {
    padding: 76px 0
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 800;
    color: var(--red-600)
}

.eyebrow:before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor
}

.section-title {
    font-size: clamp(34px, 5vw, 58px);
    max-width: 850px;
    margin: 18px 0 20px
}

.section-intro {
    max-width: 650px;
    color: var(--muted);
    font-size: 18px
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 54px
}

.section-head .section-intro {
    margin-bottom: 5px
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--navy-800);
    font-weight: 800;
    border-bottom: 1px solid currentColor;
    padding-bottom: 3px
}

.text-link svg {
    transition: transform .25s ease
}

.text-link:hover svg {
    transform: translateX(4px)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: var(--red-600);
    color: white;
    box-shadow: 0 14px 34px rgba(227, 21, 30, .28)
}

.btn-primary:hover {
    background: var(--red-500);
    box-shadow: 0 18px 40px rgba(227, 21, 30, .34)
}

.btn-secondary {
    background: rgba(255, 255, 255, .08);
    color: white;
    border-color: rgba(255, 255, 255, .22);
    backdrop-filter: blur(10px)
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .38)
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

/* Header */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    transition: background .25s ease, box-shadow .25s ease
}

.site-header.is-scrolled {
    background: rgba(7, 20, 35, .92);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

.nav {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: white;
    
    font-weight: 800;
    letter-spacing: -.02em
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--red-600);
    box-shadow: 0 10px 30px rgba(227, 21, 30, .24)
}

.brand-mark svg {
    width: 24px;
    height: 24px
}

.brand-copy small {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .58);
    margin-top: -2px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 700
}

.nav-links a {
    position: relative
}

.nav-links a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: var(--red-500);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease
}

.nav-links a:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.header-cta {
    min-height: 44px;
    padding: 0 18px;
    background: white;
    color: var(--navy-950);
    font-size: 14px
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    place-items: center;
    cursor: pointer
}

.mobile-menu {
    display: none
}

/* Hero */
.hero {
    position: relative;
    min-height: 820px;
    padding: 160px 0 80px;
    overflow: hidden;
    background:
    radial-gradient(circle at 84% 12%, rgba(227, 21, 30, .23), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(46, 116, 181, .18), transparent 30%),
    linear-gradient(145deg, var(--navy-950), var(--navy-900) 58%, #0d2946);
    color: white
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 84%)
}

.hero:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    right: -140px;
    top: 120px;
    box-shadow: 0 0 0 90px rgba(255, 255, 255, .025), 0 0 0 180px rgba(255, 255, 255, .018)
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    gap: 72px;
    align-items: center
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82)
}

.hero-kicker i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red-500);
    box-shadow: 0 0 0 5px rgba(240, 45, 54, .15)
}

.hero h1 {
    font-size: clamp(50px, 6.7vw, 86px);
    line-height: .98;
    margin: 28px 0 28px;
    max-width: 780px
}

.hero h1 span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .54)
}

.hero-lead {
    max-width: 650px;
    color: rgba(255, 255, 255, .68);
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 36px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .13)
}

.proof-item {
    display: flex;
    gap: 12px;
    align-items: center;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700
}

.proof-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .08);
    color: var(--red-500)
}

.proof-icon svg {
    width: 17px;
    height: 17px
}

.hero-visual {
    position: relative;
    min-height: 570px
}

.system-card {
    position: absolute;
    inset: 24px 0 24px 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 32px;
    background: linear-gradient(155deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
    box-shadow: 0 40px 100px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
    overflow: hidden
}

.system-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 15%, rgba(255, 255, 255, .08) 48%, transparent 75%);
    transform: translateX(-100%);
    animation: sheen 7s ease-in-out infinite
}

@keyframes sheen {

    0%,
    28% {
    transform: translateX(-100%)
    }

    58%,
    100% {
    transform: translateX(100%)
    }
}

.system-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .11)
}

.window-dots {
    display: flex;
    gap: 7px
}

.window-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .24)
}

.window-dots i:first-child {
    background: var(--red-500)
}

.status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .58)
}

.status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #66e3a4;
    box-shadow: 0 0 0 4px rgba(102, 227, 164, .12)
}

.system-body {
    padding: 30px
}

.system-heading {
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 18px
}

.orbit {
    position: relative;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 6px auto 0;
    max-width: 390px;
    border: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    place-items: center
}

.orbit:before,
.orbit:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .13)
}

.orbit:before {
    inset: 14%
}

.orbit:after {
    inset: 30%
}

.core {
    position: relative;
    z-index: 3;
    width: 118px;
    height: 118px;
    border-radius: 30px;
    background: linear-gradient(145deg, var(--red-500), #b90912);
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: 0 24px 50px rgba(227, 21, 30, .38);
    font-family: "Manrope";
    font-weight: 800;
    font-size: 26px
}

.core small {
    display: block;
    font-family: "DM Sans";
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: rgba(255, 255, 255, .72)
}

.node {
    position: absolute;
    z-index: 4;
    width: 100px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 15px;
    background: #132d49;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    color: rgba(255, 255, 255, .82)
}

.node svg {
    width: 20px;
    height: 20px;
    margin: 0 auto 6px;
    color: var(--red-500)
}

.node-1 {
    top: 1%;
    left: 35%
}

.node-2 {
    right: -3%;
    top: 36%
}

.node-3 {
    right: 8%;
    bottom: 6%
}

.node-4 {
    left: 5%;
    bottom: 9%
}

.node-5 {
    left: -6%;
    top: 35%
}

.float-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 18px;
    border-radius: 18px;
    background: white;
    color: var(--ink);
    box-shadow: var(--shadow)
}

.float-card strong {
    display: block;
    font-family: "Manrope";
    font-size: 14px
}

.float-card span {
    display: block;
    font-size: 11px;
    color: var(--muted)
}

.float-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--red-100);
    color: var(--red-600)
}

.float-card .icon svg {
    width: 20px;
    height: 20px
}

.float-a {
    left: -32px;
    bottom: 82px;
    animation: float 5s ease-in-out infinite
}

.float-b {
    right: -30px;
    top: 86px;
    animation: float 5s ease-in-out 1.2s infinite
}

@keyframes float {
    50% {
    transform: translateY(-10px)
    }
}

/* Trust */
.trust-strip {
    position: relative;
    z-index: 3;
    margin-top: -36px
}

.trust-inner {
    background: white;
    border: 1px solid rgba(10, 29, 51, .08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(10, 29, 51, .09);
    padding: 22px 28px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 34px
}

.trust-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800;
    color: var(--muted);
    padding-right: 30px;
    border-right: 1px solid var(--line)
}

/* .logo-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center
} */

/* .logo-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 34px;
    color: #6f7885;
    filter: grayscale(1);
    opacity: .86;
    font-family: "Manrope";
    font-weight: 800;
    font-size: 14px;
    text-align: center
} */

/* Outcomes */
.outcomes-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 88px;
    align-items: start
}

.outcomes-sticky {
    position: sticky;
    top: 120px
}

.outcome-list {
    border-top: 1px solid var(--line)
}

.outcome-item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 18px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid var(--line)
}

.outcome-num {
    font-family: "Manrope";
    font-size: 13px;
    color: var(--red-600);
    font-weight: 800;
    padding-top: 4px
}

.outcome-item h3 {
    font-size: 24px;
    margin: 0 0 8px
}
.outcome-item h3:hover{
    color:#e3151e;
}

.outcome-item p {
    color: var(--muted);
    margin: 0;
    max-width: 520px
}

.outcome-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    transition: .25s ease
}

.outcome-item:hover .outcome-arrow {
    background: var(--navy-900);
    color: white;
    border-color: var(--navy-900);
    transform: translate(4px, -4px)
}

/* Services */
.services {
    background: var(--navy-950);
    color: white;
    position: relative;
    overflow: hidden
}

.services:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 5% 10%, rgba(227, 21, 30, .18), transparent 22%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: auto, 72px 72px, 72px 72px
}

.services .container {
    position: relative;
    z-index: 2
}

.services .section-intro {
    color: rgba(255, 255, 255, .62)
}

.services-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 286px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
    overflow: hidden;
    transition: transform .3s ease, background .3s ease, border-color .3s ease
}

.service-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .25)
}

.service-card.featured {
    grid-row: span 2;
    min-height: 588px;
    background: linear-gradient(155deg, var(--red-600), #b10912)
}

.service-card.featured:after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    right: -120px;
    bottom: -120px;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .05), 0 0 0 140px rgba(255, 255, 255, .025)
}

.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .13);
    color: var(--red-500)
}

.featured .service-icon {
    color: white;
    background: rgba(255, 255, 255, .14)
}

.service-icon svg {
    width: 25px;
    height: 25px
}

.service-card h3 {
    font-size: 25px;
    margin: 34px 0 14px;
    max-width: 360px
}

.service-card.featured h3 {
    font-size: 39px;
    margin-top: 56px
}

.service-card p {
    color: rgba(255, 255, 255, .62);
    max-width: 440px;
    margin-bottom: 0
}

.featured p {
    color: rgba(255, 255, 255, .82);
    font-size: 17px
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 24px
}

.tech-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    font-size: 11px;
    font-weight: 800;
    color: rgba(255, 255, 255, .72)
}

.service-card>* {
    position: relative;
    z-index: 1
}

.service-link {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 800
}

.service-link:hover , .tech-tags:hover a{
        color: #d7d7d7;
}

.service-link svg {
    transition: transform .25s
}

.service-card:hover .service-link svg {
    transform: translateX(5px)
}

/* Agentforce */
.agentforce-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.agentforce-visual {
    position: relative;
    min-height: 500px;
    border-radius: 32px;
    background: linear-gradient(145deg, #edf7ff, #fff);
    border: 1px solid #d9eaf7;
    overflow: hidden;
    padding: 38px;
    box-shadow: 0 30px 80px rgba(16, 42, 70, .1)
}

.agentforce-visual:before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(227, 21, 30, .16), rgba(227, 21, 30, 0) 70%);
    right: -80px;
    top: -100px
}

.ai-console {
    position: relative;
    z-index: 2;
    background: var(--navy-950);
    border-radius: 22px;
    color: white;
    padding: 24px;
    min-height: 420px;
    box-shadow: 0 28px 60px rgba(7, 20, 35, .25)
}

.ai-console-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.ai-console-head strong {
    font-family: "Manrope"
}

.ai-badge {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #83edb5
}

.workflow {
    padding-top: 26px;
    display: grid;
    gap: 14px
}

.workflow-row {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .08)
}

.workflow-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(227, 21, 30, .16);
    color: var(--red-500);
    text-align: center;
    line-height: 36px;
}

.workflow-row strong {
    font-size: 13px
}

.workflow-row span {
    display: block;
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
}

.workflow-state {
    font-size: 10px !important;
    color: #83edb5 !important;
    text-transform: uppercase;
    letter-spacing: .08em
}

.agentforce-copy .section-title {
    font-size: clamp(36px, 4.7vw, 60px)
}

.check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0 34px
}

.check-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 700
}

.check-item i {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--red-100);
    color: var(--red-600);
    font-style: normal;
    font-size: 12px
}

/* Work */
.work {
    background: white
}

.projects {
    display: grid;
    gap: 18px
}

.project {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 450px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--paper)
}

.project:nth-child(even) {
    grid-template-columns: .92fr 1.08fr
}

.project:nth-child(even) .project-art {
    order: 2
}

.project-art {
    position: relative;
    overflow: hidden;
    background: var(--navy-900);
    padding: 0px;
    color: white;
    isolation: isolate
}

.project-art:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 10%, rgba(227, 21, 30, .46), transparent 30%), linear-gradient(130deg, transparent, rgba(255, 255, 255, .06));
    z-index: -2
}

.project-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 42px 42px;
    z-index: -1;
    mask-image: linear-gradient(135deg, #000, transparent 85%)
}
.project-art img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-tag {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(227, 20, 37, .75);
    border: 1px solid rgba(227, 20, 37, .75);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 800;
    position: absolute;
    top: 34px;
    left: 34px;
    z-index: 11;
}

.project-copy {
    padding: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.project-copy h3 {
    font-size: 38px;
    margin: 14px 0 18px
}

.project-copy p {
    color: var(--muted);
    font-size: 17px
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 28px
}

.project-meta span {
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: var(--navy-700)
}

/* Industries and process */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 44px
}

.industry-card {
    min-height: 130px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    padding: 22px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .25s ease
}

.industry-card:hover {
    transform: translateY(-5px);
    border-color: rgba(227, 21, 30, .35);
    box-shadow: 0 18px 45px rgba(10, 29, 51, .08)
}

.industry-card svg {
    width: 30px;
    height: 30px;
    color: var(--red-600);
    display: block;
    margin: auto;
}

.industry-card strong {
    width: 100%;
    font-family: "Manrope";
    font-size: 16px
}

.process {
    background: #eef2f6
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 50px;
    border-top: 1px solid #ccd4dc
}

.process-step {
    position: relative;
    padding: 34px 28px 0 0;
    min-height: 240px;
    border-right: 1px solid #ccd4dc
}

.process-step:not(:first-child) {
    padding-left: 28px
}

.process-step:last-child {
    border-right: 0
}

.process-step .step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--navy-950);
    color: white;
    font-family: "Manrope";
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 30px
}

.process-step h3 {
    font-size: 23px;
    margin-bottom: 12px
}

.process-step p {
    color: var(--muted);
    font-size: 14px
}

/* Why and testimonial */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center
}

.four-t {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.t-card {
    min-height: 210px;
    padding: 26px;
    border-radius: 20px;
    background: white;
    border: 1px solid var(--line)
}

.t-card:nth-child(2),
.t-card:nth-child(3) {
    background: var(--navy-900);
    color: white;
    border-color: var(--navy-900)
}

.t-letter {
    font-family: "Manrope";
    font-size: 46px;
    font-weight: 800;
    color: var(--red-600);
    line-height: 1;
    margin-bottom: 24px
}

.t-card h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.t-card p {
    font-size: 14px;
    color: var(--muted)
}

.t-card:nth-child(2) p,
.t-card:nth-child(3) p {
    color: rgba(255, 255, 255, .62)
}

.testimonial-band {
    background: var(--red-600);
    color: white;
    overflow: hidden;
    position: relative
}

.testimonial-band:before {
    content: "“";
    position: absolute;
    right: 2%;
    top: -120px;
    font-family: Georgia, serif;
    font-size: 420px;
    line-height: 1;
    color: rgba(255, 255, 255, .1)
}

.testimonial-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .4fr 1.6fr;
    gap: 70px;
    align-items: start
}

.quote-mark {
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: .7;
    color: rgba(255, 255, 255, .35)
}

blockquote {
    margin: 0;
    font-family: "Manrope";
    font-size: clamp(18px, 3.7vw, 22px);
    line-height: 1.4;
    font-weight: 500;
    max-width: 900px
}

.quote-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .18);
    font-weight: 800
}

.quote-person strong {
    display: block
}

.quote-person span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .72)
}

/* CTA / Footer */
.cta {
    padding: 100px 0;
    background: var(--navy-950);
    color: white;
    position: relative;
    overflow: hidden
}

.cta:before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .08);
    left: -330px;
    top: -330px;
    box-shadow: 0 0 0 100px rgba(255, 255, 255, .025), 0 0 0 200px rgba(255, 255, 255, .018)
}

.cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 60px;
    align-items: end
}

.cta h2 {
    font-size: clamp(42px, 6vw, 72px);
    margin: 0
}

.cta h2 span {
    color: var(--red-500)
}

.cta-copy p {
    color: rgba(255, 255, 255, .62);
    font-size: 18px;
    margin-bottom: 28px
}

footer {
    background: #050e19;
    color: rgba(255, 255, 255, .62);
    padding: 64px 0 28px
}

.footer-top {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-brand p {
    max-width: 330px;
    font-size: 14px;
    margin: 22px 0
}

.footer-col h4 {
    font-size: 14px;
    color: white;
    margin-bottom: 18px;
    letter-spacing: 0
}

.footer-col a {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    transition: color .2s
}

.footer-col a:hover {
    color: white
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 24px;
    font-size: 12px
}

@media (max-width:1050px) {
    .nav-links {
    display: none
    }

    .menu-toggle {
    display: grid
    }

    .nav-actions .header-cta {
    display: none
    }

    .mobile-menu {
    position: fixed;
    inset: 82px 0 0;
    background: var(--navy-950);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transform: translateX(100%);
    transition: transform .3s ease;
    z-index: 999
    }

    .mobile-menu.is-open {
    transform: none
    }

    .mobile-menu a {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: white;
    font-family: "Manrope";
    font-size: 22px;
    font-weight: 700
    }

    .hero-grid {
    grid-template-columns: 1fr
    }

    .hero-visual {
    max-width: 650px;
    width: 100%;
    margin: 0 auto
    }

    .hero {
    padding-top: 140px
    }

    /* .logo-list {
    grid-template-columns: repeat(3, 1fr)
    } */

    .outcomes-grid,
    .agentforce-wrap,
    .why-grid {
    grid-template-columns: 1fr;
    gap: 48px
    }

    .outcomes-sticky {
    position: static
    }

    .services-grid {
    grid-template-columns: 1fr 1fr
    }

    .service-card.featured {
    grid-row: auto;
    grid-column: span 2;
    min-height: 470px
    }

    .project,
    .project:nth-child(even) {
    grid-template-columns: 1fr
    }

    .project:nth-child(even) .project-art {
    order: 0
    }

    .project-art {
    min-height: 420px
    }

    .industry-grid {
    grid-template-columns: repeat(3, 1fr)
    }

    .footer-top {
    grid-template-columns: 1.4fr 1fr 1fr
    }
}

@media (max-width:760px) {
    .container {
    width: min(calc(100% - 28px), var(--container))
    }

    .section {
    padding: 82px 0
    }

    .section-sm {
    padding: 62px 0
    }

    .section-head {
    display: block
    }

    .section-title {
    font-size: 38px
    }

    .hero {
    min-height: auto;
    padding-bottom: 66px
    }

    .hero h1 {
    font-size: 51px
    }

    .hero-grid {
    gap: 50px
    }

    .hero-lead {
    font-size: 17px
    }

    .hero-proof {
    gap: 16px
    }

    .proof-item {
    width: calc(50% - 8px)
    }

    .hero-visual {
    min-height: 470px
    }

    .system-card {
    inset: 0
    }

    .system-body {
    padding: 18px
    }

    .orbit {
    max-width: 300px
    }

    .core {
    width: 92px;
    height: 92px;
    border-radius: 24px;
    font-size: 22px;
    padding: 10px;
    }

    .node {
    width: 78px;
    font-size: 9px;
    padding: 9px
    }

    .float-card {
    display: none
    }

    .trust-inner {
    grid-template-columns: 1fr;
    padding: 20px
    }

    .trust-label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 16px;
            text-align: center;
    }

    /* .logo-list {
    grid-template-columns: repeat(2, 1fr)
    } */

    .outcome-item {
    grid-template-columns: 40px 1fr
    }

    .outcome-arrow {
    display: none
    }

    .outcome-item h3 {
    font-size: 21px
    }

    .services-grid {
    grid-template-columns: 1fr
    }

    .service-card.featured {
    grid-column: auto;
    min-height: 500px
    }

    .service-card.featured h3 {
    font-size: 34px;
    margin-top: 40px
    }

    .service-card {
    min-height: 315px
    }

    .agentforce-visual {
    padding: 16px;
    min-height: 460px
    }

    .check-list {
    grid-template-columns: 1fr
    }

    .project-art {
    min-height: 350px
    }

    .mock-browser {
    left: 20px;
    right: -70px;
    bottom: -55px;
    height: 285px
    }

    .project-copy {
    padding: 36px 26px
    }

    .project-copy h3 {
    font-size: 30px
    }

    .industry-grid {
    grid-template-columns: 1fr 1fr
    }

    .process-grid {
    grid-template-columns: 1fr 1fr
    }

    .process-step:nth-child(2) {
    border-right: 0
    }

    .process-step {
    border-bottom: 1px solid #ccd4dc;
    padding: 26px 22px
    }

    .process-step:not(:first-child) {
    padding-left: 22px
    }

    .four-t {
    grid-template-columns: 1fr
    }

    .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 20px
    }

    .quote-mark {
    font-size: 80px
    }

    .cta-inner {
    grid-template-columns: 1fr
    }

    .footer-top {
    grid-template-columns: 1fr 1fr
    }

    .footer-brand {
    grid-column: span 2
    }
}

@media (max-width:480px) {
    .hero h1 {
    font-size: 43px
    }

    .hero-actions .btn {
    width: 100%
    }

    .proof-item {
    width: 100%
    }

    .hero-visual {
    min-height: 410px
    }

    .system-top {
    padding: 16px
    }

    .orbit {
    max-width: 250px
    }

    .node-2 {
    right: -8%
    }

    .node-5 {
    left: -8%
    }

    .service-card.featured h3 {
    font-size: 31px
    }

    .industry-grid,
    .process-grid {
    grid-template-columns: 1fr
    }

    .process-step {
    border-right: 0
    }

    .footer-top {
    grid-template-columns: 1fr
    }

    .footer-brand {
    grid-column: auto
    }

    .footer-bottom {
    display: block
    }

    .footer-bottom span {
    display: block;
    margin-top: 8px
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important
    }

    .reveal {
    opacity: 1;
    transform: none
    }
}







.testimonial-band{
    position:relative;
    overflow:hidden;
}

.testimonial-item{
    padding:40px 0;
}

/* .testimonial-grid{
    display:grid;
    grid-template-columns:80px 1fr;
    gap:25px;
    align-items:start;
} */

 
 

 
 

 

/* Slider Dots */

.testimonial-brand-slider .slick-dots{
    bottom:-45px;
}

.testimonial-brand-slider .slick-dots li button:before{
    font-size:12px;
}

/* Arrows */

.testimonial-brand-slider .slick-prev,
.testimonial-brand-slider .slick-next{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
    z-index:10;
}

.testimonial-brand-slider .slick-prev{
    left:20px;
}

.testimonial-brand-slider .slick-next{
    right:20px;
}

.testimonial-brand-slider .slick-prev:before,
.testimonial-brand-slider .slick-next:before{
    display:none;
}

.testimonial-brand-slider .slick-prev i,
.testimonial-brand-slider .slick-next i{
    color:#333;
    font-size:20px;
}

/* Responsive */

@media(max-width:767px){

    .testimonial-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .quote-mark{
        display:none;
    }

    .quote-person{
        justify-content:center;
        flex-direction:column;
    }

    blockquote{
        font-size:18px;
    }

    .testimonial-brand-slider .slick-prev,
    .testimonial-brand-slider .slick-next{
        display:none !important;
    }

}





@media(min-width:767px){
    .testimonial-text {
        overflow: hidden;
        line-height: 1.7;
        max-height: 3.4em;  
        transition: max-height .4s ease;
    }

    .testimonial-text.expanded {
        max-height: 1000px; /* Large enough for any content */
    }

}
    .read-more {
        display: none;
        margin-top: 10px;
        color: #ffffff;
        cursor: pointer;
        font-weight: 600;
    }

    .read-more:hover{
        color:#e9dddd;
    }