.slider {
    position: relative;
    width: 100%;
    display: grid;
    overflow: hidden;
    padding: 3rem 0;
}


.slide {
    display: grid;
    transition: .5s;
    height: 100%;
    float: left;
    clear: none
}


.ourbackend-services-box h2,
.ourbackend-services-box p {
    color: var(--color-text) !important;
}

.whycustomWebdesign-block li.traffic-content p {
    margin-bottom: .5rem;
    padding-right: 8rem
}

.massonary-container {
    list-style: none;
    column-count: 2;
    column-gap: 3rem;
    margin-bottom: 0
}

.ourbackend-services-box .massonary-container li {
    position: relative;
    overflow: hidden;
    transition: .3s linear;
    /* background-image: linear-gradient(#35383c, #0000cd00); */
    /* padding: 1px !important; */
    border-radius: 2rem;
    border: 1px solid #ccc;
}

.massonary-container li {
    margin-bottom: 3.2rem !important;
    padding-right: inherit !important;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.massonary-container li .fullservice-box {
    margin-bottom: 0
}

.ourbackend-services-box .fullservice-box {
    background: var(--color-bg);
}

.fullservice-box {
    background: #f1f2f6;
    color: var(--color-white-fixed);
    padding: 4rem;
    /* border-radius: 2rem; */
    text-align: left;
    min-height: auto;
    margin-bottom: 3rem
}

.backendServices-box-tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(25 21 21 / 16%);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

body .backendServices-box-tile h2 {
    text-transform: capitalize;
    margin-bottom: 0 !important
}

.fullservice-box h2 {
    font-size: 2.2rem !important;
    line-height: 3rem !important
}

.ourbackend-services-box .fullservice-box img {
    margin-bottom: 0 !important;
    filter: brightness(0) saturate(100%) invert(59%) sepia(20%) saturate(665%) hue-rotate(101deg) brightness(95%) contrast(90%) !important;
}

.ourbackend-services-box .fullservice-box p {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 1.5rem;
    max-width: 100% !important;
    font-weight: 400
}

.seedetails-backendservice {
    position: absolute !important;
    background: var(--color-secondary);
    width: 100%;
    left: 0;
    bottom: -50px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0;
    text-align: right;
    transition: .3s linear
}

.ourbackend-services-box .massonary-container li:hover {
    transform: translateY(-5px);
    transition: .3s linear
}

.ourbackend-services-box .massonary-container li:hover .seedetails-backendservice {
    bottom: 0;
    transition: .3s linear
}

.seedetails-backendservice a {
    color: var(--color-white-fixed);
    display: block;
    padding: 1rem 6rem 1rem 3rem;
    font-size: 2rem;
    font-weight: 500;
    transition: .3s;
    background: url(../images/white-next-arrow.svg) no-repeat;
    background-position: 92% center !important;
    background-repeat: no-repeat !important
}


.ordertowork h2 {
    text-transform: capitalize
}


.faqs a {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-text);
}

.iframe-cover embed {
    position: absolute;
    right: 0;
    left: 0
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.text-center {
    text-align: center
}

.vocso-stats-block-left .counter-main .counter-section h3 {
    font-size: 5rem;
    color: var(--color-text);
}

.vocso-stats-block-left .counter-main:after {
    display: none
}

.darkmode #main #faq .card .card-header .btn-header-link,
.darkmode .HappyCustomers:before,
.darkmode .vocso-stats-block-left .counter-main .counter-mg {
    background: var(--color-secondary);
}

.vocso-stats-block-left .counter-main .counter-mg {
    background: var(--color-white-fixed);
    box-shadow: 0 0 11px 4px rgb(0 0 0 / 4%) !important;
    margin-right: 4rem;
    padding: 3.8rem 4rem;
    text-align: center;
    border-radius: 1rem;
    width: 32%;
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.dedicatedresources-main h2 {
    max-width: 58% !important;
    margin-bottom: 5rem !important
}

.letsfindResources {
    text-align: center;
    margin-top: 6rem
}


.letsfindResources p {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--color-text);
}

.letsfindResources .angularSchedule-btn {
    margin: 0
}



.observedmetrics-main .content-blockscroll p,
.observedmetrics-main .traffic-content p {
    font-size: 1.8rem;
    font-weight: 400
}

.engage-vocso-backend-projects {
    text-align: center;
    /* padding-top: 0 !important; */
    padding-bottom: 0
}

.engage-vocso-backend-projects p {
    max-width: 50%;
    margin: 2rem auto 0;
    line-height: 3rem;
    font-weight: 500;
    color: var(--color-text);
}

.engageVocso-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem 0
}

.engageVocso-logo li {
    margin-right: 3rem
}

.gem-government-darkmode-logo {
    display: none
}

.engageVocso-logo li:last-child {
    margin-right: 0
}

.vocso-stats-block {
    background: #ececec;
    position: relative;
    overflow: hidden;
    border-radius: 4rem 4rem 0 0;
    /* clip-path: ellipse(145% 100% at 50% 100%) */
}

/* span.light-blue-gradient {
    background: #e6f4f9;
    width: 500px;
    height: 300px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(68px)
} */

.vocso-stats-block-left {
    display: flex;
    justify-content: end
}

.vocso-stats-block-left .counter-main {
    padding: 0 4rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    width: 100%;
    position: relative
}

.vocso-stats-block-left .counter-main::before {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    background: var(--color-white-fixed);
    right: 19rem;
    filter: blur(80px);
    bottom: -15rem
}

.vocso-stats-block-left .counter-main .counter-mg {
    background: var(--color-white-fixed);
    box-shadow: 0 0 11px 4px rgb(0 0 0 / 4%) !important;
    margin-right: 4rem;
    padding: 3.8rem 2rem;
    text-align: center;
    border-radius: 1rem;
    width: 32%;
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.vocso-stats-block-left .counter-main .counter-mg:last-child {
    margin-right: 0 !important
}

.star-black-icon {
    top: -2.4rem;
    left: 0;
    right: 0
}

.vocso-stats-block-left .counter-main .counter-section .counter-title {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-text);
}

.cheers-icon {
    position: absolute
}

.confetti-icon {
    top: -2.5rem
}

.star-red-small {
    left: -1.2rem;
    bottom: -1rem
}

.vocso-stats-block-right li img {
    margin-right: 3rem;
}

.vocso-stats-block-right li {
    padding-bottom: 1.3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-left: 0rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--color-text);
    text-align: left
}

.vocso-stats-block-right li svg {
    margin-right: 2rem;
    position: absolute;
    left: 0
}

.black-strip-cta {
    background: var(--color-neutral-dark);
    text-align: center
}

.blackCTA-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.black-strip-cta h2,
.black-strip-cta h3 {
    font-size: 3rem;
    color: var(--color-white-fixed);
    margin-bottom: 3.5rem
}

.blackCTA-wrap .btn-proposal {
    margin-left: 0
}

.multiple-stars-icon {
    position: absolute;
    right: 6rem;
    bottom: 2rem
}

.darkmode .faqs a:hover {
    color: #59c9cb
}


.darkmode .slider .slide-track .slide,
.darkmode .vocso-stats-block {
    background: var(--color-neutral-dark);
}

.darkmode .gem-government-daymode-logo,
.darkmode .light-blue-gradient,
.darkmode .vocso-stats-block-left .counter-main::before {
    display: none
}

.darkmode .gem-government-darkmode-logo {
    display: block
}

.darkmode .vocso-stats-block-right li img {
    filter: invert(1);
}

.ppc-stats-counter .counter-main .counter-mg:last-child {
    margin-right: 0 !important;
}

.faqs h2 {
    max-width: 45% !important;
    margin: initial !important;
    text-align: left !important
}

.swiper-wrapper img {
    width: 100%
}

.slider {
    position: relative;
    overflow: hidden
}



.seeCase-study-btn {
    display: inline-flex;
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-white-fixed) !important;
    transition: .3s linear;
    margin-top: 3rem;
}

.engagemodalbox ul li img {
    margin-right: 1.5rem
}

.darkmode .engagemodalbox h3 img,
.darkmode .engagemodalbox ul li img {
    filter: invert(1)
}

.engagemodalbox h3 {
    text-transform: capitalize
}

.engagementModals {
    background: var(--color-bg-soft-fixed);
}

.ordertowork h2 {
    font-weight: 600;
    max-width: 45%;
    margin: 0 auto 10rem;
    text-align: center;
    line-height: 6rem
}

.engagemodalbox {
    background: var(--color-white-fixed);
    padding: 5rem 5rem 10rem;
    box-shadow: 0 0 31px 5px rgb(0 0 0 / 3%);
    position: relative
}

.engagemodalbox h3 {
    font-size: 2.8rem;
    font-weight: 600;
    padding-right: 0;
    line-height: 3.5rem;
    border-bottom: 1px solid #979797;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    color: var(--color-text);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.engagemodalbox h3 img {
    margin-right: 1.5rem
}

.engagemodalbox p,
.engagemodalbox ul li {
    font-size: 1.8rem;
    color: var(--color-text);
    line-height: 3rem
}

.engagemodalbox ul {
    margin-top: 5rem;
    list-style: none
}

.engagemodalbox ul li {
    padding-bottom: 1.3rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0
}

.boxbtn {
    position: absolute;
    background: url(../images/white-next-arrow.svg) 70% center no-repeat var(--color-secondary);
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize
}

.boxbtn,
.boxbtn:hover {
    color: var(--color-white-fixed);
    transition: .3s
}

.boxbtn:hover,
.engagemodalbox:hover a {
    background: url(../images/white-next-arrow.svg) 72% center no-repeat var(--color-primary);
}

.darkmode .engagementModals {
    background: var(--color-black-fixed);
}

.darkmode .engagemodalbox {
    background: var(--color-neutral-dark);
}

.darkmode .engagemodalbox h3 img,
.darkmode .engagemodalbox ul li img {
    filter: invert(1)
}

.engagementmodel-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.engagementmodel-btn p {
    width: 25%;
    text-align: left;
    margin-bottom: 0 !important;
    font-weight: 500;
    line-height: 2.8rem
}

.letsfindResources .angularSchedule-btn {
    margin: 0
}

.angularSchedule-btn {
    background: var(--color-primary);
    color: var(--color-white-fixed) !important;
    font-weight: 400 !important
}

.observedmetrics-main .content-blockscroll ul li p {
    margin: 0;
}


.seeCase-study-btn img {
    margin-left: 1rem;
    transition: .3s linear
}

.seeCase-study-btn:hover img {
    margin-left: 2rem;
    transition: .3s linear
}

.increase-conversion {
    padding-bottom: 13rem
}

.increase-conversion .nav-pills {
    top: 12rem
}

.increase-conversion ul {
    line-height: 3rem;
    margin-bottom: 3rem;
}

ul.nav-pills {
    top: 2rem;
    position: sticky;
    position: -webkit-sticky
}

.increase-conversion ul li {
    padding-right: 15rem;
    margin-bottom: 2rem;
    height: auto;
    display: flex;
    align-items: center
}

.increase-conversion h2 {
    margin: 0 0 3.3rem !important;
    max-width: 100%;
    text-align: left;
    line-height: 1.2 !important;
    color: var(--color-text);
}

.increase-conversion .nav p {
    padding-right: 10rem
}

li.traffic-content p {
    margin-bottom: 0
}

.increase-conversion p {
    font-size: 2rem;
    font-weight: 300;
    color: var(--color-text);
    line-height: 3rem;
    margin-bottom: 5rem;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.increase-conversion ul li:last-child {
    margin-bottom: 0
}

.scheduleCall-btn {
    background: var(--color-secondary) !important;
    border-radius: 1rem !important;
    font-size: 2rem;
    font-weight: 400 !important;
    color: var(--color-white-fixed);
    padding: 1.5rem 6.1rem .7em !important;
    display: inline-block;
    transition: .3s;
    margin-top: 4rem
}

#trafficConversion {
    top: -11rem
}

.overflowcontent-2 {
    padding-top: 0
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8 {
    padding-top: 120px
}

.content-blockscroll h3 {
    font-size: 3.2rem;
    font-weight: 400;
    color: var(--color-text);
    padding-right: 0;
    position: relative;
    line-height: 1.3;
    padding-left: 10rem
}

.content-blockscroll h3 .bluenumbers {
    content: "";
    position: absolute;
    left: 0;
    width: 7.3rem;
    height: 7.3rem;
    background: var(--color-secondary-dark);
    border-radius: 100rem;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
    color: var(--color-text-invert);
    display: flex;
    align-items: center;
    justify-content: center
}

.black-text-color {
    color: var(--color-text) !important
}

.orange-color {
    color: var(--color-primary);
    background: url(../images/highlight-1.svg) bottom right no-repeat;
    padding-bottom: 1rem
}

.content-blockscroll p {
    margin-top: 3.5rem;
    padding-left: 10rem
}

.increase-conversion .orches-left h3 {
    margin-bottom: 0
}

.increase-conversion .nav li h3 a {
    font-size: 2.3rem;
    font-weight: 300;
    color: var(--color-text) !important;
    background: var(--color-text-invert) !important;
    margin-bottom: 0;
    height: auto;
    position: relative;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    transition: .4s
}

.increase-conversion ul li .orches-left h3 a:before {
    border-left: .3rem solid #feeae4;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    transition: .4s
}

.increase-conversion ul li .orches-left h3 a.active:before,
.we-orchestrate ul li .orches-left h3 a.active:before {
    border-left: .3rem solid var(--accent-green-2);
    transition: .4s
}

#section1 img,
#section2 img,
#section3 img,
#section4 img,
#section5 img,
#section6 img {
    border-radius: 1.2rem
}

#testimonial-video .modal-dialog {
    max-width: fit-content;
}

.observedmetrics-main .content-blockscroll ul li {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10rem;
}

.observedmetrics-main .content-blockscroll ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/sprite-images.webp) -366px -570px no-repeat;
    filter: brightness(0) saturate(100%) invert(59%) sepia(37%) saturate(369%) hue-rotate(101deg) brightness(91%) contrast(92%);
}

.observedmetrics-main .content-blockscroll ul li p {
    margin: 0;
    padding-left: 3.5rem;
}

.observedmetrics-main .content-blockscroll p,
.observedmetrics-main .traffic-content p {
    font-size: 1.8rem;
    font-weight: 400;
}


.content-blockscroll h4 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--color-text);
    padding-right: 0;
    position: relative;
    line-height: 5rem;
    padding-left: 10rem;
}

.slide,
.slider {
    place-items: center;
}



.slide-track {
    display: flex;
    animation: 90s linear infinite scroll;
}

.dedicatedresources-main .slider .slide-track .slide,
.dedicatedresources-main .slider .slide-track2 .slide {
    background: var(--color-white-fixed);
    border-radius: .5rem;
    box-shadow: 0 0 40px 10px rgb(0 0 0 / 8%);
    width: 235px;
    height: 235px;
    margin: 0 11px;
}

.dedicatedresources-main .slider .slide-track2 .slide a,
.dedicatedresources-main .slider .slide-track .slide a {
    padding: 5rem 6rem;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dedicatedresources-main .slider .slide h3 {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.8rem;
    margin-top: 1rem;
    color: var(--color-text);
    text-align: center;
}

.slide-track2 {
    display: flex;
    animation: 90s linear infinite scroll2;
}

.slide-track,
.slide-track2 {
    justify-content: space-between;
}



@keyframes scroll2 {
    0% {
        transform: translateX(calc(-150px * 5))
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-150px * 10))
    }
}

.darkmode .slider .slide-track .slide,
.darkmode .slider .slide-track2 .slide {
    background: var(--color-neutral-dark);
}

.noAnchor-slide {
    padding: 5rem 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* modern service css start */


@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-BlackItalic.eot');
    src: url('../fonts/SFProDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-BlackItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-HeavyItalic.eot');
    src: url('../fonts/SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-LightItalic.eot');
    src: url('../fonts/SFProDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-LightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot');
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-ThinItalic.eot');
    src: url('../fonts/SFProDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-ThinItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-UltralightItalic.eot');
    src: url('../fonts/SFProDisplay-UltralightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SF Pro Display', sans-serif !important;
}

h2 {
    font-size: 5.6rem;
    line-height: 1.2 !important;
}

.trust-badge span svg {
    fill: var(--color-secondary-dark);
}

.main-counter-block {
    display: flex;
    align-items: center;
}

.slider,
.websiteoptimize-main {
    position: relative;
    overflow: hidden
}

.ppc-stats-counter .slider:last-of-type {
    margin-top: 0
}

.slide-track-logo {
    width: 100%;
    display: flex;
    animation: 20s linear infinite scroll;
    justify-content: space-between;
    margin-top: 0rem;
    margin-bottom: 0rem
}

.slider .slide-track-logo .slide {
    background: var(--color-white-fixed);
    border-radius: .8rem;
    padding: 4rem 2rem;
    width: 190px;
    height: 190px;
    margin: 0 5rem
}



.massonary-container li .fullservice-box ul li {
    margin-bottom: 1rem !important
}

.customdesign-main h1 b {
    font-weight: 400
}

.websiteoptimize-main {
    overflow: hidden;
    position: relative
}

.websiteoptimize-main figure img {
    box-shadow: none !important
}

.customdesign-main h1 {
    font-weight: 700;
    margin-top: 0;
    font-size: 8rem !important;
    margin-bottom: 0;
    max-width: 65% !important;
    text-transform: capitalize;
    line-height: 9rem;
    color: var(--color-text);
    margin: 0 auto;
}

/* .ai-development-services-page #header-top {
    position: absolute;
    box-shadow: 0 0px 1px 0px rgb(255 255 255);
}

.ai-development-services-page .navbar-main {
    background: none !important;
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}

.ai-development-services-page .customdesign-main {
    margin-top: 0 !important;
}

.ai-development-services-page .navbar-main.navbar-light.scrolled .navbar-nav .nav-link,
.ai-development-services-page .home-header .navbar-main.scrolled .brandlogo-number .slogan .carousel-item a,
.ai-development-services-page .home-header .navbar-main.scrolled .carousel-item.active {
    color: var(--color-black-fixed) !important;
}

.ai-development-services-page .navbar-main.navbar-light .navbar-nav .nav-link,
.ai-development-services-page .brandlogo-number .slogan .carousel-item a,
.ai-development-services-page .carousel-item.active {
    color: var(--color-white-fixed) !important;
}


.ai-development-services-page #dark-mode-toggle svg {
    fill: var(--color-white-fixed);
}



.ai-development-services-page .navbar-main.scrolled .navbar-brand svg text,
.ai-development-services-page .navbar-main.scrolled #dark-mode-toggle svg {
    fill: var(--color-black-fixed);
}

.darkmode .ai-development-services-page .navbar-main.scrolled .navbar-brand svg text,
.darkmode .ai-development-services-page .navbar-main.scrolled #dark-mode-toggle svg {
    fill: var(--color-white-fixed);
}

.darkmode .ai-development-services-page .navbar-main.navbar-light.scrolled .navbar-nav .nav-link,
.darkmode .ai-development-services-page .home-header .navbar-main.scrolled .brandlogo-number .slogan .carousel-item a,
.darkmode .ai-development-services-page .home-header .navbar-main.scrolled .carousel-item.active {
    color: var(--color-white-fixed) !important;
}

.ai-development-services-page .home-header .form-inline {
    box-shadow: none;
    border-left: 1px solid rgb(255 255 255 / 16%);
} */


.seedetails-backendservice a:hover {
    background: var(--color-primary) url(../images/white-next-arrow.svg) no-repeat;
    background-position: 94% center !important;
    background-repeat: no-repeat !important;
}



.cta-btn-desktop {
    position: relative;
    overflow: hidden;
}

.customdesign-main {
    /* background: radial-gradient(circle at 14% 42%,
            rgba(10, 74, 54, 0.22) 0%,
            rgba(95, 163, 133, 0.12) 24%,
            rgba(231, 244, 235, 0.10) 42%,
            transparent 64%),
        radial-gradient(circle at 86% 36%,
            rgba(253, 58, 48, 0.20) 0%,
            rgba(254, 234, 228, 0.18) 26%,
            rgba(255, 244, 241, 0.10) 42%,
            transparent 66%),
        linear-gradient(90deg,
            #f8fcfa 0%,
            #ffffff 50%,
            #fffaf8 100%); */
    padding-bottom: 0;
    padding-top: 6rem;
    margin-top: 8rem;
    display: flex;
    align-items: center;
    /* height: calc(100vh - 0rem); */
    flex-direction: column;
    justify-content: start;
}

.industry-detail p {
    color: #86868b !important;
}

.counter-mg,
.ppc-stats-counter .counter-main .counter-mg {
    margin-bottom: 0;
    margin-right: 7rem
}

.customdesign-main p {
    max-width: 56%;
    color: var(--color-text) !important;
    font-weight: 500;
    margin: 3rem auto 5rem auto;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
}

.customdesign-main h1 b:last-child {
    margin-left: 0
}

.customdesign-main h1 b {
    text-transform: none;
    font-size: 7rem;
    margin: 0 .7rem 0 1.2rem
}

.customdesign-main figure img {
    box-shadow: 0 0 20px -8px var(--color-black-fixed);
}

@keyframes floatwithoutshadow {

    0%,
    100% {
        box-shadow: none;
        transform: translatey(0)
    }

    50% {
        box-shadow: none;
        transform: translatey(-9px)
    }
}

li.traffic-content {
    flex: none;
    display: inline-block !important;
    padding-right: 0 !important
}

.ppc-stats-counter .counter-main .counter-mg .counter-section .counter-title {
    color: var(--color-text);
    font-size: 1.6rem;
    line-height: 1.3;
    display: flex;
}


span.dots-wave-effect {
    position: absolute;
    content: "";
    width: 1200px;
    height: 325px;
    top: 0px;
    right: 0px;
    background: url(../images/wave-dots-effect.webp) no-repeat;
}

#header-top {
    top: 0 !important
}

