.two-columns {
    /* Two-column layout container */
    p{
        color: #373737 !important;
    }
}

.wp-block-columns.is-layout-flex {
    h3{
        font-size: var(--txt-norm-f-size);
        text-align: left;
    }
    p{
        text-align:left;
        font-size: var(--txt-norm-f-size);
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }
}
section.Revolutionizing {
    .wp-block-columns{
        display: flex;
        justify-content: space-between!important;
    }
    .wp-block-column{
        width:47%;
    }
    .wp-block-column:nth-of-type(1){
        
    }
    .wp-block-column:nth-of-type(2){
        img{
            width: 89%!important;
            right: auto;
        }
    }
}
div.callout {
    background: var(--color-one-newedit);
    color: #fff;
    height: 26vh!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 4vw;
    
    
    .wp-block-columns{
        max-width: 1400px;
        margin: auto;
        width: 100%;
        
        
        
        
        
        
        
        
        
        
        
        
        h2{
            font-size: var(--h3-norm-f-size);
        }
        p{
            font-size: var(--h5-norm-f-size);
        }
    }
    .wp-block-column{
        
    }
    
}
.wp-block-column.textarea.is-layout-flow {
    /* Text column styles */
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    color: var(--color-one-newedit);
    flex: unset;
    width: 50%;
}

.wp-block-heading {

}

.wp-block-image.size-full.is-resized {
    /* Responsive image container */
}

/* Problem Section */
.problem {
    .wp-block-columns{
        max-width:1400px;
        margin: unset;
    }
    /* Problem section wrapper */
    
    
    color: #fff;
    height: unset!important;
    padding: 0vh 0;
    
    
    h2{
       color: #fff; 
    }
    .probhead{
        color: var(--color-one-txt);
        font-size:clamp(2rem,2vw,2vw);
        text-align: left;
        /* padding: 0 13vw; */
        /* background: var(--color-black-txt); */
    }
    .three-columns{
        display:flex;
        .wp-block-column{
            padding: 2vh 19px;
            background: #ffffff;
            box-shadow: 0 10px 10px #00000014;
            width: 33%;
            min-height: 289px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            border-radius:10px;
            color: var(--color-one-newedit);
            /* border: 2px solid #750000; */
        }
        h3{
           color: var(--color-one-txt);
        }
    }
    .two-columns{
        margin: 0px 0;
        /* border-radius:10px; */
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    h3{
        color: var(--color-one-newedit);
        /* font-size: var(--h3-norm-f-size)!important; */
    }
    p{
        color: var(--color-one-beuedit);
        /* font-size: var(--h3-norm-f-size)!important; */
    }
    img{
        height: 40vh;
        width:auto;
        background: var(--color-one-newedit);
        width: auto!important;
        padding: 2vh;
    }
}

.three-columns.is-layout-flex {
    /* Three-column layout container */
    width: 100%;
    margin: 8vh auto;
    gap: 1vw!important;
    /* background: #ededed; */
}

/* Solution Section */
.solution {
    color: #fff;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-one-newedit);
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    h2{
       color: #fff; 
    }
    .wp-block-columns{
    }
    figure{
        height:50vh;
        width: 90%; 
        overflow: hidden;
        border-radius:20px;
        display:flex;
          align-items: center;  
          justify-content: center;
        img{
            width:auto;
            height:auto;
            object-fit: contain; 
        }
    }
    .two-columns{
        margin: unset!important;
        display: flex;
        flex-direction: row-reverse!important;
        h2{
            color:#00ce1f;
            opacity:1;
            font-size: var(--h2-big-f-size);
        }
        h3{
            color:#fff;
            font-size: var(--h3-norm-f-size);
        }
        p{
            width:90%;
            font-size:18px;
            color: #dfdfdf !important;
        }
    }
    .soluhead{
        color:#22423b;
        font-size:clamp(2rem,2vw,2vw)
    }
    .three-columns{
        display:flex;
        padding-bottom: 16vh;
        background: var(--color-one-txt);
        .wp-block-column{
            padding: 2vh 20px;
            background: #ffffff14;
            width:33%;
            height: 36vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            border-radius:10px;
            color: #000000;
            /* border:2px solid #5fb56c; */
            h3{
                color: var(--color-two-txt);
            }
        }
        h2{
           color: #142a25; 
        }
    }
}

h2.wp-block-heading.has-text-align-center {}
    .why-choose-us-section {padding: 64px 16px;background-color: #f2f8f5;text-align: center;height: 71vh;display: flex;align-items: center;}

    .container {
    max-width: 1400px;
    }

    .heading-primary {
        font-size: 36px;
        font-weight: 800;
        color: #1a202c;
        margin-bottom: 48px;
        border-radius: 8px;
    }

    .value-cards-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    @media (min-width: 768px) {
        .value-cards-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .value-cards-grid {
            grid-template-columns: repeat(5, 1fr);
        }
    }

    .value-card {
        padding: 23px  11px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        background: var(--color-one-newedit);
    }
    .value-card:nth-of-type(even){
        background: #6b7b76!important;
    }

    .value-card:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .value-card.safety,
    .value-card.simplicity,
    .value-card.cost,
    .value-card.environmental,
    .value-card.final-output {
    }
h1.gb-text.gb-text-79d9d910 {
    text-shadow: 0 2px 4px BLACK;
}
    .value-card-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .value-card.safety .value-card-icon,
    .value-card.simplicity .value-card-icon,
    .value-card.cost .value-card-icon,
    .value-card.environmental .value-card-icon,
    .value-card.final-output .value-card-icon {
    }

    .value-card-title {
        font-size: var(--h4-norm-f-size);
        font-weight: 600;
        color: var(--color-white-txt);
        margin-bottom: 8px;
    }
    .value-card-description {
        font-size: var(--txt-semi-f-size);
        color: var(--color-white-txt);
        font-weight: 300;
    }
section.application {
    padding:10vh 10vw;
    .wp-block-columns{
    height: unset!important;
    max-width:1400px;
    }
    height: unset;
    p{
        color:#333!important;
    }
    img{
        height:70vh;
        width:auto;
        max-width: max-content;
        margin:0 auto;
    }
    h1{
        position:relative;
        top:0;
    }
    
}
section{
    padding: 4vw 4vw!important;
}
section.two-columns {
    height: 69vh;
    padding:unset;
    .wp-block-columns{max-width:1400px;}
}
section.gb-element-cb490b6c {
    height: 80vh;
    padding: 8vh;
    display: flex;
    justify-content: flex-start;
  &:after{
    content:'';
    display:block;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, #032926, #0024254d);
    position:absolute;
    z-index: -1;
  }
  p{
    font-size: var(--h4-norm-f-size);
  }
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 1400px;
    justify-content: space-between;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {flex: unset;}
