* {
    border: none;
    outline: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    background-color: #ffffff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: unset;
}

#companyLogoSec {
    width: 100%;
    background: #ffffff;
    padding: 130px 20px 50px 20px;
}

#companyLogoSec .companyLogoSecInner {
    max-width: 1400px;
    margin: auto;
}

#companyLogoSec .companyLogoSecInner.companyLogoSecInnerHeadCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

#companyLogoSec .companyLogoSecInnerHeadCon h4.CompanySecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
}

#companyLogoSec .companyLogoSecInnerHeadCon h2.CompanySecHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#companyLogoSec .companyLogoSecInnerHeadCon h2.CompanySecHeading span {
    color: #ce8924;
}

#companyLogoSec .companyLogoSecInnerHeadCon p.CompanySecPara {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 727px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#companyLogoSec .companyLogoSecInner.companyLogoSecInnerLogoBox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#companyLogoSec .companyLogoSecInner .logoBox::after {
    content: "";
    box-shadow: 0px 4.24px 34.52px 0px #0000000a;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.04%, #273572 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#companyLogoSec .companyLogoSecInner .logoBox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 360px;
    width: 100%;
    height: 400px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    margin-left: 0;
    padding: 22px 22px 24px 22px;
    position: relative;
    border-radius: 10.35px;
    overflow: hidden;
}

#companyLogoSec .companyLogoSecInner .logoBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#companyLogoSec .companyLogoSecInner .logoBox h4 {
    margin: 0 0 3px 0;
    position: relative;
    z-index: 1;
    font-family: "Inter";
    font-weight: 600;
    font-size: 25.41px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}
#companyLogoSec .companyLogoSecInner .logoBox h3 {
    font-family: "Inter";
    font-weight: 700;
    font-size: 14.82px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    color: #cd8925;
}
#companyLogoSec .companyLogoSecInner .logoBox p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14.82px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    color: #fff;
}
.companyLogoSecInner .swiper-button-next,
.companyLogoSecInner .swiper-button-prev {
    color: #2d3b68;
    background: #d3d8f0;
    padding: 10px 22px;
    border-radius: 50%;
    transition: all 0.3s;
}
.companyLogoInner {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.companyLogoInnerCol:first-child {
    flex: 1;
}
.companyLogoInnerCol:last-child {
    max-width: 20%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.companyLogoInnerCol:last-child a {
    background: #0a66c2;
    border-radius: 10px;
    padding: 0;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.companyLogoSecInner .swiper-button-prev.companyLogoPrev {
    padding: 10px 23px 10px 21px;
    left: -23px;
}

.companyLogoSecInner .swiper-button-next.companyLogoNext {
    padding: 10px 21px 10px 23px;
    right: -23px;
}

.companyLogoSecInner .swiper-button-next:hover,
.companyLogoSecInner .swiper-button-prev:hover {
    color: #fff;
    background: #192666;
}

.companyLogoSecInner .swiper-button-next::after,
.companyLogoSecInner .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 600;
}

#ecosystemSec {
    width: 100%;
    background: #192666;
    padding: 130px 20px 170px 20px;
    margin-top: 100px;
}

#ecosystemSec .ecosystemSecInner {
    max-width: 1400px;
    margin: auto;
}

#ecosystemSec .ecosystemSecInner.ecosystemSecInnerHeadCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

#ecosystemSec .ecosystemSecInnerHeadCon h4.ecosystemSecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
}

#ecosystemSec .ecosystemSecInnerHeadCon .ecosystemSecHeading {
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#ecosystemSec .ecosystemSecInnerHeadCon .ecosystemSecHeading span {
    color: #ce8924;
}

#ecosystemSec .ecosystemSecInnerHeadCon p.ecosystemSecPara {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 1010px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#ecosystemSec .ecosystemSecInner .ecosystemSecChartInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

#ecosystemSec .ecosystemSecInner .ecosystemSecChartInnerCol {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
}

#ecosystemSec .ecosystemSecChartInnerCol .ecosystemChartBox {
    background: #ce8924;
    max-width: 367.77px;
    width: 100%;
    height: 131.17px;
    padding: 10px 10px;
    justify-items: center;
    align-content: center;
    border-radius: 100px;
    position: relative;
}

