html,
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

body {
    overflow-x: hidden;
}

:root {
    --medical-spa-motion-fast: 240ms;
    --medical-spa-motion-base: 340ms;
    --medical-spa-motion-slow: 460ms;
    --medical-spa-motion-ease: cubic-bezier(0.2, 0.9, 0.2, 1);
    --medical-spa-hover-lift: translateY(-1px);
}

.medicalSpaPageShell {
    zoom: 0.75;
}

.nowrapText {
    white-space: nowrap !important;
}

body [data-aos][data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

body,
body * ,
body *::before,
body *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

body .owl-carousel .owl-stage {
    transition: all .35s ease !important;
}

body .everythingSec .everythingSlider #categoryItem .owl-item {
    transition: transform .5s ease-in-out !important;
}

#Register.demo_modal .modal-dialog {
    max-width: 980px;
    width: calc(100vw - 28px);
    padding: 0;
}

#Register.demo_modal .modal-content {
    border-radius: 18px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 2px 10px rgba(0, 0, 0, 0.12);
    background: #fff;
}

#Register.demo_modal .modal-content>a.close {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

#Register.demo_modal #Democontent {
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 5px;
}

#Register.demo_modal #ap-premium {
    background: transparent !important;
}

#Register.demo_modal #ap-premium .ap-shell {
    padding: 0 !important;
}

#Register.demo_modal #ap-premium .ap-card {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}

.medicalSpaHeader {
    position: relative;
    width: 100%;
    min-height: var(--medical-spa-header-height, 108px);
    z-index: 1000;
    isolation: isolate;
}

.medicalSpaHeader .header {
    width: 100%;
    padding: 18px 0;
    background-color: #2b2b2b;
    transition: background-color .28s ease, box-shadow .28s ease;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.medicalSpaHeader .header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.medicalSpaHeader .header-sec .logo {
    max-width: 317px;
    width: 100%;
}

.medicalSpaHeader .header-sec .logo img {
    width: 100%;
    height: auto;
}

.medicalSpaHeader .header-sec .headerNav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0 auto;
}

.medicalSpaHeader .header-sec .headerNav a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    transition: color .3s ease-in-out;
}

.medicalSpaHeader .header-sec .headerNav a:hover {
    color: #f2b41e;
}

.medicalSpaHeader .header-sec .headerActions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.medicalSpaHeader .header-sec .rightBtn {
    width: auto;
}

.medicalSpaHeader .header-sec .rightBtn .bookDemoBtn {
    position: relative;
    display: block;
    z-index: 0;
    isolation: isolate;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 26px;
    padding: 15px 33px;
    background-image: linear-gradient(83.82deg, #e35d24, #f2b41e, #f2b41e, #e35d24);
    background-position: right;
    background-size: 200%;
    box-shadow: 0 10px 22px rgba(227, 93, 36, 0.18);
    transition:
        transform var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        box-shadow var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        background-position var(--medical-spa-motion-slow) var(--medical-spa-motion-ease);
}

.medicalSpaHeader .header-sec .rightBtn .bookDemoBtn::before {
    content: '';
    position: absolute;
    top: -35%;
    left: -30%;
    width: 24%;
    height: 170%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 226, 0.18) 30%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 248, 226, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-220%) skewX(-24deg);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0;
    z-index: 1;
    animation: header-demo-sheen 6.5s cubic-bezier(0.2, 0.9, 0.2, 1) infinite;
}

.medicalSpaHeader .header-sec .rightBtn .bookDemoBtn:hover {
    background-position: left;
    transform: var(--medical-spa-hover-lift);
    box-shadow: 0 16px 28px rgba(227, 93, 36, 0.24);
}

.medicalSpaHeader .header-sec .rightBtn .bookDemoBtn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.45);
    outline-offset: 3px;
    background-position: left;
    transform: var(--medical-spa-hover-lift);
    box-shadow: 0 0 0 4px rgba(242, 180, 30, 0.22), 0 16px 28px rgba(227, 93, 36, 0.24);
}

.medicalSpaHeader .header-sec .rightBtn .bookDemoBtn:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(227, 93, 36, 0.2);
}

@keyframes header-demo-sheen {
    0%,
    74% {
        opacity: 0;
        transform: translateX(-220%) skewX(-24deg);
    }

    82% {
        opacity: 0.95;
    }

    100% {
        opacity: 0;
        transform: translateX(520%) skewX(-24deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .medicalSpaHeader .header-sec .rightBtn .bookDemoBtn::before {
        animation: none;
        opacity: 0;
    }

    .medicalSpaHeader .header-sec .rightBtn .bookDemoBtn,
    .bannerSec .leftCol .bannerForm form .form-group .demoBtn,
    .professionalSec .rightCol.featureImageFrame,
    .professionalSec .rightCol.featureImageFrame img,
    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn,
    .faqSec .leftCol .card,
    .faqSec .leftCol .card .card-header .btn.btn-link,
    .homeClosingCtaSec .homeClosingCtaCard,
    .homeClosingCtaSec .ctaButton {
        transition: none;
    }

    .medicalSpaHeader .header-sec .rightBtn .bookDemoBtn:hover,
    .medicalSpaHeader .header-sec .rightBtn .bookDemoBtn:focus-visible,
    .medicalSpaHeader .header-sec .rightBtn .bookDemoBtn:active,
    .bannerSec .leftCol .bannerForm form .form-group .demoBtn:hover,
    .bannerSec .leftCol .bannerForm form .form-group .demoBtn:focus-visible,
    .bannerSec .leftCol .bannerForm form .form-group .demoBtn:active,
    .professionalSec .row:hover .rightCol.featureImageFrame,
    .professionalSec .row:hover .rightCol.featureImageFrame img,
    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:hover,
    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:focus-visible,
    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:active,
    .faqSec .leftCol .card:hover,
    .faqSec .leftCol .card.current,
    .faqSec .leftCol .card.current .card-header .btn.btn-link,
    .faqSec .leftCol .card:hover .card-header .btn.btn-link,
    .homeClosingCtaSec .homeClosingCtaCard:hover,
    .homeClosingCtaSec .ctaButton:hover,
    .homeClosingCtaSec .ctaButton:focus-visible,
    .homeClosingCtaSec .ctaButton:active {
        transform: none;
    }
}

.medicalSpaHeader .header-sec .headerMenuToggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.medicalSpaHeader .header-sec .headerMenuToggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

.medicalSpaHeader .header-sec .headerActions.menuOpen .headerMenuToggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.medicalSpaHeader .header-sec .headerActions.menuOpen .headerMenuToggle span:nth-child(2) {
    opacity: 0;
}

.medicalSpaHeader .header-sec .headerActions.menuOpen .headerMenuToggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.medicalSpaHeader .header-sec .headerMobileNav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    flex-direction: column;
    min-width: 210px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    z-index: 10;
}

.medicalSpaHeader .header-sec .headerMobileNav a {
    display: block;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #222629;
}

.medicalSpaHeader .header-sec .headerMobileNav a:hover {
    color: #e66d23;
    background-color: #fff6ec;
}

.medicalSpaHeader .header-sec .headerActions.menuOpen .headerMobileNav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.medicalSpaHeader.sticky {
    z-index: 1000;
}

.medicalSpaHeader.sticky .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2b2b2b;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    animation: slide-down 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
    .medicalSpaHeader .header {
        transition: background-color .2s ease, box-shadow .2s ease;
    }

    .medicalSpaHeader.sticky .header {
        animation: none;
    }
}

#features,
#ap-payments,
#faqs {
    scroll-margin-top: 120px;
}

/* Banner Section */
.bannerSec {
    position: relative;
    width: 100%;
    background-image: linear-gradient(104deg, #fff8f2 0%, #fff8f2 1%, #e7d9ce 100%);
    z-index: 1;
}

.bannerSec::before {
    position: absolute;
    top: -90px;
    left: 0;
    content: '';
    width: 570px;
    height: 623px;
    background-image: url(../images/shape1.webp);
    background-repeat: no-repeat;
    z-index: -1;
}

.bannerSec::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 773px;
    height: 389px;
    background-image: url(../images/shape2.webp);
    background-repeat: no-repeat;
    z-index: -1;
}

.bannerSec .leftCol {
    width: 100%;
    padding-top: 80px;
    margin-bottom: -50px;
}

