.dtlottie {
    margin: -70px auto 0 auto;
    text-align: center;
}

body {
    overflow-x: hidden;
}

.wfxfqz-sticky-vert {
    position: sticky;
    top: 100px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid #ffffff1f;
    padding: 0;
    border-radius: 18px;
    z-index: 100;
    height: fit-content;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 45px;
}

.abtwzzx .abtus1 {
    padding: 15px 0;
    max-height: 300px;
}

.slothcont {
    padding: 15px 0;
    max-height: 300px;
}

.abtwzzx .wzbg-hero-faq {
    overflow: visible;
}

.abtwzzx .wzaxb-team-info {
    position: absolute;
    background-color: #000000;
    inset-inline: 0;
    bottom: 0;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    color: #fff;
    padding: 20px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(0, 0, 0, 0) 100%
    );
}

.abtwzzx .linkedin-badge {
    display: inline-flex;
    margin-top: 15px;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #0a66c2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.abtwzzx .linkedin-badge:hover {
    background: #084d96;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(10, 102, 194, 0.3);
}
.abtwzzx .linkedin-icon {
    width: 16px;
    height: 16px;
}

.abtwzzx .wgonimg {
    transform: scaleX(-1);
    border-radius: 25px;
}

.abtwzzx .team-biox {
    background: #000;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    padding: 20px;
    font-size: clamp(0.85rem, 1.3vw, 0.95rem);
    text-align: left;
}

.abtwzzx .leadership-section {
    padding: clamp(40px, 6vh, 80px) 0;
}

.abtwzzx .namebtspt {
    flex-direction: column;
    padding: 30px;
    text-align: center;
}
.abtwzzx .namebtspt img {
    width: 200px;
    text-align: center;
}
.abtwzzx .namebtspt span {
    cursor: default;
}

.abtwzzx .section-title {
    text-align: center;
    font-size: clamp(1.25rem, 2.6vw, 1.6rem);
    margin-bottom: clamp(28px, 5vw, 60px);
}

.abtwzzx .team-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    padding-bottom: 0;
    margin: 0 auto;
    align-items: stretch;
}

.abtwzzx .team-card {
    position: relative;
    perspective: 1000px;
    cursor: pointer;
    transition: transform 0.2s ease;
    will-change: transform;
}

@media (hover: hover) {
    .abtwzzx .team-card:hover {
        transform: scale(1.02);
    }
}

.abtwzzx .card-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

@media (hover: hover) {
    .abtwzzx .team-card:hover .card-inner {
        transform: rotateY(180deg);
    }
}
.abtwzzx .team-card.is-flipped .card-inner {
    transform: rotateY(180deg);
}

.abtwzzx .card-front,
.abtwzzx .card-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
    border: 1px solid var(--border-color);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.abtwzzx .card-back {
    transform: rotateY(180deg);
    padding: clamp(14px, 1.8vw, 20px);
    justify-content: center;
}