#ecosystemSec .ecosystemSecChartInnerCol.startBoxCol .ecosystemChartBox::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    width: 18px;
    height: 28px;
    background-color: #ce8924;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

#ecosystemSec .ecosystemSecChartInnerCol.endBoxCol .ecosystemChartBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    width: 18px;
    height: 28px;
    background-color: #ce8924;
    clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}

#ecosystemSec .ecosystemSecChartInnerCol .ecosystemChartBox div {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    background: #fff;
    max-width: 333.96px;
    width: 100% !important;
    height: 105.18px;
    text-align: center;
    align-content: center;
    border-right: 2px solid #bcbec0;
    border-bottom: 2px solid #bcbec0;
    border-left: 2px solid #bcbec0e0;
    border-radius: 100px;
    box-shadow: 5px 5px 10px -3px #464646;
}

#ecosystemSec .ecosystemSecChartInnerCol.endBoxCol .ecosystemChartBox div {
    box-shadow: -5px 5px 10px -3px #464646;
}

#ecosystemSec
    .ecosystemSecInner
    .ecosystemSecChartInner
    .ecosystemSecChartInnerCol
    img {
    max-width: 475px;
    width: 100%;
}

#ecosystemSec
    .ecosystemSecInner
    .ecosystemSecChartInner
    .ecosystemSecChartNumber {
    display: flex;
    justify-content: space-between;
}

#ecosystemSec
    .ecosystemSecInner
    .ecosystemSecChartInner
    .ecosystemSecChartNumber
    span {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    background: #fff;
    width: 74.98px;
    align-content: center;
    text-align: center;
    line-height: 0;
    border: 4px solid #2d3b68;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-variant-numeric: lining-nums;
}

#homeEventSec {
    padding: 100px 20px;
}

#homeEventSec .eventSecInner.eventSecInnerHeadCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

#homeEventSec .eventSecInnerHeadCon h4.eventSecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
}

#homeEventSec .eventSecInnerHeadCon h2.eventSecHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#homeEventSec .eventSecInnerHeadCon h2.eventSecHeading span {
    color: #ce8924;
}

#homeEventSec .eventSecInnerHeadCon p.eventSecPara {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 860px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#pillarSec {
    width: 100%;
    background: #ededed;
    padding: 130px 20px 130px;
    display: none;
}

#pillarSec .pillarSecInner {
    max-width: 1600px;
    margin: auto;
}

#pillarSec .pillarSecInnerHeadCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

#pillarSec .pillarSecInnerHeadCon h4.pillarSecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
}

#pillarSec .pillarSecInnerHeadCon h2.pillarSecHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#pillarSec .pillarSecInnerHeadCon h2.pillarSecHeading span {
    color: #ce8924;
}

#pillarSec .pillarSecInnerHeadCon p.pillarSecPara {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 1010px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#pillarSec .pillarTabs {
    border-top: 1px solid #ffffff94;
    border-bottom: 1px solid #00000012;
    display: flex;
    justify-content: center;
    gap: 4px;
    position: sticky;
    top: 102px;
    padding: 20px;
    backdrop-filter: blur(20px);
    z-index: 1;
    background: #ededed5e;
    width: fit-content;
    margin: auto;
    border-radius: 50px;
}

#pillarSec .pillarTabs .tabBtnMainBox {
    display: flex;
    gap: 16px;
    height: 57px;
    overflow: hidden;
    padding: 5px 10px;
    transition: height 0.3s ease;
}

#pillarSec .pillarTabs .tabBtn {
    background: transparent;
    border: 1px solid #2d3c69;
    color: #2d3c69;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: "Montserrat";
    font-size: 15.53px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#pillarSec .pillarTabs .tabBtn.active,
#pillarSec .pillarTabs .tabBtn:hover {
    background: #ce8924;
    border: 1px solid #ce8924;
    color: #fff;
}

#pillarSec .pillarTabs .tabBtn.active {
    box-shadow: 0px 0px 0px 5px #ce892438;
}

#pillarSec .pillarTabContent {
    border-top: 1px solid #ffffff94;
    border-bottom: 1px solid #00000012;
    background: #fff;
    max-width: 100%;
    margin: auto;
    margin-top: 40px;
    padding: 40px 20px 20px;
    border-radius: 66px;
    overflow: hidden;
}

