.elementor-12357 .elementor-element.elementor-element-2d6c8f2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b6fd821 */.astay-job-form-section {
  width: 100%;
  padding: 70px 20px;
  background: linear-gradient(135deg, #6d4cff 0%, #7d5cff 45%, #8a63ff 100%);
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.astay-job-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,0.16), transparent 30%);
  pointer-events: none;
}

.astay-job-form-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.astay-job-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 38px auto;
}

.astay-job-label {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.astay-job-header h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.astay-job-header h3 {
  margin: 12px 0 14px 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.astay-job-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.astay-job-content {
  display: grid;
  grid-template-columns: 1.8fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.astay-job-form {
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 24px;
  padding: 32px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(24, 15, 87, 0.22);
}

.astay-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.astay-form-group {
  margin-bottom: 18px;
}

.astay-form-group label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.astay-form-group label span {
  color: #ffdddd;
}

.astay-form-group input,
.astay-form-group select,
.astay-form-group textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 12px;
  padding: 13px 15px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #171171;
  background: rgba(255,255,255,0.88);
  outline: none;
  transition: all 0.25s ease;
}

.astay-form-group input:focus,
.astay-form-group select:focus,
.astay-form-group textarea:focus {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.22);
  transform: translateY(-1px);
}

.astay-form-group input::placeholder,
.astay-form-group textarea::placeholder {
  color: rgba(23, 17, 113, 0.58);
}

.astay-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 22px 0;
}

.astay-form-check input {
  margin-top: 4px;
  accent-color: #171171;
}

.astay-form-check label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
}

.astay-submit-btn {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 15px 22px;
  background: #ffffff;
  color: #5f45f5;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 12px 28px rgba(23,17,113,0.20);
}

.astay-submit-btn:hover {
  transform: translateY(-2px);
  background: #171171;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(23,17,113,0.34);
}

.astay-job-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.astay-side-card {
  background: rgba(255,255,255,0.17);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 22px;
  padding: 26px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(24, 15, 87, 0.18);
}

.astay-side-card h4 {
  margin: 0 0 14px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
}

.astay-side-card ul {
  margin: 0;
  padding-left: 22px;
  color: #ffffff;
  list-style-type: disc;
}

.astay-side-card li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.astay-side-card.highlight {
  background: rgba(255,255,255,0.92);
  color: #171171;
}

.astay-side-card.highlight h4 {
  color: #5f45f5;
}

.astay-side-card.highlight p {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #171171;
}

@media (max-width: 900px) {
  .astay-job-content {
    grid-template-columns: 1fr;
  }

  .astay-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .astay-job-header h2 {
    font-size: 28px;
  }

  .astay-job-header h3 {
    font-size: 23px;
  }

  .astay-job-form {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .astay-job-form-section {
    padding: 50px 14px;
  }

  .astay-job-form {
    padding: 20px;
    border-radius: 18px;
  }

  .astay-job-header h2 {
    font-size: 24px;
  }

  .astay-job-header h3 {
    font-size: 20px;
  }
}/* End custom CSS */