@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    background-color: #000000;
    color: #ffffff;
    padding-top: 10px;
  }

  h1 {
    text-transform: uppercase;
  }

  .span1 {
    font-weight: 400;
  }

  main {
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    margin: 0 auto;
    width: 100%;
  }

  /* Role Hero Section */
  .role-hero {
    width: 100%;
    background-color: #131313;
    padding: 100px 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-hero__container {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .role-hero__location {
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
    padding-bottom: 12px;
    margin: 0;
  }

  .role-hero__title {
    font-size: clamp(36px, 5vw, 35px);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
  }

  /* Role Content Section */
  .role-content {
    width: 100%;
    background-color: #f7f7f7;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-content__container {
    max-width: 1200px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 60px  40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .role-content__section {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .role-content__heading {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .role-content__description {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .role-content__description p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: auto;
    margin: 0;
  }

  .role-content__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
  }

  .role-content__list li {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
    padding-left: 25px;
    position: relative;
  }

  .role-content__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #000000;
  }

  .role-content__note {
    font-size: 14px;
    font-weight: 400;
      color: #000000;
    margin: 0 0 0px 0;
  }

  .role-content__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 700px;
  }

  .role-content__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .role-content__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .role-content__label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0;
  }

  .role-content__input {
    width: 100%;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    font-family: "Poppins", sans-serif;
    outline: none;
    transition: border-color 0.3s ease;
  }

  .role-content__input:focus {
    border-color: #0066ff;
  }

  .role-content__input::placeholder {
    color: #999999;
  }

  .role-content__attach-btn {
    width: fit-content;
    padding: 12px 24px;
    background-color: #f1f1f1;
    border: 1px solid #000000;
    border-radius: 6px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: "Poppins", sans-serif;
  }

  .role-content__attach-btn:hover {
    background-color: #000000;
    color: #ffffff;
  }

  .role-content__file-input {
    display: none;
  }

  .role-content__file-note {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin: 5px 0 0 0;
  }

  .role-content__submit {
    width: 100%;
    max-width: 300px;
    padding: 14px 32px;
    background-color: #000000;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-family: "Poppins", sans-serif;
  }

  .role-content__submit:hover {
    opacity: 0.9;
  }

  .role-content__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .role-content__message {
    display: none;
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    animation: slideDown 0.3s ease-out;
  }

  .role-content__message--success {
    background-color: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.3);
    color: #4caf50;
  }

  .role-content__message--error {
    background-color: rgba(244, 67, 54, 0.1);
    border: 1px solid rgba(244, 67, 54, 0.3);
    color: #f44336;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Tablet Responsive Styles */
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .role-hero {
      padding: 100px 35px 50px;
    }

    .role-content {
      padding: 60px 35px;
    }

    .role-content__container {
      padding: 50px;
      gap: 40px;
    }

    .role-content__section {
      gap: 20px;
    }

    .role-content__heading {
      font-size: 22px;
    }
    .role-hero__title {
      font-size: clamp(30px, 4vw, 35px);
    }

    .role-content__form-row {
      grid-template-columns: 1fr;
      gap: 25px;
    }
  }

  /* Mobile Responsive Styles */
  @media screen and (max-width: 767px) {
    .role-hero {
      padding: 60px 25px 40px;
    }

    .role-hero__title {
      font-size: clamp(28px, 7vw, 48px);
    }

    .role-content {
      padding: 50px 25px;
    }

    .role-content__container {
      padding: 40px 30px;
      gap: 35px;
    }

    .role-content__section {
      gap: 18px;
    }

    .role-content__heading {
      font-size: 20px;
    }

    .role-content__description p,
    .role-content__list li {
      font-size: 15px;
    }

    .role-content__form {
      gap: 20px;
    }

    .role-content__form-row {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .role-content__submit {
      max-width: 100%;
    }
  }

  /* Small Mobile Devices */
  @media screen and (max-width: 480px) {
    .role-hero {
      padding: 100px 20px 30px;
    }

    .role-content {
      padding: 40px 15px;
    }

    .role-content__container {
      padding: 30px 20px;
      gap: 30px;
    }
    .role-hero__title {
      font-size: clamp(20px, 5vw, 30px);
    }

    .role-content__heading {
      font-size: 18px;
    }

    .role-content__description p,
    .role-content__list li {
      font-size: 14px;
    }

    .role-content__salary {
      font-size: 14px;
    }
  }