.bannerSec .leftCol h1 {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 64px;
    font-weight: 400;
    color: #222629;
    border-image-slice: 1;
    border-bottom: 3px solid;
    border-image-source: linear-gradient(180deg, #e46731 0%, #f2b82b 100%);
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.bannerSec .leftCol h1 strong {
    font-weight: 700;
}

.bannerSec .leftCol h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #222629;
    margin-bottom: 20px;
}

.bannerSec .leftCol p {
    font-size: 22px;
    line-height: 36px;
    color: #222629;
    margin-bottom: 50px;
}

.bannerSec .leftCol .bannerForm {
    width: 100%;
    box-shadow: 0px 15px 14.5px rgba(2, 30, 54, 0.18);
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(50deg, #eb9120 0%, #1aa2e1 100%) border-box;
}

.bannerSec .leftCol .bannerForm.bannerFormReveal {
    opacity: 1;
    transform: none;
    animation: none;
}

.bannerSec .leftCol .bannerForm h5 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 40px;
    background-image: linear-gradient(90deg, #159ce0 0%, #159ce0 100%);
    border-radius: 15px 15px 0 0;
}

.bannerSec .leftCol .bannerForm h5::before {
    position: absolute;
    right: -25px;
    top: -15px;
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-image: url(../images/banner-logo.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #2b2b2b;
}

.bannerSec .leftCol .bannerForm form {
    width: 100%;
    padding: 25px 40px 40px 40px;
}

.bannerSec .leftCol .bannerForm form .form-group {
    margin-bottom: 15px;
}

.bannerSec .leftCol .bannerForm form .form-group:last-child {
    margin-bottom: 0;
}

.bannerSec .leftCol .bannerForm form .form-group .form-control {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #222629;
    padding: 17px 20px;
    border-radius: 5px;
    border: 1px solid #bebebe;
    background-color: transparent;
    box-shadow: none;
}

.bannerSec .leftCol .bannerForm form .form-group .form-control.is-invalid {
    border-color: #d92d20;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
}

.bannerSec .leftCol .bannerForm form .form-group .form-control::placeholder {
    color: #000000;
}

.bannerSec .leftCol .bannerForm form .form-group.gCaptcha {
    text-align: center;
}

.bannerSec .leftCol .bannerForm form .form-group.gCaptcha .cf-turnstile-holder {
    display: inline-flex;
    justify-content: center;
    max-width: 313px;
    min-height: 65px;
    width: 100%;
}

.bannerSec .leftCol .bannerForm form .form-group.gCaptcha img {
    max-width: 313px;
    width: 100%;
}

.bannerSec .leftCol .bannerForm form .form-group .demoBtn {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    background-image: linear-gradient(83.82deg, #e35d24, #f2b41e, #f2b41e, #e35d24);
    background-position: right;
    background-size: 200%;
    box-shadow: 0 14px 28px rgba(227, 93, 36, 0.16);
    transition:
        transform var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        box-shadow var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        background-position var(--medical-spa-motion-slow) var(--medical-spa-motion-ease);
}

.bannerSec .leftCol .bannerForm form .form-group .demoBtn:disabled {
    cursor: wait;
    opacity: 0.78;
}

.bannerSec .leftCol .bannerForm form .form-group .demoBtn:hover {
    background-position: left;
    transform: var(--medical-spa-hover-lift);
    box-shadow: 0 18px 34px rgba(227, 93, 36, 0.22);
}

.bannerSec .leftCol .bannerForm form .form-group .demoBtn:focus-visible {
    outline: 3px solid rgba(26, 162, 225, 0.24);
    outline-offset: 3px;
    background-position: left;
    transform: var(--medical-spa-hover-lift);
    box-shadow: 0 0 0 4px rgba(26, 162, 225, 0.14), 0 18px 34px rgba(227, 93, 36, 0.22);
}

.bannerSec .leftCol .bannerForm form .form-group .demoBtn:active {
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(227, 93, 36, 0.18);
}

.bannerSec .leftCol .bannerForm form .demoFormAlert {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 14px;
    border: 1px solid rgba(217, 45, 32, 0.25);
    border-radius: 6px;
    color: #8a1f15;
    background-color: #fff3f1;
    font-size: 15px;
    line-height: 22px;
}

.bannerSec .leftCol .bannerForm form .leadTrap {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#MedicalSpaDemoSchedule .modal-content {
    padding: 0;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

#MedicalSpaDemoSchedule .modal-dialog,
#MedicalSpaDemoSuccess .modal-dialog {
    max-width: 980px;
    width: calc(100vw - 28px);
    margin: 1rem auto;
}

#MedicalSpaDemoSchedule .modal-content,
#MedicalSpaDemoSuccess .modal-content {
    border-radius: 18px;
    border: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#MedicalSpaDemoSchedule .modal-content > a.close,
#MedicalSpaDemoSuccess .modal-content > a.close {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 1;
    z-index: 3;
}

#MedicalSpaDemoSchedule .scheduleLoading {
    padding: 36px 24px;
    text-align: center;
    font-size: 18px;
    color: #222629;
}

#MedicalSpaDemoScheduleContent,
#MedicalSpaDemoSuccessContent {
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 5px;
}

.medicalSpaSuccessModal {
    padding: 22px 24px 24px;
}

.medicalSpaSuccessHero {
    text-align: center;
}

.medicalSpaSuccessTitle {
    margin: 0 0 14px;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.12;
    font-weight: 800;
    color: #0b1633;
}

.medicalSpaSuccessSection {
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #d9dfeb;
    border-radius: 16px;
}

.medicalSpaSuccessEyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #60718e;
}

.medicalSpaSuccessCard,
.medicalSpaSuccessFeature {
    padding: 10px 12px;
    border: 1px solid #d9dfeb;
    border-radius: 12px;
    background: #f7f9fc;
}

.medicalSpaSuccessCard {
    padding: 12px;
}

.medicalSpaSuccessFeature + .medicalSpaSuccessFeature {
    margin-top: 8px;
}

.medicalSpaSuccessHeading,
.medicalSpaSuccessFeatureTitle {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    color: #0b1633;
}

.medicalSpaSuccessCopy,
.medicalSpaSuccessFeatureCopy,
.medicalSpaSuccessFooter {
    font-size: 11px;
    line-height: 1.4;
    color: #53657f;
}

.medicalSpaSuccessPills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.medicalSpaSuccessPill {
    padding: 8px 12px;
    border: 1px solid #d9dfeb;
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
    line-height: 1.3;
    color: #53657f;
}

.medicalSpaSuccessPill strong,
.medicalSpaSuccessFooter strong {
    color: #0b1633;
}

.medicalSpaSuccessFooter {
    text-align: center;
}

.bannerSec .rightCol {
    margin-right: calc(10px - var(--container-padding));
}

.bannerSec .rightCol.heroImageReveal {
    opacity: 1;
    transform: none;
    animation: none;
}

.bannerSec .rightCol img {
    max-width: 900px;
    width: 100%;
    height: auto;
    transform: none;
    transform-origin: center bottom;
}

@keyframes hero-fade-up {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes form-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes trusted-stat-bounce {
    0% {
        opacity: 0;
        transform: translateY(24px) scale(0.96);
    }

    60% {
        opacity: 1;
        transform: translateY(-6px) scale(1.025);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes feature-text-reveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes feature-image-reveal {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.975);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes feature-row-slide-in-left {
    from {
        transform: translateX(-72px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes feature-row-slide-in-right {
    from {
        transform: translateX(72px);
    }

    to {
        transform: translateX(0);
    }
}

.professionalSec .featureMotionRow.featureMotionVisible {
    animation: feature-row-slide-in-left 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.professionalSec .featureMotionRow:nth-of-type(even).featureMotionVisible {
    animation-name: feature-row-slide-in-right;
}

@media (prefers-reduced-motion: reduce) {
    .bannerSec .leftCol .bannerForm.bannerFormReveal,
    .bannerSec .rightCol.heroImageReveal,
    .trustedSec .content,
    .professionalSec .featureMotionRow,
    .faqSec .rightCol.faqImageFocus,
    .stepSec .stepRow.stepBounceRow .stepBox,
    .testimonialsSec .testimonials-slider .item .userImg,
    footer .rightCol.footerImageFade {
        opacity: 1;
        filter: none;
        transform: none;
        animation: none;
    }
}

/* Trusted Section */
.trustedSec {
    width: 100%;
    padding: 130px 0 80px;
    background-color: #fcfafa;
}

.trustedSec h2 {
    font-size: 46px;
    line-height: 60px;
    color: #222629;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.trustedSec h2 strong {
    font-weight: 700;
}

.trustedSec .content {
    width: 100%;
}

.trustedSec.trustedStatsInView .content .contentText {
    animation: trusted-stat-bounce 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.trustedSec.trustedStatsInView .row > div:nth-child(1) .content .contentText {
    animation-delay: 0.08s;
}

.trustedSec.trustedStatsInView .row > div:nth-child(2) .content .contentText {
    animation-delay: 0.22s;
}

.trustedSec.trustedStatsInView .row > div:nth-child(3) .content .contentText {
    animation-delay: 0.36s;
}

.trustedSec.trustedStatsInView .row > div:nth-child(4) .content .contentText {
    animation-delay: 0.5s;
}

.trustedSec .content .contentText {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #2299b0 0%, #43a76a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.trustedSec .content .number {
    display: inline-block;
}

.trustedSec .content .statSuffix {
    display: inline-block;
    font-size: 1em;
    line-height: inherit;
    font-weight: 600;
}

.trustedSec .content .info {
    font-size: 22px;
    line-height: 28px;
    color: #77746f;
    font-weight: bold;
    font-family: "Helvetica";
    text-align: center;
}

/* Everything Section */
.everythingSec {
    width: 100%;
    background-color: #fcfafa;
    overflow: hidden;
}

.everythingSec .everythingInfo {
    max-width: 97%;
    width: 100%;
    border-radius: 60px;
    padding: 140px 20px 50px;
    margin: 0 auto;
    background-color: #ffffff;
}

.everythingSec h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    color: #222629;
    text-align: center;
    margin-bottom: 30px;
}

.everythingSec h2 strong {
    font-weight: 700;
}

.everythingSec h2 .nowrapText {
    white-space: nowrap;
}

.everythingSec p {
    font-size: 18px;
    line-height: 35px;
    color: #222629;
    text-align: center;
    margin-bottom: 60px;
}

.everythingSec .everythingSlider #category .owl-stage-outer {
    padding: 0 20px;
}

.everythingSec .everythingSlider #category .owl-stage-outer .owl-stage {
    margin: 0 auto;
}

.everythingSec .everythingSlider #category .owl-item {
    padding: 30px 0;
}

.everythingSec .everythingSlider #category .item {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #222629;
    font-weight: 500;
    text-align: center;
    border-radius: 29px;
    padding: 20px 30px;
    box-shadow: 0px 5px 28.5px rgba(61, 62, 63, 0.18);
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.everythingSec .everythingSlider #category .owl-item.active.current .item,
.everythingSec .everythingSlider #category .item:hover {
    color: #e66d23;
}

.everythingSec .everythingSlider #category .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 29px;
    border: 3px solid transparent;
    background: linear-gradient(180deg, #e46731 0%, #f2b82b 100%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.everythingSec .everythingSlider #category .owl-item.active.current .item::before,
.everythingSec .everythingSlider #category .item:hover::before {
    opacity: 1;
}

.everythingSec .everythingSlider #category .owl-nav .owl-prev,
.everythingSec .everythingSlider #category .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    font-size: 23px;
    color: #24b0e1;
    border-radius: 25px;
    outline: none;
    transition: all .3s ease-in-out;
}

.everythingSec .everythingSlider #category .owl-nav .owl-prev::before,
.everythingSec .everythingSlider #category .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 29px;
    border: 3px solid transparent;
    background: linear-gradient(50deg, #5fd0d6 0%, #1f7fb5 100%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.everythingSec .everythingSlider #category .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

.everythingSec .everythingSlider #category .owl-nav {
    display: none;
}

.everythingSec .everythingSlider #categoryItem .owl-stage-outer {
    overflow: visible;
}

.everythingSec .everythingSlider #categoryItem .owl-stage-outer::before {
    position: absolute;
    left: -50px;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 100%) 100%);
    z-index: 1;
}