#pillarSec .tabContent {
    display: none;
    text-align: center;
}

#pillarSec .tabContent.active {
    display: block;
}

#pillarSec .pillarTabs .tabBtn {
    transition: all 0.35s ease;
}

#pillarSec .tabContent {
    display: none;
    opacity: 0;
    transform: translateY(20px);
}

#pillarSec .tabContent.active {
    display: block;
    animation: fadeSlideUp 0.5s ease forwards;
}

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

#pillarSec .pillarTabContent .tabContent h3.tabContentSubHeading {
    color: #ce8924;
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
}

#pillarSec .pillarTabContent .tabContent h3.tabContentHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 38px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    max-width: 1010px;
    margin: 30px auto 0;
}

#pillarSec .pillarTabContent .tabContent p {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 40px auto 0;
    max-width: 1048px;
}

#pillarSec .pillarTabContent .tabContentBoxMainRow {
    margin: 80px 0 30px;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    h3.tabContentContrastHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 30px 0;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    h3.tabContentContrastHeading
    span {
    color: #ce8924;
}

#pillarSec .pillarTabContent .tabContentBoxMainRow .tabContentBoxMainRowInner {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 80px 0 0;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox {
    background: #fff;
    padding: 24px 26px;
    text-align: left;
    border-radius: 15px;
    flex: 0 0 361px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-height: 330px;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox.active {
    background: #2d3b68;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox.active
    h4 {
    color: #fff;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox.active
    p {
    color: #fff;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox
    img {
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox
    h4 {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    font-optical-sizing: auto;
    margin: 14px 0 0;
}

#pillarSec
    .pillarTabContent
    .tabContentBoxMainRow
    .tabContentBoxMainRowInner
    .tabContentBox
    p {
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 14px 0 0;
}

#pillarSec .pillarTabContent h3.tabContentPlainHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 80px 0 0;
}

#pillarSec .pillarTabContent .tabContentCtaBox {
    /* max-width: 100%;
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; */

    position: relative;
    background: linear-gradient(45deg, #192666, #2d3b68);
    box-shadow: 0 0 0 7px #2d3b681c;
    border-radius: 50px;
    max-width: 100%;
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    overflow: hidden;
}

#pillarSec .pillarTabContent .tabContentCtaBox::after {
    content: "";
    width: 140px;
    height: 140px;
    border-radius: 100%;
    position: absolute;
    top: 36%;
    right: -80px;
    background-color: #ffffff61;
    box-shadow:
        0 0 0 60px #ffffff1c,
        0 0 0 120px #ffffff21;
    z-index: 2;
}

#pillarSec .pillarTabContent .tabContentCtaBox::before {
    content: "";
    width: 480px;
    height: 480px;
    border-radius: 100%;
    position: absolute;
    top: 0%;
    right: -236px;
    background-color: #ffffff54;
    box-shadow:
        0 0 0 61px #ffffff1f,
        0 0 0 130px #ffffff1a,
        0 0 0 200px #ffffff0d;
    z-index: 1;
}

#pillarSec .pillarTabContent .tabContentCtaBox h3 {
    color: #fff;
    font-family: "Playfair Display";
    font-size: 64px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    z-index: 3;
    max-width: 750px;
}

#pillarSec .pillarTabContent .tabContentCtaBox a {
    background: #cd8a26;
    border: 1px solid #cd8a26;
    color: #fff;
    padding: 21px 64px;
    border-radius: 50px;
    font-family: "poppins";
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

#testimonialSec {
    width: 100%;
    background: #192666;
    padding: 100px 0px 70px;
}

#testimonialSec .testimonialSecInnerBox {
    margin: auto;
}

#testimonialSec .testimonialSecInner.testimonialSecInnerHeadCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
    padding: 0px 20px;
}

#testimonialSec .testimonialSecInnerHeadCon h4.testimonialSecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
}

#testimonialSec .testimonialSecInnerHeadCon h2.testimonialSecHeading {
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#testimonialSec .testimonialSecInnerHeadCon h2.testimonialSecHeading span {
    color: #ce8924;
}

