
body {
    font-family: 'Noto Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Sans', sans-serif;
    padding: 0;
}
p {
    padding-bottom: 0 !important;margin-top: 30px;
}
.topbarcontent p {
    color: white;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    margin: 0;
}

.topbarcontent {
    text-align: center;
}

.topbar {background: #0486BE;padding: 10px 0px;}

body {
    margin: 0 auto;
}

header.siteheader {
    padding: 10px 0;background: #d1f1ff;
}
.container {
    padding: 0 80px;
    width: 100%;
    max-width: 1530px;
}

.siteheader .container {
    max-width: 1500px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.mainbanner .row {
    justify-content: space-between;
    align-items: center;
}

.siteheader .navbarcontent ul {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}

.siteheader .row {
    justify-content: space-between;
    align-items: center;
}

.siteheader .navbarcontent ul li a {
    color: #464646;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.siteheader .navbarcontent ul li a.nmenu:hover {
    color: #322783;text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}
.siteheader .navbarcontent ul li {
    padding: 0 30px;
}

/*.siteheader .navbarcontent ul li:nth-child(4) a:before {
    background: #322783;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
}*/
.siteheader .logo{max-width: 180px;    
    /* margin-top: 5px; */
}
.siteheader .logo img {
    display: block;
    object-fit: contain;
}
.siteheader .navbarcontent ul li:nth-child(4) a {
    position: relative;
}

.siteheader .navbarcontent ul li a.buttongradient {
    background: linear-gradient(90deg, #7D6FE0 0%, #009FE3 100%);
    border-radius: 10px;
    color: #fff;
    padding: 14px 20px;
    display: inline-flex;
}
.siteheader .navbarcontent ul li a.buttongradient:hover {
    background: #7D6FE0;
}
.siteheader .navbarcontent ul li:last-child {
    padding-left: 0;
}

.siteheader .navbarcontent ul li a.buttongradient.btn2 {
    background: linear-gradient(270deg, #009FE3 0%, #322783 100%);
}

.siteheader .navbarcontent ul li a.buttongradient.btn2 {
    background: linear-gradient(270deg, #009FE3 0%, #322783 100%);
}

.siteheader .navbarcontent ul li a.buttongradient.btn2:hover {
    background: #322783;
}

.mainbanner .container {
    border-radius: 20px;
    padding: 40px;
}

.mainbanner {
    padding: 0 20px;
    background: radial-gradient(ellipse 107.98% 114.70% at -9.17% -5.54%, #01BCCB 47%, #442ec2 100%);
}

.mainbanner .contenttitle h2 {
    color: white;
    font-size: 70px;
    font-family: Noto Sans;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0;
    line-height: 1.1;
    text-align: left;
}
.mainbanner .contenttitle h2 span {
    display: block;
    font-size: 100px;
    margin: 5px 0;
}
.col-3 {
    width: 30%;
}

.col-4 {
    width: 40%;
}

.mainbanner .contenttitle p {
    color: white;
    font-size: 28px;
    font-family: Noto Sans;
    font-weight: 700;
    margin-top: 40px;
    text-align: left;
}

.mainbanner .contenttitle {
    text-align: center;
}

.col-5 {
    width: 50%;
}

.bannerinvestfounder .bannerinvestcontent {
    padding: 90px 25px;
    border: 3px solid #fff;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    height: 580px;
}

.bannerinvestfounder .bannerinvestcontent .investbox:nth-child(1) {
    background: linear-gradient(180deg, #E9AA74 0%, #E17E3B 100%);
    border-radius: 10px;
    margin-top: 160px;
}

.bannerinvestfounder .bannerinvestcontent .investbox:nth-child(2) {
    background: linear-gradient(180deg, #F3B1CA 0%, #EB4E82 100%);
    border-radius: 10px;
    margin-top: 80px;
}

.bannerinvestfounder .bannerinvestcontent .investbox:nth-child(3) {
    background: linear-gradient(180deg, #CDB9FA 0%, #9C73F7 100%);
}

.bannerinvestfounder .bannerinvestcontent .investbox {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 240px;
    width: 200px;
    position: relative;
    z-index: 1;
}

.bannerinvestfounder .bannerinvestcontent .investbox h4 {
    color: #322783;
    font-size: 40px;
    font-family: Oswald;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 15px 0 66px;
    min-height: 85px;
}
.contentourmvpaccelerator .button {
    background: linear-gradient(90deg, #05c1cd 0%, #442ec2 100%);
    border-radius: 10px;
    color: #fff;
    padding: 18px 40px;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;position: absolute;
    bottom: 0;
}
.contentourmvpaccelerator .button.shapteit{    background: linear-gradient(90deg, #05c1cd 0%, #0d7b2c 100%);}
.contentourmvpaccelerator .button.buildit{background: linear-gradient(90deg, #56b2cc 0%, #4f53e5 100%);}

.bannerinvestfounder .bannerinvestcontent .investbox  a.btn.flowbtn {
    
    text-transform: uppercase;
    line-height: 30px;
    background: #D7FE64;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 8px 5px;
    display: block;
    text-decoration: none;
    cursor: unset;

    color: #464646;
    font-size: 12px;
    font-weight: 800;
    font-family: Arial;
}
.bannerinvestfounder .bannerinvestcontent:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/custom-theme-by-digitalhut/img/linerow.png);
    background-position: -50px -60px;
    background-size: 118%;
    z-index: 0;
    background-repeat: no-repeat;
}
.bannerinvestfounder .bannerinvestcontent {
    position: relative;
}
.bannerinvestfounder .bannerinvestcontent .investbox .boxinnr {
    width: 100%;
}
.whychoosemvpaccelerator {
    padding: 80px 0;
}

.titlebox h2 {
    color: #322783;
    font-size: 64px;
    font-family: Noto Sans;
    font-weight: 700;
    line-height: 72px;
    margin: 0;
}

.whychoosemvpaccelerator .titlebox {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.titlebox p {
    color: #322783;
    font-size: 32px;
    font-family: Noto Sans;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.4;
}

.mvpacceleratorinnr {
    background: linear-gradient(180deg, #05c1cd 0%, #0d7b2c 100%);
    border-radius: 20px;
    padding: 50px 40px;
}
.capitalrisecontent .capitalrisecontentinnr h2{margin: auto;}
.whychoosemvpaccelerator .row {
    justify-content: space-between;
}
.whychoosemvpaccelerator .container, .testimonialsec .container {
    padding: 0;
}

.capitalrisecontent {
    background: linear-gradient(180deg, #01BCCB 0%, #0d7b2c 100%);
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.mvpacceleratorcol h2 {
    margin: 0;
    color: white;
    font-size: 35px;
    font-family: Noto Sans;
    font-weight: 500;
    line-height: 1.4;
}

.whychoosemvpaccelerator .col-6 {
    width: 68%;
}

.whychoosemvpaccelerator .col-3 {
    width: 30%;
}

.whychoosemvpaccelerator a.button.whitebtn {
    color: #322783;
    font-size: 22px;
    font-family: Noto Sans;
    font-weight: 600;
    line-height: 22px;
    background: white;
    border-radius: 8px;
    border: 2px white solid;
    width: 194px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
}
.ourmvpacceleratorslider button.slick-arrow {
    cursor: pointer;    
}
.whychoosemvpaccelerator a.button.whitebtn:hover, .hgreen:hover, .shapteit:hover {
    background: #0d7d31 !important;
    color: #fff;
}
.hblue:hover {
    background: #322783 !important;
    color: #fff !important;
}
.hlgreen:hover {
    background: #36BBCA !important;
    color: #fff;
}
.mvpacceleratorcol hr {
    margin: 50px 0;    height: 4px;
    background-color: #FFF;
}

a.button.whitebtn.founderbtn {
    margin-left: auto;
}

.capitalrisecontentinnr {
    text-align: center;
    padding: 0 30px;
}

.capitalrisecontentinnr h2 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-family: Noto Sans;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 auto 40px;
}
.capitalrisecontentinnr a.button.whitebtn {
    margin: 0 auto;
}
.ourmvpaccelerator {
    padding: 20px;
    background: linear-gradient(180deg, #5EB2FF 55%, #D1FCFF 100%);
}

.ourmvpaccelerator .container {
    border-radius: 20px;
    padding: 80px 0 20px 0;
}

.ourmvpaccelerator .container .row h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: white;
    font-size: 64px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 60px;
}

.ourmvpaccelerator .row {
    display: block;
}

.ourmvpaccelerator .container .row h2 a.btn {
    background: linear-gradient(90deg, #009FE3, #8A3DFF);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 330px;
    height: 76px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ourmvpaccelerator .container .row h2 a.btn span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: aliceblue;
}
/*.ourmvpaccelerator .container .row h2 a.btn:hover{background: #f2f2f2;}*/
.ourmvpaccelerator .container .row h2 a.btn:hover {
    background: linear-gradient(90deg, #8A3DFF, #009FE3);
}
.ourmvpaccelerator .container .row h2 a.btn:hover span {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: aliceblue;
}
.ourmvpaccelerator .container .row h2 a.btn span {
    background: linear-gradient(90deg, #009FE3, #8A3DFF);
    -webkit-background-clip: text;
    color: #009FE3;
    font-size: 28px;
    font-family: Noto Sans;
    font-weight: 600;
}

.ourmvpacceleratorslide {
    background: white;
    border-radius: 20px;
    padding: 50px;
}

.ourmvpacceleratorslideinnr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.contentourmvpaccelerator {
    width: 25%;position: relative;height: 100%;
}

.contentourmvpacceleratorimg {
    width: 70%;
    position: relative;
}
.contentourmvpacceleratorimg .posurl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contentourmvpaccelerator h2 {
    color: black;
    font-size: 56px;
    font-family: Noto Sans;
    font-weight: 400;
    margin: 0;
    margin-top: 46%;
}

.contentourmvpaccelerator p {
    color: black;
    font-size: 22px;
    font-family: Noto Sans;
    font-weight: 300;
    line-height: 32px;
}
.ourmvpacceleratorslider  button.slick-arrow {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100px;
    background: transparent;
    border: none;
    right: 0;
    margin: 0 auto;
}

.ourmvpacceleratorslider {
    margin-bottom: 150px;
}
.ourmvpacceleratorslider .slick-arrow svg path:nth-child(2){fill: #009fe3;}
.slick-arrow svg path:nth-child(2){fill:black;}
.slick-arrow:hover svg path:nth-child(2), .ourmvpacceleratorslider .slick-arrow:hover svg path:nth-child(2){fill:#FFF;}
.slick-arrow:hover svg path:nth-child(1){stroke: #009fe3;}
.slick-arrow:hover svg{fill: #009fe3;}
.ourmvpacceleratorslider button.slick-prev.custom-prev.slick-arrow {
    left: -100px;
}

.ourmvpacceleratorslider button.slick-next.custom-next.slick-arrow {
    left: 70px;
}

.innovationlabsec .container {background: radial-gradient(ellipse 107.98% 114.70% at -9.17% -5.54%, #01BCCB 47%, #442ec2 100%);border-radius: 20px;padding: 60px 80px 40px 80px;}

.innovationlabsec {
    padding: 80px 20px 50px;
}

.innovationlabsec .titlebox {
    text-align: center;
    margin-bottom: 40px;
}
.innovationlabsec .titlebox ul{margin-top:15px;text-align: left;}
.innovationlabsec .titlebox * {
    color: #fff;
}

.innovationlabsec  .col-image {
    width: 66%;background: #FFF;
    border-radius: 20px;
}

.innovationlabsec .col-image img {
    width: 100%; height: auto;
}
.innovationlabsec .col-image .image{    display: flex;
    justify-content: center;
    align-items: center;}

.innovationlabsec .col-content h6 {
    color: black;
    font-size: 48px;line-height: 52px;
    font-family: Noto Sans;
    font-weight: 500;
    margin: 0;
}

.innovationlabsec .col-content {
    background: #fff;
    border-radius: 20px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.innovationlabsec .row {
    justify-content: space-between;
    margin-bottom: 60px;
}

.innovationlabsec .row {
    justify-content: space-between;
}
.innovationlabbox .row:not(:last-child) {
    margin-bottom: 60px;
}

.innovationlabsec .col-content p {
    color: black;
    font-size: 22px;
    font-family: Noto Sans;
    font-weight: 300;
    line-height: 1.6;
}

.contentcolinner {
    padding: 0 32px;
}

.contentcolinner .btn {
  /*  color: white;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 600;
    background: #009FE3;
    border-radius: 20px;
    width: 220px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 40px auto 0; */
    background: linear-gradient(90deg, #05c1cd 0%, #442ec2 100%);
    border-radius: 10px;
    color: #fff;
    padding: 18px 40px;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;cursor: inherit;
}
.contentcolinner .btn:hover {
    background: #007BB0;
}
.contentourmvpacceleratorimg img {
    width: 100%;
}
.innovationlabbox .row:nth-child(even) {
    flex-direction: row-reverse;
}
.ourmvpacceleratorslide {
    height: auto !important;
}
.sucessstories .container {
    background: #D1FCFF;
    border-radius: 20px;
    padding: 0;
}

.sucessstories {
    padding: 20px;
}

.sucessstories .col-6 {
        width: 67.7%;
    background: linear-gradient(180deg, #F0A7DA 0%, #A498E9 100%);
    border-radius: 0 20px 20px 0;
    padding: 0 35px;
}

.sucessstories .row {
    justify-content: space-between;
    align-items: center;
}

.sucessstories .col-3 {
    text-align: center;
}

.sucessstories .col-3 h6 {
    color: black;
    font-size: 48px;
    font-family: Noto Sans;
    font-weight: 700;
    margin: 0;
}

.sucessstories .col-3 p {
    color: #0D1216;
    font-size: 22px;
    font-family: Noto Sans;
    font-weight: 300;
    line-height: 1.5;
}

.sucessstories .col-3 .sucessstoriesinner {
    padding: 20px 55px;
}

.sucessstories .col-3 a.btn {
    background: linear-gradient(90deg, #05c1cd 0%, #e1a4dd 100%);
    border-radius: 10px;
    color: #fff;
    padding: 18px 40px;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}
.sucessstories .col-3 a.btn:hover {
    background: #007BB0;
}
.col-sucessstoriesbox ul {
    list-style: none;
    padding: 90px 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.col-sucessstoriesbox ul li {
    width: 50%;
    text-align: center;
}

.col-sucessstoriesbox ul li:first-child {
    width: 100%;
}

.col-sucessstoriesbox ul li h5 {
    color: white;
    font-size: 38px;
    font-family: Noto Sans;
    font-weight: 800;
    margin: 0;
}

.col-sucessstoriesbox ul li p {
    color: #fff;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 500;
}

.col-sucessstoriesbox ul li:nth-child(2), .col-sucessstoriesbox ul li:nth-child(3) {
    padding: 84px 0;
}
.testimonialsec {
    padding: 50px 0px 70px;display:none;
}
.testimonialsec .titlebox {
    text-align: center;
    margin-bottom: 40px;
}
.testimonialsec .titlebox * {
    color: #fff;
}
.slideinfo .photo {
    border-radius: 100%;
    overflow: hidden;
}
.testimonialsec .containertestimonial {
    background: radial-gradient(ellipse 107.98% 114.70% at -9.17% -5.54%, #01BCCB 47%, #442ec2 100%);
    border-radius: 0px;
    padding: 70px 0px;
}
.testimonialslider {padding-left: 20px;}
.testislide {margin-right: 30px; height: auto !important; padding: 40px; background: white; box-shadow: 0px 0px 0px 1px rgba(17.75, 104.65, 62.94, 0.08); overflow: hidden; border-radius: 16px;}
.testimonialslider  ul.slick-dots {
    justify-content: left;
    margin-top: 60px;
    display: flex !important;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.siteheader .container {
    padding: 0 20px
}
.testimonialslider ul.slick-dots li {
    background: #D9DEDD;
    width: calc(100% / 5.5);
    height: 5px;
    cursor: pointer;
}

.testimonialslider ul.slick-dots li button {
    display: none;
}

.testimonialslider ul.slick-dots li.slick-active {
    background: #322783;
}

.testislideinner p {
    margin: 0;
    color: #1D1F1E;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 300;
    line-height: 1.5;
}

.testinfo h6 {
    margin: 0;
    color: #1D1F1E;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 500;
}
.slideinfo .photo {
    padding: 0 5px;
}
.slideinfo .photo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.testinfo p {
    color: #646A69;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 400;
}
.testislideinner> p {
    min-height: 220px;
}
.slideinfo .testinfo {
    width: calc(100% - 50px);
}
.slideinfo {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.slideinfo .photo {
    width: 50px;
    height: 50px;
    background: #D9D9D9;
    border-radius: 100px;
}
.latestblogsec .container {
    background: #BDDFF2;
    border-radius: 20px;
    padding: 60px 80px;
}

.latestblogsec {
    padding: 50px 20px 70px;
}

.latestblogsec .titilebox h2 {
    color: #0D1216;
    font-size: 48px;
    font-family: Noto Sans;
    font-weight: 500;
    text-transform: capitalize;
    border-top: 6px solid #0D1216;
    border-bottom: 2px solid #0D1216;
    padding: 10px 0;
    margin: 0 0 40px;
}

.blogwrapper .blogcontentcol {width: 50%;}

.blogwrapper .blogimagecol {
    width: 45%;
}

.blogwrapper .blogimagecol img {
    width: 100%;    border-radius: 20px;    min-height: 400px;
    max-height: 400px;  object-fit: inherit;
}

.blogwrapper .row {
    justify-content: space-between;
    align-items: center;
}

.blogwrapbox .row:not(:last-child) {
    border-bottom: 3px solid rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogcontentcol h2 {
    color: #0D1216;
    font-size: 35px;
    font-family: Noto Sans;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
    margin: 0;    font-family: Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.blogcontentcol p.author {
    font-weight: 600;
    margin: 10px 0 15px;font-family: Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.blogcontentcol .catname {
    background: #009FE3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 28px;
    color: white;
    font-size: 14px;
    font-family: Noto Sans;
    font-weight: 400;display:none;
}

.blogcontentcol  p.blogcontent {
    color: black;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 300;
    margin: 30px 0; white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;font-family: Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.blogcontentcol  .readshare {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.blogcontentcol .readshare a {
    color: black;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 600;
    text-decoration: none;    font-family: Google Sans Text, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.blogcontentcol .readshare a.readc:hover{text-decoration: underline;    text-underline-offset: 4px;}
.blogmorebutton {
    margin-top: 75px;
    text-align: center;
}

.blogmorebutton a.btn {
    color: white;
    font-size: 16px;
    font-family: Noto Sans;
    font-weight: 600;
    background: #009FE3;
    border-radius: 20px;
    width: 190px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
}
.ourmvpacceleratorslideinnr {
    height: 580px;
}
.fptc-footer-section {
    background: #009FE3;
    align-items: center;
}

#main-footer .fptc-footer-section .content {
    align-items: baseline !important;
}
.footer-sectionlinkssec {
    width: 100%;
}
#main-footer .footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1530px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 35px 0 0;
    margin: 0 auto;
}
/* #main-footer .fptc-footer-section .content {
    max-width: 1530px;
    width: 90%;display: grid;
    grid-template-columns: 2.8fr 0.6fr 1fr;
} */
#main-footer .fptc-footer-section .content {
    max-width: unset;
    width: 100%;
    display: flex;
}
#main-footer .fptc-footer-section .footerright{display: flex;
    align-items: center;
    gap: 30px;
}
#main-footer .footer-section h5{
    color: #fff;
    margin-bottom: 15px;
}
#main-footer .fptc-footer-section h4 {color: #fff;}
.mainbanner .container {
    height: calc(100vh - 170px);
}
#main-footer .fptc-footer-sectioninnner {
    max-width: 1530px;
    margin: 0 auto;
    width: 100%;
}
.col-45 {
    width: 45%;
}
.mainbanner .container .row {
    height: 100%;
    align-items: center;
}
.testimonialsec .container {
    /* margin-right: 0; */
}
.innovationlabsec .titlebox p br {
    display: none;
}
.blogmorebutton a.btn:hover, .contentourmvpaccelerator .button:hover,  .sucessstories .col-3 a.btn:hover {
    background: #322783;
}
.contentcolinner .btn:hover{background: linear-gradient(90deg, #442ec2 0%, #05c1cd 100%);}
.innovationlabsec .col-content h6 {
    font-weight: 700;
}
.form-styling #nf-field-6 {
    background: #009fe3;
    color: #fff;
    border-color: #009fe3;
}
#main-footer .fptc-footer-section {
    background: #009fe3 !important;
}
#page-container {
    overflow: hidden;
    padding-top: 0px !important;
}
#main-header {
    display: none !important;
}
#et-main-area {
    padding-top: 0 !important;
}
.founderbannercontent h6 {
    text-align: center;
    font-size: 40px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
}
.founderbannersec {
    background: radial-gradient(ellipse 107.98% 114.70% at -9.17% -5.54%, #01BCCB 47%, #6532F9 100%);
    border-radius: 0;
    height: calc(100vh - 160px);
}

.founderbannersec .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.founderbannercontent h1 {
    font-size: 110px;
    color: #fff;
    font-weight: 500;
}

.founderbannercontent h1 span {
    font-weight: bold;
   /* text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #514ef0;
    color: #475ceb; */
    text-transform: uppercase;
    letter-spacing: 10px;
}
.founderbannercontent h6{    margin-top: 40px;}
.founderbannercontent h6 span {font-weight: bold;}

    .page-template-investors-template .founderbannercontent h6 span {    text-transform: uppercase;
    font-size: 56px;
    padding: 0 20px;
    background: #01bbca;
    border-radius: 20px;}

    .page-template-founder-template .founderbannercontent h6 span {   
    font-size: 48px;
    padding: 7px 20px;
    background: #01bbca;
    border-radius: 20px;}
.secondheadermenucontent ul li a {
    font-size: 18px;
    color: #464646;
    font-family: 'Noto Sans';
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 18px 20px !important;
    white-space: pre;
    font-weight: 600;
    position: relative;
    flex: 1;
    height: 100%;
    transition: all 0.3s ease;
}
.secondheadermenucontent ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    background: #ddd;
}
.secondheadermenucontent ul li a:hover, .secondheadermenucontent ul li a.active {
    background: #01bbca;
    color: #fff;
}
.secondheadermenucontent ul {
    border: 2px solid #ddd;
    display: inline-flex;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: unset;
    gap: 20px;
    width: 100%;
    justify-content: unset !important;
}
.secondheadermenucontent ul li {
    width: 100%;
}
.secondheadermenu {
    padding: 70px 0;
}

/* Responsive tabs for mobile */
@media (max-width: 1100px) {
    .secondheadermenucontent ul {
        flex-wrap: wrap;
    }
    .secondheadermenucontent ul li {
        flex: 1 1 50%;
        min-width: 50%;
    }
    .secondheadermenucontent ul li a {
        padding: 14px 18px;
        font-size: 16px;
    }
    .secondheadermenucontent ul li:not(:last-child) a:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .secondheadermenu {
        padding: 40px 0;
    }
    .secondheadermenucontent ul {
        flex-wrap: wrap;
        border-radius: 8px;
    }
    .secondheadermenucontent ul li {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .secondheadermenucontent ul li a {
        padding: 12px 16px;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    .secondheadermenucontent ul li:last-child a {
        border-bottom: none;
    }
}
.overview-sec .container {
    background: linear-gradient(180deg, #36BBCA 69%, #D9DEDD 100%);
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.overview-sec-content {
    display: flex;
    align-items: center;
}

.overview-sec-content .tt h2 {
    font-size: 48px;line-height: 1.2;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Sans';
}

.overview-sec-content  .content p {
    font-size: 22px;
    font-family: 'Noto Sans';
    color: #fff;
    font-weight: 500;
    margin: 0;line-height: 1.6;
}
.founderbenefits-sec .container .tt h2 {
    text-align: center;
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}
.founderbenefits-sec .container {
    background: linear-gradient(180deg, #5EB2FF 55%, #D1FCFF 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 20px;
}
.overview-sec-content .content {
    width: 100%;
}
.founderbenefits-sec .accordion .accordion-item.active button svg {
    transform: rotate(180deg);
}
.workingwithappcurate .container {
    background: linear-gradient(180deg, #8A3DFF 35%, #5FB2FF 100%);
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;margin-bottom:70px;
}
.founderbenefits-sec .accordion .accordion-item.active .accordion-content {
    display: block;
}
.founderbenefits-sec .accordion .accordion-header svg {
    width: 30px;
    height: 30px;
    float: right;
}
.founderbenefits-sec .accordion .accordion-content {
    font-size: 20px;
    padding: 20px 0 10px;
    display: none;
}
.founderbenefits-sec .accordion .accordion-header {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}
.founderbenefits-sec {
    padding: 70px 0;
}
.founderbenefits-sec .accordion .accordion-item {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.workingwithappcurate .tt {
    text-align: center;
}

.workingwithappcurate .tt h2 {
    text-align: center;
    font-size: 56px;
    color: #fff;
    font-weight: 700;
}
.workingwithappcurate .tt p {
    font-size: 22px;
    color: #fff;
    margin: 20px 0 70px;
}

.col-half {
    width: 50%;
}

.workingwithappcurate .col-half {
    padding: 0 20px 0 20px;
}
.secondheadermenucontent ul {
    justify-content: space-between;
}
.workingwithappcurate .col-half .colhalfinner p {
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 1.6;
}
.workingwithappcurate .col-half .colhalfinner h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}
.workingwithappcurate .col-half .colhalfinner {
    padding: 25px 50px 0 50px;
    background: #fff;
    height: 100%;
    border-radius: 15px;
}
.service-legal-packages-sec .col-half {
    padding: 0px 30px 70px 30px;
}
.service-legal-packages-sec .col-half:first-child .colhalfinner {
    background: linear-gradient(180deg, #5FB2FF 0%, #8A3DFF 100%);
}
.service-legal-packages-sec .col-half:last-child .colhalfinner {
    background: linear-gradient(180deg, #36BBCA 69%, #D9DEDD 100%);
}
.service-legal-packages-sec .col-half  .colhalfinner {
    padding: 60px 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}
.service-legal-packages-sec .col-half .colhalfinner h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
}
.service-legal-packages-sec .row {
    margin: 0 -30px;
}
.service-legal-packages-sec .col-half .colhalfinner a.btn {
    color: #322783;
    font-size: 18px;
    font-family: Noto Sans;
    font-weight: 600;
    line-height: 22px;
    background: white;
    border-radius: 8px;
    border: 2px white solid;
    width: 194px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
.service-legal-packages-sec .col-half .colhalfinner a.btn:hover {
    background: #322783;
    color: #fff;
}
.service-legal-packages-sec .col-half .colhalfinner p {
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 40px;
}
.important-documents-sec {
    padding: 70px 0;
    background: linear-gradient(180deg, #5FB2FF 0%, #8A3DFF 100%);
}

.important-documents-sec-content .tt h2 {
    font-size: 56px;
    color: #fff;
    line-height: 1;
}

.important-documents-sec-content .tt {
    text-align: center;
    margin-bottom: 60px;
}

.important-documents-sec-content .tt p {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.4;
}

.documentslist ul {
    display: flex;
    flex-wrap: wrap;
}

.documentslist ul li {
    width: calc(100%/4);
    padding: 0 20px;
}

.documentslist ul li .linner {
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.documentslist ul li .linner .icon {
    width: 60px;
}

.documentslist ul li .linner .content h4 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    background: linear-gradient(to right, #5FB2FF, #8A3DFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.documentslist ul li .linner .content a.downloadbtn {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 5px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    line-height: 0;
}
.documentslist ul li .linner .content {
    width: calc(100% - 60px);
}
.overview-sec-content .tt {
    width: 50%;
}
.overview-sec-content .tt {
    width: 50%;
}

.team-sec {
    padding: 0 0 70px 0;
}

.team-sec-content .tt {
    text-align: center;
}

.team-sec-content .tt h2 {
    font-size: 56px;
    font-weight: 700;
}

.team-sec-content .tt p {
    margin-top: 20px;
    font-size: 18px;
}
.team-sec .butongroup a.btn {
    color: #000;
    font-size: 18px;
    padding: 20px 30px;
    display: inline-block;
}
.team-sec-content .tt {
    margin-bottom: 20px;
}
.team-sec .butongroup {
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    margin: 50px 0;
}
.team-sec .butongroup {
    text-align: center;
}
.overview-sec-content .tt {
    width: 50%;
}

.contact-sec {
    padding: 70px 0;
}
.team-sec-content {
    text-align: center;
}
.team-sec-content .tt, .contact-sec .tt {
    text-align: center;
}

.team-sec-content .tt h2, .contact-sec .tt h2 {
    font-size: 56px;
    font-weight: 700;
}

.team-sec-content .tt p, .contact-sec .tt p {
    margin-top: 20px;
    font-size: 22px;
}
.contact-sec .tt {
    margin-bottom: 40px;
}
/* .team-sec-content .tt {
    margin-bottom: 0;
} */
.teamtabinner ul li .teammember {
    background: rgba(255, 250, 228, 0.51);
    overflow: hidden;
    border-radius: 10px;
}
.team-sec .butongroup {
    text-align: center;
}

.teamtabinner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.teamtabinner ul li {
    width: calc(100% / 4);
    text-align: left;
    padding: 20px;
}

.teamtabinner ul li .memberphoto {
    width: 100%;
    height: 100%;
}

.teamtabinner ul li .memberphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: radial-gradient(ellipse at center, #f5f5f5 0%, #e0e0e0 50%, #bdbdbd 100%);
}

.teamtabinner ul li .teammember .memberinfo {
    padding: 16px;
}

.teamtabinner ul li .teammember .memberinfo p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 4px;
}
.teamtabinner ul li .teammember {
    background: rgba(255, 250, 228, 0.51);
}
.teamtabinner ul li .teammember .memberinfo h4 {
    font-size: 16px;
    font-weight: 600;
}
.team-sec .butongroup a.btn {
    color: #000;
    font-size: 18px;
    padding: 20px 30px;
    display: inline-block;
}
.team-sec .butongroup a.btn.active, .team-sec .butongroup a.btn:hover {
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(90deg, #5FB2FF 0%, #8A3DFF 100%);
}
.teamtabcontent {
    display: none;
}
.teamtabcontent.active {
    display: block;
}
.contactformsec {
    margin: 0 auto;
    max-width: 550px;
    text-align: center;
}
.contactformsec .form-group {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.contactformsec .form-group .form-label {
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    padding-right: 12px;
    padding-bottom: 4px;
    pointer-events: none;
    min-width: fit-content;
}
.contactformsec .form-input {
    border: none;
    width: 100%;
    color: #fff;
    background: transparent;
    padding: 4px 0;
    font-size: 20px;
    text-align: left;
    outline: none;padding-left: 150px;
}
.contactformsec .form-group{position:relative}
.contactformsec .form-group .form-label{    position: absolute;
    top: 3px;}

.contactformsec .form-input::placeholder {
    color: transparent;
}
.contactformsec .form-group textarea.form-input {
    resize: vertical;
    min-height: 40px;
}
.contactformsec .radio-group input {
    color: #000;
    width: 35px;
    height: 35px;
}
.contactformsec .radio-group label {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}
.contactformsec .radio-group {
    margin: 20px 0 50px;
    display: flex;
}
.contactformsec form button.submit-btn {
    color: #322783;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    font-family: Noto Sans;
    font-weight: 600;
    line-height: 22px;
    background: white;
    border-radius: 8px;
    border: 2px white solid;
    width: 194px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
}
.contactformsec form button.submit-btn:hover {
    background: #322783;
    color: #fff;
}
.overview-sec.investment_philosophy .container {
    background: linear-gradient(180deg, #5FB2FF 0%, #8A3DFF 100%);
}
.secondheadermenu .container {
    padding: 0;
}

.contactformsec .form-input {
    color: #fff !important;
    background: transparent !important;
}
.contact-sec .tt * {
    color: #fff;
}
.contact-sec {
        background: radial-gradient(ellipse 110% 115% at -9% -6%, #01BCCB 47%, #442ec2 100%);
}
.contact-sec .clearb{color: #fff;
    cursor: pointer;
    font-size: 14px;
    bottom: -1px;
    position: absolute;
    right: 0;}
  .contact-sec .clearb:hover{    text-decoration: underline;
    text-underline-offset: 2px;}
.contact-sec .clearb.lb{    bottom: 80px;
    right: -237px;
    font-size: 14px;}

.contactformsec .form-input::placeholder {
    color: #fff !important;
}
.contactformsec .radio-group label {
    color: #fff !important;    cursor: pointer;
}
.col-sucessstoriesbox {
    overflow: hidden;
}
.success-ticker-wrap .ticker-inner {position: relative;flex-wrap: wrap;max-width: 370px;padding: 0;overflow: hidden;border-radius: 10px;}
.success-ticker-wrap .ticker-inner .ticker-avatar {
    width: 100%;
    height: 260px;
}
.success-ticker-wrap .ticker-inner .ticker-meta {
    padding: 20px 20px 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(4deg, black, transparent);
    width: 100%;
}
.success-ticker-wrap .ticker-meta .ticker-name {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    color: #fff;
}
.success-ticker-wrap .ticker-meta .ticker-desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}
.success-ticker-wrap .ticker-inner {flex-wrap: wrap;}
.success-ticker-wrap .ticker-inner .ticker-avatar img {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    min-height:247px;
}
.workingwithappcurate .col-half .colhalfinner{
    background: transparent;
    position: relative;
    border: none;
}
.workingwithappcurate .col-half .colhalfinner * {
    color: #fff;
}
.workingwithappcurate .col-half:nth-child(2) .colhalfinner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -23px;
    width: 2px;
    height: 100%;
    z-index: 1;
    background: #fff;
}
@media(min-width: 2280px) {
    .bannerinvestfounder .bannerinvestcontent .investbox h4 {
        color: #322783;
        font-size: 50px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox a.btn.flowbtn {
        font-size: 22px;
    }
    .bannerinvestfounder .bannerinvestcontent {
        width: 130%;
        height: 630px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox {
        height: 280px;
        width: 280px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox h4 {
        min-height: 125px;
    }
    
    .titlebox h2, .ourmvpaccelerator .container .row h2, .contentourmvpaccelerator h2, .sucessstories .col-3 h6,
    .latestblogsec .titilebox h2 {
        font-size: 60px;
    }
    .secondheadermenucontent ul li:not(:last-child) a:after {
        right: -10px !important;
    }
}
@media(max-width: 1800px) {
    .bannerinvestfounder .bannerinvestcontent {
        position: relative;
        height: auto;
        padding: 50px 25px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox h4 {
        margin: 10px 0 50px;
        font-size: 32px;
        min-height: 74px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox {
        height: 203px;
        width: 200px;
    }
    .mainbanner .contenttitle h2 {
        color: white;
        font-size: 70px;
    }
    .mainbanner .contenttitle p {
        color: white;
        font-size: 24px;
    }
    .siteheader .navbarcontent ul li {
        padding: 0 15px;
    }
    .siteheader .navbarcontent ul li a {
        font-size: 14px;
    }
    .container {
        max-width: 1500px !important;
    }
    .secondheadermenucontent ul li:not(:last-child) a:after {
        right: -10px !important;
    }
}
@media(max-width: 1680px) {
    .mainbanner .contenttitle h2 {
        color: white;
        font-size: 50px;
    }
    .mainbanner .contenttitle p {
        color: white;
        font-size: 21px;
    }
    .titlebox h2, .ourmvpaccelerator .container .row h2, .contentourmvpaccelerator h2, .innovationlabsec .col-content h6, .sucessstories .col-3 h6,
    .latestblogsec .titilebox h2 {
        font-size: 40px;
    }
    .ourmvpaccelerator .container .row h2{font-size:64px;}
    .whychoosemvpaccelerator .container .titlebox h2{font-size:64px;}
    .innovationlabsec .container .titlebox h2{font-size:64px;}
    .containertestimonial .titlebox h2{font-size:64px;}
    .mvpacceleratorcol h2, .capitalrisecontentinnr h2, .col-sucessstoriesbox ul li h5, .blogcontentcol h2 {
        font-size: 36px;
    }
    .mvpacceleratorinnr {
        padding: 50px 40px;
    }
    .container {
        max-width: 1500px !important;
        width: 95%;
    }
    /* .testimonialsec .container {
        margin-right: 0;
    } */
    #main-footer .footer-section, #main-footer .fptc-footer-section .fptc-footer-sectioninnner, .footercopyright {
        width: 90% !important;
    }
    .latestblogsec .titilebox h2 {
        margin-bottom: 50px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox h4 {
        min-height: 75px;
    }
    .bannerinvestfounder .bannerinvestcontent {
        gap: 30px;
    }
    .mainbanner .container {
        height: calc(100vh - 150px);
    }
    .secondheadermenucontent ul li:not(:last-child) a:after {
        right: -10px !important;
    }
    .page-template-investors-template .secondheadermenucontent ul li:not(:last-child) a:after {
        right: -10px !important;
    }
}
@media(max-width: 1480px) {
    header.siteheader {
        padding: 15px 0;
    }
    .mainbanner .container {
        height: 100vh;
    }
    .mainbanner .container {
        border-radius: 20px;
        padding: 40px 0;
    }
    .ourmvpacceleratorslideinnr {
        height: 480px;
    }
    .ourmvpacceleratorslide {
        padding: 40px;
    }
    .col-sucessstoriesbox ul li:nth-child(2), .col-sucessstoriesbox ul li:nth-child(3) {
        padding: 64px 0;
    }
    .col-sucessstoriesbox ul {
        padding: 40px 20px;
    }
}
@media(max-width: 1100px) {
    .siteheader .navbar {
        display: none;
    }
   .mobilemenuicon {
        display: flex !important;
        align-items: center;
    }
    .mobilemenuicon a.buttongradient {
        background: linear-gradient(90deg, #7D6FE0 0%, #009FE3 100%);
        border-radius: 10px;
        color: #fff;
        padding: 18px 40px;
        margin-right: 20px;
    }
    .mobilemenuicon a.buttongradient {
        background: linear-gradient(90deg, #7D6FE0 0%, #009FE3 100%);
        border-radius: 10px;
        color: #fff;
        padding: 18px 40px;
        margin-right: 20px;
    }

    .navbar .navbarcontent {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 20px;
    }

    .navbar .navbarcontent ul {
        display: block;
    }

    .navbar .navbarcontent ul li a {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
        font-weight: 500;
    }
    .navbar .navbarcontent ul li a:before {background: #fff;}
    .navbar .close svg path {
        stroke: #fff;
    }
    .mainbanner .col-45 {
        width: 100%;
    }
    .navbar .close {
        right: 0;
        top: 0;
    }
    .mainbanner .col-5 {
        width: 100%;
        max-width: 640px;
    }

    .mainbanner .container .row {
        justify-content: center;
        text-align: center;
    }

    .mainbanner .container {
        height: auto;
    }

    .mainbanner .contenttitle h2 {
        text-align: center;
        font-size: 40px;
    }

    .mainbanner .contenttitle h2 span {
        font-size: 80px;
    }

    .mainbanner .contenttitle p {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 30px;
    }

    .titlebox h2, .ourmvpaccelerator .container .row h2, .contentourmvpaccelerator h2, .innovationlabsec .col-content h6, .sucessstories .col-3 h6, .latestblogsec .titilebox h2, .whychoosemvpaccelerator .container .titlebox h2, .innovationlabsec .container .titlebox h2 {
        font-size: 40px;
    }

    .whychoosemvpaccelerator {
        padding: 60px 0;
    }

    p {
        margin-top: 15px;
    }

    .titlebox p, .contentourmvpaccelerator p {
        font-size: 18px;
        line-height: normal;
    }

    .mvpacceleratorcol h2, .capitalrisecontentinnr h2, .col-sucessstoriesbox ul li h5, .blogcontentcol h2 {
        font-size: 24px;
    }

    .ourmvpacceleratorslider button.slick-arrow {
        width: 70px;
    }

    .ourmvpacceleratorslider button.slick-arrow svg {
        width: 100%;
    }

    .ourmvpacceleratorslider.slick-initialized.slick-slider {
        margin-bottom: 110px;
    }

    .innovationlabsec .container {
        padding: 40px;
    }

    .innovationlabsec .col-content h6 {
        font-size: 30px;
    }

    .innovationlabsec .col-content p {
        font-size: 22px;
    }

    .latestblogsec .container {
        padding: 40px;
    }

    #main-footer .fptc-footer-section .content h5.fptc-logo {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .navbar .close {
        display: inline-block !important;
    }
    .navbar {
        position: fixed;
        background: #0486be;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 999;
        width: 100%;
    }
    .navbar ul li:nth-child(5), .navbar ul li:nth-child(6) {
        display: none;
    }
    .capitalrisecontentinnr h2 {
        font-size: 24px !important;
    }
    .innovationlabbox .contentcolinner {
        padding: 30px 10px;
    }
    .innovationlabsec .col-image img, .innovationlabsec .col-image .image {
        width: 100%;
        height: 100%;
    }
    .founderbannercontent h1 {
        font-size: 80px;
        text-align: center;
    }
    .founderbannercontent h6 {
        font-size: 20px;
    }
    .page-template-founder-template .founderbannercontent h6 span, .page-template-investors-template .founderbannercontent h6 span {
        font-size: 26px;
        padding: 7px 20px;
    }
    .secondheadermenucontent ul {
        white-space: nowrap;
        overflow: auto;
    }
    .overview-sec-content .tt {
        width: 100%;
        margin-bottom: 40px;
    }
    .overview-sec-content {
        flex-wrap: wrap;
    }
    .founderbenefits-sec .container .tt h2, .workingwithappcurate .tt h2, .important-documents-sec-content .tt h2 {
        font-size: 40px;
    }
    .founderbenefits-sec .accordion .accordion-header {
        font-size: 20px;
    }
    .founderbenefits-sec .accordion .accordion-content, .workingwithappcurate .col-half .colhalfinner p {
        
    }
    .workingwithappcurate .col-half .colhalfinner {
        padding: 0;
    }
    .workingwithappcurate .col-half:nth-child(2) .colhalfinner:before {
        display: none;
    }
    .workingwithappcurate .col-half {
        padding: 20px 0;
        width: 100%;
    }
    .workingwithappcurate .col-half .colhalfinner h3 {
        font-size: 30px;
    }
    .service-legal-packages-sec .col-half .colhalfinner h3 {
        font-size: 24px;
    }
    .service-legal-packages-sec .col-half {
        padding: 60px 10px;
    }
    .service-legal-packages-sec .col-half .colhalfinner p {
       
    }
    .documentslist ul li {
        width: calc(100% / 4);
        padding: 0 5px;
    }
    .documentslist ul li {
        width: calc(100% / 3);
        padding: 0 5px 10px;
    }
    .teamtabinner ul li {
        width: calc(100% / 3);
        text-align: left;
        padding: 20px 10px;
    }
    .overview-sec .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 800px) {
    .mainbanner .col-5 {
        width: 100%;
        max-width: unset;
    }
    .mainbanner .contenttitle h2 {
        text-align: center;
        font-size: 20px;
    }
    .mainbanner .contenttitle h2 span {
        font-size: 60px;
    }
    .mainbanner .contenttitle p {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20px;
        font-size: 16px;
    }
    .whychoosemvpaccelerator .col-6 {
        width: 100%;
    }
    .whychoosemvpaccelerator .col-3 {
        width: 100%;
    }
    .ourmvpacceleratorslideinnr {
        height: auto;
        display: block;
        text-align: center;
    }
    .capitalrisecontent {
        justify-content: left;
        text-align: left;
        margin-top: 40px;
    }

    .capitalrisecontentinnr h2 {
        text-align: left;
    }

    .capitalrisecontentinnr {
        text-align: left;
        padding: 40px;
    }

    .capitalrisecontentinnr a.button.whitebtn {
        margin-left: 0;
    }

    .ourmvpaccelerator .container {
        padding: 40px 0;
    }

    .ourmvpacceleratorslide {
        padding: 50px;
    }

    .contentourmvpaccelerator {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .contentourmvpaccelerator h2 {
        margin: 0;
    }

    .contentourmvpacceleratorimg {
        width: 100%;
    }

    .contentourmvpaccelerator .button {
        position: relative;
    }

    .innovationlabsec .col-image {
        width: 50%;
    }

    .innovationlabsec .col-content {
        width: 47%;
        padding: 30px;
    }
    .sucessstories .col-3 .sucessstoriesinner {
        padding: 50px 20px;
    }
    .containertestimonial .titlebox h2 {
        font-size: 40px;
    }
    .testislide {
        margin-right: 20px;
        height: auto !important;
        padding: 30px;
    }
    .testislideinner p,  .testinfo h6, .testinfo p {
        font-size: 16px;
    }
    .testimonialslider ul.slick-dots li {
        width: calc(100% / 3.4);
    }
    .titlebox h2, .ourmvpaccelerator .container .row h2, .contentourmvpaccelerator h2, .innovationlabsec .col-content h6, .sucessstories .col-3 h6, .latestblogsec .titilebox h2, .whychoosemvpaccelerator .container .titlebox h2, .innovationlabsec .container .titlebox h2 {
        font-size: 30px;
    }
    .blogwrapper .blogimagecol {
        width: 100%;
        margin-top: 30px;
    }
    .blogwrapper .blogcontentcol {
        width: 100%;
    }
    .sucessstories .col-3, .sucessstories .col-6 {
        width: 100%;
        text-align: center;
    }
    .blogcontentcol p.blogcontent {
        font-size: 16px;   
    }
    .documentslist ul li {
        width: calc(100% / 1);
        padding: 0 5px 10px;
    }
    .container {
        padding: 0 20px;
        max-width: 450px;
    }
    .founderbannercontent h1 {
        font-size: 40px;
        text-align: center;
    }
    .founderbannercontent h6 {
        font-size: 16px;
        margin-top: 20px;
        line-height: 2.5;
    }
    .page-template-founder-template .founderbannercontent h6 span, .page-template-investors-template .founderbannercontent h6 span {
        font-size: 16px;
        padding: 7px 16px;
    }
    .secondheadermenucontent ul li a {
        font-size: 13px;
        padding: 10px 18px;
    }
    .secondheadermenu {
        padding: 40px 0;
    }
    .overview-sec .container {
        background: linear-gradient(180deg, #36BBCA 69%, #D9DEDD 100%);
        border-radius: 20px;
        padding: 40px 30px;
    }
    .overview-sec-content .tt h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    
    .overview-sec-content .tt {
        width: 100%;
        margin-bottom: 0;
    }
    .founderbenefits-sec .container .tt h2, .workingwithappcurate .tt h2, .important-documents-sec-content .tt h2, 
    .team-sec-content .tt h2, .contact-sec .tt h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .founderbenefits-sec .accordion .accordion-header {
        font-size: 17px;
    }
    .founderbenefits-sec .accordion .accordion-item {
        padding: 14px;
    }
    .founderbannercontent h1 {
        font-size: 34px;
        text-align: center;
        letter-spacing: 0;
    }
    .service-legal-packages-sec .col-half {
        padding: 40px 10px 0;
        width: 100%;
    }
    .service-legal-packages-sec {
        padding-bottom: 60px;
    }
    .important-documents-sec, .team-sec, .contact-sec {
        padding: 60px 0;
    }
    .teamtabinner ul li {
        width: calc(100% / 1);
        text-align: left;
        padding: 20px 10px;
    }
    .contactformsec .radio-group {
        margin: 20px 0 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .contactformsec .radio-group label {
        width: 100%;
    }
    .team-sec-content .tt p, .contact-sec .tt p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4;
    }
    .documentslist ul li .linner .content h4 {
        font-size: 18px;
    }
    .important-documents-sec-content .tt p, .workingwithappcurate .tt p {
        
    }
    .service-legal-packages-sec .col-half .colhalfinner {
        padding: 40px 20px;
    }
}
@media(max-width:500px) {    
    .siteheader .container {
        padding: 0 10px 0 0;
    }
    .siteheader .row .logo {
        width: 36%;
    }
    .mobilemenuicon a.buttongradient {
        background: linear-gradient(90deg, #7D6FE0 0%, #009FE3 100%);
        border-radius: 10px;
        color: #fff;
        padding: 8px 14px;
        margin-right: 4px;
        font-size: 12px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox h4 {
        min-height: 65px;
        font-size: 30px;
        margin-bottom: 44px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox a.btn.flowbtn {
        font-size: 10px;
        padding: 8px 0px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox {
        height: 186px;
        width: 148px;
        margin-top: 0px !important;
    }
    .bannerinvestfounder .bannerinvestcontent {
        gap: 10px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox:nth-child(3) {
        background: linear-gradient(180deg, #CDB9FA 0%, #9C73F7 100%);
        width: 170px;
    }
    .titlebox h2, .ourmvpaccelerator .container .row h2, .contentourmvpaccelerator h2, .innovationlabsec .col-content h6, .sucessstories .col-3 h6, .latestblogsec .titilebox h2, .whychoosemvpaccelerator .container .titlebox h2, .innovationlabsec .container .titlebox h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .titlebox p, .contentourmvpaccelerator p {
        font-size: 15px;
        line-height: normal;
    }
    .mvpacceleratorinnr {
        padding: 30px 30px 30px;
    }
    .mvpacceleratorcol h2, .capitalrisecontentinnr h2, .col-sucessstoriesbox ul li h5, .blogcontentcol h2 {
        font-size: 20px;
    }
    .mvpacceleratorcol hr {
        margin: 30px 0;
        height: 4px;
        background-color: #FFF;
    }
    .whychoosemvpaccelerator a.button.whitebtn {
        font-size: 12px;
        width: 114px;
        height: 36px;
    }
    .mvpacceleratorcol h2, .mvpacceleratorcol a.button, .capitalrisecontentinnr .button {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .capitalrisecontentinnr {
        text-align: center;
        padding: 10px 25px 20px;
    }
    .capitalrisecontent {
        justify-content: left;
        text-align: left;
        margin: 20px 0 30px;
    }
    .capitalrisecontentinnr h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .ourmvpaccelerator .container .row h2  {
        display: block;
        text-align: center;
    }
    .ourmvpaccelerator .container .row h2 a.btn span {
        font-size: 20px;
    }
    .ourmvpaccelerator .container .row h2 a.btn {
        margin: 20px auto 0;
        width: 220px;
        height: 50px;
    }
    .ourmvpacceleratorslide {
        padding: 30px 20px;
    }
    .ourmvpacceleratorslider button.slick-arrow {
        width: 60px;
        bottom: -110px;
    }
    .innovationlabsec .container {
        padding: 30px 20px;
    }
    .innovationlabsec .col-image {
        width: 100%;
    }
    .innovationlabsec .col-content {
        width: 100%;
        margin-top: 30px;
    }
    .contentcolinner .btn {
        font-size: 12px;
        width: 140px;
    }
    .contentcolinner {
        padding: 0;
    }
    .latestblogsec .container {
        padding: 40px 20px;
    }
    .capitalrisecontentinnr a.button.whitebtn {
        margin: 0 auto !important;
    }
    .bannerinvestfounder .bannerinvestcontent:before {
        background-position: -50px 100px;
        background-size: 148%;
    }
    .col-sucessstoriesbox ul li:nth-child(2), .col-sucessstoriesbox ul li:nth-child(3) {
        padding: 21px 0 0;
    }
    .col-sucessstoriesbox ul li, .latestblogsec .titilebox h2 {
        width: 100%;
        text-align: center;
    }
    .testimonialsec {
        padding: 50px 0px 30px;
    }
    .blogmorebutton {
        margin-top: 35px;
        text-align: center;
    }        
    .success-ticker-wrap .ticker-inner {
        flex-wrap: wrap;
        max-width: 290px;
    }
    .capitalrisecontentinnr h2 {
        font-size: 20px !important;
        margin-bottom: 0px !important;
    }
    .innovationlabbox .contentcolinner {
        padding: 0;
    }
    .sucessstories .col-6 {
        min-height: auto !important;
        padding: 30px 0;
    }
    .success-ticker-wrap .ticker-inner .ticker-avatar img {
        min-height: auto !important;
        object-fit: scale-down;
    }
    .success-ticker-wrap .ticker-inner .ticker-avatar {
        width: 100%;
        height: 190px !important;
    }
    .success-ticker-wrap .ticker-meta .ticker-name {
        font-size: 18px;
        text-align: left;
    }
    .success-ticker-wrap .ticker-meta .ticker-desc {
        font-size: 10px;
        color: #fff;
        line-height: 1;
        text-align: left;
    }
    .blogcontentcol p.blogcontent {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media(max-width: 400px) {
    .mainbanner .contenttitle h2 span {
        font-size: 50px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox {
        height: 180px;
        width: 146px;
        margin-top: 0px !important;
    }
    .bannerinvestfounder .bannerinvestcontent {
        gap: 7px;
        padding: 6px;
    }
    .bannerinvestfounder .bannerinvestcontent .investbox h4 {
        min-height: 65px;
        font-size: 26px;
        margin-bottom: 44px;
    }
    .ourmvpacceleratorslide {
        padding: 30px 10px 10px;
    }
}

/* Share Popup Styles - Global */
.share-popup-wrap {
    position: relative;
    display: inline-block;
}
.share-popup {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    min-width: 200px;
    z-index: 100;
    padding: 16px 0 8px;
}
.share-popup::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.05);
}
.share-popup-wrap .share-popup.active {
    display: block;
}
.share-popup-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    padding: 0 20px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
}
.share-popup-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.share-popup-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0 8px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.15s;
}
.share-popup-list li a:hover {
    background: #f5f5f5;
}
.share-popup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.share-popup-icon svg {
    width: 18px;
    height: 18px;
}
.blogcontentcol .readshare a.readsharelink.share-popup-trigger {
    display: flex;
    align-items: center;
    background: #009fe3;
    border-radius: 140px;
    padding: 4px 14px;
    color: #fff;
    cursor: pointer;
}
.blogcontentcol .readshare a.readsharelink.share-popup-trigger svg {
    width: 26px;
    height: 30px;
    fill: #fff;
}
.blogcontentcol .readshare a.readsharelink.share-popup-trigger svg path {
    stroke: #fff;
}
.blogcontentcol .readshare a.readsharelink.share-popup-trigger:hover {
    background: #263238;
}