@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@100..900&display=swap');

.Inter{font-family: 'Inter', sans-serif;}
.Baloo2{font-family: 'Google Sans Flex', sans-serif;}

.uppercase_text {text-transform: uppercase;}
.lowercase_text {text-transform: lowercase;}
.capitalize_text {text-transform: capitalize;}

.font_size_14 {font-size: 14px;}
.font_size_16 {font-size: 16px;}
.font_size_18 {font-size: 18px;}
.font_size_20 {font-size: 20px;}
.font_size_22 {font-size: 20px;}
.font_size_24 {font-size: 24px;}

:root{
    --font-heading:"Google Sans Flex", sans-serif;
    --font-para:'Inter', sans-serif;

    /* Font Sizes for Typography */
    --font-size-h1: 64px;
    --font-size-h2: 46px;
    --font-size-h3: 36px;
    --font-size-h4: 30px;
    --font-size-h5: 24px;
    --font-size-h6: 20px;
    --font-size-p: 16px;
    --font-size-li: 16px;
    --font-size-sm: 14px;
    --font-size-xs: 12px;

    --color-primary:#001F3E;
    --color-scnd:#E7EAF8;
    --color-third:#00356A;
    --color-fourth:#c9d3ff;
    --color-highlight:#0437F2;
    --color-darker:#001223;

    --color-green-1:#16E289;

    --color-blue-100:#E7EAF8;
}
html {
    scroll-behavior: smooth;
}

html.is-lenis-scroll,
html.is-lenis-scroll body,
html.lenis,
html.lenis body {
    scroll-behavior: auto !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

html.is-lenis-scroll {
    overscroll-behavior-y: none;
    overscroll-behavior: none;
}

html.is-lenis-scroll .pin-spacer {
    contain: layout style;
    transform: translateZ(0);
}

html.is-lenis-scroll .home-page {
    backface-visibility: hidden;
}

html.is-native-scroll {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html,
    html.is-native-scroll {
        scroll-behavior: auto;
    }
}

a{
	text-decoration:none;
	outline:none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    color: var(--color-primary);	
}
a:focus, a:hover{
	text-decoration:none;
    color: var(--color-highlight);
}

textarea:focus, input:focus,  label:focus{
    outline: none;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
    float: left;
    font-family: var(--font-para);
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--font-heading);
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #000000;
    line-height: 100%;
}
h1{
    font-size: var(--font-size-h1);
}
h2{
    font-size: var(--font-size-h2);
}
h3{
    font-size: var(--font-size-h3);
}
h4{
    font-size: var(--font-size-h4);
}
h5{
    font-size: var(--font-size-h5);
}
h6{
    font-size: var(--font-size-h6);
}

p {
    font-family: var(--font-para);
    margin: 0 0 10px 0;
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #393939;
    line-height: 150%;
}

li {
    font-family: var(--font-para);
    font-size: var(--font-size-li);
    font-weight: 400;
    color: #393939;
    line-height: 150%;
}
body.hasFixBottom{
	padding-bottom:100px;
}
.half{
	width:50%;
	/* float:left; */
}
.full{
	width:100%;
	float:left;
}
.NoMar{
	margin:0 !important;
}
.NoPad{
	padding:0 !important;
}
.PadB20{
	padding-bottom:20px !important;
}
.MarTop30{
    margin-top: 30px;
}
.row {margin-bottom:0px;}

.btn, .btn:hover, .btn:active, .btn:focus {
    border: none;
    outline: none;
    background-color: var(--color-primary);
    color: #fff;
}
.bg-light {
    background-color: #ffffff !important;
}
label {
    font-size: var(--font-size-sm);
    color: #797e8d;
    font-weight: 500;
    line-height: 30px;
}

.container-fluid,.container{
    padding-right: 15px;
    padding-left: 15px;
}

.container{
    width: 1428px;
    max-width: 100%;
    margin: 0px auto;
}
.hideonDesktop{
    display: none;
}
.center_block{
    display: block;
    margin: 0 auto;
}
.borderBottom{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.top-20{
    top: 20px !important;
}

/*********************/
/*********************/

.home-page{
    background-color: var(--color-primary);
    display: flow-root;
    width: 100%;
    position: relative;
}

.navMenu{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 20px 0;
    background: transparent;
    /* backdrop-filter: blur(15px); */
}
.navMenu .container{
    display: flex;
    align-items: center;
    justify-content: center;
}


.navMenu .menuSection{
    width: auto;
    padding: 8px 10px;
    /* background: rgb(255 255 255 / 75%); */
    /* background: rgb(4 55 242 / 70%); */
    background: var(--color-highlight);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    backdrop-filter: blur(12px);
}
.navMenu .menuSection ul,
.navMenu .rightMenu ul{
    width: auto;
    display: flex;
    gap: 25px;
    align-items: center;
}

.navMenu .rightMenu ul{
    gap: 30px;
}

.navMenu .menuSection ul li a,
.navMenu .rightMenu ul li a,
a.contactBtn span{
    font-family: var(--font-para);
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    display: block;
    padding: 8px 0;
    transition: all 0.3s ease-in-out 0s;
}
.navMenu .menuSection ul li a:hover,
.navMenu .rightMenu ul li a:hover,
a.contactBtn:hover span,
.navMenu .menuSection ul li a.current{
    color: rgb(255 255 255 / 100%);
    transition: all 0.3s ease-in-out 0s;
}
.navMenu .rightMenu ul li a{
    display: flex;
    gap: 10px;
    align-items: center;
}
.navMenu .rightMenu ul li a.loginBtn,
a.contactBtn{
    padding: 9px 15px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #abb3bd;
}

.menuSection a.contactBtn{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: 2px solid rgb(255 255 255 / 20%);
    background-color: transparent;
}
.menuSection a.contactBtn:hover{
    background-color: rgb(255 255 255 / 20%);
    border-color: transparent;
}
.menuSection a.contactBtn img{
    width: 15px;
}
.menuSection a.contactBtn span{
    padding: 0;
}

.menuSection a.brand {
    padding: 0px 10px;
}
.menuSection a.brand img{
    width: 130px;
}


/*-----------*/

body.mobileMenuOpened{
    overflow: hidden;
}
.burgerMenu{
    display: none;
    width: 34px;
    height: 34px;

    align-items: center;
    justify-items: center;
    position: relative;
}
.burgerMenu::after{
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 40%;
    transition: all 0.3s ease-in;
}
.burgerMenu::before{
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 60%;
    transition: all 0.3s ease-in;
}
.about-page .burgerMenu::before,
.about-page .burgerMenu::after{
    background-color: #000000;
}
.menuOpen .burgerMenu::before{
    left: 8px;
    top: 40%;
    transform: rotate(135deg);
    width: 24px;
    transition: all 0.3s ease-in;
}
.menuOpen .burgerMenu::after{
    left: 8px;
    top: 40%;
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}
.mobieMenuWraper{
    display: none;
    background-color: var(--color-primary);
    position: fixed;
    left: 0;
    top: 40px;
    height: 95vh;
    z-index: 1111;
    padding: 20px 20px;
    width: 100%;
    transition: all 0.3s ease-in;
}
.menuOpen .mobieMenuWraper{
    display: flex;
    transition: all 0.3s ease-in;
    flex-direction: column;
    gap: 20px;
}

.mobieMenuWraper ul.menuList{
    width: 100%;
    padding: 0 0 0px 0;
    margin: 0;
}
.mobieMenuWraper ul.menuList li{
    /* padding-bottom: 10px; */
}
.mobieMenuWraper ul.menuList a{
    font-family: var(--font-para);
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 200%;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 0.15);
}
.mobileContact{
    width: 100%;
    padding: 15px 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.mobileContact p{
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    margin-bottom: 0px;
}
.mobileContact p a{
    color: #fff;
}

/**/



/**/

.bannerSection{
    width: 100%;
    padding: 50px 0;
    /* background: var(--color-primary); */
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bannerSection.counter,
.stockAnalyzeSection.counter{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.bannerSection.counter{
    z-index: 3;
    margin-top: 0;
    padding-top: 50px;
    background-color: var(--color-highlight);
    --counter-gradient-opacity: 0;
}
.bannerSection.counter[data-counter-gradient="true"]::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, var(--color-highlight) 40%, var(--color-green-1));
    opacity: var(--counter-gradient-opacity);
    pointer-events: none;
    z-index: 0;
}
.bannerSection.counter .container,
.stockAnalyzeSection.counter .container{
    position: relative;
    z-index: 1;
}
.pin-spacer:has(.heroBannerSection){
    background-color: var(--color-highlight) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 0;
    font-size: 0;
    overflow: hidden !important;
    contain: layout style paint;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.pin-spacer:has(.heroBannerSection) + .bannerSection.counter{
    margin-top: 0 !important;
    transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
    .bannerSection.counter{
        background: linear-gradient(45deg, var(--color-highlight) 40%, var(--color-green-1));
    }
    .bannerSection.counter[data-counter-gradient="true"]::before{
        display: none;
    }
}
.bannerSection h1{
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin-bottom: 40px;
    width: 75%;
    max-width: 100%;
    margin: 0 auto 40px;
}
.bannerImgCaption p{
    width: 75%;
    max-width: 100%;
    margin: 0 auto 40px;
    font-family: var(--font-para);
    font-size: 16px;
    font-weight: 400;
    color: #b8c0c7;
    line-height: 150%;
}
.bannerSection h1 span{
    font-weight: 600;
}
.bannerSection img{
    border-radius: 50px;
}

/**/

.stockCountSection{
    width: 100%;
    padding: 0px 0;
    position: relative;
}
.stockCountSection ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.stockCountSection ul li,
.miniStockCount{
    display: flex;
    align-items: center;
    gap: 15px;
}
.stockCountSection ul li span,
.miniStockCount span{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.stockCountSection ul li span h4,
.miniStockCount span h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    margin: 0;
    position: relative;
    padding-right: 10px;
}
.stockCountSection ul li span h4 .stockCountValue,
.miniStockCount span h4 .stockCountValue{
    display: inline-block;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
    transition: none;
}
.counter.is-stock-counter-ready .stockCountSection{
    opacity: 1;
}
.stockCountSection ul li span p,
.miniStockCount span p{
    font-family: var(--font-heading);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin: 0;
    text-align: left;
}
.stockCountSection ul li img,
.miniStockCount img{
    border-radius: 0;
    width: 80px;
    height: auto;
}
.videoSection{
    width: 100%;
    padding:0;
    background: var(--color-primary);
    min-height: 100vh; 
    position: relative;   
    /* overflow: hidden; */
}
.videoSection .videos{
    width: 100%;
    position: relative;
    height: 100%;
}
.videoSection .videoScreen{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 0;
}

.videoSection .videoScreen.videoA{
    z-index: 2;
}
.videoSection .videoScreen.videoB{
    z-index: 1;
}

.videoSection .container{
    /* position: absolute;
    z-index: 100;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%); */
    position: absolute;
    z-index: 100;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.videoSection#SectionVideo2 .container{
    top: 50%;
}

.videoSection h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 600;
    color: #fff;
    line-height: 110%;
    text-align: center;
}
/* .videoSection::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    background-blend-mode: multiply;
} */
.videoSection .bgOverlay1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    /* background: linear-gradient(180deg, #001f3e, transparent); */
    background-blend-mode: multiply;
}
.videoSection .bgOverlay2{
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 9;
    width: 100%;
    height: 100%;
    /* background-color: var(--color-primary); */
    background: linear-gradient(180deg, #001f3e, transparent);
    background-blend-mode: multiply;
}
/* .videoSection .bgOverlay2.grade2{
    background: linear-gradient(180deg, #000000, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
} */
.videoSection .bgOverlay2.grade2{
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 100%), transparent);
    top: -50%;
}

