.flexible_uplift_25 .home_hero{
    padding: 240px 0 120px;
}
.flexible_uplift_25 .home_hero .note{
    margin-bottom: 0;
}

.flexible_uplift_25 .easeOfUseTutorialsWrap .topTxt {
    max-width: 680px;
}
.flexible_uplift_25 .vd_landing_page .home_hero p{
    max-width: 660px;
}
.vd_flexible_lp.flexible_uplift_25 .pricingHeadingWrap .txtWrap p{
margin-bottom: 0;
}
.flexible_uplift_25 .pricingHeadingWrap{
    padding-bottom: 0;
}

/* table section css */
.flexible_uplift_25 .CROtesting .headerText{
    max-width: 650px;
}

.flexible_uplift_25 .CROtesting .prc-comp-table-2 table tbody tr:first-child td:first-child{
    background: #fbfbfb;
}
.flexible_uplift_25 .wordpress_upliting .prc-tbl-fold tbody{
    border-left: 1px solid #dfe1e6;
}

/* .flexible_uplift_25 .wordpress_upliting .prc-tbl-fold thead tr th:first-child{
    border-left: none;
} */
.flexible_uplift_25 .prc-tbl-fold tbody tr td{
    border-top: none;
}
.flexible_uplift_25 .wordpress_upliting .prc-tbl-fold tr td:last-child {
    border-right: none;
}
/* table section css */


/* Unlock Potential Section */
.flexible_uplift_25 .unlockPotentialSec {
    padding: 80px 0;
}

.flexible_uplift_25 .unlockPotentialSec .topTxt {
    margin-bottom: 60px;
}

.flexible_uplift_25 .unlockPotentialSec .topTxt h2 {
    color: #091E42;
    margin-bottom: 16px;
}

.flexible_uplift_25 .unlockPotentialSec .topTxt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
    max-width: 636px;
    margin: 0 auto;
}

.flexible_uplift_25 .unlockPotentialSec .featureCardsWrap {
    display: flex;
    gap: 24px;
    margin-bottom: 100px;
}

.flexible_uplift_25 .unlockPotentialSec .featureCard {
    /* background: #FFFFFF; */
    background: 
        radial-gradient(ellipse 120% 100% at -20% 50%, rgba(147, 130, 255, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 120% 100% at 120% 50%, rgba(147, 130, 255, 0.12) 0%, transparent 50%),
        linear-gradient(135deg, rgba(250, 249, 255, 0.6) 0%, rgba(245, 245, 252, 0.8) 100%);
    border: 1px solid rgba(218, 217, 255, 0.2);
    border-radius: 12px;
    width: calc(33.33% - 16px);
    padding: 40px 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flexible_uplift_25 .unlockPotentialSec .featureCard .cardContent {
    text-align: center;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.flexible_uplift_25 .unlockPotentialSec .featureCard h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #091E42;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.flexible_uplift_25 .unlockPotentialSec .featureCard p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #253858;
    letter-spacing: -0.16px;
    margin: 0;
}

.flexible_uplift_25 .unlockPotentialSec .featureCard .cardIllustration {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.flexible_uplift_25 .unlockPotentialSec .featureCard .cardIllustration img {
    max-width: 100%;
    height: auto;
}

/* Tablet Responsive */
@media (max-width: 991px) {
    .flexible_uplift_25 .unlockPotentialSec {
        padding: 60px 0;
    }

    .flexible_uplift_25 .unlockPotentialSec .topTxt h2 {
        font-size: 32px;
        letter-spacing: -0.96px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCardsWrap {
        flex-direction: column;
        gap: 20px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard {
        padding: 32px;
        min-height: 450px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard h3 {
        font-size: 22px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard p {
        font-size: 15px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .flexible_uplift_25 .unlockPotentialSec {
        padding: 50px 0;
    }

    .flexible_uplift_25 .unlockPotentialSec .topTxt {
        margin-bottom: 40px;
    }

    .flexible_uplift_25 .unlockPotentialSec .topTxt h2 br {
        display: none;
    }

    .flexible_uplift_25 .unlockPotentialSec .topTxt p {
        font-size: 15px;
        padding: 0 15px;
    }


    .flexible_uplift_25 .unlockPotentialSec .featureCard {
        padding: 28px 20px;
        min-height: auto;
        width: 100%;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard h3 br {
        display: none;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard p {
        font-size: 14px;
        line-height: 1.6;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard .cardIllustration {
        max-width: 280px;
        margin: 0 auto;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .flexible_uplift_25 .unlockPotentialSec {
        padding: 40px 0;
    }

    .flexible_uplift_25 .unlockPotentialSec .topTxt h2 {
        font-size: 24px;
        letter-spacing: -0.72px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard {
        padding: 24px 16px;
    }

    .flexible_uplift_25 .unlockPotentialSec .featureCard h3 {
        font-size: 18px;
    }
    .flexible_uplift_25 .home_hero .cta{
        flex-direction: column;
    }
    .flexible_uplift_25 .home_hero .cta a{
        display: block;
        width: 100%;
    }
    .flexible_uplift_25 .home_hero .cta a:nth-child(2){
        margin-left: 0;
    }
    .vd_landing_page .cwAutonomousLogo span{
        font-size: 22px;
    }
}