/* Banner Section */
.bannerSec {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 131px;
    padding-bottom: 30px;
    background:
        radial-gradient(circle at 10% 28%, rgba(167, 234, 242, 0.55), transparent 28%),
        radial-gradient(circle at 88% 34%, rgba(255, 205, 116, 0.34), transparent 30%),
        linear-gradient(145deg, #f4fbfc 0%, #ffffff 50%, #fff8ec 100%);
}

.bannerSec::before {
    display: none;
}

.bannerSec .container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 184px;
}

.bannerSec .bannerTextWrap {
    width: 100%;
}

.bannerSec .leftCol {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    gap: 12px;
}

.bannerSec .leftCol h1 {
    width: 100%;
    margin-bottom: 0;
}

.bannerSec .leftCol h1 img {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
}

.bannerSec .leftCol p {
    max-width: 830px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #23414f;
    font-weight: 400;
}

.middle {
    width: 100%;
    float: left;
}

body,
body *,
body *::before,
body *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: no-preference) {
    body.js-reveal-ready [data-reveal],
    body.js-reveal-ready [data-reveal-group] > * {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
        transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
    }

    body.js-reveal-ready [data-reveal="soft"],
    body.js-reveal-ready [data-reveal-group] > * {
        transform: translate3d(0, 18px, 0);
    }

    body.js-reveal-ready [data-reveal].is-visible,
    body.js-reveal-ready [data-reveal-group].is-visible > * {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    body.js-reveal-ready [data-reveal-group] > * {
        transition-delay: var(--reveal-delay, 0ms);
    }

    body.js-reveal-ready [data-reveal-load],
    body.js-reveal-ready [data-reveal-load] > * {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    body.js-reveal-ready.is-page-ready [data-reveal-load] {
        animation: apPaymentsReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: var(--load-delay, 0ms);
    }

    body.js-reveal-ready.is-page-ready [data-reveal-load] > * {
        animation: apPaymentsReveal 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: calc(var(--load-delay, 0ms) + var(--reveal-delay, 0ms));
    }
}

body.js-reveal-ready [data-reveal],
body.js-reveal-ready [data-reveal-group] > *,
body.js-reveal-ready [data-reveal-load],
body.js-reveal-ready [data-reveal-load] > *,
body.js-reveal-ready [data-reveal].is-visible,
body.js-reveal-ready [data-reveal-group].is-visible > *,
body.js-reveal-ready.is-page-ready [data-reveal-load],
body.js-reveal-ready.is-page-ready [data-reveal-load] > * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal],
    [data-reveal-group] > * {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

@keyframes apPaymentsReveal {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Remove decorative waves, dots, image accents, and heading underline lines */
.getStartedSec::before,
.getStartedSec .leftCol::before,
.getStartedSec .leftCol::after,
.processPaymentsSec::before,
.processPaymentsSec .rightCol::before,
.processPaymentsSec .rightCol::after,
.versatilePaymentSec .leftCol::before,
.versatilePaymentSec .leftCol::after,
.handleTransactionsSec .leftCol::before,
.handleTransactionsSec .leftCol::after,
.powerPalmSec .rightCol::after,
.benefitsSec::before,
.getStartedSec .rightCol h2::before,
.processPaymentsSec .leftCol h3::before,
.versatilePaymentSec .rightCol h3::before,
.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4::before,
.handleTransactionsSec .rightCol h3::before,
.powerPalmSec .leftCol h3::before,
.benefitsSec h2::before {
    display: none !important;
    content: none !important;
    background-image: none !important;
    background: none !important;
}

.getStartedSec .rightCol h2,
.processPaymentsSec .leftCol h3,
.versatilePaymentSec .rightCol h3,
.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4,
.handleTransactionsSec .rightCol h3,
.powerPalmSec .leftCol h3,
.benefitsSec h2 {
    padding-bottom: 0;
}

/* Get Started Section */
.getStartedSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 115px 0;
}

.getStartedSec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/get-started-banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
}

.getStartedSec .leftCol {
    position: relative;
    max-width: 575px;
    width: 100%;
    padding: 25px;
}

.getStartedSec .leftCol::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 245px;
    border-radius: 10px;
    background-color: #fae1d5;
    z-index: -1;
}