.abtwzzx .team-image,
.abtwzzx .back-image {
    flex: 1 1 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.abtwzzx .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.abtwzzx .back-image img {
    width: 100%;
    height: auto;
}

.abtwzzx .team-name {
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    margin: 0;
}
.abtwzzx .team-role {
    font-weight: 600;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    margin: 0;
}

.abtwzzx .team-bio {
    line-height: 1.5;
    font-size: clamp(0.8rem, 1.4vw, 0.9rem);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.abtwzzx .team-bio p {
    margin: 0;
}

.abtwzzx .name-section {
    padding: 60px 0;
}
.abtwzzx .name-card {
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
}

@media (max-width: 767px) {
    .abtwzzx .namebtspt {
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .abtwzzx .team-row {
        grid-template-columns: 1fr;
    }
    .abtwzzx .section-title {
        margin-bottom: 28px;
    }
}

.abtwzzx .team-card:focus {
    outline: 2px solid var(--accent-blue);
    outline-offset: 2px;
    border-radius: 18px;
}

.faqxwoozy {
    padding: 15px 0;
    max-height: 300px;
}

.internalpgx {
    align-items: center;
    display: flex;
    height: 100%;
}

.full-height {
    height: 100vh;
}

.bggrx {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid #ffffff1f !important;
    border-radius: 18px;
}

/* Navigation link styles remain the same */
.wfxfqz-link {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #8e9aaf;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    border-radius: 0 6px 6px 0;
}

.wfxfqz-link:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.wfxfqz-link.active {
    color: #ae8efe;
    background-color: #ae8efe1a;
    border-left-color: #ae8efe;
    font-weight: 600;
}

/* Responsive - disable fixed on mobile */
@media (max-width: 991px) {
    .wfxfqz-sticky-vert {
        position: static; /* Make it static on smaller screens */
        background: transparent;
        padding: 10px 0;
        max-height: none;
        overflow-y: visible;
        width: auto; /* Revert width for mobile */
    }

    .dnonefaqx {
        display: none;
    }
}

.lfx25 p {
    font-size: 20px;
}

.lfx25 {
    margin-top: 80px;
}

.lfx25 p svg {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.trst25 h5 {
    margin: 0 !important;
    color: white !important;
}

.csuite {
    position: absolute;
    width: 300px;
    top: -70px;
    right: 5%;
}

.slothicon2 {
    position: absolute;
    width: 200px;
    bottom: 100px;
    left: 0;
}

.slothicon3 {
    position: absolute;
    width: 200px;
    bottom: 80px;
    right: 2%;
    z-index: 1;
}

.slothicon4 {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 1%;
    z-index: 999;
}

.slothicon6 {
    position: absolute;
    width: 200px;
    bottom: 180px;
    right: 1%;
    z-index: 999;
}

.slothicon7 {
    position: absolute;
    width: 200px;
    top: 20%;
    left: 1%;
    z-index: 999;
}

.slothicon8 {
    position: absolute;
    width: 200px;
    top: 180px;
    right: 1%;
    z-index: 999;
}

.slothicon9a {
    position: absolute;
    width: 150px;
    top: 30px;
    right: 30px;
    z-index: 999;
}

.slothicon9b {
    position: absolute;
    width: 150px;
    top: 30px;
    right: 60px;
    z-index: 999;
}

.pricing-card {
    padding-bottom: 1rem !important;
}

.slothicon10 {
    width: 60%;
    margin-left: 10%;
}

.bg-gradient-4 {
    background: linear-gradient(
        270deg,
        rgb(234 234 234 / 55%) 50%,
        rgb(0 0 0 / 4%) 100%
    );
}

.nxtdecade {
    background: #ffffff0a;
}

.cxstudxcard {
    position: relative;
}

.cxstudxcard:hover .media img {
    filter: grayscale(0);
    opacity: 1;
}

.cxstudxcard .ctalink a {
    background: #111111;
    color: white;
    padding: 10px 20px !important;
    display: block;
    text-decoration: none;
}

.cxstudx .quoteright {
    position: absolute;
    top: 30px;
    right: -50px;
    width: 100px;
    opacity: 0.08;
    z-index: 0;
}

.sl-bad {
    color: #ffd3d3 !important;
    border-color: rgba(255, 0, 0, 0.25) !important;
}

.sl-bad h5 {
    color: #e1462f !important;
}

.cxstudx .quoteleft {
    position: absolute;
    top: 30px;
    left: -50px;
    width: 100px;
    opacity: 0.08;
}

.csxp {
    color: #666666;
    font-size: 12px;
    font-style: italic;
}

.orsx ul {
    padding: 15px !important;
}

.orsx ul li {
    list-style-type: square;
    margin-bottom: 15px;
}

.prtsvg {
    position: relative;
}

.ciilogo {
    width: 40px !important;
}

.trst25 {
    margin-top: 90px;
}

.trst25 .trstby {
    opacity: 0.8;
    flex-wrap: wrap;
    gap: 30px 60px;
    margin: 20px 0 30px 0;
    display: flex;
    justify-content: center;
}

.trst25 .trstby img {
    width: 80px;
    margin: 0;
}

.trst25 .trstby2 {
    width: 95px !important;
    margin: 0;
}

.lefresd25 {
    padding: 0 !important;
    position: relative;
}

.vflip-line {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 5px auto;
    backface-visibility: hidden;
}

.vflip-flip {
    animation: vflip-verticalFlip 0.6s forwards;
}

.fs25ul li {
    list-style-type: square;
}

@keyframes vflip-verticalFlip {
    0% {
        transform: perspective(400px) rotateX(0deg);
    }
    50% {
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
    }
}

.ntxrqs {
    text-align: center;
    margin: auto;
    display: table;
    margin-top: 40px;
}

.custom-37 {
    flex: 0 0 37%;
    max-width: 37%;
}

.custom-26 {
    flex: 0 0 26%;
    max-width: 26%;
}

.blrx25 {
    position: absolute;
    top: 0;
    left: 0rem;
    width: 47%;
    height: auto;
    scale: 1.5;
    z-index: -1;
}

.testigcv25 {
    text-align: center;
    margin: auto;
}

.testigcv25 img {
    border-radius: 10px;
    width: 100px;
    margin-bottom: 20px;
}

.testigcv25 .ttxcardsp {
    text-align: center;
    font-size: 16px;
}

.testigcv25 .uxnz {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

.testigcv25 .row {
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (min-width: 991px) {
    .testigcv25 {
        width: 100%;
    }
}

.reglfx25 {
    margin-top: 0;
    padding: 0;
}

.px1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.px2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.ntwrkxsec {
    position: relative;
    padding: 3rem 0;
}

.abslg img {
    width: 64px;
}

.abslgparent {
    position: relative;
}

.abslg {
    position: absolute;
    left: 285px;
    top: 91px;
    z-index: 1;
}

@media only screen and (max-width: 1399px) {
    .abslg {
        left: 239px;
        top: 77px;
    }
    .abslg img {
        width: 53px;
    }
    .trst25 {
        margin-top: 60px;
    }
    .trst25 .trstby {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .abslg {
        left: 199px;
        top: 64px;
    }
    .abslg img {
        width: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .dtlottie {
        margin: auto;
        width: 100% !important;
    }
    .abslg {
        left: 293px;
        top: 130px;
    }
    .abslg img {
        width: 89px;
    }
}

@media only screen and (max-width: 767px) {
    .abslg {
        left: 215px;
        top: 96px;
    }
    .abslg img {
        width: 64px;
    }
}

@media only screen and (max-width: 575px) {
    .abslg {
        left: 42%;
        top: 24%;
    }
    .abslg img {
        width: 28%;
    }
    .internalpgx {
        margin-top: 30px !important;
        text-align: center;
        margin: auto;
        display: block;
    }
    .abtus1,
    .faqxwoozy {
        text-align: center;
        margin: auto;
        display: block;
    }
}

[data-bs-theme="dark"] .ncsl25 .carousel-control-prev-icon,
[data-bs-theme="dark"] .ncsl25 .carousel-control-next-icon,
[data-bs-theme="dark"].ncsl25 .carousel-control-prev-icon,
[data-bs-theme="dark"].ncsl25 .carousel-control-next-icon {
    filter: none;
}

/* Container setup */

.carousel.vertical {
    width: 100%;
    margin: 0 auto;
}

.carousel.vertical .carousel-inner {
    /* Adjust the height as needed */
    overflow: hidden;
}

/* Animate vertical slide transitions instead of horizontal */

.carousel.vertical .carousel-item {
    height: 100%;
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    /* Helps avoid flicker in some browsers */
}

/* The *next* slide starts off below the current slide */

.carousel.vertical .carousel-item-next,
.carousel.vertical .active.carousel-item-end {
    transform: translateY(100%);
}

/* The *previous* slide starts off above the current slide */

.carousel.vertical .carousel-item-prev,
.carousel.vertical .active.carousel-item-start {
    transform: translateY(-100%);
}

/*
When Bootstrap's JS applies both ".carousel-item-next.carousel-item-start"
or ".carousel-item-prev.carousel-item-end", that's the cue to move the
new slide into the correct position (translateY(0)).
*/

.carousel.vertical .carousel-item-next.carousel-item-start,
.carousel.vertical .carousel-item-prev.carousel-item-end {
    transform: translateY(0);
}

#verticalCarousel .carousel-item img {
    margin: auto;
    max-width: 80%;
}

#verticalCarousel {
    position: relative;
}

.vcabsx {
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(17, 18, 28, 1) 0%,
        rgba(17, 18, 28, 0) 100%
    );
    height: 20%;
    position: absolute;
    z-index: 1;
    display: none;
}

.vcabsx2 {
    width: 100%;
    background: linear-gradient(
        0deg,
        rgba(17, 18, 28, 1) 0%,
        rgba(17, 18, 28, 0) 100%
    );
    height: 20%;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: none;
}

.hero-section {
    padding: 0 !important;
}

.aomx-enterprise .aomx-wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.aomx-enterprise .aomx-head {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 36px;
}

.aomx-enterprise .aomx-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--aomx-accent-2);
    background: rgba(230, 248, 94, 0.12);
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.aomx-enterprise h2 {
    font-size: clamp(28px, 4.5vw, 40px);
    line-height: 1.15;
    margin: 0 0 10px;
    font-weight: 700;
}

.rqxdemo {
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.04)
    );
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(0);
    transition: transform 0.1s ease;
}

.rqxdemodark {
    padding: 0;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.04)
    );
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateY(0);
    transition: transform 0.1s ease;
}