#testimonialSec .testimonialSecInnerHeadCon p.testimonialSecPara {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 727px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#testimonialSec .testimonialSecFeedbackMainBox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* height: 330px; */
    overflow-y: visible;
    margin-top: 60px;
}

#testimonialSec .testimonialSecFeedbackMainBox .swiper-wrapper {
    padding: 0 0 80px;
}

#testimonialSec .testimonialSecFeedbackBox {
    border-top: 1px solid #8491d1a6;
    border-right: 0px solid #8491d183;
    border-bottom: 0px solid #8491d183;
    border-left: 1px solid #8491d1a6;
    padding: 40px 40px;
    border-radius: 52px;
    box-shadow: inset 20px 15px 20px -10px #151f54;
    position: relative;
    overflow: hidden;
    opacity: 0.3;
    transition: opacity 0.9s;
    /* height: 310px; */
    align-content: center;
}

#testimonialSec .testimonialSecFeedbackBox.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

#testimonialSec .testimonialSecFeedbackBox .testimonialSecFeedbackBoxBg::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    background-color: #ff000000;
    border-radius: 54px;
    border: 1px solid #53609f87;
    box-shadow: inset -10px -10px 30px -10px #53609f36;
}

#testimonialSec
    .testimonialSecFeedbackBox
    .testimonialSecFeedbackBoxUserContent {
    position: relative;
    z-index: 1;
}

#testimonialSec
    .testimonialSecFeedbackBox
    .testimonialSecFeedbackBoxUserContent
    h3 {
    font-size: 18px;
    font-family: "montserrat";
    font-weight: 600;
    color: #fff;
}

#testimonialSec
    .testimonialSecFeedbackBox
    .testimonialSecFeedbackBoxUserContent
    p {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    font-optical-sizing: auto;
    line-height: 30px;
    letter-spacing: -0.2px !important;
    margin-top: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#testimonialSec
    .testimonialSecFeedbackBox
    .testimonialSecFeedbackBoxUserContent
    .readMoreBtn {
    color: #ce8924;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    font-optical-sizing: auto;
    line-height: 30px;
    letter-spacing: -0.2px !important;
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
}

#testimonialSec
    .testimonialSecFeedbackBox
    .testimonialSecFeedbackBoxUserContent
    p.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
}

#testimonialSec
    .testimonialSecFeedbackBoxUserContent
    .testimonialSecFeedbackUserBox {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 20px;
}

#testimonialSec
    .testimonialSecFeedbackBoxUserContent
    .testimonialSecFeedbackUserBox
    img {
    height: 48px;
    width: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

#testimonialSec
    .testimonialSecFeedbackBoxUserContent
    .testimonialSecFeedbackUserNameBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

#testimonialSec
    .testimonialSecFeedbackBoxUserContent
    .testimonialSecFeedbackUserNameBox
    h4 {
    font-size: 16px;
    font-family: "montserrat";
    font-weight: 600;
    color: #fff;
}

#testimonialSec
    .testimonialSecFeedbackBoxUserContent
    .testimonialSecFeedbackUserNameBox
    h5 {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 300;
    font-optical-sizing: auto;
    line-height: 22px;
    letter-spacing: -0.2px !important;
}

#testimonialSec .testimonialSwiperNav {
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    display: flex;
    position: absolute;
    bottom: 0px;
}

#testimonialSec .swiper-button-prev,
#testimonialSec .swiper-button-next {
    position: static;
    color: #ffffff;
    background: #5c6592;
    padding: 10px 22px;
    border-radius: 50%;
    transition: all 0.3s;
    gap: 20px;
}

#testimonialSec .swiper-button-prev::after,
#testimonialSec .swiper-button-next::after {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s;
}

#testimonialSec .swiper-button-prev:hover::after,
#testimonialSec .swiper-button-next:hover::after {
    color: #2d3b68;
}

#testimonialSec .swiper-button-prev {
    padding: 10px 23px 10px 21px;
}

#testimonialSec .swiper-button-next {
    padding: 10px 21px 10px 23px;
}

#testimonialSec .swiper-button-prev:hover,
#testimonialSec .swiper-button-next:hover {
    color: #2d3b68;
    background: #ffffff;
}

#foundingCircleSec {
    width: 100%;
    padding: 100px 20px 70px;
}

