section.ammonia.x1400 {
    height: 76vh;
    text-align: left;
}

section.ammonia.x1400 .wp-block-column:nth-of-type(1) {
  width: 48%;
  flex: unset;
  /* text-align: justify; */
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  
  ul{
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 82%;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    font-size: var(--h5-norm-f-size);
    li{
      line-height: 22px;
    }
  }
      p{
      font-size: var(--txt-norm-f-size);
    }
}
section.ammonia.x1400 .wp-block-column:nth-of-type(2) {
  width: 47.7%;
  flex: unset;
  img{
    /* width:45%; */
  }
}
#svg-denied{
  fill: #ff0b06;
}
#svg-correct{
  fill: var(--color-two-txt-alt);
}
section.problem.fullsection {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 54vh;
  justify-content: center;
  background: var(--color-one-newedit);
  padding: 0 4vw;
  
  
  
  
  
  
  
  
  
  
    .wp-block-columns{
        
    }
    .wp-block-column{
      ul{
        margin: unset;
        color: var(--color-white-txt);
        margin-top: -20px;
        
        li{
          font-size: var(--h5-norm-f-size);
          list-style: none;
          display:flex;
          gap: 10px;
          height: 29px;

        svg{
            height: 25px;
        width: 25px;
          }

        }
      }
        
    }
    .wp-block-column:nth-of-type(1){
    }
    .wp-block-column:nth-of-type(2){
      .wp-block-image{
        height: fit-content;
        border-radius: 20px;
        img{
          max-width:270px;
          margin-right: 6px;
        }
      }  
    }
  h2{
    color: var(--color-white-txt);
  }
}
.problem .wp-block-columns{
  gap: 2%!important;
}
.problem .wp-block-column:nth-of-type(1){
    max-width: 50%;
}
.problem .wp-block-column:nth-of-type(2){
    max-width: 40%;
    /* background: #f14305; */
    display: flex;
    justify-content: flex-end;
    border-radius: 19px;
    padding-right: 0;
    /* background: #ffffff0d; */
    height: 39vh;
    /* box-shadow: -10px 23px 32px #0000006e; */
    align-items: center;
    padding-right: 18px;
}
.value-cards-grid {
    img{
        width:60px;
        height:60px;
        filter: brightness(0) invert(1);
    }
}
section.problem.fullsection p {
  color: var(--color-white-txt);
  font-size: var(--h4-norm-f-size);
  max-width: 1400px;
  width: 100%;
}
section.problem.fullsection h2 {
  /* color: #fff; */
}
section.problem.fullsection .wp-block-columns {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left;
  max-width: 1400px;
  justify-content: center;
  width: 61%;
  padding-left: 0%;
  padding: 21px;
  gap: 1vw!important;
  background: #ffffff0d;
  border-radius: 17px;
}
section.solution.x1400 {
  .wp-block-media-text {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: var(--h5-norm-f-size);    
    figure{
        height: fit-content;
        width: fit-content;
        img{
            max-width:300px;
            height:auto;
        }
      }
  }
  h3{
    color: var(--color-one-txt);
    font-size: calc(var(--txt-norm-f-size) + 7px );
    font-weight: 600;
  }
  h2{
    color: var(--color-one-txt);
    font-size: var(--h2-norm-f-size);
    font-weight: 700;
  }
  p{
    font-size: var(--h5-norm-f-size);
    color: var(--color-one-txt);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  } 
  display: flex;
  align-items: center;
  height: 92vh;
  margin-top: 0vh;
}
section.solution.x1400 img {
  height: 67vh;
  width: auto;
}

section.solution.x1400 .wp-block-columns {
  display: flex;
  align-items: flex-start;
}
section.solution.x1400 .wp-block-column{
  flex:unset;
}
section.solution.x1400 .wp-block-columns .wp-block-column:nth-of-type(1) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-top: 26px;
  width: 60%;
}
section.solution.x1400 .wp-block-columns .wp-block-column:nth-of-type(2) {
  display: flex;
  justify-content: center;
  width: 36%;
  
}
section.solution .explain{
  display:flex;
  flex-direction: row-reverse;
  padding: unset;
  height: 40vh;
  align-items: center!important;
  /* background: var(--color-one-beuedit); */
  border-radius: 20px;
}
section.solution .explain .wp-block-column{
  flex:unset;
}

