/*----------------------------------------------------------------------------*/
/*#region  Banner section*/
/*----------------------------------------------------------------------------*/
.banner {
    background: none;
}

.ix-fw-container.banner, section#banner {
    background: var(--ix-background-color4);
}

.right-img.banner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.ix-masthead-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: var(--ix-dark-purple-color);
    margin-bottom: 12px;
}

.highlight {
    color: var(--ix-light-pink-color);
}

/* 21/2/2024 for new banner */
.highlight-new {
    color: #BA8787;
}

.psg {
    background: #ECE5DE !important;
}

.ix-masthead-sub-desc {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    max-width: 700px;
}

.ix-masthead-sub-desc p {
    height: 24px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.ix-masthead-sub-desc-row {
    display: flex;
    gap: 30px;
    width: fit-content;
}

.ix-masthead-sub-desc-row img {
    max-height: 42px;
}
/* 21/2/2024 for new banner */
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Sub-menu*/
/*----------------------------------------------------------------------------*/
.ix-nav-menu {
    padding: 36px var(--ix-padding-left-right) 36px var(--ix-padding-left-right);
    text-align: center;
}

.ix-nav-menu ul {
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    background: var(--ix-white-color);
    display: inline-flex;
    padding: 0;
    align-items: center;
}

.ix-nav-menu li {
    padding: 0 42px 0 42px;
    border-left: 1px solid var(--ix-border-color);
}

.ix-nav-menu li:first-child {
    border-left: none;
}

.ix-nav-menu li a {
    display: block;
    text-decoration: none;
    color: var(--ix-background-color6);
    font-size: 18px;
    line-height: 25.6px;
}

.ix-nav-menu li a:hover {
    text-decoration: underline;
    text-decoration-color: var(--ix-button-red-color);
    color: var(--ix-button-red-color);
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Introduction */
/*----------------------------------------------------------------------------*/
section#introduction {
    background: var(--ix-background-color10);
    margin: auto;
}

.ix-intro-wrapper {
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-top) var(--ix-padding-left-right);
}

.ix-introduction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-shadow: var(--ix-box-shadow);
    width: fit-content;
    margin: auto;
    max-width: 1120px;
    border-radius: 25px;
}

.ix-intro-content {
    padding: 40px;
    background: var(--ix-white-color);
    width: 680px;
    border-radius: 0 25px 25px 0;
    border-left: 1px solid var(--ix-border-color6);
}

.ix-intro-content h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
}

.ix-intro-img {
    width: 440px;
    height: 440px;
}

.ix-intro-wrapper img {
    width: 440px;
    object-fit: contain;
    aspect-ratio: 440/440;
    border-radius: 25px 0 0 25px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Why e-commerce*/
/*----------------------------------------------------------------------------*/
section#why_ecommerce {
    background: var(--ix-background-color2);
}

.ix-why-ecom-wrapper {
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
    background: var(--ix-background-color2);
}

.ix-why-ecom-wrapper .right-pad {
    padding-right: 60px;
    padding-top: 0;
    align-items: start;
}

.ix-why-ecom-wrapper .no-left-pad {
    padding-top: 0;
}

.ix-why-ecom-wrapper .ix-desc {
    margin: 0;
}

.ix-why-ecom-wrapper .tiles-wrapper {
    padding: 0 40px 0 40px;
}

.ix-why-ecom-tiles {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 40px;
}

.ix-tile-ecom {
    background: var(--ix-white-color);
    max-width: 453.33px;
    border-radius: 25px;
    box-shadow: var(--ix-box-shadow);
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  5D*/
/*----------------------------------------------------------------------------*/
.ix-5d-wrapper, section#how_we_deliver {
    background: var(--ix-background-color);
}

.ix-5d-wrapper .right-img {
    padding-bottom: 30px;
}

.ix-5d-info-wrapper {
    background: var(--ix-background-color);
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
}