#foundingCircleSec .foundingCircleSecInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

#foundingCircleSec .foundingCircleSecInnerBox p.foundingCircleLastPara {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

#foundingCircleSec
    .foundingCircleSecInnerHeadCon
    h4.foundingCircleSecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
}

#foundingCircleSec .foundingCircleSecInnerHeadCon h2.foundingCircleSecHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#foundingCircleSec
    .foundingCircleSecInnerHeadCon
    h2.foundingCircleSecHeading
    span {
    color: #ce8924;
}

#foundingCircleSec .foundingCircleSecInnerHeadCon p.foundingCircleSecPara {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 860px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#foundingCircleSec .foundingCircleSecParaBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

#foundingCircleSec .foundingCircleSecParaBox p.foundingCircleSecPara {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    max-width: 1260px;
    text-align: center;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

#foundingCircleSec .foundingCircleSecRowBoxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1460px;
    margin: 100px auto;
    gap: 20px;
}

#foundingCircleSec .foundingCircleSecRowBox {
    flex: 0 0 230px;
    text-align: center;
}

#foundingCircleSec .foundingCircleSecRowBox h4 {
    color: #2d3b68;
    font-size: 14px;
    font-family: "montserrat";
}

#foundingCircleSec .foundingCircleSecRowArrowBox {
    width: 100px;
}

#foundingCircleSec .foundingCircleSecRowArrowBox img {
    transform: translate(-75px, 0px);
}

#foundingCircleSec .foundingCircleSecRowArrowBox.down img {
    transform: translate(-75px, 75px);
}

#foundingCircleSec .foundingCircleSecMembersSliderMain {
    position: relative;
    max-width: 1460px;
    margin: 100px auto 60px;
    /* padding: 0 20px; */
}

#foundingCircleSec .foundingCircleSecMembersSliderMain .swiper-slide {
    padding: 26px;
    min-height: -webkit-fill-available;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 15px;
}

#foundingCircleSec
    .foundingCircleSecMembersSliderMain
    .membersSliderCardImgBox {
    display: flex;
    justify-content: space-between;
}

#foundingCircleSec
    .foundingCircleSecMembersSliderMain
    .membersSliderCardImgBox
    .membersSliderCardUserImage {
    width: 79px;
    height: 79px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 5px solid #2d3b68;
}

#foundingCircleSec
    .foundingCircleSecMembersSliderMain
    .foundingCircleSecMembersSliderCard
    h3 {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 20px 0 10px;
    max-width: 280px;
}

#foundingCircleSec
    .foundingCircleSecMembersSliderMain
    .foundingCircleSecMembersSliderCard
    p {
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    font-optical-sizing: auto;
    line-height: 30px;
    letter-spacing: -0.2px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#foundingCircleSec
    .foundingCircleSecMembersSliderMain
    .foundingCircleSecMembersSliderCard
    p.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
}

#foundingCircleSec
    .foundingCircleSecMembersSliderMain
    .foundingCircleSecMembersSliderCard
    .membersReadMoreBtn {
    background: none;
    border: none;
    outline: none;
    color: #2d3b68;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    font-optical-sizing: auto;
    line-height: 30px;
    letter-spacing: -0.2px !important;
    cursor: pointer;
    display: inline-block;
}

#foundingCircleSec .foundingMembersNav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    display: none;
}

#foundingCircleSec .foundingMembersNav .swiper-button-next,
#foundingCircleSec .foundingMembersNav .swiper-button-prev {
    color: #2d3b68;
    background: #d3d8f0;
    padding: 10px 22px;
    border-radius: 50%;
    transition: all 0.3s;
}

#foundingCircleSec .foundingMembersNav .swiper-button-prev {
    padding: 10px 23px 10px 21px;
    left: 0;
}

#foundingCircleSec .foundingMembersNav .swiper-button-next {
    padding: 10px 21px 10px 23px;
    right: 0;
}

#foundingCircleSec .foundingMembersNav .swiper-button-prev:hover,
#foundingCircleSec .foundingMembersNav .swiper-button-next:hover {
    color: #fff;
    background: #192666;
}

#foundingCircleSec .foundingMembersNav .swiper-button-prev::after,
#foundingCircleSec .foundingMembersNav .swiper-button-next::after {
    font-size: 14px;
    font-weight: 600;
}

