
    body {
     /* font-family: Arial, sans-serif;*/
      margin: 0;
      background-color: #f8f8fb;
        padding-top: 120px;

    }
    
        #particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
    header {
      background-color: #2c3e50;
      color: white;
      padding: 1rem;
      text-align: center;
    }

    .contact-heading {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2rem 1rem;
    }

    .contact-heading h2 {
      font-size: 2rem;
      margin: 0;
      color: #2c3e50;
    }


    footer {
      background-color: #f4f4f4;
      text-align: center;
      padding: 1rem;
      font-size: 0.9rem;
      color: #555;
    }
    .info-section img {
            max-width: 200px;
            margin-bottom: 10px;
        }

    .container {
      display: flex;
      max-width: 1200px;
      margin: 40px auto;
      background: white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

    .form-section {
      flex: 1;
      padding: 30px;
      border-right: 1px solid #e0e0e0;
    }

    .tabs {
      display: flex;
      margin-bottom: 20px;
    }

    .tab {
      flex: 1;
      text-align: center;
      padding: 10px;
      font-weight: bold;
      border-bottom: 3px solid transparent;
      cursor: pointer;
    }

    .tab.active {
      border-bottom-width: 3px;
    }

    .contact-form .row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }

    .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    label {
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 14px;
    }

    input, textarea {
      padding: 10px;
      font-size: 14px;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      resize: none;
    }

    textarea {
      height: 100px;
    }

    .full-width {
      width: 100%;
      margin-bottom: 20px;
    }

    .submit-btn {
      padding: 12px 30px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }

    .info-section {
      flex: 1;
      padding: 30px;
      background-color: #f3edf9;
      text-align: center;
    }

    .company-image {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }

    .info-section h2 {
      color: #50276f;
      margin-bottom: 10px;
    }

    .info-section p {
      font-size: 14px;
      line-height: 1.6;
    }

    a {
      color: #50276f;
      text-decoration: none;
    }

    .social-icons {
      margin-top: 20px;
    }

    .social-icons img {
      width: 30px;
      margin-right: 10px;
    }

    /* Theme styles */
    .theme-recruitment input,
    .theme-recruitment textarea,
    .theme-recruitment .submit-btn {
      background-color: #f3edf9;
      color: #663399;
    }

    .theme-recruitment .tab:nth-child(1).active {
      color: #663399;
      border-bottom: 3px solid #663399;
    }

    .theme-sales input,
    .theme-sales textarea,
    .theme-sales .submit-btn {
      background-color: #eef8f8;
      color: #009688;
    }

    .theme-sales .tab:nth-child(2).active {
      color: #009688;
      border-bottom: 3px solid #009688;
    }

    .theme-others input,
    .theme-others textarea,
    .theme-others .submit-btn {
      background-color: #fff3e0;
      color: #fb8c00;
    }

    .theme-others .tab:nth-child(3).active {
      color: #fb8c00;
      border-bottom: 3px solid #fb8c00;
    }

    .form-layout {
      display: none;
    }

    .form-layout.active {
      display: block;
    }
     .error {
      color: red;
      font-size: 13px;
      margin-top: 5px;
    }

    .container-map {
  max-width: 1200px;
  height: 400px; /* set a fixed height */
  margin: 40px auto;
  position: relative;
}

.container-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
 
 @media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }

  .container {
    flex-direction: column;
    margin: 20px;
    box-shadow: none;
  }

  .form-section {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
  }

  .info-section {
    padding: 20px;
  }

  .contact-heading h2 {
    font-size: 1.5rem;
  }

  .tabs {
    flex-direction: column;
  }

  .tab {
    width: 100%;
    font-size: 16px;
  }

  .contact-form .row {
    flex-direction: column;
    gap: 10px;
  }

  .form-group {
    width: 100%;
  }

  .submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }

  .container-map {
    margin: 20px;
    height: 300px;
  }
}
