body {
    font-family: "Work Sans", sans-serif;
}

.demo-btn a {
    background: #363636;
    color: white;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.banner-section {
    background: url('../images/banner-bg.png') no-repeat center center;
    background-size: cover;
    padding: 85px 0;
}

.banner-section .banner-content h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -2.81px;
    color: white;
}

.banner-section .banner-btn-wrapper {
    display: flex;
    gap: 14px;
}

.start-business-btn {
    border-radius: 54px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    color: #363636;
    background: white;
    padding: 10px 25px;
    border: 1px solid white;
    cursor: pointer;
    text-decoration: none;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease;
}

.start-business-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.start-business-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition-duration: 0.12s;
}

.start-business-btn:focus {
    outline: none;
}

.start-business-btn:focus-visible {
    outline: 2px solid #6E4FF7;
    outline-offset: 3px;
}

.start-business-btn.growth-btn-text:focus-visible,
.start-business-btn.pricing-btn:focus-visible {
    outline-color: #e8e2ff;
}

.banner-section .banner-btn-wrapper .call-now-btn {
    border-radius: 54px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    padding: 10px 25px;
    border: 2px solid white;
}

.banner-image {
    display: flex;
    justify-content: end;
    width: 434px;
    height: 294px;
}

.banner-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.growth-section {
    padding: 130px 0;
}

section.growth-section .growth-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -1.55px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

section.growth-section .growth-content p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 66px;
}



.growth-section .growth-box {
    background: #F4F6F8;
    padding: 34px;
    text-align: center;
    border-radius: 30px;
}

.growth-section .growth-box img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.growth-section .growth-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    margin-top: 31px;
}

.growth-section .growth-box p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.start-business-btn.growth-btn-text,
.start-business-btn.pricing-btn {
    background: #6E4FF7;
    color: #fff;
    border-color: #6E4FF7;
}

.start-business-btn.growth-btn-text {
    margin-top: 41px;
}

.pricing-btn.bottom-pricing-btn {
    margin-top: 70px;
}



.start-business-btn.growth-btn-text:hover,
.start-business-btn.pricing-btn:hover {
    background: #7d5ff9;
    border-color: #7d5ff9;
    box-shadow: 0 12px 32px rgba(110, 79, 247, 0.38);
}

.start-business-btn.growth-btn-text:active,
.start-business-btn.pricing-btn:active {
    background: #6346e8;
    border-color: #6346e8;
    box-shadow: 0 6px 18px rgba(110, 79, 247, 0.28);
}

.founder-section {
    background: url('../images/section-2-bg.png') no-repeat center center;
    background-size: cover;
    padding: 36px 0;
    overflow: visible;
}

.founder-section .founder-content h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -1.55px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.founder-section .founder-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 24px 0 48px; */
}

.founder-section .founder-card-wrapper .founder-card-1 {
    position: relative;
    border-radius: 28px;
    width: 100%;
    max-width: 525px;
    padding: 45px 21px;
}

.founder-section .founder-card-wrapper>.founder-card-1:first-child {
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.founder-section .founder-card-wrapper .founder-card-1 .founder-card-content h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 16px;
}

.founder-section .founder-card-wrapper .founder-card-1 .founder-card-content p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.45;
    color: #000000;
    margin-bottom: 0;
}

.founder-section .founder-card-wrapper .founder-card-1.founder-card-2 {
    z-index: 2;
    margin-top: -42px;
    margin-left: 312px;
    background: #252424;
}

.founder-section .founder-card-wrapper .founder-card-1.founder-card-2 .founder-card-content h2 {
    color: #FFFFFF;
}

.founder-section .founder-card-wrapper .founder-card-1.founder-card-2 .founder-card-content p {
    color: #FFFFFF;
}


.steps-section {
    background: url('../images/steps-bg.png') no-repeat center center;
    background-size: cover;
    padding: 70px 0;
    overflow-x: hidden;
}

.steps-section .steps-line-img {
    /* display: block; */
    /* width: 100%; */
    /* max-width: 100%; */
    /* margin: 0; */
    /* padding: 0; */
    /* line-height: 0; */
    margin: 0 auto;
    text-align: center;
}

