@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700&display=swap');

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-linkedin:before {
    content: "\f0e1"
}

/*body {
  font-size: 16px;
  overflow-x: hidden;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}*/

:root {
    --Primary-Color: #154a7e;
    --black: #000000;
    --dark-black: #303030;
    --gray: #F5F5F5;
    --white: #ffffff;
}

.bg-gray {
    background: var(--gray);
}

.text-red {
    color: var(--red);
}

.text-purple {
    color: var(--purple);
}

/*.text-gray{ color: #667085;}*/

.list-unstyled-menu li a, .foot-text a {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

img {
    max-width: 100%;
}

/*a,
a:hover {
  text-decoration: none;
}*/

/*button,
select {
  outline: none !important;
}*/

/*ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
*/

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.1;
}*/

.user-auth a {
    transition: all 500ms ease 0s;
}

.header .btn-primary {
    font-size: 20px;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

img {
    max-width: 100%;
}

.header {
    z-index: 5;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 0px;
    background-color: #fff;
    width: 100%;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

    .header.sticky {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    }

    .header .btn {
        box-shadow: none !important;
        outline: none !important;
    }

.header-right .offcanvas-body {
    padding: 0px;
    overflow-y: visible;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.logo a {
    outline: none !important;
}

.offcanvas {
    border-right: none;
}

.header-right .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.navbar-nav .nav-item {
    padding: 0px 20px;
}

.navbar-nav a {
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 0px;
    font-weight: 500;
    color: #171640;
}

    .navbar-nav a i {
        font-size: 15px;
    }

.navbar-nav .nav-link::before {
    content: "";
    height: 2px;
    background: var(--Primary-Color);
    width: 0px;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.3s ease 0s;
}

.navbar-nav a:hover::before {
    width: 100%;
}

.menu-item li a:hover::before {
    width: 100%;
}

.mobile-nav {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.bar1,
.bar2,
.bar3 {
    background-color: #000;
    cursor: pointer;
    height: 2px;
    margin: 7px 0px;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
    display: block;
    position: absolute;
}

.bar1 {
    top: 0px;
}

.bar2 {
    top: 8px;
    width: 20px;
}

.bar3 {
    top: 16px;
}

.open-menu .bar1 {
    top: 6px;
    transform: rotate(45deg);
}

.open-menu .bar2 {
    display: none;
}

.open-menu .bar3 {
    top: 6px;
    transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
    padding: 0px;
    margin-left: 20px;
    box-shadow: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
    padding: 10px;
    box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 0px;
    border: 0;
    transform: inherit !important;
    inset: inherit !important;
}

    .navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

    .navbar-nav .nav-item .dropdown-menu li a {
        color: rgb(0, 0, 0);
        display: block;
        font-size: 1rem;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
    }

        .navbar-nav .nav-item .dropdown-menu li a:hover {
            background: var(--Primary-Color);
            color: var(--Primary-Color);
        }

.header-right button.btn.d-md-none {
    padding: 0px;
    margin-left: 20px;
    box-shadow: none !important;
}

.menu-item li a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 5px 0px;
    display: block;
}

    .menu-item li a:hover {
        color: rgb(26, 8, 83);
    }


@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@media screen and (min-width: 768px) {
    .offcanvas {
        position: static;
        z-index: auto;
        display: block;
        width: 100%;
        height: auto;
        border: 0px;
        visibility: visible;
        transition: none 0s ease 0s;
        transform: inherit;
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 188px;
        display: block;
        top: 15px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-nav .nav-item:hover .dropdown-menu {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav li .nav-link {
    text-decoration: none;
    padding: 8px 0px;
    display: block;
    color: var(--black);
}

.navbar-nav li.active a {
    color: var(--Primary-Color);
}

.navbar-nav a:hover {
    color: var(--Primary-Color);
}


@media screen and (max-width: 767px) {
    .navbar-nav {
        display: block;
    }

        .navbar-nav a {
            color: rgb(255, 255, 255);
        }
}



.btn-primary,
.btn-secondary,
.btn-outline {
    position: relative;
    min-width: 231px;
    padding: 13px 31px;
    overflow: hidden;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    background: var(--Primary-Color);
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    z-index: 1;
    border: 0;
    transition: all 500ms ease;
}

    .btn-primary:before {
        position: absolute;
        content: '';
        background: var(--dark-black);
        width: 0%;
        height: 100%;
        top: 0px;
        right: 0px;
        border-radius: 5px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .btn-primary:hover:before {
        width: 100%;
        left: 0px;
    }

    .btn-primary:hover,
    .btn-outline:hover {
        background: var(--dark-black);
        border-color: var(--dark-black);
    }

    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        color: rgb(255, 255, 255);
        box-shadow: 0px 3px 22px rgba(48, 48, 48, 33%) !important;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: rgb(255, 255, 255);
        background: var(--dark-black);
        background: var(--dark-black);
    }

    .btn-check:focus + .btn-primary,
    .btn-primary:focus {
        background: var(--dark-black);
        background: var(--dark-black);
        box-shadow: 0px 3px 22px rgba(48, 48, 48, 33%) !important;
    }

    .btn-check:focus + .btn-outline,
    .btn-outline:focus {
        box-shadow: 0px 3px 22px rgba(48, 48, 48, 33%) !important;
    }

/* button primary css end  */

.main {
    margin-top: 85px;
}

.hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: calc(100vh - 85px);
    min-height: 500px;
    padding: 50px 0px;
}

    .hero-banner .container {
        position: relative;
        z-index: 1;
    }

    .hero-banner::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 1.02%, rgba(0, 0, 0, 0.00) 100%);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.sec-gap {
    padding: 100px 0px;
}

.banner-text h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 74px;
    max-width: 760px;
}

.banner-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.iconbox {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    background: var(--Primary-Color);
    margin-bottom: 15px;
    position: relative;
    margin-top: -45px;
}

.block-header {
    margin-bottom: 60px;
}

    .block-header h2 {
        font-weight: bold;
        color: #303030;
        font-size: 40px;
    }

    .block-header p {
        max-width: 830px;
        margin: 0 auto;
    }

.card.card-white {
    height: 100%;
    padding: 24px;
    border: 1px solid #fff;
    border-radius: 0.3125rem;
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
}

    .card.card-white:hover {
        border-color: #CCCCCC;
    }

    .card.card-white h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.block-title hr {
    height: 1px;
    opacity: 0.5;
    color: #555555;
    width: 60px;
}

.block-title .px-2 {
    text-transform: uppercase;
    color: var(--Primary-Color);
    font-weight: 600;
}

.header-right {
    padding-left: 20px;
}

.t-hover {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    -o-transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
}

    .t-hover:hover {
        -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, .1) !important;
        box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, .1) !important;
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }


.sec-enterprise-solutions {
    background: var(--gray);
}

.card-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.card-content p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #303030;
}

