body.non-erp-page .breadcumb-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
}
body.non-erp-page .space {
    padding-top: 48px;
    padding-bottom: 48px;
}
body.non-erp-page .space-top {
    padding-top: 48px;
}
body.non-erp-page .space-bottom {
    padding-bottom: 48px;
}
body.non-erp-page section.space + section.space,
body.non-erp-page section.space-bottom + section.space,
body.non-erp-page section.space + section.space-top {
    padding-top: 24px;
}
body.non-erp-page .title-area,
body.non-erp-page .title-area.mb-50,
body.non-erp-page .title-area.mb-45,
body.non-erp-page .title-area.mb-40 {
    margin-bottom: 16px !important;
}
body.non-erp-page .sec-title {
    margin-bottom: 8px;
}
body.non-erp-page .row.gy-50,
body.non-erp-page .row.gy-40,
body.non-erp-page .row.gy-30 {
    --bs-gutter-y: 1rem;
}
body.non-erp-page .feature-card,
body.non-erp-page .value-card,
body.non-erp-page .th-team,
body.non-erp-page .service-card,
body.non-erp-page .project-card {
    padding: 16px;
}
body.non-erp-page .footer-wrapper.space-top,
body.erp-landing-page .footer-wrapper.space-top {
    padding-top: 20px;
}
body.non-erp-page .footer-layout11 .widget-area,
body.erp-landing-page .footer-layout11 .widget-area {
    padding-top: 24px;
    padding-bottom: 6px;
}
body.non-erp-page .footer-layout11 .footer-cta-wrap,
body.erp-landing-page .footer-layout11 .footer-cta-wrap {
    margin-top: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
}
body.non-erp-page .footer-layout11 .footer-cta-wrap .btn-wrap,
body.erp-landing-page .footer-layout11 .footer-cta-wrap .btn-wrap {
    gap: 10px;
}
body.non-erp-page .footer-layout11 .footer-cta-link,
body.erp-landing-page .footer-layout11 .footer-cta-link {
    font-size: 36px;
    line-height: 1.04;
}
body.non-erp-page .footer-layout11 .copyright-wrap,
body.erp-landing-page .footer-layout11 .copyright-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
}

.global-whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--title-color);
    color: var(--white-color) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}
.global-whatsapp-float i {
    font-size: 30px;
    color: var(--white-color) !important;
}

@media (max-width: 1199px) {
    .header-layout1 .logo-bg {
        display: none !important;
    }
    .header-layout1 .header-logo img {
        width: auto;
        max-width: 105px;
        height: auto;
    }
    .th-menu-wrapper .mobile-logo {
        padding: 16px 14px 14px;
        background: var(--white-color);
        border-bottom: 1px solid var(--th-border-color);
    }
    .th-menu-wrapper .mobile-logo a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }
    .th-menu-wrapper .mobile-logo .mobile-logo-img {
        display: block;
        width: min(56vw, 160px);
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
    .th-menu-wrapper .th-mobile-menu {
        padding-top: 4px;
    }
}

.erp-breadcumb-compact .breadcumb-wrapper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.erp-breadcumb-compact .breadcumb-title {
    margin-bottom: 10px;
}
.erp-content-space {
    padding-top: 42px;
    padding-bottom: 42px;
}
.erp-content-space,
.erp-content-space .page-content,
.erp-content-space .sidebar-area {
    font-size: 15px;
    line-height: 1.62;
}
.erp-sticky-cta {
    position: sticky;
    top: 90px;
}
.erp-section-card {
    padding: 14px;
    border-radius: 12px;
}
.erp-compact-btn {
    padding: 9px 14px;
    line-height: 1.2;
    font-size: 13px;
}
.erp-rich-list li {
    margin-bottom: 8px;
}
.erp-rich-list li:last-child {
    margin-bottom: 0;
}
.erp-video-frame {
    border-radius: 12px;
    overflow: hidden;
}
.erp-whatsapp-float {
    position: fixed;
    left: 20px;
    right: auto;
    bottom: 20px;
    z-index: 1002;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--title-color);
    color: var(--white-color) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}