#contact {
    width: 100%;
    /* background: #EDEDED; */
    padding: 130px 0px 170px;
}

#contact .contactSecInnerCol {
}

#contact .contactSecInnerCol.first {
    max-width: 560px;
}

#contact .contactSecInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: auto;
    padding: 0 30px;
}

#contact .contactSecInnerHeadCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    margin-bottom: 40px;
    padding: 0;
}

#contact .contactSecInnerHeadCon h4.contactSecSubHeading {
    background: #ce8924;
    color: #fff;
    font-family: "montserrat";
    font-size: 15.53px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
}

#contact .contactSecInnerHeadCon h2.contactSecHeading {
    color: #2d3b68;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    font-style: normal;
}

#contact .contactSecInnerHeadCon h2.contactSecHeading span {
    color: #ce8924;
}

#contact .contactSecInnerHeadCon p.contactSecPara {
    color: #000000;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    font-optical-sizing: auto;
    line-height: 30px;
    letter-spacing: -0.2px !important;
}

.form-container {
    width: 100%;
    max-width: 800px;
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-title {
    text-align: center;
    color: #333;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-subtitle {
    text-align: center;
    color: #666;
    font-size: 1rem;
    margin-bottom: 40px;
}

.form-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

.form-grid .inln-inpts {
    display: flex;
    flex-direction: column !important;
    gap: 25px;
    width: 100%;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #192666;
    font-weight: 700;
    font-size: 16px;
    font-family: "montserrat";
}

.required {
    color: #e74c3c;
}

.form-input,
.form-select {
    width: 100%;
    padding: 26px 26px;
    border-radius: 8px;
    transition: all 0.3s ease;
    /* background: #ffffff; */
    background: #f0f0f0;
    outline: none;
    border: none;
    color: #6b6b6b;
    font-family: "poppins";
    font-size: 16px;
    resize: none;
}

.form-input:focus,
.form-select:focus {
    border-color: #cd8c28;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.form-input:hover,
.form-select:hover {
    border-color: #cd8b2886;
}

.form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 45px;
}

.submit-btn {
    padding: 18px 91px;
    background: #2d3b68;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: poppins;
}

.submit-btn:hover,
.load-more-container .load-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 10px 0px #2d3c695d;
}

.submit-btn:active,
.load-more-container .load-more-btn:active {
    transform: translateY(0);
}

.submit-btn::before,
.load-more-container .load-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s;
}

.submit-btn:hover::before,
.load-more-container .load-more-btn:hover::before {
    left: 100%;
}

@media (max-width: 1440px) {
    .companyLogoSecInner.companyLogoSecInnerLogoBox,
    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInner,
    #foundingCircleSec .foundingCircleSecRowBoxes,
    #foundingCircleSec .foundingCircleSecMembersSliderMain {
        scale: 0.8;
        margin: 0;
    }

    #contact .contactSecInner {
        gap: 30px;
    }

    .contactSecInnerCol.last img {
        width: 100%;
    }

    #pillarSec .pillarTabs {
        top: 75px;
    }

    /* #testimonialSec .testimonialSecFeedbackBox {
        height: 359px;
    } */
}

@media (max-width: 1364px) {
    .ecosystemSecChartInnerCol.centerBoxCol {
        width: 850px !important;
    }

    #ecosystemSec .ecosystemSecInner {
        max-width: 1400px;
        width: 100%;
    }

    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInnerCol {
        width: 39.33%;
    }

    #ecosystemSec .ecosystemSecChartInnerCol .ecosystemChartBox div {
        font-size: 23px;
    }

    #ecosystemSec {
        padding: 130px 20px 0px 20px;
    }

    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInner {
        margin-top: -60px;
        width: 100%;
        max-width: 100%;
        gap: 50px;
    }

    #foundingCircleSec .foundingCircleSecRowArrowBox {
        width: 10px;
    }

    #foundingCircleSec .foundingCircleSecRowArrowBox img {
        transform: translate(-73px, 20px);
        width: 155px;
    }

    #foundingCircleSec .foundingCircleSecRowArrowBox.down img {
        transform: translate(-73px, 72px);
    }
}

