
#fpWhitePart{background:#fff;padding-bottom: 2rem;}
#fpLarge {
      color: #fff;  zbackground: url('https://steelsubcontracting.com/copy/en/gx/bgn.jpg') center center / cover no-repeat;
      display: flex;min-height: 100vh;
    }


 #fpLeft {
      flex: 2;
      background: rgba(0, 0, 0, 0.5); /* Optional overlay for readability */
       display: flex;
      flex-flow:row wrap;
      justify-content: space-between;
    }
#fpLeft>*{flex:0 0 100%;}	

#fpLeftTop{position:relative;}	
#fpLeftBot{}	
#fpLeftMid{align-self:center; padding: var(--padding-contX4);}
	
#fpLeftMid h1 {
      font-size: 2rem; margin:0 0 0 0;padding:0;
    }
#fpLeftMid h1 img{width:50%;min-width:20rem;}

#fpLeftMid p {
      font-size: 1.6rem;color:#dcdcdc;
      margin: 0.5rem 0 3.5rem 0;
    }

#fpButonRow {
display: flex;flex-flow:row nowrap;gap:1rem;
    }



    #fpRight {
      flex: 1;
      display: flex;padding:1rem 0;
      flex-direction: column;
      background: rgba(0, 0, 0, 0.7);
    }

    .fpRightSection {
      flex: 1;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .fpRightSection:last-child {
      border-bottom: none;
    }

    .fpRightSection h2 {
      color:#fff;margin: 0;padding:0 1rem 0 0;
      font-size: 2rem;
    }

.fpRightSection ul {
  list-style: none;
  padding: 0;
  margin: 0.7rem 0;
}

.fpRightSection ul li {
  position: relative; padding-left: 1.4rem; margin-bottom: 0.7rem;
}

 
.fpRightSection ul li::before {
  content: '✔'; /* Unicode checkmark */
  position: absolute;
  left: 0;
  top: 0;
  color: #f4f4f4; /* Green checkmark */
  font-weight: bold;
}

 

.fpButton {
  display: inline-flex;       /* enables flex layout inside the button */
  align-items: center;        /* vertically centers content */
  justify-content: center;    /* center text if no icon */
   padding: 0.3rem 1rem;
  font-size: 1rem;white-space:nowrap;
  background: var( --color-primary);
  border: none;
  color: #fff!important;
  text-decoration: none !important;
  cursor: pointer;
  gap: 0.5rem;                /* space between text and arrow */
transition:all 0.4s ease;border-radius:2px;
}
#fpLarge .fpButton:hover{background:#fff;color: #000!important;box-shadow:0 0 1rem var( --color-primary); }
.fpButton:hover{background:#bd0000;box-shadow:0 0 1rem rgba(0,0,0,0.5); }



#fpLeftMid .fpButton {}

.fpRightSection .fpButton {
      margin-top: 1rem;
  }
.fpRightSection .fpButton::after {
  content: '➔'; 
  font-size: 1.1em; 
  display: inline-block;
}

    .fpRightSection p {
      margin-top: 15px;
      font-size: 14px;
      line-height: 1.5;
      color: #ddd;
    }






	

 #fpLoginButs {
 position:absolute;right:1rem;top:1rem;  display: flex;list-style:none;
 gap: 0.5rem;
    }
#fpLoginButs a {
      border: 1px solid #fff;
      color: #fff;text-decoration:none;
      padding: 0.4rem 0.8rem;
      border-radius: 4px;
    }

#fpLoginButs a:hover {
      background: #fff;
      color: #000;
    }
#fpLoginButs a svg{ display:inline-block;vertical-align:middle;height:1.2em;width:1.2em;margin:0 0.2em 0.1em 0;}


#fpFlags{position:absolute;right:1rem;top:1rem;display: flex;flex-flow:row nowrap;gap:0.5rem;padding:0.25rem; background:rgba(0,0,0,0.2);}
#fpFlags A{position:relative;flex:0 0 auto;width:1.64rem;height:1.2rem;border:solid 1px #ccc;}
#fpFlags A IMG{display:block;width:100%;height:100%;object-fit:cover;opacity:0.6;}
#fpFlags A:hover IMG{opacity:0.9;}

#fpFlags A.sel::before{content:'';position:absolute;z-index:1;bottom:0;left:0;zbottom:-0.3rem;zleft:calc(50% - 0.15rem);width:0.3rem;height:0.3rem;background:#fff;font-size:0;}

 

.tallH2{position:relative;padding:var(--padding-defX4) 0 0 0;margin-top:calc(0px - var(--padding-defX2)); }
.tallH2::before{content:'';position:absolute;top:0;left:0;width:9rem;height:var(--padding-def);background:var( --color-primary);font-size:0;}


@media (max-width: 900px) {
      #fpLarge {
        flex-direction: column;
      }
#fpLeft{padding-top:4rem;}
      #fpLeft, #fpRight {
        flex: unset;
        width: 100%;
      }
	  
#fpLeftMid{padding:var(--padding-contX4) var(--padding-contX2);}
#fpLeftMid p {
      font-size: 1.3rem; margin: 0 0 2rem;
    }
      .fpRightSection {
        border-bottom: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
      }

      .fpRightSection:first-child {
        border-top: none;
      }
#fpButonRow { flex-flow:row wrap;gap:0.5rem;}	  
	  
.fpButton {
 padding: 0.5rem 0.5rem;
}   
    }