/* Chrome, Edge, Safari */

small {
    color: var(--color-primary);
}



body .speedupmysite-btn {
    /* border: 2px solid var(--color-primary) !important; */
    border: 2px solid #31d977 !important;
    margin-left: 0;
    margin-right: 2rem;
    background: #31d977 url(../images/white-next-arrow.svg) no-repeat;
    background-position: 89% center !important;
    color: #ffffff;
    font-size: 2rem;
}



body .speedupmysite-btn:hover {
    border: 2px solid transparent !important
}

.countermain-block {
    border-top: 1px solid;
    padding: 5rem 0
}

.ppc-stats-counter .counter-main {
    padding: 0;
    position: relative;
    display: flex;
    margin-left: 8rem
}

.ppc-stats-counter .counter-main .counter-mg .counter-section h3 {
    color: var(--color-text);
    margin-bottom: 1rem;
    font-size: 6rem;
    font-weight: 800;
    line-height: 5rem;
}

.ppc-stats-counter .countermain-block {
    background: var(--color-bg-soft-fixed);
    border-top: 1px solid rgb(25 21 21 / 6%);
    border-bottom: 1px solid rgb(25 21 21 / 6%);
}


.ourbackend-services-box {
    background: var(--color-bg);
}

.main-counter-block h2,
.main-counter-block p {
    font-weight: 600;
    color: #86868b !important;
    font-size: 2.6rem;
    max-width: 33%;
    display: inline-flex;
    margin-bottom: 0;
    line-height: 3.5rem
}

.ourbackendService-mainBanner figure {
    display: flex;
    bottom: inherit;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    justify-content: end;
}

/* body .ourbackend-services-box p {
    color: #86868b !important;
} */

.btn-proposal.secondary-btn {
    border: 2px solid #31d977 !important;
    margin-left: 0;
    background: transparent url(../images/black-next-arrow.svg) no-repeat 90% 50%;
    /* background-color: rgb(255 255 255 / 35%); */
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(0px);
    border-radius: 1rem;
    color: var(--color-text);
}

.speed-banner-btns .secondary-btn {
    padding: 2.4rem 6.9rem 2.4rem 4.2rem;
}

.btn-proposal.secondary-btn:hover {
    background: var(--color-primary) url(../images/white-next-arrow.svg) no-repeat;
    background-position: 92% center;
    transition: all .3s;
    color: var(--color-white-fixed);
    border: 2px solid var(--color-secondary) !important;
}


.grow-banner:before {
    display: none;
}

.industry-head {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 10px;
}

.industry-icon {
    width: 40px;
    height: 40px;
    color: #00b65d;
    flex-shrink: 0;
    transition: 0.3s;
}

.industry-head h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text);
}


.tech-category ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.tech-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-radius: 10px;
    background: var(--color-white-fixed);
    position: relative;
    transition: .25s;
    cursor: pointer;
}

/* dark mode */

.darkmode .tech-item {
    background: #111827;
    border-color: #374151;
    color: var(--color-white-fixed);
}

.darkmode .tech-item:hover {
    border-color: #00b65d;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.darkmode .tech-item:before {
    background: var(--color-black-fixed);
}


.content-blockscroll table {
    margin-left: 10rem;
    width: 100%;
    margin-bottom: 2rem;
}

.content-blockscroll table thead>tr {
    --tw-bg-opacity: 1;
    background-color: rgb(37 40 44 / var(--tw-bg-opacity, 1));
}

.content-blockscroll table thead>tr>th {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 500;
    text-align: left;
    padding: 1rem;
}

.content-blockscroll table thead>tr {
    --tw-border-opacity: 1;
    border: 1px solid rgb(236 236 236 / var(--tw-border-opacity, 1));
}

.content-blockscroll table tbody>tr>td {
    font-weight: 400;
    text-align: left;
    padding: 1rem;
}


/* ===========================
   WHY CHOOSE - BOOTSTRAP CAROUSEL
=========================== */
.vocso-whychoose-section {
    background: var(--color-white-fixed);
    position: relative;
    overflow: hidden;
}

.darkmode .vocso-whychoose-section {
    background: var(--color-black-fixed);
}

.vocso-whychoose-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3.5rem;
    position: sticky;
    top: 14rem;
}

.vocso-whychoose-head-left h2 {
    margin: 0 0 1.4rem;
    line-height: 1.08;
    color: var(--color-text);
    max-width: 93rem;
    display: flex;
    position: relative;
}

.vocso-whychoose-head-left h2 img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(83%) saturate(3085%) hue-rotate(340deg) brightness(97%) contrast(106%);
    width: 75px;
    top: -4rem;
    position: absolute;
    left: -7rem;
}

.vocso-whychoose-head-left p {
    margin: 0;
    max-width: 93rem;
    font-size: 1.9rem;
    line-height: 1.7;
    color: var(--color-text);
}


.darkmode .vocso-whychoose-head-left p {
    color: #c6c6c6;
}

.vocso-whychoose-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 5.4rem;
    padding: 1.4rem 2.4rem;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--color-white-fixed) !important;
    background: var(--color-primary);
    transition: all .3s ease;
    white-space: nowrap;
}

.vocso-whychoose-cta:hover {
    transform: translateY(-2px);
    color: var(--color-white-fixed) !important;
    background: var(--color-secondary);
}

.vocso-whychoose-carousel {
    position: relative;
    padding-bottom: 9rem;
}

.vocso-whychoose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(17, 17, 17, 0.10);
}

.darkmode .vocso-whychoose-grid {
    border-color: rgba(255, 255, 255, 0.10);
}

.darkmode .vocso-why-card-number img {
    filter: invert(1);
}

.vocso-why-card {
    background: rgba(255, 255, 255, 0.35);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid rgba(17, 17, 17, 0.10);
}

.vocso-why-card:last-child {
    border-right: 0;
}

.darkmode .vocso-why-card {
    background: rgba(255, 255, 255, 0.02);
    border-right-color: rgba(255, 255, 255, 0.10);
}

.vocso-why-card-content {
    padding: 3rem 3rem 2.4rem;
    min-height: 31rem;
}

.vocso-why-card-number {
    display: inline-block;
    margin-bottom: 1.8rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--color-secondary);
}

.vocso-why-card h3 {
    margin: 0 0 1.4rem;
    font-size: 2.9rem;
    line-height: 1.25;
    font-weight: 500;
    color: #111111;
}

.vocso-why-card p {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #4e4e4e;
}

.plus-icon img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(51%) saturate(2162%) hue-rotate(152deg) brightness(100%) contrast(103%);
}


/* 🔥 Hover on whole article → change button */
.vocso-stack-card:hover .vocso-toggle-btn {
    background: #0a4a36 url(../images/white-next-arrow.svg) no-repeat;
    background-position: 92% center !important;
    color: var(--color-white-fixed);
    border: 2px solid var(--color-secondary);
}


.darkmode .vocso-why-card h3 {
    color: var(--color-white-fixed);
}

.darkmode .vocso-why-card p {
    color: #c4c4c4;
}

.darkmode .genai-added-section:nth-of-type(even) {
    background: var(--color-black-fixed);

}

.vocso-why-card-visual {
    min-height: 39rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.10);
    background: rgba(255, 255, 255, 0.45);
    position: relative;
}

.darkmode .vocso-why-card-visual {
    border-top-color: rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
}

.vocso-why-card-visual img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    position: absolute;
    object-position: center;
    padding: 3rem;
}


.hero-slider-logo {
    position: relative;
    bottom: 0;
    /* background: var(--color-white-fixed); */
}

.scheduleCall-btn:hover {
    background: var(--color-primary) !important;
    transition: .3s;
    /* color: var(--color-text-invert) */
}


.boxbtn:hover,
.engagemodalbox:hover a {
    background: url(../images/white-next-arrow.svg) 72% center no-repeat var(--color-primary) !important;
}

.ai-guide-section {
    position: relative;
    padding: 130px 0;
    background: var(--color-white-fixed);
    color: #1b1f2a;
}

.increase-conversion.ai-guide-section .nav li h3 a {
    font-weight: 500;
}

.increase-conversion.ai-guide-section ul li {
    padding-right: 0 !important;
}


.app_grid_aside {
    grid-template-columns: 1fr 1fr !important;
}


.ai-guide-shell {
    position: relative;
}

.ai-guide-row {
    align-items: stretch;
}

/* LEFT SIDE */
.ai-guide-sidebar {
    margin-bottom: 24px;
}

.ai-guide-menu {
    list-style: none;
    padding: 5rem 4rem;
    margin: 0;
    border-radius: 24px;
    border: 1px solid rgb(0 0 0 / 20%);
    backdrop-filter: blur(100px);
    background: var(--color-white-fixed);
    background-size: cover;
}

.ai-guide-menu__title {
    margin-bottom: 20px;
}

.ai-guide-menu__title h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    color: var(--color-white-fixed);
}

.ai-guide-menu__item+.ai-guide-menu__item {
    margin-top: 12px;
}

.ai-guide-menu__link {
    display: block;
    padding: 14px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.ai-guide-menu__link:hover,
.ai-guide-menu__link.active {
    color: var(--color-white-fixed);
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
    transform: translateX(4px);
}

/* RIGHT SIDE */
.ai-guide-content-wrap {
    display: flex;
}

.ai-guide-content-scroll {
    width: 100%;
    max-height: 900px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scroll-behavior: smooth;
}

/* custom scrollbar */
.ai-guide-content-scroll::-webkit-scrollbar {
    width: 8px;
}

.ai-guide-content-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
}

.ai-guide-content-scroll::-webkit-scrollbar-thumb {
    background: rgba(239, 68, 68, 0.55);
    border-radius: 999px;
}

.ai-guide-panel+.ai-guide-panel {
    margin-top: 24px;
}

.ai-guide-panel__inner {
    padding: 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.ai-guide-panel__heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.ai-guide-panel__number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d4ed8;
    color: var(--color-white-fixed);
    font-weight: 700;
    font-size: 18px;
}

.ai-guide-panel__title {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-white-fixed);
}

.ai-guide-panel__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 8px;
    border-radius: 20px;
    background: #ef4444;
}

.ai-guide-panel h3 {
    font-size: 24px;
    line-height: 1.35;
    margin: 28px 0 14px;
    color: var(--color-white-fixed);
}

.ai-guide-panel p,
.ai-guide-panel li,
.ai-guide-panel td,
.ai-guide-panel th {
    font-size: 16px;
    line-height: 1.8;
    color: #cbd5e1;
}

.ai-guide-list {
    padding-left: 20px;
    margin: 0 0 20px;
}

.ai-guide-list li+li {
    margin-top: 12px;
}

.ai-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}


.ai-guide-panel table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 16px;
}

.ai-guide-panel table th,
.ai-guide-panel table td {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-guide-panel table th {
    color: var(--color-white-fixed);
    background: rgba(255, 255, 255, 0.06);
}



.genai-section-header p,
.genai-added-section .section-intro {
    max-width: 820px;
    margin: 18px auto 0;
    font-size: 1.95rem;
    line-height: 1.75;
    color: #5b6472;
}

.genai-section-header,
.genai-added-section>.container>h2,
.genai-added-section .section-intro {
    text-align: center;
}

.genai-added-section .section-intro {
    max-width: 92rem;
    margin: 2rem auto 0;
    color: var(--color-text);
    line-height: 3rem;
    text-align: center;
}

.genai-related-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}

.genai-related-links a {
    display: block;
    background: var(--color-white-fixed);
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    padding: 26px 24px;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(17, 24, 39, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    height: 100%;
}

.genai-related-links a h3 {
    margin: 0 0 12px;
    font-size: 2.3rem;
    line-height: 1.35;
    color: #111827;
    font-weight: 700;
}

.genai-related-links a p {
    margin: 0;
    font-size: 1.68rem;
    line-height: 1.75;
    color: #4b5563;
}

.darkmode .genai-section-header h2,
.darkmode .genai-added-section>.container>h2,
.darkmode .genai-solution-card h3,
.darkmode .genai-added-section .genai-card h3,
.darkmode .genai-added-section .genai-rich h3,
.darkmode .genai-added-section .genai-rich h4,
.darkmode .genai-related-links a h3,
.darkmode .genai-added-section .genai-rich strong,
.darkmode .genai-added-section .genai-rich th {
    color: var(--color-white-fixed);
}

.darkmode .genai-solution-card,
.darkmode .genai-added-section .genai-card,
.darkmode .genai-added-section .genai-step,
.darkmode .genai-related-links a,
.darkmode .genai-added-section .genai-rich,
.darkmode .genai-added-section .genai-rich table {
    background: #1b2229;
    border-color: #303945;
    box-shadow: none;
}

.darkmode .genai-related-links a,
.darkmode .genai-related-links a p {
    background: var(--color-neutral-dark);
    color: var(--color-white-fixed);
    border-color: #35383c;
}

.genai-related-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
    border-color: #d6dce5;
    text-decoration: none;
}


/* AI Guide: show only selected right content */
.ai-guide-content-scroll {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
}

.ai-guide-content-scroll>div {
    display: none;
}

.ai-guide-content-scroll>div.active {
    display: block;
}

.ai-guide-menu .nav-link.active {
    color: var(--color-white-fixed) !important;
    background: rgb(255 33 21 / 75%) !important;
    padding: 1rem 2rem;
}

/* Chrome, Edge, Safari */



.trust-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
    animation: fade-up .7s var(--ease) .75s forwards;
    width: 50%;
    margin: 0rem auto 0;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2.4rem 3rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-white-fixed);
    transition: border-color .2s, color .2s;
    background: rgb(255 255 255 / 11%);
    border: 1px solid #383a3f;
    backdrop-filter: blur(5px);
    overflow: hidden;
}

/* ===========================
   AI Development Services: From Strategy to Production
=========================== */


/* ================================
   DEFAULT STACK CARD EFFECT
================================ */



.industry-number img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* Default sticky stacked card */

/* Show detailed content when card is open */
.vocso-stack-card.is-open .genai-rich {
    display: block;
}

/* Button wrapper */

.engagemodalbox {
    border-radius: 2rem !important;
    overflow: hidden;
}

.vocso-toggle-btn:hover {
    transform: translateY(-2px);
}

/* ================================
   WHEN DETAILS OPEN:
   REMOVE STACK EFFECT
================================ */

.vocso-stack-wrap.stack-effect-off {
    gap: 3rem;
}

/* Important: disables sticky stacking */
.vocso-stack-wrap.stack-effect-off .vocso-stack-card {
    position: relative;
    top: auto !important;
    z-index: auto !important;
}

/* Open card should behave like normal large content card */
.vocso-stack-card.is-open {
    overflow: visible;
}

/* Optional: slightly highlight opened card */
.vocso-stack-card.is-open {
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}

.vocso-stack-section {
    background: var(--color-bg-soft-fixed);
    position: relative;
    overflow: visible;
    /* padding-bottom: 0; */
}






.darkmode .trust-logos {
    background: var(--color-secondary) !important;
}


.footer {
    background: var(--color-secondary-light);
    border-top: .1rem solid #dbdbdb87;
}

.darkmode .footer {
    background: var(--color-secondary) !important;
    border-top: .1rem solid rgb(255 255 255 / 11%);
}

.darkmode .copyright-sec {
    border-top: .1rem solid rgb(255 255 255 / 11%);
}


.darkmode .vocso-stack-card {
    background: var(--color-neutral-dark);
    border-color: rgba(255, 255, 255, 0.10);
    box-shadow: none;
}

.vocso-stack-card-content {
    padding-right: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 8rem;
}


.vocso-stack-count {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(253, 58, 48, 0.10);
    color: var(--color-primary);
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}


.vocso-stack-card p {
    margin: 0;
    /* max-width: 68rem; */
    font-size: 1.8rem;
    line-height: 1.75;
    color: var(--color-text);
}


.vocso-stack-card-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    /* border-left: 1px solid rgba(17, 17, 17, 0.08); */
    /* padding: 2rem; */
    height: 50rem;
    border-radius: 1rem;
    /* overflow: hidden; */
    position: relative;
}

.stack-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--color-white-fixed);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgb(238 238 238);
    margin-top: 3rem;
}

.darkmode .stack-table {
    border: 1px solid rgb(59 62 66);
    background: var(--color-neutral-dark);
}

/* HEADER */
.stack-table thead {
    background: var(--color-secondary);
}

.stack-table th {
    text-align: left;
    padding: 18px 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--color-white-fixed);
    font-weight: 600;
}



/* BODY */
.stack-table tbody tr {
    transition: all 0.3s ease;
}

.stack-table td {
    padding: 20px 24px;
    font-size: 1.8rem;
    color: var(--color-text);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ROW HOVER */
.stack-table tbody tr:hover {
    background: rgba(89, 201, 203, 0.08);
    transform: scale(1.01);
}

/* LAST ROW BORDER FIX */
.stack-table tbody tr:last-child td {
    border-bottom: none;
}

/* PRICE STYLE */
.stack-table td:nth-child(2) {
    color: var(--color-text);
}

/* TIMELINE STYLE */
.stack-table td:nth-child(3) {
    color: var(--color-text);
    font-weight: 500;
}

.darkmode .vocso-stack-card-visual {
    /* border-left-color: rgba(255, 255, 255, 0.08); */
    background: rgba(255, 255, 255, 0.03);
}

.vocso-stack-card-visual img {
    /* width: 22rem; */
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 1rem;
}


.genai-related-links a:hover .explore-btn {
    color: #59c9cb;
    transform: translateX(4px);
}

/* expand card */

.vocso-stack-card-content h3 {
    font-size: 3.4rem;
    margin-bottom: 2rem;
    font-weight: 600;
    color: var(--color-text);
}


.home-expand-card-main {
    width: calc(100% / 4);
    cursor: pointer;
    transition: width 550ms ease-in-out;
    transition-delay: 50ms;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    min-height: 30rem;
    border: 2px solid rgb(0 105 103 / 26%);
    z-index: 1;
}


.home-expand-content-top-box {
    max-width: 435px;
    transition: opacity 0.8s;
}





.plus-icon {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgb(0 105 103 / 13%);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 1.2rem;
    justify-content: center;
    display: flex;
}

.home-expand-card-main:hover {
    width: 50%;
}


.side-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1rem;
}