.rqxdemo:hover img {
    background-color: white;
}

.rqxdemo:active,
.rqxdemo:focus {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.04)
    );
    color: white !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.rqxdemowhite {
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    color: #111111;
    transform: translateY(0);
    transition: transform 0.1s ease;
}

.rqxdemodark span {
    padding: 5px 10px 5px 5px;
}

.introctagrpftx a {
    font-size: 14px;
}

.rqxdemowhite:hover {
    box-shadow: none !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.2);
    background: #ffffff;
    color: #111111;
}

.rqxdemo:hover {
    transform: translateY(-2px) !important;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.04)
    );
    color: white !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.rqxdemowhite:active,
.rqxdemowhite:focus {
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.rqxdemodark svg {
    width: 41px;
    fill: #ffffff;
}

.lightbgx {
    background: #f2f2f2;
    position: relative;
}

.rqxdemodark:hover {
    box-shadow: none !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.rqxdemo:hover svg {
    fill: #ffffff;
}

.rqxdemo img {
    width: 50px;
    background-color: #111111;
    padding: 5px;
    border-radius: 6px;
    margin-right: 10px;
}

.aomx-enterprise .aomx-sub {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: var(--aomx-muted);
}

.aomx-enterprise .aomx-grid {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    grid-template-columns: repeat(2, 1fr);
}

.slctax234 {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

/* 2×2 on desktop, 1×4 on mobile */

.aomx-enterprise .aomx-card {
    grid-column: span 12;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    background: var(--aomx-card-bg);
    border: 1px solid var(--aomx-card-stroke);
    border-radius: 16px;
    padding: 18px;
    transition: border-color 0.2s ease, background-color 0.2s ease,
        transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .aomx-enterprise .aomx-card {
        grid-column: span 6;
    }
}

.aomx-enterprise .aomx-card:before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 16px;
    background: linear-gradient(
        120deg,
        rgba(174, 142, 254, 0.25),
        rgba(230, 248, 94, 0.25)
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    mask: linear-gradient(#000, transparent 60%);
    pointer-events: none;
}

.aomx-enterprise .aomx-card:hover {
    background: var(--aomx-card-hover);
    border-color: var(--aomx-ring);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.aomx-enterprise .aomx-card:hover:before {
    opacity: 0.25;
}

.aomx-enterprise .aomx-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(174, 142, 254, 0.15);
    color: var(--aomx-accent);
    outline: 1px solid rgba(174, 142, 254, 0.3);
}

.aomx-enterprise .aomx-card-title {
    font-size: 18px;
    margin: 2px 0 6px;
    font-weight: 700;
    color: #ffffff;
}

.aomx-enterprise .aomx-card-text {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--aomx-muted);
}

.aomx-enterprise .aomx-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
    color: var(--aomx-muted);
}

.aomx-enterprise .aomx-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--aomx-card-stroke);
    border-radius: 999px;
}

.aomx-enterprise .aomx-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        var(--aomx-accent),
        var(--aomx-accent-2)
    );
    display: inline-block;
}

/* Optional light mode variant: add .aomx-enterprise--light to section */

.aomx-enterprise.aomx-enterprise--light {
    --aomx-bg: #f7f9ff;
    --aomx-ink: #0b1533;
    --aomx-muted: #4a5a88;
    --aomx-card-bg: #ffffff;
    --aomx-card-stroke: rgba(0, 0, 0, 0.08);
    --aomx-card-hover: #ffffff;
    background: radial-gradient(
            80rem 40rem at 20% -10%,
            rgba(0, 36, 101, 0.06) 0%,
            rgba(247, 249, 255, 0) 60%
        ),
        #f7f9ff;
}

.cxsuite-tabs {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 15px;
    width: 100%;
    margin: auto;
}

.cxsuite-tablist {
    background: #ffffff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    padding: 8px;
    display: flex;
    flex-direction: column;
}