.everythingSec .everythingSlider #categoryItem .owl-stage-outer::after {
    position: absolute;
    right: -50px;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    background: linear-gradient(88deg, rgba(0, 0, 0, 0) 0%, rgb(255 255 255 / 100%) 90%);
    z-index: 1;
}

.everythingSec .everythingSlider #categoryItem .owl-item {
    transform: scale(.90);
    transition: all .5s ease-in-out;
}

.everythingSec .everythingSlider #categoryItem .owl-item.center {
    transform: scale(1);
}

.everythingSec .everythingSlider #categoryItem .item {
    padding: 40px 40px;
    border-radius: 60px;
    box-shadow: 0px 9px 28.5px rgba(61, 62, 63, 0.22);
    background-color: #ffffff;
}

.everythingSec .everythingSlider #categoryItem .item .topBox {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -10px;
}

.everythingSec .everythingSlider #categoryItem .item .topBox ul {
    display: flex;
    gap: 3px;
}

.everythingSec .everythingSlider #categoryItem .item .topBox ul li {
    width: 14px;
    height: 14px;
    border-radius: 7px;
}

.everythingSec .everythingSlider #categoryItem .item .bottomImg {
    width: 100%;
    border-radius: 25px;
    border: 2px solid rgba(43, 43, 43, 0.81);
    overflow: hidden;
}

.everythingSec .everythingSlider #categoryItem .owl-nav .owl-prev,
.everythingSec .everythingSlider #categoryItem .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    font-size: 23px;
    color: #24b0e1;
    border-radius: 25px;
    outline: none;
    transition: all .3s ease-in-out;
}

.everythingSec .everythingSlider #categoryItem .owl-nav .owl-prev::before,
.everythingSec .everythingSlider #categoryItem .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 29px;
    border: 3px solid transparent;
    background: linear-gradient(50deg, #5fd0d6 0%, #1f7fb5 100%) border-box;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.everythingSec .everythingSlider #categoryItem .owl-nav .owl-next {
    left: auto;
    right: -20px;
}

.everythingSec .everythingSlider #categoryItem .owl-nav .owl-prev:hover,
.everythingSec .everythingSlider #categoryItem .owl-nav .owl-next:hover {
    opacity: 0.7;
}

.everythingSec .everythingSlider .mobileCategoryTitle {
    display: none;
}

/* Professional Section */
.professionalSec {
    position: relative;
    width: 100%;
    padding: 80px 0;
    z-index: 1;
}

.professionalSec::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fcfafa;
    z-index: -1;
}

.professionalSec h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    color: #222629;
    text-align: center;
    margin-bottom: 80px;
}

.professionalSec h2 strong {
    font-weight: 700;
}

.professionalSec .row {
    margin-bottom: 125px;
}

.professionalSec .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.professionalSec .leftCol {
    width: 100%;
}

.professionalSec .leftCol .category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #222629;
    border-radius: 21px;
    border: 1px solid #e8e8e8;
    text-transform: uppercase;
    padding: 5px 18px;
    margin-bottom: 25px;
    box-shadow: 0px 9px 21.5px rgba(83, 82, 82, 0.11);
    background-color: #ffffff;
}

.professionalSec .leftCol .category span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #e98530;
}

.professionalSec .leftCol h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #222629;
    margin-bottom: 20px;
}

.professionalSec .leftCol>p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #222629;
    margin-bottom: 30px;
}

.professionalSec .leftCol ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 85px;
}

.professionalSec .leftCol ul li:last-child {
    margin: 0;
}

.professionalSec .leftCol ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/check-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 18px;
    border: 2px solid #e5e6e7;
    background-color: #fcfafa;
}


.professionalSec .leftCol ul li h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #222629;
    margin-bottom: 10px;
}

.professionalSec .leftCol ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #222629;
}

.professionalSec .rightCol {
    width: 100%;
}

.professionalSec .rightCol.featureImageFrame {
    width: 108%;
    max-width: none;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 24px;
    transition:
        transform var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        filter var(--medical-spa-motion-base) var(--medical-spa-motion-ease);
}

.professionalSec .row:nth-child(odd) .rightCol.featureImageFrame {
    margin-left: -8%;
}

.professionalSec .rightCol img {
    width: 100%;
    height: auto;
}

.professionalSec .rightCol.featureImageFrame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform var(--medical-spa-motion-base) var(--medical-spa-motion-ease);
}

.professionalSec .rightCol.featureImageFrame img.featureCanvasImage,
.professionalSec .rightCol.featureImageFrame img.featureCanvasImageAp {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.professionalSec .row:hover .rightCol.featureImageFrame {
    transform: translateY(-1px);
    filter: drop-shadow(0 18px 30px rgba(0, 29, 51, 0.08));
}

.professionalSec .row:hover .rightCol.featureImageFrame img {
    transform: translateY(-0.5px);
}

.professionalSec .rightCol img.featureCanvasImage {
    width: 150%;
    max-width: none;
    margin-top: -7%;
    margin-left: -25%;
}

.professionalSec .rightCol img.featureCanvasImageAp {
    width: 168%;
    margin-top: -8%;
    margin-left: -36%;
}

/* Testimonials Section */
.testimonialsSec {
    position: relative;
    box-shadow: inset 33px 0px 46px #b8b8b8;
    background-color: #fefbf8;
    border-top: 1px solid #c8c7c5;
    border-bottom: 1px solid #c8c7c5;
    padding-bottom: 75px;
    z-index: 1;
}

.testimonialsSec::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 619px;
    height: 570px;
    background-image: url(../images/testimonials-shape1.webp);
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonialsSec::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 391px;
    height: 100%;
    background-image: url(../images/testimonials-shape2.webp);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.testimonialsSec .text-center {
    margin-bottom: 35px;
}

.testimonialsSec h2 {
    display: inline-block;
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    color: #000000;
    border-radius: 60px;
    padding: 27px 68px;
    margin-top: -63px;
    border: 1px solid #000000;
    box-shadow: 0px 9px 28.5px rgba(61, 62, 63, 0.11);
    background-color: rgba(255, 255, 255, 0.6);
}

.testimonialsSec h2 strong {
    font-weight: 700;
}

.testimonialsSec .testimonials-slider .owl-stage {
    display: flex;
}

.testimonialsSec .testimonials-slider .owl-stage .owl-item.active.last-active .item::before {
    display: none;
}

.testimonialsSec .testimonials-slider .item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 50px;
    height: 100%;
}

