/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Outfit", sans-serif !important;
    font-style: normal;
}

a {
    text-decoration: none;
}

.hero-section {
    margin: 24px 27px;
    /* height: 100vh; */
    position: relative;
}

.hero-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.hero-banner-content.venture-content {
    top: 35%;
}

.hero-banner-content h1.title {
    font-size: 110px;
    font-weight: 600;
    letter-spacing: 6.6px;
    background: linear-gradient(270deg, #12E091 6.95%, #FFFFFF 35.2%, #FFFFFF 49.54%, #FF843C 77.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-banner-content .hero-title {
    font-size: 75px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #FFFFFF;
}

.hero-banner-content h3 {
    font-size: 65px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: 1.3px;
}

.hero-banner-content .hero-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.hero-banner-content .hero-title span {
    color: #5EF9F9;
    text-shadow:
        0 0 14px rgba(94, 249, 249, 0.70),
        0 0 32px rgba(94, 249, 249, 0.45),
        0 0 60px rgba(94, 249, 249, 0.30),
        0 0 90px rgba(94, 249, 249, 0.20);
}

.hero-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hero-banner-content.venture-content .hero-text-wrapper {
    gap: 0;
}

.hero-text-wrapper p.hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    width: 70%;
}

.btn {
    padding: 9.5px 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-family: "Outfit", sans-serif !important;
}

.btn-outline {
    background: #162A66;
}