figcaption img {
    border-radius: 10px;
    width: 100%;
}

.pe-100 {
    padding-right: 100px;
}

.sec-our-feature {
    background-color: var(--gray);
}

    .sec-our-feature [class*='col-'] {
        margin-bottom: 40px;
    }

.card-price-box {
    background: var(--gray);
    border-radius: 0.3125rem;
    border: 1px solid var(--gray);
}

    .card-price-box:hover {
        border-color: var(--Primary-Color);
    }

    .card-price-box h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .card-price-box p {
        font-weight: 600;
        color: #555555;
        margin: 0px;
    }

.price-box-header {
    padding: 24px;
    border-bottom: 1px solid #CCCCCC;
}

    .price-box-header span {
        color: var(--Primary-Color, #FF914D);
        text-align: center;
        font-size: 4rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.card-price-body {
    padding: 24px;
}

.card-price-box .btn-primary {
    min-width: inherit;
    margin-top: auto;
}

.price-features {
    background: var(--white);
    padding: 24px;
    border-radius: 5px;
    min-height: 348px;
    display: flex;
    flex-direction: column;
}

    .price-features ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 13px;
        font-weight: 500;
        color: #555555;
    }

    .price-features ul {
        margin-bottom: 15px;
    }

        .price-features ul li i {
            position: absolute;
            left: 0;
            top: 0;
            color: #02BB7C;
            font-size: 18px;
        }

.sec-free-trail {
    position: relative;
    color: #fff;
    padding: 80px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .sec-free-trail.growing-business {
        padding: 110px 0px;
    }

    .sec-free-trail:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 60%);
    }

    .sec-free-trail .container {
        position: relative;
    }

.content-innerbox {
    padding-left: 100px;
}

    .content-innerbox h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .content-innerbox p {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 500;
    }

.card-contact {
    border: 1px solid #CCCCCC;
    padding: 30px;
    border-radius: 10px;
}

    .card-contact h2 {
        font-weight: 600;
        font-size: 24px;
    }

    .card-contact .form-group {
        margin-bottom: 15px;
    }

    .card-contact .btn-primary {
        margin-top: 48px;
    }

    .card-contact label {
        color: #555;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 6px;
    }

