html, body {
    --color-primary: #1B263B;
    --color-secondary: #44C1F1;
    --color-secondary-subtle: rgba(68, 192, 241, 0.15);
    --btn-color: #191D23;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--btn-color);
}
a{
    color: inherit;
}
a,a:hover{
    text-decoration: none;
}
.ahovsecondary a{
    transition: all .3s ease-in-out;
}
.ahovsecondary a:hover{
    color: var(--color-secondary) !important;
}
.bg-primary {
    background-color: var(--color-primary) !important;
    background-image: radial-gradient(#143360, #1B263B);
}
.bg-secondary {
    background-color: var(--color-secondary) !important;
}
.text-primary{
    color: var(--btn-color) !important;
}
.text-secondary{
    color: var(--color-secondary) !important;
}
.bg-secondary-subtle{
    background-color: var(--color-secondary-subtle) !important;
}
.text-sm, .f-14{font-size: .875rem !important;}
.text-xs, .f-12{font-size: .75rem !important;}
.text-lg,.f-18{font-size: 1.125rem !important;}
.lh-17{line-height: 1.7;}
.border-primary{
    border-color: var(--color-primary) !important;
}
.border-secondary{
    border-color: var(--color-secondary) !important;
}
.grad{
    color: #191D23;
    background: linear-gradient(to right, #191D23 0%, #191D23 50%, #44C1F1 60%, #3586AC 100%);
    background-size: 300% auto;
    background-clip: text;
    text-fill-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.grad.white{
    color: #fff;
    background: linear-gradient(to right, #fff 0%, #fff 50%, #44C1F1 60%, #3586AC 100%);
    background-size: 300% auto;
    background-clip: text;
    text-fill-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.grad.colorize{
    animation: shine 2s forwards;
}
@keyframes shine {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 100% center;
    }
}
.gradient-text {
    color: #1B263B;
    background: linear-gradient(90deg, #44C1F1 0.03%, #1B263B 131.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .btn-primary{
    --btn-border-angle: 0deg;
    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(270deg, var(--color-primary), var(--color-secondary)) padding-box, conic-gradient(from var(--btn-border-angle), #00374d, #E5EBFF, #00374d) border-box;
    background-clip: padding-box, border-box;
} */
.btn-primary{
    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
    background: linear-gradient(98deg, rgba(255, 255, 255, 0.04) 46.86%, rgba(245, 245, 245, 0.04) 58.95%);
    backdrop-filter: blur(5px);
    color: #fff;
    border: 1px solid #aaa;
}
.btn-primary.light{
    color: #000;
}
.btn-primary.btn-sm{
    font-size: 1rem;
}
.btn-primary.nav-link{
    color: #fff !important;
}
header.header-light:not(.scrolled) .btn-primary.nav-link{
    color: var(--btn-color) !important;
}
.btn-primary *{
    position: relative;
    z-index: 1;
}
.btn-primary.rounded-pill::before{
    border-radius: 100px;
}
.btn-primary.rounded-circle::before{
    border-radius: 50%;
}
.btn-primary.rounded-1::before{
    border-radius: .25rem;
}
.btn-primary.rounded-2::before{
    border-radius: .375rem;
}
.btn-primary.rounded-3::before{
    border-radius: .5rem;
}
/* .btn-primary:hover, .btn-primary:focus{
    border-color: transparent !important;
    animation: btn-primary-border-spin 1.2s linear infinite;
} */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus-within, .btn-primary:focus-visible{
    background: rgba(68, 192, 241, 0.281) !important;
    color: initial !important;
    border-color: var(--color-secondary);
}
.btn-primary.light:hover, .btn-primary.light:focus{
    color: var(--btn-color);
}
@property --btn-border-angle{
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}
@keyframes btn-primary-border-spin{
    to{
        --btn-border-angle: 360deg;
    }
}
.btn-outline-primary{
    background-color: #fff;
    border: 2px solid var(--color-secondary);
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--btn-color) !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.active{
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff !important;
}
.btn-light{
    background-color: rgba(197, 197, 197, 0.5);
    color: #4F4E4E;
}
.alert-primary{
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff !important;
}
.btn-dark{
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff !important;
}
.btn-dark:hover, .btn-dark:focus{
    background-color: #fff;
    border-color: var(--color-primary);
    color: var(--color-primary) !important;
}
.btn-outline-dark{
    background-color: #fff;
    border: 2px solid var(--color-primary);
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--btn-color) !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff !important;
}
.object-position-bottom{
    object-position: bottom;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    padding-right: calc(2.5em + .75rem) !important;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"]{
    padding-right: 4.25rem !important;
}
/* .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"]{
    background-position: center right 2.25rem, right .75rem center;
} */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  box-shadow: none; 
  border-radius: 10px;
}
/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #44C1F1; 
  border-radius: 10px;
}
/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #00b7ff; 
}



header{
    transition: all 0.3s ease-in-out;
}
header.header-light {
    background: #fff;
}
header.scrolled{
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.scrollUp{
    transform: translateY(-100%);
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
}
.dropdown-toggle::after {
    content: "\f078";
    font-family: fontAwesome;
    border: none !important;
    margin-left: 0.5rem;
    font-size: 75%;
    vertical-align: middle;
}
.navbar .navbar-nav .nav-item > .nav-link{
    font-size: 1.125rem;
    color: #fff;
}
.navbar .navbar-nav .nav-item > .nav-link.active{
    font-weight: 600;
}
.header-light:not(.scrolled) .navbar .navbar-nav .nav-item > .nav-link{
    color: var(--btn-color);
}
.banner-overlay{
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.70) 46.39%, rgba(102, 102, 102, 0.13) 76.74%);
}
.sbox{
    background-image: linear-gradient(0deg, var(--color-primary) 0%, rgba(68, 193, 241, 0.2) 100%);
}
/* .sbox img, .vbox i, .different i{
} */
.sbox:hover img, .vbox:hover i, .vbox:hover img, .different:hover i{
    transition: all 1s ease-in-out;
    transform: rotateY(360deg);
}
.vbox:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.vbox{
    background-color: rgba(197, 197, 197, 0.12);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.vbox::before{
    content: '';
    width: 90%;
    height: 150%;
    border-radius: 50%;
    background: linear-gradient(139deg, rgba(68, 193, 241, 0.20) 36.71%, rgba(27, 38, 59, 0.10) 76.95%);
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.vbox:hover{
    background-color: var(--color-primary);
    color: #fff;
}
.vbox:hover::before{
    opacity: 1;
}
.journey{
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .1);
    width: calc(100% - 14px);
}
/*Impact Section*/
.im {
    position: absolute;
    width: 35%;
    opacity: 0;
}
.impact-sec.activate .im{
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    opacity: 1;
}
.im.im1 {
    top: 5%;
    left: 5%;
}
.im.im2 {
    top: 5%;
    right: 5%;
    transition-delay: 0.2s;
}
.im.im3 {
    bottom: 2%;
    right: 5%;
    transition-delay: 0.4s;
}
.im.im4 {
    bottom: 3%;
    left: 5.5%;
    transition-delay: 0.6s;
}
.im.im5 {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition-delay: 0.8s;
}
.joint{ position: absolute; height: auto; }
.joint.joint1 {
    top: 26%;
    left: 28%;
    width: 17.6%;
}
.joint.joint2 {
    top: 28%;
    left: 51.7%;
    width: 21.8%;
}
.joint.joint3 {
    top: 59%;
    left: 54.4%;
    width: 17.64%;
}
.joint.joint4 {
    top: 58.3%;
    left: 26%;
    width: 25.5%;
}
.joint line{
    stroke-dasharray: 960px;
    stroke-dashoffset: 960px;
}
.joint1 line{ transition-delay: 1.2s; }
.joint2 line{ transition-delay: 1.4s; }
.joint3 line{ transition-delay: 1.6s; }
.joint4 line{ transition-delay: 1.8s; }
.impact-sec.activate .joint line{
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    stroke-dashoffset: 0;
}
.imsvg path{
    stroke-dasharray: 1200px;
    stroke-dashoffset: 1200px;
    transition-delay: 1s;
}
.imsvg circle, .imsvg ellipse{
    opacity: 0;
    transition-delay: 1s;
}
.impact-sec.activate .imsvg path{
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    stroke-dashoffset: 0;
}
.impact-sec.activate .imsvg circle, .impact-sec.activate .imsvg ellipse{
    opacity: 1;
}






.linkedin{background-color: #2867B2;color: #fff;transition: .3s ease;border: 2px solid #2867B2;}
.linkedin:hover{background-color: #fff;color: #2867B2;}
.slick-slider{
    margin: 0 -1rem;
}
.slick-slider:not(.slick-initialized) > div:not(:first-child){
    display: none;
}
.advisor-slider .slick-list{
    overflow: visible;
}
.slick-slider .slick-dots{
    bottom: -1rem;
    left: 0;
}
.slick-slider .slick-dots li button::before{
    font-size: 15px;
    color: var(--color-primary);
    transition: .3s ease;
}
.slick-slider .slick-dots li:hover button::before, .slick-slider .slick-dots li.slick-active button::before{
    color: var(--color-secondary);
    opacity: 1;
} 
.tsingle{
    position: relative;
}
.tcaption{
    background: linear-gradient(0deg, rgba(27, 38, 59, 1), rgba(74, 104, 161, 0.3));
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.tcaption p:last-child{
    margin-bottom: 0;
}
.tsingle:hover .tcaption{
    opacity: 1;
}
.copybtn.copied{
    background-color: #000;
    color: #fff;
    font-size: 70%;
    padding: .25rem;
    border-radius: 4px;
}
.blog-content img{
    max-width: 100%;
}
.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.blog-content blockquote{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-left: 5px solid var(--color-primary);
    background-color: rgba(197, 197, 197, 0.12);
}
.blog-content blockquote p:last-child{
    margin-bottom: 0;
}

/*Asset Section*/
.asset-sec{
    background-color: #000;
    background-image: url(../images/asset-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 700px;
    transition: background-image 0.3s ease-in-out;
}
.asset-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.asset-single{
    flex: 0 0 20%;
    max-width: 20%;
    transition: all 0.3s ease-in-out;
    border-right: 4px solid #fff;
    position: relative;
}
.asset-single:last-child{
    border-right: 0;
}
.asset-single.active{
    flex: 0 0 40%;
    max-width: 40%;
}
/* .asset-single::before{
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: calc(100% + 4px);
    height: 2px;
    background-color: #C5C5C5;
}
.asset-single.active::before{
    background-color: var(--color-primary);
}
.asset-single.active::after{
    content: "";
    position: absolute;
    bottom: calc(-1rem - 10px);
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid var(--color-primary);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
} */
.asset-card{
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
}
.asset-single.active .asset-card{
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 1;
}
.asset-tab > div{
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1rem 0;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}
.asset-tab > div.active{
    font-weight: 600;
    border-bottom: 4px solid var(--color-secondary);
}
.piller-slider{
    padding: 0 3rem;
}
.piller-slider .slick-list{
    overflow: visible;
}
.serve-item > div{
    width: 500px;
    max-width: 100%;
}
.serve-item > img{
    width: 350px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
} 
.serve-item:hover > img{
    opacity: 1;
}
.serve-item .serve-dropdown-menu{
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.serve-item:hover .serve-dropdown-menu{
    transition: all 0.7s ease-in-out;
    max-height: 500px;
}
.waving-images{
    transform: translateY(27%);
}
.waving-images > div img{
    animation: waving 3s ease-in-out infinite;
}
.waving-images > div:nth-child(2) img{
    animation-duration: 4.2s;
}
.waving-images > div:nth-child(3) img{
    animation-duration: 3.4s;
}
.waving-images > div:nth-child(4) img{
    animation-duration: 2.6s;
}
@keyframes waving {
    0%{
        transform: translateY(17%);
    }
    50%{
        transform: translateY(-17%);
    }
    100%{
        transform: translateY(17%);
    }
}
.how2-nav{
    margin-left: -30px;
}
.how-progress{
    width: 10px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    position: relative;
}
.how-progress.how2{
    background-color: rgba(255, 255, 255, 0);
}
.how-progress::after{
    content: "";
    position: absolute;
    top: var(--progress, 0%);
    left: -1px;
    width: 12px;
    height: var(--height, 0%);
    background-color: var(--color-secondary);
    border-radius: 10px;
    transition: top 0.55s cubic-bezier(0.22, 1, 0.36, 1), height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.how-nav > div{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}
.how-nav:not(.how2) > div img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 1.75rem;
}
.how-nav.how2 > div{
    color: #C5C5C5;
}
.how-nav > div:last-child{
    margin-bottom: 0;
}
.how-nav > div:not(.child).active, .how-nav > div.parent{
    background-color: #fff;
    color: var(--btn-color);
    padding: 1rem;
    border-radius: 1.5rem;
    font-size: 1.25rem;
}
.how-nav.how2 > div.active{
    color: #fff;
    background-color: var(--color-primary);
}
.how-nav > div.child{
    padding-left: 1.5rem;
    transition: all 0.3s ease-in-out;
    border-left: 2px solid transparent;
}
.how-nav > div.child.active{
    border-color: var(--color-secondary);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-secondary);
}
.asset-classes-page .how2-nav{
    margin-left: 0;
}
.asset-classes-page .how-nav > div{
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: .7rem .9rem;
    border-radius: 1.1rem;
}
.asset-classes-page .how-nav > div:not(.child).active, .asset-classes-page .how-nav > div.parent{
    padding: .7rem .9rem;
    border-radius: 1.1rem;
    font-size: 1rem;
}
.asset-classes-page .how-section .how-content{
    background-color: #fff;
    border: 1px solid rgba(27, 38, 59, 0.12);
    border-radius: 1.5rem;
    padding: clamp(1rem, 1.5vw, 1.5rem);
    box-shadow: 0 .85rem 2rem rgba(27, 38, 59, 0.06);
}
.asset-classes-page .how-section .how-content{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.asset-classes-page .asset-tab-title{
    position: sticky;
    top: 12px;
    z-index: 1;
    background: #fff;
    padding-top: .25rem;
}
.asset-classes-page .how-content > h3.fs-5.fw-medium{
    font-size: 1.05rem !important;
    color: rgba(27, 38, 59, 0.78) !important;
    margin-bottom: 0 !important;
    max-width: 70ch;
}
.asset-classes-page .asset-metrics{
    gap: .75rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.asset-classes-page .asset-metrics > div{
    background: rgba(68, 193, 241, 0.08);
    border: 1px solid rgba(27, 38, 59, 0.12);
    border-left: 4px solid rgba(68, 193, 241, 0.85);
    border-radius: .95rem;
    padding: .75rem .9rem;
    min-width: 11rem;
}
.asset-classes-page .asset-metrics .text-secondary{
    font-size: .95rem !important;
}
.asset-classes-page .how-content h3.fs-5.border-bottom{
    font-size: 1rem !important;
    letter-spacing: .04em;
    /* text-transform: uppercase; */
}
.asset-classes-page .asset-products .d-flex.align-items-center{
    background: rgba(27, 38, 59, 0.04);
    border: 1px solid rgba(27, 38, 59, 0.12);
    border-radius: .95rem;
    padding: .65rem .8rem;
    transition: all 0.5s ease;
}
.asset-classes-page .asset-products .d-flex.align-items-center:hover{
    transform: translateY(-.25rem);
}
.asset-classes-page .asset-products .fs-5{
    font-size: 1.05rem !important;
}
.asset-classes-page .how-content .ps-3.border-start{
    background: rgba(27, 38, 59, 0.02);
    border-radius: .95rem;
    padding: .75rem 1rem;
}
.asset-classes-page .how-section .how-content > h3{
    color: #1B263B;
}
.asset-classes-page .asset-metrics{
    margin-top: .25rem;
}
.asset-classes-page .asset-metric{
    background: rgba(68, 193, 241, 0.08);
    border: 1px solid rgba(68, 193, 241, 0.18);
    border-left: 4px solid rgba(68, 193, 241, 0.85);
    border-radius: .95rem;
    padding: .65rem .85rem;
    min-width: 11.5rem;
}
.asset-classes-page .asset-products{
    --bs-gutter-y: 1rem;
}
.asset-classes-page .asset-product{
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(27, 38, 59, 0.12);
    border-radius: .95rem;
    padding: .65rem .85rem;
}
.asset-classes-page .asset-product img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.offerings-industries .how2-nav{
    margin-left: 0;
}
.offerings-industries .how-nav > div{
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: .7rem .9rem;
    border-radius: 1.1rem;
}
.offerings-industries .how-nav > div:not(.child).active, .offerings-industries .how-nav > div.parent{
    padding: .7rem .9rem;
    border-radius: 1.1rem;
    font-size: 1rem;
}
.offerings-industries .how-section .how-content{
    background-color: #fff;
    border: 1px solid rgba(27, 38, 59, 0.12);
    border-radius: 1.5rem;
    padding: clamp(1rem, 1.5vw, 1.5rem);
    box-shadow: 0 .85rem 2rem rgba(27, 38, 59, 0.06);
}
/* .offerings-industries .industry-metrics > div{
    background: rgba(68, 193, 241, 0.08);
    border: 1px solid rgba(68, 193, 241, 0.18);
    border-left: 4px solid rgba(68, 193, 241, 0.85);
    border-radius: .95rem;
    padding: .55rem .75rem;
    min-width: 10.75rem;
} */
.offer-banner.aos-animate{
    transition-duration: 1s !important;

}
.offer-banner img{
    position: relative;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}
.offer-banner img:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer-banner img.active {
    opacity: 1;
    /* z-index: 1; */
}
.line1 {
    position: absolute;
    bottom: 4rem;
    right: calc(100% + 2rem);
    opacity: 0;
    transition: .3s ease;
}
.line3 {
    position: absolute;
    bottom: 4rem;
    left: calc(100% + 2rem);
    transform: rotateY(180deg);
    opacity: 0;
    transition: .3s ease;
}
.line1.active, .line3.active{
    opacity: 1;
}



.tag{
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--color-secondary);
    transition: all 0.2s ease-in-out;
}
.tag.filled{
    background-color: var(--color-secondary);
    color: #000;
}
.tag:hover{
    background-color: var(--color-secondary);
    color: #fff;
}



.imp{
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.imp.active{
    opacity: 1;
}
/* .imp1{
    top: 20.8%;
    left: 28%;
    width: 42.5%;
}
.imp2{
    top: 38%;
    left: 39%;
    width: 39%;
}
.imp3{
    bottom: 0%;
    left: 12%;
    width: 25%;
}
.imp4{
    bottom: 0.8%;
    right: 0.2%;
    width: 32.5%;
} */
.imp1{
    top: 17%;
    left: 6.2%;
    width: 64%;
}
.imp2{
    top: 19.8%;
    left: 39.5%;
    width: 59%;
}
.imp3{
    bottom: 0%;
    left: 3%;
    width: 34%;
}
.imp4{
    bottom: 0.8%;
    right: 0.2%;
    width: 53.5%;
}


.aban1{
    right: 0%;
}
.aban2{
    right: -7%;
}
.aban3{
    right: 5%;
}
.ab-wrap{
    height: 500px;
}
.about-banner-animated{
    width: 100%;
}
.ana-inner{
    background-image: url(../images/about-us/about-banner1.png);
    background-repeat: repeat-y;
    background-size: 100%;
    animation: bganim 50s linear infinite alternate;
}
.ana2{
    background-image: url(../images/about-us/about-banner2.png);
    animation-direction: alternate-reverse;
}
.ana3{
    background-image: url(../images/about-us/about-banner3.png);
}
@keyframes bganim {
    from {background-position-y: 1000%;}
    to {background-position-y: 0%;}
}
.etag{
    background-color: rgba(68, 192, 241, 0.15);
    color: #000;
    font-size: .75rem;
    padding: .375rem .75rem;
    border-radius: 40px;
}
.accordion.custom-accordion{
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-btn-icon-width: 2.5rem
}
.custom-accordion .accordion-button::after{
    background-color: var(--color-secondary);
    background-image: var(--bs-accordion-btn-icon),linear-gradient(270deg, var(--color-primary), var(--color-secondary));
    border-radius: 50%;
    background-size: 1rem, cover;
    background-position: center;
}
.custom-accordion .accordion-button:not(.collapsed)::after{
    background-color: #000;
}
.custom-accordion .accordion-button{
    padding-right: 0;
}
.custom-accordion .accordion-body {
    padding: 0 var(--bs-accordion-body-padding-x) 1rem;
}
.benefits-sec{
    background-image: url(../images/benefits-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.xbox{
    transition: all 0.3s ease-in-out;
}
.xbox:hover{
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.orbit-financing-section{
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fd 50%, #eef6fb 100%);
}
.financing-summary-ribbon{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
}
.financing-summary-ribbon span{
    display: inline-flex;
    align-items: center;
    padding: .75rem 1rem;
    border-radius: 999px;
    background-color: rgba(68, 193, 241, 0.08);
    border: 1px solid rgba(68, 193, 241, 0.18);
    color: #1b263b;
    font-weight: 600;
    font-size: .95rem;
}
.financing-orbit-shell{
    --orbit-rotate: 0deg;
    --orbit-radius: clamp(14.25rem, 23vw, 21.5rem);
    max-width: 78rem;
}
.financing-orbit-stage{
    position: relative;
    min-height: clamp(38rem, 60vw, 54rem);
    display: grid;
    place-items: center;
    padding: 4rem 1.5rem;
    border-radius: 2.25rem;
    /* background:
        radial-gradient(circle at top left, rgba(68, 193, 241, 0.16) 0%, rgba(68, 193, 241, 0) 35%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 251, 255, 0.98) 48%, rgba(236, 245, 251, 1) 100%);
    border: 1px solid rgba(68, 193, 241, 0.12);
    box-shadow: 0 2.25rem 5rem rgba(27, 38, 59, 0.08);
    overflow: hidden; */
    --orbit-parallax-x: 0px;
    --orbit-parallax-y: 0px;
}
.financing-orbit-ring{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--orbit-radius) * 2.35);
    height: calc(var(--orbit-radius) * 2.35);
    border-radius: 50%;
    /* border: 10px dotted rgba(68, 193, 241, 1); */
    /* background:
        radial-gradient(circle at 50% 50%, rgba(68, 193, 241, 0.08) 0%, rgba(68, 193, 241, 0) 62%),
        radial-gradient(circle at 65% 30%, rgba(27, 38, 59, 0.05) 0%, rgba(27, 38, 59, 0) 55%); */
    background-image: url(../images/circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) translate3d(var(--orbit-parallax-x), var(--orbit-parallax-y), 0);
    transition: transform .35s ease;
}
.financing-orbit-ring::before{
    content: "";
    position: absolute;
    inset: 5%;
    border-radius: 50%;
    background-image: url(../images/dotted.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 2px dotted rgb(9 86 123); */
}
.financing-orbit-ring::after{
    content: "";
    position: absolute;
    inset: 25%;
    border-radius: 50%;
    border: 2px dotted rgb(9 86 123);
}
.financing-orbit-core{
    position: relative;
    z-index: 6;
    width: clamp(13.5rem, 22vw, 17rem);
    height: clamp(13.5rem, 22vw, 17rem);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(circle at top, rgba(80, 202, 248, 0.3) 0%, rgba(80, 202, 248, 0) 42%),
        linear-gradient(160deg, #203247 0%, #1b263b 58%, #111c2d 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 1.75rem 3.5rem rgba(27, 38, 59, 0.22);
    transform: translate3d(calc(var(--orbit-parallax-x) * -0.45), calc(var(--orbit-parallax-y) * -0.45), 0);
    transition: transform .35s ease;
}
.financing-orbit-core-kicker{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .9rem;
    margin-bottom: .8rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.financing-orbit-core-title{
    color: #fff;
    font-size: clamp(1.35rem, 2.1vw, 1.7rem);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.18;
    /* margin-bottom: .65rem; */
}
.financing-orbit-core-subtitle{
    color: rgba(255, 255, 255, 0.7);
    font-size: .95rem;
    line-height: 1.55;
}
.financing-orbit-card{
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(16.5rem, 24vw, 19.5rem);
    transform:
        translate(-50%, -50%)
        rotate(calc(var(--orbit-rotate) + var(--orbit-angle)))
        translateX(var(--orbit-radius))
        rotate(calc(-1 * (var(--orbit-rotate) + var(--orbit-angle))));
    transform-origin: center;
    z-index: 3;
    --orbit-highlight: 0;
}
.financing-orbit-card-inner{
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    /* background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 247, 253, 0.98) 100%); */
    border: 1px solid rgba(68, 193, 241, 0.16);
    box-shadow: 0 1.5rem 3.25rem rgba(27, 38, 59, 0.1);
    padding: 0rem 1rem 1.5rem;
    backdrop-filter: blur(10px);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease;
    animation: orbitFloat 5.2s ease-in-out infinite;
    text-align: center;
}
.financing-orbit-card-inner::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 30%, rgba(68, 193, 241, 0.42) 0%, rgba(68, 193, 241, 0) 58%),
        radial-gradient(circle at 75% 75%, rgba(27, 38, 59, 0.16) 0%, rgba(27, 38, 59, 0) 55%),
        linear-gradient(140deg, rgba(68, 193, 241, 0.26) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: var(--orbit-highlight);
    transition: opacity .2s linear;
    pointer-events: none;
    z-index: 0;
}
.financing-orbit-card-inner::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(68, 193, 241, 0.75);
    opacity: var(--orbit-highlight);
    transition: opacity .2s linear;
    pointer-events: none;
    z-index: 1;
}
.financing-orbit-card-inner > *{
    position: relative;
    z-index: 2;
}
.financing-orbit-card.is-orbit-highlight .financing-orbit-card-inner{
    box-shadow:
        0 2.8rem 5.1rem rgba(27, 38, 59, 0.16),
        0 0 0 2px rgba(68, 193, 241, calc(0.12 * var(--orbit-highlight))),
        0 0 0 10px rgba(68, 193, 241, calc(0.06 * var(--orbit-highlight)));
    transform: translate3d(0, calc(-12px * var(--orbit-highlight)), 0) scale(calc(1 + (0.035 * var(--orbit-highlight))));
}
/* .financing-orbit-card.is-orbit-highlight .financing-orbit-card-icon{
    background: rgba(68, 193, 241, 0.24);
} */
.financing-orbit-card-icon img {
    max-height: 110px;
}
.financing-orbit-card.is-orbit-highlight .financing-orbit-card-count{
    color: #1b263b;
}
.financing-orbit-card.is-orbit-highlight .financing-orbit-card-title{
    /* color: #0f1c2f; */
    color: #44c1f1;
}
.financing-orbit-card.is-orbit-highlight .financing-orbit-card-copy{
    color: rgba(15, 28, 47, 0.82);
}
.financing-orbit-card:nth-of-type(1) .financing-orbit-card-inner{ animation-delay: .1s; }
.financing-orbit-card:nth-of-type(2) .financing-orbit-card-inner{ animation-delay: .55s; }
.financing-orbit-card:nth-of-type(3) .financing-orbit-card-inner{ animation-delay: 1s; }
.financing-orbit-card:hover .financing-orbit-card-inner{
    transform: translate3d(0, -8px, 0) scale(1.02);
    box-shadow: 0 2.25rem 4rem rgba(27, 38, 59, 0.14);
    border-color: rgba(68, 193, 241, 0.3);
}
.financing-orbit-card-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.financing-orbit-card-count{
    font-size: .95rem;
    font-weight: 700;
    color: #44C1F1;
    letter-spacing: .08em;
}
.financing-orbit-card-label{
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(27, 38, 59, 0.46);
}
.financing-orbit-card-icon{
    /* width: 3.5rem;
    height: 3.5rem; */
    width: 100%;
    border-radius: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(68, 193, 241, 0.12); */
    color: var(--color-secondary);
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.financing-orbit-card-title{
    margin-bottom: .25rem;
    color: #1b263b;
    font-size: 1.125rem;
    font-weight: 600;
    transition: .3s ease;
}
.financing-orbit-card-copy{
    margin-bottom: 0;
    color: rgba(27, 38, 59, 0.74);
    line-height: 1.5;
    font-size: .875rem;
}
@keyframes orbitFloat{
    0%, 100%{ transform: translate3d(0, 0, 0); }
    50%{ transform: translate3d(0, 10px, 0); }
}
.orbit-center-kicker{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .9rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.financing-process-shell{
    position: relative;
    max-width: 100%;
}
.financing-process-marquee-wrap{
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    padding-bottom: 1.5rem;
}
.financing-process-marquee{
    display: flex;
    align-items: center;
    gap: 3rem;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
}
.financing-process-marquee span{
    display: inline-block;
    font-size: clamp(4rem, 11vw, 8.5rem);
    line-height: .9;
    font-weight: 400;
    letter-spacing: -.06em;
    color: #f4f4f1;
    text-transform: uppercase;
}
.financing-process-board{
    position: relative;
    z-index: 1;
    margin-top: -1rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
}
.financing-process-item{
    position: relative;
    padding: 2.25rem 2rem 2rem;
    min-height: 100%;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 253, 0.98) 100%);
    border: 1px solid rgba(27, 38, 59, 0.08);
    box-shadow: 0 1.5rem 3.25rem rgba(27, 38, 59, 0.08);
    transition: box-shadow .35s ease, border-color .35s ease;
    will-change: transform;
}
.financing-process-item:hover{
    border-color: rgba(68, 193, 241, 0.22);
    box-shadow: 0 2.25rem 4rem rgba(27, 38, 59, 0.12);
}
.financing-process-item:last-child{
    border-right: 1px solid rgba(27, 38, 59, 0.08);
}
.financing-process-step{
    margin-bottom: 1.75rem;
    color: rgba(27, 38, 59, 0.42);
    font-size: 1rem;
    font-weight: 500;
}
.financing-process-heading{
    margin-bottom: 1.5rem;
    color: #181818;
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    line-height: 1.16;
    font-weight: 500;
    letter-spacing: -.04em;
}
.financing-process-description{
    margin-bottom: 1.5rem;
    color: rgba(24, 24, 24, 0.76);
    font-size: 1.02rem;
    line-height: 1.8;
}
.financing-process-points{
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}
.financing-process-points span{
    display: inline-flex;
    align-items: center;
    padding: .55rem .85rem;
    border-radius: 999px;
    background-color: rgba(68, 193, 241, 0.08);
    border: 1px solid rgba(68, 193, 241, 0.14);
    color: #1b263b;
    font-size: .85rem;
    font-weight: 600;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1), background-color .3s ease;
}
.financing-process-item:hover .financing-process-points span{
    transform: translate3d(0, -2px, 0);
}
/*New Home banner*/
.hero-tiles {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.tile {
    position: relative;
    overflow: hidden;
}

.tile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SHAPES */
.tile.t1 video {
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.tile.t2 video,
.tile.t3 video {
    clip-path: polygon(55% 0, 100% 0, 45% 100%, 0 100%);
}

.tile.t4 video {
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

/* Layout (same as yours) */
.tile.t1 { flex: 0 0 36%; }
.tile.t2 { flex: 0 0 66%; margin-left: -36%; }
.tile.t3 { flex: 0 0 75%; margin-left: -41%; }
.tile.t4 { flex: 0 0 41%; margin-left: -41%; }


.cta{
    background-color: var(--color-primary);
    background-image: url(../images/cta_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, var(--color-primary), rgba(0,0,0,0));
}







.gototop{
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    background-color: var(--color-secondary);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    z-index: 20;
}
.gototop:hover{
    background-color: var(--btn-color);
}
.footer-link {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.footer-link:hover {
    color: #fff;
    transform: translateX(5px);
}
.footer-link::before {
    content: "\f111";
    font-family: fontAwesome;
    font-size: 8px;
    margin-right: 5px;
    transition: all 0.3s ease;
    vertical-align: middle;
    display: none;
}
.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
}
.social-link:hover {
    background: #fff;
    color: var(--bs-primary);
    transform: translateY(-5px);
}

/* New design CSS */
.bnft{
    border-radius: 100px 0 12px 100px;
    background: linear-gradient(91deg, rgba(68, 193, 241, 0.20) 16.77%, rgba(47, 114, 148, 0.61) 53.77%, #1B263B 89.78%);
}
.icon{
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.icon img{
    max-width: 75%;
    max-height: 80%;
}
.bnft-desc{
    padding-top: .25rem;
}
.profit-engine-section .profit-engine-card{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.05rem 1.1rem;
    border-radius: 10.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
}
.profit-engine-section .profit-engine-icon{
    width: 3.35rem;
    height: 3.35rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.profit-engine-section .profit-engine-card:hover .profit-engine-icon {
    transform: translateY(-10px);
}
.profit-engine-section .profit-engine-icon img{
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
}
.profit-engine-section .profit-engine-body{
    min-width: 0;
}
.profit-engine-section .profit-engine-body p{
    font-size: 0.975rem;
}
.srwrap{
    color: #000;
}
.srwrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(80deg, rgba(0, 0, 0, 0.65) 67.36%, rgba(102, 102, 102, 0.65) 83.2%);
    transition: .3s ease;
}
.custom-dropdown{
    border-radius: 24px;
    background: linear-gradient(98deg, rgba(255, 255, 255, 0.04) 46.86%, rgba(245, 245, 245, 0.04) 58.95%);
    color: #fff;
    border: 1px solid #888888;
}
.aban-arrow1{
    position: absolute;
    top: 25%;
    left: -7%;
    width: 45%;
    height: auto;
}
.aban-arrow2{
    position: absolute;
    top: 58%;
    right: 2%;
}
.glass-hover {
    transition: all 0.3s ease-in-out;
}
.glass-hover:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.3) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.glass-hover i, .glass-hover img{
    transition: .3s ease;
}
.glass-hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.glass-hover:hover i{
    color: var(--color-secondary);
}
.glass-hover:hover img{
    -webkit-filter: none;
    filter: none;
}
.glass-hover .dtt{
    transition: all 0.3s ease-in-out;
}
.glass-hover:hover .dtt{
    color: var(--color-secondary);
}
.value-card-hover {
    transition: all 0.3s ease-in-out;
}
.value-card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.team-card-hover .img-zoom-container img {
    transition: transform 0.5s ease;
}
.team-card-hover:hover .img-zoom-container img {
    transform: scale(1.05);
}
.team-close{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30px, -40px);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e"), #fff;
    color: #000;
    opacity: 1;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}



/* Section */
/* Section height = enough scroll space */
/* SECTION */
.orbit-section {
    height: 250vh;
    position: relative;
}

/* STICKY */
.orbit-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partabs a{
    font-size: 1.25rem;
    font-weight: 600;
    color: #4B4949;
    background-color: rgba(197, 197, 197, 0.2);
    padding: 1rem 2rem;
    transition: all 0.3s ease-in-out;
    border-radius: 1.5rem;
}
.partabs a.active{
    background-color: var(--color-primary);
    color: #fff;
}
#operational,
#financing {
    scroll-margin-top: 120px; /* adjust based on header height */
}
.glass-effect {
    box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, .05);
    border-radius: 1rem;
}
.asset-classes-page .figure-highlight{
    display: inline-block;
    padding: .05rem .35rem;
    border-radius: .55rem;
    font-weight: 800;
    color: var(--color-primary);
    background: linear-gradient(90deg, rgba(68, 193, 241, 0.18) 0%, rgba(68, 193, 241, 0.04) 100%);
    border: 1px solid rgba(68, 193, 241, 0.22);
    line-height: 1.25;
    white-space: nowrap;
}
.animated-modal.show .modal-dialog{
    animation: modalFadeIn 1s ease;
}
@keyframes modalFadeIn {
    from {transform: translateY(-200px);}
    to {transform: translateY(0); }
}

.cdropdown {
    border-radius: 1.5rem;
    max-width: 260px;
    background-image: linear-gradient(98deg, rgba(255, 255, 255, 0.04) 46.86%, rgba(245, 245, 245, 0.04) 58.95%);
    overflow: hidden;
    border: 1px solid #aaa;
}
.cdropdown.opened{
    background-color: #fff;
    background-image: none;
}
.cd-title {
    padding: .75rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.cd-title::after {
    content: '\f078';
    font-family: fontAwesome;
    font-size: 90%;
    pointer-events: none;
}
.cdropdown.opened .cd-title{
    background: #1b273e;
}
.cd-menu {
    padding: .5rem 0 1rem;
    display: none;
}
.cd-menu a {
    display: inline-block;
    width: 100%;
    color: #233223;
    padding: 0.25rem .75rem;
    font-size: .875rem;
    transition: all .3s ease;
}
.cd-menu a:hover {
    background: #dedede;
}
.stags2 .tag {
    font-size: .75rem;
    font-weight: 500;
    background: #fff;
    color: #000;
    border: none;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 120px;
    text-align: center;
    padding: .5rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transition: all .3s ease;
}







/*
=========================Media Query===================
=========================Media Query===================
*/
@media (min-width: 768px) {
    .in-single .in-inner{
        transition: all 0.3s ease-in-out;
        border-radius: 12px;
        border: 2px solid transparent;
        opacity: .3;
    }
    .in-single.active .in-inner{
        border-color: var(--color-secondary);
        opacity: 1;
    }
    .in-single .in-title, .in-single i{
        transition: all 0.3s ease-in-out;
    }
    .in-single.active .in-title, .in-single.active i{
        color: var(--color-secondary);
    }
    /* SVG Animations */
    .heading-left {
        position: absolute;
        top: 3.5rem;
        right: calc(50% + 15rem);
    }
    .heading-right {
        position: absolute;
        top: 3.5rem;
        left: calc(50% + 15rem);
    }
    .heading-left path, .heading-right path{
        stroke-dashoffset: -500px;
        stroke-dasharray: 500px;
        animation: autoLine 2s linear infinite;
    }
    .heading-center path{
        stroke-dashoffset: 200px;
        stroke-dasharray: 200px;
        animation: autoLineSm 1s linear .4s infinite;
    }
    @keyframes autoLine{
        from{stroke-dashoffset: -500px}
        to{stroke-dashoffset: 0px}
    }
    @keyframes autoLineSm{
        from{stroke-dashoffset: 200px}
        to{stroke-dashoffset: 0px}
    }
    .heading-center {
        position: absolute;
        top: 12rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .bbox{
        position: absolute;
    }
    .bbox1 {
        top: -2.5rem;
        right: calc(50% + 8rem);
    }
    .bbox2 {
        top: -3rem;
        left: calc(50% - .5rem);
    }
    .bbox3 {
        top: -2.5rem;
        left: calc(50% + 8rem);
    }
    .bbox circle{
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    .bbox.active circle{
        opacity: 1;
    }
    .bbox path{
        stroke-dashoffset: -500px;
        stroke-dasharray: 500px;
        transition: all 1s ease-in-out;
    }
    .bbox.bbox2 path{
        stroke-dashoffset: -200px;
        stroke-dasharray: 200px;
    }
    .bbox.active path{
        stroke-dashoffset: 0;
    }
    /* SVG Animations End */




    .innovative3, .innovative1 {
        margin-top: 3.5rem;
    }
    .innovative2 {
        margin: 0 -4rem;
    }
    .innovative{
        opacity: .75;
        transition: all 0.3s ease-in-out;
    }
    .innovative.active{
        opacity: 1;
    }
    .innovative-circle{
        position: absolute;
        top: -1.5rem;
        left: -1.5rem;
        width: calc(100% + 3rem);
        height: auto;
        transition: .5s ease;
    }
    .innovative-circle.circle1{
        transform: rotate(60deg);
    }
    .innovative-circle.circle2{
        transform: rotate(120deg);
    }
    .innovative-circle.circle3{
        transform: rotate(180deg);
    }
    .glass-hover.even{
        position: relative;
        top: 3rem;
    }
}
@media (min-width: 992px) {
    
    .navbar .navbar-nav .nav-item{
        margin-left: 1.5rem;
        margin-right: 0;
    }
    .navbar .navbar-nav .nav-item > .nav-link {
        padding: .25rem 0;
    }
    .position-lg-sticky{
        position: -webkit-sticky;
        position: sticky
    }
    .impact-btns .dropdown-menu{
        width: 210px;
    }
    .impact-btns .dropdown-menu .dropdown-item{
        white-space: pre-wrap;
        font-size: .875rem;
    }
    .impact1, .impact2, .impact3, .impact4{
        position: absolute;
        opacity: 0;
    }
    .impact-sec.activate .impact1,
    .impact-sec.activate .impact2,
    .impact-sec.activate .impact3,
    .impact-sec.activate .impact4{
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        opacity: 1;
    }
    .impact1{
        top: 0;
        left: 0;
        transition-delay: 2s;
    }
    .impact2{
        top: 0;
        right: 0;
        transition-delay: 2.2s;
    }
    .impact3{
        top: 52%;
        right: 0;
        transition-delay: 2.4s;
    }
    .impact4{
        top: 52%;
        left: 0;
        transition-delay: 2.6s;
    }
    .asset-caption{
        position: absolute;
    }
    .bnft.rev{
        background: linear-gradient(270deg, rgba(68, 193, 241, 0.20) 16.77%, rgba(47, 114, 148, 0.61) 53.77%, #1B263B 89.78%);
        border-radius: 0px 100px 100px 0;
    }
    .journey-text{
        max-height: 500px;
        overflow: auto;
    }
    .journey-text::after {
        content: '';
        width: 100%;
        height: 50px;
        background: #384153;
        opacity: .8;
        position: absolute;
        bottom: 0;
        visibility: hidden;
    }
    .financing-orbit-card-inner{
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        padding: 0 2.5rem 2rem;
        transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease, background-image .35s ease;
    }
    .financing-orbit-card-icon img{
        -ms-filter: grayscale(1);
        filter: grayscale(1);
        transition: all 0.3s ease-in-out;
    }
    .financing-orbit-card.is-orbit-highlight .financing-orbit-card-icon img{
        -ms-filter: none;
        filter: none;
    }
    /* .financing-orbit-card.is-orbit-highlight .financing-orbit-card-inner{
        background-image: linear-gradient(0deg, var(--color-primary), var(--color-secondary));
    } */
     .financing-orbit-card-inner::before{
        background: linear-gradient(0deg, var(--color-primary), var(--color-secondary));
     }
    .financing-orbit-card-icon{
        margin-bottom: 1rem;
    }
    .financing-orbit-card-title{
        font-size: .875rem;
        color: #4B4949;
        margin-bottom: .75rem;
    }
    .financing-orbit-card-copy{
        font-size: .75rem;
        color: #4B4949;
    }
    .financing-orbit-card.is-orbit-highlight .financing-orbit-card-title{
        color: #fff;
    }
    .financing-orbit-card.is-orbit-highlight .financing-orbit-card-copy{
        color: #fff;
    }
    .financing-orbit-core::before{
        content: "";
        position: absolute;
        inset: -20%;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(68, 193, 241, 0.14) 0%, rgba(68, 193, 241, 0) 70%);
        filter: blur(10px);
        z-index: -1;
    }
    .financing-orbit-core::after{
        content: "";
        position: absolute;
        inset: -5%;
        border-radius: 50%;
        background-image: url(../images/dotted.svg);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
    
}

@media (min-width: 1200px) {
    body{
        cursor: none;
    }
    .nav-item.dropdown .dropdown-menu{
        display: block;
        opacity: 0;
        margin-top: 1rem;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        background-color: var(--color-primary);
        color: #fff;
    }
    .nav-item.dropdown:hover .dropdown-menu{
        opacity: 1;
        margin-top: 0;
        visibility: visible;
    }
    .navbar .navbar-nav .nav-item > .nav-link.active{
        border-bottom: 1px solid var(--color-secondary);
    }
    .nav-item.dropdown .dropdown-menu .dropdown-item{
        color: #fff;
    }
    .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
        color: #fff;
        background-color: transparent;
    }
    .nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item{
        padding: .5rem 0;
    }
    .nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item:hover{
        background-color: transparent;
    }
    .nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item i{
        transition: all 0.3s ease-in-out;
        font-size: 1.5rem;
    }
    .nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item img{
        transform: translateY(-5px);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        transition: all 0.5s ease-in-out;
    }
    .nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item:hover i{
        color: var(--color-secondary);
    }
    .nav-item.dropdown .dropdown-menu.mega-menu .dropdown-item:hover img{
        -webkit-filter: none;
        filter: none;
    }
    .mega-menu{
        width: 900px;
        transform: translateX(-40%);
    }
    .mega-menu .dropdown-item{
        white-space: normal;
    }
    .mega-menu.sm{
        width: 300px;
        transform: translateX(-35%);
    }
    .mega-menu.md{
        width: 600px;
        transform: translateX(-40%);
    }
    .mega-menu .mega-item{
        flex: 1;
    }
    .swrap{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .ser-item{
        transform: scale(1);
        transition: transform 1s ease-in-out;
        transform-origin: center;
        position: relative;
    }
    .ser-item.ser1{
        transform: scale(1.5);
        z-index: 4;
    }
    .ser-item.ser2{
        transform: scale(1.35);
        z-index: 3;
    }
    .ser-item.ser3{
        transform: scale(1.2);
        z-index: 2;
    }
    .ser-item.ser4{
        transform: scale(1);
        z-index: 1;
    }
    .ser-item.active{
        transition: transform 1s ease-in-out;
        transform: scale(1.5);
        z-index: 5;
    }
    .ser-content{opacity: 0; transition: all 0.3s ease-in-out 0.3s;}
    .ser-item.active .ser-content{
        opacity: 1;
    }
    .ser-item .stags .tag{
        font-size: .565rem;
    }
    .ser-item .stags{
        opacity: 0;
        transition: all 0.7s ease-in-out 0.3s;
    }
    .ser-item.active .stags{
        transition: all 0.3s ease-in-out 0.3s;
        opacity: 1;
    }
    .bnft-desc{
        max-height: 0px;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    .bnft:hover .bnft-desc{
        max-height: 100px;
        transition: all .5s ease-in-out;
    }

    .srwrap::after{
        opacity: 0;
    }
    .srwrap:hover::after{
        opacity: 1;
    }
    .srwrap:hover{
        color: #fff;
    }
    .srwrap > img {
        opacity: 0;
        transition: .3s ease;
    }
    .srwrap:hover > img{
        opacity: 1;
    }
    .srwrap .stags {
        max-height: 0;
        transition: .5s ease;
        overflow: hidden;
        opacity: 0;
    }
    .srwrap:hover .stags {
        max-height: 150px;
        opacity: 1;
    }
    .srwrap .ser-content2 > a{
        transition: .3s ease;
    }
    .srwrap:hover .ser-content2 > a{
        transform: rotate(-45deg);
    }
    .ser-content2{
        min-height: 140px;
    }
    #cursor-follow{
        position: fixed;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        transform: translate(-5px,-5px);
        background-color: var(--color-secondary);
        border-radius: 50%;
        z-index: 9999;
        pointer-events: none;
        transition: width .3s ease, height .3s ease, transform .3s ease;
    }
    #cursor-follow.is-link-hover{
        width: 30px;
        height: 30px;
        transform: translate(-15px,-15px);
    }
    .mainbanner {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .stags2{
        opacity: 0;
    }
    
    /* .stags2 .tag {
        background: linear-gradient(270deg, var(--color-primary), var(--color-secondary));
        color: #fff;
    }
    .stags2 .tag:hover {
        background: #fff;
        color: #000;
    } */
    .stags2 .tag {
        background: linear-gradient(98deg, rgba(255, 255, 255, 0.04) 46.86%, rgba(245, 245, 245, 0.04) 58.95%);
        backdrop-filter: blur(10px);
        color: #fff;
        border: 1px solid rgba(24, 24, 24, 0.224);
    }
    .stags2 .tag:hover {
        background: rgba(68, 192, 241, 0.281);
        color: #fff;
    }
    .stags2 {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid #fff;
    }
    .srwrap:hover .stags2{
        opacity: 1;
    }
}


@media (max-width: 1199px) {
    .financing-orbit-shell{
        --orbit-radius: clamp(11.5rem, 18vw, 16.25rem);
    }
    .financing-orbit-card-inner{
        padding: 0rem 1rem 1.3rem;
    }
    .financing-process-marquee span{
        font-size: clamp(3.6rem, 10vw, 7rem);
    }
    .financing-process-board{
        gap: 1.25rem;
    }
    .financing-process-item{
        padding: 2rem 1.6rem 1.75rem;
    }
    .financing-process-step{
        margin-bottom: 1.5rem;
    }
    .financing-process-description{
        font-size: .95rem;
    }
    /* .header-light:not(.scrolled) .navbar .navbar-nav .nav-item > .nav-link{
        color: #fff;
    } */
    .header-light .navbar .navbar-nav .nav-item > .nav-link.active{
        color: var(--color-secondary);
    }
    .dropdown-toggle::after{
        display: none;
    }
    .navbar-collapse{
        max-height: calc(100vh - 80px);
        overflow: auto;
    }
    .stags2 .tag {
        background: linear-gradient(270deg, var(--color-primary), var(--color-secondary));
        color: #fff;
        aspect-ratio: auto;
        border-radius: 2.5rem;
        width: auto;
        padding: .375rem .75rem;
    }
}
@media (max-width: 991px) {
    .financing-orbit-stage{
        min-height: auto;
        padding: 2rem 1.25rem;
    }
    .financing-orbit-ring{
        display: none;
    }
    .financing-orbit-core{
        width: 100%;
        height: auto;
        border-radius: 1.75rem;
        padding: 2.25rem 1.75rem;
        margin-bottom: 1.5rem;
    }
    .financing-orbit-core::before{
        display: none;
    }
    .financing-orbit-card{
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        transform: none;
        margin-bottom: 1rem;
    }
    .financing-orbit-card:last-child{
        margin-bottom: 0;
    }
    .financing-orbit-card-inner{
        animation: none;
    }
    .financing-summary-ribbon{
        justify-content: flex-start;
    }
    .financing-process-board{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .financing-process-item{
        padding: 1.75rem 1.5rem;
        border-right: 1px solid rgba(27, 38, 59, 0.08);
        border-bottom: 0;
        box-shadow: 0 1.25rem 2.5rem rgba(27, 38, 59, 0.08);
    }
    .financing-process-item:first-child{
        padding-top: 0;
    }
    .financing-process-item:last-child{
        padding-bottom: 0;
    }
    .financing-process-step{
        margin-bottom: 1rem;
    }
    .financing-process-heading{
        font-size: 1.8rem;
    }
    header{
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .mega-menu .dropdown-item{
        white-space: normal;
    }
    .asset-sec{
        height: auto;
        position: relative;
        background-image: none !important;
    }
    .asst1{
        background-image: url(../images/asset-bg5.jpg);
    }
    .asst2{
        background-image: url(../images/asset-bg6.jpg);
    }
    .asst3{
        background-image: url(../images/asset-bg7.jpg);
    }
    .asst4{
        background-image: url(../images/asset-bg8.jpg);
    }
    .asset-single{
        position: relative;
        border-right: 0;
        /* border-bottom: 4px solid #fff; */
        background-size: cover;
    }
    .asset-single:last-child{
        border-bottom: 0;
    }
    /* .asset-single::before, .asset-single::after{
        display: none;
    } */
    .asset-single, .asset-single.active{
        max-width: 100%;
    }
    .asset-single::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .asset-card{
        opacity: 1;
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, .2);
        position: relative;
        z-index: 2;
    }
    .asset-caption{
        position: relative;
    }
    .asset-tab > div{
        font-size: .875rem;
    }
    .serve-item > img{
        display: none;
    }
    .how-nav > div{
        font-size: .875rem;
        white-space: nowrap;
        margin: 0;
    }
    .how-nav > div:not(.child).active, .how-nav > div.parent{
        font-size: 1rem;
    }
    .impact-btns .dropdown-menu{
        width: 100vw;
    }
    .impact-btns .dropdown-menu .dropdown-item{
        white-space: normal;
    }
    .header-light .navbar-toggler {
        border-color: #aaa;
    }
    .header-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
    }
    .header-light.scrolled .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
    }
    .header-light:not(.scrolled) .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle-split i {
        color: var(--btn-color);
    }
    
}

@media(max-width:767.98px){
    .financing-orbit-core{
        padding: 2rem 1.5rem;
    }
    .financing-orbit-card-inner{
        padding: 0rem 1rem 1.2rem;
    }
    .financing-summary-ribbon span{
        font-size: .875rem;
    }
    .financing-process-marquee-wrap{
        padding-bottom: 1rem;
    }
    .financing-process-marquee span{
        font-size: clamp(2.75rem, 14vw, 4.75rem);
    }
    .financing-process-board{
        gap: 1rem;
    }
    .financing-process-item{
        padding: 1.5rem 1.25rem;
    }
    .financing-process-heading{
        font-size: 1.45rem;
    }
    .financing-process-description{
        font-size: .9375rem;
        line-height: 1.7;
    }
    .financing-process-points span{
        font-size: .8rem;
    }
    .in-single .in-inner{
        border-radius: 12px;
        border: 2px solid var(--color-secondary);
    }
    .in-single .in-inner i{
        color: var(--color-secondary);
    }
}
@media(max-width:575.98px){
    .fs-4, .fs-5{font-size: 1.125rem !important;}
    .text-lg{font-size: 1rem !important;}
    .tag{font-size: .875rem;padding: .5rem 1rem;background-color: var(--color-secondary);color: #000;border-radius: 30px;}
    .aban1, .aban2, .aban3{
        max-width: 80%;
    }
    .ab-wrap{
        height: 350px;
    }
    .ana-inner{
        animation-duration: 70s;
    }
    .btn-primary{
        font-size: 1rem;
    }
    .icon{
        min-width: 50px;
        height: 50px;
    }
    .srwrap{
        color: #fff;
    }
    .srwrap .ser-content2 > a{
        transform: rotate(-45deg);
    }
    .team-close{
        transform: translate(0px, -40px);
    }
    .partabs a{
        font-size: .875rem;
        padding: .5rem 1rem;
    }
    .btn-sm.rounded-circle {
        padding-top: .375rem;
        padding-bottom: .375rem;
    }
}