.testimonialsSec .testimonials-slider .item .testimonialContent {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@keyframes testimonial-userimg-rise {
    from {
        opacity: 0;
        transform: translateY(42px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonialsSec.testimonialsInView .testimonials-slider .item .userImg {
    animation: testimonial-userimg-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    will-change: opacity, transform;
}

.testimonialsSec.testimonialsInView .owl-item:nth-child(1) .item .userImg {
    animation-delay: 0.12s;
}

.testimonialsSec.testimonialsInView .owl-item:nth-child(2) .item .userImg {
    animation-delay: 0.26s;
}

.testimonialsSec.testimonialsInView .owl-item:nth-child(3) .item .userImg {
    animation-delay: 0.4s;
}

.testimonialsSec .testimonials-slider .owl-item.active .item::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 7px;
    height: 100%;
    background-image: url(../images/testimonials-line-arrow.webp);
    background-repeat: no-repeat;
}

.testimonialsSec .testimonials-slider .item p {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
    color: #222629;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}

.testimonialsSec .testimonials-slider .item .userImg {
    max-width: 150px;
    width: 100%;
    margin: 0 auto 40px auto;
}

.testimonialsSec .testimonials-slider .item .userImg img {
    width: 100%;
    height: auto;
}

.testimonialsSec .testimonials-slider .item h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    color: #222629;
    text-align: center;
}

.testimonialsSec .testimonialsMobileNav {
    position: relative;
    display: block;
    height: 44px;
    margin-top: 12px;
    z-index: 5;
}

.testimonialsSec .testimonialsMobileNav .testimonialNavBtn {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 3px solid #24b0e1;
    border-radius: 22px;
    background: #ffffff;
    color: #24b0e1;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    outline: none;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(36, 176, 225, 0.08);
    transition:
        transform var(--medical-spa-motion-fast) var(--medical-spa-motion-ease),
        box-shadow var(--medical-spa-motion-fast) var(--medical-spa-motion-ease),
        background-color var(--medical-spa-motion-fast) var(--medical-spa-motion-ease),
        color var(--medical-spa-motion-fast) var(--medical-spa-motion-ease),
        border-color var(--medical-spa-motion-fast) var(--medical-spa-motion-ease);
}

.testimonialsSec .testimonialsMobileNav .testimonialNavBtn i {
    display: none;
}

.testimonialsSec .testimonialsMobileNav .testimonialNavPrev::after {
    content: '\2190';
}

.testimonialsSec .testimonialsMobileNav .testimonialNavNext::after {
    content: '\2192';
}

.testimonialsSec .testimonialsMobileNav .testimonialNavNext {
    left: auto;
    right: 0;
}

.testimonialsSec .testimonialsMobileNav .testimonialNavBtn:hover {
    transform: var(--medical-spa-hover-lift);
    color: #ffffff;
    background: #24b0e1;
    box-shadow: 0 14px 24px rgba(36, 176, 225, 0.22);
}

.testimonialsSec .testimonialsMobileNav .testimonialNavBtn:focus-visible {
    outline: 3px solid rgba(36, 176, 225, 0.2);
    outline-offset: 3px;
    transform: var(--medical-spa-hover-lift);
    color: #ffffff;
    background: #24b0e1;
    box-shadow: 0 14px 24px rgba(36, 176, 225, 0.22);
}

.testimonialsSec .testimonialsMobileNav .testimonialNavBtn:active {
    transform: translateY(0);
    box-shadow: 0 8px 16px rgba(36, 176, 225, 0.18);
}

.testimonialsSec .testimonialsMobileNav .testimonialNavBtn:disabled {
    opacity: 0.45;
}

@media only screen and (min-width: 992px) {
    .testimonialsSec .testimonialsMobileNav {
        display: none;
    }
}

/* Faq Section */
.faqSec {
    width: 100%;
    padding-top: 100px;
    background-image: linear-gradient(0deg, rgba(242, 241, 239, 0.9999999999999999) 0%, rgba(241, 240, 238, 0.9999999999999999) 69%, rgba(241, 240, 238, 0.3019607843137254) 100%);
}

.faqSec .leftCol h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 40px;
}

.faqSec .leftCol h2 strong {
    font-weight: 700;
}

.faqSec .leftCol {
    width: 100%;
    padding-bottom: 100px;
}

.faqSec .leftCol .card {
    padding: 20px 10px 20px 35px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #8c9498;
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 29, 51, 0);
    transition:
        transform var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        box-shadow var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        border-color var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        background-color var(--medical-spa-motion-base) var(--medical-spa-motion-ease);
}

.faqSec .leftCol .card:last-child {
    margin-bottom: 0;
}

.faqSec .leftCol .card:hover,
.faqSec .leftCol .card.current {
    border-color: #2b2b2b;
    background-color: #2b2b2b;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 29, 51, 0.12);
}

.faqSec .leftCol .card .card-header {
    border: none;
    padding: 0;
    background-color: transparent;
}

.faqSec .leftCol .card .card-header .btn.btn-link {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #222629;
    text-align: left;
    padding: 0 45px 0 0;
    margin-bottom: 0;
    text-decoration: none;
    white-space: normal;
    transition:
        color var(--medical-spa-motion-fast) var(--medical-spa-motion-ease),
        transform var(--medical-spa-motion-fast) var(--medical-spa-motion-ease);
}

.faqSec .leftCol .card.current .card-header .btn.btn-link,
.faqSec .leftCol .card:hover .card-header .btn.btn-link {
    color: #ffffff;
    transform: translateX(1px);
}

.faqSec .leftCol .card .card-header .btn.btn-link::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../images/minus.webp);
    background-repeat: no-repeat;
    background-size: 100%;
}

.faqSec .leftCol .card .card-header .btn.btn-link.collapsed::before {
    background-image: url(../images/plus.webp);
}

.faqSec .leftCol .card .card-body {
    padding: 0 45px 0 0;
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

.faqSec .rightCol {
    width: 100%;
}

.faqSec .rightCol.faqImageFocus {
    opacity: 1;
    transform: translateY(0);
}

.faqSec .rightCol.faqImageFocus.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.faqSec .rightCol img {
    width: 104%;
    max-width: none;
    height: auto;
    margin-top: -28px;
    margin-left: 0;
}

/* Smarter Workflows Section */
.smarterWorkflows {
    width: 100%;
    padding: 140px 0;
}

.smarterWorkflows h3 {
    font-size: 46px;
    line-height: 60px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding: 60px 90px;
    border-radius: 60px;
    box-shadow: 0px 9px 28.5px rgba(61, 62, 63, 0.11);
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #5bb138, #1192d2) border-box;
    border: 4px solid transparent;
}

.smarterWorkflows h3 strong {
    font-weight: 700;
}

/* Step Section */
.stepSec {
    width: 100%;
}

.stepSec h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    color: #222629;
    text-align: center;
    margin-bottom: 50px;
}

.stepSec h2 strong {
    font-weight: 700;
}

.stepSec .stepRow {
    display: flex;
    gap: 75px;
}

.stepSec .stepRow .stepBox {
    width: calc(33.33% - 50px);
    border: 3px solid transparent;
    border-radius: 60px;
    box-shadow: 0px 9px 28.5px rgba(61, 62, 63, 0.11);
    padding: 80px 40px;
}

.stepSec .stepRow .stepBox.step1 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #0c8ddd, #53f4e9) border-box;
}

.stepSec .stepRow .stepBox.step2 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #4ca132, #a2e825) border-box;
}

.stepSec .stepRow .stepBox.step3 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #e35d24, #f1b41e) border-box;
}

.stepSec .stepRow .stepBox h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #222629;
    margin-bottom: 20px;
}

.stepSec .stepRow .stepBox h5 {
    font-size: 29px;
    line-height: 40px;
    font-weight: 500;
    color: #222629;
    margin-bottom: 20px;
}

.stepSec .stepRow .stepBox p {
    font-size: 22px;
    line-height: 35px;
    color: #222629;
}

@keyframes step-box-bounce-in {
    0% {
        opacity: 0;
        transform: translateY(38px) scale(0.96);
    }

    58% {
        opacity: 1;
        transform: translateY(-10px) scale(1.02);
    }

    78% {
        transform: translateY(4px) scale(0.995);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.stepSec .stepRow.stepBounceRow .stepBox {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.stepSec .stepRow.stepBounceRow.is-visible .stepBox {
    animation: step-box-bounce-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.stepSec .stepRow.stepBounceRow.is-visible .stepBox.step2 {
    animation-delay: 0.14s;
}

.stepSec .stepRow.stepBounceRow.is-visible .stepBox.step3 {
    animation-delay: 0.28s;
}

/* Switching Section */
.switchingSec {
    width: 100%;
    padding: 155px 30px 200px;
}

.switchingSec h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    color: #222629;
    text-align: center;
    margin-bottom: 30px;
}

.switchingSec h2 strong {
    font-weight: 700;
}

.switchingSec p {
    font-size: 20px;
    line-height: 32px;
    color: #222629;
    text-align: center;
    margin-bottom: 50px;
}

.switchingSec .switchingImg {
    width: 100%;
    position: relative;
    padding-bottom: 14%;
    margin-bottom: 30px;
}

.switchingSec .switchingImg img {
    width: 100%;
    height: auto;
}

.switchingSec .switchingImg .switchingDesktop {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1807 / 645;
    min-height: 0;
    max-height: none;
    --switching-arrow-center-x: 50.5%;
    --switching-arrow-bottom: -11.5%;
    --switching-arrow-width: 36.5%;
}

.switchingSec .switchingImg .switchingDesktop img {
    position: absolute;
    width: auto;
    max-width: none;
    height: auto;
}

.switchingSec .switchingImg .switchingOldData {
    left: 1.5%;
    top: 22%;
    width: 26.93%;
    transform: scale(0.72);
    transform-origin: top left;
    z-index: 1;
}

.switchingSec .switchingImg .switchingArrow {
    left: var(--switching-arrow-center-x);
    bottom: var(--switching-arrow-bottom);
    width: var(--switching-arrow-width);
    top: auto;
    transform: translateX(-50%);
    transform-origin: center;
    z-index: 3;
}

.switchingSec .switchingImg .switchingGoodData {
    right: -4.04%;
    top: 2.4%;
    width: 73.55%;
    transform: scale(1.12);
    transform-origin: top right;
    z-index: 2;
}

@keyframes switching-arrow-draw {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    12% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes switching-good-data-fade {
    0% {
        opacity: 0;
        transform: scale(1.12) translateY(12px);
    }

    100% {
        opacity: 1;
        transform: scale(1.12) translateY(0);
    }
}

@keyframes switching-good-data-fade-mobile {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(1) translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1) translateY(0);
    }
}

.js body.js-switching-motion-ready .switchingSec .switchingImg .switchingDesktop .switchingArrow,
.js body.js-switching-motion-ready .switchingSec .switchingImg .switchingDesktop .switchingGoodData,
.js body.js-switching-motion-ready .switchingSec .switchingImg .switchingDesktop.is-visible .switchingArrow,
.js body.js-switching-motion-ready .switchingSec .switchingImg .switchingDesktop.is-visible .switchingGoodData {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
    animation: none;
}

.switchingSec .switchingImg img.img2 {
    display: none;
}

.switchingSec .transparentPricing {
    max-width: 950px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 70px;
    border-radius: 60px;
    border: 3px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #5bb138, #1292d2) border-box;
}

.switchingSec .transparentPricing h3 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    color: #222629;
    text-align: center;
    margin-bottom: 40px;
}

.switchingSec .transparentPricing ul {
    padding-left: 50px;
}

.switchingSec .transparentPricing ul li {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #222629;
    padding-left: 40px;
    margin-bottom: 15px;
}

.switchingSec .transparentPricing ul li:last-child {
    margin: 0;
}

.switchingSec .transparentPricing ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #e98530;
}