.btn-outline:hover {
    background: linear-gradient(83.34deg, #10286F 8.46%, #196ED4 107.91%);
}

.btn-outline::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.6px;
    border-radius: inherit;
    background: linear-gradient(96.68deg, #3590FE 7.34%, #1FDEE6 93.3%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-blue {
    background-color: #1076F1;
}

.btn-blue:hover {
    background: linear-gradient(265.2deg, #00CFD7 11.66%, #006BF6 85.17%);
}

/* .hero-section .hero-bg img, .hero-section .hero-bg{
    height: 100%;
} */
.hero-bg {
    border-radius: 30px;
    overflow: hidden;
}

.hero-section .hero-bg img {
    width: 100%;
    background-color: #162A66;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.hero-section.sky-b .hero-bg img,
.hero-section.sky-b-blog .hero-bg img,
.hero-section.sky-b-blog-detail .hero-bg img {
    background: none;
    /* height: 500px; */
}

.hero-section.sky-b-blog-detail .hero-bg img {
    background: none;
    height: 500px;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.hero-section.sky-b-blog-detail .hero-banner-content {
    top: 60%;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .blog-detail-content {
    width: 30%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .blog-detail-content .blog-content-btm {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.4px;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .blog-detail-content .blog-content-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .blog-detail-content h4 {
	color: white;
	font-weight: 300;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .blog-detail-content .blog-tag {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    background: #247FED;
    width: fit-content;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .blog-detail-thumb img {
    width: 508px;
    height: 286px;
    object-fit: contain;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .hero-title {
    font-size: 45px;
    line-height: 1.3;
    color: #F5FAFF;
    letter-spacing: 0.9px;
    position: relative;
}

.hero-section.sky-b-blog-detail .banner-content-wrapper .hero-title::after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 130px;
    height: 7px;
    background: linear-gradient(90deg, #1FDEE6 0%, rgba(31, 222, 230, 0.42) 100%);
}

.hero-section.sky-b .banner-content-wrapper {
    width: 50%;
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hero-section.sky-b-blog .banner-content-wrapper {
    width: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 auto;
}

.hero-section.sky-b .banner-content-wrapper p.hero-subtitle,
.hero-section.sky-b-blog .banner-content-wrapper p.hero-subtitle {
    color: #162A66;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.hero-section.sky-b-blog .hero-banner-content .hero-title {
    color: #0655B4;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.hero-section.sky-b .hero-banner-content .hero-title {
    color: #0655B4;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.7px;
}

/* HEADER BASE */
.main-header {
    position: fixed;
    top: 53px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    /* margin-top: 20px; */
    left: 27px;
    width: calc(100% - 54px);
}

.main-header.scrolled {
    top: 0;
}

.main-header .header-inner {
    border-radius: 100px;
    background: #123A8C;
    border: 1px solid #1266CA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px 0 40px;
    position: relative;
}

.container-large {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.logo a {
    display: flex;
}

/* DESKTOP NAV */
.nav-desktop ul {
    display: flex;
    list-style: none;
}

.nav-desktop a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 26px 37.5px;
    display: block;
}

.down-arrow {
    font-size: 12px;
}

/* CONTACT BUTTON */
.contact-btn {
    padding: 9.5px 40px;
    background: #0a85ff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}



/* MEGA MENU */
.p-relative {
    position: relative !important;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: fit-content;
    padding-top: 11px;
    display: none;
}

.mega-menu .mega-menu-wrapper {
    background: #123A8C;
    border-radius: 15px;
    padding: 20px 17px;
    border: 1px solid #1D61B1;
}

nav ul li:hover a {
    color: #5EF9F9;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.mega-grid a.menu-item-link,
.menu-item-link {
    padding: 0 !important;
}

.mega-dropdown .mega-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.mega-dropdown .mega-item:hover::before,
.mega-dropdown .menu-item-link.active .mega-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(270deg, #109BF1 0%, rgba(16, 118, 241, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.mega-dropdown .mega-item h4 {
    margin-bottom: 0;
    white-space: nowrap;
}

.mega-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 14px 15px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

.mega-item:hover::before,
.menu-item-link.active .mega-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(270deg, #109BF1 0%, rgba(16, 118, 241, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.mega-item:hover,
.menu-item-link.active .mega-item {
    background: #0E48A5;
    border-radius: 14px;
}

.mega-item h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.mega-item .icon {
    border: 1px solid #1472E1;
    width: fit-content;
    border-radius: 6px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mega-item p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

/* HAMBURGER */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
}

/* MOBILE MENU */
.mobile-menu {
    display: none;
    background: #093b9e;
    margin-top: 10px;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.mobile-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

/* Accordion */
.acc-title {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.acc-content {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
}

.acc-content a {
    display: block;
    padding: 8px 0;
    color: #bfe4ff;
}

/* RESPONSIVE */
@media (max-width: 1023px) {

    .nav-desktop,
    .contact-btn {
        display: none;
    }
    
    .main-header .ventures.d-none-cs {
        display: none !important;
    }


    .hamburger {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu.active {
        display: block;
    }
}

.footer {
    padding: 80px 0 30px;
    /* background: linear-gradient(180deg, #0A1A45 0%, #062559 100%); */
    background: #162A66;
    color: #D6E6FF;
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
    background-image: url('../assets/images/footer-btm-mask.svg');
}

.footer-cta {
    max-width: 720px;
    margin: 0 auto 80px;
    background: rgba(16, 75, 255, 0.15);
    /* border: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(40, 138, 255, 0.9) 0%, rgba(31, 122, 231, 0.09) 49.52%, rgba(40, 138, 255, 0.9) 100%); */
    padding: 50px 40px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0px 2px 60px 0px #1F7AE7E5;
    position: relative;
    z-index: 999;
}

.footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(40, 138, 255, 0.9) 0%, rgba(31, 122, 231, 0.09) 49.52%, rgba(40, 138, 255, 0.9) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.footer-cta h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
    color: #5EF9F9;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 50px;
    padding: 0 70px 50px 70px;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.footer-col .row2 {
    padding-top: 50px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

/* .footer-col:nth-child(2) {
    display: flex;
    justify-content: flex-start;
} */

.footer-col:nth-child(3) {
    display: flex;
    justify-content: center;
}

.footer-col a {
    color: #ECECEC;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}

.footer-col a.blue-txt {
    font-weight: 400 !important;
}

.blue-txt {
    color: #5EF9F9 !important;
}

.footer-col-btm {
    display: flex;
    column-gap: 30px;
    row-gap: 12px;
    flex-wrap: wrap;
    width: 50%;
}

.footer-col-btm li {
    width: calc((100% / 2) - 40px);
}

.footer-col-btm li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #ECECEC;
}

.footer-col p {
    width: 80%;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 1.3;
    color: #ECECEC;
}

.footer-col.brand-col p {
    width: 72%;
}

.ft-logo {
    width: 170px;
}

.footer-social img {
    width: 24px;
    margin-top: 20px;
}

.ft-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 5px;
}

.ft-row img {
    width: 18px;
}

.ft-sub {
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: 1px solid #1A6CCD;
    padding: 54px 50px 0 50px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ECECEC;
}

.footer-bottom p a {
    color: #fff;
}

.footer-bottom .social-div {
	display: flex;
    gap: 10px;
}

.footer-bottom .social-div a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.footer-bottom .social-div a img {
	height: 30px;
}

.footer-bottom .social-div a:nth-of-type(2) img {
	height: 40px;
}

.footer-bottom span {
    color: #6CF4FF;
}

/* what we do section */

.what-we-do {
    text-align: center;
    padding: 100px 0;
}

.b-founders {
    padding: 95px 0 77px 0;
    border-bottom: 1.6px solid #A5C8FA;
    overflow: hidden;
}

.b-founders.accelerator {
    border-bottom: 0;
    padding: 70px 0 30px 0;
}

h2.title {
    display: inline-block;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0.9px;
    background: linear-gradient(266.93deg, #14C5CD 16.83%, #0F72E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.what-we-do .subtitle,
.b-founders .subtitle,
.subtitle {
    color: #162A66;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    width: 70%;
}

.founders-cards,
.flow-c {
    padding-bottom: 45px;
}

.flow-c img {
    width: 100%;
}

.b-founders p.founder-btm-p {
    color: #162A66;
    letter-spacing: 0.4px;
    font-size: 18px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.b-founders h6 {
    color: #162A66;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-transform: uppercase;

}

.b-founders .section-heading h6 {
    width: 50%;
    text-align: center;
    margin-top: 15px;
}

.what-we-do .cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.what-we-do .card {
    width: calc((100% / 3) - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 30px 20px 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 15px 0px #C1E0FFCC;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.what-we-do .card:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(99.01deg, #3590FE 2.03%, #20DCE7 98.12%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.what-we-do .card .card-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    z-index: 9;
}

.what-we-do .card .c-img {
    width: 90px;
    height: 90px;
    opacity: 0.8;
}

.what-we-do .card h3 {
    font-size: 24px;
    font-weight: 500;
    color: #162A66;
}

.what-we-do .card .know-more-btn,
.program-card .card-bottom .read-more,
.whatwe-section .know-more-btn,
.list-cards-wrapper .blog-card .blog-list-card-content .read-more,
.related-products .related-p-head .know-more-btn {
    font-weight: 500;
    color: #69A5EC;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-transform: uppercase;
}

.what-we-do .card .know-more-btn:hover,
.related-products .know-more-btn:hover,
.program-card .card-bottom .read-more:hover,
.blog-card .read-more:hover,
.whatwe-section .know-more-btn:hover {
    color: #1076F1 !important;
}
.related-products .know-more-btn:hover svg circle ,.blog-card .read-more:hover svg circle, .program-card .card-bottom .read-more:hover svg circle, .what-we-do .card .know-more-btn:hover svg circle, .whatwe-section .know-more-btn:hover svg circle {
    fill: #1076F1 !important;
    stroke: #1076F1 !important;
}
.related-products .know-more-btn:hover svg path, .blog-card .read-more:hover svg path, .program-card .card-bottom .read-more:hover svg path, .what-we-do .card .know-more-btn:hover svg path, .whatwe-section .know-more-btn:hover svg path {
    stroke: #fff !important;
}

.section-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    margin-bottom: 39px;
}

/* grid effect section */

.effect-section {
    background: #162A66;
    color: white;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-image: url('../assets/images/effect-bg-mask.svg');
	background-image: none; /* temp */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 60px 0 40px 0;
	margin-bottom: 0; /* temp */
}

.effect-section h2,
.who-section.who-is-sec h2.effect-title {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2.1px;
    color: #ffffff;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.effect-section h2 img {
    align-items: center;
    justify-content: center;

}

.who-section.who-is-sec .who-grid {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1.5px solid #2786F8;
}

.effect-section .effect-grid,
.who-section.who-is-sec .effect-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.effect-section .box,
.who-section.who-is-sec .box {
    width: calc(100% / 3);
    padding: 60px 30px;
    border-right: 1.5px solid rgba(31, 122, 231, 1);
    text-align: center;
}

.who-section.who-is-sec .box:last-child {
    border-right: 0;
}

.effect-section .box:nth-child(3),
.effect-section .box:nth-child(6) {
    border-right: 0;
}

.effect-section .box:nth-child(4),
.effect-section .box:nth-child(5),
.effect-section .box:nth-child(6) {
    border-bottom: 0;
    border-top: 1.5px solid rgba(31, 122, 231, 1);
}

.effect-section .box h3,
.who-section.who-is-sec .box h3 {
    font-size: 80px;
    font-weight: 600;
    color: #5EF9F9;
    margin-bottom: 3px;
    letter-spacing: 1.6px;
}

.effect-section .box p,
.who-section.who-is-sec .box p {
    font-size: 22px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

/* Section spacing */
.infra-section,
.program-section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

/* temp */
.program-section {
	display: none;
}


.infra-wrapper {
    position: relative;
    width: 100%;
}

.infra-border-3 {
    border: 1px solid #55A3FF2E;
    padding: 30px;
    border-radius: 600px;
}

.infra-section.accelerator .infra-border-3 {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.infra-border-2 {
    border: 1.5px solid #1076F130;
    padding: 30px;
    border-radius: 600px;
}

.infra-border-1 {
    border: 2px solid #61A9FF80;
    padding: 30px;
    border-radius: 600px;
}

/* Inner card */
.infra-card {
    position: relative;
    background: radial-gradient(circle at top center, #0F3C8C 0%, #06245D 100%);
    box-shadow: 0px 0px 50px 30px #BFDCFF;
    border-radius: 600px;
    padding: 75px 80px;
    text-align: center;
    color: #DCEAFF;
    z-index: 2;
}

/* Title */
.infra-title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    color: white;
}

.infra-title span {
    color: #5EF9F9;
    text-shadow:
        0 0 14px rgba(94, 249, 249, 0.70),
        0 0 32px rgba(94, 249, 249, 0.45),
        0 0 60px rgba(94, 249, 249, 0.30);
}

.infra-text {
    max-width: 720px;
    margin: 25px auto 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.infra-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.infra-section .dot {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #BCF5F89C;
    border-radius: 50%;
}

.infra-section.dot1 {
    top: 7%;
    left: 8%;
    width: 50px;
    height: 50px;
}

.infra-section .dot2 {
    top: 50%;
    right: 0;
    width: 42px;
    height: 42px;
}

.infra-section .dot3 {
    bottom: 35%;
    left: -15px;
    width: 42px;
    height: 42px;
}

.infra-section .dot4 {
    bottom: 0;
    right: 20%;
}

.infra-section .dot5 {
    top: 7%;
    right: 40%;
}

.infra-section .dot6 {
    top: 7%;
    right: 8%;
    width: 50px;
    height: 50px;
}

.infra-section .dot7 {
    bottom: 7%;
    left: 40%;
    width: 26px;
    height: 26px;
}

.infra-section .dot8 {
    bottom: 7%;
    left: 15%;
    width: 26px;
    height: 26px;
}

/* Programmes & Events Highlights css start here */

.program-section {
    padding-bottom: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.program-section::before,
.b-founders::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14%;
    transform: translateY(-50%);
    width: 30%;
    height: 60%;
    background: rgb(217 249 251 / 70%);
    opacity: 1;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.program-section::after,
.b-founders::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14%;
    transform: translateY(-50%);
    width: 30%;
    height: 60%;
    background: rgb(217 249 251 / 70%);
    opacity: 1;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: soft-light;
}

/* Grid */
.program-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.program-card {
    width: calc((100% / 3) - 35px);
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.program-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(31, 122, 231, 0.2), #1F7AE7);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.program-card .card-bottom .read-more {
    justify-content: center;
}

.program-card .card-bottom .read-more img,
.blog-card .read-more img,
.related-products .related-p-head .know-more-btn img,
.ww-card-content .know-more-btn img, .program-card .card-bottom .read-more svg,
.blog-card .read-more svg,
.related-products .related-p-head .know-more-btn svg,
.ww-card-content .know-more-btn svg {
    transform: rotate(270deg);
}

.program-btn-wrap {
    margin-top: 35px;
}

.card-top {
    height: 214px;
    max-height: 214px;
    background: #D9E8FF;
}

.card-bottom {
    padding: 34px 62px;
    z-index: 9;
    position: relative;
}

.card-bottom h3 {
    color: #1A2B47;
    font-size: 24px;
    margin-bottom: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.card-bottom p {
    color: #081022;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Section background */
.testimonial-section {
    padding: 70px 0;
    text-align: center;
}

/* Swiper wrapper */
.testimonial-wrapper {
    position: relative;
    padding: 20px 60px;
}

/* Card */
.testimonial-card {
    width: 460px;
    min-height: 300px;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 40px 34px;
    text-align: left;
    border: 1px solid #DAE8FF;
    box-shadow: 0px 4px 20px rgba(193, 224, 255, 0.6);
}

.testimonial-section .swiper-wrapper {
    padding: 20px 0;
}

.testimonial-slider {
    padding: 0 15px;
}

/* Quote icon */
.quote-icon {
    margin-bottom: 15px;
}

/* Text */
.testimonial-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #162A66;
    margin-bottom: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* User area */
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.user-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1.8px solid #9AD7FF;
    background: #E4F2FF;
}

.user-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.4px;
    color: #162A66;
}

.user-info p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #162A66;
}

/* Arrows */
.arrow-btn {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

.whatwe-section {
    padding: 80px 0 0 0;
    height: 100vh;
}

.low-vh {
    /* padding: 80px 0; */
    height: 100vh;
}

.ww-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    background: linear-gradient(90deg, #1A4ADB, #10D5D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 60px;
}

/* Horizontal scroll wrapper */
.ww-horizontal {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Track that moves horizontally */
.ww-track {
    display: flex;
    gap: 34px;
	padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-top: 20px;
    width: fit-content;
}

/* CARD */
.ww-card {
    width: 580px;
    min-width: 580px;
    background: #fff;
    border-radius: 25px;
    padding: 30px 28px;
    box-shadow: 0px 4px 20px rgba(193, 224, 255, 0.6);
    position: relative;
    overflow: hidden;
}

.ww-card .ww-card-icon {
    position: absolute;
    bottom: 20px;
    right: -44px;
}

.ww-card .ww-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ww-card .ww-card-icon img {
    width: 150px;
}

.ww-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1076F1;
    line-height: 1.2;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ww-card .subtitle {
    font-size: 20px;
    margin-bottom: 18px;
    color: #162A66;
    font-weight: 500;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.ww-card.active {
    outline: 2px solid #1076F1;
    transition: 0.3s;
}

.ww-card .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #162A66;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
        min-height: 102px;
}

.ww-card-content .stats {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.stats div.stat-card {
    font-size: 14px;
    border: 1px solid #BEDCFF;
    border-radius: 10px;
    background: #F6FBFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 159px;
    min-height: 114px;
    color: #162A66;
    text-align: center;
    padding: 0 3px;
}

.stats strong {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #1F7AE7;
}

.card-bg {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 130px;
    opacity: 0.2;
}

/* Section Background */
.who-section {
    padding: 108px 0;
    background: url("../assets/images/grid-gradient-verticle.svg"), #162A66;
    background-size: cover;
    border-radius: 25px 25px 0 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Heading */
.who-title {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: 1.1px;
    color: white;
}

/* Grid layout */
.who-grid {
    display: flex;
    flex-wrap: wrap;
}

/* Card */
.who-card {
    padding: 35px 86px;
    min-height: 300px;
    color: white;
    position: relative;
    transition: 0.3s ease;
    width: calc(100% / 2);
}
.home-pg .who-card{
    cursor: pointer;
}
.who-card:nth-child(1) {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.who-card:nth-child(1)::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(48, 75, 155, 0) 0%, #2786F8 50.48%);
    width: 1.5px;
    height: 100%;
    right: 0;
    top: 0;
}

.who-card:nth-child(3)::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(48, 75, 155, 0) 0%, #2786F8 50.48%);
    width: 1.5px;
    height: 100%;
    right: 0;
    top: 0;
}

.who-card:nth-child(3)::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(48, 75, 155, 0) 0%, #2786F8 50.48%);
    width: 100%;
    height: 1.5px;
    right: 0;
    top: 0;
}

.who-card:nth-child(4)::after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(48, 75, 155, 0) 0%, #2786F8 50.48%);
    width: 100%;
    height: 1.5px;
    right: 0;
    top: 0;
}

.who-card:nth-child(2) {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.who-card:nth-child(3) {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.who-card:nth-child(4) {
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* Active / Hover */
.who-card:hover {
    background: #162A66;
    box-shadow: 5px 5px 35px 6px #0A5FFFA6 inset;
}

.who-card .icon img {
    margin-bottom: 18px;
	height: 75px;
}

.who-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #5EF9F9;
    letter-spacing: 1.7px;
    margin-bottom: 15px;
}

.who-section.who-is-sec .who-card h3 {
    text-transform: uppercase;
}

.who-card h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    padding-bottom: 30px;
    margin-bottom: 24px;
    position: relative;
}

.who-card h6::before {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(31, 222, 230, 0.2) 0.02%, rgba(31, 222, 230, 0.8) 100.33%);
    width: 100px;
    height: 3px;
    left: 0;
    bottom: 0;
}

/* Paragraph */
.who-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

/* JOIN BUTTON */
.btn-join {
    display: inline-block;
    padding: 10px 28px;
    background: #2A7BFF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.25s;
}

.btn-join:hover {
    background: #1869e0;
}

.txt-underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.founders-cards .founders-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 46px;
}

.founders-cards .founders-card-wrapper.advisory .founders_card {
    width: calc((100% / 3) - 46px);
}

.founders-cards .founders-card-wrapper.advisory .founders_card .founders_card_wrapper .card-icon img {
    width: 59px;
}

.founders-cards .founders-card-wrapper.advisory .founders_card .founders_card_wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.founders-cards .founders-card-wrapper.advisory .founders_card p {
    color: #162A66;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.founders-cards .founders-card-wrapper .founders_card {
    width: calc((100% / 2) - 46px);
    box-shadow: 0px 8.68px 34.71px 0px #C1E0FF;
    background: #FFFFFF;
    padding: 18px;
    border-radius: 20px;
}

.founders-cards .founders-card-wrapper .founders_card h6 {
    color: #162A66;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.founders-cards .founders-card-wrapper .founders_card .founders_card_wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.founders-cards .founders-card-wrapper .founders_card .founders_card_wrapper .card-icon {
    background: #1F7AE7;
    border-radius: 10px;
    padding: 19px;
    display: inline-flex;
}

.support-section {
    padding: 80px 0 100px;
    text-align: center;
}

.support-title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
    color: #162A66;
    letter-spacing: 0.9px;
}

.support-title span {
    background: linear-gradient(266.93deg, #14C5CD 16.83%, #0F72E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.support-subtitle {
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #162A66;
}

.support-cards {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 39px;
    flex-wrap: wrap;
}

.support-card {
    width: calc((100% / 3) - 39px);
    background: white;
    border-radius: 15px;
    padding: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
}

.support-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(266.8deg, #3590FE 3.33%, #1FDEE6 96.67%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.support-card-wrapper {
    border: 1px solid #DAE8FF;
    border-radius: 15px;
    height: 100%;
    padding: 20px;
}

.support-card:hover .support-card-wrapper {
    border-color: transparent;
    background: linear-gradient(180deg, #F3F9FF 16.83%, #CDE5FF 100%);
}

.support-card p {
    margin-top: 15px;
    color: #162A66;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.support-card .icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

/* Description */
.support-desc {
    margin-top: 40px;
    margin-bottom: 23px;
    color: #162A66;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

/* Why We’re Different css start here */
.why-different-section {
    padding: 120px 0;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #0a2a66;
}

.section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #5c6f91;
    margin: 12px 0 50px;
}

.stack-card {
    position: sticky;
    top: 140px;
    background: #eaf4ff;
    border-radius: 30px;
    padding: 28px 63px 39px 63px;
    margin-bottom: 27px;
    min-height: 275px;
    transition: transform 0.3s ease;
    border: 1px solid #BFD4FF;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.stack-card .stack-card-left {
    width: 50%;
}

.stack-card:nth-child(1) {
    background: #FBFDFF;

}

.stack-card:nth-child(1) .count {
    color: #C1DDFF;
}

.stack-card:nth-child(2) {
    background: #eef6ff;
}

.stack-card:nth-child(3) {
    background: #e1f0ff;
}

.stack-card:nth-child(3) .count {
    color: #B2D5FF;
}

.stack-card:nth-child(4) {
    background: #d4e9ff;
}

.stack-card:nth-child(4) .count {
    color: #9DC9FE;
}

.stack-card:nth-child(5) {
    background: #c8e2ff;
}

.stack-card:nth-child(5) .count {
    color: #7CB8FF;
}
.op-0{
    opacity: 0;
}
.stack-card h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.7px;
    color: #162A66;
    margin: 16px 0;
}

.stack-card p {
    font-size: 22px;
    font-weight: 400;
    color: #162A66;
    line-height: 1.3;
}

.stack-card .count {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.3;
    color: #C1DDFF;
}

/* Meet the team */
.team-section {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.section-title {
    font-size: 46px;
    font-weight: 600;
    display: inline;
    margin-bottom: 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    color: transparent;
    background: linear-gradient(266.93deg, #14C5CD 16.83%, #0F72E8 100%);
}

.team-grid {
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.d-block {
    display: block;
}

.m-block {
    display: none;
}

.team-card {
    width: calc((100% / 3) - 20px);
    max-width: 318px;
    height: 318px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card a {
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.team-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 14.91%, #090909 100%);
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* temp */
.team-card:hover::after {
    /*opacity: 0;*/
	opacity: 1;
}


.card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px 12px;
    color: #fff;
    text-align: center;
    z-index: 9;
    transition: opacity 0.3s ease;
}

.card-footer h4 {
	text-transform: uppercase;
}

.team-card .close-btn, .lead-prof .close-btn {
    display: none;
}

.view-profile {
    font-size: 14px;
    font-weight: 300;
    background: none;
    border: none;
    color: #C7C7C7;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
	display: none; /* temp */
}

/* temp */
.team-card:hover .card-footer {
    /*opacity: 0;*/
	opacity: 1;
}

.card-overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    color: #fff;
    z-index: 999;
    opacity: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: opacity 0.3s ease;
    background: #1076F1;
}

.card-overlay h4 {
	text-transform: uppercase;
}

/* temp */
.team-card:hover .card-overlay {
    /*opacity: 1;*/
	opacity: 0;
}

.team-card h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin: 0;
}

.team-card p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 5px 0;
    color: #DFDFDF;
}

.card-overlay .desc {
    font-size: 14.56px;
    font-weight: 300;
    margin-bottom: 30px;
}


.linkedin {
    margin-top: auto;
    width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    height: 48px;
    border: 1px solid rgba(109, 175, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.linkedin img {
    width: 20px;
    object-fit: contain;
}

/* Form section */

.form-section {
    padding: 80px 0;
}

.form-container {
    width: 861px;
    margin: 0 auto;
    background: white;
    border-radius: 25px;
    box-shadow: 0px 8.68px 34.71px 0px #C1E0FF;
}

.form-container form {
    padding: 47px 49px;
}

.form-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 0;
    font-size: 24px;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: #0066ff;
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px -5px #9393AD40;
    font-family: "Outfit", sans-serif !important;
    text-transform: uppercase;
}

.form-row {
    display: flex;
    gap: 26px;
    margin-bottom: 37px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.form-group label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #162A66;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.form-group .form-textarea {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    border-radius: 9px;
    border: none;
    outline: none;
    background: #F6F9FE;
    font-size: 18px;
    /* color: #8B99BB; */
    color: #777777;

    /* IMPORTANT */
    text-align: left;
    padding: 14px 16px;
    resize: none;
    white-space: pre-line;
}

input,
select,
textarea {
    padding: 14px 16px;
    background: #F6F9FE;
    border: none;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    /* color: #8B99BB; */
    color: #777777;
    font-family: "Outfit", sans-serif !important;
    /* white-space: pre-wrap; */
    white-space: pre-line;
}

input:focus,
select:focus,
textarea:focus {
    border: none;
    outline: none;
}

::placeholder {
    color: #8B99BB; opacity: 0.5;
}
::-webkit-input-placeholder { color: #8B99BB; opacity: 0.5; } /* Chrome/Opera/Safari */
::-moz-placeholder { color: #8B99BB; opacity: 0.5; } /* Firefox 19+ */
:-ms-input-placeholder { color: #8B99BB; opacity: 0.5; } /* IE 10+ */

.file-upload {
    background: #F6F9FE;
    border: none;
    padding: 12px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #8B99BB;
    position: relative;
    cursor: pointer;
}

.upload-icon {
    font-size: 18px;
    margin-right: 10px;
}

.file-upload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 80%;
    height: 100%;
    cursor: pointer;
}

.submit-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn {
    margin-top: 34px;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
}

.logo-marquee-section {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

.logo-swiper .swiper-slide {
    width: auto;
    padding: 18px 26px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-marquee-section .swiper-wrapper {
    padding: 15px 0;
}

.slide-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.slide-wrapper p {
    color: #7992A7;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.logo-swiper img {
    width: 193px;
    height: 60px;
    object-fit: contain;
}

.who-section.infra-sec,
.who-section.who-is-sec {
    border-radius: 25px;
}

.who-section.who-is-sec {
    overflow: visible;
    margin-top: 100px;
}

.who-section.infra-sec .who-card {
    display: flex;
    align-items: center;
}

.who-section.infra-sec .who-card img {
    width: 100%;
}

.who-section.who-is-sec .who-card>div {
    width: 100%;
}

.who-section.infra-sec .who-card p {
    font-size: 20px;
    letter-spacing: 0.4px;
}

.who-section.infra-sec .who-card p span {
    font-weight: 600;
}

.who-section.infra-sec .who-card:hover,
.who-section.who-is-sec .who-card:hover {
    background: transparent;
    box-shadow: unset;
}

.who-section.who-is-sec .who-card:nth-child(1)::before,
.who-section.who-is-sec .who-card:nth-child(3)::before {
    content: unset;
}

.who-section.who-is-sec .who-card {
    display: flex;
    align-items: center;
}

.who-section.infra-sec .section-heading p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #ffffff;
    width: 40%;
    text-align: center;
}

.b-txt {
    color: #5EF9F9;
}

/* Slight variation between rows */
.row-2 .swiper-slide {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.arthayan-led-wrapper .lead-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.arthayan-led-wrapper .lead-list .lead-prof {
    width: calc((100% / 3) - 35px);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.arthayan-led-wrapper .lead-list .lead-prof:hover .lead-overlay {
    /*opacity: 1;*/
    pointer-events: auto;
	opacity: 0; /* temp */
}
.arthayan-led-wrapper .lead-list .lead-prof .lead-overlay {
    position: absolute;
    inset: 0;
    padding: 31px;
        background: #1979EC;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.arthayan-led-wrapper .lead-list .lead-prof .lead-overlay .lead-overlay-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.arthayan-led-wrapper .lead-list .lead-prof .lead-overlay .lead-overlay-content h4{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.1px;
    margin-bottom: 13px;
}
.arthayan-led-wrapper .lead-list .lead-prof .lead-overlay .lead-overlay-content p.role{
    color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0.4px;
        margin-bottom: 17px;
}
.arthayan-led-wrapper .lead-list .lead-prof .lead-overlay .lead-overlay-content p.desc {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.3px;
}
/* .lead-prof-wrapper {
    position: relative;
} */

.lead-prof-wrapper .social-ic {
    position: absolute;
    right: 17px;
    top: 17px;
	display: none; /* temp */
}

.lead-prof-wrapper .lead-img img {
    width: 100%;
}

.arthayan-led-wrapper .lead-border1 {
    border: 1px solid #107BE6CC;
    padding: 22px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.arthayan-led {
    padding-top: 100px;
}

.lead-heading {
    box-shadow: 0px 8px 24px 0px #277DD34D;
    border-radius: 100px;
    padding: 29px 30px;
    width: 55%;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.lead-heading h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #162A66;
}

.lead-prof-wrapper .lead-info {
    background-color: #1979EC;
    color: #fff;
    padding: 18px 28px;
    text-align: center;
}

.lead-prof-wrapper .lead-info h6 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.lead-prof-wrapper .lead-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    width: 80%;
    letter-spacing: 0.7px;
    margin: 0 auto;
	display: none; /* temp */
}

.arthayan-led-wrapper .leads {
    padding: 100px 61px 51px 61px;
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 0px 70px 40px #2F78FF80;
    position: relative;
}

.startup {
    padding: 90px 40px 0 40px;
}

.startup .startup-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.startup .startup-wrapper h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.startup .startup-wrapper .button-dv {
    margin-top: 44px;
}

.startup-process {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 46px;
}

.startup-process .startup-card {
    background: #1448A1;
    padding: 29px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0px 7px 30px 0px #0D1E504D;
    width: calc((100% / 2) - 46px);
}

.startup-process .startup-card h4 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: #FFFFFF;
}

.gallery-section {
    /* padding: 80px 20px; */
    padding: 80px 0; /* temp */
    text-align: center;
}

.gallery-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #0a3cff;
}

/* Masonry Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 120px;
    gap: 12px;
    margin-bottom: 30px;
}

.gallery-item {
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Height Variants */
.small {
    grid-row: span 1;
}

.medium {
    grid-row: span 2;
}

.large {
    grid-row: span 3;
}

.tall {
    grid-row: span 4;
}


/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 6px;
}

.lightbox .close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
}

.lightbox .prev {
    left: 40px;
}

.lightbox .next {
    right: 40px;
}

/* Slider cards */
.blog-swiper .swiper-slide {
    width: 260px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.blog-card-img {
    height: 120px;
    background: #6b86ad;
}

.blog-card-content {
    padding: 16px;
    text-align: center;
}

.blog-card-content h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

.blog-card-content p {
    font-size: 12px;
    color: #5b6f91;
}

.blog-card-content a {
    font-size: 12px;
    color: #0a3cff;
    margin-top: 8px;
    display: inline-block;
}

.flow-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 1rem;
}

.mentorship-timeline {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

/* Vertical line */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background: #005EFF;
    transform: translateX(-50%);
}

/* Timeline items */
.timeline-item {
    position: relative;
    display: flex;
    margin: 80px 0;
    align-items: center;
}

.timeline-item.left {
    justify-content: flex-start;
}

.timeline-item.right {
    justify-content: flex-end;
}

/* Dots */
.timeline-dot {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #0E57B8;
    border-radius: 50%;
    border: 1px solid #45ACAC;
    transform: translateX(-50%);
    transition: 0.3s;
}

/* Cards */
.timeline-card {
    width: 482px;
    padding: 50px;
    border-radius: 25px;
    background: #162A66;
    color: rgba(255, 255, 255, 0.35);
    transition: 0.4s ease;
    position: relative;
}

.timeline-card .timeline-card-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 70%;
}

.timeline-card .timeline-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* ACTIVE STATE */
.timeline-item.active .timeline-dot {
    background: #198CFF;
    border: 1px solid #5EF9F9;
    box-shadow: 0px 0px 12px 5px #0059FF8C;
    ;
}

.timeline-item.left.active .timeline-card {
    background: radial-gradient(50% 50% at 15% 75%,
            rgba(0, 81, 255, 0.46) 0%,
            rgba(22, 42, 102, 0) 100%),
        #162A66;
    color: #fff;
    opacity: 1;
}

.timeline-item.right.active .timeline-card {
    background: radial-gradient(50% 50% at 75% 95%,
            rgba(0, 81, 255, 0.46) 0%,
            rgba(22, 42, 102, 0) 100%),
        #162A66;
    color: #fff;
    opacity: 1;
}

.timeline-item.active .timeline-card h4 {
    color: #1F5AA199;
}

.timeline-item .timeline-card h4 {
    color: #24428F;
    font-size: 65px;
    letter-spacing: 3.3px;
    font-weight: 400;
}

.timeline-item.active .timeline-card h3 {
    color: #1FDEE6;
}

.timeline-item .timeline-card h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #24428F;
    line-height: 1.3;
    text-transform: uppercase;
}

.timeline-item.active .timeline-card p {
    color: #ffffff;
}

.timeline-item .timeline-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #24428F;
}


/* CS Styles */
.timeline-item.active .timeline-card a.btn {
   color: #FFFFFF;
   margin-top: 10px;
}

.timeline-item .timeline-card a.btn {
    color: #24428F;
   margin-top: 10px;
}

.timeline-item.active .timeline-card a.btn-outline::before {
   background: linear-gradient(96.68deg, #3590FE 7.34%, #1FDEE6 93.3%);
}

.timeline-item .timeline-card a.btn-outline::before {
    background: #24428F;
}
/* CS Styles */

.timeline-item .timeline-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(284.71deg, #0F7BFF -1.65%, #8DAEFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.timeline-item.active .timeline-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(284.71deg, #0074FF -1.65%, #1FDEE6 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.timeline-complete {
    position: relative;
    transform: translateY(24%);
    display: flex;
    justify-content: center;
}

.complete-border3 {
    background-color: #006FFF52;
    padding: 20px;
    border-radius: 50%;
    opacity: 0.9;
    transition: 0.5s ease;
}

.complete-border2 {
    background-color: #006FFF57;
    padding: 20px;
    border-radius: 50%;
    opacity: 0.9;
    transition: 0.5s ease;
}

.complete-dot {
    width: 94px;
    height: 94px;
    background: #fff;
    color: #0d2b6f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 3px solid #5EF9F9;
}

.timeline-complete.active .complete-dot,
.timeline-complete.active .complete-border3,
.timeline-complete.active .complete-border2 {
    opacity: 1;
}

/* PROCESS SECTION css start here */
.process-section {
    position: relative;
    height: 100vh;
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Heading */
.process-section .section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.process-horizontal {
    position: relative;
    width: 100%;
}

.process-track {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 40px;
    padding-top: 20px;
    width: max-content;
}

.process-section .timeline-line {
    position: absolute;
    top: 26px;
    left: 55%;
    height: 3px;
    width: 100%;
    /* long line so it exits right */
    background: #d8e9ff;
    border-radius: 4px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
}

.process-section .timeline-progress {
    height: 4px;
    width: 0%;
    background: #1f7ae7;
    border-radius: 4px;
    display: inline-block;
}

.process-section .process-item {
    position: relative;
    width: 360px;
    flex-shrink: 0;
}

.process-section .process-item .dot {
    position: absolute;
    top: 0;
    left: 5%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cfe3ff;
    z-index: 2;
    transition: all 0.3s ease;
}

/* Active dot */
.process-section .process-item.active .dot {
    background: #1f7ae7;
    box-shadow: 0 0 0 6px rgba(31, 122, 231, 0.25);
}

.process-section .process-card {
    margin-top: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 19px 35px;
    border: 1px solid #DAE8FF;
    box-shadow: 0 8px 12px rgba(221, 253, 253, 0.9);
    min-height: 330px;
    transition: all 0.3s ease;
}

/* Step number */
.process-section .process-card .step {
    display: inline-block;
    font-weight: 600;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    background: linear-gradient(180deg, #1BE9F1 0%, rgba(228, 254, 255, 0.56) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Title */
.process-section .process-card h4 {
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
    color: #1076F1;
    margin-bottom: 10px;
}

.process-section .process-card p {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: #162A66;
}

.who-is-it {
    width: 100%;
}

.who-is-it-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.who-is-card {
    background-color: #1448A1;
    box-shadow: 0px 7px 30px 0px #0D1E504D;
    border-radius: 20px;
    padding: 25px 36px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.who-is-card h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.head-capsule {
    background: #FFFFFF;
    width: fit-content;
    border-radius: 100px;
    padding: 12px;
    border: 1px solid blue;
    margin: -170px auto 70px auto;
}

.head-capsule .capsule-wrapper {
    padding: 21px 74px;
    border-radius: 100px;
    border: 2px solid #BDD8FF;
}

.head-capsule .capsule-wrapper h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #162A66;
    letter-spacing: 0.9px;
    text-transform: capitalize;
}

.emerging-section {
    padding: 120px 0 0 0;
}

.emerging-cards h1 {
    font-size: 65px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    background: linear-gradient(180deg, #1BE9F1 0%, rgba(228, 254, 255, 0.56) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-bottom: 18px;
}

.emerging-cards h6 {
    color: #162A66;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.emerging-cards p {
    color: #162A66;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
}


.emerging-cards {
    display: flex;
    /* outline:1px solid red; */
}

.emerging-cards .left {
    width: 50%;
}

.emerging-cards .right {
    height: 100vh;
    /* outline:1px solid purple; */
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emerging-section .tab-content {
    display: none;
}

.emerging-section .tab-content.active {
    display: flex;
}

.emerging-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 90px;
    z-index: 3;
}

.emerging-tabs .emerging-tabs-wrapper {
    padding: 6px;
    border: 1px solid blue;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    margin-bottom: 150px;
}

.emerging-tabs .emerging-tabs-wrapper button {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 35px;
    border-radius: 100px;
    color: #A7C5E9;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    border: 1px solid #B2D1E9;
    text-transform: uppercase;
    cursor: pointer;
}

.emerging-tabs .emerging-tabs-wrapper button.active {
    color: #FFFFFF;
    background: #1076F1;
}

.desktopContent {
    margin: auto;
    width: 80%;
}

.desktopContentSection {
    min-height: 100vh;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktopPhotos {
    width: 100%;
    height: 60vh;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktopPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
}

.desktopPhoto img {
    width: 100%;
}

.mobileContent {
    display: none;
    width: 100%;
}

.mobilePhoto {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.team-popup, .lead-popup {
    position: fixed;
    inset: 0;
    background: rgb(17 18 20 / 95%);
    z-index: 99999;
    display: none;
}

.team-popup.active, .lead-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-popup-content, .lead-popup-content {
    width: 90%;
    /* height: 50%; */
    height: auto;
    background: #0a7cff;
    padding: 24px;
    border-radius: 16px;
    overflow-y: auto;
    position: relative;
    color: #FFFFFF;
}

.team-popup-content .close-btn , .lead-popup-content .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 32px;
    background: none;
    border: none;
    color: #fff;
}

.team-popup-content h4, .lead-popup-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.team-popup-content p, .lead-popup-content p {
    font-size: 18px;
}

.team-popup-content p.desc, .lead-popup-content p.desc {
    font-size: 18px;
    margin: 30px 0;
}

.d-none {
    display: none;
}

.d-none-cs {
    display: none;
}

.state-info {
    padding: 0 30px 100px 30px;
}

.state-info .state-info-wrapper svg {
    width: 100%;
    height: 100%;
}

.state-info-wrapper {
    position: relative;
}

.state-info-wrapper .map-top-label {
    position: absolute;
    top: 0;
    right: 50px;
    width: 34%;
    padding-left: 34px;
}

.state-info-wrapper .map-top-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;

    background: linear-gradient(180deg,
            #3697FC 0%,
            rgba(42, 231, 239, 0.55) 100%);
}

.state-info-wrapper .map-top-label h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.9px;
    color: #162A66;
    margin-bottom: 23px;
}

.state-info-wrapper .map-top-label a {
    margin-bottom: 23px;
}

.blog-listing-head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0 57px 0;
}

.blog-listing-head .filter-right .select-pill {
    width: 100%;
}

#noResults {
    font-size: 16px;
    text-align: center;
    margin: 40px 0;
}

.blog-listing-head .search-box {
    border: 2px solid #1076F1;
    background: #F1F8FF;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px 25px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

}

.blog-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.blog-loader span {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e9f2;
    border-top-color: #1076F1;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.select-pill {
    position: relative;
}

.blog-listing-head .filter-right select {
    border: 2px solid #1076F1;
    background: #F1F8FF;
    border-radius: 100px;
    padding: 10px 40px 10px 25px;
    font-size: 16px;
    color: #69738A;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.blog-listing-head .filter-right .select-pill::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 8px;
    transform: translateY(-50%);
    background: url("../assets/icons/blue-dropdown.svg") no-repeat center;
}

.blog-listing-head input {
    padding: 0;
    font-size: 16px;
    color: #69738A;
}

.list-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.list-cards-wrapper .blog-card {
    width: calc((100% / 3) - 22px);
    min-height: 600px;
    background: #EFF7FF;
    border-radius: 30px;
    border: 1px solid #C4DFFF;
    padding: 8px;
}

.list-cards-wrapper .blog-card .blog-thumb img {
    width: 100%;
    border-radius: 25px;
    height: 223px;
    object-fit: contain;
}

.list-cards-wrapper .blog-card .video-thumb .video-wrapper {
    border-radius: 25px;
    overflow: hidden;
}

.list-cards-wrapper .blog-card .video-thumb .video-wrapper iframe {
    border-radius: 25px;
    width: 100%;
    height: 223px;
}

.list-cards-wrapper .blog-card .blog-list-card-content {
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.list-cards-wrapper .blog-card .blog-list-card-content .category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px;
    height: 65px;
}

.list-cards-wrapper .blog-card .blog-list-card-content .category p {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #162A66;
    line-height: 1.3;
    letter-spacing: 0.3px;
    border-radius: 5px;
    padding: 5px 13px;
}

.list-cards-wrapper .blog-card .blog-list-card-content .blog-heading {
    color: #081022;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.list-cards-wrapper .blog-card .blog-list-card-content .blog-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pagination {
    padding: 60px 0 120px 0;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.page-btn {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1.5px solid #1076F1;
    background: #fff;
    color: #1076F1;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-numbers {
    display: flex;
    gap: 18px;
}

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: #081022;
    background: none;
    border: 0;
    outline: none;
}

.page-number.active {
    color: #1076F1;
}

.blog-detail-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
    border-bottom: 1px solid #1076F1;
    position: relative;
}

.blog-detail-wrapper .blog-desc {
    width: 58%;
}

.blog-detail-wrapper .blog-desc p {
    color: #162A66;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin: 30px 0;
}

.blog-detail-wrapper .blog-desc h6 {
    color: #162A66;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin: 30px 0;
    margin: 5px 0 30px 0;
}

.blog-detail-wrapper .blog-desc p:first-child {
    margin-top: 0;
}

.blog-detail-wrapper .blog-desc h2 {
    color: #162A66;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    width: 80%;
    margin: 10px 0;
}

.blog-detail-wrapper .blog-right-box {
    width: 30%;
}

.blog-right-box .blog-right-box-wrapper {
    border: 1px solid #89A8F2;
    box-shadow: 0px 13px 27px -5px #4F4F6440;
    border-radius: 20px;
    padding: 0 29px 30px 29px;
    position: sticky;
    top: 20%;
    /* max-height: 75vh;
    overflow: scroll; */
}

.blog-right-box .blog-right-box-wrapper .blog-date {
    padding: 15px 0;
    color: #162A66;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #89A8F2;
}

.blog-right-box .blog-right-box-wrapper h1 {
    font-size: 30px;
    line-height: 1.2;
    color: #162A66;
    letter-spacing: 0.9px;
    padding: 23px 0;
}

.blog-right-box .blog-right-box-wrapper p {
    color: #162A66;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.related-products {
    padding: 100px 0;
}

.related-products .related-p-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.related-products .related-p-head h6 {
    color: #1076F1;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.0px;
}

.related-products .list-cards-wrapper {
    flex-wrap: nowrap;
}

.related-products .list-cards-wrapper .blog-card {
    width: calc(100% / 3);
}

.case-detail-box {
    padding-bottom: 50px;
}

.case-detail-box h3 {
    color: #1076F1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.case-detail-box p {
    margin: 20px 0 !important;
}

.case-detail-box#mentors, .case-detail-box#investors {
	/* display: none; */
}

.milestone-box {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 25px 0;
}

.milestone-box li {
    background: #EFF7FF;
    border: 1px solid #1076F1;
    color: #162A66;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: #162A66;
    border-radius: 10px;
    padding: 16px 29px;
}

.advisor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.advisor-item {
    padding: 32px 20px;
    text-align: center;
    position: relative;
}
.advisor-item:before {
    position: absolute;
    content: "";
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    height: 100%;
    width: 0.5px;
    background-color: #5A8CFF;
}
.advisor-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5px;
    width:100%;
    background-color: #5A8CFF;
    margin: 0 auto;
}
.advisor-item.b-none::after {
    height: 0;
}
/* .advisor-item:nth-child(3n + 1),
.advisor-item:nth-child(3n + 2) {
    border-right: 1px solid #5A8CFF;
}

.advisor-item:nth-child(n + 4) {
    border-top: 1px solid #5A8CFF;
} */

.advisor-item img {
	height: 75px;
}

.advisor-item h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #162A66;
    line-height: 1.2;
}

.advisor-item p {
    margin: 6px 0 0 !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #162A66;
    letter-spacing: 0.3px;
}

.table-of-content {
    padding-top: 37px;
    border-top: 1px solid #89A8F2;
}

.table-of-content h6 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #1076F1;
    margin-bottom: 18px;
}

.table-of-content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.table-of-content ul li {
    color: #162A66;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.table-of-content ul li[data-target="mentors"], .table-of-content ul li[data-target="investors"] {
	/* display: none; */
}

/* .table-of-content ul li.active {
    color: #1076F1;
} */

.nav-desktop>ul>li.active>a {
    color: #5EF9F9;
}

/* CS Styles */
.testimonial-section {
	display: none;
}

.desktopContentSection a.btn, .mobileContent a.btn {
	width: fit-content;
	margin-top: 20px;
}

.error-msg {
    color: #e63946;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}