section.solution .explain .wp-block-column{
  flex:unset;
}
section.solution.x1400 .explain .wp-block-column:nth-of-type(1){
  
  width:50%;
  ul{
    margin:unset!important;
    list-style: none!important;
    li{
    display: flex;
    gap:10px;
    column-gap: 10px;
    padding: 1px 0;
    flex-direction: row;
    align-items: center;
    color: var(--color-one-newedit);
    }
  }
}
section.solution.x1400 .explain .wp-block-column:nth-of-type(2){
  width:50%;
  
  img{
    width:83%;
  height:auto;
  }
}
section.compare.x1400 {
    height: 76vh;
    color: #fff;
    display: flex;
    text-align: left;
    padding: 0vw 4vw;
    flex-direction: column;
    align-items: center;
    h2{
        color: #ffffff00;
        opacity:1;
        margin-bottom:3vh;
        max-width: 1400px;
        width: 100%;
        text-align: left;
        padding: 0 2vw;
    }
    h3{
      font-size: var(--h3-norm-f-size);
      color: #ffffff;
      margin-bottom:10vh!important;
      font-weight: 600;
      width: 90%;
      text-align: left;
    }
    img{
      background:#00000014;
    }
    .wp-block-media-text{
        display: flex;
        align-items: center;
        gap: 30px;
        text-align: left;
    }
    img{width: 100%;height:auto;}
    .wp-block-columns{
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
      .wp-block-column{
          
      }
      .wp-block-column:nth-of-type(1){
          background: var(--color-one-beuedit);
      }
      .wp-block-column:nth-of-type(2){
          width: 50%;
      }
}
.ammonia .two-columns {
    display: flex;
    gap: 3vw;
    flex-direction: row;
    margin-top: 7vh;
    .wp-block-column{
      height:58vh;
      border-radius:2rem;
      img{
        border-radius:2rem 2rem 0px 0px;
      }
      .wp-block-media-text__content {
        background: var(--color-one-txt);
        padding: 1rem 1rem;
        color:#fff;
      }
    }
}
.sector {
    height: 83vh;
    background: var(--color-one-newedit);
    display: flex;
    align-items: center;
    margin: 0vh 0 0vh 0;
    color: #f2f8f5;
    flex-direction: column;
    justify-content: center;
    padding: 9vh 4vw 0 4vw;
  div{
    max-width: 1400px;
    display: flex;
    align-items: center;
    flex: unset;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 36px;
    justify-content: center;
    
    
    
    h2.wp-block-heading{
      width:100%;
      font-size: var(--h2-norm-f-size);
      margin: unset;
      text-align: center;
    }
  }
  img{
    max-width: 78%;
    height: auto;
  }
    p{
        max-width: 80%;
        font-size: var(--h4-norm-f-size);
        font-weight:500;
        text-align: center;
    }
  figure{
    width: 100%;
    display: flex;
    height: 34vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
    .why-choose-us-section {background-color: #f2f8f5;text-align: center;height: 69vh;display: flex;align-items: center;}

    .container {
    max-width: 1400px;
    padding: 0 4vw;
    }

    .heading-primary {
        font-size: 36px;
        font-weight: 800;
        color: var(--color-one-txt);
        margin-bottom: 48px;
        border-radius: 8px;
    }

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

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

    @media (min-width: 1024px) {
        .value-cards-grid {
            grid-template-columns: repeat(6, 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;
        color: var(--color-white-txt);
        flex-direction: column;
        text-align: center;
        gap: 11px;
        align-items: center;
        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: 60px;
        height: 60px;
        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.x1400 {
    height: 87vh;
    .three-columns{
      display: flex;
      align-items: flex-start;
      gap:2vw;
      margin-top:7vh;
      padding: unset;
      
      
      .wp-block-column{
        background:#ffffff;
        border-radius: 1rem;
        padding: 0vh 0vh 2vh 0vh;
      }
      h3{
        font-size: var(--txt-norm-f-size);
        color:#333;
      }
      img{
        border-radius:1rem 1rem 0rem 0rem
        
      }
      p{
        height:60px;
      }
    }
}

h1.gb-text.gb-text-ce1b2f50 {
    text-shadow: 0 2px 4px #000;
}
section.gb-element-0dc372b2.visible {
    display: flex;
    justify-content: space-between;
}
section.gb-element-0dc372b2.visible {
    height: 80vh;
    padding: 8vh;

  &:after{
    content:'';
    display:block;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, #002425c7, #00242561);
    position:absolute;
    z-index: -1;
  }
  p{
    font-size: var(--h4-norm-f-size);
  }
}