.input-single .form-control {
    height: 48px;
    border-radius: 0.3125rem;
    border: 1px solid #CCC;
    background: #FFF;
}

    .input-single .form-control:focus {
        border-color: rgba(140,152,164,.25);
        outline: 0;
        box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
        background-color: var(--white);
    }

.input-single textarea.form-control {
    height: 100px;
    resize: none;
}

.sec-faq {
    background-color: var(--gray);
}

.sec-accordion .accordion-item {
    border: none;
    background-color: #fff;
    border-radius: 4px !important;
    margin-bottom: 20px;
}

.sec-accordion .accordion-button:not(.collapsed) {
    color: var(--Primary-Color);
}

.sec-accordion .accordion-button {
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    padding-right: 40px;
    box-shadow: none !important;
    border-radius: 10px !important;
}

    .sec-accordion .accordion-button::after {
        position: absolute;
        font-family: bootstrap-icons !important;
        content: "\f282";
        background-image: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 15px;
    }


.footer {
    background: #154a7e;
    padding-top: 100px;
}

.footer-widget .form-group {
    position: relative;
    margin-bottom: 25px;
}

    .footer-widget .form-group .btn-primary {
        position: absolute;
        right: -1px;
        top: 0;
        min-width: 50px;
        padding: 5px;
        height: 48px;
    }

    .footer-widget .form-group input {
        height: 48px;
        box-shadow: none !important;
        padding-right: 60px;
    }

.foot-logo img {
    margin-bottom: 24px;
}

.footer-widget h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.list-unstyled-menu li {
    margin-bottom: 10px;
}

    .list-unstyled-menu li a {
        color: #CCCCCC;
    }

        .list-unstyled-menu li a:hover {
            color: var(--dark-black);
        }

.footer-widget.quickbox {
    padding: 0px 50px;
}

.foot-text {
    display: flex;
}

    .foot-text i {
        min-width: 26px;
    }

    .foot-text a {
        color: var(--white);
    }

        .foot-text a:hover {
            color: var(--Primary-Color);
        }

.footer-bottom {
    padding: 16px 0px;
    background: #154a7e;
}

    .footer-bottom p {
        color: #CCC;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem; /* 114.286% */
        letter-spacing: 0.18375rem;
        text-transform: uppercase;
    }

.page-banner {
    position: relative;
    padding: 97px 0px;
    background-size: cover;
    background-position: center center;
}

    .page-banner::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 1.02%, rgba(0, 0, 0, 0.00) 100%);
    }

    .page-banner .container {
        position: relative;
    }


.page-title p {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}

.page-title h2 {
    color: #FFF;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.625rem;
    margin-bottom: 30px;
}

.sec-workflow-experience {
    background: var(--gray);
}

.list-style-features {
    margin-bottom: 25px;
}

    .list-style-features li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 13px;
        font-weight: 500;
    }

        .list-style-features li i {
            position: absolute;
            left: 0;
            top: 0;
            color: #02BB7C;
            font-size: 18px;
        }

.sec-experience-the-difference {
    background: var(--gray);
}

.stepwrapper {
    border-radius: 0.625rem;
    padding: 115px 15px;
    border: 1px solid var(--Primary-Color);
    background: rgb(77 158 255 / 20%);
}


.ste-card {
    position: relative;
    padding: 0px 40px;
}

.stepwrapper [class*='col-']:not(:last-child) .ste-card::before {
    background-image: url(../images/arrow-dubble.svg);
    content: "";
    right: -15px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    top: 50%;
    position: absolute;
}