@media (max-width: 1199px) {
    #foundingCircleSec .foundingMembersNav {
        display: flex;
    }
}

@media (max-width: 1200px) {
    #pillarSec .pillarTabs {
        top: 100px;
    }

    h2 {
        font-size: 42px !important;
    }

    h4 {
        font-size: 12.53px !important;
    }

    p {
        font-size: 15px !important;
    }

    #pillarSec
        .pillarTabContent
        .tabContentBoxMainRow
        .tabContentBoxMainRowInner
        .tabContentBox
        h4 {
        font-size: 22px !important;
    }
}

@media (max-width: 1058px) {
    .contactSecInnerCol.last {
        display: none;
    }

    #pillarSec .pillarTabs {
        /* border: 1px solid red; */
        top: 100px;
        padding: 10px 10px;
        overflow: hidden;
        justify-content: left;
    }

    #pillarSec .pillarTabs div {
        flex-direction: column;
        /* border: 1px solid red; */
    }

    #pillarSec .pillarTabs .tabBtnChevronMain {
        display: flex !important;
        justify-content: center;
        height: 57px;
    }

    #pillarSec .pillarTabs .tabBtnChevronMain button {
        color: #2d3b68;
        background: #d3d8f0;
        padding: 8.5px 10px;
        border-radius: 50%;
        border: none;
        outline: none;
        transition: all 0.3s;
    }

    #pillarSec .pillarTabs .tabBtn {
        width: 203px;
        padding: 12px 0;
    }

    /* #pillarSec .pillarTabs:not(.is-open) .tabBtn.active {
        background: #CE8924;
        border: 1px solid #CE8924;
        color: #fff;
        position: absolute;
        top: 15px;
        left: 18px;
        width: 203px;
        padding: 12px 0;
    }


    #pillarSec .pillarTabs.is-open .tabBtn.active {
        position: static;
        width: auto;
        width: 203px;
        padding: 12px 16px;
    } */
}

@media (max-width: 1069px) {
    #foundingCircleSec .foundingCircleSecRowArrowBox {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
}

@media (max-width: 915px) {
    .ecosystemSecChartInnerCol.centerBoxCol {
        display: none !important;
    }

    .ecosystemChartBox {
        transform: translate(0px, 0px) !important;
    }

    #ecosystemSec
        .ecosystemSecChartInnerCol.startBoxCol
        .ecosystemChartBox::after,
    #ecosystemSec
        .ecosystemSecChartInnerCol.endBoxCol
        .ecosystemChartBox::after {
        display: none;
    }

    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInnerCol {
        width: 49.33%;
    }

    #companyLogoSec {
        padding: 80px 20px 0px 20px;
    }

    #companyLogoSec .companyLogoSecInner .logoBox {
        /* height: 193px; */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .form-container {
        padding: 30px 25px;
        margin: 10px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    form#contactForm .form-grid .inln-inpts {
        flex-direction: column !important;
    }

    .form-group.full-width {
        grid-column: span 1;
    }

    .form-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    #pillarSec .pillarTabContent .tabContentCtaBox {
        max-width: 100%;
        padding: 100px 0px;
    }

    #pillarSec .pillarTabContent .tabContentCtaBox h3 {
        font-size: 44px;
    }

    #pillarSec .pillarTabContent .tabContentCtaBox a {
        padding: 16px 44px;
        font-size: 14px;
    }

    #pillarSec .pillarTabContent h3.tabContentPlainHeading {
        font-size: 40px;
    }

    #pillarSec .pillarTabContent .tabContent p {
        margin: 10px auto 0;
    }

    #pillarSec .pillarTabContent {
        padding: 40px 20px 20px;
    }
    .companyLogoSecInner.companyLogoSecInnerLogoBox,
    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInner,
    #foundingCircleSec .foundingCircleSecRowBoxes,
    #foundingCircleSec .foundingCircleSecMembersSliderMain {
        scale: 0.9;
    }
}

@media (max-width: 640px) {
}

@media (max-width: 633px) {
}

@media (max-width: 550px) {
    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInnerCol {
        width: 100%;
    }

    #ecosystemSec .ecosystemSecInner .ecosystemSecChartInner {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 500px) {
}

@media (max-width: 480px) {
}
