﻿section {
    background: var(--ix-background-color);
}

/*----------------------------------------------------------------------------*/
/*#region  Banner section*/
/*----------------------------------------------------------------------------*/
.banner {
    background: none;
}

.banner-consultation-image{
    padding-top: 0;
    padding-bottom: 0;
}

.ix-fw-container.banner-partner-services, section#banner {
    background: #BADEF9;
}

.ix-fw-container.banner-consultation-page, section#banner {
    background: #FBD4B0;
}

.ix-fw-container.service, section#service {
    background: var(--ix-background-color6);
}

.left-img.commitment-left {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.right-pad.commitment-right {
    padding-right: 60px;
    padding-top: 71.5px;
    padding-bottom: 71.5px;
}

.ix-masthead-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 67.2px;
    color: var(--ix-dark-purple-color);
}

.highlight-blue {
    color: #008BD9;
}

.highlight-light-red {
    color: #FE5F55;
}

.commitment {
    padding: var(--ix-padding-topbottom) var(--ix-padding-leftright);
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Content section*/
/*----------------------------------------------------------------------------*/
.ix-audit-report-contentbackground {
    background-color: #F1EDFF;
}

.ix-audit-report-imagebackground {
    background-color: #5434EC;
    padding: var(--ix-padding-top) var(--ix-padding-leftright);
}

.description-consultation {
    background-color: #FFEFF0;
}

.right-img.banner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.ix-col-custom-fw {
    text-align: center;
    padding: 80px 117px;
}

section a:not(.ix-btn) {
    color: var(--ix-button-red-color);
}

ix-btn {
    text-align: center;
}

.ix-col-12-fw .mobile-center {
    text-align: center;
}


h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.web-benefits {
    display: grid;
    gap: 52px;
    margin: auto;
    margin-top: 60px;
    grid-template-columns: repeat(3, calc(33.33% - 104px / 3));
}

.ix-listing-desc {
    margin: 0;
    padding-inline-start: 32px;
}

.desktop-service-provider {
    display: block;
}

.mobile-service-provider {
    display: none;
}

.service-provider-tile {
    border-radius: 24px 24px 25px 25px;
    background: var(--ix-white-color);
    position: relative;
    max-width: 1520px;
}

.service-provider-tile-header {
    height: 24px;
    border-radius: 25px 25px 0 0;
}

.service-provider-tile-content {
    padding: var(--ix-padding-top) var(--ix-padding-leftright-100);
}

.table-content-color ul {
    margin: 0;
    padding: 5px 0 5px 24px;
}

.service-provider-table-container {
    border-collapse: collapse;
    min-width: 100%;
    margin-top: 24px;
}

    .service-provider-table-container tbody tr {
        border-bottom: 1px solid #DDDDDD;
    }

    .service-provider-table-container th, .service-provider-table-container td {
        text-align: start;
        color: #2A252D;
        font-size: 20px;
        line-height: 32px;
        align-content: start;
    }

.find-out-more {
    font-weight: 500;
}

.service-provider-table-container th {
    padding: 14px 24px;
    background-color: #F5F5F7;
    font-weight: 700;
}

.service-provider-table-container td {
    padding: 16px 24px 16px 24px;
}

.service-provider-table-container .th-1 {
    width: 30%;
}

.service-provider-table-container .th-2 {
    width: 70%;
}

/*.service-provider-table-container .th-3{ !!! comment for now
    width: 30%; 
}*/

.service-provider-table-container .table-content-color, .service-provider-table-container a.table-content-color {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

.service-provider-table-container tbody tr:nth-child(5n+1) .table-content-color, tr:nth-child(5n+1) a.table-content-color, tr:nth-child(5n+1) a.table-content-color {
    color: #24C69A;
}

.service-provider-table-container tbody tr:nth-child(5n+2) .table-content-color, tr:nth-child(5n+2) a.table-content-color, tr:nth-child(5n+2) a.table-content-color {
    color: #F69C2D;
}

.service-provider-table-container tbody tr:nth-child(5n+3) .table-content-color, tr:nth-child(5n+3) a.table-content-color, tr:nth-child(5n+3) a.table-content-color {
    color: #D6005B;
}

.service-provider-table-container tbody tr:nth-child(5n+4) .table-content-color, tr:nth-child(5n+4) a.table-content-color, tr:nth-child(5n+4) a.table-content-color {
    color: #9C54E4;
}

.service-provider-table-container tbody tr:nth-child(5n+5) .table-content-color, tr:nth-child(5n+5) a.table-content-color, tr:nth-child(5n+5) a.table-content-color {
    color: #116DFF;
}

.mobile-service-provider .find-out-more {
    padding-top: 12px;
}

.partner-link .ix-arrow.right {
    margin: 0 0 2px 0;
    padding: 4px;
    border-color: inherit;
}

.mobile-service-provider tbody td {
    display: block;
}


.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:first-child {
    border-radius: 25px 0 0 25px;
    border-left: 1px solid var(--ix-border-color5);
}

.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:last-child {
    border-radius: 0 25px 25px 0;
}

.sample-report-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.audit-report-input{
    display: flex;
    gap: 30px;
    height: 54px;
}

.report-download-btn {
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background-color: transparent;
    color: #7646FF;
    border: 1.5px solid #7646FF;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.03em;
    gap: 8px;
}

.download-btn-icon {
    width: 16px;
    height: auto;
    vertical-align: middle;
}

.detail-insight {
    background-color: #FBF6F1;
}

.detail-insight-wrapper {
    background-color: #F7EBDB;
    border-radius: 30px;
}

.ix-insights-content {
    display: flex;
    gap: 62px;
}

.ix-insight-column {
    flex: 1;
    text-align: left;
}

.ix-insight-column ul {
    list-style: disc; 
    padding-left: 22px;
    margin-top: 0;
    margin-bottom: 20px;
}

.ix-bg-color-light-blue {
    background-color: #F3F8FF;
}

.ix-bg-color-light-blue a{
    text-decoration: underline;
}

.ix-bg-color-blue {
    background-color: var(--ix-blue-color);
    justify-content: center;
}

.ix-package-tile.pkg-promotion {
    position: relative;
}

.ix-package-tile {
    min-width: 368px;
    max-width: 368px;
    border-radius: 25px;
    box-shadow: var(--ix-box-shadow);
}

.ix-package-tile-header {
    height: 10px;
    border-radius: 25px 25px 0 0;
}

.ix-tile-header-line {
    background-color: var(--ix-background-color11);
}

.ix-5d-info-wrapper .ix-tile-title {
    max-width: 240px;
}

.ix-package-ribbon {
    position: absolute;
    top: -13px;
    right: -13px;
    z-index: 100;
}

.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-desc {
    font-size: 15px;
    line-height: 22.5px;
}

.ix-package-tile-content {
    position: relative;
    padding: 30px;
    background: var(--ix-white-color);
    border-radius: 0 0 25px 25px;
}

.left-circle {
    left: -13px;
}

.left-circle, .right-circle {
    background: var(--ix-blue-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
}

.right-circle {
    right: -13px;
}

.left-circle, .right-circle {
    background: var(--ix-blue-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
}

.ix-package-detail {
    margin-bottom: 15px;
    position: relative;
}

.ix-checked {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
}

.ix-package-detail .ix-package-desc {
    padding-left: 37px;
}

.ix-package-promotion-price {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 30px 0;
}

.ix-package-discount-price {
    font-weight: 600;
    font-size: 65px;
    line-height: 38px;
    color: #D00058;
}

.ix-package-original-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    color: #2A252D;
    text-decoration: line-through;
}

.centered {
    text-align: center;
}

.ix-package-tile.pkg-promotion .ix-btn {
    margin-top: 118px;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region Media queries */
/*----------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1365.99px) {
}

@media (min-width: 1366px) and (max-width: 1599px) {
}

@media (min-width: 1200px) and (max-width: 1798.99px) {
}

@media (min-width: 1600px) {
}

@media (max-width: 1520px) {
}

@media screen and (max-width: 1365.99px) {
    .pad-left-200 {
        padding-left: 100px;
    }

    .pad-right-200 {
        padding-right: 100px;
    }

    .ix-5d-tiles {
        flex-direction: column;
    }

    .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-tile {
        border: 1px solid var(--ix-border-color5);
        border-top: none;
    }

    .ix-5d-info-wrapper .ix-tile-title {
        max-width: fit-content;
    }
}

@media screen and (max-width: 1299px) {
}

@media screen and (max-width: 1199.99px) {
}

@media screen and (max-width: 1150px) {
    .pad-left-200 {
        padding-left: 0;
    }

    .mar-right-60 {
        margin-right: 0;
    }

    .pad-right-200 {
        padding-right: 50px;
    }
}

@media (min-width: 675.5px) and (max-width: 1150px) {
}

@media screen and (max-width: 1024px) {
    .ix-insights-content {
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 969px) {

    .right-pad.banner {
        padding-left: var(--ix-padding-left-right);
        padding-bottom: var(--ix-padding-bottom-left);
    }

    .web-benefits {
        gap: 60px;
        grid-template-columns: 100%;
    }

    .ix-flex-row-wrapper {
        gap: 30px;
        flex-wrap: wrap;
    }

    .service-provider-tile-content {
        padding: 70px 24px 70px 24px;
    }

    .desktop-service-provider {
        display: none;
    }

    .mobile-service-provider {
        display: contents;
    }
}

@media (max-width: 675px) {

    .ix-col-12-fw {
        text-align: left;
    }

    .right-pad.banner {
        padding: var(--ix-padding-top) var(--ix-padding-left-right) 30px var(--ix-padding-left-right);
    }

    .right-pad.banner {
        text-align: left;
    }

    /* font size */
    .ix-masthead-title {
        font-size: 32px;
        line-height: 38.4px;
    }

    .ix-tile-desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
    }

    h3 {
        font-size: 22px;
        line-height: 30.8px;
    }

    .service-provider-tile {
        border-radius: 10px;
        background: var(--ix-white-color);
        position: relative;
        max-width: 1520px;
    }

    .service-provider-tile-header {
        height: 10px;
        border-radius: 10px 10px 0 0;
    }

    .ix-col-custom-fw {
        text-align: center;
        padding: 60px 32px;
    }

    .right-img.banner {
        padding: 22px 17px 30px 17px;
    }

    .ix-listing-desc {
        padding-inline-start: 28px;
    }

    .ix-col-6-fw.right-pad commitment-right {
        padding: var(--ix-padding-top-left) var(--ix-padding-left-right) var(--ix-padding-bottom-left) var(--ix-padding-left-right);
    }

    .pad-right-200 {
        padding-right: 0;
    }

    .ix-text-20 {
        font-size: 18px;
        line-height: 28.8px;
        font-weight: 400;
    }

    .ix-package-tile {
        min-width: auto;
        max-width: 450px;
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .audit-report-input{
        height: auto;
        gap: 10px;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .ix-package-discount-price {
        font-weight: 600;
        font-size: 55px;
        line-height: 38px;
        color: #D00058;
    }
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/
