 body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #081833;
      color: #efc643;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    
    .container {
      flex: 1 0 auto;
      max-width: 1000px;
      margin: 0 auto;  
      width: 100%;
    }

    .page-wrapper {
      flex: 1 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px 20px ;
    }

    form {
      margin-top: 0;
    }

    .form-container {
      background: #f4f4f4;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 640px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      
      
    }

    .form-container img.logo {
      max-width: 120px;
      margin-bottom: 20px;
    }

    .form-card {
      display: none;
      flex-direction: column;
      width: 100%;
      min-width: 300px;
      margin: 0;
      padding:0;
      box-sizing: border-box;
    }

    .form-card.active {
      display: flex;
    }

    .form-card label {
      margin: 12px 0 5px;
      display: inline-block;
      cursor: pointer;
}

    .form-card input {
      padding: 10px;
      border-radius: 6px;
      border: 1px solid #ccc;
      width: 100%;
      box-sizing: border-box;
    }

    .form-card button {
      margin-top: 20px;
      padding: 12px;
      background: #081833;
      color: #efc643;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
    }

    .form-card button:hover {
      background: #efc643;
      color: #081833;
    }
    
    .form-card input[type="radio"] {
      margin-right: 8px;
    }
    
    .form-card input[type="radio"],
    .form-card label {
      vertical-align: middle;
    }
    
    .form-card p {
      font-weight: bold;
      margin-bottom: 10px;
    }
    
    .error {
     border: 2px solid red;
    }
    
        .radio-wrap {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      line-height: 1.4;
      flex-wrap: nowrap;
    }
    
    .radio-wrap input[type="radio"] {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }
    
    .radio-wrap label {
      flex: 1;
      font-size: 1rem;
      color: #081833;
      cursor: pointer;
    }
    
    .error-message {
      color: red;
      font-size: 0.85em;
      margin-top: 4px;
      margin-bottom: 10px;
    }

    .intro-text {
      font-size: 1rem;
      line-height: 1.6;
      color: #333;
      white-space: pre-line;
      margin-top: 0.2em;
      margin-bottom: 1em;
    }
   

    #progressBarContainer {
      width: 100%;
      height: 10px;
      background-color: #ddd;
      border-radius: 5px;
      margin-bottom: 20px;
      overflow: hidden;
    }
    
    #progressBar {
      height: 100%;
      width: 0%;
      background-color: #efc643;
      transition: width 0.3s ease-in-out;
    }

    h1 {
      text-align: center;
      font-size: 1.5em;
      color: #081833;
      margin-top: 0.2em;
    margin-bottom: 0.4em;
    }
    
    h2 {
      font-size: 1.1em;
      color: #081833;
      margin-bottom: 0.6em;
      text-align: center;
    }
    
    .topnav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      background-color: #081833;
      padding: 0 10px;
    }

    .logo img {
      height: 60px;
    }

    .nav-links {
      display: flex;
      flex-wrap: wrap;
      background-color: #081833;
      justify-content: flex-end;
    }

    .nav-links a {
      display: block;
      color: #efc643;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      font-weight: bold;
    }

    .nav-links a:hover {
      background-color: #efc643;
      color: #081833;
    }

    .nav-links .active {
      background-color: #efc643;
      color: #081833;
    }
    

    .icon {
     display: none;
     background: none;
     border: none;
     cursor: pointer;
     padding: 14px 16px;
     align-self: center;
     margin-left: auto; 
    }
    
    .hamburger {
        font-size: 38px;
        color: #efc643;
        line-height: 1;
    }
    
    .insta-icon {
        color: #efc643;
        margin-right: 20px;
        display: flex;
        align-items: center;
        font-size: 30px;
        text-decoration: none;
    }

    .insta-icon:hover {
        color: #ffffff;
    }

@media screen and (max-width: 879px) {
  .topnav {
    position: relative;
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }

  .logo {
    order: 1;
    text-align: center;
    width: 100%;
  }

  .logo img {
    height: 60px;
  }

  .topnav-right {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .icon {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .hamburger {
    font-size: 32px;
    color: #efc643;
  }

  .insta-icon {
    font-size: 26px;
    color: #efc643;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    background-color: #081833;
    display: none;
  }

  .nav-links.responsive {
    display: flex;
  }

  .nav-links a {
      padding: 12px 16px;
      width: 100%;
      text-align: right;
  }
}
    
    @media (max-width: 480px) {
      .radio-wrap {
        align-items: flex-start;
      }
    
      .radio-wrap input[type="radio"] {
        margin-top: 4px;
      }
    
      .radio-wrap label {
        font-size: 0.95rem;
      }
    }

    main {
      padding: 40px 20px;
      text-align: center;
    }

    .cta-button {
      background-color: #efc643;
      color: #081833;
      padding: 12px 24px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 20px;
      display: inline-block;
    }
    
    .tt-widget-fallback p {
     text-align: center;
      font-size: 1rem;
      color: #081833;
    }

    .tt-widget-fallback a {
      color: #081833;
      text-decoration: underline;
    }

    footer {
      background-color: #0b1e3c;
      text-align: center;
      padding: 12px 20px;
      font-size: 0.9rem;
      color: #efc643;
    }