.cxsuite-tab {
    display: flex;
    gap: 12px;
    align-items: center;
    text-align: left;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.cxsuite-tab:hover {
    background: #f9fafb;
    border-color: #eceef3;
}

.cxsuite-tab:focus-visible {
    outline: 2px solid #2549a1;
    outline-offset: 2px;
}

.cxsuite-tab-icon {
    flex: 0 0 42px;
    height: 42px;
    border: 1px solid #c7c7c76b;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #cdcdcd26;
    color: #111111;
    transition: background 0.2s, border-color 0.2s;
}

.cxsuite-tab-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

/* Improved active tab */

.cxsuite-tab.is-active {
    background: #7037ff;
    border-color: #7037ff;
}

.cxsuite-tab.is-active .cxsuite-tab-icon {
    background: #ffffff3d;
    border-color: #ffffff30;
    color: white;
}

.cxsuite-panels {
    background: #ffffff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    padding: 18px;
}

.cxsuite-panel[hidden] {
    display: none;
}

/* Rolebar with chips (designations inside content) */

.cxsuite-rolebar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.cxsuite-rolelabel {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
    background: #f2f4f7;
    border: 1px solid #eceef3;
    border-radius: 999px;
    padding: 6px 8px;
}

.cxsuite-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cxsuite-chip {
    font-size: 12.5px;
    color: #cccccc;
    background: #111111;
    border-radius: 999px;
    padding: 6px 10px;
}

/* Feature cards (no bullets) */

.cxsuite-featuregrid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
}

.cxsuite-card {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px;
    border: 1px solid #eceef3;
    border-radius: 12px;
    background: #cdcdcd26;
}

.cxsuite-card-ic {
    flex: 0 0 28px;
    height: 28px;
    border-radius: 8px;
    display: grid;
    place-items: center;
}

.cxsuite-card-t {
    font-size: 14px;
    line-height: 28px;
    color: #374151;
}

@media (max-width: 991px) {
    .cxsuite-tabs {
        grid-template-columns: 1fr;
    }
    .cxsuite-tablist {
        flex-direction: row;
        overflow: auto;
        gap: 8px;
    }
    .cxsuite-tab {
        min-width: 200px;
    }
    .cxsuite-tab.is-active {
        box-shadow: inset 0 -3px 0 #2549a1;
    }
    .cxsuite-featuregrid {
        grid-template-columns: 1fr;
    }
}

.cxsuite-tab.is-active .cxsuite-tab-name {
    color: white;
}

.cxsuite-card-ic svg {
    color: #111111;
}

.btn-download {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    border: 1px solid rgb(0 0 0 / 15%);
    background: rgb(0 0 0 / 6%);
    color: #111111;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease,
        background 0.2s ease;
    white-space: nowrap;
}

.btn-download svg {
    width: 18px;
    height: 18px;
    stroke: #111;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btn-download:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.btn-download:hover svg {
    stroke: #fff;
}

.btn-download:focus-visible {
    outline-offset: 3px;
}

/* bottom placement */

.cxstudx-bottom {
    display: flex;
    justify-content: flex-start;
}

.mcwz {
    border: none !important;
}

.mcwz .form-control:focus {
    border-color: white !important;
}

.mcwz .form-control {
    padding: 0.75rem 0.75rem;
}

.mcwz .modal-footer button {
    font-size: 14px;
    padding: 10px 20px;
}

.aomx-parallax-section {
    position: relative;
    overflow: visible;
}

.aomx-layer {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    user-select: none;
    will-change: transform;
    transform: translate3d(0, var(--aomx-parallax-y, 0px), 0);
}

.aomx-sloth {
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.25));
}

/* optional: gentle float on idle to keep it alive */

@media (prefers-reduced-motion: no-preference) {
    .aomx-sloth {
        animation: aomx-breathe 6s ease-in-out infinite;
    }
    @keyframes aomx-breathe {
        0%,
        100% {
            transform: translate3d(0, var(--aomx-parallax-y, 0px), 0) scale(1);
        }
        50% {
            transform: translate3d(
                    0,
                    calc(var(--aomx-parallax-y, 0px) - 4px),
                    0
                )
                scale(1.01);
        }
    }
}

/* accessibility */

@media (prefers-reduced-motion: reduce) {
    .aomx-layer {
        transform: none !important;
        animation: none !important;
    }
}

.rqxdemo span.rqxdemospan {
    display: block;
    font-size: 0.725rem;
}

/* AOMX: Intro CTA (all selectors prefixed) */

.aomx-intro-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px 10px 10px;
    background: #e6f85e;
    color: #111111;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), 0 6px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease,
        background 0.18s ease;
}

.aomx-intro-cta:hover,
.aomx-intro-cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15), 0 12px 28px rgba(0, 0, 0, 0.35);
    outline: none;
    text-decoration: none;
    color: #111111;
}

/* Avatar with CSS-only image swap */

.aomx-intro-cta__avatar {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.aomx-intro-cta__avatar::before,
.aomx-intro-cta__avatar::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.25s ease;
}

.aomx-intro-cta__avatar::before {
    background-image: var(--aomx-img);
    opacity: 1;
}

.aomx-intro-cta__avatar::after {
    background-image: var(--aomx-img-hover);
    opacity: 0;
}

.aomx-intro-cta:hover .aomx-intro-cta__avatar::after,
.aomx-intro-cta:focus-visible .aomx-intro-cta__avatar::after {
    opacity: 1;
}

.aomx-intro-cta:hover .aomx-intro-cta__avatar::before,
.aomx-intro-cta:focus-visible .aomx-intro-cta__avatar::before {
    opacity: 0;
}

/* Copy */

.aomx-intro-cta__copy {
    line-height: 1.1;
    display: flex;
    flex-direction: column;
}

.aomx-intro-cta__title {
    font-size: 18px;
    font-weight: 500;
}