/* Firefox */


.home-expand-card-main:hover .plus-icon {
    display: none;
    transition: 0.3sease;
}


.vocso-stack-card-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
}

button:focus {
    outline: none !important;
}


.genai-added-section .genai-rich,
.genai-added-section .genai-callout,
.genai-side-note,
.genai-illustration {
    will-change: transform;
}

.genai-added-section .genai-rich {
    margin: 5rem auto 0;
}

.two-col-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.vocso-stack-card .genai-rich-fullwidth h3:first-child {
    margin-top: 0;
}

.vocso-stack-card .genai-rich h3 {
    margin: 34px 0 14px;
    font-size: 2.8rem;
    line-height: 1.35;
    font-weight: 600;
    color: var(--color-text);
    /* border-left: 4px solid #59c9cb;
    padding-left: 2rem; */
}

.vocso-stack-card .genai-rich p,
.vocso-stack-card .genai-rich li {
    font-size: 1.8rem;
    line-height: 1.7;
    color: var(--color-text);
}

.section-desc {
    color: #555;
    margin-bottom: 24px;
    line-height: 1.6;
}

.vocso-stack-card .genai-rich ul {
    margin: 2rem 0 1rem;
    padding-left: 0;
}

.vocso-stack-card .genai-rich-fullwidth {
    margin-top: 0;
    width: 100%;
    border-radius: 24px;
    /* padding: 5rem; */
}

.vocso-toggle-wrap {
    margin-top: 0;
    position: absolute;
    bottom: 5rem;
    padding: 0rem 5rem;
}

.darkmode .engagemodalbox ul li,
.darkmode .engagemodalbox p {
    color: #86868b;
}

.darkmode .cta-card {
    background: radial-gradient(at 0% 0%, rgba(95, 163, 133, 0.20) 0%, transparent 50%), radial-gradient(at 100% 100%, rgba(35, 73, 62, 0.10) 0%, transparent 55%), #000;
}

.darkmode .cta-eyebrow {
    background: rgb(35 73 62);
    color: var(--color-secondary-dark);
}

.darkmode .cta-content h4 {
    color: var(--color-white-fixed);
}

.darkmode .ai-tech-tabs-header p {
    color: #86868b !important;
}


.darkmode .cta-secondary:hover {
    border: 1px solid var(--color-secondary);
}

.darkmode .cta-secondary {
    color: var(--color-secondary-dark);
    border: 1px solid var(--color-secondary-dark);
}

.darkmode .engagemodalbox h3 img,
.darkmode .engagemodalbox ul li img {
    filter: contrast(0.3) !important;
}

.darkmode .engagemodalbox h3 {
    border-bottom: 1px solid #373737;
}

.vocso-stack-card.active .vocso-toggle-wrap {
    margin-top: 0;
    position: relative;
    bottom: inherit;
    padding: 3rem 0;
    width: 100%;
}

.vocso-stack-card .genai-rich ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 1px solid rgb(228 228 228);
    padding: 2rem 2rem 2rem 5rem;
    border-radius: 1rem;
}

.vocso-stack-card .genai-rich ul li::before {
    position: absolute;
    content: "";
    left: 18px;
    top: 28px;
    width: 20px;
    height: 20px;
    background: url(../images/sprite-images.webp) -366px -570px no-repeat;
    filter: brightness(0) saturate(100%) invert(59%) sepia(37%) saturate(369%) hue-rotate(101deg) brightness(91%) contrast(92%);
}


.darkmode .vocso-stack-card .genai-rich ul li {
    border: 1px solid #3b3e42;
}


.vocso-stack-card .genai-rich ul li strong {
    display: flex;
}

.genai-added-section .genai-rich strong {
    color: #111827;
    font-weight: 700;
}

.app-grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: auto;
    gap: 20px;
    margin-top: 2rem;
}

.app-grid .card {
    padding: 22px;
    border-radius: 14px;
    background: var(--color-white-fixed);
    border: 1px solid rgb(155 155 155 / 27%);
    transition: all 0.3s ease;
}

.darkmode .app-grid .card {
    background: var(--color-neutral-dark);
    border: 1px solid #3b3e42;
}

.genai-added-section .genai-rich strong {
    color: #111827;
    font-weight: 700;
}

.app-grid .card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    color: var(--color-text);
}

.stack-rich-content {
    padding: 5rem 0;
}

.vocso-stack-card .genai-callout {
    margin-top: 32px;
    padding: 24px;
    background: var(--color-white-fixed);
    border: 1px solid rgb(228 228 228);
    border-left: 4px solid var(--color-secondary);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}


.vocso-stack-card .genai-callout p {
    margin: 0;
}

.vocso-stack-card.active .genai-rich {
    max-height: 2000px;
}


/* Hide content smoothly */
.genai-rich {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/* Show when active */

.btn-proposal:hover {
    background: var(--color-secondary) url(../images/white-next-arrow.svg) no-repeat !important;
    background-position: 92% center !important;
}

/* Button style */
.vocso-toggle-btn {
    color: var(--color-primary);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    gap: 6px;
    border-radius: 1rem;
    padding: 1.7rem 5.4rem 1.9rem 2.5rem;
    background: transparent url(../images/orange-next-arrow.svg) no-repeat;
    transition: all 0.3s ease;
    background-position: 89% center;
    border: 2px solid var(--color-primary);
}

/* new techstacks start */

.ai-tech-tabs-section {
    padding: 16rem 0;
    color: #1f2933;
    transition: background 0.3s ease, color 0.3s ease;
    background: var(--color-black-fixed) url(../images/tecstack-bg.webp) no-repeat center center;
    /* background-size: cover; */
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}

.darkmode .footer-contact-heading p.footerform-tagline,
body .industry-detail p,
.darkmode .full-circle-head p,
.darkmode .footerLocation p {
    color: var(--color-white-fixed) !important;
}

.ai-tech-tabs-section:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 52%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    /* z-index: 0; */
}

.one-col-layout {
    display: grid;
    grid-template-columns: auto;
}

.ai-tech-tabs-header {
    max-width: 50%;
    margin: 0 0 60px;
    text-align: left;
    z-index: 1;
    position: relative;
}

.ai-tech-tabs-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ai-tech-tabs-header h2 {
    margin: 0 0 16px;
    font-size: 4.4rem;
    line-height: 1.1;
    font-weight: 600;
    color: var(--color-white-fixed);
}

.ai-tech-tabs-header p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #86868b !important;
}

.ai-tech-tabs-layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
    align-items: stretch;
    z-index: 1;
    position: relative;
}

.ai-tech-tabs-nav {
    padding: 1rem 0;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 100px;
    box-shadow: 0 20px 50px rgba(31, 41, 51, 0.08);
    display: flex;
    gap: 10px;
    /* background: var(--color-text-invert);
    background-color: rgb(255 255 255 / 35%); */
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #25282c transparent;
    /* Firefox */
}


/* Chrome, Edge, Safari */
.ai-tech-tabs-nav::-webkit-scrollbar {
    height: 1px;
}

.ai-tech-tabs-nav::-webkit-scrollbar-track {
    background: transparent;
}

.ai-tech-tabs-nav::-webkit-scrollbar-thumb {
    background: #25282c;
    border-radius: 50px;
}

.ai-tech-tabs-nav::-webkit-scrollbar-thumb:hover {
    background: #25282c;
}




.service-content-wrap p {
    max-width: 100% !important;
}

/* .ai-tech-tab-btn {
    width: 100%;
    padding: 17px 20px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: var(--color-white-fixed);
    text-align: center;
    font-size: 1.8REM;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
} */

.ai-tech-tab-btn {
    padding: 17px 20px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: var(--color-white-fixed);
    font-size: 1.8REM;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: center;
}

.speed-banner-btns .speedupmysite-btn {
    border-radius: 1rem;
    padding: 2.4rem 6.9rem 2.4rem 4.2rem;
}


.ai-tech-tab-btn:hover,
.ai-tech-tab-btn.active {
    background: var(--color-secondary-dark);
    color: var(--color-white-fixed);
    box-shadow: 0 10px 25px rgba(31, 41, 51, 0.08);
}

.darkmode .stack-table thead {
    background: #141414;
}

.ai-tech-tabs-content {
    position: relative;
    padding: 0;
}

.ai-tech-chip-wrap span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
}

.ai-tech-tab-panel {
    display: none;
    position: relative;
    z-index: 1;
    animation: fadeUp 0.35s ease;
}

.ai-tech-tab-panel.active {
    display: block;
}

.ai-tech-tab-panel h3 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.2;
    color: var(--color-white-fixed);
    font-weight: 500;
}

.ai-tech-tab-panel p {
    max-width: 680px;
    margin: 0 0 34px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-white-fixed);
}

.ai-tech-chip-wrap {
    flex-wrap: wrap;
    gap: 14px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.ai-tech-chip-wrap span {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease;
    background: var(--color-white-fixed);
    text-align: center;
}

.ai-tech-chip-wrap span figure {
    height: 100px;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
    background: var(--color-white-fixed);
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.8rem;
    color: var(--color-text);
}

.ai-tech-chip-wrap span:hover {
    transform: translateY(-3px);
    border-color: var(--color-secondary);
    color: var(--color-primary);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.darkmode .ai-tech-tabs-header h2,
.darkmode .ai-tech-tab-panel h3 {
    color: var(--color-white-fixed);
}

.darkmode .ai-tech-chip-wrap span:hover {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

/* new techstart css end*/


/* enterprise grade css start */
.vocso-compliance-section {
    transition: 0.3s;
    background: var(--color-bg-soft-fixed);
    position: relative;
    padding-bottom: 0;
}

.vocso-compliance-header {
    max-width: 70%;
    margin-bottom: 60px;
}

.vocso-compliance-header h2 {
    color: var(--color-text);
    line-height: 1.2 !important;
}


.vocso-compliance-header p {
    margin-top: 18px;
    color: var(--color-text);
    line-height: 1.7;
}

/* GRID */
.vocso-compliance-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    z-index: 1;
    position: relative;
}

.case-study-card .stats .stat .icon img {
    height: 70px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(28%) hue-rotate(90deg) brightness(106%) contrast(107%);
    top: 10px;
    position: relative;
}


/* CARD */
.comp-card {
    background: var(--color-white-fixed);
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    transition: 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 41rem;
}

.comp-card img {
    margin-bottom: 4rem;
    height: 90px;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.darkmode .comp-card img {
    height: 100px;
    width: 100px;
    background: var(--color-white-fixed);
    border-radius: 1rem;
    padding: 1rem;
}

.comp-card h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--color-text);
}

.darkmode .vocso-stack-card .genai-callout {
    background: var(--color-neutral-dark);
    border: 1px solid rgb(59 62 66);
}

.ai-process-wrap {
    background: var(--color-white-fixed);
    border-radius: 2rem;
    padding: 8rem;
}

.darkmode .ai-process-wrap {
    background: var(--color-secondary);
}

.comp-card p {
    font-size: 1.7rem;
    color: var(--color-black-fixed) !important;
    font-weight: 400;
    margin-top: 1rem;
}

.darkmode .comp-card p {
    color: var(--color-white-fixed) !important;
}

.comp-card:hover {
    transform: translateY(-6px);
    background: var(--color-secondary-dark);
}


.stat-content .stat-desc {
    color: #a7a7a7;
}

.ordertowork h2 {
    margin: 0 auto 6rem !important;
}

.comp-card:hover h4,
.comp-card:hover p {
    color: var(--color-white-fixed) !important;

}

/* CTA CARD */
.comp-cta {
    grid-column: span 2;
    background: linear-gradient(135deg, #1e3a8a, #0f172a);
    color: var(--color-white-fixed);
    text-align: left;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comp-cta h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.comp-cta a {
    display: inline-block;
    padding: 10px 18px;
    background: var(--color-white-fixed);
    color: #111;
    border-radius: 30px;
    font-weight: 600;
}


.darkmode .vocso-compliance-section {
    background: var(--color-black-fixed);
}

.darkmode .vocso-compliance-header h2 {
    color: var(--color-white-fixed);
}


.darkmode .comp-card:hover h4,
.darkmode .comp-card:hover p {
    color: var(--color-white-fixed);
}

.darkmode .comp-card:hover {
    background: var(--color-secondary);
}

.darkmode .nav-pills .nav-link.active,
.darkmode .nav-pills .show>.nav-link {
    color: var(--color-black-fixed) !important;
    background-color: var(--color-secondary-dark) !important;
}

.darkmode .content-blockscroll h3 .bluenumbers {
    background: var(--color-secondary-dark) !important;
}

.darkmode .service-image {
    min-height: 350px;
    height: 350px;
    mask-image: none !important;
}

.darkmode .comp-card {
    background: var(--color-neutral-dark);
    border-color: rgb(50 50 51);
    color: #e5e7eb;
}

.darkmode .comp-cta {
    background: linear-gradient(135deg, #1e40af, #020617);
}


.social-icons a:hover svg,
.social-icons a:hover svg path {
    fill: var(--color-primary) !important;
}

.darkmode .social-icons a svg,
.darkmode .social-icons a svg path {
    fill: var(--color-secondary-dark) !important;
}

.darkmode .social-icons a:hover svg,
.darkmode .social-icons a:hover svg path {
    fill: var(--color-primary) !important;
}

.social-icons a svg {
    fill: var(--color-secondary) !important;
}

#serviceSwiper .swiper-wrapper {
    align-items: stretch;
}

#serviceSwiper .swiper-slide {
    width: 360px;
    height: auto;
    flex-shrink: 0;
}

#serviceSwiper .service-card {
    height: 100%;
}

.cta-card {
    margin: 50px 0 0 0;
    padding: 6rem 8rem;
    border-radius: 2rem;
    background: radial-gradient(at 0% 0%, rgba(95, 163, 133, 0.20) 0%, transparent 50%), radial-gradient(at 100% 100%, rgba(35, 73, 62, 0.10) 0%, transparent 55%), #e7f4eb;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-eyebrow {
    display: inline-block;
    padding: 11px 21px;
    border-radius: 3rem;
    background: rgba(35, 73, 62, 0.10);
    color: var(--color-secondary);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.cta-secondary:hover {
    background: var(--color-secondary);
    color: var(--color-white-fixed);
}

.multiple-stars-icon img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(37%) saturate(369%) hue-rotate(101deg) brightness(91%) contrast(92%);
}

.cta-content h4 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.022em;
    line-height: 1.18;
    color: var(--color-secondary);
    margin: 0 0 2rem;
    max-width: 520px;
}

.cta-content>p {
    font-size: 1.8rem;
    color: var(--color-black-fixed);
    margin: 0 0 28px;
    line-height: 1.55;
    max-width: 530px;
}

.darkmode .cta-content>p {
    color: #86868b;
}

.cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

p.weekilalic {
    font-style: italic;
    color: #000000;
    font-weight: 600;
}

.cta-primary {
    background: var(--color-secondary) url(../images/white-next-arrow.svg) no-repeat;
    color: var(--color-white-fixed);
    padding: 1.7rem 5.4rem 1.9rem 2.5rem !important;
    background-position: 89% center;
    transition: .3s;
}

.cta-primary:hover {
    background: var(--color-primary) url(../images/white-next-arrow.svg) no-repeat !important;
    color: var(--color-white-fixed);
    background-position: 92% center !important;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2rem 3rem;
    border-radius: 1rem;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s, background 0.2s, color 0.2s;
    /* border: none; */
    white-space: nowrap;
}

.cta-secondary {
    background: transparent;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}

.cta-visual {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-section .container {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.stats-section {
    width: 100%;
    /* min-height: 100vh; */
    background: #030303;
    /* display: flex; */
    align-items: center;
    overflow: hidden;
}

.stats-swiper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8rem;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

.stat-card {
    position: relative;
    width: 100%;
    height: 675px;
    background: var(--color-neutral-dark);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 23px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: all linear 0.3s;
}

.stat-card:hover {
    background: var(--color-black-fixed);
    transition: all linear 0.3s;
}

.stat-content {
    position: relative;
    z-index: 2;
    padding: 3rem 4rem;
}

.stat-top {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 24px;
    /* flex-direction: row-reverse;
    justify-content: space-between; */
}

.stat-number {
    font-size: 86px;
    line-height: 0.92;
    letter-spacing: -6px;
    font-weight: 900;
    color: var(--color-white-fixed);
}

.stat-title {
    padding-top: 12px;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #eeeeee;
    max-width: 100%;
}

.stat-desc {
    font-size: 1.8rem;
    line-height: 1.48;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.42);
    letter-spacing: -0.6px;
    max-width: 100% !important;
    margin-bottom: 0;
}

.card-visual {
    position: relative;
    flex: 1;
    margin-top: 24px;
    overflow: hidden;
    background: #000;
}

/* Card 1 */
.team-image {

    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    filter: saturate(1.08) contrast(1.03);
}

.light-beams {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 28% 60%, rgba(0, 141, 255, 0.8), transparent 22%),
        radial-gradient(circle at 72% 56%, rgba(0, 157, 255, 0.8), transparent 25%),
        radial-gradient(circle at 55% 70%, rgba(255, 210, 90, 0.52), transparent 19%),
        linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.05) 100%);
    mix-blend-mode: screen;
    opacity: 0.85;
    pointer-events: none;
}

.case-study-card .seeCase-study-btn:hover {
    color: var(--color-white-fixed) !important;
}

/* Card 2 */

.logo-small {
    font-size: 19px;
    letter-spacing: -0.8px;
}

/* Card 3 */
.dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 210px;
    opacity: 0.32;
    background-image: radial-gradient(rgba(255, 255, 255, 0.8) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}

.hand-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}


.stat-icon {
    width: 90px;
    height: 90px;
    min-width: 62px;
    border-radius: 16%;
    background: rgb(0 0 0 / 35%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-white-fixed);
}

.stats-section h2 {
    color: var(--color-white-fixed);
}

.stats-section p {
    color: #86868b !important;
    max-width: 50%;
    line-height: 2.8rem;
}

.stat-icon img {
    /* width: 28px; */
    height: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7473%) hue-rotate(292deg) brightness(106%) contrast(113%);
}

.stat-title {
    padding-top: 0;
    margin: 0;
}

.hand-image {
    width: 112%;
    max-width: none;
    /* height: 405px; */
    object-fit: contain;
    filter: contrast(1.08) saturate(1.05);
    transform: translateY(14px);
    height: 100%;
}

.stats-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

#serviceSwiper .swiper-slide {
    width: 480px;
}

.stats-swiper .swiper-slide {
    width: 580px;
}

.star-glow {
    position: absolute;
    left: 50%;
    top: 39%;
    width: 160px;
    height: 390px;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 8%, rgba(170, 62, 255, 0.35) 20%, transparent 44%);
    clip-path: polygon(50% 0%, 59% 43%, 100% 50%, 59% 57%, 50% 100%, 41% 57%, 0% 50%, 41% 43%);
    filter: blur(0.3px);
    opacity: 0.95;
}