.ix-5d-tiles {
    margin-bottom: var(--ix-padding-bottom-left);
    display: flex;
    flex-direction: row;
    box-shadow: var(--ix-box-shadow);
    border-radius: 25px;
}

.ix-5d-tile {
    background: var(--ix-white-color);
    border: 1px solid var(--ix-border-color5);
    border-left: none;
    padding: 24px;
    flex-basis: 100%;
}

.ix-5d-tile:first-child {
    border-radius: 25px 0 0 25px;
    border-left: 1px solid var(--ix-border-color5);
}

.ix-5d-tile:last-child {
    border-radius: 0 25px 25px 0;
}

.ix-5d-info-wrapper .ix-tile-title {
    max-width: 156px;
}

.ix-5d-info-summary {
    padding: 0 180px 0 180px;
    text-align: center;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  What's the benefits */
/*----------------------------------------------------------------------------*/
section#the_benefits {
    background: linear-gradient( to right, var(--ix-background-color5) 0%, var(--ix-background-color5) 50%, var(--ix-background-color8) 50%, var(--ix-background-color8) 100% );
}

.ix-benefit-wrapper .left-full-img .ix-col-6-content {
    padding-left: var(--ix-padding-left-right)
}

.ix-benefit-wrapper ul {
    margin: 0;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region ERP Integration */
/*----------------------------------------------------------------------------*/
.ix-erp-wrapper {
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
    background: var(--ix-background-color);
}

.ix-erp-content {
    background: var(--ix-background-color3);
    padding: 60px 0 0 0;
    border-radius: 30px;
    width: fit-content;
}

.ix-erp-img {
    height: auto;
    max-width: 1120px;
    margin: auto;
    aspect-ratio: 1120/540;
    padding: 0 60px 0 60px;
    width: fit-content;
}

.ix-erp-content .right-img {
    padding-left: 125px;
    align-items: start;
}

.ix-erp-content .right-img img {
    height: 154px;
    width: auto;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Packages*/
/*----------------------------------------------------------------------------*/
.ix-packages-wrapper {
    background: var(--ix-background-color9);
}

.ix-packages-wrapper .ix-col-12-fw {
    padding-bottom: 30px;
}

.ix-packages-wrapper .tiles-wrapper {
    padding: 30px var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
    text-align: center;
}


.ix-package-tiles {
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    max-width: calc(100% - 48px);
    padding: 13.5px 24px 24px 24px;
    margin-bottom: -24px;
    display: inline-flex;
    align-items: center;
    gap: 70px;
    text-align: left;
    -ms-overflow-style: none; /*  hide scroll bar - IE and Edge */
    scrollbar-width: none; /* hide scroll bar - Firefox */
    user-select: none; /* disable text selection */
}

.ix-package-tiles::-webkit-scrollbar {
    display: none;
}

.ix-package-tile {
    min-width: 368px;
    max-width: 368px;
    border-radius: 25px;
    box-shadow: var(--ix-box-shadow);
}

.ix-package-tile.normal {
    margin-top: 12px;
}

.ix-package-tile-header {
    height: 10px;
    border-radius: 25px 25px 0 0;
}

.ix-package-tile-main {
    padding: 20px 30px 28px 30px;
    background: var(--ix-white-color);
    border-bottom: 1px dashed var(--ix-border-color2);
}

.ix-package-name {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.ix-package-tile-content {
    position: relative;
    padding: 30px;
    background: var(--ix-white-color);
    border-radius: 0 0 25px 25px;
}

.ix-package-details {
    min-height: 181px;
}

.ix-package-detail {
    margin-bottom: 15px;
    position: relative;
}

.ix-checked {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
}

.ix-package-desc {
    font-size: 15px;
    line-height: 22.5px;
}

.ix-package-detail .ix-package-desc {
    padding-left: 37px;
}

.centered {
    text-align: center;
}

.ix-package-tile.pkg-pro {
    position: relative;
}

.ix-package-ribbon {
    position: absolute;
    top: -13px;
    right: -13px;
    z-index: 100;
}

.ix-package-tile.pkg-pro .ix-btn {
    margin-top: 51px;
}

.left-circle, .right-circle {
    background: var(--ix-background-color9);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
}

.left-circle {
    left: -13px;
}

.right-circle {
    right: -13px;
}

.ix-packages-footer {
    padding: 0 var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
    text-align: center;
}

.price-note {
    font-size: 14px;
    line-height: 22px;
    color: var(--ix-light-grey-color);
}

.price-range {
    display: inline-flex;
    align-items: center;
    padding: 6.5px 0 6.5px 0;
    margin-top: 12px;
    ;
}

.price-start, .price-end {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.ix-progress-bar {
    width: 300px;
    height: 9px;
    border-radius: 4px;
    background: linear-gradient(270deg, #7646FF 0%, rgba(118, 70, 255, 0) 100%);
    margin: 0 12px 0 12px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Case studies */
/*----------------------------------------------------------------------------*/
.ix-case-studies-wrapper {
    background: url('../assets/case-study-background.png'), var(--ix-background-color6);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
}

.ix-case-studies-header {
    margin-bottom: 60px;
    text-align: center;
    color: var(--ix-white-color);
}

.ix-slider-container {
    position: relative;
}

.ix-slider-wrapper {
    overflow: hidden;
    overflow: hidden;
    margin: auto;
    max-width: 1520px;
}

.ix-slider-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /*  hide scroll bar - IE and Edge */
    scrollbar-width: none; /* hide scroll bar - Firefox */
}

.ix-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.ix-slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1520px;
    transition: 0.3s transform;
}

.ix-slider-img {
    margin-right: 36px;
    position: relative;
}

.ix-slider-img:last-child {
    margin-right: 0;
}

.ix-slider-overlay {
    background: #0000008C;
    position: absolute;
    top: 0;
    width: 100%;
    height: 410px;
    pointer-events: none;
    min-width: 636px;
}

.ix-slider-overlay.show {
    display: none;
}

.ix-case-study-img {
    overflow: hidden;
    min-width: 636px;
    height: 410px;
}

.ix-slider-img img {
    height: 410px;
    width: auto;
    transition: 0.3s transform;
}

.ix-slider-img img:hover {
    -webkit-transform: scale3d(1.075, 1.075, 1.075);
    transform: scale3d(1.075, 1.075, 1.075);
}

.ix-case-study-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 16px;
    color: var(--ix-white-color);
    opacity: 0;
    text-align: center;
}

.ix-case-study-name.show {
    opacity: 1;
}

.ix-indicators-container {
    text-align: center;
    margin-top: 30px;
}

.ix-slider-container .ix-arrow.left,
.ix-slider-container .ix-arrow.right {
    width: 13px;
    height: 13px;
    margin: 2px 5px 2px 5px;
    border-width: 0 3px 3px 0;
    padding: 4.5px;
}

.ix-prev, .ix-next {
    position: absolute;
    top: 0%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 75px;
}

.ix-next {
    right: 0;
}

.ix-prev {
    left: 0;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Features */
/*----------------------------------------------------------------------------*/
section#features_list {
    background: var(--ix-background-color7);
}

.ix-features-wrapper {
    background: var(--ix-background-color7);
    padding: var(--ix-padding-top) var(--ix-padding-left-right) var(--ix-padding-bottom) var(--ix-padding-left-right);
}

.ix-features-header {
    padding-bottom: 59px;
    text-align: center;
    border-bottom: 1px solid var(--ix-border-color3);
}

.ix-features-wrapper .tiles-wrapper {
    background: var(--ix-background-color7);
    padding: 60px 0 0 0;
}

.ix-features-tiles {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 34.67px));
    column-gap: 52px;
    row-gap: 100px;
}

.ix-feature-tile {
    padding: 0;
}

.hidden {
    display: none;
}

.ix-feature-tile-icon {
    padding: 0 0 30px 0;
}

.ix-feature-tile-icon img {
    width: 48px;
    height: 48px;
}

.ix-feature-tile-icon.tax img {
    width: auto;
    height: 48px;
}

.ix-features-tiles ul {
    padding-inline-start: 25px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*#region Media queries */
/*----------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1365.99px) {
    .ix-erp-content .right-img {
        padding-left: 80px;
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {

    .ix-features-wrapper .tiles-wrapper {
        padding: 60px 0 0 0;
    }

    .ix-features-header {
        margin: 0;
        padding-bottom: 30px;
    }

    .ix-5d-info-summary {
        padding: 0 90px;
    }

    .ix-erp-content .right-img {
        padding-left: 80px;
    }

    .ix-nav-menu li {
        padding: 0 24px 0 24px;
    }
}

@media (min-width: 1600px) {
    .ix-why-ecom-tiles {
        display: flex;
        justify-content: space-around;
    }

    .ix-nav-menu li {
        padding: 0 30px 0 30px;
        border-left: 1px solid var(--ix-border-color);
    }
}

@media (max-width: 1520px) {

    .ix-nav-menu li {
        padding: 0 24px 0 24px;
    }

    .ix-packages-wrapper .tiles-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1365.99px) {

    .ix-5d-tiles {
        flex-direction: column;
    }

    .ix-5d-tile {
        border: 1px solid var(--ix-border-color5);
        border-top: none;
    }

    .ix-5d-tile:first-child {
        border-radius: 25px 25px 0 0;
        border-top: 1px solid var(--ix-border-color5);
    }

    .ix-5d-tile:last-child {
        border-radius: 0 0 25px 25px;
    }

    .ix-5d-info-summary {
        padding: 0 27px;
    }

    .ix-features-wrapper .tiles-wrapper {
        padding: 30px 0 0 0;
    }

    .ix-features-header {
        margin: 0;
        padding-bottom: 30px;
    }

    .ix-why-ecom-wrapper .right-pad {
        padding-left: var(--ix-padding-top-left);
    }

    .ix-why-ecom-wrapper .tiles-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 1299.99px) {
    .ix-intro-content {
        width: unset;
    }
}

@media screen and (max-width: 1199.99px) {
    .ix-erp-content .right-img {
        padding-left: 48px;
    }

    .right-img.banner {
        padding-right: 0;
    }

    .ix-introduction {
        flex-direction: column;
        width: 80%;
    }

    .ix-intro-img {
        width: 100%;
        height: auto;
    }

    .ix-intro-wrapper img {
        width: 100%;
        height: auto;
        min-height: 336px;
        max-height: 530px;
        object-fit: cover;
        border-radius: 25px 25px 0 0;
    }

    .ix-intro-content {
        width: fit-content;
        border-radius: 0 0 25px 25px;
        border-left: none;
        border-top: 1px solid var(--ix-border-color6);
    }

    .ix-package-tiles {
        cursor: grab;
    }

    .ix-package-tiles.scroll {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }
}

@media screen and (max-width: 1150px) {
    .ix-erp-content .ix-fw-container.col-6-6 {
        display: grid;
        grid-template-columns: 100%;
    }

    .ix-erp-content .right-img {
        padding-top: 30px;
    }

    .ix-features-tiles {
        grid-template-columns: repeat(2, calc(50% - 46px));
    }

    .ix-erp-img {
        padding: 0 50px 0 50px;
    }
}

@media (min-width: 675.5px) and (max-width: 1150px) {
    .hidden.col-2-2, .col-2-2 {
        display: block;
    }
}


@media screen and (max-width: 1024px) {
    .ix-nav-menu {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .ix-nav-menu li {
        padding: 0 12px 0 12px;
    }
}

@media screen and (max-width: 969px) {
    .ix-benefit-wrapper .left-full-img .ix-col-6-content,
    .ix-intro-wrapper .left-full-img .ix-col-6-content {
        padding-left: var(--ix-padding-left-right);
        padding-right: var(--ix-padding-left-right);
        width: 100%;
    }

    .ix-why-ecom-wrapper .right-pad {
        padding: 0;
    }

    .ix-why-ecom-tiles {
        display: grid;
        grid-template-columns: 100%;
        gap: 30px;
    }

    .ix-tile-ecom {
        max-width: none;
    }

    .ix-why-ecom-wrapper .ix-desc {
        margin-top: 24px;
    }

    .ix-5d-wrapper .right-img {
        padding-left: var(--ix-padding-left-right);
    }

    .ix-5d-wrapper .right-img .ix-col-6-content {
        width: 100%;
    }

    .ix-benefit-wrapper ul, .ix-erp-content ul, .ix-feature-tile ul {
        padding-inline-start: 27px;
    }

    .ix-erp-img, .ix-erp-content {
        padding: 0;
    }

    .ix-slider-img img {
        height: auto;
        width: 100%;
    }

    .ix-case-study-img {
        min-width: 100%;
        height: auto;
    }

    .ix-slider-img {
        min-width: 100%;
    }

    .ix-slider-overlay {
        display: none;
    }

    .ix-case-study-name {
        opacity: 1;
    }

    .ix-case-studies-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .ix-case-studies-header {
        padding: 0 24px 0 24px;
    }

    .ix-nav-menu {
        display: none;
    }

    .ix-progress-bar {
        width: 50%;
        min-width: 113px;
    }

    .ix-introduction {
        width: 100%;
    }

    .ix-intro-wrapper img {
        max-height: 500px;
        width: 100%;
        height: auto;
        aspect-ratio: 366/224;
    }
}

@media (max-width: 675px) {

    .ix-benefit-wrapper .left-full-img .ix-col-6-content,
    .ix-intro-wrapper .left-full-img .ix-col-6-content {
        padding: 0;
    }


    .ix-intro-wrapper img {
        min-height: 224px;
    }

    .ix-erp-content .right-img, .right-img.banner {
        padding: 0 0 60px 0;
    }

    .ix-5d-wrapper .right-img {
        padding-left: 0;
    }

    .ix-erp-content .right-img img {
        height: auto;
        width: 100%;
    }

    .ix-intro-content h1 {
        font-size: 28px;
        line-height: 39.2px;
    }

    .ix-nav-menu {
        display: none;
    }

    .right-pad.banner,
    .ix-packages-wrapper .ix-col-12-fw,
    .ix-case-studies-header,
    .ix-features-header {
        text-align: left;
    }

    .ix-masthead-title {
        font-size: 32px;
        line-height: 38.4px;
    }

    .ix-masthead-desc, .price-end, .price-start {
        font-size: 18px;
        line-height: 28.8px;
    }

    .ix-intro-img {
        width: 100%;
        height: auto;
    }

    .ix-case-study-name {
        font-size: 22px;
        line-height: 30.8px;
    }

    .ix-5d-info-wrapper {
        padding-top: 0;
    }

    .ix-5d-info-summary {
        padding: 0;
        text-align: left;
    }

    .ix-packages-wrapper .tiles-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .ix-package-tiles {
        gap: 30px;
        cursor: default;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ix-package-tiles.scroll {
        cursor: default;
    }

    .ix-package-tile {
        min-width: auto;
        max-width: 450px;
        /*margin: 0 13px 0 13px;*/
        width: 100%;
    }

    .ix-package-details {
        min-height: auto;
    }


    .price-range {
        padding: 0;
    }

    .ix-progress-bar {
        width: 30%;
        min-width: 113px;
    }

    .ix-features-tiles {
        grid-template-columns: 100%;
        gap: 60px;
    }

    .ix-masthead-sub-desc-row {
        flex-wrap: wrap;
    }

    .ix-masthead-sub-desc-row img {
        width: auto;
    }

    .ix-package-tile.normal {
        margin-top: 0;
    }
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/