.aomx-intro-cta__sub {
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .aomx-intro-cta,
    .aomx-intro-cta__avatar::before,
    .aomx-intro-cta__avatar::after {
        transition: none;
    }
}

.vmwozcs {
    display: flex;
    align-items: center;
    margin-top: -50px;
}

.introctagrp {
    display: flex;
}

.introctagrp .aomx-intro-cta {
    margin-right: 30px;
}

.introctagrpftx {
    display: flex;
    gap: 15px;
}

.rqxdemo span {
    font-weight: 100 !important;
}

.wzyftx-abs {
    position: relative;
    top: -50px;
}

.wzyftx-abs:hover .wzyftx-thought {
    display: block;
}

.wft2 a {
    font-size: 14px;
}

.footxprt {
    position: relative;
}

/* Size utility (adjust or add more as needed) */

.wzyftx-size-320x200 {
    width: 300px;
    height: 300px;
}

/* Hover swap */

.wzyftx-hover-image {
    position: relative;
    display: inline-block;
    outline: none;
}

.wzyftx-hover-image .wzyftx-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.25s ease;
}

.wzyftx-hover-image .wzyftx-img-hover {
    opacity: 0;
}

.wzyftx-hover-image:hover .wzyftx-img-hover,
.wzyftx-hover-image:focus-visible .wzyftx-img-hover {
    opacity: 1;
}

.wzyftx-hover-image:hover .wzyftx-img:not(.wzyftx-img-hover),
.wzyftx-hover-image:focus-visible .wzyftx-img:not(.wzyftx-img-hover) {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .wzyftx-hover-image .wzyftx-img {
        transition: none;
    }
}

.mcwz .rcs-side--left {
    background: transparent;
    /* stays blank */
    min-height: 100%;
    /* If/when you add an image: */
    background-image: url("../images/casestudymodal.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* Optional separator line */
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.gpxwfx .rqxdemosep {
    background: white;
    border-color: rgb(0 0 0 / 16%);
    color: #111111;
}

.gpxwfx .rqxdemosep:hover,
.gpxwfx .rqxdemosep:active,
.gpxwfx .rqxdemosep:focus {
    background: white !important;
    border-color: rgb(0 0 0 / 16%) !important;
    color: #111111 !important;
}

.gradientwfx {
    height: 600px !important;
    top: -200px !important;
    left: 0 !important;
}

.pricing-btn span {
    display: block;
}

.rcs-wzy {
    padding: 10px 0;
    text-align: right;
}

.cxsuiteimp {
    color: #111111;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    margin-left: -15px;
}

.cxsuiteimp span {
    color: #7037ff;
    display: block;
    font-size: 40px;
    font-weight: bold;
}

/* ========== Cloud Comment Bubble (Right-tail, 3 dots) ========== */

.wzyftx-thought {
    /* Tweakables */
    --wzy-bg: #ffffff;
    /* bubble fill (white) */
    --wzy-text: #0f172a;
    /* text color (slate-900) */
    --wzy-ring: rgba(17, 24, 39, 0.1);
    /* outer ring */
    --wzy-shadow: 0 12px 30px rgba(2, 6, 23, 0.12);
    --wzy-shadow-lobe: 0 8px 22px rgba(2, 6, 23, 0.1);
    --wzy-radius: 999px;
    position: absolute;
    display: none;
    z-index: 99;
    top: -130px;
    right: 150px;
    width: 100%;
    padding: 18px 24px;
    color: var(--wzy-text);
    background: radial-gradient(
            120px 60px at 20% 0%,
            rgba(255, 255, 255, 0.9),
            rgba(255, 255, 255, 0)
        ),
        linear-gradient(#ffffff, #fbfdff);
    border-radius: var(--wzy-radius);
    box-shadow: 0 0 0 1px var(--wzy-ring), inset 0 -1px 0 rgba(15, 23, 42, 0.04),
        var(--wzy-shadow);
    line-height: 1.55;
    isolation: isolate;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Subtle lift on hover */

.wzyftx-thought:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 0 1px var(--wzy-ring), inset 0 -1px 0 rgba(15, 23, 42, 0.05),
        0 16px 40px rgba(2, 6, 23, 0.14);
}

/* Cloud lobes (puffy silhouette) */

/* Three-dot tail pointing RIGHT */

.wzyftx-thought__dot {
    position: absolute;
    background: var(--wzy-bg);
    border-radius: 50%;
    pointer-events: none;
}

/* Largest dot, nearest to bubble */

.wzyftx-thought--right .wzyftx-thought__dot--1 {
    width: 18px;
    height: 18px;
    right: 140px;
    bottom: -19px;
    transform: translateY(-50%);
}

.wzyftx-thought span {
    color: #7037ff;
    font-weight: bold;
}

/* Middle dot */

.wzyftx-thought--right .wzyftx-thought__dot--2 {
    width: 12px;
    height: 12px;
    right: 128px;
    bottom: -28px;
}

/* Smallest dot, farthest */

.wzyftx-thought--right .wzyftx-thought__dot--3 {
    width: 8px;
    height: 8px;
    right: 118px;
    bottom: -41px;
}

/* Optional size variants */

.wzyftx-thought.wzyftx-thought--sm {
    padding: 12px 16px;
}

.wzyftx-thought.wzyftx-thought--lg {
    padding: 24px 28px;
}

/* Dark container support (keeps ring visible on colored backgrounds) */

.wzyftx-on-dark .wzyftx-thought {
    --wzy-ring: rgba(255, 255, 255, 0.22);
}

.pricing-table .customli {
    padding: 0 !important;
}

.wftx-footer {
    background: #11121c;
    color: #eaf1ff;
}

.wftx-footer__top {
    margin: 0 auto;
    padding: 80px 0 10px 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wft2 p {
    color: #f2f2f2;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .wftx-footer__top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .wftx-footer__top {
        grid-template-columns: 1fr;
    }
}

.wftx-col__title {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff2e;
    margin: 8px 0 16px;
}

.wftx-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.wftx-intro {
    color: #f2f2f2;
    font-size: 14px;
    line-height: 1.2;
}

.wftx-email a {
    color: #f2f2f2 !important;
    font-size: 14px;
    line-height: 1.2;
    margin-left: -2px;
}

.zindxx {
    z-index: 999;
}

.wftx-email svg {
    fill: #f2f2f2;
    width: 20px;
}

.wftx-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wftx-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.08s ease, background 0.2s ease,
        border-color 0.2s ease, filter 0.2s ease;
    color: #0a1728;
    will-change: transform;
}

.wftx-btn:active {
    transform: translateY(1px);
}

.wftx-btn--primary {
    background: #e6f85e;
    /* lime accent */
    border-color: transparent;
    color: #07121f;
}

.wftx-btn--primary:hover {
    filter: saturate(110%);
}

.wftx-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #eaf1ff;
}

.wftx-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.wftx-icon {
    display: inline-flex;
}

.wftx-nav .wftx-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    font-size: 14px;
}

