/* ==============================
   APPLY ONLY TO THIS WEBFORM
   ============================== */


  /* ==============================
     TWO-COLUMN PAGE LAYOUT
     ============================== */
#webform-submission-embedded-world-meeting-registrat-add-form{
      .webform-hero-banner {
 background-image: url("https://altera.widen.net/content/6ln4olwsmo/jpeg/SOURCE_silhouette-of-helicopter%20%281%29.jpeg?w=640&keep=c&crop=yes&color=cccccc&quality=80&u=jxv0xv");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 214px;
  display: flex;
  align-items: center;
  padding-left: 58px;
  color: #fff;
:root {
    --primary: #00538f;
    --accent: #007fc8;
    --light: #f6f8fa;
    --radius: 10px;
  }
  }
  #edit-embeded-hero-image{
    margin-top:0px;
  }
  .signup-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    width: 100%;
    margin: auto;
    padding: 0 6%;
    box-sizing: border-box;
    align-items: flex-start;
  }

  /* ==============================
     LEFT COLUMN – NEXT STEPS
     ============================== */
 

  .steps-column h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
  }

  .steps-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    counter-reset: step;
  }

  .steps-list li {
    counter-increment: step;
    position: relative;
    padding-left: 36px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
  }

  .steps-list li::before {
    content: counter(step) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #007fc8;
  }

  .steps-footnote {
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
  }

  /* ==============================
     RIGHT COLUMN – FORM (UNCHANGED COLORS)
     ============================== */
  .form-column {
    display: flex;
    justify-content: center;
  }

  .form-container {
    background: #030f26;
    padding: 10px;
    border-radius: 3px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin:60px auto;
  }

  .fields-grid {
    display: flow-root;
    grid-template-columns: repeat(2, minmax(271px, 1fr));
    gap: 0px 26px;
    margin: 35px;
  }
  div#edit-traning-credit-title>center >h4 {
    color: #fff;
  }

  /* ==============================
     FIELD STYLING
     ============================== */
  .field {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top:0px;
  }

  .field label {
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: #fff;
  }

  .field input,
  .field select,
  .field textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
  }
  li{
  color:#000;
  }

  /* ==============================
     CHECKBOX FIXES
     ============================== */
  .checkbox-field {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .checkbox-field input[type="checkbox"] {
    margin-top: 3px !important;
    flex-shrink: 0;
  }

  .checkbox-field label.option {
    color: #fff;
    line-height: 1.5;
    display: block;
  }
  div#edit-terms>p {
    color: #fff;
  }
  div#edit-checkboxes{
    padding-left:30px;
    padding-right:30px;
  }

  /* ==============================
     SUBMIT BUTTON
     ============================== */
  .submit-btn {
    background: #007fc8;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .submit-btn:hover {
    background: #006bb0;
  }
.form-item-fpga-experience-with-other-companies label{
  color:#fff;
  margin-bottom:7px;
}
  .js-form-item-next-steps-heading{
  margin:60px auto;
  text-align: left;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 60px;
    background: linear-gradient(to right, #012d69 40%, #25a3dd 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
  }
 .webform-actions{
  text-align:center;
  padding-top: 20px;
 }
 /*div#edit-steps-list>p:first-child {
    padding-left: 5%;
}*/
  /* ==============================
     RESPONSIVE
     ============================== */
  @media (max-width: 900px) {
    .signup-layout {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .fields-grid {
    grid-template-columns: 1fr;
  }
  }
 /* @media (max-width: 768px) {
    #webform-submission-embedded-world-registration-add-form {
      color:#000 !important;
  }*/
}