.purple-glow {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 280px;
    height: 90px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(154, 36, 255, 0.45);
    filter: blur(45px);
}

/* Card 4 */

.swiper-button-prev,
.swiper-button-next {
    color: var(--color-white-fixed);
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    backdrop-filter: blur(12px);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 17px;
    font-weight: 900;
}

.swiper-pagination {
    display: none;
}


/* ================================
   VOCSO Related Services Section
================================ */

.vocso-related-services {
    background: var(--color-bg-soft-fixed);
    overflow: hidden;
}


.darkmode .vocso-related-services {
    background: var(--color-black-fixed);
}

.vocso-related-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 28px;
    align-items: stretch;
}

/* Left Panel */
.related-intro-card {
    position: relative;
    min-height: 760px;
    padding: 54px 46px;
    border-radius: 18px;
    background: radial-gradient(circle at 20% 95%, rgba(89, 201, 203, 0.95) 0 18%, transparent 18.5%), linear-gradient(145deg, #0a4a36 0%, #0a4a36 100%);
    color: var(--color-white-fixed);
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 105, 103, 0.24);
}


.related-eyebrow {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.related-eyebrow span {
    color: #feeae4;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.6px;
}


.service-image {
    min-height: 350px;
    height: 350px;
    /* mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 5%, #000 53%, #000 100%, transparent 100%); */
}

.service-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    display: block;
    object-fit: cover;
}

/* Optional: Add hover effect to the image for interactivity */
.service-image img:hover {
    transform: scale(1.05);
    /* Slight zoom effect on hover */
    transition: transform 0.3s ease-in-out;
    /* Smooth transition */
}

.vocso-related-services h2 {
    margin-bottom: 2rem;
}

.vocso-related-services p {
    margin-bottom: 5rem;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.6;
    max-width: 50%;
}

.darkmode .service-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--color-neutral-dark);
}

.related-eyebrow i {
    width: 36px;
    height: 2px;
    background: var(--color-primary);
    display: block;
    border-radius: 99px;
}

.darkmode .service-icon {
    background: var(--color-black-fixed);
    border: 2px solid var(--color-white-fixed);
}

.darkmode .service-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7472%) hue-rotate(295deg) brightness(96%) contrast(104%);
}

.related-intro-card h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 3rem;
    color: var(--color-white-fixed);
    font-weight: 600;
}


.related-intro-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.8rem;
    line-height: 1.6;
}

.intro-pattern {
    position: absolute;
    right: -8px;
    bottom: 80px;
    width: 190px;
    height: 190px;
    opacity: 0.46;
    background-image: radial-gradient(#59c9cb 1.7px, transparent 1.7px);
    background-size: 14px 14px;
}

.intro-circle {
    position: absolute;
    left: -72px;
    bottom: -86px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(89, 201, 203, 0.84);
}

.intro-arc {
    position: absolute;
    left: 58px;
    bottom: -100px;
    width: 210px;
    height: 210px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
}

/* Right Grid */
.related-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    display: flex;
    position: relative;
    min-height: 100%;
    padding: 0;
    border-radius: 18px;
    background: var(--color-white-fixed);
    text-decoration: none;
    color: var(--color-white-fixed);
    overflow: hidden;
    transition: all 0.28s ease;
    gap: 0;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgb(63 63 63 / 16%);
}

.ourbackend-services-box .massonary-container li:hover .seedetails-backendservice {
    background: var(--color-secondary-dark) !important;
}

.service-card:hover {
    /* transform: translateY(-6px); */
    box-shadow: 0 24px 52px rgba(37, 40, 44, 0.14);
    /* border-color: rgba(89, 201, 203, 0.42); */
    background: var(--color-bg-soft-fixed);
    transition: all linear 0.3s;
}

.darkmode .service-card:hover {
    background: var(--color-black-fixed);
    transition: all linear 0.3s;
}

.service-icon {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    border: 2px solid rgb(0 0 0);
    background: var(--color-white-fixed);
    box-shadow: 0 10px 24px rgba(0, 105, 103, 0.08);
}

.service-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7472%) hue-rotate(295deg) brightness(96%) contrast(104%); */
}

/* Fallback if image icons are not added */
.service-icon img[src=""],
.service-icon img:not([src]) {
    display: none;
}

.service-content {
    position: relative;
    z-index: 2;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    padding: 5rem 5rem;
}

.service-card h3 {
    margin: 0 0 18px;
    color: var(--color-text);
    font-size: 2.2rem;
    font-weight: 500;
}

.service-card p {
    margin: 0 0 28px;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.4;
    min-height: 80px;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    color: var(--color-secondary-dark);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    transition: gap 0.25s ease;
    background: url(../images/greendark-next-arrow.svg) no-repeat;
    background-position: 89% center;
    padding-right: 4rem;
    transition: all linear 0.3s;
}

.darkmode .explore-btn {
    color: var(--color-secondary-dark);
    background: url(../images/greendark-next-arrow.svg) no-repeat;
    background-position: 89% center;
}

.service-card:hover .explore-btn {
    gap: 5px;
    color: var(--color-primary);
    background: url(../images/orange-next-arrow.svg) no-repeat;
    background-position: 92% center;
    transition: all linear 0.3s;

}

.darkmode .engagementModals {
    padding-bottom: 0;
}

.industry-title-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Decorative Shapes */

.darkmode .black-strip-cta {
    border-top: 1px solid rgb(255 255 255 / 9%);
}


p {
    color: var(--color-text-muted);
}


.dot-pattern {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 82px;
    height: 82px;
    opacity: 0.5;
    background-size: 12px 12px;
}

.dot-pattern.blue {
    background-image: radial-gradient(#59c9cb 1.5px, transparent 1.5px);
}

.dot-pattern.orange {
    background-image: radial-gradient(#fd3a30 1.5px, transparent 1.5px);
}


.orange-arc {
    position: absolute;
    right: 68px;
    bottom: -74px;
    width: 170px;
    height: 170px;
    border: 1.5px solid rgba(253, 58, 48, 0.45);
    border-radius: 50%;
}


/* new css for related services */

/* Swiper Container */
.swiper-container {
    width: 100%;
    height: 100%;
}

/* Swiper Wrapper */
.swiper-wrapper {
    display: flex;
}


/* Optional Styling */
.swiper-button-next,
.swiper-button-prev {
    color: var(--color-primary);
}

.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}


/* ================================
   VOCSO Client Testimonial Marquee
================================ */

.vocso-client-marquee-section {
    position: relative;
    overflow: hidden;
    background: var(--color-bg-soft-fixed);
    color: var(--color-white-fixed);
}


.darkmode .vocso-client-marquee-section {
    background: var(--color-black-fixed);
}

.vocso-client-marquee-layout {
    min-height: 780px;
    display: grid;
    grid-template-columns: 43% 57%;
    gap: 52px;
    align-items: center;
}

/* Left Text */
.vocso-client-copy {
    max-width: 560px;
}

.vocso-client-copy .redquoteimg {
    margin-bottom: 3.2rem;
    text-align: left !important;
}

.vocso-client-copy h2 {
    margin: 0 0 2.8rem !important;
    color: var(--color-text);
    text-align: left !important;
}

.vocso-client-copy p {
    margin: 0;
    color: var(--color-text);
    font-size: 2rem;
    line-height: 1.55;
    font-weight: 600;
}



#header-top .scrolled {
    width: 100%;
    /* background-color: rgb(255 255 255 / 35%) !important; */
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    transition: all linear 0.3s;
}

#header-top:has(.navbar.scrolled) {
    position: fixed !important;
}

#header-top .scrolled .form-inline {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 0px 3px 0px, rgba(0, 0, 0, 0.06) -1px 0px 2px 0px;
}

.darkmode .vocso-testimonial-btn {
    color: var(--color-primary);
    background: transparent url(../images/orange-next-arrow.svg) no-repeat;
    border: 2px solid var(--color-primary);
}

.vocso-testimonial-btn {
    margin-top: 7.2rem;
    padding: 1.9rem 5.4rem 2.1rem 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    border-radius: 1rem;
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    background: transparent url(../images/orange-next-arrow.svg) no-repeat;
    background-position: 92% center !important;
    background-repeat: no-repeat !important;
    border: 2px solid var(--color-primary);
}

.vocso-testimonial-btn:hover {
    background: var(--color-secondary) url(../images/white-next-arrow.svg) no-repeat !important;
    background-position: 94% center !important;
    color: var(--color-white-fixed);
    border: 1px solid transparent;
}

.vocso-testimonial-btn span {
    font-size: 18px;
    line-height: 1;
}

/* Right Marquee Area */
.vocso-marquee-area {
    height: 840px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom,
            transparent 0%,
            #000 10%,
            #000 90%,
            transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom,
            transparent 0%,
            #000 10%,
            #000 90%,
            transparent 100%);
}

.vocso-marquee-col {
    position: relative;
    overflow: hidden;
}

.vocso-marquee-track {
    display: flex;
    flex-direction: column;
    gap: 24px;
    will-change: transform;
}

.marquee-up {
    animation: vocsoMarqueeUp 34s linear infinite;
}

.marquee-down {
    animation: vocsoMarqueeDown 38s linear infinite;
}

.vocso-marquee-area.is-paused .vocso-marquee-track,
.vocso-marquee-col:hover .vocso-marquee-track {
    animation-play-state: paused;
}

@keyframes vocsoMarqueeUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes vocsoMarqueeDown {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

/* Video Cards */
.vocso-video-card {
    position: relative;
    min-height: 470px;
    border-radius: 18px;
    overflow: hidden;
    background: var(--color-secondary-dark);

}

.vocso-video-card video {
    width: 100%;
    height: 100%;
    min-height: 470px;
    display: block;
    object-fit: cover;
    /* filter: grayscale(1); */
    transform: scale(1.02);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.vocso-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.84) 100%);
    pointer-events: none;
}

.vocso-video-card:hover video {
    filter: grayscale(0);
    transform: scale(1.06);
}

.vocso-play-btn {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: var(--color-white-fixed);
    color: var(--color-black-fixed);
    font-size: 19px;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.26);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.vocso-video-card:hover .vocso-play-btn {
    /* opacity: 0; */
    transform: translate(-50%, -50%) scale(0.85);
}

.vocso-video-meta {
    position: absolute;
    z-index: 4;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding-left: 14px;
}

.vocso-video-meta span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 3px;
    height: 100%;
    background: var(--color-primary);
    border-radius: 10px;
}

.vocso-video-meta h4 {
    margin: 0 0 4px;
    color: var(--color-white-fixed);
    font-size: 2rem;
    font-weight: 500;
}

.vocso-video-meta p {
    margin: 0;
    color: var(--color-white-fixed) !important;
    font-size: 1.6rem;
}

/* Text Cards */
.vocso-text-card {
    min-height: 390px;
    padding: 42px 40px;
    border-radius: 18px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: var(--color-secondary-light);
}

.darkmode .vocso-text-card {
    background: var(--color-neutral-dark);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--color-secondary) !important;
    background-color: var(--color-secondary-light) !important;
    font-weight: 600 !important;
    padding: 1.5rem 3rem !important;
    border-radius: 1rem !important;
}

.increase-conversion ul li .orches-left h3 a.active:before,
.we-orchestrate ul li .orches-left h3 a.active:before {
    border-left: 0 !important;
    transition: .4s;
}

.increase-conversion ul li .orches-left h3 a:before {
    display: none !important;
}

.increase-conversion .nav li h3 a {
    padding-left: 0 !important;
}


.client-brand {
    width: fit-content;
    margin-bottom: 54px;
    padding: 4px 12px;
    color: var(--color-text);
    border: 2px solid var(--color-text);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.3px;
    transform: rotate(-4deg);
}

.vocso-text-card p {
    margin: 0 0 48px;
    color: var(--color-text);
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
}

.vocso-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vocso-author img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.vocso-author h4 {
    margin: 0 0 4px;
    color: var(--color-text);
    font-size: 2rem;
    font-weight: 600;
}

.vocso-author span {
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.35;
}

@keyframes vocsoMobileMarqueeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes vocsoMobileMarqueeRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/* industries new css start */
.ai-industries-showcase {
    background: var(--color-bg-soft-fixed);
    color: var(--color-white-fixed);
    font-family: "Montserrat", Arial, sans-serif;
    overflow: hidden;
}

.darkmode .ai-industries-showcase {
    background: var(--color-black-fixed);
}


.ai-industries-header {
    max-width: 650px;
    margin-bottom: 7rem;
}

.ai-industries-header h2 {
    line-height: 1.3;
    margin: 0 0 22px;
    color: var(--color-text);
}

.ai-industries-header p {
    font-size: 2rem;
    line-height: 1.6;
    margin: 0;
    /* color: #86868b !important; */
}

.ai-industries-card {
    position: relative;
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 34px;
    min-height: 680px;
    /* background: var(--color-bg); */
    border-radius: 28px;
    /* padding: 46px; */
    overflow: hidden;
    /* box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38); */
}

.industry-controls {
    position: relative;
    z-index: 5;
    align-self: start;
    /* max-width: 420px; */
}

.industry-nav {
    width: fit-content;
    min-width: 250px;
    max-width: 100%;
    border: 0;
    outline: 0;
    color: var(--color-white-fixed);
    background: var(--color-secondary-dark);
    border-radius: 999px;
    padding: 1.6rem 3rem 1.6rem 1.8rem;
    margin: 6px 0;
    display: flex;
    align-items: self-start;
    gap: 14px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.35s ease;
    flex-direction: column;
}

.darkmode .industry-nav {
    background: var(--color-secondary);

}

.industry-detail p strong {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.industry-nav:hover {
    background: var(--color-secondary);
    transform: translateX(4px);
}

.industry-nav.active {
    background: var(--color-secondary);
    min-width: 380px;
    display: none;
}

.industry-number {
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    flex: 0 0 auto;
    color: var(--color-white-fixed);
}

.industry-nav.active .industry-number {
    background: var(--color-primary);
}

.industry-title {
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap;
}

.industry-detail {
    max-width: 100%;
    background: #242426;
    border-radius: 24px;
    padding: 0 26px;
    /* margin: 10px 0 10px; */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition:
        max-height 0.45s ease,
        opacity 0.35s ease,
        transform 0.35s ease,
        padding 0.35s ease;
}

.industry-detail.active {
    max-height: 365px;
    padding: 24px 26px;
    margin: 5px 0 12px;
    opacity: 1;
    transform: translateY(0);
    background: var(--color-secondary);
}

.industry-detail p span {
    margin-top: 1rem;
    display: inline-block;
}

.industry-detail ul {
    margin-top: 2rem;
}

.industry-detail ul.process-points li {
    color: var(--color-white-fixed);
}

.industry-detail p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.industry-detail strong {
    color: var(--color-white-fixed);
}

.industry-visual-wrap {
    position: relative;
    min-height: 580px;
    border-radius: 24px;
    overflow: hidden;
    isolation: isolate;
    border: 8px solid #fff;
}

.darkmode .industry-visual-wrap {
    border: 8px solid var(--color-border);
}

.industry-visual-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 30%, rgba(89, 201, 203, 0.32), transparent 34%),
        radial-gradient(circle at 75% 45%, rgba(253, 58, 48, 0.22), transparent 36%),
        linear-gradient(135deg, rgba(0, 105, 103, 0.5), #020202 62%);
    z-index: 1;
}

.industry-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.08) translateX(30px);
    transition:
        opacity 0.65s ease,
        transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 2;
    filter: saturate(1.08) contrast(1.04);
}

.industry-image.active {
    opacity: 0.82;
    transform: scale(1) translateX(0);
}

.industry-visual-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.industry-floating-label {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--color-black-fixed);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border-radius: 999px;
    padding: 12px 18px 12px 12px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.industry-floating-label span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-neutral-dark);
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 900;
}

.industry-floating-label strong {
    font-size: 1.4rem;
    white-space: nowrap;
}


/* sticky card css start */
/* ================================
   DEFAULT STACK EFFECT
================================ */

/* Stack positions */
.vocso-stack-card:nth-child(1) {
    top: 38rem;
    z-index: 1;
}

.vocso-stack-card:nth-child(2) {
    top: 39rem;
    z-index: 2;
}

.vocso-stack-card:nth-child(3) {
    top: 40rem;
    z-index: 3;
}

.vocso-stack-card:nth-child(4) {
    top: 41rem;
    z-index: 4;
}

.vocso-stack-card:nth-child(5) {
    top: 42rem;
    z-index: 5;
}

.vocso-stack-card:nth-child(6) {
    top: 43rem;
    z-index: 6;
}

.vocso-stack-card:nth-child(7) {
    top: 44rem;
    z-index: 7;
}

.vocso-stack-card:nth-child(8) {
    top: 45rem;
    z-index: 8;
}

/* Hide details by default */
.vocso-stack-card .genai-rich {
    display: none;
}

/* Show details when opened */
.vocso-stack-card.is-open .genai-rich {
    display: block;
}

/* ================================
   ONLY OPENED CARD:
   REMOVE STICKY + KEEP ABOVE OTHERS
================================ */

.vocso-stack-card.is-open {
    position: relative !important;
    top: auto !important;
    z-index: 9999 !important;
    overflow: visible !important;
}

/* Make opened card content readable above sticky cards */
.vocso-stack-card.is-open .vocso-stack-card-wrapper,
.vocso-stack-card.is-open .genai-rich,
.vocso-stack-card.is-open .vocso-toggle-wrap {
    position: relative;
    z-index: 9999;
    background: var(--color-white-fixed);
}

.darkmode .vocso-stack-card.is-open .vocso-stack-card-wrapper,
.darkmode .vocso-stack-card.is-open .genai-rich,
.darkmode .vocso-stack-card.is-open .vocso-toggle-wrap {
    background: var(--color-neutral-dark);
}

/* Closed cards keep sticky */
.vocso-stack-card:not(.is-open) {
    position: sticky;
}

/* Optional opened card highlight */
.vocso-stack-card.is-open {
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.10);
}

.cta-visual img {
    height: 400px;
}

.ai-process-card:nth-child(1) {
    top: 22rem;
    z-index: 1;
}

.ai-process-card:nth-child(2) {
    top: 23rem;
    z-index: 2;
}

.ai-process-card:nth-child(3) {
    top: 24rem;
    z-index: 3;
}

.ai-process-card:nth-child(4) {
    top: 25rem;
    z-index: 4;
}

.ai-process-card:nth-child(5) {
    top: 26rem;
    z-index: 5;
    border: 0;
}

.ai-process-card .intro-arc {
    position: absolute;
    right: 35rem;
    top: 13rem;
    width: 500px;
    height: 500px;
    border: 15px solid var(--color-secondary-dark);
    border-radius: 50%;
    opacity: 0;
    transition: all linear 0.3s;
}

.ai-process-card:hover .intro-arc {
    opacity: 0.1;
    transition: all linear 0.3s;
}

.demo-spacer {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: var(--color-white-fixed);
    color: #555;
    text-align: center;
}

.demo-spacer h1 {
    margin: 0;
    font-size: clamp(32px, 5vw, 64px);
    letter-spacing: -0.04em;
}

.ai-process-section {
    position: relative;
    background: var(--color-bg-soft-fixed);
    overflow: visible;
    /* padding-top: 0; */
}



.darkmode .ai-process-section {
    background: var(--color-black-fixed);
}

/* Sticky Heading */
.ai-process-header {
    position: sticky;
    top: 7rem;
    /* z-index: 100; */
    margin-bottom: 0;
    padding: 34px 0 34px;
    background: var(--color-white-fixed);
}