.wftx-link {
    color: #f2f2f2;
    text-decoration: none;
}

.wftx-col2 {
    padding-left: 50px;
}

.wftx-link:hover {
    opacity: 1;
    color: #f2f2f2;
    text-decoration: none;
}

.wftx-link--cta {
    color: #e6f85e;
    font-weight: 600;
}

.wftx-bottom__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.wftx-bottom__left p {
    margin: 0;
    color: #f2f2f2;
}

.wftx-bottom__left {
    margin: 20px 0;
}

.wftx-bottom__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.wftx-sep {
    color: rgba(255, 255, 255, 0.45);
}

/* Focus visibility */

.wftx-footer a:focus-visible,
.wftx-btn:focus-visible {
    outline: 2px solid #ae8efe;
    /* purple accent */
    outline-offset: 2px;
    border-radius: 10px;
}

/* ===== Wozku Hero Background Patterns - HEX only ===== */

/* Base hero */

.wzbg-hero {
    position: relative;
    isolation: isolate;
    min-height: 70vh;
    display: grid;
    place-items: center;
    background: #002465;
    /* hero base */
    color: #ffffff;
    /* default text */
    overflow: hidden;
}

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

/* Shared layers */

.wzbg-hero::before,
.wzbg-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* 1) Subtle dotted fabric */

/* .wzbg--dots::before {
    background-image: radial-gradient(#ffffff12 1px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.5;
    -webkit-mask-image: radial-gradient(
        circle at 50% 45%,
        #000000e6 30%,
        #00000000 120%
    );
    mask-image: radial-gradient(
        circle at 50% 45%,
        #000000e6 30%,
        #00000000 120%
    );
} */

/* 2) Fine grid */