.erp-whatsapp-float i {
    font-size: 30px;
    color: var(--white-color) !important;
}
.erp-share-wrap .th-btn {
    min-width: 110px;
    text-align: center;
}
.erp-form-contrast {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.erp-form-contrast,
.erp-form-contrast .widget_title,
.erp-form-contrast p,
.erp-form-contrast label {
    color: var(--title-color);
}
.erp-form-contrast .form-control,
.erp-form-contrast textarea {
    background: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.erp-form-contrast .form-control::placeholder,
.erp-form-contrast textarea::placeholder {
    color: var(--body-color);
    opacity: 0.9;
}
.erp-mobile-cta {
    display: none;
}
.erp-mobile-cta.is-hidden {
    transform: translateY(110%);
}
.erp-content-space .mb-30 {
    margin-bottom: 14px !important;
}
.erp-content-space .mb-25 {
    margin-bottom: 10px !important;
}
.erp-content-space .mb-20 {
    margin-bottom: 8px !important;
}
.erp-content-space .row.gy-20,
.erp-content-space .row.gy-30 {
    --bs-gutter-y: 0.75rem;
}
.erp-content-space .row.gy-40 {
    --bs-gutter-y: 0.85rem;
}
.erp-content-space .col-lg-8 .box-title {
    margin-bottom: 8px !important;
}
.erp-content-space .col-lg-8 h2.box-title {
    font-size: 32px;
    line-height: 1.2;
}
.erp-content-space .col-lg-8 h3.box-title {
    font-size: 29px;
    line-height: 1.2;
}
.erp-content-space .col-lg-8 h4,
.erp-content-space .col-lg-8 h5,
.erp-content-space .col-lg-8 .h4,
.erp-content-space .col-lg-8 .h5 {
    font-size: 21px;
    line-height: 1.3;
}
.erp-content-space .col-lg-8 p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.62;
}
.erp-content-space .col-lg-8 .checklist ul li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.45;
}
.erp-content-space .col-lg-8 .checklist ul li:last-child {
    margin-bottom: 0;
}
.erp-subheadline {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: var(--theme-color);
}
.erp-hero-shot {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.erp-hero-shot img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.erp-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.erp-proof-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 1.2;
}
.erp-gallery-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
}
.erp-gallery-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.erp-gallery-card span {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--title-color);
}
.erp-timeline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--title-color);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1.1;
}
.erp-faq-wrap {
    display: grid;
    gap: 10px;
}
.erp-faq-item {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--white-color);
    padding: 10px 12px;
}
.erp-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.45;
    color: var(--title-color);
    list-style: none;
}
.erp-faq-item summary::-webkit-details-marker {
    display: none;
}
.erp-faq-item p {
    margin: 8px 0 0;
}
.erp-share-links {
    row-gap: 8px;
}
.erp-share-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 8px;
    background: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--title-color);
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}
.erp-share-link-btn {
    cursor: pointer;
}
.erp-side-quick-links .link-btn {
    font-size: 14px;
    line-height: 1.35;
}
.erp-tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.erp-sticky-cta .widget_title {
    font-size: 24px;
    line-height: 1.25;
}
.erp-sticky-cta .form-control,
.erp-sticky-cta textarea,
.erp-sticky-cta input,
.erp-sticky-cta label,
.erp-sticky-cta p,
.erp-sticky-cta .small {
    font-size: 14px;
    line-height: 1.5;
}
.erp-sticky-cta .form-control,
.erp-sticky-cta textarea {
    min-height: 44px;
}
.erp-sticky-cta textarea {
    min-height: 96px;
}
.erp-form-progress {
    width: 100%;
    height: 7px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.erp-form-progress-bar {
    height: 100%;
    background: var(--theme-color);
    transition: width 0.2s ease;
}

@media (max-width: 991px) {
    .erp-section-card {
        padding: 14px;
    }
    .erp-share-wrap .th-btn {
        min-width: 102px;
    }
    .erp-video-frame iframe {
        height: 280px;
    }
    .erp-mobile-cta {
        display: flex;
        gap: 10px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
        background: var(--white-color);
        padding: 10px 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        transition: transform 0.25s ease;
        transform: translateY(0);
    .erp-exit-intent {
        position: fixed;
        inset: 0;
        z-index: 10002;
        background: rgba(0, 0, 0, 0.55);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }
    .erp-exit-intent-card {
        width: min(520px, 100%);
        background: var(--white-color);
        border-radius: 14px;
        padding: 18px;
        border: 1px solid var(--th-border-color);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    }
    .erp-exit-intent-card h5 {
        margin: 0;
        font-size: 1.1rem;
        color: var(--title-color);
    }
    .erp-exit-intent-card p {
        margin: 0;
        color: var(--body-color);
        font-size: .95rem;
    }

    .demo-slot-radio {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .demo-slot-option {
        cursor: pointer;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        line-height: 1.45 !important;
        padding-left: 14px !important;
        transition: .2s ease;
    }

    .demo-slot-option::before {
        display: none !important;
    }

    .demo-slot-radio:checked + .demo-slot-option {
        border-color: var(--theme-color) !important;
        background: rgba(255, 90, 49, 0.08);
    }

    @media (max-width: 767px) {
        .erp-exit-intent-card {
            padding: 14px;
        }

        .erp-exit-intent-card .d-flex {
            flex-direction: column;
        }
    }
    }
    .erp-mobile-cta .th-btn {
        width: 100%;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        min-width: 0;
        padding: 10px 12px;
        font-size: 14px;
    }
    .erp-whatsapp-float {
        bottom: 80px;
    }
    .erp-gallery-card img {
        height: 150px;
    }
    .erp-hero-shot img {
        height: 180px;
    }
    .erp-content-space .col-lg-8 h2.box-title {
        font-size: 27px;
    }
    .erp-content-space .col-lg-8 h3.box-title {
        font-size: 24px;
    }
    .erp-content-space .col-lg-8 h4,
    .erp-content-space .col-lg-8 h5,
    .erp-content-space .col-lg-8 .h4,
    .erp-content-space .col-lg-8 .h5 {
        font-size: 18px;
    }
    .erp-content-space .col-lg-8 p {
        font-size: 14px;
        line-height: 1.55;
    }
    .erp-content-space .col-lg-8 .checklist ul li {
        font-size: 13px;
    }
    .erp-sticky-cta .widget_title {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    body.non-erp-page .breadcumb-wrapper {
        padding-top: 34px;
        padding-bottom: 34px;
    }
    body.non-erp-page .space {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    body.non-erp-page .space-top {
        padding-top: 32px;
    }
    body.non-erp-page .space-bottom {
        padding-bottom: 32px;
    }
    body.non-erp-page section.space + section.space,
    body.non-erp-page section.space-bottom + section.space,
    body.non-erp-page section.space + section.space-top {
        padding-top: 18px;
    }
    body.non-erp-page .title-area,
    body.non-erp-page .title-area.mb-50,
    body.non-erp-page .title-area.mb-45,
    body.non-erp-page .title-area.mb-40 {
        margin-bottom: 10px !important;
    }
    body.non-erp-page .sec-title {
        margin-bottom: 6px;
    }
    body.non-erp-page .row.gy-50,
    body.non-erp-page .row.gy-40,
    body.non-erp-page .row.gy-30 {
        --bs-gutter-y: 0.8rem;
    }
    body.non-erp-page .feature-card,
    body.non-erp-page .value-card,
    body.non-erp-page .th-team,
    body.non-erp-page .service-card,
    body.non-erp-page .project-card {
        padding: 14px;
    }
    body.non-erp-page .footer-wrapper.space-top,
    body.erp-landing-page .footer-wrapper.space-top {
        padding-top: 18px;
    }
    body.non-erp-page .footer-layout11 .widget-area,
    body.erp-landing-page .footer-layout11 .widget-area {
        padding-top: 22px;
        padding-bottom: 6px;
    }
    body.non-erp-page .footer-layout11 .footer-cta-wrap,
    body.erp-landing-page .footer-layout11 .footer-cta-wrap {
        margin-top: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    body.non-erp-page .footer-layout11 .footer-cta-wrap .btn-wrap,
    body.erp-landing-page .footer-layout11 .footer-cta-wrap .btn-wrap {
        gap: 8px;
    }
    body.non-erp-page .footer-layout11 .footer-cta-link,
    body.erp-landing-page .footer-layout11 .footer-cta-link {
        font-size: 24px;
    }
    body.non-erp-page .footer-layout11 .copyright-wrap,
    body.erp-landing-page .footer-layout11 .copyright-wrap {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .global-whatsapp-float {
        width: 50px;
        height: 50px;
        left: 12px;
        bottom: 12px;
    }
    .global-whatsapp-float i {
        font-size: 24px;
    }
    .th-menu-wrapper .mobile-logo {
        padding-top: 14px;
        padding-bottom: 12px;
    }
    .th-menu-wrapper .mobile-logo .mobile-logo-img {
        width: min(62vw, 150px);
    }

    .erp-breadcumb-compact .breadcumb-wrapper {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .erp-content-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .erp-video-frame iframe {
        height: 220px;
    }
    .erp-whatsapp-float {
        width: 50px;
        height: 50px;
        left: 14px;
        bottom: 74px;
    }
    .erp-whatsapp-float i {
        font-size: 24px;
    }
    .erp-mobile-cta {
        gap: 8px;
        padding: 8px 10px;
    }
    .erp-mobile-cta .th-btn {
        padding: 9px 10px;
        font-size: 13px;
    }
    .erp-content-space .mb-30 {
        margin-bottom: 12px !important;
    }
    .erp-content-space .mb-25 {
        margin-bottom: 8px !important;
    }
    .erp-content-space .mb-20 {
        margin-bottom: 6px !important;
    }
}