/* Closing CTA Section */
.homeClosingCtaSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 24px 0 72px;
}

.homeClosingCtaSec .container {
    position: relative;
    z-index: 1;
}

.homeClosingCtaSec .homeClosingCtaCard {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    align-items: center;
    gap: 20px;
    overflow: hidden;
    padding: 56px 56px 0;
    border: 1px solid rgba(216, 229, 235, 0.95);
    border-radius: 42px;
    background:
        radial-gradient(circle at 10% 22%, rgba(249, 178, 29, 0.17), transparent 31%),
        radial-gradient(circle at 88% 78%, rgba(122, 198, 70, 0.16), transparent 28%),
        linear-gradient(145deg, #fff9f2 0%, #ffffff 52%, #f7fcf8 100%);
    box-shadow: 0 28px 70px rgba(0, 29, 51, 0.08);
    transition:
        transform var(--medical-spa-motion-slow) var(--medical-spa-motion-ease),
        box-shadow var(--medical-spa-motion-slow) var(--medical-spa-motion-ease),
        border-color var(--medical-spa-motion-slow) var(--medical-spa-motion-ease);
}

.homeClosingCtaSec .homeClosingCtaCard::before {
    position: absolute;
    left: 38%;
    top: -14%;
    width: 340px;
    height: 340px;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    filter: blur(58px);
    transform: translateX(-50%);
    pointer-events: none;
}

.homeClosingCtaSec .homeClosingCtaCard > * {
    position: relative;
    z-index: 1;
}

.homeClosingCtaSec .homeClosingCtaContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 760px;
    padding-bottom: 44px;
}

.homeClosingCtaSec .ctaEyebrow {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0a7da8;
    font-weight: 700;
}

.homeClosingCtaSec .homeClosingCtaContent h2 {
    margin: 0 0 18px;
    max-width: 620px;
    font-size: clamp(52px, 5.2vw, 78px);
    line-height: 0.92;
    letter-spacing: -0.045em;
    color: #101820;
    font-weight: 300;
}

.homeClosingCtaSec .homeClosingCtaContent h2 strong {
    font-weight: 800;
}

.homeClosingCtaSec .ctaCopy {
    max-width: 600px;
    margin: 0 0 34px;
    font-size: 24px;
    line-height: 1.48;
    color: #2b4553;
    font-weight: 400;
}

.homeClosingCtaSec .ctaButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 186px;
    min-height: 60px;
    padding: 12px 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f9b21d 0%, #f47a20 100%);
    box-shadow: 0 16px 30px rgba(244, 122, 32, 0.18);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        box-shadow var(--medical-spa-motion-base) var(--medical-spa-motion-ease),
        background var(--medical-spa-motion-slow) var(--medical-spa-motion-ease);
}

.homeClosingCtaSec .ctaButton:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(244, 122, 32, 0.24);
    background: linear-gradient(90deg, #f7a31a 0%, #ee6f1d 100%);
    color: #ffffff;
    text-decoration: none;
}

.homeClosingCtaSec .homeClosingCtaCard:hover {
    transform: translateY(-1px);
    box-shadow: 0 34px 82px rgba(0, 29, 51, 0.12);
    border-color: rgba(196, 214, 222, 0.98);
}