.steps-section .steps-line-img img {
    /* display: block; */
    width: 72%;
    /* max-width: 100%; */
    /* height: auto; */
    text-align: center;
    margin: 0 auto;
}

.steps-section .steps-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 66px;
    text-align: center;
}

.steps-section .steps-box {
    padding: 34px 20px;
    background-color: #6E4FF7;
    border-radius: 20px;
    position: relative;
}

.steps-section .steps-box.steps-box-1 {
    background-color: #ffffff;
    margin-top: 45px;
}

.steps-section .steps-box img {
    width: 82px;
    height: 82px;
    margin-bottom: 28px;
}

.steps-section .steps-box h3 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
}

.steps-section .steps-box.steps-box-1 h3 {
    color: #000000;
}

.steps-section .steps-box p {
    font-size: 16px;
    line-height: 1.2;
    color: white;
}

.steps-section .steps-box.steps-box-1 p {
    color: #000000;
}


.trust-section {
    padding: 130px 0;

}

.trust-section .trust-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 24px;
}

.trust-section .trust-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.trust-content {
    text-align: center;
}

.speak-section {
    background: url('../images/speak-bg.png') no-repeat center center;
    background-size: cover;
    padding: 68px 0;
}

.speak-section .speak-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 40px;
}

.speak-section .speak-content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
}

.speak-section .speak-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #E4E4E4;

}

.pricing-section {
    padding: 130px 0;
}

.pricing-section .pricing-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 61px;
    text-align: center;
}

.pricing-section .pricing-box {
    background: linear-gradient(1deg, #d2ceff05 -65.71%, #FFFFFF 27.74%);
    box-shadow: 0px 5px 30px 0px #19213D0F;
    padding: 36px;
    border: 1px solid #F1F2F9;
    border-radius: 32px;
    margin-top: 20px;
}

.pricing-section .pricing-box.pricing-box-growth {
    background: linear-gradient(188.77deg, #D2CEFF -65.71%, #FFFFFF 27.74%);
    margin-top: 0px;
    transform: scale(1.05);
}

.pricing-section .pricing-box .pricing-icon {
    width: 57px;
    height: 57px;
    object-fit: contain;
}

.pricing-section .pricing-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: black;
    margin: 25px 0px;
}

.pricing-section .pricing-box p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #6F6C8F;
}

.pricing-section .pricing-box h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #252424;
}

.pricing-section .pricing-box h4 span {
    color: #A0A3BD;
    font-size: 16px;
    font-weight: 400;
}


.pricing-section .pricing-box .start-pricing-btn {
    background: linear-gradient(151.44deg, #FFFFFF -62.65%, #FBFBFE 83.01%);
    border: 1px solid #D9DBE9;
    color: #170F49;
    FONT-WEIGHT: 500;
    font-size: 16px;
    width: 100%;
    padding: 13px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px 0px #07006E08;
    margin: 40px 0px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.pricing-section .pricing-box .start-pricing-btn.center-btn {
    background: #6E4FF7;
    color: white;
}

.pricing-section .pricing-box .pricing-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.popular-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular-tag p {
    background: #6E4FF7;
    color: #ffffff !important;
    padding: 10px;
    border-radius: 30px;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0px;
    border: 2px solid #c3c3c352;
}



.bottom-section {
    background: url('../images/speak-bg.png') no-repeat center center;
    background-size: cover;
    padding: 92px 0;
    text-align: center;
}

.bottom-section .bottom-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 42px;

}

.bottom-section .bottom-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 63px;

}

/* LP footer */
.lp-footer {
    position: relative;
    background: #333333;
    color: #ffffff;
    padding: 56px 0 48px;
    margin-top: 0;
}

.lp-footer-backtotop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #ffffff;
    color: #6E4FF7;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-footer-backtotop:hover {
    color: #6E4FF7;
    text-decoration: none;
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.lp-footer-backtotop i {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
}

.lp-footer-row {
    padding-top: 8px;
}