.darkmode .ai-process-header {
    background: var(--color-secondary);
}

.ai-process-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--color-secondary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ai-process-stack {
    position: relative;
    gap: 2rem;
    display: grid;
}

.ai-process-card {
    position: sticky;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
    min-height: 190px;
    padding: 5rem 0;
    background: var(--color-white-fixed);
    border-bottom: 1px solid rgb(41 36 36 / 8%);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-radius 0.35s ease, padding 0.35s ease;
    /* border-radius: 1rem; */
    align-items: start;
    overflow: hidden;
}

.darkmode .ai-process-card {
    background: var(--color-secondary);
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.process-number {
    color: var(--color-secondary-dark);
    font-size: 6.5rem;
    line-height: 1;
    font-weight: 700;
    border-right: 1px solid rgb(204 204 204 / 36%);
}

.darkmode .process-number {
    border-right: 1px solid rgb(115 115 115 / 36%);
}

.process-content h3 {
    margin: 0 0 12px;
    color: var(--color-text);
    font-size: 3.4rem;
    line-height: 1.1;
    font-weight: 700;
}

.process-content p {
    max-width: 630px;
    margin: 0;
    /* color:#a2a2a2; */
    font-size: 1.8rem;
    line-height: 1.65;
}

.darkmode .process-content p {
    color: var(--color-white-fixed);
}

.process-points {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.process-points li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 0;
    color: var(--color-text);
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: 500;
    display: flex;
    gap: 1rem;
    align-items: center;
}


.process-points li img {
    /* height: 16px; */
    filter: brightness(0) saturate(100%) invert(59%) sepia(20%) saturate(665%) hue-rotate(101deg) brightness(95%) contrast(90%);
    width: 12px;
}

.case-study-section h2 {
    color: var(--color-white-fixed);
    text-align: left !important;
    margin: initial !important;
    max-width: 50%;
}

.case-study-section .slider .slide {
    background: inherit;
    filter: grayscale(100%) brightness(.9) invert(1);
}

.case-study-card-wrap {
    gap: 6rem;
    display: flex;
    flex-direction: column;
}

.case-study-card .stats .stat span {
    display: flex;
    flex-direction: column;
    font-size: 2.9rem;
}

.case-study-card .stats .stat {
    display: flex;
    align-items: start;
    color: var(--color-white-fixed);
    font-weight: 700;
    font-size: 5rem;
    border-right: 1px solid rgb(255 255 255 / 13%);
    padding-right: 3rem;
    margin-right: 3rem;
    flex: 1;
}

.case-study-card .stats .stat:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.case-study-card .stats .stat span b {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 2.5rem;
}

.case-study-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-neutral-dark);
    position: relative;
}

.case-study-card {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    width: 100%;
    height: 80rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    position: -webkit-sticky;
    position: sticky;
    padding: 4rem;
    justify-content: start;
    gap: 2rem;
    align-items: flex-start;
    border: 0px solid rgb(255 255 255 / 27%);
}

.case-study-card .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    top: 0;
    left: 0;
    /* background: rgb(255 255 255 / 5%); */
    border-radius: 8px;
    backdrop-filter: blur(31px);
    padding: 4rem;
    max-width: 39%;
    z-index: 1;
    height: 100%;
}

.case-study-card .content h3 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    color: var(--color-white-fixed);
}

.case-study-card .content p {
    font-size: 1.8rem;
    margin: 0;
    color: var(--color-white-fixed) !important;
    line-height: 2.8rem;
}

.case-study-card .stats {
    display: flex;
    justify-content: space-between;
    padding: 3rem;
    border: 2px solid rgb(255 255 255 / 18%);
    border-radius: 1rem;
    /* background: rgba(255, 255, 255, 0.2); */
    backdrop-filter: blur(16px);
    width: 100%;
}

.case-study-card .stats .stat .icon {
    margin-right: 2rem;
}

.case-study-card .content .see-case-study {
    color: #8ddf7b;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
}

/* Specific top positions for each card */
.case-study-card:nth-child(1) {
    top: 11rem;

}

.case-study-card:nth-child(2) {
    top: 13rem;

}

.case-study-card:nth-child(3) {
    top: 15rem;
}

.darkmode .ai-tech-tab-btn:hover,
.darkmode .ai-tech-tab-btn.active {
    background: var(--color-secondary);
}

.vocso-stack-section,
.vocso-stack-section .container,
.vocso-stack-wrap {
    overflow: visible;
}


.vocso-stack-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Article tag itself */
.vocso-stack-card {
    top: 0;
    background: var(--color-white-fixed);
    border-radius: 28px;
    transform-origin: center top;
    transition:
        transform 0.08s linear,
        filter 0.08s linear;
    will-change: transform, filter;
    position: sticky;
    align-items: stretch;
    min-height: 50rem;
    border: 1px solid rgb(63 63 63 / 12%);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 5rem;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.015);
}

/* Open card stays normal */
.vocso-stack-card.is-open {
    transform: translateY(0) scale(1) !important;
    filter: blur(0) !important;
}


.vocso-faq-section {
    background: var(--color-bg);
}

.darkmode .vocso-faq-item.active {
    background: var(--color-secondary);

}

.darkmode .vocso-faq-item {
    border-bottom: 1px solid #25282c;
}

.vocso-faq-wrapper {
    max-width: 970px;
    margin: 5rem auto 0;
}

.vocso-faq-item {
    border-bottom: 1px solid #eeeeee;
    transition: background-color 0.35s ease, border-radius 0.35s ease, margin-bottom 0.35s ease;
    border-radius: 1rem;
}

.vocso-faq-item:hover {
    background: var(--color-secondary-light);
    border-bottom: 0;
}

.darkmode .vocso-faq-item:hover {
    background: var(--color-secondary);
}

.vocso-faq-item.active {
    background: var(--color-secondary-light);
    border-radius: 1rem;
    border-bottom: 0;
    margin-bottom: 18px;
}

.vocso-faq-question {
    width: 100%;
    min-height: 94px;
    border: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    text-align: left;
    font-family: inherit;
    padding: 4rem;
    font-size: 2.5rem;
    font-weight: 600;
}

.darkmode .vocso-faq-icon {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

}

.darkmode .vocso-faq-answer p {
    color: var(--color-text);
}

.vocso-faq-icon {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    transition: transform 0.35s ease, margin-top 0.35s ease;
    margin-top: -6px;
}

.vocso-faq-item.active .vocso-faq-icon {
    transform: rotate(-135deg);
    margin-top: 6px;
}

/* IMPORTANT FIX */
.vocso-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.45s ease, opacity 0.35s ease;
}

.vocso-faq-item.active .vocso-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.vocso-faq-answer-inner {
    overflow: hidden;
    padding: 0 4rem;
}

.vocso-faq-item.active .vocso-faq-answer-inner {
    padding-bottom: 4rem;
}

.vocso-faq-answer p {
    line-height: 3rem;
    font-size: 1.8rem;
    font-weight: 500;
}

/* .darkmode .ai-process-card {
    box-shadow: 0 14px 36px rgb(255 255 255 / 8%) !important;
} */

.ourtechnologystack-custom .slider:last-of-type {
    margin-top: -3.6rem;
}



/* CTA css start */

.ai-cta {
    position: relative;
    background: var(--color-black-fixed) url(../images/ai-cta-bg.webp) no-repeat center center;
}

.cta-grid {
    position: relative;
    display: flex;
}

.glass-card {
    position: relative;
    z-index: 2;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: rgb(255 255 255 / 7%) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 3rem;
    padding: 6rem;
    width: 52%;
}


.cta-title {
    margin: 0;
    color: var(--color-white-fixed);
    font-size: 5.5rem;
    line-height: 1.18;
    font-weight: 800;
}

.cta-title .gradient-text {
    color: #fff;

    /* color: transparent;
     background: linear-gradient(92deg, var(--color-primary) 0%, #f47b54 32%, var(--color-secondary-dark) 70%, #57d0a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 0 34px rgba(253, 58, 48, 0.12); */
}

.cta-copy {
    max-width: 100%;
    margin: clamp(18px, 2.5vw, 28px) 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(15px, 1.45vw, 20px);
    line-height: 1.62;
    font-weight: 500;
}

.cta-actions {
    display: grid;
    gap: 16px;
    margin-top: clamp(26px, 3.4vw, 42px);
}

.primary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    /* width: min(100%, 560px); */
    min-height: 74px;
    padding: 2rem 4rem;
    color: var(--color-white-fixed);
    text-decoration: none;
    border-radius: 12px;
    font-size: 2rem;
    font-weight: 600;
    background: var(--color-secondary);
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.primary-cta:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--color-primary);
    transition: all linear 0.3s;
}

.cta-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
}

.cta-arrow {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    transition: transform 220ms ease;
}

.primary-cta:hover .cta-arrow {
    transform: translateX(4px);
}

.route-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #45d7a2;
    text-decoration: none;
    font-size: clamp(15px, 1.35vw, 20px);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.route-link svg {
    width: 24px;
    height: 24px;
}

.email-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(14px, 1.15vw, 18px);
    line-height: 1.5;
    font-weight: 500;
}

.email-line strong {
    color: var(--color-secondary-dark);
    font-weight: 700;
}

.email-line strong a:hover {
    color: #fff;
}




.darkmode .case-study-section {
    background: var(--color-black-fixed);
}


/* CTA Css end */


/* TECH STACK START */
.agentic-techstack-section {
    color: #1f2933;
    transition: background 0.3s ease, color 0.3s ease;
    background: var(--color-black-fixed) url(../images/product-techstack-bg.webp) no-repeat center center;
    /* background-size: cover; */
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}

.agentic-techstack-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.24;
    background:
        linear-gradient(90deg, rgba(0, 215, 196, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(253, 58, 48, 0.045) 1px, transparent 1px);
    background-size: 92px 92px;
}


.agentic-techstack-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 9rem;
}

.agentic-techstack-header-content {
    max-width: 820px;
}

.agentic-techstack-header h2 {
    margin: 0 0 16px;
    font-size: 4.4rem;
    line-height: 1.1;
    font-weight: 600;
    color: var(--color-white-fixed);
}

.agentic-techstack-header p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #86868b !important;
}

.agentic-techstack-wrapper {
    position: relative;
    margin-top: -10px;
    overflow: hidden;
    border-radius: 24px;
}

.agentic-techstack-row {
    position: relative;
    align-items: start;
    gap: 28px;
    min-height: 98px;
    padding: 6rem 0;
    border-bottom: 1px solid #25282c;
    display: flex;
    justify-content: space-between;
}

.agentic-techstack-row:last-child {
    border-bottom: 0;
}

.agentic-techstack-info h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.22;
    font-weight: 700;
}

.agentic-techstack-info p {
    margin-top: 1rem;
    max-width: 355px;
    color: #86868b !important;
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: 400;
}


.agentic-techstack-divider {
    width: 1px;
    height: 100px;
    background: linear-gradient(180deg,
            transparent,
            rgba(255, 255, 255, 0.24),
            transparent);
}

.agentic-techstack-list {
    align-items: center;
    gap: 14px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 70%;
}

.agentic-techstack-card {
    gap: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease;
    background: var(--color-white-fixed);
    text-align: center;
}

.agentic-techstack-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
}

.agentic-techstack-card:hover {
    transform: translateY(-2px);
}

.agentic-techstack-card figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    height: 72px;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
    background: var(--color-white-fixed);
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.8rem;
    color: var(--color-text);
    justify-content: center;
}

.agentic-techstack-card span {
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
}

/* TECHSTACK END */

/* modern service css end */



.banner-wrap {
    /* margin-top: 6rem; */
    width: 90%;
    margin: 6rem auto 0 auto;
    /* border: 16px solid var(--color-secondary-dark); */
    border-radius: 5rem 5rem 0 0;
    border-bottom: 0;
    overflow: hidden;
    padding: 3rem;
    background: radial-gradient(at 15% 20%, rgb(0 237 100 / 25%) 0px, transparent 50%), radial-gradient(at 85% 25%, rgb(49 217 119 / 25%) 0px, transparent 45%), radial-gradient(at 50% 90%, rgba(95, 163, 133, .12) 0px, transparent 95%), #ffffff;
}

.banner-wrap video {
    border-radius: 5rem;
}

.hero-slider-logo .angularPortfolioSlider .slider .slide {
    filter: grayscale(100%) brightness(0.9) invert(0);
}

/* .hero-slider-logo .angularPortfolioSlider .slider {
    padding: 6rem 0;
} */

.backendServices-box-tile h3 {
    color: var(--color-text);
}

.datasense-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 4px 12px 4px 4px;
    border: 1px solid rgb(0 30 43 / 14%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #1d1d1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(253, 58, 48, 0.08);
    transition: all 0.25s ease;
    margin-bottom: 2rem;
}

.datasense-trust-badge:hover {
    border-color: rgba(253, 58, 48, 0.45);
    box-shadow: 0 14px 36px rgba(253, 58, 48, 0.14);
    transform: translateY(-1px);
}

.datasense-trust-badge__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #0a4a36;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.datasense-trust-badge__text {
    color: #1d1d1f;
    white-space: nowrap;
}

.datasense-trust-badge__arrow {
    color: #0a4a36;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 0.25s ease;
}

.datasense-trust-badge:hover .datasense-trust-badge__arrow {
    transform: translate(3px, -1px);
}

@media (max-width: 480px) {
    .datasense-trust-badge {
        font-size: 13px;
        gap: 6px;
        padding-right: 10px;
    }

    .datasense-trust-badge__label {
        min-height: 24px;
        padding: 0 10px;
        font-size: 13px;
    }

    .datasense-trust-badge__arrow {
        font-size: 20px;
    }
}

.datasense-features {
    padding: 74px 0;
    background: #f7f7f7;
    overflow: hidden;
}

.container {
    max-width: 1760px;
    margin: 0 auto;
    padding-left: 5rem;
    padding-right: 5rem;
}

.features-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.features-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: end;
    gap: 42px;
    margin-bottom: 34px;
}

.feature-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 5px 10px 5px 6px;
    margin-bottom: 16px;
    border: 1px solid rgba(253, 58, 48, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #25282c;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.feature-eyebrow__icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(253, 58, 48, 0.28);
}

.features-title {
    margin: 0;
    max-width: 560px;
    color: var(--color-text-strong);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 700;
}

.features-intro {
    margin: 0 0 9px;
    color: rgba(29, 29, 31, 0.72);
    font-size: 14px;
    line-height: 1.58;
    font-weight: 500;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.feature-card {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(236, 236, 236, 0.96);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 18px 45px rgba(37, 40, 44, 0.055),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(253, 58, 48, 0.16);
    box-shadow:
        0 26px 70px rgba(37, 40, 44, 0.085),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.feature-card__image {
    width: 100%;
    aspect-ratio: 1.62 / 1;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 26px rgba(37, 40, 44, 0.04);
}

.feature-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-card__body {
    padding: 20px 10px 4px;
}

.feature-card__title {
    margin: 0 0 8px;
    color: var(--color-text-strong);
    font-size: 20px;
    line-height: 1.16;
    letter-spacing: -0.035em;
    font-weight: 700;
}

.feature-card__text {
    margin: 0;
    color: rgba(29, 29, 31, 0.7);
    font-size: 13px;
    line-height: 1.58;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .container {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        box-sizing: border-box;
    }

    .features-header {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .features-intro {
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    .datasense-features {
        padding: 56px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        border-radius: 20px;
        padding: 10px;
    }

    .feature-card__image {
        border-radius: 15px;
    }

    .feature-card__body {
        padding: 17px 6px 6px;
    }

    .feature-card__title {
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .features-title {
        font-size: 32px;
    }

    .feature-card__text,
    .features-intro {
        font-size: 12.5px;
    }
}


.datasense-features-section {
    background: var(--color-bg);
    font-family: 'Montserrat', sans-serif;
    /* overflow: hidden; */
    padding-top: 0;
}

.datasense-features-wrap {
    /* max-width: 1180px; */
    margin: 0 auto;
}

.datasense-features-head {
    /* max-width: 780px; */
    margin: 0 auto 5rem;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: sticky;
    top: 10rem;
}

.datasense-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-bottom: 16px;
    padding: 7px 13px;
    border: 1px solid rgba(10, 74, 54, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: #0a4a36;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 28px rgba(10, 74, 54, 0.06);
}

.datasense-section-badge span {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #feeae4;
    color: #fd3a30;
    font-size: 11px;
}


.datasense-features-head p {
    max-width: 720px;
    font-size: 1.8rem;
    line-height: 2.9rem;
}

.datasense-features-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
    /* position: sticky; */
    /* top: 14rem; */
    flex-direction: column;
}

.datasense-feature-card {
    min-width: 0;
    padding: 4rem;
    border: 1px solid rgb(63 63 63 / 12%);
    border-radius: 28px;
    background: #eef4f0;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.015);
    transition: 0.25s ease;
    position: sticky;
    top: 0;
    flex-direction: column-reverse;
    display: flex;
    /* background-color: var(--surface-info) !important; */
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
    transition: all linear 0.3s;
}


.datasense-feature-card:nth-child(1) {
    top: 28rem;
    z-index: 1;
}


.datasense-feature-card:nth-child(2) {
    top: 29rem;
    z-index: 2;
}


.datasense-feature-card:nth-child(3) {
    top: 30rem;
    z-index: 3;
}

.datasense-feature-card:nth-child(4) {
    top: 31rem;
    z-index: 4;
}




.datasense-feature-img {
    width: 100%;
    aspect-ratio: 1.65 / 1;
    overflow: hidden;
    border-radius: 20px;
    background: #f4f5f6;
    border: 1px solid #ececec;
}

/* .datasense-feature-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
} */

.datasense-feature-content {
    position: relative;
    margin-bottom: 6rem;
    max-width: 100%;
}

.datasense-feature-icon {
    position: absolute;
    left: 10px;
    top: 22px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f4eb;
    color: #0a4a36;
    font-size: 17px;
    font-weight: 800;
}

.datasense-feature-card:nth-child(1) .datasense-feature-icon {
    background: #feeae4;
    color: #fd3a30;
}

.datasense-feature-card:nth-child(2) .datasense-feature-icon {
    background: #e6f4f9;
    color: #23493e;
}

.datasense-feature-card:nth-child(3) .datasense-feature-icon {
    background: #f4f5f6;
    color: #25282c;
}

.datasense-feature-card h3 {
    margin: 0 0 2rem;
    color: var(--color-text);
    font-size: 3.2rem;
    line-height: 1.18;
}

.datasense-feature-card p {
    margin: 0;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    max-width: 50%;
}

@media (max-width: 991px) {
    .datasense-features-section {
        padding: 72px 0;
    }

    .datasense-features-grid {
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .datasense-features-section {
        padding: 56px 0;
    }

    .datasense-features-grid {
        grid-template-columns: 1fr;
    }

    .datasense-features-head {
        text-align: left;
        margin-bottom: 34px;
    }

    .datasense-features-head p {
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
    }

    .datasense-feature-card {
        border-radius: 22px;
        padding: 10px;
    }

    .datasense-feature-img {
        border-radius: 16px;
    }

    .datasense-feature-content {
        padding: 18px 6px 8px 56px;
    }

    .datasense-feature-icon {
        left: 6px;
        top: 18px;
    }
}


/* new section css */

.ds-usecases-section {
    position: relative;
    overflow: hidden;
    /* background: var(--color-secondary-light); */
    background: rgba(140, 232, 79, 0.34);
    color: #000;
}


.darkmode .ds-usecases-section {
    background: var(--color-secondary);
    color: #000;
}

table.ghost-comparison-table thead th:first-child {
    background: none;
}

.ds-usecases-section .container {
    position: relative;
    z-index: 2;
}

.ds-usecases-header {
    max-width: 100%;
    margin: 0 auto 5rem;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ds-usecases-header span {
    display: inline-block;
    margin-bottom: 14px;
    color: #0a4a36;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ds-usecases-header h2 {
    margin: 0;
    color: var(--color-text);
}

.ds-usecases-header p {
    max-width: 40%;
    margin: 0;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.65;
}

.ds-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.ds-usecase-card {
    position: relative;
    overflow: hidden;
    height: 70rem;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 18px;
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s linear;
}

.darkmode .ds-usecase-card {
    background: var(--color-neutral-dark);
}

.ds-usecase-card:hover {
    transform: translateY(-10px);
    transition: all 0.3s linear;
}

.ds-usecase-content {
    position: relative;
    z-index: 3;
    padding: 4rem 4rem 0;
}

.ds-usecase-content h3 {
    margin: 0 0 2rem;
    color: var(--color-text);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.22;
    /* letter-spacing: -0.03em; */
}

.ds-capabilites-cat {
    font-size: 1.8rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 47%);
    margin-bottom: 2rem;
    font-weight: 600;
    display: inline-flex;
}

.darkmode .ds-capabilites-cat {
    color: rgb(255 255 255 / 47%);

}


.ds-usecase-content p {
    max-width: 100%;
    margin: 0;
    color: #69645f;
    font-size: 1.8rem;
    line-height: 1.55;
}



.darkmode .ds-usecase-content p {
    color: var(--color-white-fixed);
}


/* Visual base */
.ds-card-visual {
    position: relative;
    left: 38px;
    right: 24px;
    bottom: 0;
    height: 41rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    background: var(--color-bg-soft-fixed);
    margin-top: 3rem;
}

/* Card 1: chat */
.ds-chat-visual {
    padding: 16px;
}

.ds-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fafafa;
    color: #5f5f5f;
    font-size: 11px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.ds-status-pill span {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fd3a30, #0a4a36);
}

.ds-chat-bubble {
    max-width: 82%;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 13px;
    color: #141414;
    font-size: 11px;
    line-height: 1.35;
}

.ds-chat-bubble.left {
    background: #f5f5f5;
}

.ds-chat-bubble.right {
    margin-left: auto;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

/* Card 2: chart */
.ds-chart-visual {
    padding: 26px 24px 18px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.055) 1px, transparent 1px),
        #ffffff;
    background-size: 100% 38px;
}

.ds-chart-bars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 14px;
    height: 135px;
}

.ds-chart-bars span {
    display: block;
    border-radius: 9px 9px 0 0;
    background: linear-gradient(180deg, #6670ff, #4d57dc);
}

.ds-chart-labels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 12px;
    text-align: center;
}

.ds-chart-labels small {
    color: #686868;
    font-size: 10px;
    font-weight: 700;
}

/* Card 3: comparison */
.ds-compare-visual {
    padding: 22px;
    background:
        radial-gradient(circle at 80% 10%, rgba(253, 58, 48, 0.16), transparent 35%),
        #ffffff;
}

.ds-compare-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 14px;
    background: #f6f6f6;
}

.ds-compare-row.active {
    background: #e7f4eb;
}

.ds-compare-row span {
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 700;
}

.ds-compare-row strong {
    color: #000;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.ds-growth-pill {
    display: inline-flex;
    margin-top: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #bfe48e;
    color: #000;
    font-size: 13px;
    font-weight: 800;
}

/* Card 4: drop reason */
.ds-drop-visual {
    padding: 22px;
    background:
        radial-gradient(circle at 15% 10%, rgba(253, 58, 48, 0.18), transparent 30%),
        #ffffff;
}

.ds-line-chart {
    position: relative;
    height: 80px;
    margin-bottom: 18px;
    border-radius: 14px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.055) 1px, transparent 1px),
        #fafafa;
    background-size: 100% 26px;
}