.homeClosingCtaSec .ctaButton:focus-visible {
    outline: 3px solid rgba(244, 122, 32, 0.22);
    outline-offset: 4px;
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(244, 122, 32, 0.24);
    background: linear-gradient(90deg, #f7a31a 0%, #ee6f1d 100%);
}

.homeClosingCtaSec .ctaButton:active {
    transform: translateY(0);
    box-shadow: 0 12px 24px rgba(244, 122, 32, 0.18);
}

.homeClosingCtaSec .homeClosingCtaVisual {
    align-self: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.homeClosingCtaSec .homeClosingCtaVisual img {
    display: block;
    width: min(100%, 540px);
    height: auto;
    margin-right: -8px;
}

@media (max-width: 991px) {
    .homeClosingCtaSec {
        padding: 12px 0 72px;
    }

    .homeClosingCtaSec .homeClosingCtaCard {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 38px 34px 0;
        border-radius: 30px;
    }

    .homeClosingCtaSec .homeClosingCtaCard::before {
        left: 50%;
        top: 4%;
    }

    .homeClosingCtaSec .homeClosingCtaContent {
        max-width: none;
        padding-bottom: 0;
    }

    .homeClosingCtaSec .homeClosingCtaContent h2 {
        font-size: clamp(40px, 8vw, 58px);
    }

    .homeClosingCtaSec .ctaCopy {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 34px;
    }

    .homeClosingCtaSec .ctaButton {
        min-width: 174px;
        min-height: 56px;
        padding: 12px 22px;
        font-size: 17px;
    }

    .homeClosingCtaSec .homeClosingCtaVisual {
        justify-content: center;
    }

    .homeClosingCtaSec .homeClosingCtaVisual img {
        width: min(100%, 500px);
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .homeClosingCtaSec {
        padding: 8px 0 58px;
    }

    .homeClosingCtaSec .homeClosingCtaCard {
        gap: 14px;
        padding: 30px 24px 0;
        border-radius: 24px;
    }

    .homeClosingCtaSec .ctaEyebrow {
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 0.13em;
    }

    .homeClosingCtaSec .homeClosingCtaContent h2 {
        margin-bottom: 14px;
        font-size: clamp(34px, 10vw, 46px);
    }

    .homeClosingCtaSec .ctaCopy {
        margin-bottom: 24px;
        font-size: 17px;
        line-height: 1.45;
    }

    .homeClosingCtaSec .ctaButton {
        min-width: 164px;
        min-height: 52px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .homeClosingCtaSec .homeClosingCtaVisual img {
        width: min(100%, 380px);
    }
}


@media only screen and (min-width: 1921px) {
    .bannerSec .rightCol img {
        max-width: 900px;
        transform: scale(1);
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .bannerSec .rightCol img {
        max-width: 880px;
        transform: scale(1.01);
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

    /* Banner Section */
    .bannerSec .leftCol h1 {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .bannerSec .leftCol .bannerForm h5::before {
        top: -20px;
        width: 100px;
        height: 100px;
    }

    .bannerSec .leftCol .bannerForm h5 {
        padding: 15px 30px;
    }

    .bannerSec .leftCol .bannerForm form {
        padding: 25px 30px 30px 30px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .form-control {
        padding: 15px 20px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .demoBtn {
        font-size: 20px;
        line-height: 28px;
    }

    .bannerSec .rightCol img {
        max-width: 835px;
        transform: scale(1.04);
    }

    /* Trusted Section */
    .trustedSec h2 {
        line-height: 60px;
    }

    /* Everything Section */
    .everythingSec .everythingInfo {
        padding: 100px 20px 40px;
    }

    .everythingSec h2 {
        line-height: 60px;
    }

    .everythingSec p {
        line-height: 32px;
    }

    /* Professional Section */
    .professionalSec h2 {
        line-height: 60px;
    }

    .professionalSec .leftCol>p {
        margin-bottom: 35px;
    }

    .professionalSec .row {
        margin-bottom: 90px;
    }

    .professionalSec .leftCol ul li {
        padding-left: 80px;
    }

    /* Testimonials Section */
    .testimonialsSec h2 {
        line-height: 65px;
        padding: 20px 60px;
        margin-top: -53px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 0 25px;
    }

    .testimonialsSec .testimonials-slider .item .userImg {
        max-width: 130px;
        margin: 0 auto 30px auto;
    }

    /* Faq Section */
    .faqSec .leftCol h2 {
        line-height: 55px;
    }

    .faqSec .leftCol .card {
        padding: 20px 10px 20px 25px;
    }

    .faqSec .leftCol .card .card-body {
        font-size: 18px;
        line-height: 30px;
    }

    /* Smarter Workflows Section */
    .smarterWorkflows {
        padding: 100px 0;
    }

    .smarterWorkflows h3 {
        line-height: 60px;
    }

    /* Step Section */
    .stepSec h2 {
        line-height: 60px;
    }

    .stepSec .stepRow {
        gap: 50px;
    }

    .stepSec .stepRow .stepBox {
        width: calc(33.33% - 33px);
        padding: 50px 35px;
    }

    /* Switching Section */
    .switchingSec {
        padding: 90px 30px 200px;
    }

    .switchingSec h2 {
        line-height: 60px;
    }

    .switchingSec .transparentPricing {
        padding: 60px;
    }

    /* Footer Section */
    footer .leftCol {
        padding: 80px 0;
    }

    footer .leftCol h2 {
        line-height: 60px;
    }

    footer .leftCol .seeHowBtn {
        font-size: 22px;
        padding: 15px 30px;
    }

    footer .rightCol img {
        max-width: 75%;
    }

}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .testimonialsSec .testimonialsMobileNav {
        display: none;
    }

    .trustedSec .content .info {
        font-size: 26px;
    }

    .everythingSec .everythingInfo {
        padding: 100px 20px 50px;
    }

    .everythingSec p {
        margin-bottom: 80px;
    }

    .everythingSec .everythingSlider #category .item {
        font-size: 20px;
    }

    .stepSec .stepRow .stepBox {
        padding: 60px 50px;
    }

    .stepSec .stepRow .stepBox h4 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .stepSec .stepRow .stepBox h5 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 35px;
    }

    .stepSec .stepRow .stepBox p {
        font-size: 32px;
    }

}

@media only screen and (min-width: 1367px) and (max-width: 1500px) {
    .bannerSec .rightCol img {
        max-width: 805px;
        transform: scale(1.03);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .testimonialsSec .testimonialsMobileNav {
        display: none;
    }

    .bannerSec .leftCol {
        padding-top: 80px;
    }

    .bannerSec .leftCol h1 {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bannerSec .leftCol h4 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .bannerSec .rightCol img {
        max-width: 770px;
        transform: scale(1.01);
    }

    .bannerSec .leftCol p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .trustedSec h2 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 60px;
    }

    .trustedSec .content .number {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .trustedSec .content .info {
        font-size: 28px;
    }

    .everythingSec .everythingInfo {
        padding: 80px 20px 50px;
    }

    .everythingSec h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    .everythingSec p {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 60px;
    }

    .everythingSec .everythingSlider #category .item {
        font-size: 18px;
        line-height: 22px;
        padding: 12px 20px;
    }

    .everythingSec .everythingSlider #categoryItem .item {
        padding: 30px;
    }

    .professionalSec .row {
        margin-bottom: 80px;
    }

    .professionalSec h2 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 70px;
    }

    .professionalSec .leftCol h3 {
        font-size: 45px;
        line-height: 50px;
    }

    .professionalSec .leftCol>p {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .testimonialsSec h2 {
        font-size: 55px;
        line-height: 65px;
        padding: 25px 60px;
        margin-top: -58px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 0 35px;
    }

    .testimonialsSec .testimonials-slider .item p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .faqSec {
        padding-top: 80px;
    }

    .faqSec .leftCol {
        padding-bottom: 80px;
    }

    .faqSec .leftCol h2 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .faqSec .leftCol .card .card-header .btn.btn-link {
        font-size: 22px;
        line-height: 28px;
    }

    .smarterWorkflows {
        padding: 100px 0;
    }

    .smarterWorkflows h3 {
        font-size: 55px;
        line-height: 65px;
        padding: 60px 40px;
    }

    .stepSec h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 50px;
    }

    .stepSec .stepRow {
        gap: 30px;
    }

    .stepSec .stepRow .stepBox {
        width: calc(33.33% - 20px);
        padding: 50px 40px;
    }

    .stepSec .stepRow .stepBox h4 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .stepSec .stepRow .stepBox h5 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .stepSec .stepRow .stepBox p {
        font-size: 30px;
    }

    .switchingSec {
        padding: 80px 30px 200px;
    }

    .switchingSec h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 40px;
    }

    .switchingSec p {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .switchingSec .switchingImg {
        margin-bottom: 60px;
    }

    .switchingSec .transparentPricing {
        padding: 60px;
    }

    .switchingSec .transparentPricing h3 {
        font-size: 55px;
        margin-bottom: 40px;
    }

    .switchingSec .transparentPricing ul li {
        font-size: 40px;
        line-height: 50px;
    }

    footer .leftCol {
        padding: 50px 0;
    }

    footer .leftCol h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 50px;
    }

    footer .rightCol img {
        max-width: 75%;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .bannerSec .leftCol {
        padding-top: 50px;
    }

    .bannerSec .leftCol h1 {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .bannerSec .leftCol h4 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .bannerSec .leftCol p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .bannerSec .leftCol .bannerForm h5 {
        font-size: 30px;
        line-height: 35px;
        padding: 15px 30px;
    }

    .bannerSec .leftCol .bannerForm h5::before {
        width: 90px;
        height: 90px;
    }

    .bannerSec .leftCol .bannerForm form {
        padding: 25px 30px 30px 30px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .form-control {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 15px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .demoBtn {
        font-size: 20px;
        padding: 15px 30px;
    }

    .bannerSec .rightCol {
        margin-right: 0;
    }

    .trustedSec {
        padding: 100px 0 60px;
    }

    .testimonialsSec .testimonialsMobileNav {
        display: none;
    }

    .trustedSec h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 50px;
    }

    .trustedSec .content .number {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .trustedSec .content .info {
        font-size: 25px;
    }

    .everythingSec .everythingInfo {
        padding: 70px 15px 50px;
    }

    .everythingSec h2 {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    .everythingSec p {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 50px;
    }

    .everythingSec .everythingSlider #category .item {
        font-size: 18px;
        line-height: 25px;
        padding: 13px 15px;
    }

    .everythingSec .everythingSlider #categoryItem .item {
        padding: 20px;
        border-radius: 30px;
    }

    .everythingSec .everythingSlider #categoryItem .item .topBox ul li {
        width: 10px;
        height: 10px;
    }

    .everythingSec .everythingSlider #categoryItem .item .bottomImg {
        border-radius: 20px;
    }

    .professionalSec {
        padding: 50px 0;
    }

    .professionalSec h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 50px;
    }

    .professionalSec .row {
        margin-bottom: 70px;
    }

    .professionalSec .leftCol .category {
        margin-bottom: 20px;
    }

    .professionalSec .leftCol h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .professionalSec .leftCol>p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .professionalSec .leftCol ul li::before {
        width: 50px;
        height: 50px;
        background-size: 20px;
    }

    .professionalSec .leftCol ul li h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .testimonialsSec {
        padding-bottom: 60px;
    }

    .testimonialsSec h2 {
        font-size: 45px;
        line-height: 55px;
        padding: 20px 60px;
        margin-top: -45px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 0 30px;
    }

    .testimonialsSec .testimonials-slider .item p {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .testimonialsSec .testimonials-slider .item .userImg {
        max-width: 120px;
        margin: 0 auto 20px auto;
    }

    .testimonialsSec .testimonials-slider .item h4 {
        font-size: 22px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav {
        display: none !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #e66d23;
        border-radius: 30px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #e66d23;
    }

    .testimonialsSec .testimonialsMobileNav {
        position: relative;
        display: block;
        height: 51px;
        margin-top: 12px;
        z-index: 5;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 51px;
        height: 51px;
        margin: 0;
        padding: 0;
        border: 3px solid #24b0e1;
        border-radius: 25px;
        background: #ffffff;
        color: #24b0e1;
        font-size: 23px;
        line-height: 1;
        text-align: center;
        outline: none;
        transition: all .3s ease-in-out;
        z-index: 2;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn i {
        display: none;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavPrev::after {
        content: '\2190';
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavNext::after {
        content: '\2192';
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavNext {
        left: auto;
        right: 0;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:hover {
        opacity: 0.7;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:disabled {
        opacity: 0.45;
    }

    .faqSec {
        padding-top: 50px;
    }

    .faqSec .leftCol {
        padding-bottom: 50px;
    }

    .faqSec .leftCol h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .faqSec .leftCol .card {
        padding: 15px 10px 15px 20px;
    }

    .faqSec .leftCol .card .card-header .btn.btn-link {
        font-size: 22px;
        line-height: 28px;
    }

    .faqSec .leftCol .card .card-body {
        font-size: 18px;
        line-height: 30px;
    }

    .faqSec .rightCol {
        margin-right: 0;
    }

    .smarterWorkflows {
        padding: 70px 0;
    }

    .smarterWorkflows h3 {
        font-size: 45px;
        line-height: 60px;
        padding: 40px 40px;
    }

    .stepSec h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .stepSec .stepRow {
        gap: 30px;
    }

    .stepSec .stepRow .stepBox {
        width: calc(33.33% - 20px);
        border-radius: 40px;
        padding: 30px 30px;
    }

    .stepSec .stepRow .stepBox h4 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .stepSec .stepRow .stepBox h5 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .stepSec .stepRow .stepBox p {
        font-size: 25px;
        line-height: 35px;
    }

    .switchingSec {
        padding: 70px 30px 150px;
    }

    .switchingSec h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .switchingSec p {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 50px;
    }

    .switchingSec .switchingImg {
        margin-bottom: 50px;
    }

    .switchingSec .transparentPricing {
        padding: 50px;
    }

    .switchingSec .transparentPricing h3 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .switchingSec .transparentPricing ul li {
        font-size: 40px;
        line-height: 50px;
    }

    footer .leftCol {
        padding: 50px 0;
    }

    footer .leftCol h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    footer .rightCol {
        margin-top: -94px;
    }

    footer .rightCol img {
        max-width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #MedicalSpaDemoSchedule .modal-dialog,
    #MedicalSpaDemoSuccess .modal-dialog {
        width: calc(100vw - 32px);
    }

    .medicalSpaSuccessModal {
        padding: 20px 18px 20px;
    }

    .medicalSpaSuccessTitle {
        font-size: 26px;
    }

    .medicalSpaSuccessSection {
        padding: 12px;
        border-radius: 16px;
    }

    .medicalSpaSuccessEyebrow {
        font-size: 11px;
    }

    .medicalSpaSuccessHeading,
    .medicalSpaSuccessFeatureTitle {
        font-size: 14px;
    }

    .medicalSpaSuccessCopy,
    .medicalSpaSuccessFeatureCopy,
    .medicalSpaSuccessFooter,
    .medicalSpaSuccessPill {
        font-size: 11px;
    }

    .medicalSpaHeader .header {
        padding: 15px 0;
    }

    .medicalSpaHeader .header-sec .logo {
        max-width: 250px;
    }

    .medicalSpaHeader .header-sec .headerNav {
        gap: 24px;
    }

    .medicalSpaHeader .header-sec .headerNav a {
        font-size: 16px;
        line-height: 18px;
    }

    .bannerSec::after {
        width: 100%;
    }

    .bannerSec .leftCol {
        padding-top: 40px;
    }

    .bannerSec .leftCol h1 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bannerSec .leftCol h4 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .bannerSec .leftCol p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .bannerSec .leftCol .bannerForm h5 {
        font-size: 28px;
        line-height: 35px;
        padding: 15px 20px;
    }

    .bannerSec .leftCol .bannerForm h5::before {
        top: -10px;
        width: 80px;
        height: 80px;
    }

    .bannerSec .leftCol .bannerForm form {
        padding: 20px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .form-control {
        font-size: 18px;
        line-height: 25px;
        padding: 10px 20px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .demoBtn {
        font-size: 20px;
        line-height: 28px;
        padding: 15px 30px;
    }

    .bannerSec .rightCol {
        margin-right: auto;
    }

    .trustedSec {
        padding: 100px 0 50px;
    }

    .trustedSec h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 40px;
    }

    .trustedSec .content {
        margin-bottom: 20px;
    }

    .trustedSec .content .contentText {
        gap: 6px;
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .trustedSec .content .number {
        font-size: 50px;
        line-height: 60px;
    }

    .trustedSec .content .info {
        font-size: 25px;
    }

    .everythingSec .everythingInfo {
        padding: 50px 15px 50px;
    }

    .everythingSec h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .everythingSec p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .everythingSec .everythingSlider #category .item {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 20px;
    }

    .professionalSec {
        padding: 50px 0;
    }

    .professionalSec h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 50px;
    }

    .professionalSec .row {
        margin-bottom: 50px;
    }

    .professionalSec .leftCol .category {
        font-size: 16px;
        line-height: 24px;
    }

    .professionalSec .leftCol h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .professionalSec .leftCol>p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .professionalSec .leftCol ul li {
        margin-bottom: 20px;
        padding-left: 55px;
    }

    .professionalSec .leftCol ul li::before {
        width: 40px;
        height: 40px;
        background-size: 18px;
        border-radius: 10px;
    }

    .professionalSec .leftCol ul li h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .professionalSec .leftCol ul li p {
        font-size: 18px;
        line-height: 30px;
    }

    .testimonialsSec {
        padding-bottom: 90px;
    }

    .testimonialsSec h2 {
        font-size: 40px;
        line-height: 50px;
        padding: 20px 40px;
        margin-top: -45px;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 0 20px;
    }

    .testimonialsSec .testimonials-slider .item p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .testimonialsSec .testimonials-slider .item .userImg {
        max-width: 120px;
        margin: 0 auto 25px auto;
    }

    .testimonialsSec .testimonials-slider .item h4 {
        font-size: 22px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-nav {
        display: none !important;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #e66d23;
        border-radius: 30px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #e66d23;
    }

    .testimonialsSec .testimonialsMobileNav {
        position: relative;
        display: block;
        height: 44px;
        margin-top: 12px;
        z-index: 5;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        border: 3px solid #24b0e1;
        border-radius: 22px;
        background: #ffffff;
        color: #24b0e1;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        outline: none;
        z-index: 2;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn i {
        display: none;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavPrev::after {
        content: '\2190';
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavNext::after {
        content: '\2192';
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavNext {
        left: auto;
        right: 0;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:hover {
        opacity: 0.7;
    }

    .testimonialsSec .testimonialsMobileNav .testimonialNavBtn:disabled {
        opacity: 0.45;
    }

    .faqSec {
        padding-top: 50px;
    }

    .faqSec .leftCol {
        padding-bottom: 50px;
    }

    .faqSec .leftCol h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .faqSec .leftCol .card {
        padding: 15px 10px 15px 25px;
    }

    .faqSec .leftCol .card .card-header .btn.btn-link {
        font-size: 20px;
        line-height: 26px;
    }

    .faqSec .rightCol {
        margin-right: auto;
    }

    .smarterWorkflows {
        padding: 50px 0;
    }

    .smarterWorkflows h3 {
        font-size: 40px;
        line-height: 50px;
        padding: 30px;
    }

    .stepSec h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .stepSec .stepRow {
        gap: 15px;
    }

    .stepSec .stepRow .stepBox {
        width: calc(33.33% - 10px);
        padding: 20px;
        border-radius: 40px;
    }

    .stepSec .stepRow .stepBox h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .stepSec .stepRow .stepBox h5 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .stepSec .stepRow .stepBox p {
        font-size: 20px;
        line-height: 30px;
    }

    .switchingSec {
        padding: 50px 15px 130px;
    }

    .switchingSec h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .switchingSec h2 br {
        display: none;
    }

    .switchingSec p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .switchingSec p br {
        display: none;
    }

    .switchingSec .switchingImg {
        margin-bottom: 50px;
    }

    .switchingSec .transparentPricing {
        padding: 40px;
    }

    .switchingSec .transparentPricing h3 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .switchingSec .transparentPricing ul {
        padding-left: 30px;
    }

    .switchingSec .transparentPricing ul li {
        font-size: 30px;
        line-height: 40px;
        padding-left: 35px;
    }

    footer .leftCol {
        padding: 35px 0;
    }

    footer .leftCol h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    footer .leftCol .seeHowBtn {
        font-size: 20px;
        line-height: 28px;
        padding: 15px 30px;
    }

    footer .rightCol {
        margin-top: -75px;
    }

    footer .rightCol img {
        max-width: 100%;
    }

}

@media only screen and (max-width: 1199px) {
    .everythingSec .everythingSlider #category {
        display: none !important;
    }

    .everythingSec .everythingSlider .mobileCategoryTitle {
        display: block;
        width: 100%;
        margin: 0 auto 24px;
        padding: 0;
        background: transparent;
        box-shadow: none;
        color: #2b2b2b;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.01em;
    }
}

@media only screen and (max-width: 767px) {
    html,
    body {
        background-color: #ffffff !important;
        overflow-x: hidden;
    }

    body {
        position: relative;
        min-height: 100dvh;
    }

    body::before {
        content: '';
        position: fixed;
        inset: 0;
        background-color: #ffffff;
        pointer-events: none;
        z-index: -1;
    }

    #Register.demo_modal .modal-dialog {
        width: calc(100vw - 5px);
        padding: 5px;
    }

    #Register.demo_modal .modal-content {
        border-radius: 16px;
    }

    #Register.demo_modal .modal-content>a.close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    #Register.demo_modal #Democontent {
        max-height: calc(100vh - 48px);
    }

    #MedicalSpaDemoSchedule .modal-dialog,
    #MedicalSpaDemoSuccess .modal-dialog {
        width: calc(100vw - 10px);
        margin: 0.5rem auto;
    }

    #MedicalSpaDemoScheduleContent,
    #MedicalSpaDemoSuccessContent {
        max-height: calc(100vh - 24px);
        margin: 0;
    }

    #MedicalSpaDemoSchedule .modal-content,
    #MedicalSpaDemoSuccess .modal-content {
        border-radius: 16px;
    }

    #MedicalSpaDemoSchedule .modal-content > a.close,
    #MedicalSpaDemoSuccess .modal-content > a.close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .medicalSpaSuccessModal {
        padding: 42px 10px 14px;
    }

    .medicalSpaSuccessTitle {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.1;
    }

    .medicalSpaSuccessSection {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 12px;
    }

    .medicalSpaSuccessEyebrow {
        margin-bottom: 6px;
        font-size: 10px;
        line-height: 1.35;
    }

    .medicalSpaSuccessCard,
    .medicalSpaSuccessFeature {
        padding: 9px 10px;
        border-radius: 10px;
    }

    .medicalSpaSuccessFeature + .medicalSpaSuccessFeature {
        margin-top: 6px;
    }

    .medicalSpaSuccessHeading,
    .medicalSpaSuccessFeatureTitle {
        font-size: 13px;
        line-height: 1.25;
    }

    .medicalSpaSuccessCopy,
    .medicalSpaSuccessFeatureCopy,
    .medicalSpaSuccessFooter,
    .medicalSpaSuccessPill {
        font-size: 10px;
        line-height: 1.35;
    }

    .medicalSpaSuccessPills {
        gap: 6px;
        margin-bottom: 10px;
    }

    .medicalSpaSuccessPill {
        width: 100%;
        padding: 8px 10px;
        text-align: center;
    }

    .bannerSec,
    .middle {
        position: relative;
        z-index: 1;
    }

    .middle {
        background-color: #ffffff;
    }

    footer.footer {
        padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
        background-color: #2b2b2b;
    }

    footer .rightCol img {
        -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 10px), rgba(0, 0, 0, 0.7) calc(100% - 6px), rgba(0, 0, 0, 0.35) calc(100% - 3px), transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 10px), rgba(0, 0, 0, 0.7) calc(100% - 6px), rgba(0, 0, 0, 0.35) calc(100% - 3px), transparent 100%);
    }

    .medicalSpaHeader .header-sec {
        flex-wrap: nowrap;
        gap: 12px;
    }

    .medicalSpaHeader .header-sec .logo {
        max-width: 160px;
    }

    .medicalSpaHeader .header-sec .headerNav {
        display: none;
    }

    .medicalSpaHeader .header-sec .rightBtn .bookDemoBtn {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 20px;
    }

    .medicalSpaHeader .header-sec .headerMenuToggle {
        display: flex;
    }

    .bannerSec::before {
        width: 100%;
        height: 100%;
    }

    .bannerSec::after {
        width: 100%;
    }

    .bannerSec .leftCol {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .bannerSec .leftCol h1 {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .bannerSec .leftCol h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .bannerSec .leftCol p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .bannerSec .leftCol .bannerForm {
        display: none;
    }

    .bannerSec .rightCol {
        margin-right: 0;
        text-align: center;
        display: block;
    }

    .bannerSec .rightCol img {
        display: block;
        max-width: 65%;
        transform: none;
        margin: 0 auto;
    }

    .bannerSec .leftCol .bannerForm h5 {
        font-size: 25px;
        line-height: 30px;
        padding: 15px 25px;
    }

    .bannerSec .leftCol .bannerForm h5::before {
        right: -15px;
        top: -10px;
        width: 80px;
        height: 80px;
        background-size: 50%;
    }

    .bannerSec .leftCol .bannerForm form {
        padding: 25px 25px 25px 25px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .form-control {
        font-size: 18px;
        line-height: 25px;
        padding: 10px 20px;
    }

    .bannerSec .leftCol .bannerForm form .form-group .demoBtn {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 20px;
    }

    .trustedSec {
        padding: 30px 0 30px;
    }

    .trustedSec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .trustedSec h2 br {
        display: none;
    }

    .trustedSec .content {
        margin-bottom: 20px;
    }

    .trustedSec .content .contentText {
        gap: 4px;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .trustedSec .content .number {
        font-size: 35px;
        line-height: 40px;
    }

    .trustedSec .content .info {
        font-size: 18px;
        line-height: 24px;
    }

    .everythingSec .everythingInfo {
        padding: 40px 15px 30px;
    }

    .everythingSec h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .everythingSec p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .everythingSec .everythingSlider #category .owl-item {
        padding: 20px 0;
    }

    .everythingSec .everythingSlider .mobileCategoryTitle {
        width: 100%;
        margin-bottom: 18px;
        padding: 0;
        font-size: 18px;
        line-height: 1.25;
    }

    .everythingSec .everythingSlider #category .item {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 20px;
    }

    .everythingSec .everythingSlider #category .owl-nav .owl-prev,
    .everythingSec .everythingSlider #category .owl-nav .owl-next {
        left: 0;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .everythingSec .everythingSlider #category .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

    .everythingSec .everythingSlider #categoryItem .owl-nav {
        padding-top: 10px;
    }

    .everythingSec .everythingSlider #categoryItem .owl-stage-outer::before,
    .everythingSec .everythingSlider #categoryItem .owl-stage-outer::after {
        display: none;
    }

    .everythingSec .everythingSlider #categoryItem .item {
        padding: 20px 20px;
        border-radius: 30px;
    }

    .everythingSec .everythingSlider #categoryItem .item .topBox ul li {
        width: 10px;
        height: 10px;
    }

    .everythingSec .everythingSlider #categoryItem .owl-nav .owl-prev,
    .everythingSec .everythingSlider #categoryItem .owl-nav .owl-next {
        top: unset;
        left: 0;
        bottom: 0;
        transform: unset;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .everythingSec .everythingSlider #categoryItem .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

    .everythingSec .everythingSlider #categoryItem .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .everythingSec .everythingSlider #categoryItem .owl-dots button.owl-dot {
        outline: none;
    }

    .everythingSec .everythingSlider #categoryItem .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #e66d23;
        border-radius: 30px;
    }

    .everythingSec .everythingSlider #categoryItem .owl-dots button.owl-dot.active span {
        background-color: #e66d23;
    }

    .professionalSec {
        padding: 30px 0;
    }

    .professionalSec h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .professionalSec h2 br {
        display: none;
    }

    .professionalSec .row,
    .professionalSec .row:nth-child(odd) {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .professionalSec .leftCol .category {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 15px;
        margin-bottom: 20px;
    }

    .professionalSec .leftCol h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .professionalSec .leftCol>p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .professionalSec .leftCol ul li {
        margin-bottom: 20px;
        padding-left: 70px;
    }

    .professionalSec .leftCol ul li::before {
        width: 50px;
        height: 50px;
        background-size: 18px;
    }

    .professionalSec .leftCol ul li h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .professionalSec .leftCol ul li p {
        font-size: 18px;
        line-height: 28px;
    }

    .professionalSec .rightCol img.featureCanvasImage {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .professionalSec .rightCol img.featureCanvasImageAp {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .testimonialsSec {
        padding-bottom: 30px;
    }

    .testimonialsSec h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 20px 30px;
        margin-top: -50px;
    }

    .testimonialsSec::before {
        width: 100%;
    }

    .testimonialsSec .testimonials-slider .item {
        padding: 0;
    }

    .testimonialsSec .testimonials-slider .owl-item.active .item::before {
        display: none;
    }

    .testimonialsSec .testimonials-slider .item p {
        flex: unset;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .testimonialsSec .testimonials-slider .item .userImg {
        max-width: 100px;
        margin: 0 auto 20px auto;
    }

    .testimonialsSec .testimonials-slider .item h4 {
        font-size: 20px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #e66d23;
        border-radius: 30px;
    }

    .testimonialsSec .testimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #e66d23;
    }

    .faqSec {
        padding-top: 30px;
    }

    .faqSec .leftCol {
        padding-bottom: 30px;
    }

    .faqSec .leftCol h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .faqSec .leftCol .card {
        padding: 15px 10px 15px 20px;
    }

    .faqSec .leftCol .card .card-header .btn.btn-link {
        font-size: 20px;
        line-height: 28px;
    }

    .faqSec .leftCol .card .card-body {
        font-size: 16px;
        line-height: 26px;
    }

    .smarterWorkflows {
        padding: 50px 0;
    }

    .smarterWorkflows h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 20px;
        border-radius: 40px;
    }

    .stepSec h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .stepSec .stepRow {
        gap: 30px;
        flex-direction: column;
    }

    .stepSec .stepRow .stepBox {
        width: 100%;
        padding: 30px 30px;
        border-radius: 40px;
    }

    .stepSec .stepRow .stepBox h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .stepSec .stepRow .stepBox h5 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .stepSec .stepRow .stepBox p {
        font-size: 20px;
        line-height: 30px;
    }

    .switchingSec {
        padding: 30px 0;
    }

    .switchingSec h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .switchingSec h2 br {
        display: none;
    }

    .switchingSec p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .switchingSec p br {
        display: none;
    }

    .switchingSec .switchingImg {
        padding-bottom: 0;
        margin-bottom: 60px;
        overflow: hidden;
    }

    .switchingSec .switchingImg .switchingDesktop {
        display: block;
        width: min(100%, 360px);
        aspect-ratio: 360 / 820;
        margin: 0 auto;
    }

    .switchingSec .switchingImg img.img2 {
        display: none;
    }

    .switchingSec .switchingImg .switchingDesktop .switchingOldData {
        left: 50%;
        top: 4%;
        width: 123%;
        transform: translateX(-50%) scale(1);
        transform-origin: top center;
    }

    .switchingSec .switchingImg .switchingDesktop .switchingArrow {
        left: auto;
        right: 0;
        top: 69%;
        bottom: auto;
        width: 90%;
        transform: translateX(12%) rotate(90deg) scaleY(-1);
        transform-origin: right center;
    }

    .switchingSec .switchingImg .switchingDesktop .switchingGoodData {
        left: 50%;
        right: auto;
        top: 60%;
        width: 135%;
        transform: translateX(-50%) scale(1);
        transform-origin: top center;
    }

    .js body.js-switching-motion-ready .switchingSec .switchingImg .switchingDesktop .switchingGoodData,
    .js body.js-switching-motion-ready .switchingSec .switchingImg .switchingDesktop.is-visible .switchingGoodData {
        opacity: 1;
        transform: translateX(-50%) scale(1) translateY(0);
        animation: none;
    }

    .switchingSec .transparentPricing {
        margin-top: 50px;
        padding: 30px;
        border-radius: 40px;
    }

    .switchingSec .transparentPricing h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .switchingSec .transparentPricing ul {
        padding-left: 0;
    }

    .switchingSec .transparentPricing ul li {
        font-size: 22px;
        line-height: 26px;
        padding-left: 35px;
    }

    footer .leftCol {
        padding: 40px 0;
        /* margin-bottom: 30px; */
    }

    footer .leftCol h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    footer .leftCol .seeHowBtn {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 30px
    }

    footer .rightCol {
        margin: 0;
    }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {}