.videoSection .bgOverlay3{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 105vh;
    /* background-color: var(--color-primary); */
    /* background-color: #000000; */
    background: linear-gradient(180deg, transparent, #000000);
    background-blend-mode: multiply;
    margin-top: -50%;
}

.videoContent{
    width: 100%;
    position: relative;
    height: 100vh;
    z-index: 10;
}

.introSection{
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    /* position: sticky;
    left: 0;
    top: 0;
    overflow: hidden; */
}
.introSection .introImage{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: sticky;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.introContent{
    width: 100%;
    position: relative;
    height: 100vh;
    z-index: 10;
    /* overflow: hidden; */
    margin-top: -150px;
}
.introContent .container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 180px;
    flex-direction: column;
    gap: 40px;
}
.introContent h2{
    font-family: var(--font-heading);
    font-size: 120px;
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.introContent h2 span.actualTxt{
    z-index: 100;
    color: var(--color-highlight);
}
.introContent h2 span.shadowTxt{
    z-index: 50;
    color: rgb(23 59 191 / 50%);
    margin-top: -100px;
    filter: blur(8px);
}
.bgOverlay{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    /* background-color: var(--color-primary); */
    /* background: linear-gradient(180deg, #001f3e, transparent); */
    background-blend-mode: multiply;
}
/* .introSection .bgOverlay{
    background: linear-gradient(0deg, #001F3E, transparent);
} */
.introSection .introAfter{
    background: linear-gradient(0deg, #001F3E 0%, transparent 100%);
    height: 20%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    width: 100%;
    background-blend-mode: multiply;
}

/**/

.serviceSection{
    width: 100%;
    min-height: 100vh;
    padding: 100px 0 100px;
    background-color: var(--color-blue-100);
    position: relative;
    z-index: 100;
}
#services.serviceSection.is-scroll-driven{
    min-height: auto;
    padding: 0 0 80px;
    display: block;
}
#services.serviceSection.is-scroll-driven .serviceSectionStack{
    --fixedTop: 14;
    --cardsNumber: 3;
    --stackTop: 28px;
    --stackStep: 18px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}
#services.serviceSection.is-scroll-driven .serviceStackCard{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    transform-origin: center top;
    z-index: 1;
    pointer-events: none;
    transition: none;
    backface-visibility: hidden;
}
#services.serviceSection.is-scroll-driven .serviceStackCard.is-active{
    pointer-events: auto;
}
#services.serviceSection.is-scroll-driven .serviceStackCard.is-stacked{
    pointer-events: none;
    filter: saturate(0.88);
}
#services.serviceSection.is-scroll-driven .serviceStackCard:nth-child(2){
    z-index: 2;
}
#services.serviceSection.is-scroll-driven .serviceStackCard:nth-child(3){
    z-index: 3;
}
#services.serviceSection.is-scroll-driven .serviceStackCard:nth-child(4){
    z-index: 4;
}
.serviceScreenBg1{
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 10;
    width: 100%;
    height: 50%;
    /* background-color: var(--color-primary); */
    background: linear-gradient(0deg, #001F3E, transparent);
    background-blend-mode: multiply;
}
.serviceScreenBg{
    /* position: relative; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100vh;
    /* background-color: var(--color-primary); */
    background: linear-gradient(0deg, #001F3E, transparent);
    background-blend-mode: multiply;
}
.serviceHeader{
    width: 100%;
    height: 80vh;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serviceTitleHeader{
    width: 100%;
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: #fff;
    line-height: 110%;
    text-align: center;
    position: relative;
    z-index: 100;
    padding: 0 0%;
}

.introContent .serviceTitleHeader{
    color: var(--color-primary);
}

.serviceSection .serviceVideo{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 90px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 -150px 300px var(--color-blue-100);
}
.serviceVideo .videoScreen{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 50;
    border-radius: 90px;
}
.serviceVideo .serviceVideoContent{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px;
    gap: 20px;
}
.serviceVideo .serviceVideoContent img{
    width: 350px;
}

.serviceVideo .serviceVideoContent .txtArea{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.serviceVideoContent .txtArea h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    margin: 0;
}
.serviceVideoContent .txtArea p{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    margin: 0;
    text-align: left;
}
.serviceVideo .serviceVideoContent.alter .txtArea h4,
.serviceVideo .serviceVideoContent.alter .txtArea p{
    text-align: right;
}

/**/

.footer{
    width: 100%;
    padding: 0px 0 1px;
    /* background-color: var(--color-primary); */
    position: relative;
    z-index: 100;
}
.footer::after{
    content: "";
    width: 100%;
    height: 100px;
    background-color:var(--color-primary);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.footer::after{
    content: initial;
}
.footerContainer{
    width: 100%;
    background-color: var(--color-highlight);
    padding: 50px;
    border-radius: 30px;
    position: relative;
    z-index: 100;
    gap: 30px;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
}
.footerTop,.footerbottom{
    width: 100%;
    display: flex;
    align-items: start;
    gap: 20px;
    position: relative;
    z-index: 100;
}
.footerTop .logoArea,
.footerbottom .SocialArea{
    width: 30%;
}
.footerTop .contentArea,
.footerbottom .otherLinkArea{
    width: 70%;
    display: flex;
    gap: 15px;
    align-items: start;
}
a.brandFooter{
    display: block;
}
a.brandFooter img{
    width: 180px;
}
.footerCol{
    width: 100%;
}
.footerCol h4{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    color: rgb(255 255 255 / 50%);
    font-weight: 400;
    margin: 0 0 20px 0;
}
.footerCol ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footerCol ul li a,.footerCol p,
.otherLinkArea ul li a,
.footerCol p a{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    color: rgb(255 255 255 / 80%);
    font-weight: 500;
    line-height: 150%;
}
.otherLinkArea ul li a{
    font-weight: 400;
    font-size: var(--font-size-p);
}
.footerCol ul li a:hover,
.otherLinkArea ul li a:hover,
.footerCol p a:hover{
    color: rgb(255 255 255 / 100%);
}
.SocialArea ul{
    display: flex;
    gap: 15px;
    align-items: center;
}
.SocialArea ul li a{
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
}
.SocialArea ul li.linkedIn a{
    background-color: #000000;
}
.SocialArea ul li a:hover{
    /* background: var(--color-third); */
    background-color: transparent;   
}
.SocialArea ul li.linkedIn a:hover{
    background-color: #0B66C3;
}
.otherLinkArea ul{
    display: flex;
    gap: 30px;
    align-items: center;
}
.copyrightArea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.copyrightArea p{
    font-family: var(--font-para);
    font-size: 12px;
    color: #aab5bf;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}
.copyrightArea p a{
    color: #aab5bf;
}
.copyrightArea p a:hover{
    color: #cdd4db;
}

/*----------*/

.bannerWrapper{
    width: 100%;
    position: relative;
    height: 720px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50px;
}
.bannerWrapper .bannerImage,
.bannerWrapper .videoScreen{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerWrapper .videoScreen{
    scale: 1.5;
}

.bannerWrapper h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 600;
    color: #fff;
    line-height: 100%;
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 10;
    width: 100%;
    padding: 20px;
    margin: 0;
}
.serviceAnalyzeSection{
    width: 80%;
    padding: 0px 0 60px;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.serviceAnalyzeSection h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    text-align: center;
    margin-bottom: 0px;
    width: 75%;
}
.miniStockCount{
    align-items: center;
    width: 40%;
    display: flex;
    justify-content: center;
}
.miniStockCount span h4{
    font-size: var(--font-size-h4);
    line-height: 60px;
}

.stockAnalyzeSection .stockCountSection ul,
ul.justifyEven{
    justify-content: space-evenly;
    gap: 20px;
}

.serviceSection.innerService{
    background-color: var(--color-primary);
    position: relative;
}
.innerPage .footer::after{
    background-color: var(--color-primary);
}
.innerService .bottomGraphics{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    z-index: 0;
    width: 40%;
}

.newsletterSection{
    width: 100%;
    padding: 0px 0 150px;
    position: relative;
    z-index: 100;
    display: flex;
    justify-items: center;
    margin: 0 auto;
    min-height: 300px;
    justify-content: center;
}
.newsletterSection h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    margin-bottom: 40px;
    text-align: center;
}
.newsletterSection .newsletterFormArea,
.newsletterSection .newsletterFormArea form{
    width: 100%;
    position: relative;
    z-index: 1;
}
.newsletterSection .newsletterFormArea .form-control{
    width: 100%;
    height: 80px;
    padding: 10px 100px 10px 30px;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 10%);
    border: none;
    box-shadow: none;
    font-family: var(--font-para);
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    backdrop-filter: blur(20px);
}
.newsletterFormArea .form-control::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
  }
  
  .newsletterFormArea .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ffffff;
  }
.newsletterSection .newsletterFormArea .subscribeBtn{
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 50%;
    height: 100%;
    padding: 20px;
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.newsletterSection .newsletterFormArea .subscribeBtn:focus,.newsletterSection .newsletterFormArea .subscribeBtn:hover{
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.newsletterFormArea .subscribeBtn svg{
    transform: translateX(0px);
    transition: all 0.3s ease-in;
}
.newsletterFormArea .subscribeBtn:hover svg{
    transform: translateX(10px);
    transition: all 0.3s ease-in;
}

/* ===== Banner Content (POV Section) ===== */
.bannerContent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.bannerContent .txtArea {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.bannerContent .txtArea small {
    font-family: var(--font-para);
    font-size: var(--font-size-h6);
    font-weight: 600;
    color: #b8c0c7;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    display: block;
}

.bannerContent .txtArea h1 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin: 0;
    text-align: left;
    width: 100%;
}

.bannerContent .txtArea h4 {
    font-family: var(--font-heading);
    /* font-size: 22px; */
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: #fff;
    line-height: 120%;
    margin: 0;
    text-align: left;
    max-width: 100%;
}
.bannerContent .txtArea h4 span{
    color: var(--color-scnd);
    font-weight: 300;
}

/* .txtArea .ExploreBtn{
    border: none;
    padding: 0;
    gap: 20px;
    background: transparent;
}
.txtArea .ExploreBtn:hover{
    background: transparent;
} */
.txtArea .ExploreBtn,
.career-page .bannerContent .ExploreBtn, .career-detail-page .bannerContent .ExploreBtn{
    padding: 5px 5px 5px 20px;
}
.txtArea .ExploreBtn span.arrow,.ExploreBtn span.arrow{
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
}

.bannerContent .imgArea {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bannerContent .imgArea img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    /* box-shadow: 0 20px 50px rgba(4, 55, 242, 0.15); */
}
.floatingObject{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 10;
    left: 100px;
    bottom: -50px;
    mix-blend-mode: screen;
}
.bannerContent .imgArea .floatingObject img{
    width: auto;
    height: auto;
}

.marketingSection{
    width: 100%;
    padding: 100px 0 50px;
    background-color: var(--color-scnd);
    position: relative;
    z-index: 100;
    display: flex ;
    align-items: center;
    justify-items: center;
}

.MarketingActionableArea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

/* ===== Key Parameters Section ===== */
.keyparametersSection{
    width: 100%;
    background-color: var(--color-primary);
    padding: 100px 0 120px;
    color: #fff;
}
.keyparametersWrapper{
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
}
.kp-left{
    width: 55%;
}
.kp-left h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    line-height: 110%;
    color: #fff;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.kp-left p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    line-height: 160%;
    color: rgb(255 255 255 / 85%);
    margin: 0;
}
.kp-right{
    width: 40%;
}
.kp-right h3{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    color: var(--color-scnd);
    margin: 0 0 30px 0;
}
.kp-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
.kp-list li{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.kp-list li:first-child{
    border-top: none;
}
.kp-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* background: rgba(255, 255, 255, 0.03); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.kp-icon img{width:18px;height:18px}
.kp-txt{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    color: rgb(255 255 255 / 90%);
}

/* ===== Cards Area ===== */
.cardsGrid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.card{
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    flex: 1 1 calc(50% - 30px);
    min-width: 280px;
    box-sizing: border-box;
    border:none;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
}
.card:hover{
    box-shadow: 0 30px 40px rgba(0,0,0,0.06);
    transition: all 0.3s ease-in-out;
}
    
.cardIcon{
    width: 100px;
    /* height: 72px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.cardIcon img{
    width:100%;
    height:auto
}
.cardTitle{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    margin: 0 0 20px 0;
    color: var(--color-primary);
}
.cardList{
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cardList li{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    color: var(--color-primary);
    line-height: 150%;
}
.MarketingActionableArea ul.actionableList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    position: relative;
}
.MarketingActionableArea ul.actionableList li a{
    display: block;
}
.MarketingActionableArea ul.actionableList li{
    margin: 0 -5px;
    display: block;
    position: relative;
}
.MarketingActionableArea ul.actionableList li:nth-child(1){
    z-index: 1;
}
.MarketingActionableArea ul.actionableList li:nth-child(2){
    z-index: 2;
}
.MarketingActionableArea ul.actionableList li:nth-child(3){
    z-index: 3;
}
.MarketingActionableArea ul.actionableList li:nth-child(4){
    z-index: 4;
}
.MarketingActionableArea ul.actionableList li:nth-child(5){
    z-index: 5;
}
.MarketingActionableArea ul.actionableList li:nth-child(6){
    z-index: 4;
}
.MarketingActionableArea ul.actionableList li:nth-child(7){
    z-index: 3;
}
.MarketingActionableArea ul.actionableList li:nth-child(8){
    z-index: 2;
}
.MarketingActionableArea ul.actionableList li:nth-child(9){
    z-index: 1;
}

/* ========================================
   FAQ Cards Section
   ======================================== */

.sectionFaqs {
    width: 100%;
    padding: 100px 0;
    background: var(--color-scnd);
}

.faqCardsGrid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 0;
}

.faqCard {
    background: #fff; /* #E7EAF8 - Light lavender */
    border-radius: 30px;
    padding: 50px 40px 40px 40px;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    box-sizing: border-box;
    border: none;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 31, 62, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    opacity: 1;
    visibility: visible;
}

.faqCard:hover {
    box-shadow: 0 20px 50px rgba(0, 31, 62, 0.15);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.faqQuestion {
    margin-bottom: 0;
}

.faqQuestion p {
    font-family: var(--font-para);
    font-size: var(--font-size-h6);
    font-weight: 600;
    line-height: 140%;
    color: var(--color-primary);
    margin: 0;
}

.faqSeparator {
    width: 100%;
    height: 1px;
    background: rgba(0, 31, 62, 0.15);
    border: none;
    margin: 25px 0;
}

.faqAnswer {
    flex: 1;
}

.faqAnswer p {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    line-height: 150%;
    color: var(--color-primary);
    margin: 0;
}

.faqIcon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.faqIcon img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

.executionDisplayArea{
    width: 80%;
    margin: 50px 0 0 0;
    max-width: 100%;
}
.executionPanel{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.executionPanel .symbolArea{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.executionPanel .txtArea{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 30px 30px;
    background-color: var(--color-third);
    border-radius: 20px;
}
.executionPanel .txtArea h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    text-align: left;
    margin-bottom: 0px;
}
.executionPanel .txtArea p{
    font-family: var(--font-para);
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
    margin: 0 0 20px 0;
}
.executionPanel .txtArea ul li{
    font-family: var(--font-para);
    font-size: var(--font-size-li);
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    background: url(../img/icon-bullets.svg) no-repeat 0% 50%;
}
.executionPanel .txtArea ul li:last-child{
    margin: 0px;
}

.executionPanel .txtArea.chatbot{
    padding: 30px 30px 15px;
    position: relative;
}
.executionPanel .txtArea.chatbot ul{
    /* position: absolute;
    left: 10px;
    bottom: 10px;1388
    z-index: 1; */
    width: 100%;
    border-radius: 15px;
    background: #ffffff1f;
}
.executionPanel .txtArea.chatbot ul li{
    padding: 15px 70px 15px 20px;
    background: transparent;
    position: relative;
}
.executionPanel .txtArea.chatbot ul li .submitBtn{
    position: absolute;
    right: 0;
    top: 0;
    padding: 18px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.executionPanel .txtArea.chatbot ul li .typeEffects{
    width: 1px;
    height: 20px;
    background-color: #fff;
    animation: blink 0.9s step-end infinite ;
}

@keyframes blink {
    from, to {
        background-color: transparent;
    }
    50% {
        background-color: #fff;
    }
}

/*======== About ========*/
.stockAnalyzeSection{
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(45deg, var(--color-highlight) 40%, var(--color-green-1));
}
.aboutBanner.bannerSection{
    background-color: var(--color-scnd);
    min-height: 90vh;
    height: auto;
    padding: 120px 0 80px;
    position: relative;
    isolation: isolate;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutBanner .container{
    /* width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.aboutBanner ul.aboutDescList,
ul.aboutDescList{
    width: 75%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 0;
}
.aboutBanner ul.aboutDescList li,
ul.aboutDescList li{
    font-family: var(--font-heading);
    font-size: var(--font-size-h3);
    font-weight: 500;
    color: var(--color-highlight);
    line-height: 120%;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
}

.teamSection{
    width: 100%;
    padding: 100px 0 0;
    background-color: var(--color-scnd);
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-items: center;
}
.sectionHeader{
    width: 100%;
    padding: 0px 0;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    justify-content: center;
}
.sectionHeader h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 400;
    color: #000000;
    line-height: 100%;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.sectionHeader p {
    margin: 0;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-primary);
    line-height: 150%;
}
/* .about-page .navMenu{
    background: rgb(0 31 62 / 0%);
} */

.teamMemberSection{
    width: 100%;
    padding: 70px 0 0 0;
}
.teamMemberSection ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.teamMemberSection ul li{
    width: 24%;
    padding: 0;
    position: relative;
}
.teamMemberSection ul li a {
    background-color: var(--color-highlight);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.teamMemberSection ul li a:hover{
    box-shadow: 0 30px 40px var(--color-highlight);
}
.teamMemberSection ul li a img{
    width: 100%;
    border-radius: 20px;
}
.teamMemberSection ul li a .NameDesc,
.NameDesc{
    width: 100%;
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.NameDesc h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h5);
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    margin-bottom: 0px;
    text-align: left;
}
.NameDesc p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 120%;
    margin-bottom: 0px;
    text-align: left;
}

.about-page .navMenu{
    background: rgb(231 234 248 / 21%);    
}
/* .about-page .navMenu .menuSection ul li a,
.about-page .navMenu .rightMenu ul li a{
    color: #001223;
} */
.about-page .navMenu .menuSection ul li a:hover,
.navMenu .rightMenu ul li a:hover{
    color: #fff;
}
.about-page .navMenu .menuSection{
    background-color: var(--color-highlight);
}

.teamMemberSection ul.coFounderList{
    padding-bottom: 50px;
}
.teamMemberSection ul.otherTeam{
    padding: 25px 0;
}
.teamMemberSection ul li a span.arrow,
.newsCard span.arrow,
.latestNewsList li a span.arrow,
span.arrow{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 105px;
    transition: all 0.3s ease;
}
.teamMemberSection ul li a span.arrow img,
.newsCard span.arrow img,
.latestNewsList li a span.arrow img,
span.arrow img{
    width: 14px;
    border-radius: 0;
}
.teamMemberSection ul li a:hover span.arrow,
.newsCard:hover span.arrow,
.latestNewsList li a:hover span.arrow,
a:hover span.arrow{
    background: rgb(255 255 255 / 40%);
    bottom: 110px;
    transition: all 0.3s ease;
}

.teamMemberSection ul li a.linkedInLink{
    width: 26px;
    height: 26px;
    border-radius: 4px;
    /* background: rgb(255 255 255 / 10%); */
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    bottom: 105px;
    z-index: 10;
    transition: all 0.3s ease-in;
}
.teamMemberSection ul li a.linkedInLink img{
    width: 16px;
    border-radius: 0;
}

.teamMemberSection ul li:hover a.linkedInLink{
    /* background: rgb(255 255 255 / 35%); */
    /* background-color: var(--color-highlight); */
    background-color: #0B66C3;
    bottom: 115px;
    transition: all 0.3s ease-in;
}

.bioModal .bioDectiption{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.bioModal .bioDectiption .desctxt{
    width: 100%;
}
.bioModal .modal-title{
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 100%;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}
.bioDectiption .desctxt h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--color-highlight);
    line-height: 100%;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bioDectiption .bioProfileImg a.linkedInLink{
    /* width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    transition: all 0.3s ease-in; */
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    transition: all 0.3s ease-in;
}
.bioDectiption .bioProfileImg a.linkedInLink:hover{
    /* bottom: 15px; */
    background-color: #0B66C3;
    transition: all 0.3s ease-in;    
}
.bioDectiption .bioProfileImg a.linkedInLink img {
    width: 16px;
    border-radius: 0;
}


.bioDectiption .desctxt p{
    margin: 0 0 10px 0;
    font-family: var(--font-para);
    font-size: 14px;
    font-weight: 400;
    color: #393939;
    line-height: 24px;
}
.bioDectiption .desctxt p.designation{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 100%;
    margin-bottom: 20px;
}
.bioModal .modal-dialog {
    max-width: 60%;
}
.bioDectiption .bioProfileImg{
    width: 60%;
    position: relative;
}
.bioDectiption img{
    width: 100%;
    border-radius: 30px;
}
.bioModal .modal-content{
    border-radius: 30px;
}
.newsModal .modal-content{
    border-radius: 30px 0 0 30px;
}
.bioModal .modal-body{
    padding: 25px;
}
.bioModal .modal-header{
    border: none;
    padding: 0px;
}
.bioModal .btn-close{
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 100;
}
.bioModal .btn-close:active,
.bioModal .btn-close:focus,
.bioModal .btn-close:visited{
    outline: none;
    border: none;
    box-shadow: none;
}

.ExploreBtn{
    font-family: var(--font-para);
    color: #dce4ed;
    font-size: var(--font-size-p);
    line-height: 120%;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 9px 15px;
    background: rgb(255 255 255 / 5%);
    border-radius: 100px;
    border: 1px solid var(--color-highlight);
    backdrop-filter: blur(5px);
}
.ExploreBtn:hover,
.ExploreBtn:visited{
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #fff;
}
.about-page .newsletterSection h4{
    text-align: center;
}

.aboutCarousel{
    width: 100%;
}
.aboutCarousel .owl-carousel .item img{
    border-radius: 15px;
}

/*======== About page â€” design system (home parity) ========*/

.about-page .sectionHeader h4,
.about-page .ingeneersSection .newsletterSection h2 {
    font-weight: 500;
    color: var(--color-highlight);
}

.about-page .aboutBanner ul.aboutDescList li,
.about-page .ingeneersSection ul.aboutDescList li {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .about-page .aboutBanner ul.aboutDescList li,
    .about-page .ingeneersSection ul.aboutDescList li {
        will-change: auto;
    }
}

/*======== News page â€” scroll animation (design system parity) ========*/

.news-page .bannerSection .newsletterSection h1,
.news-page .bannerSection .newsletterSection a.ExploreBtn,
.news-page .bannerSection .highlightNewsArea,
.news-page .latestNewSection .sectionHeader h4,
.news-page .latestNewSection ul.latestNewsList li {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .news-page .bannerSection .newsletterSection h1,
    .news-page .bannerSection .newsletterSection a.ExploreBtn,
    .news-page .bannerSection .highlightNewsArea,
    .news-page .latestNewSection .sectionHeader h4,
    .news-page .latestNewSection ul.latestNewsList li {
        will-change: auto;
    }
}

/*======== POV page â€” hero banner load animation ========*/

.pov-page .bannerSection#otherServices img.bgGraphics,
.pov-page .bannerSection#otherServices img.bottomGraphics,
.pov-page .bannerSection#otherServices .backtoAlgos,
.pov-page .bannerSection#otherServices .bannerContent .txtArea small,
.pov-page .bannerSection#otherServices .bannerContent .txtArea h1,
.pov-page .bannerSection#otherServices .bannerContent .txtArea h4,
.pov-page .bannerSection#otherServices .bannerContent .txtArea a.ExploreBtn,
.pov-page .bannerSection#otherServices .bannerContent .imgArea > img {
    will-change: transform, opacity;
}

.pov-page .bannerSection#otherServices .backtoAlgos,
.pov-page .bannerSection#otherServices .bannerContent .txtArea small,
.pov-page .bannerSection#otherServices .bannerContent .txtArea h1,
.pov-page .bannerSection#otherServices .bannerContent .txtArea h4,
.pov-page .bannerSection#otherServices .bannerContent .txtArea a.ExploreBtn,
.pov-page .bannerSection#otherServices .bannerContent .imgArea > img {
    opacity: 0;
}

.pov-page .bannerSection#otherServices img.bgGraphics,
.pov-page .bannerSection#otherServices img.bottomGraphics {
    opacity: 0;
    transform-origin: 50% 50%;
}

.pov-page .bannerSection#otherServices {
    overflow: hidden;
    isolation: isolate;
}

@media (prefers-reduced-motion: reduce) {
    .pov-page .bannerSection#otherServices img.bgGraphics,
    .pov-page .bannerSection#otherServices img.bottomGraphics,
    .pov-page .bannerSection#otherServices .backtoAlgos,
    .pov-page .bannerSection#otherServices .bannerContent .txtArea small,
    .pov-page .bannerSection#otherServices .bannerContent .txtArea h1,
    .pov-page .bannerSection#otherServices .bannerContent .txtArea h4,
    .pov-page .bannerSection#otherServices .bannerContent .txtArea a.ExploreBtn,
    .pov-page .bannerSection#otherServices .bannerContent .imgArea > img {
        will-change: auto;
        opacity: 1;
    }

    .pov-page .bannerSection#otherServices img.bgGraphics,
    .pov-page .bannerSection#otherServices img.bottomGraphics {
        opacity: 0.5;
    }
}

/*======== POV page â€” keyparamArea scroll reveal ========*/

.pov-page .keyparamArea .serviceAnalyzeSection h4,
.pov-page .keyparamArea .serviceAnalyzeSection p,
.pov-page .keyparamArea .stockCountSection .subTitle,
.pov-page .keyparamArea .stockCountSection ul li {
    will-change: transform, opacity;
}

.pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .serviceAnalyzeSection h4,
.pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .serviceAnalyzeSection p,
.pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .stockCountSection .subTitle {
    opacity: 0;
    transform: translate3d(0, 48px, 0);
}

.pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .stockCountSection ul li {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
}

@media (max-width: 767px) {
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .serviceAnalyzeSection h4,
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .serviceAnalyzeSection p,
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .stockCountSection .subTitle {
        transform: translate3d(0, 32px, 0);
    }

    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .stockCountSection ul li {
        transform: translate3d(0, 56px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .serviceAnalyzeSection h4,
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .serviceAnalyzeSection p,
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .stockCountSection .subTitle,
    .pov-page .keyparamArea:not(.is-keyparam-reveal-ready) .stockCountSection ul li {
        opacity: 1;
        transform: none;
    }

    .pov-page .keyparamArea .serviceAnalyzeSection h4,
    .pov-page .keyparamArea .serviceAnalyzeSection p,
    .pov-page .keyparamArea .stockCountSection .subTitle,
    .pov-page .keyparamArea .stockCountSection ul li {
        will-change: auto;
    }
}

/*======== Ingenuity AI â€” hero banner load animation ========*/

.ing-ai .bannerSection#otherServices img.bottomGraphics,
.ing-ai .bannerSection#otherServices .bannerContent .txtArea small,
.ing-ai .bannerSection#otherServices .bannerContent .txtArea h1,
.ing-ai .bannerSection#otherServices .bannerContent .txtArea h4,
.ing-ai .bannerSection#otherServices .bannerContent .txtArea p,
.ing-ai .bannerSection#otherServices .bannerContent .txtArea a.ExploreBtn,
.ing-ai .bannerSection#otherServices .bannerContent .imgArea > img,
.ing-ai .bannerSection#otherServices .bannerContent .imgArea .floatingObject {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .ing-ai .bannerSection#otherServices img.bottomGraphics,
    .ing-ai .bannerSection#otherServices .bannerContent .txtArea small,
    .ing-ai .bannerSection#otherServices .bannerContent .txtArea h1,
    .ing-ai .bannerSection#otherServices .bannerContent .txtArea h4,
    .ing-ai .bannerSection#otherServices .bannerContent .txtArea p,
    .ing-ai .bannerSection#otherServices .bannerContent .txtArea a.ExploreBtn,
    .ing-ai .bannerSection#otherServices .bannerContent .imgArea > img,
    .ing-ai .bannerSection#otherServices .bannerContent .imgArea .floatingObject {
        will-change: auto;
    }
}

/*---------*/

.contactBanner{
    text-align: left;
}
.contactFormSection{
   width: 50%;
   margin: 0px auto 50px;
   display: flex;
   flex-direction: column;
   gap: 20px; 
}
.contactFormSection h1{
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 500;
    color: #000000;
    line-height: 100%;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}
.contactFormSection p{
    margin: 0;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #393939;
    line-height: 150%;
    text-align: left;
}
.contactFormSection form{
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 30px 30px rgb(13 110 253 / 15%);
}
.contactFormSection form label.form-label,
.form-text{
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0.3em;
    color: #aaaec3;
    font-weight: 400;
    font-size: var(--font-size-sm);
}
.contactFormSection form label .req{
    color: var(--color-highlight);
}
.contactFormSection .form-control{
    font-family: var(--font-heading);
    font-size: var(--font-size-h5);
    font-weight: 400;
    color: var(--color-primary);
}
.contactFormSection .form-control:focus,
.contactFormSection .form-control:visited,
.contactFormSection .form-control:active{
    border-color: var(--color-highlight);
    outline: none;
    box-shadow: none;
}

.BtnSubmit{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    margin-top: 0px;
    background-color: var(--color-primary);
    padding: 20px 50px;
    border-radius: 100px;
}
.BtnSubmit:hover{
    background-color: var(--color-highlight);
}

.submitArea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ingeneersBanner .newsletterSection{
    padding: 100px 0;
}
.bannerSection.ingeneersBanner{
    flex-direction: column;
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.innerService.ingeneersBanner .bottomGraphics {
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    width: 100%;
}
.ingeneersBanner .aboutCarousel {
    width: 100%;
    margin-bottom: -100px;
}
.aboutCarousel .owl-carousel .owl-stage {
    display: flex;
    align-items: flex-end;
}

.ingeneersValue .sectionHeader{
    width: 60%;
    margin: 0px auto;
    text-align: left;
}
.ingeneersValue .sectionHeader h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.ingeneersValue .sectionHeader p {
    margin: 0;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #000000;
    line-height: 160%;
}

.ingeneersNewsletter.serviceSection{
    min-height: auto;
}

.ingeneersValue ul.aboutDescList{
    width: 60%;
    padding-top: 100px;
}

/*--- News ---*/

.highlightNewsArea{
    width: 50%;
    position: relative;
    margin: 0px auto;
}
.highlightNewsArea .newsCard{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--color-highlight);
    border-radius: 15px 15px 30px 15px;
    padding: 25px 40px 25px 25px;
    position: relative;
}
.highlightNewsArea .newsCard:hover{
    background-color: var(--color-highlight);
    box-shadow: 0 30px 30px var(--color-highlight);
}
.newsCard span.arrow{
    bottom: 15px;
    right: 15px;  
}
a.newsCard:hover span.arrow{
    bottom: 20px;
    right: 15px;
}

.newsCard .newsImg{
    width: 100%;
    border-radius: 30px;
}
.newsCard .newsImg img{
    width: 100%;
    border-radius: 15px;
}
.highlightNewsArea .newsDescription{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.highlightNewsArea .newsDescription h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 400;
    color: #fff;
    line-height: 110%;
    margin-bottom: 0px;
    text-align: left;
}
.highlightNewsArea .newsDescription p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    text-align: left;
    margin-bottom: 0px;
}
.highlightNewsArea .newsDescription p.smaller{
    font-family: var(--font-para);
    font-size: var(--font-size-xs);
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.latestNewSection .sectionHeader h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 100%;
    margin-bottom: 50px;
    width: 50%;
}
.latestNewsList{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
.latestNewsList li{
    width: 100%;
}
.latestNewsList li a{
    display: flex;
    padding: 50px 100px 50px 50px;
    border-radius: 15px 15px 30px 15px;
    background-color: #dbdff3;
    gap: 15px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.latestNewsList li a p{
    margin: 0;
    line-height: 150%;
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color:var(--color-third);
    line-height: 120%;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.latestNewsList li a h4{
    margin: 0;
    line-height: 150%;
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--color-primary);
    transition: all 0.3s ease;
}
.latestNewsList li a span.arrow{
    right: 10px;
    bottom: 10px;
    background: var(--color-highlight);
}
.latestNewsList li a:hover span.arrow{
    bottom: 15px;
}
.latestNewsList li a:hover{
    background-color: var(--color-highlight);
    color: #fff;
    box-shadow: 0 20px 30px var(--color-highlight);
}
.latestNewsList li a:hover p,
.latestNewsList li a:hover h4{
    color: #fff;
    transition: all 0.3s ease;
}

.newsModal .modal-dialog {
    max-width: 60%;
    margin-right: 0;
}
.newsModal .bioDectiption .TitleArea{
    width: 50%;
    position: sticky;
    left: 0;
    bottom: 0;
}
.newsModal .bioDectiption .TitleArea img{
    width: 180%;
    height: 60vh;
    object-fit: cover;
}
.newsModal .bioDectiption {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}
.newsModal .bioDectiption .desctxt p{
    margin: 0 0 15px 0;
    font-family: var(--font-para);
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: left;
}
.newsModal .bioDectiption .desctxt p strong{
    font-weight: 700;
}
.newsModal .bioDectiption .desctxt p a{
    color: var(--color-highlight);
    text-decoration: underline;
}
.newsModal .bioDectiption .desctxt p a:hover{
    color: var(--color-primary);
}
.newsModal .bioDectiption .desctxt h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 100%;
    margin-bottom: 30px;
}

.newsModal .bioDectiption .desctxt .designation{
    color: var(--color-third);
    font-family: var(--font-para);
    font-size: var(--font-size-h5);
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    padding: 0px;
}
.newsModal .bioDectiption .desctxt .quote{
    border-left: 2px solid #efefef;
    border-radius: 24px 0 0 24px;
    padding: 20px 0 20px 20px;
    font-size: var(--font-size-h6);
}
.newsModal .bioDectiption .desctxt .smaller,
.smaller{
    font-family: var(--font-para);
    font-size: 12px;
    font-weight: 500;
    color: #001f3e;
    line-height: 120%;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 8px;
    background-color: rgb(255 255 255 / 15%);
    display: inline-block;
}
.newsModal .modal-dialog-scrollable {
    height: 100%;
}
.newsModal.modal.show .modal-dialog {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
}
.newsModal .modal-body {
    padding: 100px 50px 100px 150px;
}
.newsModal .bioDectiption .desctxt {
    width: 100%;
    padding: 50px 100px 0 0px;
    background-color: rgb(255 255 255 / 70%);
    position: relative;
    z-index: 10;
    backdrop-filter: blur(20px);
}
.newsModal .btn-close {
    position: absolute;
    right: initial;
    top: 25px;
    z-index: 100;
    left: 20px;
    background-color: #cad1eb;
    border-radius: 100px;
    padding: 10px;
}

a.getInTouchBtn{
    width: 100%;
    padding: 30px 20px;
    border-radius: 30px;
    background-color: var(--color-highlight);
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    text-align: center;
}
a.getInTouchBtn .supportBtn{
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 100px;
    color: var(--color-highlight);
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-family: var(--font-para);
    font-size: 18px;
    transition: all 0.3s ease;
}
a.getInTouchBtn:hover .supportBtn{
    background-color: var(--color-primary);
    transition: all 0.3s ease;
}
/* .innerService.newsBanner{
    background-color: var(--color-highlight);
} */
.innerService.newsBanner .bottomGraphics {
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    width: 100%;
    mix-blend-mode: hard-light;
    opacity: 0.5;
}

.ingeneersSection .newsletterSection h2 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.ingeneersSection .newsletterSection h4{
    font-size: var(--font-size-h6);
    margin-bottom: 10vh;
}

.ingeneersSection ul.aboutDescList{
    width: 100%;
}

.ingeneersSection ul.aboutDescList li{
    font-family: var(--font-heading);
    font-size: 50px;
    font-weight: 500;
    color: var(--color-highlight);
    line-height: 100%;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 0 40px 0;
}

.ingeneersSection ul.aboutDescList li{
    color: #fff;
    text-align: center;
    font-size: var(--font-size-h4);
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0px;
}

.ingeneersSection ul.aboutDescList{
    padding-top: 0;
}

.executionSectionMobile{
    display: none;
}
.executionSectionMobile .cubeallImg{
    width:100%;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    left: -15px;
    width: 30px;
    height: 30px;
    background: var(--color-highlight);
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -15px;
    left: initial;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    margin-top: -2px;
}
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled{
    opacity: 0.5;
}

.stockCountSection ul li span.starMarks,
.miniStockCount span h4 span.starMarks, .starMarks{
    font-size: 14px;
    color: #fff;
    width: auto;
    display: flex;
    line-height: 8px;
    position: absolute;
    top: 4px;
    right: 0;
    align-items: center;
    justify-content: center;
}
.starmarksTxt{
    font-size: 12px;
    color: #fff;
    line-height: 150%;
    font-weight: 300;
    font-family: var(--font-para);
    margin: 0;
    display: flex;
    align-items: end;
    color: rgb(255 255 255 / 30%);
    justify-content: flex-end;
}
.stockCountSection .starmarksTxt{
    position: absolute;
    right: 0;
    bottom: 15px;
    color: rgb(255 255 255 / 50%);
}

/* .videoSection .bgOverlay2.grade2 {
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
    top: -50%;
} */

#SectionVideo2 .bgOverlay3{
    position: absolute;
    bottom: 0;
    height: 100vh;
    /* background: linear-gradient(180deg, transparent, #8ea5d6); */
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 100%));
    margin-top: 0%;
}
.introSection .bgOverlay4{
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    height: 70vh;
    background: linear-gradient(180deg, rgb(255 255 255 / 100%), transparent);
    margin-top: 0%;
    z-index: 111;
}
#SectionVideo2 h4{
color: var(--color-primary);
}