.lp-footer-wordmark {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.lp-footer-wordmark:hover {
    color: #ffffff;
    text-decoration: none;
}

.lp-footer-wordmark__b {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.lp-footer-wordmark__b::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
    width: 0.62em;
    height: 0.62em;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: -1;
    pointer-events: none;
}

.lp-footer-tagline {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 10px 0 18px;
    opacity: 0.95;
}

.lp-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .lp-footer-social {
        justify-content: flex-start;
    }
}

.lp-footer-social a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.lp-footer-social a:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
}

.lp-footer-copy {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.lp-footer-links {
    font-size: 14px;
    line-height: 1.6;
    text-align: end;
}

.lp-footer-links .lp-footer-link {
    color: #ffffff;
    text-decoration: none;
}

.lp-footer-links .lp-footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.lp-footer-muted {
    color: #ffffff;
    margin-top: 4px;
}

.lp-footer-legal {
    margin-top: 6px;
}


.footer-logo {
    width: 187px;
    height: auto;
}

.lp-footer-sep {
    margin: 0 6px;
    opacity: 0.85;
}

.lp-footer-links .lp-footer-link.lp-footer-muted:hover {
    text-decoration: none;
}

.core-services-section {
    padding: 130px 0;
}
.core-services-section.core-services-box{
    background-image: url('../images/core-services-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.core-services-section .core-services-content h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 66px;
    text-align: center;
}

.accordion-wrapper {
    position: relative;
    padding: 50px 42px;
    border-radius: 30px;
    /* border: 1px solid #ffffff0f; */
    background: url('../images/services-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.do-it-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 33px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}

.accordion-wrapper .do-it-sec h2 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.5;
    color: white;
}

.accordion-wrapper .do-it-sec p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    width: 50%;
    display: none;
}

.accordion-img {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    right: -21px;
    bottom: 10px;
    transform: translate(0, -50%);
    transition: 0.4s;
    opacity: 0;
    /* scale: 0.8; */
    rotate: 345deg;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}

.accordion-img img {
    width: 306px;
    height: 306px;
    object-fit: cover;
}


.do-it-sec:hover {
    padding: 33px;
}

.do-it-sec:hover .accordion-content h2 {
    color: white;
}

.accordion-content h4 {
    margin-left: 0;
    /* default */
    transform: translateX(0);
    transition: transform 0.2s ease, color 0.2s ease;
}

.do-it-sec:hover .accordion-content h4 {
    transform: translateX(20px);

}

.do-it-sec:hover .accordion-img,
.do-it-sec:hover .accordion-content p,
.do-it-sec:hover .accordion-btn a {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    transform: translateY(0);

}

/* First row: show image, copy, and CTA by default; collapse when another row is hovered */
.accordion-wrapper > .do-it-sec:first-of-type {
    padding: 33px;
}

.accordion-wrapper > .do-it-sec:first-of-type .accordion-img,
.accordion-wrapper > .do-it-sec:first-of-type .accordion-content p,
.accordion-wrapper > .do-it-sec:first-of-type .accordion-btn button {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translateY(0);
}

.accordion-wrapper:has(.do-it-sec:not(:first-of-type):hover) > .do-it-sec:first-of-type {
    padding: 60px 33px;
}

.accordion-wrapper:has(.do-it-sec:not(:first-of-type):hover) > .do-it-sec:first-of-type .accordion-img {
    opacity: 0;
    visibility: hidden;
}

.accordion-wrapper:has(.do-it-sec:not(:first-of-type):hover) > .do-it-sec:first-of-type .accordion-content p,
.accordion-wrapper:has(.do-it-sec:not(:first-of-type):hover) > .do-it-sec:first-of-type .accordion-btn button {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.accordion-content-heading {
    text-align: center;
    margin-bottom: 66px;
}

.accordion-content-heading h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
}
.accordion-sec{
    padding: 130px 0;
}

.accordion-btn a {
    background: #6E4FF7;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    display: none;
}

.do-it-sec:last-child {

    border-bottom: none;

}


@media (max-width: 991px) {
    .founder-section .founder-card-wrapper .founder-card-1.founder-card-2 {
        margin-top: -48px;
        margin-left: 32px;
    }

    .founder-section .founder-card-wrapper .founder-card-1 {
        max-width: 100%;
    }
}