.ds-line-chart span {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 44px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0a4a36, #fd3a30);
    transform: rotate(8deg);
    transform-origin: left center;
}

.ds-insight-box {
    padding: 16px;
    border-radius: 14px;
    background: #101010;
    color: #fff;
}

.ds-insight-box strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.ds-insight-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    line-height: 1.45;
}

/* Card 5: inventory */
.ds-inventory-visual {
    padding: 20px;
}

.ds-inventory-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 13px;
    border-radius: 14px;
    background: #f7f7f7;
}

.ds-inventory-item span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #e7f4eb;
}

.ds-inventory-item.warning span {
    background: #feeae4;
}

.ds-inventory-item strong {
    display: block;
    margin-bottom: 3px;
    color: #000;
    font-size: 13px;
}

.ds-inventory-item small {
    color: #706c68;
    font-size: 11px;
}

/* Card 6: forecast */
.ds-forecast-visual {
    padding: 22px;
    background:
        radial-gradient(circle at 80% 25%, rgba(10, 74, 54, 0.14), transparent 34%),
        #ffffff;
}

.ds-forecast-value span {
    display: block;
    margin-bottom: 4px;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
}

.ds-forecast-value strong {
    display: block;
    color: #000;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.07em;
}

.ds-forecast-bars {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    gap: 10px;
    height: 82px;
}

.ds-forecast-bars span {
    display: block;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, #fd3a30, #0a4a36);
}

/* Responsive */
@media (max-width: 991px) {
    .ds-usecases-section {
        padding: 70px 0;
    }

    .ds-usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-usecase-card {
        min-height: 355px;
    }
}

@media (max-width: 575px) {
    .ds-usecases-section {
        padding: 60px 0;
    }

    .ds-usecases-header {
        margin-bottom: 28px;
        text-align: left;
    }

    .ds-usecases-header h2 {
        font-size: 34px;
    }

    .ds-usecases-header p {
        font-size: 14px;
    }

    .ds-usecases-grid {
        grid-template-columns: 1fr;
    }

    .ds-usecase-card {
        min-height: 340px;
        border-radius: 16px;
    }

    .ds-usecase-content {
        padding: 22px 20px 0;
    }

    .ds-card-visual {
        left: 20px;
        right: 20px;
        height: 190px;
    }
}



/* BMC Comparison Section */

.ghost-comparison-section {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;

    color: #000000;
}

/* Section container only, no extra custom wrapper class */

.ghost-logos-row {
    display: grid;
    grid-template-columns: 185px 1fr 1fr;
    align-items: center;
    margin-bottom: 28px;
}

.ghost-logo-cell,
.substack-logo-cell {
    display: flex;
    align-items: center;
    min-height: 28px;
    color: #111827;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}

.ghost-logo-cell {
    justify-content: flex-start;
    gap: 7px;
    padding-left: 28px;
}

.substack-logo-cell {
    justify-content: flex-start;
    padding-left: 28px;
}

.ghost-mark {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 3px solid #222222;
    border-radius: 50%;
}

.ghost-mark::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-top-color: #d9d9d9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(-35deg);
}

/* .comparison-table-scroll tbody {
    border: 1px solid #dbeaf1;
} */


tr.gh-compare-table-header th {
    border-right: 0;
    font-size: 3rem;
}

.ghost-comparison-table tr:hover {
    background: var(--surface-info);
}

.ghost-comparison-table thead tr:hover {
    background: none;
}

.comparison-table-scroll {
    width: 100%;
    overflow-x: auto;
}

.ghost-comparison-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    table-layout: fixed;
    /* border: 1px solid #dbeaf1; */
    background: #ffffff;
}

.ghost-comparison-table th,
.ghost-comparison-table td {
    border-right: 1px solid #dbeaf1;
    border-bottom: 1px solid #dbeaf1;
    vertical-align: middle;
    text-align: left;
}

.ghost-comparison-table th:last-child,
.ghost-comparison-table td:last-child {
    border-right: 0;
}

.ghost-comparison-table tr:last-child th,
.ghost-comparison-table tr:last-child td {
    border-bottom: 0;
}

.ghost-comparison-table th {
    width: 200px;
    padding: 24px 28px;
    color: #0d1721;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 600;
}

.ghost-comparison-table td {
    width: calc((100% - 185px) / 2);
    height: 64px;
    padding: 22px 28px;
    color: #000000;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.ghost-comparison-table td p {
    margin: 0;
    color: #000000;
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: 500;
}

.ghost-comparison-table td strong {
    font-weight: 500;
    font-size: 2rem;
}

.pricing-row th,
.pricing-row td {
    height: 130px;
}

.pricing-row td {
    vertical-align: top;
    padding-top: 22px;
}

.inner-line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 18px 0 15px;
    background: #d6dde2;
}

.yes-icon,
.no-icon,
.warning-icon,
.money-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    /* vertical-align: -1px; */
    line-height: 1;
    flex: none;
}

.yes-icon {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #48c982;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.no-icon {
    color: #ff4d79;
    font-size: 32px;
    font-weight: 500;
    line-height: 0;
    transform: translateY(3px);
}

.warning-icon {
    color: #f7a51c;
    font-size: 22px;
    margin-right: 8px;
}

.money-icon {
    font-size: 13px;
    margin-right: 8px;
}

.email-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    padding: 3px 6px;
    border: 1px solid #d6e2eb;
    border-radius: 3px;
    background: #f6f7fa;
    color: #ff2a71;
    font-size: 12px;
    line-height: 1;
    font-family: Consolas, Monaco, monospace;
    font-weight: 500;
}


.datasense-comparison-heading {
    padding: 64px 20px 58px;
    margin-bottom: 80px;
    background: #0d1424;
    text-align: center;
}

.datasense-comparison-heading span {
    display: inline-block;
    margin-bottom: 12px;
    color: #00d9ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

/* .ghost-comparison-table thead th {
    background: var(--color-bg-soft-fixed);
} */

.datasense-comparison-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4.5vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.datasense-comparison-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #b7d8f7;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}



.ghost-comparison-table thead th:first-child {
    background: transparent;
}

/* .ghost-comparison-table tbody tr td:nth-child(2) {
    background: var(--color-secondary-light);
} */

/* .ghost-comparison-table tbody tr td:nth-child(3) {
    background: var(--light-pink-brown);
} */



@media (max-width: 991px) {
    .ghost-comparison-section {
        padding-top: 70px;
    }

}

@media (max-width: 767px) {
    .ghost-comparison-section {
        padding: 48px 14px 0;
    }

    .ghost-logos-row {
        grid-template-columns: 160px 1fr 1fr;
        min-width: 850px;
    }

    .ghost-comparison-table {
        min-width: 850px;
    }

    .ghost-comparison-table th {
        width: 160px;
        padding: 22px 20px;
    }

    .ghost-comparison-table td {
        padding: 20px 22px;
    }
}


/* product video section start */


.sales-video-section {
    width: 100%;
    /* padding: 96px 20px; */
    background: var(--color-bg);
    color: #000000;
}


.sales-video-header {
    display: flex;
    gap: 70px;
    align-items: start;
    margin-bottom: 5rem;
    justify-content: space-between;
    align-items: end;
}

.sales-video-content {
    max-width: 37%;
}

.sales-video-title h2 {
    margin: 0;
    color: var(-color-text);
}

.sales-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 18px;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.sales-rating strong {
    font-weight: 700;
}

.sales-star {
    color: #00b67a;
    font-size: 28px;
    line-height: 0.75;
    transform: translateY(-1px);
}

.sales-video-content p {
    margin: 0;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.55;

}

.sales-video-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.sales-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
}

.sales-btn-dark {
    background: #050505;
    border: 1px solid #050505;
    color: #ffffff;
}

.sales-btn-dark:hover {
    background: #252525;
    border-color: #252525;
}

.sales-btn-outline {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

.sales-btn-outline:hover {
    background: #000000;
    color: #ffffff;
}

.sales-video-card {
    position: relative;
    width: 100%;
    height: 80rem;
    overflow: hidden;
    border-radius: 12px;
    background: #e9e9e9;
    margin: 6rem auto 0 auto;
    /* border: 16px solid var(--color-secondary-dark); */
    border-radius: 5rem;
    border-bottom: 0;
    overflow: hidden;
    padding: 3rem;
    background: radial-gradient(at 15% 20%, rgb(0 237 100 / 25%) 0px, transparent 50%), radial-gradient(at 85% 25%, rgb(0 237 100 / 25%) 0px, transparent 45%), radial-gradient(at 50% 90%, rgba(95, 163, 133, .12) 0px, transparent 95%), #ffffff;
}

.sales-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 5rem;
}

.sales-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.04);
    pointer-events: none;
}

.sales-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 66px;
    height: 66px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sales-play-btn span {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #00ed64;
}

.sales-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
}

/* Tablet */
@media (max-width: 991px) {


    .sales-video-header {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 36px;
    }

    .sales-video-content p {
        max-width: 620px;
    }

    .sales-video-card {
        height: 420px;
    }
}

/* Mobile */
@media (max-width: 767px) {


    .sales-video-title h2 {
        font-size: 34px;
    }

    .sales-rating {
        font-size: 13px;
        line-height: 1.4;
    }

    .sales-video-actions {
        flex-wrap: wrap;
    }

    .sales-btn {
        min-height: 40px;
        padding: 0 18px;
    }

    .sales-video-card {
        height: 300px;
        border-radius: 10px;
    }

    .sales-play-btn {
        width: 56px;
        height: 56px;
    }

    .sales-play-btn span {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 16px;
    }
}




.darkmode .hero-slider-logo .angularPortfolioSlider .slider .slide {
    filter: grayscale(100%) brightness(0.9) invert(1);
}

.darkmode .ppc-stats-counter .countermain-block {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.darkmode .datasense-feature-card {
    background-color: var(--color-neutral-dark);
    border: 2px solid #35383c;
}


.darkmode .ppc-stats-counter .countermain-block {
    background: var(--color-black-fixed);

}



/* slider section start */

.ai-results-section {
    position: relative;
    overflow: hidden;
    background: var(--color-bg);
    /* padding: 64px 0 36px; */
    /* min-height: 760px; */
    /* font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */
}

/* .ai-results-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #62ff00;
    opacity: 0.95;
} */

/* .ai-results-section .container {
    width: min(100% - 32px, 1180px);
    margin-inline: auto;
    position: relative;
    z-index: 2;
} */

.ai-results-head {
    text-align: center;
    margin-bottom: 26px;
}

.ai-results-head h2 {
    margin: 0 auto 20px;
    /* max-width: 610px; */
    color: var(--color-text);
    /* font-size: clamp(30px, 4vw, 45px); */
    /* line-height: 0.98; */
    /* letter-spacing: -0.06em; */
    /* font-weight: 950; */
}

.case-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 0 auto;
}

.case-tab {
    border: 1px solid rgb(0 0 0 / 32%);
    background: rgba(255, 255, 255, 0.025);
    color: #000000;
    min-height: 31px;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: 0.28s ease;
    white-space: nowrap;
}

.case-tab:hover {
    border-color: var(--color-secondary-light);
    transform: translateY(-1px);
}

.case-tab.active {
    background: var(--color-secondary-light);
    color: #000000;
    border-color: #fff;
    box-shadow: 0 10px 26px rgba(255, 255, 255, 0.15);
}

.case-slider-wrap {
    position: relative;
    width: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
}

/* Stable Swiper: exactly 3 visible on desktop/tablet */
.case-swiper {
    /* width: min(100%, 1040px); */
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0 76px;
}

.case-swiper .swiper-wrapper {
    align-items: center;
}

.case-swiper .swiper-slide {
    height: 55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.78;
    transition:
        opacity 0.45s ease,
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-swiper .swiper-slide-active {
    opacity: 1;
    z-index: 5;
}

.case-swiper .swiper-slide-prev,
.case-swiper .swiper-slide-next {
    opacity: 0.95;
    z-index: 3;
}

/* Card Base */
.case-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55rem;
    border-radius: 16px;
    padding: 31px 29px 30px;
    color: #fff;
    /* box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.16); */
    transform: scale(0.88);
    transform-origin: center center;
    transition:
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.65s ease;
    will-change: transform;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-swiper .swiper-slide-active .case-card {
    transform: scale(1.12);
    box-shadow: 0 0px 16px rgb(0 0 0 / 10%), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.case-swiper .swiper-slide-prev .case-card,
.case-swiper .swiper-slide-next .case-card {
    transform: scale(0.9);
}

.case-title-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.case-logo {
    width: 41px;
    height: 41px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: #fff;
    flex: 0 0 auto;
}

.case-logo svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: #070707;
}

.case-logo.dark {
    background: #121212;
    color: #ffda37;
}

.case-logo.dark svg {
    color: #ffda37;
}

.case-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 2.4rem;
}

.case-card p {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 0 22px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}

.case-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.case-stats.two-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-stats div {
    min-width: 0;
}

.case-stats strong {
    display: block;
    color: #fff;
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 950;
}

.case-stats span {
    display: block;
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.72);
}

.case-media {
    position: relative;
    z-index: 2;
    width: 100%;
    /* height: 180px; */
    margin-top: 8px;
    border-radius: 10px;
    overflow: hidden;
}



/* Teacher AI Mockup */
.teacher-art {
    height: 188px;
    border-radius: 999px;
    background: #10100d;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.device {
    position: absolute;
    border-radius: 12px;
    background: #111;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.45);
}

.laptop {
    width: 205px;
    height: 112px;
    left: 26px;
    top: 36px;
    border: 5px solid #1a1a1a;
    background: #fff;
    z-index: 4;
}

.laptop::after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -13px;
    height: 11px;
    border-radius: 0 0 18px 18px;
    background: #262626;
}

.screen {
    position: absolute;
    inset: 7px;
    background: #ffda37;
    border-radius: 6px;
    overflow: hidden;
}

.avatar {
    position: absolute;
    left: 11px;
    top: 18px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 36%, #ffd4bf 0 18px, transparent 19px),
        linear-gradient(135deg, #8b4b2c, #f4c48b);
    border: 3px solid #fff;
}

.chat-block {
    position: absolute;
    right: 12px;
    top: 31px;
    width: 102px;
    height: 42px;
    border-radius: 7px;
    background: #111;
}

.chat-line {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 92px;
    height: 9px;
    border-radius: 999px;
    background: #111;
}

.phone {
    position: absolute;
    top: 25px;
    width: 72px;
    height: 144px;
    border-radius: 17px;
    background: #f7f7f7;
    border: 5px solid #111;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.36);
}

.phone::before {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    top: 14px;
    height: 8px;
    border-radius: 999px;
    background: #111;
    opacity: 0.75;
}

.phone::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 38px;
    bottom: 15px;
    border-radius: 8px;
    background:
        linear-gradient(#ffda37 0 28%, #111 28% 44%, #fff 44%);
}

.phone-one {
    right: 103px;
    z-index: 3;
}

.phone-two {
    right: 62px;
    transform: scale(0.96);
    z-index: 2;
}

.phone-three {
    right: 25px;
    transform: scale(0.92);
    z-index: 1;
}

/* Warehouse Mockup */
.warehouse-art {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(255, 255, 255, 0.1)),
        linear-gradient(135deg, #5b5b56, #111);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    padding: 14px;
}

.warehouse-art span {
    display: block;
    background:
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0 4px, transparent 4px 18px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.24));
    border-radius: 4px;
}

/* Healthcare Mockup */
.health-art {
    background: rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    padding: 16px;
}