.getStartedSec .leftCol::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 135px;
    background-image: url(../images/get-started-design.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.getStartedSec .leftCol img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.getStartedSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.getStartedSec .rightCol h2 {
    position: relative;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.getStartedSec .rightCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.getStartedSec .rightCol h2 strong {
    font-weight: 700;
}

.getStartedSec .rightCol p {
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
}

.getStartedSec .rightCol p:last-child {
    margin: 0;
}

/* Process Payments Section */
.processPaymentsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 90px 0;
    background-color: #fcfcfd;
}

.processPaymentsSec::before {
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
    right: 0px;
    width: 227px;
    height: 431px;
    content: "";
    background-image: url(../images/e-prescribe-bottom-design.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.processPaymentsSec .leftCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 50px;
}

.processPaymentsSec .leftCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.processPaymentsSec .leftCol h3 strong {
    font-weight: 700;
}

.processPaymentsSec .leftCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.processPaymentsSec .leftCol ul {
    width: 100%;
    float: left;
    padding: 0 0 0 25px;
}

.processPaymentsSec .leftCol ul li {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 27px;
    color: rgb(0 0 0 / 80%);
    font-weight: 400;
    margin-bottom: 15px;
}

.processPaymentsSec .leftCol ul li::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    background-color: #fcfafa;
    background-image: url(/Medical-Spa-Software/images/check-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.processPaymentsSec .leftCol ul li:last-child {
    margin-bottom: 0;
}

.processPaymentsSec .leftCol ul li img {
    width: 19px;
    height: auto;
    padding-top: 3px;
    margin-right: 10px;
}

.processPaymentsSec .rightCol {
    position: relative;
    width: 100%;
    padding: 0 140px 0 0;
}

.processPaymentsSec .rightCol::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    width: 195px;
    height: 213px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.processPaymentsSec .rightCol::after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 350px;
    height: 200px;
    background-color: #e6edfe;
}

.processPaymentsSec .rightCol img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 1;
}

/* Versatile Payment Section */
.versatilePaymentSec {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.versatilePaymentSec .leftCol {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
}

.versatilePaymentSec .leftCol::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 155px;
    height: 153px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.versatilePaymentSec .leftCol::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 365px;
    height: 300px;
    border-radius: 10px;
    background-color: #ffe8d8;
}

.versatilePaymentSec .leftCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #f0f0f0;
    border-radius: 10px;
}

.versatilePaymentSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.versatilePaymentSec .rightCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.versatilePaymentSec .rightCol h3 strong {
    font-weight: 700;
}

.versatilePaymentSec .rightCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.versatilePaymentSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin: 0;
}

/* Pax Payments Section */
.paxPaymentsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0 80px;
    background-color: #fcfcfd;
}

.paxPaymentsSec h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 300;
    font-family: "Roboto";
    text-align: center;
    margin-bottom: 20px;
}

.paxPaymentsSec h2 strong {
    font-weight: 700;
}

.paxPaymentsSec p.info {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.paxPaymentsSec .row {
    justify-content: center;
}

.paxPaymentsSec .paxPaymentsBox {
    width: 100%;
    height: calc(100% - 30px);
    float: left;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsImg {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsImg img {
    width: 100%;
    height: auto;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo {
    width: 100%;
    float: left;
    padding: 15px;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4 {
    position: relative;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    color: rgb(0 0 0 / 90%);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f47a40;
}

.paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
}

/* Handle Transactions Section */
.handleTransactionsSec {
    width: 100%;
    float: left;
    padding: 100px 0;
    background-color: #fcfcfd;
}

.handleTransactionsSec .leftCol {
    position: relative;
    max-width: 672px;
    width: 100%;
    float: right;
    padding: 20px;
    margin-left: -88px;
}

.handleTransactionsSec .leftCol::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 155px;
    height: 153px;
    background-image: url(../images/top-img-design.png);
    background-repeat: no-repeat;
}

.handleTransactionsSec .leftCol::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 365px;
    height: 300px;
    border-radius: 10px;
    background-color: #ffe8d8;
}

.handleTransactionsSec .leftCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #f0f0f0;
    border-radius: 10px;
}

.handleTransactionsSec .transactionCards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.handleTransactionsSec .transactionCard {
    margin: 0;
    padding: 12px 12px 14px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(28, 44, 65, 0.12);
}

.handleTransactionsSec .transactionCardOffset {
    margin-top: 0;
}

.handleTransactionsSec .transactionCard img {
    display: block;
    width: 100%;
    border-radius: 14px;
    background: #f0f0f0;
}

.handleTransactionsSec .transactionCard figcaption {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.2;
    color: #101010;
    font-weight: 700;
    text-align: center;
}

.handleTransactionsSec .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.handleTransactionsSec .rightCol h3 {
    position: relative;
    max-width: 500px;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.handleTransactionsSec .rightCol h3 strong {
    font-weight: 700;
}

.handleTransactionsSec .rightCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.handleTransactionsSec .rightCol p {
    max-width: 495px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin: 0;
}

/* Power Palm Section */
.powerPalmSec {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.powerPalmSec .leftCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 50px;
}

.powerPalmSec .leftCol h3 {
    position: relative;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 50px;
    color: rgb(0 0 0 / 90%);
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.powerPalmSec .leftCol h3 strong {
    font-weight: 700;
}

.powerPalmSec .leftCol h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.powerPalmSec .leftCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
}

.powerPalmSec .leftCol .row {
    gap: 20px 0;
}

.powerPalmSec .leftCol .cloverIcon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.powerPalmSec .leftCol .cloverIcon .cloverIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 27px;
    background-color: #ffffff;
}

.powerPalmSec .leftCol .cloverIcon .cloverIconBox img {
    width: auto;
    height: auto;
}

.powerPalmSec .leftCol .cloverIcon h4 {
    width: calc(100% - 70px);
    font-size: 18px;
    line-height: 26px;
    color: rgb(0 0 0 / 80%);
    font-weight: 400;
}

.powerPalmSec .rightCol {
    position: relative;
    max-width: 509px;
    width: 100%;
    padding: 0 20px 0 0;
}

.powerPalmSec .rightCol::after {
    position: absolute;
    top: 10px;
    right: 0;
    content: '';
    width: 415px;
    height: 390px;
    border-radius: 10px;
    background-color: #d5f2fe;
}

.powerPalmSec .rightCol img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

/* Benefits Section */
.benefitsSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 70px 0 40px;
}