.step-number {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

.step-text {
    color: #000;
    font-size: 5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: -14px;
}

.ste-card i {
    background: #fff;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content-lower h5 {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
}

.content-lower p {
    color: #555;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}


.card-price-footer {
    padding: 0px 24px 24px 24px;
}

    .card-price-footer h5 {
        color: #000;
        text-align: center;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 5px;
    }

    .card-price-footer p {
        color: #555;
        text-align: center;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.sec-steps {
    margin-bottom: 100px;
}

.contact-lead-text {
    border-radius: 0.3125rem;
    padding: 24px;
    background: #F5F5F5;
    margin-bottom: 56px;
}

    .contact-lead-text p {
        font-weight: 600;
        color: #555555;
    }

        .contact-lead-text p:last-child {
            margin-bottom: 0px;
        }

.card-widget {
    height: 100%;
}

    .card-widget a {
        border-radius: 0.3125rem;
        border: 1px solid #CCC;
        background: #FFF;
        box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
        padding: 15px;
        height: 100%;
    }

.ic {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 5px;
    color: var(--white);
    background: var(--Primary-Color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 10px;
}

.text-right h6 {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: normal;
}

.text-right p {
    color: #555;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


html {
    height: fit-content;
}


/*New Home page css Start 2026*/


.sec-header {
    padding: 12px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.sec-hero-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
    margin-top: 50px;
}

    .sec-hero-banner .points li {
        margin-bottom: 10px;
    }

    .sec-hero-banner .cont-box {
        padding-top: 90px;
    }

@media (min-width: 769px) {
    .sec-hero-banner .cont-box {
        padding-bottom: 50px;
    }
}

.sec-hero-banner .container {
    position: relative;
}

.hero-image {
    text-align: right;
    position: relative;
}

    .hero-image::before {
        position: absolute;
        content: "";
        right: 0;
        width: calc(100% - 140px);
        height: 100%;
        top: 0;
        background-color: var(--secondary-color);
    }

    .hero-image::after {
        position: absolute;
        content: "";
        width: 10000px;
        height: 100%;
        top: 0;
        background-color: var(--secondary-color);
        left: 100%;
    }

    .hero-image img {
        width: 100%;
        display: block;
        position: relative;
    }

.hero-content h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 15px;
}

.hero-content .text-orange {
    color: var(--btn-color);
}

.hero-content .subtitle {
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
}

.hero-note {
    color: #545454;
}

.btn-primary.btn-white {
    background: var(--white);
    color: var(--secondary-color);
}

    .btn-primary.btn-white::before {
        display: none;
    }

.banner-tag {
    position: absolute;
    top: 240px;
    right: 0;
    font-size: 210px;
    color: rgba(255, 255, 255, 20%);
    font-weight: 500;
    width: 244px;
    pointer-events: none;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate( 180deg);
}

.sec-header .btn-primary {
    min-width: inherit;
    white-space: nowrap;
}

.card-mbw {
    background: linear-gradient(180deg, #F6FBFF 0%, #FFFFFF 100%);
    border-radius: 40px;
    padding: 40px;
}

.mbw-section {
    position: relative;
}

.heading-h2 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.ttl-statement {
    color: var(--secondary-color);
    font-weight: 600;
}

.standard-flexible-sec {
    background: #17416B;
    position: relative;
    overflow: hidden;
}

    .standard-flexible-sec .container {
        position: relative;
        z-index: 1;
    }

.text-heading-box {
    margin-bottom: 24px;
}

    .text-heading-box h2 {
        font-size: 24px;
        line-height: 140%;
        margin-bottom: 8px;
        font-weight: 700;
        color: #17416B;
    }

.header-section h3 {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 8px;
}

.text-heading-box p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
}


.standard-card {
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 4px 8px rgb(126 126 126 / 10%);
    overflow: hidden;
}

    .standard-card .standard-head h3 {
        color: var(--secondary-color);
        font-size: 18px;
        line-height: 140%;
        font-weight: 500;
        width: calc(100% - 48px);
    }

.standard-icons {
    background: #F4F7FC;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.standard-card .standard-head {
    margin-bottom: 16px;
    padding: 10px 16px;
}


.standard-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.standard-card ul {
    margin: 0;
    padding: 0 0 0 19px;
}

    .standard-card ul li {
        font-size: 16px;
        line-height: 140%;
        font-weight: 400;
    }

.standard-flexible-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../MyBusinessWorkspace/images/left-shape.png);
    background-repeat: no-repeat;
    background-position: initial;
}

.standard-flexible-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../MyBusinessWorkspace/images/right-shape.png);
    background-repeat: no-repeat;
    background-position: right;
}


.operational-tools-sec .standard-head {
    background: #F4F7FC;
}

.standard-text {
    padding: 0 16px 16px;
}

.operational-tools-sec .standard-head .standard-icons {
    background: var(--white);
}

.section-space {
    padding: 80px 0px;
}

.cta-section {
    color: var(--white);
    background-color: var(--secondary-color);
}

    .cta-section .d-flex {
        gap: 50px;
    }

.card-simple {
    padding: 16px;
    border-radius: 16px;
    height: 100%;
}

    .card-simple h4 {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 15px;
        font-weight: 600;
    }

.user-card h4 {
    color: var(--secondary-color);
}