/**/

#SectionVideo1 .bgOverlay2{
    height: 50%;
}

ul.aboutDescList.introList{
    padding-top: 0;
}
/* .introSection .introContent{
    position: absolute;
    left: 0;
    top: 0;
} */

.introSection ul.aboutDescList li{
    color: #fff;
    color: var(--color-primary);
    margin: 0 0 0px 0;
    font-size: 52px;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
}

.introContent h2{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}

.MarketingActionableArea ul.actionableList li a {
    filter: blur(2px);
    transition: all 0.3s ease;
}
.MarketingActionableArea ul.actionableList li a.active,
.MarketingActionableArea ul.actionableList li a:hover {
    filter: blur(0px);
    opacity: 1;
    scale: 1.1;
    transition: all 0.3s ease;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--color-third);
    --bs-tooltip-color: #fff;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  .serviceAnalyzeSection .miniStockCount h4{
    width: auto;
  }
  .serviceSection.innerService{
    min-height: 90vh;
  }

  .newsletterSection h4,
  .ingeneersSection .newsletterSection h2,
  .newsletterSection .newsletterFormArea{
    max-width: 60%;
    margin: 0 auto 30px;
  }
  .ingeneersSection .newsletterSection h2{
    margin: 0 auto 20px;
  }

  .newsletterSection .newsletterFormArea .formfield{
    position: relative;
    width: 100%;
  } 

  .newsletterSection .newsletterFormArea form{
    padding-bottom: 50px;
    position: relative;
  } 