.benefitsSec::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../../SpaManagement/images/benefits-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.benefitsSec h2 {
    position: relative;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 60px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.benefitsSec h2 strong {
    font-weight: 900;
}

.benefitsSec h2::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f9a981;
}

.benefitsSec .row {
    justify-content: center;
}

.benefitsSec .benefitsBox {
    position: relative;
    width: 100%;
    float: left;
    height: calc(100% - 30px);
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(61, 62, 63, 0.12);
    padding: 25px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid rgba(24, 40, 72, 0.08);
    transition: all .4s ease-in-out;
}

.benefitsSec .benefitsBox:hover {
    box-shadow: 0 10px 28px rgba(61, 62, 63, 0.12);
}

.benefitsSec .benefitsBox .left-logo {
    position: absolute;
    left: -40px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background-color: #007ba9;
    border: 3px solid #ffffff;
    transition: all .4s ease-in-out;
}

.benefitsSec .benefitsBox .left-logo img {
    width: 50px;
    height: auto;
}

.benefitsSec .benefitsBox:hover .left-logo {
    background-color: #f47633;
}

.benefitsSec .benefitsBox .right-info {
    width: 100%;
    float: left;
}

.benefitsSec .benefitsBox .right-info h4 {
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}

.benefitsSec .benefitsBox:hover .right-info h4 {
    color: #f47a40;
}

.benefitsSec .benefitsBox .right-info p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}




