body{
    background-color: #040E29;
    overflow-x: hidden;
}

.animated-background {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 80vw;
    height: 90%;
    filter: blur(120px);
    z-index: -1;
    pointer-events: none;
    top: 0;
    overflow: hidden;
}
  
  .blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--color);
    border-radius: 50% 40% 60% 50%;
    opacity: 0.5;
    mix-blend-mode: screen;
    transition: all 8s ease-in-out;
}

.hero-ai{
    margin-bottom: 120px;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .container{
        padding-top: 80px;
        z-index: 1;
        position: relative;
    }

    .light-bg{
        position: absolute;
        top: 38.5%;
        left: 42%;
        transform: translate(-50%, -50%);
        width: 850px;
        height: auto;
        z-index: 1;
        opacity: 1;
        /* mix-blend-mode: screen; */
        mix-blend-mode: color-dodge;
        z-index: 2;
        pointer-events: none;
    }

    .anim, .anim svg {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
    }
    #hero-lines{
        stroke-dasharray: 800;
        stroke-dashoffset: 800;
        animation: draw 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) alternate infinite;

        stroke-width: 1.5;
    }
}

@keyframes draw {
   from {
        stroke-dashoffset: 800;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.hero-ai h1{
    font-family: 'Lexend';
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
}

.hero-ai h1 span{
    text-shadow: 0px 4px 8px #6f96bf2b;
}

.text-grad-rainbow{
    /* box-shadow: 0px 4px 8px 0px #6F96BF1A; */
    color: transparent;
    background-clip: text;
    background: linear-gradient(91.01deg, #2286FF 2.37%, #473CD8 52.5%, #EE4345 99.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-desc{
    font-family: 'Lexend';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.t-neutral-300{
    color: #B2B2B2 !important;
}

h2{
    font-family: 'Lexend';
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
}

.logo-container{
    width: 320px;
    height: 320px;
    border-radius: 36px;
    background: radial-gradient(185.92% 185.92% at 19.51% 8.23%, #002342 0%, #000D1F 100%);
    /* border: 4.46px solid #4A7BAF; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
    overflow: hidden;
    position: relative;

    .img-hero{
        width: auto;
        height: 190px;
        position: absolute;
        z-index: 1;
        top: 56%;
        left: 48%;
        transform: translate(-50%, -50%);
    }

    .bg-logo-hero{
        position: absolute;
        width: 300px;
        height: 300px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .red-dot{
        position: absolute;
        top: -67px;
        left: 59%;
        transform: translateX(-50%);
        mix-blend-mode: screen;
        z-index: 3;
    }
}

.logo-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 36px;
    padding: 2px; /* same as border width */
    background: linear-gradient(
        120deg,
        #5199d0,
        #aeddfc,
        #4a7baf,
        #1f3c88
    );
    background-size: 300% 300%;
    animation: loopGlow 6s linear infinite;
    
    /* Mask to keep only the border visible */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* .logo-container::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(130deg, transparent 40%, rgba(255, 255, 255, 0.3) 50%, transparent 60%);
    transform: rotate(0deg);
    animation: shineSweep 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
} */

@keyframes loopGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shineSweep {
    0%, 80%, 100% {
        transform: translateX(-100%) rotate(15deg);
    }
    40% {
        transform: translateX(100%) rotate(15deg);
    }
}

.card-dark{
    background: radial-gradient(153.54% 153.54% at 114.6% -7.52%, #0A2B55 0%, #040E29 100%);
    border: 2px solid #14244D;
    border-radius: 16px;
    overflow: hidden;

    .card-body{
        position: relative;
        /* overflow: hidden; */
        padding: 24px;
    }
    
    /* .card-body::before{
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        height: 6px;
        width: 100%;
        background: linear-gradient(to right, #0C2552 0.02%, #1B67AC 27.98%, #1D8EC9 49.75%, #1B67AC 76.35%, #0B2042 99.96%);
    } */

    .card-body::after{
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 0;
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-top: 6px solid #1D8EC9;
        filter: drop-shadow(3px 5px 5px #2365C4);
    }
}

h3.card-title{
    font-family: 'Lexend';
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFF;
    margin-bottom: 12px;
}

.card-text{
    font-family: 'Lexend';
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #B2B2B2;
}

/* third section */
.menu-tabs{
    background: radial-gradient(181.66% 181.61% at 114.41% 20.55%, #0A2B55 0%, #040E29 100%);
    border: 1px solid #17436B;
    border-radius: 100px;
    padding: 18px 24px;
    gap: 64px;
    display: flex;

    .btn.no-btn{
        color: #4A7BAF;
        font-family: 'Lexend';
        font-weight: 300;
        font-style: Light;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        background-color: unset !important;
        border: none !important;
        padding: 0;
        width: 310px;

        &:hover{
            color: #FFF;
        }
    }

    .btn.no-btn.active{
        color: #FFF;
        background-color: unset;
        border: none;
        font-weight: 600;
    }

    :not(.btn-check)+.btn:active{
        background-color: unset;
        border: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.how-it-works{
    background-image: url("../images/ai-erp/sect3/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-image: radial-gradient(circle, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    /* padding-bottom: 235px; */

    .gradient-grid {
        position: relative;
        width: 100%;
        height: 100%;
        pointer-events: none; /* purely decorative */
    }

    .line-hor{
        height: 400px;
        width: 1px;
        background: linear-gradient(to bottom, rgba(239, 239, 239, 0.3) 0%, #FFFFFF 100%);
        position: absolute;
        top: 180px;
        left: 24%;
        transform: translateX(-50%);
    }

    .line-ver{
        width: 400px;
        height: 1px;
        background: linear-gradient(to right, rgba(239, 239, 239, 0.3) 0%, #FFFFFF 100%);
        position: absolute;
        top: 314px;
        left: 24%;
        transform: translate(-50%,-50%);
    }

    .box {
        position: absolute;
        width: 158px;
        height: 112px;
        background: linear-gradient(264.08deg, rgba(18, 17, 69, 0.5) 0.24%, rgba(18, 17, 69, 0) 98.51%);
        border-radius: 8px;
        opacity: 0.7;
        mix-blend-mode: overlay;
    }

    /* Example layout (3 rows × 2 columns) */
    .box-2, .box-4{
        top: 195px;
    }
    .box-2 { 
        left: 55.3%; 
        transform: translateX(50%); 
    }
    .box-3 { 
        left: 72.3%; 
        transform: translateX(50%); 
    }
    .box-4 { 
        left: 20.5%; 
        transform: translateX(50%); 
    }
    .box-3, .box-5{
        top: 320px;
    }
    .box-5 {
        left: 15.5%; 
        transform: translateX(-50%); 
    }


    .tab-content>.tab-pane.active {
        display: flex;
        opacity: 1;
        animation: fadeIn 0.5s ease forwards;
    }

    .tab-content>.tab-pane:not(.active) {
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .tab-content{
        margin-top: 40px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }
}

#ai-tab.accordion{
    background: unset;
    --bs-accordion-bg: unset;
    --bs-accordion-border-color: none;

    .img-center{
        background: linear-gradient(225.38deg, #A90002 -12.39%, rgba(15, 55, 142, 0.13) 47.71%),
        linear-gradient(42.25deg, #002F5D 22.4%, #2286FF 59.96%, #EE4345 89.74%);

        width: 190px;
        height: 190px;
        opacity: 1;
        border-radius: 31px;
        box-shadow: 0px 3.18px 3.18px 0px #EE434521 inset;
        position: relative;
        overflow: hidden;
        z-index: 2;

        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);

        span{
            font-family: 'Arial';
            font-weight: 800;
            font-size: 76px;
            text-align: center;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            color: #FFF;
            filter: drop-shadow(8px 8px 10px gray);
        }
    }

    .img-center.--2{
        width: 223px;
        height: 223px;
        background: #0D1742;
        opacity: 1;
        border-radius: 31px;
        position: absolute;
        overflow: hidden;
        z-index: 1;
        box-shadow: none;
    }

    .img-center.--3{
        width: 255px;
        height: 255px;
        background: #09123C;
        opacity: .6;
        border-radius: 31px;
        position: absolute;
        overflow: hidden;
        z-index: -1;
        box-shadow: none;
        backdrop-filter: blur(1.5921542644500732px);
    }

    .img-center, .img-center.--2, .img-center.--3{
        left: 50%;
        top: 35%;
        transform: translate(-50%,-50%);
    }

    .img-center::after{
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(130deg, transparent 40%, rgba(255, 255, 255, 0.3) 50%, transparent 60%);
        transform: rotate(0deg);
        animation: shineSweep 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    }

    .accordion-body{
        min-height: 550px;
        min-width: 1300px;
    }

    .card-mini{
        background: radial-gradient(210.26% 210.26% at 114.6% -7.52%, #172A4D 0%, #010329 100%);
        border: 2px solid #14244D;
        border-radius: 12px;
        width: 158px;
        height: 112px;
        text-align: center;
        padding: 14px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;

        img{
            width: 42px;
            height: 42px;
            position: relative;
        }

        p{
            font-family: 'Lexend';
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            leading-trim: NONE;
            line-height: 20px;
            letter-spacing: 0%;
            text-align: center;
            vertical-align: middle;
            margin-bottom: 0;
        }
    }

    .img-1, .img-3{
        left: 15%;
        transform: translateX(-50%);
    }

    .img-2, .img-4{
        left: 20%;
        transform: translateX(50%);
    }

    .img-1, .img-5{
        top: 25%;
    }
    .img-3, .img-7{
        top: 78%;
    }
    .img-2, .img-6{
        top: 0;
    }
    .img-4, .img-8{
        top: 50%;
    }

    .img-5, .img-7{
        right: 15%;
        transform: translateX(50%);
    }

    .img-6, .img-8{
        right: 20%;
        transform: translateX(-50%);
    }
    .img-9{
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
    }

    .box-reveal{
        position: absolute;
        width: 270px;
        background: linear-gradient(112.88deg, #0B1337 -15%, #0E529E 94.33%);
        border: 2px solid #14244D;
        border-radius: 8px;
        padding: 18px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: left;
        z-index: 2;
        transition: all .3s ease-in-out;
        opacity: 0;
        visibility: hidden;

        p{
            font-family: 'Lexend';
            font-weight: 400;
            font-style: Regular;
            font-size: 14px;
            leading-trim: NONE;
            line-height: 1.2;
            letter-spacing: 0;
            text-align: left;
            vertical-align: middle;
            color: #EAEAEA;
            margin-bottom: 0;
        }

        .btn{
            align-self: flex-start;
            padding: 10px 24px;
            border-radius: 35px;
            width: 100%;
            font-size: 14px;
        }
    }

    .--1{
        top: 49%;
        left: 19%;
        transform: translateX(-50%);
    }

    .--2{
        top: 0;
        left: 15%;
        transform: translateX(-50%);
    }

    .--3{
        top: 65%;
        left: 12%;
        transform: translateX(50%);
    }

    .--4{
        top: 50%;
        left: -6%;
        transform: translateX(50%);
    }

    .--5{
        top: 50%;
        right: -2%;
        transform: translateX(-50%);
    }

    .--6{
        top: 0;
        right: -7%;
        transform: translateX(-50%);
    }

    .--7{
        top: 65%;
        right: 33%;
        transform: translateX(50%);
    }

    .--8{
        top: 50%;
        right: 15%;
        transform: translateX(50%);
    }

    .--9{
        top: 97%;
        left: 32%;
        transform: translateX(-50%) translateY(-100%);
    }

    .card-mini:hover + .box-reveal, .card-mini.active + .box-reveal{
        opacity: 1;
        visibility: visible;
    }

    .card-mini:hover, .card-mini.active{
        background: linear-gradient(56.43deg, #EE4345 6.37%, #2286FF 43.12%, #002F5D 89.46%);
    }

    .card-mini:hover::after, .card-mini.active::after{
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(130deg, transparent 40%, rgba(255, 255, 255, 0.3) 50%, transparent 60%);
        transform: rotate(0deg);
        animation: shineSweep 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    }

    /* .card-mini:not(:hover){
        opacity: 0.3;
    } */

    .card-mini{
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .card-ai-reveal .card-mini:hover, .card-ai-reveal .card-mini.active{
        opacity: 1;
    }
    
}

/* fourth section marquee PROMPT */
.marquee-container{
    display: flex;
    flex-direction: column;
    gap: 14px;
    mask: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.marquee{
    width: 100%;
    position: relative;
    gap: 14px;
}
#marquee-1, #marquee-3{
    animation: scrollLeft 20s linear infinite;
}
#marquee-3{
    animation-delay: -5s;
}
#marquee-2{
    opacity: 0.3;
    animation: scrollLeft 20s linear reverse infinite;
}

.marquee-item{
    display: flex;
    gap: 14px;
    width: 350px;
    height: 76px;
    background: #080F33;
    border: 2px solid #14244D;
    border-radius: 10px;
    padding: 14px 0 14px 16px;
    opacity: .9;

    .marquee-text{
        font-family: 'Lexend';
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 24px;
        letter-spacing: 0%;
        vertical-align: bottom;
        color: #B8CCE0;
        white-space: normal;
        width: 268px;
        margin-bottom: 0;
    }

    .search-icon{
        width: auto;
        height: 130%;
    }
}

.circle-glow{
    width: 600px;
    height: 150px;
    border-radius: 50%;
    background-color: #2286FF;
    filter: blur(30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}

.prompt{
    overflow-x: hidden;
}

.prompt h2{
    z-index: 2;
    position: relative;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.btn-dropdown{
    background: radial-gradient(210.26% 210.26% at 114.6% -7.52%, #111530 0%, #172E57 100%);
    border: 1px solid #173A78;
    box-shadow: 0px 4px 4px 0px #0000001A inset;
    color: #94B1D0;
    padding: 14px 16px;
}

.card-col{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 45px 32px;

    .card-title{
        font-family: 'Lexend';
        font-weight: 600;
        font-style: SemiBold;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: baseline;
        text-shadow: 0px 4px 24px #FFFFFFCC;
    }

    .card-subtitle{
        font-family: 'Lexend';
        font-weight: 600;
        font-style: SemiBold;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: bottom;
        text-shadow: 0px 4px 24px #FFFFFFCC;
    }

    .card-text{
        font-family: 'Lexend';
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
}

.card-col:nth-of-type(2){
    border-width: 1px, 0px, 1px, 0px;
    border-style: solid;
    border-image: 
        linear-gradient(
        to bottom, 
        rgba(5, 14, 42, 0.3), 
        rgba(27, 103, 172, 0.3),
        rgba(4, 14, 41, 0.3)
        ) 1 100%;
}

.mini-banner{
    background: linear-gradient(89.19deg, rgba(0, 47, 93, 0.24) 9.72%, rgba(34, 134, 255, 0.24) 59.53%, rgba(238, 67, 69, 0.24) 99.04%);
    border-radius: 24px;
    padding: 32px 24px;
    border: 1px solid #3B467F;

    .main-desc{
        color: #DDE7F0;
    }
}

.banner{
    .container{
        overflow: hidden;
        border-radius: 24px;
    }

    .text-content{
        padding: 66px 20px 66px 50px;
        z-index: 2;
        position: relative;
    }

    .circle-glow{
        width: 600px;
        height: 600px;
        border-radius: 0;
        background-color: #2286FF;
        filter: blur(110px);
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        opacity: 0.3;
        z-index: -1;
    }

    .btn{
        padding: 10px 24px;
        border-radius: 35px;
    }

    .img-banner{
        right: 0;
        width: auto;
        height: 110%;
        bottom: 0;
    }
}

.faq-ai{
    .accordion{
        --bs-accordion-bg: unset;
        --bs-accordion-border-color: none;
    }

    .accordion-button:not(.collapsed){
        background-color: #080B36;

        .faq-head{
            border-bottom: 1px solid #222C5B;
            padding-bottom: 16px;
        }

        .fa-plus{
            transform: rotate(45deg);
        }  
    }

    .accordion-button:focus{
        box-shadow: none;
    }

    .accordion-button{
        padding: 20px 24px;
    }

    .accordion-button::after{
        display: none;
    }

    .accordion-item{
        background-color: #080B36;
        margin-bottom: 12px;
        border: 1px solid #3B467F;
        border-radius: 16px;
        overflow: hidden;

        .faq-head{
            font-family: 'Lexend';
            font-weight: 500;
            font-style: Medium;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 150%;
            letter-spacing: 0%;
            text-align: left;
            vertical-align: middle;
            color: #FFF;
            transition: all .2s ease;
            width: 100%;

            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .accordion-body{
            color: #DDE7F0;
            padding-top: 0;
            font-family: 'Lexend';
            font-weight: 300;
            font-style: Light;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 26px;
            letter-spacing: 0%;
            vertical-align: middle;

        }
    }
}

.icon-container{
    width: 24px;
    height: 24px;
}

.fa-plus{
    background-color: #94B1D0;
    mask-image: url(/assets/images/plus-solid-full.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    /* transform: rotate(180deg); */
    rotate: 180deg;
    transition: all .3s ease;
}

.move-thumb{
    background-color: #021732;
    padding: 14px 24px;
    border-radius: 25px;
    box-shadow: 0px 8px 24.5px 0px #1BADE500;
    width: 64px;

    position: absolute;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        bottom: -15%;
    }
    50% {
        bottom: -20%;
    }
    100% {
        bottom: -15%;
    }
}

.fa-angle-down{
    background-color: #94B1D0;
    mask-image: url(/assets/images/angle-down-solid.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
    transition: all .3s ease;
    vertical-align: middle;
}


.video-success{
    background: linear-gradient(0deg, rgba(8, 18, 54, 0.2), rgba(8, 18, 54, 0.2)), linear-gradient(40.55deg, rgba(0, 47, 93, 0.5) 22.34%, rgba(24, 66, 116, 0.5) 53.01%, rgba(238, 67, 69, 0.5) 77.34%);
    border-radius: 16px;
    padding: 28px;
    border: 2px solid #3B467F33;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    width: 821px;
    height: auto;
}

.img-video{
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.video-success{
    border-radius: 12px;
    transition: all .3s ease-in-out;
    pointer-events: all;

    &:hover{
        filter: brightness(0.6);
    }
}


.erp{
    .btn-dropdown:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
        background: radial-gradient(210.26% 210.26% at 114.6% -7.52%, #172E57 0%, #111530 100%);
        border: 1px solid #3B467F;
        box-shadow: 0px 4px 4px 0px #0000001A inset;
        color: #FFF;
    }

    .btn-dropdown{
        justify-content: space-evenly;
    }

    .dropdown-menu{
        background: #131E3E;
        width: 28%;
        height: 240px;
        overflow: auto;
        border-radius: 8px;
        border: 1px solid #0E2F69;
        padding: 10px;
        
        .dropdown-item{
            color: #B2B2B2;
            padding: 10px 12px;
            border-radius: 5px;

            &:hover{
                color: #FFF;
                background-color: #010329;
            }
        }
    }

    scrollbar-width: 2px;
    scrollbar-color: #0E2F69 transparent;
    scrollbar-track-color: transparent;
}

.erp-container{
    .owl-carousel .owl-item.center .item{
        padding: 22px;
        background: linear-gradient(40.55deg, #002F5D 22.34%, #184274 53.01%, #EE4345 77.34%);
        background-image: url('/assets/images/ai-erp/sect5/card-bg.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 3.55px solid #3B467F;
    }

    .item{
        width: 360px;
        height: 440px;
        /* border-radius: 24px; */
        border-radius: 38px;

        .card{
            height: 100%;
            border-radius: 29px;
            overflow: hidden;
            border: 2px solid #1254B4;
            position: relative;

            .card-body{
                position: absolute;
                bottom: 0;
                z-index: 1;
                padding: 24px;
            }
        }

        .card::after {
            content: "";
            position: absolute;
            inset: 0;
            mix-blend-mode: multiply; /* blends the blue tint nicely */
            pointer-events: none; /* so it doesn't block clicks */
        }

    }

    h3.card-title{
        font-size: 24px;
        line-height: 1.3;
    }

    .card-text{
        font-size: 18px;
        line-height: 1.3;
    }
    
    
}

#erp-carousel{
    .owl-item{
        transition: transform 0.4s ease;
    }

    /* Hidden (non-active) items */
    .owl-item:not(.active) {
        opacity: 0.4;
        transform: scale(0.7) translateX(40px);

        .card::after{
            background: linear-gradient(to bottom, rgba(47, 75, 144, 0) 31.99%, #091D46 54%), rgb(0 22 56 / 85%);
        }
    }

    .owl-item.active{
        transform: scale(0.8);
        z-index: 1;
        opacity: 0.8;

        .card::after{
            background: linear-gradient(to bottom, rgba(47, 75, 144, 0) 31.99%, #091D46 54%), rgb(0 22 56 / 85%);
        }
    }

    .owl-item.active.edge-left {
        transform: scale(0.8);
        z-index: -1;
    }

    .owl-item.active.edge-right {
        transform: scale(0.7) translateX(-40px);
        z-index: -1;
        opacity: 0.4;
    }

    /* Center item (the main focus) */
    .owl-item.active.center {
        transform: scale(1);
        opacity: 1;
        z-index: 2;

        .card::after{
            background: 
                linear-gradient(to bottom, rgba(47, 75, 144, 0) 31.99%, #091D46 54%),
                rgba(0, 100, 255, 0.45); /* blue tint overlay */
        }
    }
}


/* CAROUSEL TESTIMONI */
#testi-container{
    /* position: relative;
    width: 100%; */
    height: 300px;

    .testi-carousel{
        width: 100%;
        height: 100%;
        /* display: flex; 
        justify-content: center;
        align-items: center;
        overflow: hidden;
        flex-direction: column; */
    }

    .item{
        background: #081236;
        padding: 28px 28px 28px 12px;
        border-radius: 16px;
        border: 2px solid #3B467F33;
        /* width: 800px; */
        height: auto;
        opacity: 0.7;
        transform: scale(0.9);
        transition: transform 0.3s ease, opacity 0.3s ease;


        p{
            font-family: 'Lexend';
            font-weight: 300;
            font-style: Light;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 26px;
            letter-spacing: 0px;
            margin-bottom: 0;
            margin-top: 30px;
        }

        .text-content{
            background-color: #061E49;
            border-radius: 8px;
            padding: 24px;
            position: relative;

            .comma{
                position: absolute;
                top: 0;
                left: 0;
                width: 70px;
                height: 62px;
            }
        }

        .logo-testi{
            opacity: 0.5;
            transition: opacity 0.3s ease-in-out;
            margin-left: 0;
        }
    }

    .owl-item.active.center .item {
        opacity: 1;
        transform: scale(1);
        box-shadow: 1.13px 4.51px 13.54px 0px #2B527933 inset;
        box-shadow: 0px 8px 40px 0px #1798EE1F;

        .logo-testi{
            opacity: 1;
        }

    }

    .owl-nav{display: none;}
    .owl-dots{
        margin-top: 20px;

        .owl-dot span{
            background: #061E49;
            border: 1px solid #3B467F;
        }

        .owl-dot.active span, .owl-dot:hover span{
            background: #1a3566;
            border: 1px solid #3B467F;
            width: 24px;
        }
    }
}

.so-navbar{
    background: transparent !important;

    .so-navbar-collapse{
        background-color: transparent !important;
    }
}

.so-navbar.--scroll{
    background: #0A1D39 !important;
}



/* ==================== */
/* RESPONSIVE */
@media (min-width:1400px) {
    #testi-container{
        height: auto;

        .item{
            width: 800px;
        }
    }

    .erp{
        .btn-dropdown{
            width: 370px;
        }
    }
}
@media (max-width:991px) {
    .hero-ai{
        .anim, .anim svg{
            width: auto;
            height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
            min-width: 100%;
            overflow: hidden;
        }

        .light-bg{
            top: 36%;
            left: 35%;
            width: 100%;
        }
    }

    .erp-container{
        .item{
            width: 100%;
        }
    }

    #testi-container{
        height: auto;

        .item{
            width: 100%;
        }

        .logo-testi{
            display: flex;
            align-items: center;
            justify-content: center;

            img{
                max-width: 200px;
                height: auto;
                margin-bottom: 24px;
            }
        }
    }

    .video-success{
        width: 100%;
        height: auto;
    }
}

@media (max-width:767px) {
    .hero-ai h1{
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-ai .light-bg{
        top: 34%;
        left: 32%;
        width: 120%;
    }

    .main-desc{
        font-size: 16px;
    }

    h2{
        font-size: 24px;
        line-height: 1.3;
    }

    .circle-glow{
        width: 100vw;
    }

    .banner .text-content{
        padding: 60px 20px;
    }

    .menu-tabs{
        display: block;
        background: none;
        border: none;
        padding: 0;

        .btn.no-btn{
            background: radial-gradient(181.66% 181.61% at 114.41% 20.55%, #0A2B55 0%, #040E29 100%);
            border: 1px solid #17436B;
            border-radius: 100px;
            padding: 18px 24px;
            width: 100%;
            margin-bottom: 12px;
            font-size: 16px;
        }
    }

    .card-col{
        border: 1px solid #17436B !important;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .logo-container{
        width: 200px;
        height: 200px;
        
        .img-hero{
            height: 120px;
        }

        .bg-logo-hero{
            width: 180px;
            height: 180px;
        }

        .red-dot{
            top: -40px;
            left: 59%;
            width: 200px;
            height: auto;
        }
    }

    .prompt, .how-it-works{
        width: 100vw;
        overflow-x: hidden;
    }
}

@media (max-width: 576px) {
    .erp .dropdown-menu{width: 75%;}
}

@media (max-width: 430px) {
    .erp .dropdown-menu{width: 87%;}
}