.health-art .dash-card {
    width: 210px;
    height: 118px;
    border-radius: 8px;
    background:
        linear-gradient(#fff, #e9fffb),
        radial-gradient(circle at 18% 30%, #10897c, transparent 20%);
    position: relative;
}

.health-art .dash-card::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 18px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d9fff7;
    border: 4px solid #10897c;
}

.health-art .dash-card::after {
    content: "";
    position: absolute;
    left: 78px;
    top: 22px;
    width: 92px;
    height: 52px;
    border-radius: 7px;
    background: repeating-linear-gradient(180deg, #10897c 0 5px, transparent 5px 14px);
    opacity: 0.75;
}

.health-art .mini-phone {
    width: 52px;
    height: 105px;
    border-radius: 13px;
    border: 4px solid #111;
    background: #fff;
}

/* Diesel Mockup */
.truck-art {
    background: rgba(255, 255, 255, 0.14);
}

.truck-grid {
    position: absolute;
    inset: 18px;
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 26px 26px;
}

.truck-card {
    position: absolute;
    left: 42px;
    right: 42px;
    top: 52px;
    height: 76px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
}

/* Sell The Trend Mockup */
.trend-art {
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: end;
    gap: 16px;
    padding: 25px;
}

.trend-art div {
    flex: 1;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 255, 255, 0.9);
}

.trend-art div:nth-child(1) {
    height: 70px;
}

.trend-art div:nth-child(2) {
    height: 120px;
}

.trend-art div:nth-child(3) {
    height: 95px;
}

/* Arrows */
.case-arrow {
    position: absolute;
    top: 0%;
    z-index: 20;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid rgb(99 88 88 / 50%);
    background: rgba(255, 255, 255, 0.08);
    color: #231f1f;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: 0.25s ease;
}

.case-arrow span {
    display: block;
    font-size: 27px;
    line-height: 1;
    margin-top: -3px;
}

.case-arrow:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.08);
}

.case-prev {
    left: 78px;
}

.case-next {
    right: 78px;
}

/* Tablet / iPad */
@media (max-width: 1199px) {
    .ai-results-section {
        min-height: auto;
    }

    .case-swiper {
        width: min(100%, 940px);
        padding: 64px 0 70px;
    }

    .case-swiper .swiper-slide {
        height: 490px;
    }

    .case-card {
        height: 404px;
        transform: scale(0.86);
    }

    .case-swiper .swiper-slide-active .case-card {
        transform: scale(1.08);
    }

    .case-prev {
        left: 18px;
    }

    .case-next {
        right: 18px;
    }
}

@media (max-width: 991px) {
    .ai-results-section {
        padding: 54px 0 34px;
    }

    .ai-results-head {
        margin-bottom: 30px;
    }

    .case-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 4px 4px 12px;
        scrollbar-width: none;
    }

    .case-tabs::-webkit-scrollbar {
        display: none;
    }

    .case-tab {
        flex: 0 0 auto;
    }

    .case-slider-wrap {
        min-height: 520px;
    }

    .case-swiper {
        width: 100%;
        padding: 46px 0 58px;
    }

    .case-swiper .swiper-slide {
        height: 500px;
    }

    .case-card {
        height: 420px;
        transform: scale(0.82);
    }

    .case-swiper .swiper-slide-active .case-card {
        transform: scale(1);
    }

    .case-arrow {
        display: none;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .ai-results-section {
        padding: 48px 0 28px;
    }

    .ai-results-head h2 {
        max-width: 360px;
        font-size: 31px;
        line-height: 1.02;
    }

    .case-slider-wrap {
        min-height: auto;
    }

    .case-swiper {
        padding: 28px 0 46px;
    }

    .case-swiper .swiper-slide {
        height: auto;
        opacity: 1;
    }

    .case-card,
    .case-swiper .swiper-slide-active .case-card {
        height: auto;
        min-height: 500px;
        padding: 24px 22px;
        transform: scale(1);
        border-radius: 18px;
    }

    .case-title-row {
        gap: 12px;
    }

    .case-card h3 {
        font-size: 21px;
    }

    .case-card p {
        font-size: 12px;
    }

    .case-stats {
        gap: 10px;
    }

    .case-stats strong {
        font-size: 22px;
    }

    .teacher-art {
        height: 178px;
    }

    .laptop {
        left: 17px;
        width: 178px;
        height: 102px;
    }

    .phone {
        width: 62px;
        height: 128px;
    }

    .phone-one {
        right: 82px;
    }

    .phone-two {
        right: 49px;
    }

    .phone-three {
        right: 19px;
    }
}


.swiper-slide-prev .case-card,
.swiper-slide-next .case-card,
.swiper-slide-duplicate .case-card {
    background: var(--color-bg-soft-fixed);
    filter: blur(3px);
}

.swiper-slide.swiper-slide-active .case-card {
    background: var(--color-secondary-dark);
}


.swiper-slide .case-card {
    filter: blur(3px);
    background: var(--color-secondary-light);
}

.case-swiper .swiper-slide-active .case-card {
    filter: none;
}


.swiper-slide .case-title-row h3,
.swiper-slide p {
    color: var(--color-text);
}

/* slider section end */





.ds-dept-tabs-section {
    /* padding: 86px 0 78px; */
    background: var(--color-border);
    color: #ffffff;
}

.ds-dept-tabs-section input {
    display: none;
}

.ds-dept-header {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.ds-dept-header span {
    display: inline-block;
    margin-bottom: 10px;
    color: #00d99b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ds-dept-header h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.ds-dept-header p {
    margin: 0 auto;
    max-width: 720px;
    color: #9db9d7;
    font-size: 17px;
    line-height: 1.55;
}

/* Tabs like your first screenshot */
.ds-dept-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    scrollbar-width: none;
}

.ds-dept-tabs::-webkit-scrollbar {
    display: none;
}

.ds-dept-tabs label {
    flex: 0 0 auto;
    cursor: pointer;
    padding: 14px 18px;
    border-radius: 8px;
    color: var(--color-text);
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: 0.25s ease;
    margin: 0;
}

.ds-dept-tabs label:hover {
    color: var(--color-secondary-dark);
    background: rgba(255, 255, 255, 0.04);
}

#tab-ceo:checked~.ds-dept-tabs label[for="tab-ceo"],
#tab-sales:checked~.ds-dept-tabs label[for="tab-sales"],
#tab-finance:checked~.ds-dept-tabs label[for="tab-finance"],
#tab-hr:checked~.ds-dept-tabs label[for="tab-hr"],
#tab-procurement:checked~.ds-dept-tabs label[for="tab-procurement"],
#tab-support:checked~.ds-dept-tabs label[for="tab-support"] {
    color: var(--color-secondary-dark);
    background: var(--color-bg);
}

.ds-tab-panel {
    display: none;
}

#tab-ceo:checked~.ds-dept-tab-content .panel-ceo,
#tab-sales:checked~.ds-dept-tab-content .panel-sales,
#tab-finance:checked~.ds-dept-tab-content .panel-finance,
#tab-hr:checked~.ds-dept-tab-content .panel-hr,
#tab-procurement:checked~.ds-dept-tab-content .panel-procurement,
#tab-support:checked~.ds-dept-tab-content .panel-support {
    display: block;
}

/* Reference-style content layout */
.ds-panel-grid {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    gap: 24px;
}

.ds-panel-card {
    min-height: 70rem;
    /* background: #ffffff; */
    border-radius: 18px;
    overflow: hidden;
}

.ds-panel-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ds-panel-content h3 {
    margin: 0 0 3rem;
    color: #050505;
    font-size: 5rem;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -1px;
    max-width: 80%;
}

.ds-panel-content p {
    max-width: 760px;
    margin: 0 0 24px;
    color: #243247;
    font-size: 1.8rem;
    line-height: 1.6;
}

.darkmode .ds-panel-content p {
    color: var(--color-white-fixed);

}

.ds-query-box {
    width: 100%;
    padding: 18px 20px;
    border-radius: 12px;
    background: #001E2B;
    border: 1px solid #001E2B;
    color: #00e09d;
    font-size: 1.6rem;
    line-height: 1.55;
}

.ds-panel-graphic {
    position: relative;
    min-height: 300px;
    /* background: #ffffff; */
}

.ds-wave-lines {
    position: absolute;
    inset: -20% -10%;
    background:
        repeating-radial-gradient(ellipse at center,
            transparent 0 12px,
            rgba(110, 110, 110, 0.34) 13px 14px,
            transparent 15px 28px);
    transform: rotate(17deg) scale(1.2);
    opacity: 0.28;
}