@media only screen and (min-width: 1601px) and (max-width: 2500px) {
    .getStartedSec::before {
        background-size: cover;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 131px;
        padding-bottom: 30px;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 80px 0;
    }

    .getStartedSec .rightCol h2 {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 90px 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 114px;
        padding-bottom: 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 50px;
    }

    .bannerSec .leftCol p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 60px 0;
    }

    .getStartedSec .rightCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    /* Process Payments Section */
    .processPaymentsSec {
        padding: 70px 0;
    }

    .processPaymentsSec .leftCol {
        padding-right: 0;
    }

    .processPaymentsSec .leftCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .processPaymentsSec .rightCol {
        padding: 0 60px 0 0;
    }

    /* Versatile Payment Section */
    .versatilePaymentSec {
        padding: 70px 0;
    }

    .versatilePaymentSec .rightCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Pax Payments Section */
    .paxPaymentsSec {
        padding: 70px 0;
    }

    .paxPaymentsSec h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .paxPaymentsSec p.info {
        line-height: 30px;
        margin-bottom: 30px;
    }

    /* Handle Transactions Section */
    .handleTransactionsSec {
        padding: 70px 0;
    }

    .handleTransactionsSec .transactionCard {
        padding: 12px 12px 14px;
    }

    .handleTransactionsSec .transactionCard figcaption {
        font-size: 20px;
    }

    .handleTransactionsSec .rightCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Power Palm Section */
    .powerPalmSec {
        padding: 70px 0;
    }

    .powerPalmSec .leftCol h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .powerPalmSec .leftCol .cloverIcon h4 {
        font-size: 16px;
        line-height: 22px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 60px 0 40px;
    }

    .benefitsSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .benefitsSec .benefitsBox {
        width: calc(100% - 30px);
        padding: 20px;
        margin-left: 30px;
    }

    .benefitsSec .benefitsBox .left-logo {
        left: -30px;
        width: 60px;
        height: 60px;
    }

    .benefitsSec .benefitsBox .left-logo img {
        width: 35px;
    }

    .benefitsSec .benefitsBox .right-info {
        padding-left: 20px;
    }

    .benefitsSec .benefitsBox .right-info h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .benefitsSec .benefitsBox .right-info ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 114px;
        padding-bottom: 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 45px;
    }

    .bannerSec .leftCol p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 40px 0;
    }

    .getStartedSec .leftCol::before {
        width: 200px;
        height: 150px;

    }

    .getStartedSec .rightCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .getStartedSec .rightCol p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    /* Process Payments Section */
    .processPaymentsSec {
        padding: 50px 0;
    }

    .processPaymentsSec::before {
        display: none;
    }

    .processPaymentsSec .leftCol {
        padding-right: 0;
    }

    .processPaymentsSec .leftCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .processPaymentsSec .leftCol ul li {
        line-height: 26px;
        padding-bottom: 10px;
    }

    .processPaymentsSec .rightCol {
        padding: 0 50px 0 0;
    }

    .processPaymentsSec .rightCol::before {
        top: 20px;
        height: 140px;
    }

    .processPaymentsSec .rightCol::after {
        bottom: 20px;
        width: 300px;
        height: 150px;
    }

    /* Versatile Payment Section */
    .versatilePaymentSec {
        padding: 50px 0;
    }

    .versatilePaymentSec .leftCol::after {
        width: 220px;
        height: 170px;
    }

    .versatilePaymentSec .rightCol {
        padding: 0;
    }

    .versatilePaymentSec .rightCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    /* Pax Payments Section */
    .paxPaymentsSec {
        padding: 50px 0;
    }

    .paxPaymentsSec h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .paxPaymentsSec p.info {
        line-height: 30px;
        margin-bottom: 30px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo p {
        line-height: 26px;
    }

    /* Handle Transactions Section */
    .handleTransactionsSec {
        padding: 50px 0;
    }

    .handleTransactionsSec .leftCol {
        max-width: 588px;
        margin-left: -28px;
    }

    .handleTransactionsSec .leftCol::after {
        width: 220px;
        height: 170px;
    }

    .handleTransactionsSec .transactionCards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .handleTransactionsSec .transactionCardOffset {
        margin-top: 0;
    }

    .handleTransactionsSec .transactionCard figcaption {
        font-size: 18px;
    }

    .handleTransactionsSec .rightCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .handleTransactionsSec .rightCol p {
        line-height: 26px;
    }

    /* Power Palm Section */
    .powerPalmSec {
        padding: 50px 0;
    }

    .powerPalmSec .leftCol {
        padding: 0;
    }

    .powerPalmSec .leftCol h3 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .powerPalmSec .leftCol p {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .powerPalmSec .leftCol .row {
        gap: 15px 0;
    }

    .powerPalmSec .leftCol .cloverIcon h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .powerPalmSec .rightCol::after {
        width: 310px;
        height: 290px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 50px 0 0px;
    }

    .benefitsSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .benefitsSec .benefitsBox {
        width: calc(100% - 35px);
        padding: 20px;
        margin-left: 35px;
    }

    .benefitsSec .benefitsBox .left-logo {
        left: -35px;
        width: 70px;
        height: 70px;
    }

    .benefitsSec .benefitsBox .left-logo img {
        width: 40px;
    }

    .benefitsSec .benefitsBox .right-info {
        padding-left: 25px;
    }

    .benefitsSec .benefitsBox .right-info h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }


}