.formMessageArea{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 5px;
    background-color: rgb(255 255 255 / 5%);
    border-radius: 15px;
    display: flex;
    align-items: center;
}
.formMessageArea.error{
    background-color: #fff2f2;
}
.formMessageArea.success{
    background-color: #e6f9ea;
}
.formMessageArea.warning{
    background-color: rgb(255, 243, 217);
}
.formMessageArea p{
    font-family: var(--font-para);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    margin: 0;
    display: flex;
    gap: 15px;
}
.formMessageArea p img{
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.contactFormSection form{
    position: relative;
}
.contactFormSection .form-control:focus{
    border-color: #ffbfc6
}
.contactFormSection .formMessageArea{
    position: relative;
    left: initial;
    bottom: initial;
    margin: 10px 0;
}


  .executionSectionMobile .executionPanel .txtArea.chatbot {
    padding: 25px 30px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 300px;
}
.executionSectionMobile .executionPanel .txtArea ul li{
    font-size: 14px;
}
.executionSectionMobile .executionPanel .txtArea h4{
    margin-bottom: 10px;
}

.newsModal .bioDectiption .desctxt ul{
    width: 100%;
    margin-bottom: 15px;
    list-style-type: circle;
    margin-left: 20px;
}
.newsModal .bioDectiption .desctxt ul li{
    margin: 0 0 10px 0;
    font-family: var(--font-para);
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.privacyPolicySection{
    width: 100%;
    padding: 300px 0 100px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-items: center;

}

.modal.policyModal p,
.modal.policyModal li{
    font-size: 14px;
    line-height: 150%;
}
.modal.policyModal a{
    color: var(--color-highlight);
}
.modal.policyModal a:hover{
    color: var(--color-primary);
}
.modal.policyModal h1,
.modal.policyModal h2,
.modal.policyModal h3,
.modal.policyModal h4,
.modal.policyModal h5,
.modal.policyModal h6{
    text-transform:lowercase;
}
.modal.policyModal h1::first-letter,
.modal.policyModal h2::first-letter,
.modal.policyModal h3::first-letter,
.modal.policyModal h4::first-letter,
.modal.policyModal h5::first-letter,
.modal.policyModal h6::first-letter{
    text-transform: uppercase;
  }
.modal.policyModal ul{
    margin-bottom: 15px;
}
.modal.policyModal table{
    width: 100%;
    margin: 10px 0;
}
.modal.policyModal table td,
.modal.policyModal table th{
    border: 1px solid #aeaeae;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-para);
}
.modal.policyModal table th{
    font-weight: 600;
    width: 25%;
}


/* Elegant Spinning Loader */
.loader {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    border-left: 4px solid var(--color-highlight);
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    animation: spin 1s linear infinite;
  }
  
  /* Create a pulsing effect */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Initially hide the loader */
  .loader {
    display: none;
  }
  
  /* Show loader when form is being submitted - add 'loading' class via JS when needed */
  .submitArea.loading .loader,
  .loading .loader {
    display: inline-block;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 25%;
  }
  .submitArea.loading,.loading{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px;
  }
  .newsletterFormArea .loading{
    padding: 0;
  }
  .newsletterFormArea .loading .loader{
    border: 4px solid var(--color-highlight);
    border-left: 4px solid #2156ff;
  }
  .newsletterSection .newsletterFormArea .loading a.subscribeBtn{
    z-index: 1;
  }

  .submitArea.loading::after,.loading::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }

  .bannerSection.newsBanner{
    height: auto;
  }

  /*----*/

    .latestNewSection ul.latestNewsList li h4{
        font-family: var(--font-heading);
        font-size: var(--font-size-h4);
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 0px;
        text-align: left;
        padding-left: 15px;
        border-left: 1px solid rgb(0 0 0 / 10%);
    }

  .latestNewSection ul.latestNewsList li h4 span.description{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin-bottom: 0px;
    display: block;
  }

  .newsBg .modal-content{
        background: #000000 url(../img/news-article-bg.jpg) no-repeat bottom right / cover;
  }
  .newsModal.newsBg .bioDectiption .desctxt {
    background-color: transparent;
    backdrop-filter: blur(0px);
}
.newsModal.newsBg .bioDectiption .desctxt .smaller,
.newsModal.newsBg .bioDectiption .desctxt h4,
.newsModal.newsBg .bioDectiption .desctxt p,
.newsModal.newsBg .bioDectiption .desctxt h6,
.newsModal.newsBg .bioDectiption .desctxt ul li{
    color: #fff;
}

/**/

.innerService.newsBanner .bgGraphics {
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    width: 100%;
    mix-blend-mode: hard-light;
    opacity: 0.5;
    bottom: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

/**/

.graphArea{
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.subTitle{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: #0437F2;
    line-height: 140%;
    margin: 0;
    text-align: left;
    max-width: 100%;
}
.visualizationSection .sectionHeader h4{
    margin: 0px;
}

/* Algos Lists Section */
.algosLists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 15px 0;
}

.algo-card {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 4px 24px rgba(0, 31, 62, 0.08);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translateY(0px);
    transition: all 0.3s ease;
    padding-bottom: 50px;
}
.algo-card:hover{
    background: var(--color-highlight);
    box-shadow: 0 30px 40px var(--color-highlight);
    transition: all 0.6s ease;
    transform: translateY(-10px);
}

/* Card Inner */
.algo-card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}

/* Card Top - Icon and Content Container */
.algo-card-inner .cardTop {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-scnd);
    transition: all 0.3s ease;
}

.algo-card:hover .algo-card-inner .cardTop{
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

/* Icon */
.algo-icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.algo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Content */
.algo-content {
    text-align: left;
    flex-grow: 1;
}

.algo-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 4px;
    line-height: 110%;
}

.algo-subtitle {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 500;
    color: var(--color-highlight);
    margin-bottom: 0;
    line-height: 140%;
}

/* Details Section - Always visible */
.algo-details {
    display: block;
    opacity: 1;
    flex-grow: 1;
}

/* Description */
.algo-description {
    text-align: left;
    padding: 0;
    flex-grow: 1;
}

.algo-description h4 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: var(--color-third);
    margin-bottom: 6px;
    line-height: 120%;
}

.algo-description p {
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-darker);
    margin-bottom: 20px;
    line-height: 24px;
}

.algo-description h5 {
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: var(--color-third);
    margin: 0px 0 6px 0;
    line-height: 120%;
}

.algo-description ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.algo-description ul li {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-darker);
    padding-left: 20px;
    line-height: 160%;
    position: relative;
}

.algo-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    /* color: #ffffff; */
    line-height: 160%;
    width: 6px;
    height: 6px;
    /* background: url(".../img/icon-check.svg") no-repeat center center; */
    background-size: contain;
    background:var(--color-highlight);
    top: 8px;
    border-radius: 100px;
}

/* View Details Button */
.view-details-btn {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: var(--font-weight-medium);
    padding: 12px 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.view-details-btn img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
    transition: transform 0.4s ease;
}

.view-details-btn:hover {
    background: #ffffff;
    color: var(--color-highlight);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
}

.view-details-btn:hover img {
    filter: brightness(1) invert(1);
    transform: translateX(4px);
}


