/* img with text */
.img-with-text-inner {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.img-with-text-inner .img-block, .img-with-text-inner .content-block {
    flex: 0 0 50%;
    padding: 0 20px;
    max-width: 50%;
}
.img-with-text-inner .img-block {
    text-align: center;
}
.icon-with-text .icon {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-with-text {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    margin: 15px 0;
}
.icon-with-text li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.icon-with-text .icon-text {
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 60px);
}
section.img-with-text.full-fluid {
    position: relative;
    background-color: #e9f1e9;
}
section.img-with-text.full-fluid .content-block {
    padding-left: 50px !important;
}
section.img-with-text.full-fluid:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    right: initial;
    top: 0;
    bottom: 0;
    background-image: url(../img/gettyImages.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
}
section.img-with-text.full-fluid.right:after {
    right: 0;
    left: initial;
}
.right .img-with-text-inner {
    flex-direction: row-reverse;
}
section.img-with-text.full-fluid.right .content-block {
    padding-left: 20px!important;
    padding-right: 50px !important;
}
.img-with-text .subtitle, .subtitle {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px;
}

img {
    height: auto;
}
p:last-child, ul:last-child {
    margin-bottom: 0;
}
.page-banner {
    padding: 100px 0;
    background-image: url(/assets/img/platform-bg-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.page-banner .img-block {
    display: none;
}
.banner-content {
    max-width: 700px;
    width: 100%;
}
.banner-content h1 {
    color: var(--blue);
    font-weight: 700;
}
.banner-content p {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0 12px;
}
.circular-economy .img-with-text-inner {
    flex-direction: row-reverse;
}
section.img-with-text.circular-economy {
    background-image: url(/assets/img/strip-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.circular-economy .img-block img {
    max-width: 500px;
    width: 100%;
}
.circular-economy * {
    color: #fff;
}
.circular-economy .btn {
    background-image: url(/assets/img/play-btn-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 125px 13px;
    padding-right: 46px;
}
section.circular-economy-twofold {
    background-color: #e9f1e9;
    background-image: url(/assets/img/background-3.webp);
    background-size: cover;
    background-repeat: no-repeat; 
}
.circular-economy-twofold .heading-wrapper {
    text-align: center;
}
.circular-economy-twofold .icon-with-text {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.circular-economy-twofold .icon-with-text .icon {
    width: auto;
    margin: 0;
}
.circular-economy-twofold .icon-with-text .icon img {
    width: auto;
    height: 100%;
}
.circular-economy-twofold .col:first-child .h4 {
    max-width: 165px;
}
.circular-economy-twofold .col:last-child .h4 {
    max-width: 230px;
}
.circular-economy-twofold h2.title {
    margin-bottom: 40px;
}
.circular-economy-twofold .row {
    margin: 0 -20px;
}
.circular-economy-twofold .row .col {
    width: 50%;
    padding: 0 20px;
}
.circular-economy-twofold .icon-with-text .icon img {
    width: auto;
    height: 100%;
}
.circular-economy-twofold ul, .digital-dashboard ul, .online-marketplace ul {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin-bottom: 12px;
    list-style: disc;
    padding-left: 32px;
}
.circular-economy-twofold .logo-list-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
.circular-economy-twofold .logo-list-main a {
    display: block;
    width: 25%;
    padding: 0 10px;
}
.circular-economy-twofold .logo-list-main img {
    width: 100%;
    height: auto;
}
.digital-dashboard .heading-wrapper h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
}
.digital-dashboard .heading-wrapper, .onsite-services .heading-wrapper {
    margin-bottom: 40px;
    text-align: center;
}
.digital-dashboard .img-with-text-inner, .onsite-services .img-with-text-inner {
    margin: 0 -20px;
}
.digital-dashboard .img-with-text-inner .img-block,.digital-dashboard .img-with-text-inner .content-block,
.onsite-services .img-with-text-inner .img-block,.onsite-services .img-with-text-inner .content-block {
    padding: 0 30px;
}
.onsite-services {
    background-color: #e9f1e9;
}
.onsite-services h2.title {
    margin-bottom: 12px;
}
.onsite-services ul li strong {
    color: #555;
}
.onsite-services ul li {
    margin-bottom: 15px;
}
.onsite-services ul li:last-child, .onsite-services ul li:last-child p {
    margin: 0;
}
.online-marketplace .img-block img {
    max-width: 600px;
    width: 100%;
}
section.dashboard-tour {
    background-image: url(/assets/img/dashboard-tour-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;  
    padding-bottom: 40px;
}
.row.dashboard-tour-inner .col:first-child {
    width: 65%;
    display: flex;
}
.row.dashboard-tour-inner .col:last-child {
    width: 35%;
}
.row.dashboard-tour-inner .col .img-block {
    width: 300px;
}
.row.dashboard-tour-inner .col .content-block {
    width: calc(100% - 300px);
    padding: 0 15px 0 15px;
}
.row.dashboard-tour-inner .col .content-block p.large-text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    max-width: 500px;
}
.dashboard-tour input {
    height: 46px;
    border-radius: 0;
    padding: 10px 17px;
    font-size: 13px;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px
}
.dashboard-tour form .row {
    flex-wrap: wrap;
    margin: 0 -6px;
    row-gap: 12px
}
.dashboard-tour form .row .col-6 {
    width: 50%;
    padding: 0 6px
}
.dashboard-tour form .btn {
    width: 100%;
    margin-top: 30px;
}
.dashboard-tour form {
    padding-top: 10px;
}
section.lets-talk {
    text-align: center;
    background-image: url(/assets/img/background-2.webp);
    background-size: cover;
    background-repeat: no-repeat; 
    background-color: #e9f1e9;
}
.digital-dashboard ul {
    margin-bottom: 0;
}

.equipment-inner ul {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}
.equipment-inner ul li a, .equipment-inner ul li .equipment-sales {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--green);
    padding: 6px 14px 6px 6px;
    border-radius: 60px;
}
.equipment-inner .img-block {
    width: 36px;
    height: 36px;
}
.equipment-inner .img-block img {
    width: 100%;
    height: auto;
}
.equipment-inner .text-block {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}
/* model popup */
.model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.model-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-inline: auto;
    max-width: 800px;
    background: #fff;
    border-radius: 8px;
    padding: 50px 25px 25px;
    width: 90%;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
}
.model-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 32px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    cursor: pointer;
}
.video-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.model-close-btn:hover {
    opacity: 1;
}
.equipment-inner ul li .member-portal {
    min-width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .equipment-inner ul {
        display: grid;
        grid-template-columns: 118px 118px;
    }  
}
@media only screen and (max-width: 1299px) {
    .banner-content {
        max-width: 500px;
    }
    section.page-banner {
        padding: 60px 0;
    }
    .equipment-inner ul {
        gap: 8px;
        margin: 25px 0 0;
    }
    .equipment-inner ul li a, .equipment-inner ul li .equipment-sales {
        gap: 6px;
        padding: 6px 12px 6px 6px;
    }
    .equipment-inner .img-block {
        width: 30px;
        height: 30px;
    }
    .equipment-inner .text-block {
        font-size: 11px;
        line-height: 15px;
    }
    .equipment-inner ul li .member-portal {
        min-width: 118px;
    }
}
@media only screen and (max-width: 1199px) {
    .row.dashboard-tour-inner .col .img-block {
        width: 220px;
    }
    .row.dashboard-tour-inner .col .content-block {
        width: calc(100% - 220px);
    }
}
@media only screen and (max-width: 991px) {  
    .page-banner .img-block {
        display: block;
        margin: 0 -20px;
    }
    .page-banner .img-block img {
        width: 100%;
    }
    section.page-banner {
        padding: 0;
        background: no-repeat;
    }
    .banner-content {
        max-width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .banner-content p {
        margin: 10px 0 10px;
    }
    section.dashboard-tour {
        padding: 60px 0;
    }
    .row.dashboard-tour-inner {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .row.dashboard-tour-inner .col:first-child, .row.dashboard-tour-inner .col:last-child {
        width: 100%;
    }
    .row.dashboard-tour-inner .col .img-block {
        width: 300px;
    }
    .row.dashboard-tour-inner .col .content-block {
        width: calc(100% - 300px);
        padding: 0 0 0 15px;
    }
    .dashboard-tour form .btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {  
    /* img with text */
    .img-with-text-inner {
        flex-wrap: wrap;
        gap: 30px;
        margin: 0;
    }
    .img-with-text-inner .img-block, .img-with-text-inner .content-block {
        flex: 0 0 100%;
        padding: 0;
        max-width: 100%;
    }
    .icon-with-text .icon {
        width: 50px;
        height: 50px;
    }
    .icon-with-text li {
        margin-bottom: 2px;
    }
    section.img-with-text.full-fluid {
        padding: 0;
    }
    section.img-with-text.full-fluid .img-block {
        position: relative;
        padding-bottom: 40%;
        background-image: url(../img/gettyImages.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    section.img-with-text.full-fluid .container {
        padding: 0;
    }
    section.img-with-text.full-fluid:after, section.img-with-text.full-fluid:before {
        display: none;
    }
    section.img-with-text.full-fluid .content-block {
        padding: 0 20px 40px 20px!important;
    }
    section.img-with-text.full-fluid.right .content-block {
        padding-right: 20px!important;
    }

    .banner-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .linear-economy .img-block img {
        max-width: 500px;
        width: 100%;
    }
    .circular-economy .img-block img {
        max-width: 400px;
    }
    .circular-economy-twofold .row {
        margin: 0;
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .circular-economy-twofold .row .col {
        width: 100%;
        padding: 0;
    }
    .circular-economy-twofold h2.title {
        margin-bottom: 30px;
    }
    .circular-economy-twofold .logo-list-main {
        max-width: 550px;
    }
    .digital-dashboard .img-with-text-inner, .onsite-services .img-with-text-inner {
        margin: 0;
    }
    .digital-dashboard .img-with-text-inner .img-block, .digital-dashboard .img-with-text-inner .content-block, .onsite-services .img-with-text-inner .img-block, .onsite-services .img-with-text-inner .content-block {
        padding: 0;
    }
    .onsite-services .img-block img {
        max-width: 550px;
        width: 100%;
    }
    .online-marketplace .img-block img {
        max-width: 500px;
        width: 100%;
    }
    section.dashboard-tour {
        padding: 40px 0;
    }
    .row.dashboard-tour-inner .col:first-child {
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .row.dashboard-tour-inner .col .img-block, .row.dashboard-tour-inner .col .content-block {
        width: 100%;
        padding: 0;
    }
    .row.dashboard-tour-inner .col .img-block img {
        max-width: 300px;
    }
    .row.dashboard-tour-inner .col .content-block p.large-text {
        max-width: 100%;
        margin-bottom: 8px;
    }
    .row.dashboard-tour-inner .col .content-block  h2.title {
        margin-bottom: 10px;
    }
    .dashboard-tour form .btn {
        margin-top: 15px;
    }
    .dashboard-tour form {
        padding-top: 0;
    }
    .row.dashboard-tour-inner {
        row-gap: 25px;
    }
    .row.dashboard-tour-inner .col .img-block img {
        max-width: 260px;
    }
    .row.dashboard-tour-inner .col .content-block p.large-text {
        font-size: 18px;
        line-height: 26px;
    }
    .dashboard-tour form .btn {
        width: 100%;
    }
    .dashboard-tour form .row .col-6 {
        width: 100%;
    }
    .equipment-inner ul {
        grid-template-columns: 118px 118px 118px 118px;
    }
    .model-inner {
        padding: 42px 14px 14px;
    }
}
@media only screen and (max-width: 539px) {
    .equipment-inner ul {
        grid-template-columns: 118px 118px;
        display: grid;
    }
}
@media only screen and (max-width: 479px) {  
    /* img with text */
    section.img-with-text.full-fluid .content-block {
        padding: 0 14px 40px 14px!important;
    }
    section.img-with-text.full-fluid .img-block {
        padding-bottom: 50%;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .linear-economy .img-block img {
        max-width: 350px;
    }
    .page-banner .img-block {
        margin: 0 -14px;
    }
    .circular-economy .img-block img {
        max-width: 300px;
    }
    .circular-economy-twofold .icon-with-text {
        margin: 12px 0;
        column-gap: 12px;
    }
    .circular-economy-twofold h2.title {
        margin-bottom: 24px;
    }
    section.circular-economy-twofold .btn {
        margin-top: 8px;
    }
    .circular-economy-twofold .logo-list-main {
        margin: 20px -10px 0;
        row-gap: 10px;
    }
    .circular-economy-twofold .logo-list-main a {
        width: 50%;
        text-align: center;
    }
    .circular-economy-twofold .logo-list-main img {
        width: 140px;
    }
    .digital-dashboard .heading-wrapper, .onsite-services .heading-wrapper {
        margin-bottom: 30px;
    }
    .online-marketplace .img-block img {
        max-width: 380px;
        width: 100%;
    }
}