@media only screen and (max-width: 767px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 101px;
        padding-bottom: 27px;
    }

    .bannerSec .container {
        min-height: 0;
    }

    .bannerSec .leftCol h1 {
        font-size: 34px;
    }

    .bannerSec .leftCol p {
        font-size: 13px;
        line-height: 1.5;
    }

    .bannerSec .leftCol h1 img {
        max-width: 200px;
    }

    /* Get Started Section */
    .getStartedSec {
        padding: 40px 0;
    }

    .getStartedSec .leftCol {
        margin-bottom: 30px;
    }

    .getStartedSec .leftCol::before {
        width: 200px;
        height: 160px;
    }

    .getStartedSec .rightCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .getStartedSec .rightCol p {
        font-size: 16px;
    }

    /* Process Payments Section */
    .processPaymentsSec {
        padding: 30px 0;
    }

    .processPaymentsSec::before {
        display: none;
    }

    .processPaymentsSec .row {
        flex-direction: column-reverse;
    }

    .processPaymentsSec .leftCol {
        padding-right: 0;
    }

    .processPaymentsSec .leftCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .processPaymentsSec .leftCol ul {
        padding: 0 0 0 10px;
    }

    .processPaymentsSec .leftCol ul li {
        line-height: 24px;
    }

    .processPaymentsSec .rightCol {
        margin-bottom: 30px;
    }

    .processPaymentsSec .rightCol::before {
        top: 20px;
        right: 20px;
        width: 195px;
        height: 140px;
    }

    .processPaymentsSec .rightCol::after {
        bottom: 20px;
        width: 250px;
        height: 150px;
    }

    /* Versatile Payment Section */
    .versatilePaymentSec {
        padding: 30px 0;
    }

    .versatilePaymentSec .leftCol {
        margin-bottom: 30px;
    }

    .versatilePaymentSec .leftCol::after {
        width: 220px;
        height: 160px;
    }

    .versatilePaymentSec .rightCol {
        padding-right: 0;
    }

    .versatilePaymentSec .rightCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    /* Pax Payments Section */
    .paxPaymentsSec {
        padding: 30px 0 10px;
    }

    .paxPaymentsSec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .paxPaymentsSec p.info {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .paxPaymentsSec .paxPaymentsBox .paxPaymentsInfo p {
        line-height: 26px;
    }

    /* Handle Transactions Section */
    .handleTransactionsSec {
        padding: 30px 0;
    }

    .handleTransactionsSec .row {
        flex-direction: column-reverse;
    }

    .handleTransactionsSec .leftCol {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .handleTransactionsSec .leftCol::after {
        width: 250px;
        height: 200px;
    }

    .handleTransactionsSec .transactionCards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .handleTransactionsSec .transactionCardOffset {
        margin-top: 0;
    }

    .handleTransactionsSec .transactionCard figcaption {
        font-size: 20px;
    }

    .handleTransactionsSec .rightCol {
        padding-right: 0;
    }

    .handleTransactionsSec .rightCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    /* Power Palm Section */
    .powerPalmSec {
        padding: 30px 0;
    }

    .powerPalmSec .leftCol {
        padding-right: 0;
    }

    .powerPalmSec .leftCol h3 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .powerPalmSec .leftCol p {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .powerPalmSec .leftCol .row {
        gap: 10px 0;
        flex-direction: unset;
    }

    .powerPalmSec .leftCol .cloverIcon h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .powerPalmSec .rightCol {
        margin-bottom: 30px;
    }

    .powerPalmSec .rightCol::after {
        width: 290px;
        height: 250px;
    }

    /* Benefits Section */
    .benefitsSec {
        padding: 40px 0 20px;
    }

    .benefitsSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .benefitsSec h2 strong {
        display: block;
    }

    .benefitsSec .benefitsBox {
        width: 100%;
        max-width: 560px;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .benefitsSec .benefitsBox .left-logo {
        left: -30px;
        top: 30px;
        width: 60px;
        height: 60px;
    }

    .benefitsSec .benefitsBox .left-logo img {
        width: 35px;
    }

    .benefitsSec .benefitsBox .right-info {
        padding-left: 20px;
    }

    .benefitsSec .benefitsBox .right-info h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .benefitsSec .row > [class*="col-"] {
        display: flex;
        justify-content: center;
    }

    .getStartedSec .leftCol,
    .processPaymentsSec .rightCol,
    .versatilePaymentSec .leftCol,
    .handleTransactionsSec .leftCol,
    .powerPalmSec .rightCol {
        display: block;
        float: none;
        box-sizing: border-box;
        max-width: calc(100% - 36px);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 18px;
        border-radius: 22px;
        border: 1px solid rgba(223, 231, 236, 0.72);
        background: #ffffff;
        box-shadow: 0 18px 40px rgba(16, 24, 32, 0.09), 0 6px 16px rgba(16, 24, 32, 0.05);
    }

    .getStartedSec .leftCol img,
    .processPaymentsSec .rightCol img,
    .versatilePaymentSec .leftCol img,
    .handleTransactionsSec .leftCol img,
    .powerPalmSec .rightCol img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 14px;
    }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {}