.arrow-btn {
    background: var(--color-highlight);
    /* border: 2px solid #ffffff; */
    border:none;
    color: #ffffff;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 600;
    padding: 12px 12px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.algo-card:hover .arrow-btn{
    transform: translateY(-10px);
    transition: all 0.6s ease;
}

.howitworkSection{
    width:100%;
    background: var(--color-highlight);
    color: #fff;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.howitworkWrapper{
    width:100%;
    display:flex;
    gap:50px;
    align-items:center;
    justify-content:space-between;
}
.how-left{
    width:45%;
    display:flex;
    align-items:center;
    justify-content: flex-start;
}
.how-left h2{
    font-family:var(--font-heading);
    font-size:var(--font-size-h2);
    font-weight:400;
    color:#fff;
    margin:0;
    line-height:100%;
}
.how-right{
    width:55%;
    display:flex;
    flex-direction:column;
    gap:0px;
}
.how-item{
    display:flex;
    gap:30px;
    align-items: center;
    padding: 30px 0;
    border-top:1px solid rgba(255,255,255,0.10);
}
.how-item:first-child{ border-top:none;}
.how-number{
    font-family: var(--font-para);
    font-size: 80px;
    line-height: 80px;
    /* color: transparent;
    -webkit-text-stroke: 1.5px var(--color-highlight); */
    /* opacity: 0.95; */
    /* min-width: 110px; */
    color: var(--color-highlight);
    opacity: 0.6;
    text-align: left;
    font-weight: 600;
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
}
.how-content h4{
    font-family:var(--font-heading);
    font-size: var(--font-size-h4);
    margin:0 0 10px 0;
    color:#fff;
}
.how-content p{
    margin:0;
    font-family:var(--font-para);
    font-size: var(--font-size-p);
    color: rgba(255,255,255,0.9);
    line-height:150%;
    max-width: 520px;
}
.bannerContent p{
    color: #fff;
    text-align: left;
}
.bannerSection.scrollerAi{
    padding: 100px 0;
}

/* ===== Platform Section (Built on Unified Platform) ===== */
.platformSection{
    width: 100%;
    background: var(--color-highlight);
    color: #fff;
    padding: 100px 0;
}

.platformWrapper{
    width: 100%;
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: space-between;
}

/* Left Column: Image */
.platform-left{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.platformImage{
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* Right Column: Content */
.platform-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.platformTitle{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 100%;
}

/* Stats Container */
.platformStatsContainer{
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.platformStatCard{
    display: flex;
    align-items: center;
    gap: 30px;
    transition: all 0.3s ease-in-out;
}

.platformStatCard:hover{
    /* background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2); */
    transform: translateY(-3px);
}

.platformStatIcon{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.1);
    border-radius: 12px; */
    flex-shrink: 0;
}

.platformIconImage{
    width: 100%;
    height: auto;
    max-height: 100%;
    filter: brightness(1.2);
}

.platformStatContent{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.platformStatValue{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: #fff;
    line-height: 100%;
}

.platformStatLabel{
    font-family: var(--font-para);
    font-size: var(--font-size-para);
    color: rgba(255, 255, 255, 0.8);
    line-height: 140%;
}

/* Separator */
.platformSeparator{
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
}

/* Baskets Section */
.platformBasketsSection{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 35%;
}

.platformBasketsTitle{
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 120%;
}

.platformBasketsDescription{
    font-family: var(--font-para);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 150%;
    max-width: 100%;
}

/* Features List */
.platformFeaturesList{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.platformFeaturesList li{
    font-family: var(--font-para);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 150%;
    padding-left: 24px;
    position: relative;
}

.platformFeaturesList li::before{
    content: "â€¢";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.Aifontscroller {
    min-height: auto;
}
.Aifontscroller ul.aboutDescList li{
    font-size: var(--font-size-h4);
    line-height: 120%;
}
.innerService.algosBanner .bgGraphics{
    mix-blend-mode: initial;
    opacity: 1;
}

/* ===== System Status Section ===== */
.systemStatus {
    background-color: rgb(255 255 255 / 5%);
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
    width: 500px;
    max-width: 100%;
    backdrop-filter: blur(20px);
}

.systemStatusHeader {
    width: 100%;
    background: linear-gradient(135deg, var(--color-highlight) 0%, #0249e8 100%);
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statusTitle {
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 400;
    color: #ffffff;
    line-height: 100%;
    margin: 0;
}

.liveIndicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.liveDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00ff88;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7);
    }
    50% {
        opacity: 0.8;
        box-shadow: 0 0 0 8px rgba(0, 255, 136, 0);
    }
}

.statusGrid {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.statusRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.statusRow:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.statusLabel {
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    text-transform: none;
    letter-spacing: 0.4px;
    line-height: 120%;
    text-align: left;
}

.statusValue {
    font-family: var(--font-heading);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: #ffffff;
    line-height: 130%;
    text-align: right;
}

.allAlgosSection{
    width: 100%;
    padding: 100px 0px;
    background-color: var(--color-scnd);
    position: relative;
}



.how-number img{
    filter: brightness(0) invert(1);
}

.algo-card:hover .algo-title,
.algo-card:hover .algo-subtitle,
.algo-card:hover .algo-description h4,
.algo-card:hover .algo-description h5,
.algo-card:hover .algo-description p,
.algo-card:hover .algo-description ul li,
.algo-card:hover .algo-details p{
    color: #fff;
}
.algo-card:hover .algo-description ul li::before{
    background: #fff;
}
.algo-card:hover .arrow-btn{
    background: #fff;
}
.algo-card:hover .arrow-btn img{
    filter: brightness(1) invert(1);
}
.AiHighlights{
    gap: 0px;
}
.AiHighlights .how-item{
    padding: 15px 0;
}
.AiHighlights .how-number{
    font-size: 40px;
    line-height: 100%;
    min-width: 60px;
}
.AiHighlights .how-item{
    align-items: center;
}
.AiHighlights .how-content h4{
    margin:0px;
    line-height: 120%;
}

.AiStats .platformStatValue{
    font-size: var(--font-size-h6);
}
.AiStats .platformStatIcon {
    width: 50px;
    height: auto;
}

.career-page .latestNewSection .sectionHeader h4{
    font-size: var(--font-size-h2);
}
.career-page .how-left h2 {
    color: var(--color-primary);
    font-size: var(--font-size-h2);
    line-height: 110%;
}
.jobPostBanner,
.bannerContent .jobPostBanner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}
.jobTitle{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bannerContent .txtArea small {
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    display: block;
    text-align: left;
}
.career-detail-page .bannerContent .ExploreBtn {
    margin: 0;
    background: var(--color-highlight);
    transition: all 0.6s ease;
}
.career-detail-page .bannerContent .ExploreBtn:hover {
    box-shadow: 0 20px 30px var(--color-highlight);
    transition: all 0.6s ease;
}
.job-descp h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 120%;
    margin-bottom: 10px;
}
.job-descp p,
.job-descp ul li{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-darker);
    line-height: 150%;
}
.how-to-apply h4{
    margin-bottom: 20px;
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 100%;
}
.apply-job .question{
    font-family: var(--font-heading);
    font-size: var(--font-size-p);
    font-weight: 500;
    color: var(--color-primary);
    line-height: 140%;
    margin-bottom: 0;
}

.apply-job .btn {
    background:var(--color-primary);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: var(--font-size-p);
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.apply-job .btn.active,.apply-job .btn:hover{
    background: var(--color-highlight);
    transition: all 0.2s ease;
    color: #fff;
}

.career-detail-page .how-to-apply .ExploreBtn {
    font-family: var(--font-para);
    color: #fff;
    font-size: var(--font-size-p);
    line-height: 120%;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    border-radius: 100px;
    background: var(--color-highlight);
    padding: 20px 50px 20px 26px;
    justify-content: flex-start;
    transition: all 0.6s ease;
    width: 150px;
    margin-top: 30px;
    box-shadow: 0 0px 0px var(--color-highlight);     
}
.career-detail-page .how-to-apply .ExploreBtn:hover{
    box-shadow: 0 20px 30px var(--color-highlight);
    transition: all 0.6s ease;    
}
.innerService.careerbaner .bgGraphics {
    mix-blend-mode: lighten;
    opacity: 1;
}

.career-page .careerBanner .bgGraphics {
    mix-blend-mode: lighten;
    opacity: 0.6;
}
.career-page .bannerContent .txtArea small{
    text-align: center;
}

.how-to-apply .apply-job{
    padding-top: 50px;
}
hr{
    opacity: .10;
}

.Aifontscroller ul.aboutDescList li{
    margin: 0 0 0px 0;
}
/* .bannerSection.Aifontscroller {
    padding: 50px 0;
} */

.CTAsection{
    background: url(../img/cta-bg.jpg) no-repeat 0 25% / cover;
}
.CTAsection .newsletterSection h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 110%;
    margin: 0 auto 20px;
    background: linear-gradient(45deg, var(--color-highlight) 20%, var(--color-green-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.CTAsection .newsletterSection p{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-primary);
    line-height: 24px;
    max-width: 60%;
    margin: 0 auto 50px;
}

.ctaActionButton{
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    line-height: 150%;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 12px 15px 12px 30px;
    background: var(--color-highlight);
    border-radius: 100px;
    border: none;
    box-shadow: 0 0px 0px var(--color-highlight);
    transition: all 0.3s ease;
}
.ctaActionButton span.arrow{
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    transition: all 0.6s ease;
}
.ctaActionButton:hover,
.ctaActionButton:focus{
    background: var(--color-highlight);
    box-shadow: 0 30px 40px var(--color-highlight);
    transition: all 0.3s ease;
    transform: translateY(-6px);
    color: #fff;
}
.ctaActionButton:hover span.arrow{
    bottom: 0px;
    transform: translateY(-4px);
    transition: all 0.6s ease;
}
.CTAsection .container{
    text-align: center;
}

.algosBanner .newsletterSection::after{
content: "";
    width: 30%;
    height: 69%;
    background-color: rgb(2 65 236 / 80%);
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 1;
    filter: blur(100px);
    border-radius: 20%;
}
.algosBanner .newsletterSection .bannerContent{
    position: relative;
    z-index: 10;
}

.ctaFormModal.modal .modal-dialog{
    background: #ffffff url(../img/pop-up-bg.jpg) no-repeat 50% 50% / cover;
    border-radius: 30px 0 0 30px;
}
.ctaFormModal .modal-content {
    background: transparent;
    border: none;
}
.ctaFormModal .bioDectiption .desctxt {
    width: 100%;
    padding: 0px 100px 0 0px;
    background-color: transparent;
    position: relative;
    z-index: 10;
    backdrop-filter: none;
}
.ctaFormModal .desctxt h4{
    text-transform: none;
}
.ctaFormModal .BtnSubmit{
    font-family: var(--font-heading);
    font-size: var(--font-size-h5);
    font-weight: 500;
}
.ctaFormModal .form-label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    color: #333333;
    font-weight: 500;
    font-size: var(--font-size-small);
    font-family: var(--font-heading);
}
.ctaFormModal .form-control{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 400;
    padding: 12px 15px;
}
.ctaForm .form-row{
    margin-bottom: 10px;
}

.algosLists.twoCols{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.keyparamArea .container{
    display: flex;
    gap: 60px;
    align-items: center;
}

.keyparamArea .serviceAnalyzeSection{
    flex-direction: column;
}
.keyparamArea .serviceAnalyzeSection h4{
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
.keyparamArea .serviceAnalyzeSection p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    line-height: 160%;
    font-weight: 400;
    color: rgb(255 255 255 / 100%);
    margin: 0;
}
.keyparamArea .stockCountSection ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.keyparamArea .stockCountSection ul li,
.stockAnalyzeSection .stockCountSection ul{
    gap: 30px;
}
.keyparamArea .stockCountSection ul{
    padding: 0;
    margin: 20px 0 0 0;
    gap: 40px;
}
.dy-vwap .teamSection{
    padding: 100px 0;
}
.dy-vwap .bannerSection.scrollerAi {
    padding: 100px 0 0px;
}
.backtoAlgos{
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.backtoAlgos a{
    display:flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0;
}
.backtoAlgos a:hover{
    color:#fff;
    letter-spacing: 0.8px;
}
.backtoAlgos a img{
    border-radius: 0px;
    transition: all 0.6s ease;
    transform: translateX(0px);
}
.backtoAlgos a:hover img{
    transition: all 0.3s ease;
    transform: translateX(-2px);
}

/*--------*/

.ctaForm{
    position: relative;
    padding-bottom: 100px;
}
.newsModal .bioDectiption .desctxt .formMessageArea p,
.formMessageArea p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.newsModal .bioDectiption .formMessageArea.error p,
.formMessageArea.error p{
    color: #e50000;
}
.newsModal .bioDectiption .formMessageArea.success p,
.formMessageArea.success p{
    color: #0c9555;
}

.ctaFormModal .submitArea.loading{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0;
}
.ctaFormModal .submitArea.loading::after{
    content: initial;
}

/* ---- Modal scroll fix (Bootstrap + Lenis) â€” newsModal & ctaFormModal ---- */

/* Shared scroll chain â€” scroll only .modal-body */
.newsModal.modal .modal-dialog-scrollable .modal-content,
.ctaFormModal.modal .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.newsModal.modal .modal-dialog-scrollable .modal-body,
.ctaFormModal.modal .modal-dialog-scrollable .modal-body {
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    flex: 1 1 auto;
    min-height: 0;
}

/* News / policy modals â€” full-height panel */
.newsModal:not(.ctaFormModal).modal .modal-dialog.modal-dialog-scrollable {
    height: 100%;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}

/* CTA form modal â€” inset panel */
.ctaFormModal.modal .modal-dialog.modal-dialog-scrollable {
    max-height: calc(100vh - (var(--bs-modal-margin, 0.5rem) * 2));
    height: calc(100% - (var(--bs-modal-margin, 0.5rem) * 2));
    margin-top: var(--bs-modal-margin, 0.5rem);
    margin-bottom: var(--bs-modal-margin, 0.5rem);
}

.ctaFormModal.newsModal.modal.show .modal-dialog {
    margin-top: var(--bs-modal-margin, 0.5rem);
    margin-bottom: var(--bs-modal-margin, 0.5rem);
}

/* Lenis adds overflow:clip on html.lenis-stopped â€” blocks nested scroll */
html.is-lenis-scroll.lenis-stopped:has(.bioModal.newsModal.modal.show),
html.lenis.lenis-stopped:has(.bioModal.newsModal.modal.show) {
    overflow: hidden !important;
}

/* Keep scroll inside .modal-body while Lenis is paused for open modals */
html.is-lenis-scroll body.modal-open .bioModal.newsModal.modal.show,
html.lenis body.modal-open .bioModal.newsModal.modal.show {
    overflow: hidden !important;
    overscroll-behavior: contain;
}

html.is-lenis-scroll body.modal-open .bioModal.newsModal:not(.ctaFormModal).modal.show .modal-dialog.modal-dialog-scrollable,
html.lenis body.modal-open .bioModal.newsModal:not(.ctaFormModal).modal.show .modal-dialog.modal-dialog-scrollable {
    height: 100%;
    max-height: 100vh;
}

html.is-lenis-scroll body.modal-open .bioModal.newsModal.ctaFormModal.modal.show .modal-dialog.modal-dialog-scrollable,
html.lenis body.modal-open .bioModal.newsModal.ctaFormModal.modal.show .modal-dialog.modal-dialog-scrollable {
    /* max-height: calc(100vh - (var(--bs-modal-margin, 0.5rem) * 2));
    height: calc(100% - (var(--bs-modal-margin, 0.5rem) * 2));
    margin-top: var(--bs-modal-margin, 0.5rem);
    margin-bottom: var(--bs-modal-margin, 0.5rem); */

    max-height: 100vh;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}

html.is-lenis-scroll body.modal-open .bioModal.newsModal.modal.show .modal-dialog-scrollable .modal-content,
html.lenis body.modal-open .bioModal.newsModal.modal.show .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

html.is-lenis-scroll body.modal-open .bioModal.newsModal.modal.show .modal-dialog-scrollable .modal-body,
html.lenis body.modal-open .bioModal.newsModal.modal.show .modal-dialog-scrollable .modal-body {
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    flex: 1 1 auto;
    min-height: 0;
}

.jobListSection{
    padding: 100px 0;
}
.jobListSection li a p{
    width: 25%;
}
.jobListSection  ul.latestNewsList li h4{
    width: 75%;
}
.latestNewSection ul.latestNewsList li .description h4{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-third);
    width: 100%;
    padding: 0;
    border: none;
}
.latestNewSection ul.latestNewsList li .description p{
    width: 100%;
}
.career-page .latestNewsList li a:hover .description h4{
    color: #fff;
}

.applyjobRejection h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--color-highlight);
    margin: 0 auto 20px;
    line-height: 120%;
}
.applyjobRejection p{
    margin: 0;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    color: var(--color-primary);
    font-weight: 500;
    line-height: 150%;
}

.jobApplyForm .form-control{

}
.jobApplyForm.contactFormSection form {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-radius: initial;
    box-shadow: none;
}
.jobApplyForm.contactFormSection {
    width: 100%;
    margin: 0px;
    z-index: 1;
}    
.jobApplyForm .form-group{
    margin-bottom: 20px;
}
.applyformSubArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(0 0 0 / 6%);
}
.career-detail-page .how-to-apply .applyformSubArea .ExploreBtn{
    margin: 0;
}
.career-detail-page .how-to-apply .applyformSubArea .backBtn{
    background: var(--color-primary);
    padding: 15px 20px 15px 40px;
    border: none;
    justify-content: center;
    width: auto;
    border-radius: 12px;
}
.career-detail-page .how-to-apply .applyformSubArea .backBtn span{
    right: initial;
    left: 4px;
    transform: rotate(224deg);
    background: transparent;
}
.career-detail-page .how-to-apply .applyformSubArea .backBtn span img{
    width: 12px;
}

.career-detail-page .how-to-apply .applyformSubArea .backBtn:hover{
    box-shadow: 0 20px 30px var(--color-primary);
    transition: all 0.6s ease;
}

.bannerSection.ThankyouSection{
    width: 100%;
    text-align: center;
    min-height: 90vh;
    padding: 150px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 30px;
}
.ThankyouSection h1{
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
}
.ThankyouSection h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 300;
    color: #fff;
}

.latestNewSection{
    padding: 100px 0;
}

.vwapscroller{
    padding: 0px 0px 0px 0px;
}
.vwapCards{
    padding: 50px 0px 100px 0px;
}
.vwapMap{
    padding: 0px 0px;
}

.career-page .algosBanner .newsletterSection::after{
    top: 25%;
    left: 30%;
    width: 40%;
    height: 69%;
}
.jobApplyFormSection{
    background: #fff;
    padding:30px;
    border-radius: 20px;
}

/* ===== Upload Drag & Drop Styles ===== */
.uploadAttachSection {
    margin-bottom: 20px;
}

.uploadAttachSection label {
    display: block;
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 16px;
    line-height: 20px;
}

.uploadDragDropZone {
    border: 2px dashed rgba(4, 55, 242, 0.3);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(4, 55, 242, 0.02);
}

.uploadDragDropZone:hover {
    border-color: rgba(4, 55, 242, 0.6);
    background: rgba(4, 55, 242, 0.06);
}

.uploadDragDropZone.dragover {
    border-color: var(--color-highlight);
    background: rgba(4, 55, 242, 0.1);
    box-shadow: 0 0 0 4px rgba(4, 55, 242, 0.1);
}

.uploadIconWrapper {
    margin-bottom: 16px;
}

.uploadIcon {
    width: 56px;
    height: 56px;
    color: var(--color-highlight);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.uploadDragDropZone:hover .uploadIcon {
    opacity: 1;
    transform: scale(1.05);
}

.uploadDragDropZone.dragover .uploadIcon {
    animation: bounce-upload 0.4s ease;
}

@keyframes bounce-upload {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.uploadTextWrapper {
    margin-bottom: 0;
    padding: 30px 0;
}

.uploadMainText {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 500;
    color: var(--color-primary);
    margin: 0;
    line-height: 24px;
}

.uploadChooseLink {
    font-weight: 700;
    color: var(--color-highlight);
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.uploadChooseLink:hover {
    color: var(--color-third);
    text-decoration-thickness: 2px;
}

.uploadHelpText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: var(--font-para);
    font-size: var(--font-size-xs);
    color: rgba(57, 57, 57, 0.6);
    margin-top: 12px;
    flex-wrap: wrap;
}

.supportedFormats,
.maximumSize {
    display: inline-block;
}

/* Uploaded File Info */
.uploadedFileInfo {
    border: 2px solid rgba(4, 55, 242, 0.2);
    border-radius: 16px;
    padding: 20px;
    background: rgba(4, 55, 242, 0.03);
}

.fileInfoContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.checkIcon {
    width: 40px;
    height: 40px;
    color: #28a745;
    flex-shrink: 0;
    animation: check-scale 0.4s ease;
}

@keyframes check-scale {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.fileNameWrapper {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.fileName {
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 4px 0;
    word-break: break-word;
    line-height: 18px;
}

.fileSize {
    font-family: var(--font-para);
    font-size: var(--font-size-xs);
    color: rgba(57, 57, 57, 0.6);
    margin: 0;
    line-height: 14px;
}

.removeFileBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.removeFileBtn svg {
    width: 20px;
    height: 20px;
    color: rgba(57, 57, 57, 0.6);
    transition: all 0.3s ease;
}

.removeFileBtn:hover svg {
    color: #dc3545;
    transform: scale(1.15);
}

.removeFileBtn:hover {
    background: rgba(220, 53, 69, 0.1);
    border-radius: 8px;
}

/* ===== End Upload Drag & Drop Styles ===== */

.aboutDescriptions ul.aboutDescList{
    gap: 15px;
}
.aboutDescriptions{
    min-height: 90vh;
    padding: 100px 0 100px 0;
}
.aboutDescriptions h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 400;
    color: var(--color-highlight);
    line-height: 140%;
    margin-bottom: 50px;
}
.aboutDescriptions ul.aboutDescList li{
    margin: 0px 0 10px 0;
}
.aboutDescriptions ul.aboutDescList li span{
    margin: 0;
    font-family: var(--font-para);
    font-size: var(--font-size-h6);
    font-weight: 400;
    color: var(--color-primary);
    line-height: 150%;
    display: block;
}
.careerBriefs .newsletterSection p {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 24px;
    max-width: 70%;
    margin: 0 auto 50px;
    text-align: center;
}
.careerBriefs .newsletterSection h4 {
    font-size: var(--font-size-h6);
    margin-bottom: 15px;
    color: var(--color-scnd);
}
.careerBriefs .container{
    text-align: center;
}


/*=============*/
.policyModal h1{
    font-size: var(--font-size-h3);
    font-family: var(--font-heading);
}
.policyModal h2{
    font-size: var(--font-size-h4);
    font-family: var(--font-heading);
}
.policyModal h3,.policyModal h4,.policyModal h5,.policyModal h6{
    font-size: var(--font-size-h5);
    font-family: var(--font-heading);
}

.missionContent .how-left{
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
}
.missionContent .how-left h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 120%;
}    
.missionContent .how-right p {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
}
.timelineSection{
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-top: none;
    position: relative;
    z-index: 1;
}
.timelineSection .titleArea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
}
.timelineSection .titleArea h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 400;
    color: var(--color-scnd);
    line-height: 120%;    
}
.timelineSection .titleArea h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 100%;   
}
.timelineSection .timelineArea{
    width: 100%;
}

/*============ Timeline Track Styles ============*/

.tl {
    padding: 80px 0 120px;
}

.tl-header {
    text-align: center;
    margin-bottom: 60px;
}

.tl-eyebrow {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    letter-spacing: 0.02em;
    color: var(--color-scnd);
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 400;
}

.tl-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 100%;
}

.tl-track {
    position: relative;
    padding: 0 48px;
    max-width: 1400px;
    margin: 0 auto;
}

.tl-line-bg {
    position: absolute;
    left: 48px;
    right: 48px;
    top: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
}

.tl-line {
    position: absolute;
    left: 48px;
    right: 48px;
    top: 100px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-highlight) 0%, var(--color-fourth) 100%);
    transform-origin: left center;
    transform: scaleX(0);
    border-radius: 2px;
}

.tl-items {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: relative;
    gap: 0 8px;
}

.tl-item {
    display: grid;
    grid-template-rows: 90px 24px 110px;
}

.tl-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    gap: 8px;
}

.tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-highlight);
    box-shadow: 0 0 12px rgba(4, 55, 242, 0.5);
    align-self: center;
    justify-self: center;
    transform: scale(0);
    z-index: 2;
    position: relative;
}

.tl-bot {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    gap: 8px;
}

.tl-date {
    font-family: var(--font-para);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

.tl-label {
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    max-width: 200px;
}

.tl-item:last-child .tl-dot {
    background: var(--color-highlight);
    box-shadow: 0 0 16px rgba(4, 55, 242, 0.8), 0 0 24px rgba(4, 55, 242, 0.4);
    width: 16px;
    height: 16px;
    animation: pulse-dot 2s ease-in-out infinite;
}

.tl-item:last-child .tl-date {
    color: var(--color-fourth);
    font-weight: 700;
}

.tl-item:last-child .tl-label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

@keyframes pulse-dot {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 16px rgba(4, 55, 242, 0.8), 0 0 24px rgba(4, 55, 242, 0.4);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(4, 55, 242, 1), 0 0 32px rgba(4, 55, 242, 0.6);
    }
}

/*============ End Timeline Track Styles ============*/

.careerBriefs .bottomGraphics {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    mix-blend-mode: color;
}

/*////////////////*/

.heroBannerSection{
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #061414;
    position: relative;
    overflow: hidden;
    z-index: 2;
    isolation: isolate;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.heroBannerSection::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(180deg, rgba(6, 20, 20, 0) 0%, var(--color-highlight) 100%);
    z-index: 25;
    pointer-events: none;
}

/* Wave Video Layer */
.heroWaveLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #061414 url(../img/video/hero-vid-poster.jpg) no-repeat center center / cover;
}
.heroWaveLayer .waveVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    top: 0%;
    position: absolute;
    display: block;
}

/* Grid Background Layer */
.heroForeground{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.heroForeground img.heroGrid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* mix-blend-mode: inherit; */
    opacity: 0.4;
    top: 0;
    position: absolute;
    z-index: 2;   
}

/* Content Layer */
.heroContent{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.heroContent::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000, transparent);
    z-index: 1;
    mix-blend-mode: multiply;
}
.heroContent::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, transparent 0%, var(--color-highlight) 100%);
    z-index: 1;
    pointer-events: none;
}
.heroContent .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 100px;
    position: relative;
    z-index: 10;
}

.heroContent h1{
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 500;
    line-height: 1.12;
    margin: 0 auto;
    text-align: center;
    width: 75%;
    color: var(--color-highlight);
}
.heroContent h1 .hero-title-line{
    display: block;
    overflow: hidden;
    line-height: 1.12;
    padding-bottom: 0.08em;
    text-align: center;
    width: 100%;
}
.heroContent h1 .hero-title-char{
    display: inline-block;
    position: relative;
    /* background: linear-gradient(45deg, var(--color-highlight) 40%, var(--color-green-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; */
    will-change: transform, opacity;
    transform-origin: 50% 100%;
    vertical-align: top;
    color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
    .heroContent h1 .hero-title-char{
        -webkit-text-fill-color: inherit;
        color: inherit;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
    }
}

/* Hero Anime Texts */
.heroBannerSection ul.heroAnimeTexts,
ul.heroAnimeTexts{
    width: 75%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    padding-top: 0;
}
.heroBannerSection ul.heroAnimeTexts li,
ul.heroAnimeTexts li{
    font-family: var(--font-heading);
    font-size: var(--font-size-h3);
    font-weight: 500;
    color: #ffffff;
    line-height: 100%;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
}

/* Hero Banner â€” Mobile (<=767px) */
@media only screen and (max-width: 767px) {

}