.wzbg--grid::before {
    background-image: linear-gradient(#ffffff0f 1px, transparent 1px),
        linear-gradient(90deg, #ffffff0f 1px, transparent 1px);
    background-size: 22px 22px, 22px 22px;
    background-position: -1px -1px, -1px -1px;
    opacity: 1;
    -webkit-mask-image: radial-gradient(
        circle at 50% 45%,
        #000000e6 30%,
        #00000000 120%
    );
    mask-image: radial-gradient(
        circle at 50% 45%,
        #000000e6 30%,
        #00000000 120%
    );
}

/* 3) Diagonal micro-stripes */

.wzbg--diag::before {
    background-image: repeating-linear-gradient(
        135deg,
        #ffffff0a 0 2px,
        transparent 2px 14px
    );
    opacity: 1;
    -webkit-mask-image: radial-gradient(
        circle at 50% 45%,
        #000000e6 30%,
        #00000000 120%
    );
    mask-image: radial-gradient(
        circle at 50% 45%,
        #000000e6 30%,
        #00000000 120%
    );
}

/* Optional aurora glow accents */

.wzbg--aurora::after {
    background: radial-gradient(
            600px 320px at 12% 22%,
            #ae8efe33 0 60%,
            #00000000 70%
        ),
        radial-gradient(520px 300px at 82% 28%, #c55ef83a 0 30%, #00000000 70%),
        radial-gradient(520px 320px at 48% 86%, #78a6ff29 0 60%, #00000000 70%);
    filter: blur(48px);
    mix-blend-mode: screen;
    opacity: 1;
    -webkit-mask-image: radial-gradient(
        circle at 50% 50%,
        #000000f0 45%,
        #00000000 120%
    );
    mask-image: radial-gradient(
        circle at 50% 50%,
        #000000f0 45%,
        #00000000 120%
    );
}

/* Optional edge vignette to keep text readable */

.wzbg--vignette {
    box-shadow: inset 0 0 180px #00000080, inset 0 0 420px #00000040;
}

/* Helpers if you want tighter hero */

.wzbg-hero--short {
    min-height: 56vh;
}

/* Headline */

.prxwfx-section-title {
    font-weight: 700;
    letter-spacing: 0.2px;
    background: linear-gradient(90deg, #ae8efe, #2549a1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Chips */

.prxwfx-brand-chip {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    background: rgba(37, 73, 161, 0.35);
    /* #2549a1 */
    color: #dbe8ff;
    border: 1px solid rgba(37, 73, 161, 0.6);
}

/* Accordion wrapper */

.prxwfx-accordion .accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    background: transparent;
    /* surface → base */
    border: 1px solid #ffffff1f;
    /* subtle stroke */
    /* box-shadow removed by request */
}

/* Left accent stripe */

.prxwfx-accordion .accordion-button {
    padding: 0.8rem 1.3rem;
    font-size: 18px;
    font-weight: 400;
    gap: 10px !important;
    color: #f2f2f2;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none !important;
    /* remove default shadow */
}

.prxwfx-accordion .accordion-button:hover {
    color: #f2f2f2;
}

.prxwfx-accordion .accordion-button:focus {
    color: #f2f2f2;
}

.prxwfx-accordion .accordion-button:not(.collapsed) {
    color: #f2f2f2;
}

.prxwfx-accordion .sl-paincard:hover {
    transform: none !important;
}

.prxwfx-accordion .sl-paincard {
    border: none;
    border-radius: 10px !important;
    padding: 0;
}

.sl-paincardlite {
    border-radius: 10px !important;
    padding: 0.8rem 1.3rem;
    font-weight: 400;
    font-size: 18px;
    color: #f2f2f2;
}

.prxwfx-accordion .accordion-body {
    background-color: transparent;
}

/* Feature list */

.prxwfx-feature-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.prxwfx-feature-list li {
    display: flex;
    align-items: start;
    gap: 0.625rem;
    font-size: 14px;
}

.prxwfx-feature-list i {
    font-size: 1rem;
    color: #c9c9c9;
    /* lime accent */
    /* drop-shadows removed */
}

.prxwfx-feature-list span {
    color: #c9c9c9;
    margin-left: 10px;
}

/* Subhead */

.prxwfx-subhead {
    color: #a7b0c0;
}

.prxwfx-caret {
    transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed) .prxwfx-caret {
    transform: rotate(180deg);
}

.wfxroi-section {
    position: relative;
    overflow: visible;
}

/* Headline */

.wfxroi-pill {
    display: inline-block;
    padding: 0 0.55rem;
    border-radius: 0.5rem;
    color: #071018;
    font-weight: 800;
}

.wfxroi-pill-blue {
    background: #18a0fb;
}

/* Interaction */

.wfxroi-pill-orange {
    background: #fe7c34;
}

/* Ecosystem */

.wfxroi-pill-yellow {
    background: #e6f85e;
}

/* ROI */

/* Cards */

.wfxroi-card {
    background: #ffffff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    padding: 18px;
    height: 100%;
    position: relative;
    z-index: 10;
}

.wfxroi-badge {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    border-radius: 0.5rem;
    font-weight: 800;
    font-size: 1.5rem;
    color: #7037ff;
    background: transparent;
}

.wfxroi-badge-blue {
    background: #18a0fb;
}

.wfxroi-badge-orange {
    background: #fe7c34;
}

.wfxroi-badge-yellow {
    background: #e6f85e;
}

.wfxroi-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.wfxroi-item {
    display: flex;
    margin: 10px 0;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    line-height: 1.35;
    color: #3a4250;
    cursor: pointer;
    opacity: 0.35;
    background: transparent;
    transition: opacity 0.35s ease, background-color 0.35s ease,
        outline-color 0.35s ease;
}

.wfxroi-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 0.45rem;
    box-shadow: 0 0 0 2px rgba(11, 18, 32, 0.08) inset,
        0 0 0 0 rgba(11, 18, 32, 0);
    transition: box-shadow 0.2s, transform 0.12s;
    flex: 0 0 auto;
    display: none;
}

.wfxroi-bullet-blue {
    background: #18a0fb;
}

.wfxroi-bullet-orange {
    background: #fe7c34;
}

.wfxroi-bullet-yellow {
    background: #e6f85e;
}

/* States */

.wfxroi-item.wfxroi-focus {
    opacity: 1;
    background: #7037ff;
    color: #ffffff;
}

/* Activation flash tuned for light */

/* @keyframes wfxroiFlash {
    0% {
        background: rgba(11, 18, 32, 0);
    }
    30% {
        background: rgba(11, 18, 32, .12);
    }
    100% {
        background: rgba(11, 18, 32, .06);
    }
}

.wfxroi-just {
    animation: wfxroiFlash .6s ease-out both;
} */

@media (max-width: 991px) {
    .vcabsx2,
    .vcabsx {
        display: block;
    }
    .prtsvg {
        width: 50%;
        margin: auto;
    }
    .wfxcompwin {
        flex-direction: column;
    }
    .sl-paincard {
        justify-content: center;
    }
    .sl-eq-join {
        text-align: center;
        line-height: 30px;
    }
    .vmwozcs {
        margin-bottom: 50px;
        margin-top: 25px;
    }
    .vmwozcs .ttxcardsp {
        margin-top: 0 !important;
    }
    .pricing-table {
        gap: 30px;
    }
    .slothicon9b {
        width: 120px;
        top: 20px;
    }
    .slothicon9a {
        width: 120px;
        top: 20px;
        right: 60px;
    }
    #workflow ul.customli {
        padding-left: 0;
    }
    .slothicon10 {
        margin-top: 30px;
    }
    .wftx-footer__top {
        grid-template-columns: 1fr;
    }
    .wftx-col2 {
        padding-left: 0;
    }
    .wzyftx-abs {
        top: 0;
        float: right;
    }
    .wftx-footer__bottom .float-start {
        float: unset !important;
        text-align: center;
    }
    .wftx-footer__bottom .float-end {
        float: unset !important;
        text-align: center;
        margin: 20px auto;
        display: block;
    }
    .aomx-enterprise .aomx-grid {
        grid-template-columns: 1fr;
    }
    .aomx-enterprise .aomx-grid .sl-paincard {
        justify-content: flex-start;
    }
}

/* MOBILE: make the wrapper the horizontal scroller */

@media (max-width: 767.98px) {
    #casestudies .cs-scroll {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        /* avoid centering */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        /* spacing & predictable first-card start */
        padding-inline: 14px;
        column-gap: 14px;
        scroll-padding-left: 14px;
        scrollbar-width: none;
    }
    .vmwozcs {
        margin-top: 0;
        display: block;
    }
    #casestudies .cs-scroll::-webkit-scrollbar {
        display: none;
    }
    /* each .col-* acts like a slide */
    #casestudies .cs-scroll > [class*="col-"] {
        flex: 0 0 auto;
        width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    #casestudies .cs-nav {
        position: relative;
        z-index: 5;
    }
    #casestudies .cs-nav:focus {
        box-shadow: none;
    }
    #casestudies .cs-nav:focus-visible {
        color: white;
        background-color: #7037ff;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }
    #casestudies .cs-nav:active {
        color: white;
        background-color: #7037ff;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }
    #casestudies .cs-nav:hover {
        color: white;
        background-color: #7037ff;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }
}

