/* two column section style */

.belt-future-section {
    background: linear-gradient(90deg, #f15b29 0%, #f15b29 100%);
    padding: 110px 40px;
}

.belt-future-inner {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
    /* background-image: url(https://wpstaq-ap-southeast-2-media.s3.amazonaws.com/controlsystems/wp-content/uploads/media/2026/02/Mask-group-1.png); */
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: contain;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}

.belt-future-content {
    width: 50%;
    padding: 80px;
}

.belt-future-content h2 {
    font-size: 3.646vw;
    font-weight: normal;
    color: #0d3b4c;
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'inter-Black';
    /* font-family: 'Inter-Black-Italic'; */
}

.belt-future-content .subtitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}

.content-block {
    border-left: 3px solid #f15b29;
    padding-left: 20px;
    margin-bottom: 30px;
}

.content-block p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.highlight {
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    color: #0d3b4c;
}

.belt-future-image {
    width: 45%;
    background-size: cover;
    background-position: center;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}

/* Responsive */
@media (max-width: 1844px){
    .belt-future-inner{
        background-size: 51vw;
    }
}
@media (max-width: 1800px){
    .belt-future-inner {
        background-size: 55vw;
        background-position: 40vw center;
    }
    .belt-future-content .subtitle, .content-block p, .highlight {
        font-size: 15px;
    }
}
@media (max-width: 1650px){
    .belt-future-inner {
        background-size: 65vw;
    }
}
@media (max-width: 1530px){
    .belt-future-inner {
        background-size: 70vw;
    }
}
@media (max-width: 1440px){
    .belt-future-inner {
        background-size: 80vw;
    }
    .belt-future-content {
        padding: 50px;
    }
    .belt-future-content .subtitle, .content-block p, .highlight{
        line-height: 1.3;
    }
}
@media (max-width: 1335px){
    .belt-future-inner {
        background-size: 90vw;
    }
}

@media (max-width: 1280px) {
    /* Integrated systems section */
    .our-promise-column-parent {
        flex-direction: column;
        padding: 40px;
    }
}
@media (max-width: 1200px) {
    .belt-future-content .subtitle, .content-block p, .highlight {
        font-size: 14px;
    }    
    .belt-future-content{
        padding: 4.167vw;
    }

}
@media (max-width: 992px) {
    .belt-future-inner {
        flex-direction: row;
    }

    .belt-future-content,
    .belt-future-image {
        width: 100%;
    }

    .belt-future-image {
        height: 400px;
        clip-path: none;
    }
}


@media (max-width: 900px) {
    .belt-future-content h2 {
        color: #f15b29;
        font-size: 40px;
    }
    .belt-future-section{
        padding: 80px 0;
    }
    .belt-future-content {
        margin-top: 60vw;
        background: white;
    }
    .belt-future-inner {
        max-width: 100vw;
        flex-direction: column;
        background-position: -34vw top;
        background-size: 135vw;
        background-color: #f05b29;
        background-blend-mode: unset;
        /* box-shadow: none; */
    }
    .belt-future-content .subtitle, .content-block p, .highlight {
        color: #000000;
    }
    .belt-future-image{
        display: none;
    }
}
@media (max-width: 600px) {
    .is-container-section {
        padding: 0 !important;
    }
    .belt-future-content h2 {
        color: #f15b29;
        font-size: 40px;
    }
    .belt-future-section{
        padding: 80px 0;
    }
    .belt-future-content {
        margin-top: 116.667vw;
    }
    .belt-future-inner {
        max-width: 100vw;
        flex-direction: column;
        background-position: -30vw top;
        background-size: 130vw;
        background-color: #ffffff;
        background-blend-mode: unset;
    }
    .belt-future-content .subtitle, .content-block p, .highlight {
        color: #000000;
    }
}