/* ===== AI Platform Section ===== */
.AiplatformSection{
    width: 100%;
    position: relative;
    isolation: isolate;
    background-color: var(--color-primary);
    background-color: #1c1e21;
    padding: 100px 0;
    overflow: hidden;
    /* Dots animation theme (legacy â€” no .dotsAnimation child) */
    --dots-color: 255, 255, 255;
    --dots-rest-opacity: 0.2;
    --dots-cursor-opacity: 0.01;
    --dots-rest-radius: 0.5;
    --dots-cursor-radius: 0.9;
    --dots-grid-size: 12px;
    --dots-bg-dot-color: rgb(255 255 255 / 50%);
}
.AiplatformSection::before{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(var(--dots-bg-dot-color) 1px, transparent 1px);
    background-size: var(--dots-grid-size) var(--dots-grid-size);
    background-position: center;
}
.AiplatformSection.is-dots-active::before,
.dotsAnimation.is-dots-active::before{
    opacity: 0;
}
.AiplatformSection .dotsAnimationCanvas,
.dotsAnimation .dotsAnimationCanvas{
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .AiplatformSection.is-dots-active::before,
    .dotsAnimation.is-dots-active::before{
        opacity: 1;
    }
    .AiplatformSection .dotsAnimationCanvas,
    .dotsAnimation .dotsAnimationCanvas{
        display: none;
    }
}
.AiplatformSection > .container{
    position: relative;
    z-index: 1;
}
.AiplatformSection .aiPlatformHeader{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.AiplatformSection .aiPlatformHeader h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    color: #ffffff;
    line-height: 110%;
    margin: 0 auto;
    width: 70%;
    max-width: 100%;
}
.AiplatformSection .aiPlatformGraphic{
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
/* ===== Dots Animation Plugin ===== */
/*
 * Tune visibility via CSS variables on .dotsAnimation or .AiplatformSection:
 *
 * --dots-color              Dot RGB, no "rgb()" wrapper  e.g. 255, 255, 255
 * --dots-rest-opacity       Base dot opacity (0â€“1)
 * --dots-cursor-opacity     Opacity at cursor centre â€” set HIGHER than rest
 *                           to brighten dots on hover (recommended)
 * --dots-rest-radius        Base dot size (px-scale, default ~0.5)
 * --dots-cursor-radius      Dot size at cursor â€” set HIGHER than rest
 *                           for a swell / gravity pull effect
 * --dots-bg-dot-color       Static CSS grid colour (shown before JS loads)
 * --dots-grid-size          Static grid spacing
 *
 * Quick themes:  dotsAnimation--dark  |  dotsAnimation--light
 */
.dotsAnimation{
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    --dots-color: 255, 255, 255;
    --dots-rest-opacity: 0.38;
    --dots-cursor-opacity: 0.95;
    --dots-rest-radius: 0.5;
    --dots-cursor-radius: 0.9;
    --dots-grid-size: 12px;
    --dots-bg-dot-color: rgb(255 255 255 / 38%);
}
.dotsAnimation::before{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(var(--dots-bg-dot-color) 1px, transparent 1px);
    background-size: var(--dots-grid-size) var(--dots-grid-size);
    background-position: center;
}
/* Dark backgrounds â€” white dots, bright swell on hover */
.dotsAnimation--dark{
    --dots-color: 255, 255, 255;
    --dots-rest-opacity: 0.2;
    --dots-cursor-opacity: 0.01;
    --dots-rest-radius: 0.5;
    --dots-cursor-radius: 0.9;
    --dots-bg-dot-color: rgb(255 255 255 / 50%);
}
/* Light backgrounds â€” dark dots, deeper swell on hover */
.dotsAnimation--light{
    --dots-color: 45, 50, 65;
    --dots-rest-opacity: 0.25;
    --dots-cursor-opacity: 0.2;
    --dots-rest-radius: 0.9;
    --dots-cursor-radius: 0.6;
    --dots-bg-dot-color: rgb(0 0 0 / 25%);
}
.aboutBanner > .container,.container{
    position: relative;
    z-index: 5;
}

/* ===== AI Platform Graphic (.aiPlatformGraphic) ===== */

.aiPlatformGraphic{
    --ai-assembly-perspective: 1200px;
    --ai-assembly-tilt: 0deg;
    --ai-graphic-green: var(--color-green-1);
    --ai-graphic-card-bg: #000000;
    --ai-graphic-surface: rgba(255, 255, 255, 0.04);
    --ai-graphic-border: rgba(255, 255, 255, 0.06);
    --ai-graphic-muted: rgba(255, 255, 255, 0.42);
    --ai-graphic-text: #E7EAF8;
    --ai-glass-bg-top: rgba(255, 255, 255, 0.11);
    --ai-glass-bg-mid: rgba(24, 24, 30, 0.42);
    --ai-glass-bg-bottom: rgba(8, 8, 12, 0.62);
    --ai-glass-edge-light: rgba(255, 255, 255, 0.28);
    --ai-glass-edge: rgba(255, 255, 255, 0.12);
    --ai-glass-shadow: rgba(0, 0, 0, 0.55);
}
.aiPlatformGraphic::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 75%;
    height: 100%;
    background: #712291;
    border-radius: 100px;
    filter: blur(50px);
    opacity: 0.45;
    z-index: 1;
    transform: translateX(-50%);
    pointer-events: none;
}
.aiPlatformGraphic .frameArea{
    --ai-reflect-pos: 16%;
    --ai-reflect-opacity: 0.12;
    --ai-reflect-angle: 118deg;
    --ai-reflect-spread: 14%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 15px 15px;
    border-radius: 20px;
    isolation: auto;
    overflow: visible;
    transform: translateZ(0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background:
        linear-gradient(
            145deg,
            var(--ai-glass-bg-top) 0%,
            rgba(255, 255, 255, 0.05) 18%,
            var(--ai-glass-bg-mid) 52%,
            var(--ai-glass-bg-bottom) 100%
        );
    border: 1px solid var(--ai-glass-edge);
    border-top-color: var(--ai-glass-edge-light);
    border-left-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(28px) saturate(1.45);
    -webkit-backdrop-filter: blur(28px) saturate(1.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 -1px 0 rgba(0, 0, 0, 0.38) inset,
        1px 0 0 rgba(255, 255, 255, 0.07) inset,
        -1px 0 0 rgba(0, 0, 0, 0.22) inset,
        0 34px 80px var(--ai-glass-shadow),
        0 14px 32px rgba(0, 0, 0, 0.38),
        0 4px 12px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}
.aiPlatformGraphic .frameArea::before{
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 16px;
    background:
        linear-gradient(
            var(--ai-reflect-angle),
            transparent 0%,
            transparent calc(var(--ai-reflect-pos) - var(--ai-reflect-spread)),
            rgba(255, 255, 255, calc(var(--ai-reflect-opacity) * 0.35)) calc(var(--ai-reflect-pos) - 4%),
            rgba(255, 255, 255, var(--ai-reflect-opacity)) var(--ai-reflect-pos),
            rgba(255, 255, 255, calc(var(--ai-reflect-opacity) * 0.28)) calc(var(--ai-reflect-pos) + 5%),
            transparent calc(var(--ai-reflect-pos) + var(--ai-reflect-spread)),
            transparent 100%
        ),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 14%, transparent 38%);
    pointer-events: none;
    z-index: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* .aiPlatformGraphic .frameArea::after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 55%),
        radial-gradient(90% 60% at 85% 100%, rgba(113, 34, 145, 0.18) 0%, transparent 62%),
        linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
    z-index: 0;
} */
.aiPlatformGraphic .frameAreaNav{
    position: absolute;
    top: 20px;
    right: 24px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: -12px 0 0 rgba(255, 255, 255, 0.2), -24px 0 0 rgba(255, 255, 255, 0.2);
    z-index: 4;
}
.aiPlatformGraphic .aiChatUi{
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    overflow: visible;
    background: #101012;
    border: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.42), 0 2px 0 rgba(255, 255, 255, 0.04) inset, 0 -10px 24px rgba(0, 0, 0, 0.35) inset;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.aiPlatformGraphic .aiPlatformAssemblyStage{
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.aiPlatformGraphic.is-assembly-ready{
    perspective: var(--ai-assembly-perspective);
    perspective-origin: 50% 42%;
}
.aiPlatformGraphic.is-assembly-ready .frameArea,
.aiPlatformGraphic.is-assembly-ready .aiPlatformAssemblyStage{
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.aiPlatformGraphic.is-assembly-animating .frameArea,
.aiPlatformGraphic.is-assembly-animating .aiPlatformAssemblyStage{
    will-change: transform;
}
/* Soften expensive glass blur while the scrubbed assembly is active */
.aiPlatformGraphic.is-assembly-animating .frameArea{
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
}
.aiPlatformGraphic.is-assembly-animating .frameArea::before{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    will-change: background;
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .aiPlatformGraphic .frameArea{
        background: linear-gradient(145deg, rgba(34, 34, 40, 0.96) 0%, rgba(14, 14, 18, 0.98) 100%);
    }
}
.aiPlatformGraphic .aiChatUi__glow{
    position: absolute;
    inset: 8% 12%;
    background: radial-gradient(circle at 50% 42%, rgba(113, 34, 145, 0.55) 0%, rgba(113, 34, 145, 0.18) 34%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}
.aiPlatformGraphic .aiChatUi__shell{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(250px, 27%) minmax(0, 1fr);
    min-height: 520px;
}
.aiPlatformGraphic .aiChatUi__sidebar{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 16px 18px;
    /* background: linear-gradient(280deg, rgb(24 24 24 / 98%) 0%, rgb(18 18 18 / 98%) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.05); */
    border-radius: 16px 0 0 16px;
}
.aiPlatformGraphic .aiChatUi__uiIcon{
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    opacity: 0.9;
}
.aiPlatformGraphic .aiChatUi__uiIcon--newChat{
    width: 18px;
    height: 18px;
}
.aiPlatformGraphic .aiChatUi__uiIcon--mic{
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}
.aiPlatformGraphic .aiChatUi__sidebarTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px;
}
.aiPlatformGraphic .aiChatUi__brand{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.aiPlatformGraphic .aiChatUi__brandMark{
    width: 18px;
    height: auto;
    flex-shrink: 0;
}
.aiPlatformGraphic .aiChatUi__brandName{
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--ai-graphic-text);
    line-height: 1;
    white-space: nowrap;
}
.aiPlatformGraphic .aiChatUi__brandChevron{
    display: inline-flex;
    color: rgba(255, 255, 255, 0.45);
}
.aiPlatformGraphic .aiChatUi__iconBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
}
.aiPlatformGraphic .aiChatUi__iconBtn--ghost{
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
}
.aiPlatformGraphic .aiChatUi__actionBox{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    background: var(--ai-graphic-surface);
    border: 1px solid var(--ai-graphic-border);
}
.aiPlatformGraphic .aiChatUi__search{
    cursor: default;
}
.aiPlatformGraphic .aiChatUi__searchPlaceholder{
    font-family: var(--font-para);
    font-size: 13px;
    color: var(--ai-graphic-muted);
    line-height: 1;
}
.aiPlatformGraphic .aiChatUi__clearAll{
    justify-content: flex-start;
    padding: 0 14px;
    border: 1px solid var(--ai-graphic-border);
    background: var(--ai-graphic-surface);
    font-family: var(--font-para);
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1;
    cursor: default;
}
.aiPlatformGraphic .aiChatUi__history{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-height: 0;
    /* overflow: hidden; */
    padding-top: 10px;
}
.aiPlatformGraphic .aiChatUi__historyGroup{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.aiPlatformGraphic .aiChatUi__chatsHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.aiPlatformGraphic .aiChatUi__chatsTitle{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-para);
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1;
}
.aiPlatformGraphic .aiChatUi__chatsPeriod{
    font-family: var(--font-para);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1;
    white-space: nowrap;
}
.aiPlatformGraphic .aiChatUi__historyLabel{
    font-family: var(--font-para);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1;
    margin: 0;
}
.aiPlatformGraphic .aiChatUi__historyList{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.aiPlatformGraphic .aiChatUi__historyList li{
    font-family: var(--font-para);
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aiPlatformGraphic .aiChatUi__newChat{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-top: auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
}
.aiPlatformGraphic .aiChatUi__main{
    --ai-main-grad-angle: -45deg;
    --ai-main-grad-x: 0%;
    --ai-main-grad-y: 50%;
    --ai-main-grad-s2: 28%;
    --ai-main-grad-s3: 58%;
    --ai-main-grad-c1: #120a14;
    --ai-main-grad-c2: #1b121e;
    --ai-main-grad-c3: #310E3C;
    --ai-main-grad-c4: #120a14;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 28px 24px;
    background: linear-gradient(var(--ai-main-grad-angle), #160c18 0%, #120416 var(--ai-main-grad-s2), #5c1872 var(--ai-main-grad-s3), #000000 100%);
    background-size: 150% 400%;
    background-position: var(--ai-main-grad-x) var(--ai-main-grad-y);
    background-repeat: no-repeat;
    transition: none;
    border-radius: 16px;
}
.aiPlatformGraphic .aiChatUi__main.is-grad-shifting{
    will-change: background-position;
}
.aiPlatformGraphic .aiChatUi__main.is-grad-settled{
    --ai-main-grad-angle: -45deg;
    --ai-main-grad-x: 42%;
    --ai-main-grad-y: 48%;
    --ai-main-grad-s2: 30%;
    --ai-main-grad-s3: 62%;
    will-change: auto;
}
.aiPlatformGraphic .aiChatUi__mainTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.aiPlatformGraphic .aiChatUi__newChatTitle,
.aiPlatformGraphic .aiChatUi__clearChat{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-para);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1;
}
.aiPlatformGraphic .aiChatUi__clearChat{
    padding: 0;
    border: 0;
    background: transparent;
}
.aiPlatformGraphic .aiChatUi__featureGrid{
width: min(100%, 450px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.aiPlatformGraphic .aiChatUi__featureCard{
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20%;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    font-family: var(--font-heading);
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    color: #e7e7e7;
    line-height: 1.35;
    text-align: center;
}
.aiPlatformGraphic .aiChatUi__chatPanel{
    width: min(100%, 600px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aiPlatformGraphic .aiChatUi__promptTitle{
    width: min(100%, 600px);
    font-family: var(--font-heading);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 500;
    color: var(--ai-graphic-text);
    line-height: 1.1;
    text-align: center;
    margin: 0 0 22px 0;
}
.aiPlatformGraphic .aiChatUi__composer{
    width: min(100%, 600px);
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 18px 14px;
    border-radius: 16px;
    background: rgb(0 0 0 / 70%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 18px;
}
.aiPlatformGraphic .aiChatUi__composerPlaceholder{
    font-family: var(--font-para);
    font-size: 13px;
    font-weight: 400;
    color: var(--ai-graphic-muted);
    line-height: 1.45;
    margin: 0;
    text-align: left;
    min-height: 1.45em;
}
.aiPlatformGraphic .aiChatUi__composerPlaceholder.is-typing.has-type-caret::after{
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 0.95em;
    margin-left: 2px;
    vertical-align: -0.12em;
    background: currentColor;
    opacity: 0.85;
    animation: aiComposerCaret 0.75s steps(1) infinite;
}
@keyframes aiComposerCaret{
    0%, 49%{ opacity: 0.9; }
    50%, 100%{ opacity: 0; }
}
.aiPlatformGraphic .aiChatUi__composerToolbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.aiPlatformGraphic .aiChatUi__composerTools,
.aiPlatformGraphic .aiChatUi__composerActions{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.aiPlatformGraphic .aiChatUi__micBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #8f2db8 0%, #712291 100%);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(113, 34, 145, 0.35);
}
.aiPlatformGraphic .aiChatUi__insights{
    width: min(100%, 600px);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
}
.aiPlatformGraphic .aiChatUi__insightCard{
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 10px 12px;
    border-radius: 20px;
    background: var(--ai-graphic-card-bg);
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.aiPlatformGraphic .aiChatUi__insightCard--news{
    padding: 8px 16px 8px 10px;
}
.aiPlatformGraphic .aiChatUi__insightCard--ticker{
    justify-content: space-between;
    gap: 10px;
    padding: 10px 10px 10px 18px;
}
.aiPlatformGraphic .aiChatUi__newsThumb{
    width: 58px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #111116;
}
.aiPlatformGraphic .aiChatUi__newsThumbImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.aiPlatformGraphic .aiChatUi__newsCopy{
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.aiPlatformGraphic .aiChatUi__newsCopy span{
    font-family: var(--font-para);
    font-size: 12px;
    font-weight: 500;
    color: var(--ai-graphic-text);
    line-height: 1.25;
    white-space: nowrap;
}
.aiPlatformGraphic .aiChatUi__tickerBody{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}
.aiPlatformGraphic .aiChatUi__tickerBrandRow{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.aiPlatformGraphic .aiChatUi__tickerBrand{
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}
.aiPlatformGraphic .aiChatUi__tickerSymbol{
    font-family: var(--font-para);
    font-size: 12px;
    font-weight: 500;
    color: var(--ai-graphic-text);
    line-height: 1;
    white-space: nowrap;
}
.aiPlatformGraphic .aiChatUi__tickerRow{
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-direction: row;
}
.aiPlatformGraphic .aiChatUi__tickerPrice{
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 500;
    color: var(--ai-graphic-text);
    line-height: 1;
    white-space: nowrap;
}
.aiPlatformGraphic .aiChatUi__tickerChange{
    font-family: var(--font-para);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.aiPlatformGraphic .aiChatUi__tickerChange.is-up{
    color: var(--ai-graphic-green);
}
.aiPlatformGraphic .aiChatUi__tickerTrend{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #dadbdb;
}
.aiPlatformGraphic .aiChatUi__tickerTrend img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
}
.aiPlatformGraphic .aiChatUi__helpBtn{
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--font-para);
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1;
}

/* --- Mobile-only chrome (hidden on desktop) --- */
.aiPlatformGraphic .aiChatUi__mobileBar{
    display: none;
}

/* --- AI Platform Graphic: Mobile (<=767px) --- */
@media only screen and (max-width: 767px) {
    .AiplatformSection .aiPlatformGraphic{
        margin-bottom: 40px;
        padding-bottom: 12px;
    }

    .aiPlatformGraphic .frameArea{
        width: min(100%, 390px);
        max-width: calc(100vw - 32px);
        margin: 0 auto;
        padding: 38px 10px 14px;
        border-radius: 44px;
        border-width: 2px;
        box-shadow:
            0 1px 0 rgba(255, 255, 255, 0.16) inset,
            0 -1px 0 rgba(0, 0, 0, 0.42) inset,
            0 0 0 1px rgba(255, 255, 255, 0.05),
            0 28px 60px rgba(0, 0, 0, 0.55),
            0 10px 24px rgba(0, 0, 0, 0.35);
    }

    .aiPlatformGraphic .frameArea::before{
        content: initial;
    }

    .aiPlatformGraphic .frameAreaNav{
        display: none;
    }

    .aiPlatformGraphic .aiChatUi{
        border-radius: 28px;
        min-height: 640px;
    }

    .aiPlatformGraphic .aiChatUi__shell{
        display: block;
        min-height: 640px;
    }

    .aiPlatformGraphic .aiChatUi__sidebar{
        display: none;
    }

    .aiPlatformGraphic .aiChatUi__main{
        align-items: stretch;
        min-height: 640px;
        padding: 12px 12px 14px;
        gap: 0;
    }

    .aiPlatformGraphic .aiChatUi__mobileBar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        margin-bottom: 14px;
        padding: 2px 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .aiPlatformGraphic .aiChatUi__burgerMenu{
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.04);
        flex-shrink: 0;
    }

    .aiPlatformGraphic .aiChatUi__burgerMenu span{
        display: block;
        width: 14px;
        height: 1.5px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.82);
    }

    .aiPlatformGraphic .aiChatUi__mobileBrand{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1;
        min-width: 0;
        font-family: var(--font-para);
        font-size: 13px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.88);
        line-height: 1;
    }

    .aiPlatformGraphic .aiChatUi__mobileActions{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }

    .aiPlatformGraphic .aiChatUi__mobileAction{
        width: 32px;
        height: 32px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.04);
    }

    .aiPlatformGraphic .aiChatUi__mainTop{
        display: none;
    }

    .aiPlatformGraphic .aiChatUi__featureGrid{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 0 0 14px;
        margin: 0;
    }

    .aiPlatformGraphic .aiChatUi__featureCard{
        min-height: 70px;
        padding: 10px 10px;
        border-radius: 10px;
        font-size: 11px;
        line-height: 1.25;
    }

    .aiPlatformGraphic .aiChatUi__chatPanel{
        width: 100%;
        flex: 1;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 8px;
    }

    .aiPlatformGraphic .aiChatUi__promptTitle{
        width: 100%;
        font-size: 20px;
        line-height: 1.15;
        text-align: center;
        margin: 0 0 10px;
        padding: 0 2px;
    }

    .aiPlatformGraphic .aiChatUi__composer{
        width: 100%;
        min-height: 108px;
        padding: 12px 12px 10px;
        margin-bottom: 14px;
        border-radius: 14px;
    }

    .aiPlatformGraphic .aiChatUi__composerPlaceholder{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .aiPlatformGraphic .aiChatUi__composerToolbar{
        gap: 8px;
    }

    .aiPlatformGraphic .aiChatUi__composerTools,
    .aiPlatformGraphic .aiChatUi__composerActions{
        gap: 4px;
    }

    .aiPlatformGraphic .aiChatUi__iconBtn{
        width: 26px;
        height: 26px;
    }

    .aiPlatformGraphic .aiChatUi__micBtn{
        width: 28px;
        height: 28px;
    }

    .aiPlatformGraphic .aiChatUi__insights{
        width: 100%;
        display: flex;
        align-items: stretch;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
        margin-top: auto;
    }

    .aiPlatformGraphic .aiChatUi__insights::-webkit-scrollbar{
        display: none;
    }

    .aiPlatformGraphic .aiChatUi__insightCard{
        flex: 0 0 78%;
        min-height: 64px;
        scroll-snap-align: start;
        border-radius: 18px;
    }

    .aiPlatformGraphic .aiChatUi__insightCard--news{
        flex-basis: 82%;
        border-radius: 16px;
        padding: 8px 12px 8px 8px;
    }

    .aiPlatformGraphic .aiChatUi__insightCard--ticker{
        flex: 0 0 68%;
        border-radius: 999px;
        padding: 10px 10px 10px 14px;
    }

    .aiPlatformGraphic .aiChatUi__newsThumb{
        width: 50px;
        height: 42px;
    }

    .aiPlatformGraphic .aiChatUi__newsCopy span{
        font-size: 11px;
        white-space: normal;
    }

    .aiPlatformGraphic .aiChatUi__tickerPrice{
        font-size: 13px;
    }

    .aiPlatformGraphic .aiChatUi__tickerChange{
        font-size: 11px;
    }

    .aiPlatformGraphic .aiChatUi__tickerTrend{
        width: 30px;
        height: 30px;
    }

    .aiPlatformGraphic .aiChatUi__helpBtn{
        right: 10px;
        bottom: 10px;
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}
/* --- / AI Platform Graphic: Mobile --- */

/* ===== / AI Platform Graphic ===== */

.AiplatformSection .aiPlatformBottom{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}
.AiplatformSection .aiPlatformBottomLeft{
    width: 52%;
}
.AiplatformSection .aiPlatformBottomLeft h4,
.AiplatformSection .aiPlatformBottomLeft h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: #ffffff;
    line-height: 120%;
    margin: 0 0 40px 0;
    text-align: left;
}
.AiplatformSection .aiPlatformBottomLeft h2{
    font-size: var(--font-size-h2);
}
.AiplatformSection .aiPlatformActions{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.AiplatformSection .aiPlatformDemoBtn{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: #ffffff;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px 12px 30px;
    background: var(--color-primary);
    border-radius: 100px;
    transition: all 0.3s ease;
}
.AiplatformSection .aiPlatformDemoBtn:hover,
.AiplatformSection .aiPlatformDemoBtn:visited{
    background: var(--color-third);
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 31, 62, 0.2);
}
.AiplatformSection .aiPlatformDemoBtn span.arrow{
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    background: #ffffff;
    width: 40px;
    height: 40px;
}
.AiplatformSection .aiPlatformDemoBtn:hover span.arrow{
    bottom: initial;
    background: #ffffff;
}
.AiplatformSection .aiPlatformExploreLink{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 600;
    color: #ffffff;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    height: 60px;
    background: linear-gradient(45deg, var(--color-highlight) 40%, var(--color-green-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: all 0.3s ease;
    font-size: 18px;
}
.AiplatformSection .aiPlatformExploreLink:hover{
    /* color: var(--color-green-1); */
    background: linear-gradient(90deg, var(--color-highlight) 20%, var(--color-green-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.AiplatformSection .aiPlatformExploreLink span.arrow{
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    right: initial;
    background: transparent;
    width: auto;
    height: auto;
}
.AiplatformSection .aiPlatformExploreLink span.arrow img{
    width: 14px;
    border-radius: 0;
    filter: invert(0);
    opacity: 0.8;
}
.AiplatformSection .aiPlatformExploreLink:hover span.arrow img{
    opacity: 1;
}
.AiplatformSection .aiPlatformBottomRight{
    width: 42%;
}
.AiplatformSection .aiPlatformFeatureList{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.AiplatformSection .aiPlatformFeatureList li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #fff;
    line-height: 150%;
}
.AiplatformSection .aiPlatformFeatureList li .aiPlatformCheck{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.AiplatformSection .aiPlatformFeatureList li .aiPlatformCheck img{
    width: 100%;
    height: auto;
    opacity: 0.95;
}
.AiplatformSection .ExploreBtn.dark{
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #ffffff;
}
.AiplatformSection .ExploreBtn.dark:hover{
    /* background-color: #ffffff;
    border-color: #ffffff;
    color: var(--color-primary); */
    box-shadow: 0 30px 40px var(--color-highlight);
}
.AiplatformSection .ExploreBtn.dark span.arrow{
    background: #ffffff;
}
/* .AiplatformSection .ExploreBtn.dark:hover span.arrow{
    background: var(--color-primary);
} */
.AiplatformSection .ExploreBtn.dark:hover span.arrow img{
    filter: invert(1);
}

.ExploreBtn.dark{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 10px;
}
.ExploreBtn.dark span.arrow {
    background: #ffffff;
}
.ExploreBtn.dark span.arrow img{
    filter:invert(1);
}
.ExploreBtn.dark:hover span.arrow {
    bottom: initial;
}
.ExploreBtn.dark:hover{
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: #ffffff;
}

/* ===== Trade Lifecycle Section ===== */
.tradelifeCycleSection{
    width: 100%;
    background: var(--color-darker);
    background: #020a27;
    padding: 100px 50px;
}
.tradelifeCycleSection .tradeLifecycleHeader{
    width: 80%;
    text-align: left;
    margin-bottom: 60px;
}
.tradelifeCycleSection .tradeLifecycleHeader small{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--color-blue-100);
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
}
.tradelifeCycleSection .tradeLifecycleHeader h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 20px;
    width: 70%;
    max-width: 100%;
    background: linear-gradient(45deg, var(--color-highlight) 40%, var(--color-green-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.tradelifeCycleSection .tradeLifecycleHeader p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.tradelifeCycleSection .tradeLifecycleCards{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.tradelifeCycleSection .tradeLifecycleCard{
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--color-primary);
    transition: box-shadow 0.5s ease, background-color 0.5s ease;
    box-shadow: 0 4px 24px rgba(0, 31, 62, 0.08);
    will-change: transform, opacity;
}
.tradelifeCycleSection .tradeLifecycleCard:hover{
    background: var(--color-highlight);
    box-shadow: 0 30px 50px var(--color-highlight);
}
.tradelifeCycleSection .tradeLifecycleCardMedia{
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
}
.tradelifeCycleSection .tradeLifecycleCardMedia img{
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(100%);
    transform: scale(1);
    transition: filter 0.5s ease, transform 0.55s ease;
    will-change: transform, filter;
}
.tradelifeCycleSection .tradeLifecycleBadge{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255 255 255 / 15%);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    color: #ffffff;
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: background-color 0.4s ease, border-color 0.4s ease;
    backdrop-filter: blur(4px);
}
.tradelifeCycleSection .tradeLifecycleCard:hover .tradeLifecycleBadge{
    background: rgba(255 255 255 / 25%);
}
.tradelifeCycleSection .tradeLifecycleCardContent{
    padding: 24px 22px 28px;
    background: transparent;
    transition: background-color 0.45s ease;
}
/* .tradelifeCycleSection .tradeLifecycleCard:hover .tradeLifecycleCardContent{
    background: var(--color-highlight);
} */
.tradelifeCycleSection .tradeLifecycleCardContent h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h5);
    font-weight: 500;
    color: #ffffff;
    line-height: 120%;
    margin: 0 0 12px 0;
    text-align: left;
}
.tradelifeCycleSection .tradeLifecycleCardContent p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 150%;
    margin: 0;
    text-align: left;
    transition: color 0.45s ease;
}
.tradelifeCycleSection .tradeLifecycleCard:hover .tradeLifecycleCardContent p{
    color: rgba(255, 255, 255, 0.95);
}

/* Trade Lifecycle Hover Panels */
.tradelifeCycleSection .tradeLifecycleHoverPanel{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 100px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
    pointer-events: none;
    will-change: transform, opacity;
}
.tradelifeCycleSection .tradeLifecycleDataCard{
    width: 80%;
    margin: 0px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.tradelifeCycleSection .tradeLifecycleDataCardHeader{
    padding: 14px 16px;
    font-family: var(--font-heading);
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    background: rgba(0 0 0 / 30%);
    text-align: left;
}
.tradelifeCycleSection .tradeLifecycleDataCardHeader.is-highlight{
    color: #ffffff;
    background: var(--color-highlight);
}
.tradelifeCycleSection .tradeLifecycleDataCardBody{
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tradelifeCycleSection .tradeLifecycleDataCardBody.is-glass{
    background: linear-gradient(135deg, rgba(4, 55, 242, 0.55) 0%, rgba(0, 31, 62, 0.75) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0 0 12px 12px;
}
.tradelifeCycleSection .tradeLifecycleDataCardBody.is-dark{
    background: linear-gradient(180deg, var(--color-third) 0%, var(--color-darker) 100%);
}
.tradelifeCycleSection .tradeLifecycleDataCardBody.is-glow{
    background: radial-gradient(circle at 50% 40%, rgba(4, 55, 242, 0.35) 0%, var(--color-darker) 65%);
}
.tradelifeCycleSection .tradeLifecycleDataRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    line-height: 140%;
}
.tradelifeCycleSection .tradeLifecycleDataRow span{
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}
.tradelifeCycleSection .tradeLifecycleDataRow strong{
    color: #ffffff;
    font-weight: 600;
    font-size: var(--font-size-sm);
    text-align: right;
}
.tradelifeCycleSection .tradeLifecycleDataRow strong.is-green{
    color: var(--color-green-1);
}
.tradelifeCycleSection .tradeLifecycleProgressTrack{
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}
.tradelifeCycleSection .tradeLifecycleProgressFill{
    height: 100%;
    width: 0%;
    border-radius: 100px;
    background: var(--color-highlight);
    box-shadow: 0 0 12px rgba(4, 55, 242, 0.8);
}
.tradelifeCycleSection .tradeLifecycleHoverPanel--chat{
    top: initial;
    bottom: 50px;
}
.tradelifeCycleSection .tradeLifecycleChatPanel{
    position: relative;
    padding: 20px 18px 18px;
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(0, 31, 62, 0.92) 0%, rgba(0, 18, 35, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.tradelifeCycleSection .tradeLifecycleChatQuestion{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
    margin: 0 0 16px 0;
    text-align: left;
}
.tradelifeCycleSection .tradeLifecycleChatResponse{
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--color-blue-100);
}
.tradelifeCycleSection .tradeLifecycleChatResponse p{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-primary);
    line-height: 150%;
    margin: 0;
    text-align: left;
}
.tradelifeCycleSection .tradeLifecycleChatLogo{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: auto;
    opacity: 1;
    pointer-events: none;
}

.tradelifeCycleSection .tradeLifecycleTypeText.is-typing::after{
    content: '|';
    display: inline-block;
    margin-left: 1px;
    color: var(--color-green-1);
    animation: tradeLifecycleCursorBlink 0.8s step-end infinite;
}

@keyframes tradeLifecycleCursorBlink{
    50%{
        opacity: 0;
    }
}

.tradelifeCycleSection .tradeLifecycleChatResponse{
    opacity: 1;
    visibility: visible;
}

/* ===== Execution Section ===== */
@keyframes executionSectionObjectRotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.executionSection{
    width: 100%;
    padding: 100px 0;
    background: var(--color-scnd);
    position: relative;
    overflow: hidden;
}
.executionSection .executionSectionObject{
    position: absolute;
    right: -10%;
    bottom: -20%;
    width: 40%;
    max-width: 650px;
    height: auto;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: luminosity;
    transform-origin: center center;
    /* animation: executionSectionObjectRotate 120s linear infinite; */
    will-change: transform;
    filter: invert(1);
}
@media (prefers-reduced-motion: reduce){
    .executionSection .executionSectionObject{
        animation: none;
    }
}
.executionSection .container{
    position: relative;
    z-index: 2;
}
.executionSectionTop,
.lifeCycleTop{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}
.executionSectionHeader{
    flex: 1;
    max-width: 720px;
    text-align: left;
}
.executionSectionHeader small,
.whatAiDoesSection small{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-primary);
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 16px;
}
.executionSectionHeader h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 16px;
    background: linear-gradient(30deg, var(--color-highlight) 0%, var(--color-green-1) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.executionSectionHeader p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-darker);
    line-height: 150%;
    margin: 0;
    max-width: 560px;
}
.executionSectionCta{
    flex-shrink: 0;
    padding-top: 28px;
}
.executionSectionRailFluid{
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
    position: relative;
    z-index: 10;
}
.executionSectionRailWrap{
    width: 100%;
    position: relative;
}
.executionSectionRailWrap:not(.erc-is-ready) .executionSectionGrid.is-execution-rail{
    opacity: 0;
    visibility: hidden;
}
.executionSectionRailViewport{
    width: 100%;
    min-height: 0;
    position: relative;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-overflow-scrolling: touch;
}
.executionSectionRailEdge{
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(30px, 10vw, 50px);
    z-index: 35;
    pointer-events: none;
}
.executionSectionRailEdge--left{
    left: 0;
    background: linear-gradient(
        90deg,
        var(--color-scnd) 0%,
        rgba(231, 234, 248, 0.92) 38%,
        rgba(231, 234, 248, 0) 100%
    );
}
.executionSectionRailEdge--right{
    right: 0;
    background: linear-gradient(269deg, rgb(231 234 248) 0%, rgb(231 234 248 / 0%) 50%, rgb(231 234 248 / 0%) 100%);
}
.executionSectionRailViewport.is-dragging{
    cursor: grabbing;
}
.executionSectionRailViewport.is-dragging,
.executionSectionRailViewport.is-dragging *{
    user-select: none !important;
    -webkit-user-select: none !important;
}
.executionSectionRailNav{
    position: absolute;
    top: 50%;
    z-index: 50;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffffff;
    color: #8a94a8;
    box-shadow: 0 8px 28px rgba(15, 35, 80, 0.14), 0 2px 8px rgba(4, 55, 242, 0.08);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, opacity 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-50%);
}
.executionSectionRailNav--prev{
    left: clamp(10px, 2.5vw, 36px);
}
.executionSectionRailNav--next{
    right: clamp(10px, 2.5vw, 36px);
}
.executionSectionRailNavIcon{
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: block;
}
.executionSectionRailNav--prev .executionSectionRailNavIcon{
    transform: rotate(-135deg) translateX(1px);
}
.executionSectionRailNav--next .executionSectionRailNavIcon{
    transform: rotate(45deg) translateX(-1px);
}
.executionSectionRailNav:hover:not(:disabled){
    transform: translateY(calc(-50% - 3px));
    box-shadow: 0 14px 34px rgba(15, 35, 80, 0.2), 0 4px 12px rgba(4, 55, 242, 0.12);
    color: #5c6678;
}
.executionSectionRailNav:disabled{
    opacity: 0.28;
    cursor: not-allowed;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.55);
}
.executionSectionGrid.is-execution-rail{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 30px 0 70px 50px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.executionSectionGrid.is-execution-rail::-webkit-scrollbar{
    display: none;
}
.executionSectionRailWrap.erc-has-rows .executionSectionGrid.is-execution-rail.erc-has-rows{
    display: grid;
    grid-template-rows: repeat(var(--erc-rows, 2), auto);
    grid-auto-flow: column;
    grid-auto-columns: var(--erc-slide-width);
    column-gap: var(--erc-slide-margin, 15px);
    row-gap: var(--erc-row-gap, 15px);
    align-items: stretch;
}
.executionSectionRailWrap.erc-has-rows .executionSectionGrid.is-execution-rail.erc-has-rows .algo-card{
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
}
.executionSectionRailProgressWrap{
    width: 100%;
    padding: 0 clamp(16px, 3vw, 48px);
    margin-top: 8px;
}
.executionSectionRailProgress{
    width: min(100%, 920px);
    height: 44px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.executionSectionRailProgress:focus-visible .executionSectionRailProgressTrack{
    box-shadow: 0 0 0 3px rgba(4, 55, 242, 0.18);
}
.executionSectionRailProgressTrack{
    position: relative;
    width: 100%;
    height: 1px;
    border-radius: 100px;
    /* overflow: hidden; */
    background: rgba(4, 55, 242, 0.08);
    transition: box-shadow 0.3s ease;
}
.executionSectionRailProgressFill{
    position: absolute;
    height: 3px;
    top: -1px;
    left: 0;
    /* bottom: 0; */
    display: block;
    width: 0%;
    min-width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--color-highlight) 0%, var(--color-green-1) 100%);
    box-shadow: 0 0 20px rgba(4, 55, 242, 0.35);
    pointer-events: none;
    will-change: width;
    transform-origin: left center;
}

/* Execution rail â€” horizontal Owl-style slides */
.executionSection .executionSectionGrid.is-execution-rail .algo-card{
    position: relative;
    flex: 0 0 var(--erc-slide-width, 320px);
    width: var(--erc-slide-width, 320px);
    min-width: var(--erc-slide-width, 320px);
    max-width: var(--erc-slide-width, 320px);
    margin: 0 var(--erc-slide-margin, 20px) 0 0;
    background: #ffffff;
    border-radius: 28px;
    padding: 20px 30px 30px;
    box-shadow: 0 14px 40px rgba(0, 31, 62, 0.1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    height: auto;
    pointer-events: auto;
    transition: background 0.45s ease, box-shadow 0.45s ease, color 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card.is-erc-active{
    box-shadow: 0 20px 48px rgba(4, 55, 242, 0.12), 0 8px 22px rgba(0, 31, 62, 0.08);
}
.executionSectionRailWrap.erc-is-container-aligned .executionSectionGrid.is-execution-rail .algo-card.is-erc-active{
    transform: none;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card:last-child{
    margin-right: 0;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover{
    background: var(--color-highlight);
    box-shadow: 0 20px 30px var(--color-highlight), 0 10px 24px rgba(0, 31, 62, 0.1);
    transform: translateY(-6px);
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-card-inner .cardTop{
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-title,
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-subtitle,
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-description h4,
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-description p,
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-description ul li{
    color: #ffffff;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card:hover .algo-description ul li::before{
    background: #ffffff;
}
.executionSectionRailViewport.is-dragging .executionSection .executionSectionGrid.is-execution-rail .algo-card{
    pointer-events: none;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card .algo-details{
    opacity: 1;
    max-height: none;
    overflow: visible;
    pointer-events: auto;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card .algo-description ul{
    flex-direction: column;
    gap: 4px;
}
.executionSection .executionSectionGrid.is-execution-rail .algo-card .algo-description p{
    margin-bottom: 15px;
    line-height: 1.58;
}
@media (prefers-reduced-motion: reduce){
    .executionSectionRailProgressFill{
        transition: none;
    }
    .executionSection .executionSectionGrid.is-execution-rail .algo-card:hover{
        transform: none;
    }
}
.executionSection .algo-card-inner{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 5px;
}
.executionSection .algo-card-inner .cardTop{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-scnd);
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.executionSection .algo-card.is-active:hover .algo-card-inner .cardTop{
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.executionSection .algo-icon{
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.executionSection .algo-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.executionSection .algo-content{
    text-align: left;
    flex-grow: 1;
}
.executionSection .algo-title{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 4px;
    line-height: 110%;
}
.executionSection .algo-subtitle{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 500;
    color: var(--color-highlight);
    margin-bottom: 0;
    line-height: 140%;
}
.executionSection .algo-details{
    display: block;
    flex-grow: 1;
}
.executionSection .algo-description h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h6);
    font-weight: 500;
    color: var(--color-third);
    margin-bottom: 10px;
    line-height: 120%;
}
.executionSection .algo-description p{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-darker);
    margin-bottom: 20px;
    line-height: 24px;
}
.executionSection .algo-description ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}
.executionSection .algo-description ul li{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-darker);
    padding-left: 20px;
    line-height: 160%;
    position: relative;
}
.executionSection .algo-description ul li::before{
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--color-highlight);
    top: 8px;
    border-radius: 100px;
}
.executionSection .arrow-btn{
    z-index: 4;
    background: var(--color-highlight);
    border: none;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    bottom: 12px;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.executionSection .arrow-btn img{
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}
.executionSection .algo-card.is-active:hover .arrow-btn{
    background: #ffffff;
    transform: translateY(-10px);
    transition: all 0.6s ease;
}
.executionSection .algo-card.is-active:hover .arrow-btn img{
    filter: brightness(1) invert(1);
}
.executionSection .algo-card.is-active:hover .algo-title,
.executionSection .algo-card.is-active:hover .algo-subtitle,
.executionSection .algo-card.is-active:hover .algo-description h4,
.executionSection .algo-card.is-active:hover .algo-description p,
.executionSection .algo-card.is-active:hover .algo-description ul li{
    color: #ffffff;
}
.executionSection .algo-card.is-active:hover .algo-description ul li::before{
    background: #ffffff;
}
.executionSection .algo-card.is-featured{
    background: var(--color-highlight);
    box-shadow: 0 24px 48px rgba(4, 55, 242, 0.35);
}
.executionSection .algo-card.is-featured .algo-card-inner .cardTop{
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.executionSection .algo-card.is-featured .algo-title,
.executionSection .algo-card.is-featured .algo-subtitle,
.executionSection .algo-card.is-featured .algo-description h4,
.executionSection .algo-card.is-featured .algo-description p,
.executionSection .algo-card.is-featured .algo-description ul li{
    color: #ffffff;
}
.executionSection .algo-card.is-featured .algo-description ul li::before{
    background: #ffffff;
}
.executionSection .algo-card.is-featured .arrow-btn{
    background: #ffffff;
}
.executionSection .algo-card.is-featured .arrow-btn img{
    filter: brightness(1) invert(1);
}
.executionSection .algo-card.is-featured:hover{
    background: var(--color-highlight);
    box-shadow: 0 30px 50px rgba(4, 55, 242, 0.45);
}

/* ===== Infrastructure Section ===== */
.infrastructure-section{
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}
.infrastructureWrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}
.infrastructureHeader{
    width: 40%;
    max-width: 100%;
    flex-shrink: 0;
    text-align: left;
}
.infrastructureHeader small{
    font-family: var(--font-para);
    font-size: var(--font-size-sm);
    font-weight: 600;
    color: var(--color-highlight);
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
}
.infrastructureHeader h2{
    font-family: var(--font-heading);
    font-size: var(--font-size-h2);
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 20px;
    background: linear-gradient(45deg, var(--color-highlight) 20%, var(--color-green-1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.infrastructureHeader p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-darker);
    line-height: 150%;
    margin: 0;
}
.infrastructureList{
    width: 60%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.infrastructureItem{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 32px 0;
    border-top: 1px solid rgba(0, 31, 62, 0.08);
    position: relative;
}
.infrastructureItem.animatedIcon{
    padding-left: 150px;
}
.infrastructureItem:first-child{
    border-top: none;
    padding-top: 0;
}
.infrastructureItem:last-child{
    padding-bottom: 0;
}
.infrastructureIcon{
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infrastructureIcon img,
.infrastructureIcon .infraIconSvg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    overflow: visible;
}
.infrastructureItem.animatedIcon .infrastructureIcon{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
}


.infrastructureIcon .infraIconSvg .infra-g{
    transform-box: fill-box;
    transform-origin: center;
}
.infrastructureIcon.is-animated .infraIconSvg{
    will-change: transform;
}
.infrastructureContent{
    flex-grow: 1;
    text-align: left;
}
.infrastructureContent h4{
    font-family: var(--font-heading);
    font-size: var(--font-size-h4);
    font-weight: 500;
    color: var(--color-highlight);
    line-height: 120%;
    margin: 0 0 10px;
}
.infrastructureContent p{
    font-family: var(--font-para);
    font-size: var(--font-size-p);
    font-weight: 400;
    color: var(--color-darker);
    line-height: 150%;
    margin: 0;
    max-width: 640px;
}

/* Algos page â€” infrastructure list scroll reveal */
.algos-page .infrastructure-section .infrastructureItem{
    will-change: transform, opacity;
}
.algos-page .infrastructure-section:not(.is-infra-reveal-ready) .infrastructureList .infrastructureItem{
    opacity: 0;
    transform: translate3d(0, 80px, 0);
}
@media (prefers-reduced-motion: reduce) {
    .algos-page .infrastructure-section:not(.is-infra-reveal-ready) .infrastructureList .infrastructureItem{
        opacity: 1;
        transform: none;
    }
    .algos-page .infrastructure-section .infrastructureItem{
        will-change: auto;
    }
}

/**/

.about-page .careerBriefs .newsletterSection h2{
    color: #ffffff;
}

.Aifontscroller.bannerSection{
    min-height: 75vh;
}
.whatAiDoesSection .container{
    display: flex;
    align-items: center;
    gap: 40px;
    z-index: 10;
}
.whatAiDoesSection .sectionHeader {
    align-items: flex-start;
}
.whatAiDoesSection .sectionHeader h4{
    text-align: left;
    width: 100%;
    background: linear-gradient(30deg, var(--color-highlight) 0%, var(--color-green-1) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.whatAiDoesSection .floatingObject{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 5%;
    bottom: 50%;
    z-index: 1;
}
.cardsStickyArea{
    width: 100%;
    flex: 1;
    min-width: 50%;
}
.cardsStickyArea .cardsGrid{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0px;
}

/* ===== What AI Does â€” sticky card stack (scroll-driven) ===== */

.whatAiDoesSection{
    background: var(--color-darker);
    background: linear-gradient(180deg, var(--color-darker) 50%, #4e5262 75%, #b0b3bf);
}
.whatAiDoesSection small{
    color: var(--color-scnd);
}
.whatAiDoesSection.is-scroll-driven{
    display: block;
    padding: 100px 0 80px;
    min-height: auto;
}
/* .whatAiDoesSection.is-scroll-driven > .container{
    width: 100%;
    max-width: 100%;
    padding-left: max(24px, calc((100% - 1320px) / 2 + 12px));
    padding-right: max(24px, calc((100% - 1320px) / 2 + 12px));
} */
.whatAiDoesSection .whatAiDoesStickyWrap{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.whatAiDoesSection .whatAiDoesStickyHeader{
    flex: 0 0 38%;
    max-width: 38%;
    align-self: flex-start;
    position: relative;
    z-index: 2;
    min-height: 70vh;
}
.whatAiDoesStickyHeader .floatingObject{
    bottom: 0%;
    right: 0%;
    left: initial;
}

.whatAiDoesSection .cardsStickyArea{
    flex: 1;
    min-width: 0;
}
.whatAiDoesSection .cardsStickyStack .card:not(:first-child){
    opacity: 0;
    visibility: hidden;
}
.whatAiDoesSection .cardsStickyStack.is-stack-ready .card:not(:first-child){
    opacity: 1;
    visibility: visible;
}
.whatAiDoesSection .cardsStickyStack{
    --stackGap: 30px;
    --stackTop: 28px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    /* overflow: hidden; */
}
.whatAiDoesSection .cardsStickyStack .card{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    flex: none;
    margin: 0 auto;
    transform-origin: center top;
    z-index: 1;
    pointer-events: none;
    transition: none;
    backface-visibility: hidden;
    box-shadow: 0 -20px 100px rgba(0, 0, 0, 0.3);
    will-change: transform, opacity, box-shadow;
    transition: box-shadow 0.3s ease-in-out;
}
.whatAiDoesSection .cardsStickyStack .card.is-active{
    pointer-events: auto;
    box-shadow: 0 -50px 150px rgba(0, 0, 0, 0.5);
    will-change: transform, opacity, box-shadow;
    transition: box-shadow 0.3s ease-in-out;
}
.whatAiDoesSection .cardsStickyStack .card.is-stacked{
    pointer-events: none;
    filter: saturate(0.92);
}
.whatAiDoesSection .cardsStickyStack .card:nth-child(2){ z-index: 2; }
.whatAiDoesSection .cardsStickyStack .card:nth-child(3){ z-index: 3; }
.whatAiDoesSection .cardsStickyStack .card:nth-child(4){ z-index: 4; }
.whatAiDoesSection .cardsStickyStack .card:nth-child(5){ z-index: 5; }
.whatAiDoesSection .cardsStickyStack .card:nth-child(6){ z-index: 6; }

@media (prefers-reduced-motion: reduce) {
    .whatAiDoesSection .cardsStickyStack .card{
        will-change: auto;
    }
}

@media (max-width: 767px) {
    .whatAiDoesSection .whatAiDoesStickyWrap{
        flex-direction: column;
        gap: 24px;
    }
    .whatAiDoesSection .whatAiDoesStickyHeader{
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .whatAiDoesSection .cardsStickyStack{
        min-height: calc(100vh - 180px);
        min-height: calc(100svh - 180px);
        height: calc(100vh - 180px);
        height: calc(100svh - 180px);
    }
}

.cardsStickyStack .card .cardHeader{
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.cardsStickyStack .card .cardHeader .cardNumber{
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 500;
    color: var(--color-scnd);
    line-height: 120%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cardsStickyStack .cardIcon,
.cardsStickyStack .cardTitle{ margin: 0;}
.cardsStickyStack .cardTitle{
    color: var(--color-highlight);
}
.cardList li::marker{
    color: var(--color-highlight);
}
.cardsStickyStack .card{ padding: 40px 40px 60px;}

.algos-page .Aifontscroller{
    padding: 100px 0; 
}
.algos-page .visualizationSection .sectionHeader h4,
.pov-page .latestNewSection .sectionHeader h4,
.twap-page .latestNewSection .sectionHeader h4,
.explorer-page .latestNewSection .sectionHeader h4,
.dy-vwap .latestNewSection .sectionHeader h4{
    background: linear-gradient(30deg, var(--color-highlight) 0%, var(--color-green-1) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: auto;
    line-height: 150%;
}

.algos-page .executionSection{
    background: var(--color-fourth);
}
.algos-page .executionSection .executionSectionHeader{
    flex: 0 1 auto;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}
.algos-page .executionSection .executionSectionHeader p{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.algos-page .executionSectionRailEdge--left {
    left: 0;
    background: linear-gradient(90deg, #c9d3ff 0%, rgb(201 211 255) 38%, rgb(201 211 255 / 0%) 100%);
}

.algos-page .executionSectionRailEdge--right {
    right: 0;
    background: linear-gradient(269deg, rgb(201 211 255) 0%, rgb(201 211 255 / 9%) 50%, rgb(201 211 255 / 0%) 100%);
}

.keyparamArea{
    padding: 100px 0;
}
.keyparamArea p.subTitle{
    color: #ffffff;
    font-size: var(--font-size-p);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hasGradientBtm::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(231 234 249 / 0%) 0%, rgb(231 234 249) 100%);
    z-index: 1;
}
.dy-vwap .vwapscroller{
    padding: 100px 0;
    min-height: 50vh;
}
.dy-vwap .allAlgosSection{
    background-color: var(--color-fourth);
}

.career-page .latestNewSection .sectionHeader h4 {
    background: linear-gradient(30deg, var(--color-highlight) 0%, var(--color-green-1) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: auto;
    line-height: 150%;
    margin-bottom: 100px;
}
.career-page .how-left h2{
    background: linear-gradient(30deg, var(--color-highlight) 0%, var(--color-green-1) 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.career-page .howitworkWrapper{
    gap: 100px;
}

.career-detail-page .bannerContent .txtArea small {
    font-size: var(--font-size-p);
    font-weight: 500;
    color: #fff;
}
.career-detail-page .bannerSection.careerbaner{
    justify-content: center;
    min-height: 60vh;
}
.career-detail-page .bannerContent .txtArea{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.career-detail-page .bannerContent .txtArea h1,
.career-detail-page .bannerContent .txtArea small{
    text-align: center;
}
.career-detail-page .ctaActionButton span.arrow{
    background: rgb(255 255 255 / 100%);
}
.career-page .ctaActionButton:hover span.arrow{
    background: rgb(255 255 255 / 50%);
}

.career-page .bannerContent .txtArea{
    gap: 50px;
    align-items: center;    
}
.career-page .move-bottom{
    margin-top: 50px;
}

.chart-card{
    border:1px solid #c9ccda;
    border-radius:14px;
    padding:8px 12px 10px;
    background:white;
    width: 100%;
  }
  .chart-card svg{width:100%;height:auto;display:block}

  .pov-page .keyparamArea .container{
    gap: 100px;
  }
  .pov-page .keyparamArea .serviceAnalyzeSection,
  .pov-page .keyparamArea .stockCountSection{
    width: 50%;
  }

  .aboutUnits .serviceAnalyzeSection{
    width: 100%;
  }

  