.card-simple p {
    line-height: 140%;
    margin-bottom: 0px;
}

.card-simple.stage-card {
    border: 1px solid #FECCAD;
    background: #FFF7F2;
    box-shadow: 0px 4px 8px rgba(32, 14, 4, 0.08);
}

.stage-grid {
    margin-bottom: 40px;
}

.mbw-usecase [class*='col-'] {
    margin-top: 24px;
}

.user-card {
    border: 1px solid #EEEEEE;
}

.sec-footer {
    background: linear-gradient(360deg, #F6FBFF 0%, #FFFFFF 100%);
    border-top: 1px solid #E8ECF0;
    padding: 80px 0px;
}

.foot-links {
    color: #333333;
}

    .foot-links a {
        color: #333333;
        font-size: 15px;
        font-weight: 500;
    }

.cta-section .cta-action.ms-auto {
    flex: 0 0 auto;
}



.foot-links a:hover {
    color: var(--btn-color);
}

.mb-80 {
    margin-bottom: 80px;
}

.sec-footer .d-flex {
    gap: 20px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links .footer-links ul li {
    margin-bottom: 20px;
}

.content-box .solution-list li:not(:last-child) {
    margin-bottom: 10px;
}

.foot-logo img {
    max-width: 247px;
    height: auto;
}


.footer {
    background: linear-gradient(360deg, #F6FBFF 0%, #FFFFFF 100%);
}


.header .logo img {
    height: auto;
    max-width: 243px;
    width: 100%;
}

.why-choose .card-simple .icon {
    color: var(--secondary-color);
}

.why-choose .card-simple {
    color: var(--bs-dark);
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 20px;
}

    .why-choose .card-simple .standard-text {
        font-weight: 600;
    }


@media screen and (max-width: 1199px) {
    .hero-content h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .hero-content .subtitle {
        font-size: 16px;
    }

    .cont-box.hero-content {
        font-size: 14px;
    }

    .banner-tag {
        font-size: 150px;
        width: 175px;
    }
}

@media screen and (max-width: 991px) {
    .sec-header .btn-primary {
        font-size: 14px;
        padding: 10px;
    }

        .sec-header .btn-primary.btn-white {
            border: 1px solid;
        }

    .sec-header .logo {
        max-width: 130px;
    }

    .sec-hero-banner .cont-box {
        padding-top: 0px;
    }

    .cont-box.hero-image {
        background-color: var(--secondary-color);
        padding: 20px;
        padding-bottom: 0px;
        border-radius: 10px;
    }

    .hero-image::before {
        display: none;
    }

    .hero-image::after {
        display: none;
    }

    .banner-tag {
        display: none;
    }

    .sec-hero-banner {
        padding: 90px 0px 30px 0px;
        margin-bottom: 30px;
    }

    .hero-image img {
        width: 250px;
        margin: 0 auto;
    }

    .sec-hero-banner [class*='col-']:not(:last-child) {
        margin-bottom: 30px;
    }

    .card-mbw {
        border-radius: 20px;
        padding: 20px;
    }

    .cta-section .cta-action.ms-auto {
        margin: 0 !important;
        text-align: center;
    }

    .cta-section .d-flex.align-items-center {
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .card-mbw [class*='col-md']:not(:last-child) {
        margin-bottom: 30px;
    }

    .mb-80 {
        margin-bottom: 30px;
    }

    .section-space {
        padding: 30px 0px;
    }

    .heading-h2 {
        font-size: 20px;
    }

    .sec-footer {
        font-size: 14px;
        padding: 30px 0px;
    }

        .sec-footer .d-flex {
            gap: 10px;
            flex-direction: column;
        }

    .foot-logo img {
        margin-bottom: 6px;
        max-width: 120px;
    }
}


@media (max-width: 767px) {
    .table-responsive {
        overflow: initial;
    }

    /* =========================================================
   Comparison (Desktop Table + Mobile Icon Grid)
   Namespace everything under .comparison-wrap to avoid collisions
========================================================= */

    .comparison-wrap .table-custom-responsive {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: var(--white);
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        overflow: hidden;
        font-size: 16px;
    }

        .comparison-wrap .table-custom-responsive thead th {
            background: #F4F7FC;
            color: var(--secondary-color);
            font-weight: 700;
            text-transform: none;
            padding: 14px 16px;
            border-bottom: 1px solid #e5e7eb;
            vertical-align: middle;
        }

        .comparison-wrap .table-custom-responsive tbody td {
            padding: 14px 16px;
            border-bottom: 1px solid #eef2f7;
            color: #111827;
            vertical-align: middle;
        }

        .comparison-wrap .table-custom-responsive tbody tr:last-child td {
            border-bottom: 0;
        }

        .comparison-wrap .table-custom-responsive tbody tr:hover {
            background: #fafcff;
        }

    /* Desktop: text color only (no backgrounds) */
    .comparison-wrap .comparison-desktop td.yes {
        background: transparent !important;
        color: #16a34a !important;
        font-weight: 600;
    }

    .comparison-wrap .comparison-desktop td.maybe {
        background: transparent !important;
        color: #f59e0b !important;
        font-weight: 600;
    }

    .comparison-wrap .comparison-desktop td.no {
        background: transparent !important;
        color: #dc2626 !important;
        font-weight: 600;
    }

    /* Keep the first column normal */
    .comparison-wrap .comparison-desktop tbody td:first-child {
        background: transparent !important;
        color: #111827 !important;
        font-weight: 500;
    }

    /* ---------------------------------------------------------
   Mobile Icon Grid (hidden on desktop by default)
--------------------------------------------------------- */

    .comparison-wrap .comparison-mobile {
        display: none;
    }

    .comparison-wrap .cmp-by-product {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .comparison-wrap .cmp-row {
        background: var(--white);
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        overflow: hidden;
    }

    .comparison-wrap .cmp-row__title {
        text-align: center;
        font-weight: 800;
        color: var(--secondary-color);
        background: #F4F7FC;
        padding: 12px 14px;
        border-bottom: 1px solid #e5e7eb;
    }

    .comparison-wrap .cmp-row__grid {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 10px;
        padding: 14px;
        align-items: center;
    }

    .comparison-wrap .cmp-cell {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .comparison-wrap .cmp-mark {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        width: 28px;
        height: 28px;
        border-radius: 999px;
        line-height: 1;
    }

        .comparison-wrap .cmp-mark.is-yes {
            background: #E9F9EF;
            color: #0F7A2E;
        }

        .comparison-wrap .cmp-mark.is-maybe {
            background: #FFF5DB;
            color: #8A5A00;
        }

        .comparison-wrap .cmp-mark.is-no {
            background: #FDE8E8;
            color: #B42318;
        }

    /* ---------------------------------------------------------
   Responsive switch:
   - Desktop/tablet: show table, hide mobile icon grid
   - Mobile: hide table, show icon grid in 2 columns w/ labels
--------------------------------------------------------- */

    @media (max-width: 767px) {

        .comparison-wrap .comparison-desktop {
            display: none !important;
        }

        .comparison-wrap .comparison-mobile {
            display: block !important;
        }

        .comparison-wrap .cmp-row__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .comparison-wrap .cmp-cell {
            flex-direction: column;
            gap: 6px;
            padding: 10px 6px;
            border: 1px solid #eef2f7;
            border-radius: 10px;
        }

            .comparison-wrap .cmp-cell::before {
                content: attr(data-th);
                font-size: 12px;
                font-weight: 700;
                color: #6b7280;
                text-align: center;
                line-height: 1.2;
            }
    }


    .comparison-card {
        border: 1px solid #e6eaf0;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .comparison-card__header {
        background: #f4f7fb;
        text-align: center;
        font-weight: 700;
        padding: 12px 10px;
    }

    .comparison-card__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 12px;
    }

    .comparison-item {
        border: 1px solid #e6eaf0;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        background: #fff;
    }

    .comparison-item__label {
        font-size: 13px;
        font-weight: 600;
        color: #1b2a3a;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .comparison-item__status {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 14px;
    }

        /* Status variants - tweak colors to match your brand if desired */
        .comparison-item__status.ok {
            background: #dff7e6;
            color: #1f7a3a;
        }

        .comparison-item__status.no {
            background: #fde2e2;
            color: #a32020;
        }

        .comparison-item__status.maybe {
            background: #fff3cd;
            color: #8a6d00;
        }

    /* Mobile: hide table, show cards */
    @media (max-width: 768px) {
        .comparison-desktop {
            display: none !important;
        }

        .comparison-mobile {
            display: block !important;
        }
    }

    @media (min-width: 769px) {
        .comparison-desktop {
            display: block !important;
        }

        .comparison-mobile {
            display: none !important;
        }
    }

    /* Optional: on very small screens, go 1 column */
    @media (max-width: 420px) {
        .comparison-card__grid {
            grid-template-columns: 1fr;
        }
    }