/* neutralize AOS transforms in this section on mobile so they don't shift scroll */

#casestudies .cs-scroll [data-aos] {
    transform: none !important;
}

/* DESKTOP/TABLET: let Bootstrap behave normally (wrapper disappears) */

@media (min-width: 768px) {
    #casestudies .cs-scroll {
        display: contents;
        /* columns behave as direct children of .row */
    }
}

@media (max-width: 767px) {
    #verticalCarousel .carousel-item img {
        margin: 40px auto;
    }
    .prtsvg {
        margin: 50px auto 0 auto;
    }
    .alfwfx {
        text-align: center;
    }
    .fiimx25 {
        margin-top: 30px;
    }
    .gpxwfx .row .col {
        text-align: center;
    }
    .gpxwfx .row .col div.d-flex {
        align-items: center !important;
    }
    .slctax234 {
        flex-direction: column;
    }
    .cxsuiteimp {
        margin-left: 0;
    }
    .slothicon6 {
        width: 120px;
        top: -100px;
    }
    .slothicon7 {
        width: 150px;
        top: 0;
    }
    .slothicon4 {
        width: 120px;
        top: 70px;
    }
    .slothicon9b {
        top: 10px;
        right: 30px;
    }
    .slothicon9a {
        top: 10px;
        right: 30px;
    }
    .wzyftx-thought {
        top: -200px;
        right: 0;
        padding: 18px 50px;
    }
}

@media (max-width: 575px) {
    .navbar .container {
        margin: 0 20px;
    }
    .introctagrp {
        flex-direction: column;
    }
    .aomx-intro-cta {
        justify-content: center;
        width: 100%;
    }
    .rqxdemo {
        justify-content: center;
        width: 100%;
    }
    .lfx25 p.wzhrli {
        margin: 0 0 15px 15px !important;
    }
    .lfx25 p.wzhrli :last-child {
        margin-bottom: 0 !important;
    }
    .prtsvg {
        width: 100%;
    }
    .logos:before,
    .logos:after {
        width: 50px;
    }
    .wzbg-hero .row .col-lg-6:last-child {
        padding: 0 !important;
    }
    .csuite {
        position: absolute;
        width: 200px;
        top: -70px;
        right: 0;
    }
    .slothicon2 {
        width: 150px;
        bottom: 80px;
    }
    .sl-pain-grid {
        width: fit-content;
        text-align: center;
        margin: auto;
    }
    .slothicon3 {
        width: 150px;
        bottom: 50px;
        right: 0;
    }
}

@media (max-width: 425px) {
    .introctagrpftx {
        flex-direction: column;
        width: 100%;
    }
    .slothicon9b {
        width: 100px;
        top: 20px;
    }
    .slothicon9a {
        width: 100px;
        top: 20px;
    }
}

.wfxfqz-faq-section-title {
    font-weight: normal;
    font-size: 1.18rem;
    color: #ae8efe;
    margin: 2.5rem 0 1rem;
    letter-spacing: 0.09em;
    padding-left: 1px;
    background: transparent;
    display: inline-block;
}

.wfxfqz-accordion .accordion-item {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.03)
    );
    border: 1px solid #ffffff1f;
    border-radius: 18px;
    margin-bottom: 1.12rem;
    overflow: hidden;
}

.wfxfqz-accordion .accordion-header {
    border: none;
    margin: 0;
}

.wfxfqz-accordion .accordion-button {
    background: none;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.02rem;
    padding: 1.1rem 2rem;
    border: none;
    border-radius: 0;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: background 0.18s;
    position: relative;
}

.wfxfqz-accordion .accordion-button::before {
    content: "";
    display: block;
    width: 4px;
    height: 32px;
    background: #887ef5;
    border-radius: 6px;
    margin-right: 18px;
    flex-shrink: 0;
}

.wfxfqz-accordion .accordion-button .wfxfqz-faq-icon {
    margin-left: -10px;
    margin-right: 8px;
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    display: inline-block;
    fill: #887ef5;
    display: none;
    opacity: 0.95;
}

.wfxfqz-accordion .accordion-button:not(.collapsed) {
    color: #887ef5;
    background: linear-gradient(90deg, #181a2d 70%, #232645 100%);
}

.wfxfqz-accordion .accordion-button:focus {
    z-index: 2;
    border: none;
    outline: 2px solid #887ef5;
}

.wfxfqz-accordion .accordion-button::after {
    margin-left: auto;
    filter: invert(80%);
}

.wfxfqz-accordion .accordion-collapse {
    border-top: 1px solid rgba(167, 173, 234, 0.11);
}

.wfxfqz-accordion .accordion-body {
    color: #c2c7e4;
    background: transparent;
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 2rem 1.5rem 4.1rem;
    letter-spacing: 0.01em;
}

.wfxfqz-accordion .accordion-item,
.wfxfqz-accordion .accordion-button {
    box-shadow: none !important;
}

@media (max-width: 600px) {
    .wfxfqz-faq-section-title {
        font-size: 1rem;
        border-width: 3px;
        padding-left: 0.7px;
    }
    .wfxfqz-accordion .accordion-button,
    .wfxfqz-accordion .accordion-body {
        padding-left: 1.2rem;
    }
    .wfxfqz-accordion .accordion-body {
        padding-right: 1.2rem;
    }
}

.wzbg-hero-faq {
    min-height: 300px !important;
}