/* iPad / Tablet */
@media (max-width: 1024px) {
    .ds-dept-tabs-section {
        padding: 70px 0 60px;
    }

    .ds-panel-grid {
        grid-template-columns: 1fr;
    }

    .ds-panel-card {
        min-height: auto;
    }

    .ds-panel-graphic {
        min-height: 360px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ds-dept-tabs-section {
        padding: 56px 0;
    }

    .ds-dept-header {
        margin-bottom: 34px;
    }

    .ds-dept-header h2 {
        font-size: 34px;
    }

    .ds-dept-header p {
        font-size: 15px;
    }

    .ds-dept-tabs {
        margin-bottom: 24px;
        gap: 8px;
    }

    .ds-dept-tabs label {
        padding: 12px 14px;
        font-size: 13px;
    }

    .ds-panel-grid {
        gap: 16px;
    }

    .ds-panel-content {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .ds-panel-content h3 {
        font-size: 24px;
    }

    .ds-panel-content p {
        font-size: 15px;
    }

    .ds-query-box {
        padding: 15px;
        font-size: 13px;
    }

    .ds-panel-graphic {
        min-height: 280px;
        border-radius: 16px;
    }
}



/* new stats css start */

.ds-outcomes-section {
    /* background: linear-gradient(135deg, rgb(140 232 79 / 40%), rgb(40 199 111 / 62%)) rgb(140 232 79 / 15%); */
    background: var(--color-secondary-light);
    position: relative;
}

.ds-outcomes-card {
    position: relative;
    z-index: 1;
}

/* Watermark switched off. The artwork is built from the DataSense logo, so it
   was also showing DataSense's mark behind the outcomes section on the
   StackRoom and PeopleGrid pages. Set content back to "" to bring it back. */
.ds-outcomes-section:after {
    position: absolute;
    content: none;
    background: url(../images/logo-pattern.png) no-repeat right top;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    /* left: 0; */
    /* margin: 0 auto; */
    /* transform: rotate(90deg); */
}

/* .ds-outcomes-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 70px 52px 58px;
    box-shadow: 0 24px 70px rgba(10, 74, 54, 0.08);
} */

.ds-outcomes-header {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.ds-outcomes-header span {
    display: inline-block;
    margin-bottom: 12px;
    color: #fd3a30;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.ds-outcomes-header h2 {
    margin: 0;
    color: #090909;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ds-outcomes-header p {
    max-width: 720px;
    margin: 18px auto 0;
    color: #1d1d1f;
    font-size: 18px;
    line-height: 1.65;
    opacity: 0.78;
}

.ds-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.ds-outcome-box {
    position: relative;
    min-height: 305px;
    padding: 34px 28px 30px;
    border: 1px solid rgba(10, 74, 54, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: var(--color-bg);
}

.ds-outcome-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(10, 74, 54, 0.1);
}

.ds-outcome-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    color: #fd3a30;
    box-shadow: inset 0 0 0 1px rgba(10, 74, 54, 0.06);
}

.ds-outcome-icon svg {
    width: 25px;
    height: 25px;
}

.ds-outcome-box h3 {
    margin: 0 0 12px;
    color: #090909;
    font-size: 7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ds-outcome-box h4 {
    margin: 0 0 16px;
    color: var(--color-text);
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 800;
}

.ds-outcome-box p {
    margin: 0;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1.55;
    opacity: 0.75;
}

/* .outcome-speed {
    background:
        radial-gradient(circle at 90% 100%, rgba(253, 58, 48, 0.08), transparent 36%),
        linear-gradient(145deg, #fff9f1 0%, #ffffff 55%, #f7fff7 100%);
}

.outcome-sql {
    background:
        radial-gradient(circle at 90% 100%, rgba(10, 74, 54, 0.08), transparent 36%),
        linear-gradient(145deg, #fff8ff 0%, #ffffff 55%, #efffff 100%);
}

.outcome-cost {
    background:
        radial-gradient(circle at 90% 100%, rgba(35, 73, 62, 0.08), transparent 36%),
        linear-gradient(145deg, #f8fbff 0%, #ffffff 55%, #eff8ff 100%);
}

.outcome-accuracy {
    background:
        radial-gradient(circle at 90% 100%, rgba(253, 58, 48, 0.08), transparent 36%),
        linear-gradient(145deg, #fff6f8 0%, #ffffff 55%, #fff7f7 100%);
} */

.outcome-speed h3,
.outcome-cost h3,
.outcome-accuracy h3 {
    color: #12603A;
}

.outcome-sql h3 {
    color: #12603A;
}

.outcome-sql .ds-outcome-icon {
    color: #0a4a36;
}

.outcome-cost .ds-outcome-icon,
.outcome-accuracy .ds-outcome-icon {
    color: #fd3a30;
}

.ds-outcomes-action {
    display: flex;
    justify-content: center;
    margin-top: 58px;
}

.ds-outcomes-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 54px;
    padding: 15px 28px;
    border-radius: 6px;
    background: #111827;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
    transition: background 0.3s ease, transform 0.3s ease;
}

.ds-outcomes-btn:hover {
    background: #0a4a36;
    transform: translateY(-2px);
}

/* iPad / Tablet */
@media (max-width: 1024px) {
    .ds-outcomes-section {
        padding: 80px 0;
    }

    .ds-outcomes-header {
        margin-bottom: 42px;
    }

    .ds-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .ds-outcome-box {
        min-height: 270px;
    }

    .ds-outcome-icon {
        margin-bottom: 48px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ds-outcomes-section {
        padding: 50px 0;
    }

    .ds-outcomes-card {
        border-radius: 16px;
    }

    .ds-outcomes-header {
        margin-bottom: 28px;
        text-align: center;
    }

    .ds-outcomes-header span {
        font-size: 11px;
    }

    .ds-outcomes-header h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    .ds-outcomes-header p {
        font-size: 14px;
        line-height: 1.6;
    }

    .ds-outcomes-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ds-outcome-box {
        min-height: auto;
        padding: 22px 20px;
        display: grid;
        grid-template-columns: 46px 1fr;
        column-gap: 16px;
        align-items: start;
    }

    .ds-outcome-icon {
        width: 46px;
        height: 46px;
        margin: 0;
        grid-row: span 4;
    }

    .ds-outcome-icon svg {
        width: 22px;
        height: 22px;
    }

    .ds-outcome-box h3 {
        font-size: 34px;
        margin-bottom: 6px;
    }

    .ds-outcome-box h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .ds-outcome-box p {
        font-size: 13px;
        line-height: 1.55;
    }

    .ds-outcomes-action {
        margin-top: 18px;
    }

    .ds-outcomes-btn {
        width: 100%;
        min-height: 50px;
    }
}

/* Small Mobile */
@media (max-width: 420px) {
    .ds-outcome-box {
        padding: 20px 16px;
    }

    .ds-outcome-box h3 {
        font-size: 30px;
    }
}

/* new stats css end */


/* second compare layout css start */

.ds-compare-v2 {
    padding: 110px 0;
    background: var(--color-bg);
}



.ds-compare-v2-header {
    max-width: 880px;
    margin: 0 auto 42px;
    text-align: center;
}

.ds-compare-v2-header h2 {
    margin: 0 0 14px;
    color: #090909;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ds-compare-v2-header p {
    margin: 0 auto;
    max-width: 760px;
    color: #1d1d1f;
    font-size: 17px;
    line-height: 1.65;
    opacity: 0.85;
}

.ds-compare-v2-board {
    display: grid;
    /* grid-template-columns: minmax(0, 1fr) 400px minmax(0, 1fr); */
    gap: 0;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
}

/* columns */
.compare-col-left,
.compare-col-right {
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    min-width: 0;
}

.compare-col-left {
    background: rgb(140 232 79 / 15%);
}

.darkmode .compare-col-left {
    background: var(--color-border);
}

/* .compare-col-right {
    background: var(--color-bg);
} */

.compare-col-middle {
    padding: 0 0;
    /* background: rgb(40 199 111 / 23%); */
    border-radius: 3rem;
}

.compare-col-head {
    min-height: 100px;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    gap: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(10, 74, 54, 0.08);
}

.compare-col-head h3 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.compare-col-head h3 img {
    width: 25px;
    flex-shrink: 0;
}

.compare-col-head-green {
    background: var(--color-black-fixed);
    color: #31d977;
}


.darkmode .compare-col-head-green {
    background: var(--color-secondary);
}

/* .compare-col-head h3 {
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 800;
} */

/* .compare-col-head-green h3 {
    color: #0a4a36;
}

.compare-col-head-red h3 {
    color: #fd3a30;
} */

.head-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 800;
    background: #ffffff;
}

.head-icon-green {
    color: #0a4a36;
    box-shadow: 0 6px 18px rgba(10, 74, 54, 0.08);
}

.head-icon-red {
    color: #fd3a30;
    box-shadow: 0 6px 18px rgba(253, 58, 48, 0.08);
}

/* left/right cells */
.compare-cell {
    min-height: 100px;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(10, 74, 54, 0.08);
}

.compare-cell-left {
    border-color: rgba(10, 74, 54, 0.08);
}

.compare-col-left .compare-cell p {
    font-weight: 500;
    color: #3c3f42;
}

/* .compare-cell-right {
    border-color: rgba(253, 58, 48, 0.08);
} */


.feature-cell h3 {
    margin: 0;
    color: rgb(0 0 0 / 39%);
}

.darkmode .feature-cell h3,
.darkmode .compare-col-head-red h3 {
    color: rgb(255 255 255 / 39%);
}

.compare-col-head-red h3 {
    color: rgb(0 0 0 / 39%);
}

.feature-head-spacer,
.compare-col-head {
    text-transform: uppercase;
    letter-spacing: 1.8px;
}



.compare-cell p {
    margin: 0;
    color: #1d1d1f;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 500;
}

.cell-status {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 100%;
    font-size: 2rem;
    font-weight: 800;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.status-green {
    /* background: var(--grey-to-dark-grey-color); */
    color: #16a34a;
}

.status-red {
    color: #86868b;
    background: transparent;
    font-size: 2.6rem;
    font-weight: 400;
}

.status-warn {
    color: var(--color-text);
    background: transparent;
    font-size: 18px;
    font-weight: 900;
}

/* middle column */
.feature-head-spacer {
    min-height: 88px;
}

.feature-cell {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
    padding: 14px 52px;
    /* background: var(--color-bg-soft-fixed); */
    border-bottom: 1px solid rgba(10, 74, 54, 0.08);
}


.darkmode .feature-cell,
.darkmode .compare-cell,
.darkmode .compare-cell-left,
.darkmode .compare-col-head {
    /* border-bottom: 1px solid var(--color-border); */
    border-bottom: 1px solid #35383c;
}

/* .feature-cell:last-child {
    border-bottom: none;
} */

.feature-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #5fa385;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(10, 74, 54, 0.08);
    border: 1px solid #f0f0f0;
}

.feature-cell h4 {
    margin: 0;
    color: #3c3f42;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
}

.darkmode .feature-cell h4,
.darkmode .compare-cell p,
.darkmode .compare-col-left .compare-cell p {
    color: var(--color-text);
}

/* =========================
   Tablet / iPad
========================= */
@media (max-width: 1024px) {
    .ds-compare-v2 {
        padding: 80px 0;
    }

    .ds-compare-v2-header {
        margin-bottom: 28px;
    }

    .ds-compare-v2-header p {
        font-size: 15px;
    }

    .ds-compare-v2-board {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .compare-col-middle {
        order: -1;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .feature-head-spacer {
        display: none;
    }

    .feature-cell {
        min-height: auto;
        justify-content: flex-start;
        padding: 16px 18px;
        border: 1px solid #ececec;
        border-radius: 16px;
        background: #ffffff;
    }

    .compare-col-left,
    .compare-col-right {
        border-radius: 20px;
    }

    .compare-col-head {
        min-height: 74px;
        padding: 20px 22px;
    }

    .compare-cell {
        min-height: 68px;
        padding: 16px 20px;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px) {
    .ds-compare-v2 {
        padding: 54px 0;
    }

    .ds-compare-v2-header h2 {
        font-size: 30px;
    }

    .ds-compare-v2-header p {
        font-size: 14px;
        line-height: 1.6;
    }

    .compare-col-middle {
        grid-template-columns: 1fr;
    }

    .feature-cell h4 {
        font-size: 14px;
    }

    .compare-col-head h3 {
        font-size: 20px;
    }

    .compare-cell p {
        font-size: 14px;
    }

    .compare-cell {
        align-items: flex-start;
    }
}

/* secon compare layout css end */


.ds-panel-card.ds-panel-content {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    background: #ffffff;
    border-radius: 18px;
    padding: 330px 50px 50px;
}

.darkmode .ds-panel-card.ds-panel-content {
    background: var(--color-text-invert);
}

/* Exact-style sweeping wave */
.ds-panel-card.ds-panel-content::before {
    /* content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg width='900' height='620' viewBox='0 0 900 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300ed64' stroke-opacity='0.28' stroke-width='1'%3E%3Cpath d='M-150 270 C 120 0, 310 -30, 520 120 S 740 330, 960 210'/%3E%3Cpath d='M-150 245 C 120 -20, 325 -15, 530 130 S 745 355, 970 230'/%3E%3Cpath d='M-150 220 C 120 -40, 340 0, 540 140 S 750 380, 980 250'/%3E%3Cpath d='M-150 195 C 120 -60, 355 15, 550 150 S 755 405, 990 270'/%3E%3Cpath d='M-150 170 C 120 -80, 370 30, 560 160 S 760 430, 1000 290'/%3E%3Cpath d='M-150 145 C 120 -100, 385 45, 570 170 S 765 455, 1010 310'/%3E%3Cpath d='M-150 120 C 120 -120, 400 60, 580 180 S 770 480, 1020 330'/%3E%3Cpath d='M-150 95 C 120 -140, 415 75, 590 190 S 775 505, 1030 350'/%3E%3Cpath d='M-150 70 C 120 -160, 430 90, 600 200 S 780 530, 1040 370'/%3E%3Cpath d='M-150 45 C 120 -180, 445 105, 610 210 S 785 555, 1050 390'/%3E%3Cpath d='M-150 20 C 120 -200, 460 120, 620 220 S 790 580, 1060 410'/%3E%3Cpath d='M-150 -5 C 120 -220, 475 135, 630 230 S 795 605, 1070 430'/%3E%3Cpath d='M-150 -30 C 120 -240, 490 150, 640 240 S 800 630, 1080 450'/%3E%3Cpath d='M-150 -55 C 120 -260, 505 165, 650 250 S 805 655, 1090 470'/%3E%3Cpath d='M-150 -80 C 120 -280, 520 180, 660 260 S 810 680, 1100 490'/%3E%3Cpath d='M-150 -105 C 120 -300, 535 195, 670 270 S 815 705, 1110 510'/%3E%3Cpath d='M-150 -130 C 120 -320, 550 210, 680 280 S 820 730, 1120 530'/%3E%3Cpath d='M-150 -155 C 120 -340, 565 225, 690 290 S 825 755, 1130 550'/%3E%3C/g%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: 100% 72%;
    background-position: top left;

    opacity: 1; */

    position: absolute;
    content: "";
    background: url(../images/logo-pattern.png) no-repeat right top;
    right: 0;
    bottom: 0;
    width: 1386px;
    height: 1135px;
    z-index: -1;
    opacity: 0.1;
}

/* Optional soft fade so lower content stays clean */
/* .ds-panel-card.ds-panel-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.1) 42%,
            rgba(255, 255, 255, 0.82) 78%,
            #ffffff 100%);
} */

/* Content */
.ds-panel-content h3,
.ds-panel-content p,
.ds-query-box {
    position: relative;
    z-index: 1;
}

.ds-panel-content h3 {
    margin: 0 0 3rem;
    max-width: 760px;
    font-size: 4rem;
    line-height: 1.15;
    font-weight: 800;
    /* letter-spacing: -1.3px; */
    color: var(--color-text);
}

.ds-query-box {
    margin-top: 24px;
    width: 100%;
    padding: 17px 22px;
    border-radius: 8px;
    background: #002d3a;
    color: #00ed64;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

/* Tablet */
@media (max-width: 991px) {
    .ds-panel-card.ds-panel-content {
        padding: 250px 28px 30px;
    }

    .ds-panel-card.ds-panel-content::before {
        background-size: 115% 68%;
        background-position: top left;
    }

    .ds-panel-content h3 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .ds-panel-card.ds-panel-content {
        padding: 180px 20px 24px;
        border-radius: 16px;
    }

    .ds-panel-card.ds-panel-content::before {
        background-size: 150% 58%;
        background-position: top left;
    }

    .ds-panel-content h3 {
        font-size: 28px;
        letter-spacing: -0.8px;
    }

    .ds-panel-content p {
        font-size: 14px;
    }

    .ds-query-box {
        padding: 14px 16px;
        font-size: 13px;
    }
}



/* bottle neck css start */

.v3-header {
    text-align: center;
    margin-bottom: 70px;
}

.ds-eyebrow {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ds-section-title {
    color: var(--color-text-strong);
    font-size: 6.4rem;
    margin: 0;
}

.ds-section-title span {
    color: var(--color-primary);
}

.ds-section-text {
    max-width: 780px;
    margin: 20px auto 0;
    color: var(--color-text-muted);
    font-size: 1.8rem;
    line-height: 1.75;
}

.v3-timeline {
    position: relative;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}



.v3-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    align-items: stretch;
}



.v3-content {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(10, 74, 54, 0.08);
    display: grid;
    /* grid-template-columns: 0.6fr 0.8fr 0.6fr; */
    gap: 24px;
    align-items: center;
    transition: 0.28s ease;
    grid-template-columns: repeat(1, 1fr);
}

.v3-content:hover {
    transform: translateY(-4px);
    /* border-color: #8ce84f;
    box-shadow: 0 24px 60px rgba(10, 74, 54, 0.12); */
}

.v3-content h3 {
    color: var(--color-text);
    font-size: 24px;
    margin: 0;
    line-height: 1.25;
}

.v3-content p {
    margin: 0;
    color: var(--color-text-muted);
    line-height: 1.7;
    font-size: 1.8rem;
}

.v3-content strong {
    justify-self: flex-start;
    /* color: var(--color-text); */
    font-size: 1.4rem;
    white-space: nowrap;
    /* background: var(--color-bg); */
    /* border: 1px solid rgb(225 233 231); */
    padding: 12px 14px;
    border-radius: 999px;
    font-weight: 500;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(31, 158, 87, .3);
    color: #1f9e57;
}

.v3-chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-self: flex-start;
}

.v3-chip-row span {
    font-size: 1.4rem;
    padding: 9px 12px;
    border-radius: 999px;
    /* background: var(--color-bg); */
    color: #1f9e57;
    /* border: 1px solid rgb(225 233 231); */
    /* font-weight: 800; */
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(31, 158, 87, .3);
    font-weight: 500;
}

.darkmode .v3-chip-row span,
.darkmode .v3-content strong {
    background: rgb(31 158 87 / 23%);
}


.v3-insight-card {
    margin-top: 34px;
    background: radial-gradient(circle at 10% 15%, rgba(253, 58, 48, 0.16), transparent 28%), linear-gradient(339deg, #31d977 0%, #8ce84f 100%);
    color: var(--color-white-fixed);
    border-radius: 34px;
    padding: 7rem 6rem;
    display: grid;
    grid-template-columns: 0.85fr 1.3fr 0.85fr;
    gap: 34px;
    align-items: center;
    box-shadow: 0 26px 70px rgba(10, 74, 54, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.v3-insight-card span {
    color: var(--color-black-fixed);
    text-transform: uppercase;
    /* letter-spacing: 0.13em; */
    font-size: 1.6rem;
    font-weight: 600;
}

.bottleneck-v3 .datasense-features-head {
    position: relative;
    top: 0;
}


.v3-insight-card h3 {
    color: var(--color-black-fixed);
    font-size: 25px;
    margin: 10px 0;
}

.v3-insight-card p {
    margin: 0;
    color: var(--color-black-fixed);
    line-height: 1.7;
    font-size: 1.8rem;
}

.v3-progress {
    display: grid;
    gap: 10px;
}

.v3-progress div {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 14px;
    align-items: center;
}

.v3-progress b {
    color: var(--color-black-fixed);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.9px;
}

.v3-progress span {
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    color: var(--color-white-fixed);
    font-size: 1.4rem;
    font-weight: 700;
    box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.08);
}

.v3-progress div:nth-child(1) span {
    width: 100%;
    background: var(--color-secondary);
}

.v3-progress div:nth-child(2) span {
    width: 80%;
    background: var(--color-secondary-dark);
}

.v3-progress div:nth-child(3) span {
    width: 55%;
    background: var(--surface-info);
    color: var(--color-secondary);
}

.v3-progress div:nth-child(4) span {
    width: 30%;
    background: var(--surface-warm);
    color: var(--color-primary);
}

.v3-progress div:nth-child(5) span {
    width: 15%;
    background: var(--color-primary);
}

@media (max-width: 1024px) {

    /* tablet / iPad: 4-col timeline -> 2 columns */
    .v3-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-content,
    .v3-insight-card {
        grid-template-columns: 1fr;
    }

    .v3-content strong,
    .v3-chip-row {
        justify-self: start;
    }

    /* stack this section's heading (h2 + p) on tablet, scoped so other
       sections using .datasense-features-head stay unaffected */
    .bottleneck-v3 .datasense-features-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
    }

    .bottleneck-v3 .datasense-features-head p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    /* mobile: single-column timeline */
    .v3-timeline {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .bottleneck-v3 {
        padding: 74px 0;
    }

    .v3-header {
        margin-bottom: 46px;
    }

    .v3-item {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .v3-timeline::before {
        display: none;
    }

    .v3-number {
        width: 56px;
        height: 56px;
        border-radius: 18px;
    }

    .v3-content,
    .v3-insight-card {
        padding: 24px;
        border-radius: 24px;
    }

    .v3-progress div {
        grid-template-columns: 50px 1fr;
    }

    .v3-content strong {
        white-space: normal;
    }
}

/* bottle neck css end */



/* ---------- enterprise grade security css start  ---------- */
.topology {
    /* padding: clamp(3rem, 7vw, 6rem) 0; */
    /* background: var(--color-bg-soft-fixed); */
    background: var(--color-secondary-light);


}

.darkmode .topology {
    background: var(--color-black-fixed);
}


/* ---------- header ---------- */
.head {
    text-align: left;
    max-width: 100%;
    margin: 0 0 5rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.kick {
    font-family: "JetBrains Mono";
    font-size: .72rem;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1rem
}

.head h2 {
    margin: 0
}

.head .sub {
    margin: 0;
    /* color: var(--body); */
    /* font-size: 1.05rem; */
    line-height: 1.55;
    max-width: 34%;
}

/* ---------- badges ---------- */

.gcard .tag {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    color: #1f9e57;
    white-space: nowrap;
}

.enclave-badge {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #0c1a13;
    background: #8ce84f;
    padding: 1rem 1.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.retention {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border-radius: 999px;
}

.retention svg {
    width: 20px;
    height: 20px
}

/* ---------- three-column glass layout ---------- */
.glasswrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6rem;
    align-items: center;
    /* border-top: 1px solid #ccc; */
    border-top: var(--color-border);
    padding-top: 5rem;
}

.gcol .lbl {
    font-size: 2rem;
    /* letter-spacing: .16em; */
    /* text-transform: uppercase; */
    margin-bottom: 4rem;
    color: var(--color-text);
    font-weight: 600;
}

.gcol .lbl.r {
    text-align: left;
}

/* frosted-glass cards */
.gcard {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    background: var(--color-bg);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 15px;
    padding: 2rem 2rem;
    /* backdrop-filter: blur(10px); */
    -webkit-backdrop-filter: blur(10px);
    /* box-shadow: 0 18px 40px -30px rgba(20, 80, 45, .5), inset 0 1px 0 rgba(255, 255, 255, .6); */
    transition: transform .2s;
}

.darkmode .gcard {
    border: 1px solid var(--color-border);
}

.gcard:hover {
    transform: translateY(-3px)
}

.gcard.out {
    /* flex-direction: row-reverse;
    text-align: right */
}

.gcard .ic {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    flex: none;
    /* background: linear-gradient(135deg, rgba(140, 232, 79, .3), rgba(31, 158, 87, .18)); */
    color: #127a41;
}

.gcard .ic .i {
    width: 18px;
    height: 18px
}

.gcard b {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-text);
}

.gcard small {
    font-size: 1.4rem;
    color: var(--color-text);
}

.gcard .tag {
    margin-left: auto;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(31, 158, 87, .3)
}

.darkmode .gcard .tag {
    background: var(--color-border);
}

.gcard.out .tag {
    margin-left: 0;
    margin-right: auto
}

/* engine (floating deep-green centerpiece) */
.gengine {
    position: relative;
    width: 100%;
    border-radius: 26px;
    padding: 7.6rem 3.8rem 7.6rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(160deg, #12603a, #0b3d24);
    border: 1px solid rgba(140, 232, 79, .4);
    /* box-shadow: 0 50px 100px -40px rgba(18, 96, 58, .7), inset 0 1px 0 rgba(140, 232, 79, .3); */
}

.gengine::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px;
    pointer-events: none;
    background: radial-gradient(80% 60% at 50% 0%, rgba(140, 232, 79, .25), transparent 60%)
}

.gengine>* {
    position: relative
}

.gengine .enclave-badge {
    position: absolute;
    top: -1.8rem;
    left: 50%;
    transform: translateX(-50%)
}

.genguine-number {
    font-size: 3rem;
    display: flex;
    color: #1f9e57;
    font-weight: 600;
    position: absolute;
    top: 2rem;
}

.gengine .shield {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin: 0 auto 2rem;
    background: rgba(140, 232, 79, .16);
    border: 1px solid rgba(140, 232, 79, .4);
    color: var(--lime)
}

.gengine .shield svg {
    width: 40px;
    top: 3px;
    position: relative;
}

.gengine h3 {
    margin: 0 0 2rem;
    font-size: 3.2rem;
    font-weight: 600;
}

.gengine p {
    margin: 0 0 3rem;
    font-size: 1.8rem;
    color: #cfeed9;
    line-height: 1.55;
}

.gengine .retention {
    color: #8ce84f;
    border: 1px solid rgba(140, 232, 79, .5);
    background: rgba(140, 232, 79, .12);
}

/* ---------- responsive ---------- */
@media (max-width:1024px) {
    .glasswrap {
        grid-template-columns: 1fr;
        gap: 1.2rem
    }

    .gengine {
        width: auto;
    }

    .gcard.out {
        flex-direction: row;
        text-align: left
    }

    .gcard.out .tag {
        margin-left: auto;
        margin-right: 0
    }

    .gcol .lbl.r {
        text-align: left
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }
}


p.lbl span {
    font-size: 3rem;
    display: flex;
    color: #1f9e57;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gcol .lbl.r span {
    display: flex;
    justify-content: flex-start;
}


/* ---------- flow connectors: animated flowing dots between stages ---------- */
.glasswrap {
    position: relative;
}

.glasswrap>.gcol {
    position: relative;
}

@keyframes dsFlowDots {
    from {
        background-position: 0 50%;
    }

    to {
        background-position: 14px 50%;
    }
}

/* a strip of dots that gently flow to the right, sitting in each grid gap */
.glasswrap>.gcol:first-of-type::after,
.glasswrap>.gcol:last-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 6rem;
    /* fills the 6rem grid gap */
    height: 8px;
    transform: translateY(-50%);
    background: radial-gradient(circle at 5px 50%, rgba(31, 158, 87, .95) 2.6px, transparent 3px);
    background-size: 14px 8px;
    background-repeat: repeat-x;
    animation: dsFlowDots 1.2s linear infinite;
    -webkit-mask: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
    mask: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
    pointer-events: none;
    z-index: 2;
}

/* dots between Ingestion (left) and the Engine */
.glasswrap>.gcol:first-of-type::after {
    left: 100%;
}

/* dots between the Engine and Consumption (right) */
.glasswrap>.gcol:last-of-type::before {
    right: 100%;
}

/* brighter dots on dark background */
.darkmode .glasswrap>.gcol:first-of-type::after,
.darkmode .glasswrap>.gcol:last-of-type::before {
    background-image: radial-gradient(circle at 5px 50%, rgba(140, 232, 79, .95) 2.6px, transparent 3px);
}

/* stack on mobile/tablet -> hide the dots */
@media (max-width:1024px) {

    .glasswrap>.gcol:first-of-type::after,
    .glasswrap>.gcol:last-of-type::before {
        display: none;
    }
}

/* ---------- enterprise grade security css end  ---------- */



/* why deploy css start */

.deploy-sym-v3 {
    background: var(--color-bg-soft-fixed);
}

.darkmode .deploy-sym-v3 {
    background: var(--dark-gray);
}

.deploy-sym-v3-header {
    text-align: center;
    margin-bottom: 70px;
}

.deploy-sym-v3-matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* background: white;
    border: 1px solid var(--color-border); */
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--ds-shadow);
}

.deploy-sym-v3-matrix article {
    min-height: 270px;
    padding: 34px;
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    /* background: linear-gradient(180deg, rgba(248,251,255,0.58), #ffffff); */
    transition: 0.28s ease;
}

.darkmode .deploy-sym-v3-matrix article {
    border-right: 1px solid #35383c;
    border-bottom: 1px solid #35383c;
}

.deploy-sym-v3-matrix article:nth-child(3n) {
    border-right: 0;
}

.deploy-sym-v3-matrix article:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.deploy-sym-v3-matrix article:hover {
    background: var(--color-white-fixed);
}


.darkmode .deploy-sym-v3-matrix article:hover {
    background: var(--color-secondary);
}

.deploy-sym-v3-matrix span {
    display: inline-block;
    color: var(--color-secondary-dark);
    /* background: var(--color-secondary-light); */
    border-radius: 999px;
    padding: 0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.deploy-sym-v3-matrix span img {
    width: 25px;
}

.deploy-sym-v3-matrix h3 {
    margin: 0 0 1.2rem;
    font-size: 2.6rem;
    line-height: 1.24;
    color: var(--color-text);
}

.deploy-sym-v3-matrix p {
    margin: 0;
    color: var(--color-text);
    line-height: 1.7;
    font-size: 1.8rem;
}

@media (max-width: 1024px) {
    .deploy-sym-v3-matrix {
        grid-template-columns: repeat(2, 1fr);
    }

    .deploy-sym-v3-matrix article:nth-child(3n) {
        border-right: 1px solid var(--ds-border);
    }

    .deploy-sym-v3-matrix article:nth-child(2n) {
        border-right: 0;
    }

    .deploy-sym-v3-matrix article:nth-last-child(-n + 3) {
        border-bottom: 1px solid var(--ds-border);
    }

    .deploy-sym-v3-matrix article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .deploy-sym-v3 {
        padding: 74px 0;
    }

    .deploy-sym-v3-matrix {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .deploy-sym-v3-matrix article {
        min-height: auto;
        padding: 24px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--ds-border) !important;
    }

    .deploy-sym-v3-matrix article:last-child {
        border-bottom: 0 !important;
    }
}

/* why deploy css end */