#error{
    color:red;
    font-weight: bold;
  }


  body {
      font-family: Tahoma, sans-serif;
      /*background: #f4f6f8;*/
      /*background: #D9D9D6;*/
      padding: 20px;
  }

  .form-container {
      background: #fff;
      padding: 20px 20px 10px 20px;
      border-radius: 6px;
      max-width: 1170px;
      margin: auto;
  }

  .form-row {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
  }

  .form-group {
      flex: 1 1 200px;
      display: flex;
      flex-direction: column;
      padding-bottom: 5px;
  }

  .eap-header {
    margin-bottom: 10px;
  }

  label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700;
      font-size: 14px;
  }

  #error{
    font-size: 15px;
  }

  


  /*input[type="radio"]+label{
    background-color: #E9D7B6;
    border: 2px solid #E9D7B6;
    border-radius: 5px 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
}

input[type="radio"]:not(:checked)+label{
    background-color: #ffffff;
    border: 2px solid #999999;
    color: #333333;
}

input[type=radio]:not(:checked) {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}*/

  input, select {
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
  }

  button {
    padding: 10px 18px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  button.submit {
    background: #002C54;
    color: #fff;
    /*width: 50%;*/
    
  }

  .card {
      background: none !important;
      padding: 14px;
      border-radius: 6px;
      width: auto !important; 
  }

  .form-section{
      color: #002C54;
      border-bottom: 2px solid #002C54;
      padding-bottom:10px;
      margin-bottom:20px;
  }

  .eap-header{
    margin-bottom: 10px;
  }

   .card {
            /*background: #f5f7fa;*/
            padding: 16px;
            border-radius: 6px;
            width: 100%;
        }
        .row { margin-bottom: 8px; }
        .label { font-weight: bold; }



        .card p{
            /*font-size: 22px;*/
            font-size: 19px;
            /*padding: 20px;*/
            padding-left: 10px;
        }

        .card ul {
          list-style-type: none; /* Removes bullets */ 
          /*padding-left: 0px;*/        
        }    

        .card ul li{
            font-size: 22px;
            margin-bottom: 2px;
        }

        .card ul li b, #blue-text-bold{
            color: #0078c2 !important;
            font-weight: bold;
        }

         #blue-text-bold{    
            padding-top:  5px;
            padding-bottom: 5px;
            /*padding-left: 10px;*/

        }

        #black-text-bold{
            font-weight: bold;
            padding-top:  5px;
            padding-bottom: 5px;
            padding-left: 10px;
            margin-left: 10px;
        }

        #blue-text-bold-alone{
            color: #0078c2 !important;
            font-weight: bold;
            padding-top:  5px;
            padding-bottom: 5px;
            padding-left: 10px;
            margin-left: 10px;   
        }

         #black-text-normal{
            font-weight: normal;
            padding-top:  5px;
            padding-bottom: 5px;
            /*padding-left: 10px;*/

            padding-left: 10px;
            margin-left: 10px;
            margin-top: 5px;
            margin-bottom:  5px;
        }

        #features{
           padding: 20px;
           padding-left: : 10px;
           padding-top: 2px;    
           font-size: 22px;
           background: #f1fbfb; 
           margin: 0px !important;
        }

        #features ul{
             padding-left: 10px;            
        }

        #features p{
           /*padding-left: 10px; */    
        }

        a{
            color: #203e99 !important;
            font-weight: bold;
            text-decoration: none;
        } 

        /* Hero Layout */
.hero {
  display: flex;
  /*min-height: 442px;*/
  background: #f1fbfb;
  overflow: hidden;
}

/* Left content */
.hero-content {
  flex: 1;
  /*padding: 5rem 4rem;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.badge {
  display: inline-block;
  background: #5b5ce2;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  width: fit-content;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
}

.hero-content p {
  font-size: 1.05rem;
  color: #555;
  max-width: 520px;
  margin-bottom: 2rem;
}

/* Button */
.btn {
  display: inline-block;
  background: #2f7d1c;
  color: #fff;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
  transition: background 0.2s ease;
}

.btn:hover {
  background: #256716;
}

/* Right image */
.hero-image {
  flex: 1;
  position: relative;

  top: 79px;
  left: 34px;

  background-image: ('/wp-content/uploads/2026/01/team_meeting.gif');
}

.hero-image img {
  /*width: 100%;
  height: 100%;
  object-fit: cover;*/
  

  opacity: 0.7;
  
  mask-image: linear-gradient(to left, black 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, black 55%, transparent 100%);
}


}

.clear {
    clear: both;
}


/*Contract Page*/
.card.contract{
  background-color: #f1fbfb !important;  
  border-radius: 10px;
  border: 1px solid #f1fbfb !important;
}




.card.contract {
      position: relative;      
      overflow: hidden;
      background-color: #f1fbfb;
      margin-top: 20px;
      border-radius: 10px;
      border: 1px solid #f1fbfb;
    }

    /* Image aligned bottom-right */
    .card.contract::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(
          to right,
          rgba(241,251,251,0.9) 0%,
          rgba(241,251,251,0.6) 35%,
          rgba(241,251,251,0) 55%
        ),
        url("../../../../uploads/2026/01/eap-contract-image.png");

      background-size: cover;
      background-position: bottom right;
      /*z-index: 1;*/
      z-index: 3;
      width:  460px;
      /*height: 421px;*/

      /*top: 37%;*/
      /*top: 15%;*/
      left: 64%;
    }



    /* Hero text container */
    .card.contract #unsigned-contract {
      position: relative;
      z-index: 2;
      max-width: 665px;      
      background: #f1fbfb; 
      color: black;      
      padding: 5px;      
    }

    .card.contract #signed-contract {
      position: relative;
      z-index: 2;
      max-width: 665px;      
      background: #f1fbfb; 
      color: black;      
      padding: 5px;      
    }




#sig {
  margin-left: 16px;
  background-color: #fff !important;
  margin-bottom: 10px;
}

.contract button{
  margin-left: 16px;
}


#contract-card.contract-signed {
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#contract-card.contract-signed::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(
          to right,
          rgba(241,251,251,0.9) 0%,
          rgba(241,251,251,0.6) 35%,
          rgba(241,251,251,0) 55%
        ),
        url("../../../../uploads/2026/01/eap-contract-signed-image.png");

      background-size: cover;
      background-position: bottom right;
      /*z-index: 1;*/
      z-index: 3;
      width:  460px;
      /*height: 421px;*/

      /*top: 37%;*/
      /*top: 15%;*/
      left: 64%;
    }

/* Responsive */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .hero-content {
    padding: 3rem 2rem;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-image {
    height: 300px;
    border: 1px solid red;
  }

  .hero-image-quote {    
  }
}  



/* Optional: responsive tweak */
@media (max-width: 768px) {

    /*Landing page*/
    .apply-image img{
      display: none;
    }
    
    .card.contract::before {
      background-image: none;
    }

    #contract-card.contract-signed::before{
      background-image: none;
    }

    #sig{
      width: 100%
    }

    .contract button{
      margin-bottom: 10px;
      width: 100%;
    }
}