.elementor-3072 .elementor-element.elementor-element-45974e6{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3072 .elementor-element.elementor-element-78b8ee5{width:var( --container-widget-width, 100% );max-width:100%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3072 .elementor-element.elementor-element-78b8ee5.elementor-element{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-3072{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3072 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3072 .dialog-close-button{display:flex;}#elementor-popup-modal-3072 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-3072 .elementor-element.elementor-element-45974e6{--width:1440px;}}/* Start custom CSS for container, class: .elementor-element-45974e6 */.talents-form-style {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  padding: 35px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);

  max-height: none;
  overflow: visible;
}

/* Remove default Gravity Forms spacing */
.talents-form-style .gform_wrapper {
  margin: 0;
}


.talents-form-style .gfield {
  margin-bottom: 0px;
}

.talents-form-style label {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 4px;
}

/* Inputs */
.talents-form-style #gform_5 input,
.talents-form-style #gform_5 textarea,
.talents-form-style #gform_5 select {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: #111827;
  transition: all 0.25s ease;
}

/* Placeholder */
.talents-form-style ::placeholder {
  color: rgba(17,24,39,0.45);
}

/* Focus */
.talents-form-style #gform_5 input:focus,
.talents-form-style #gform_5 textarea:focus {
  background: #ffffff;
  border-color: #002972;
  box-shadow: 0 0 0 3px rgba(79,189,189,0.15);
  outline: none;
}

/* Textarea shorter */
.talents-form-style textarea {
  min-height: 90px;
  resize: vertical;
}

/* Hide helper descriptions (saves height) */
.talents-form-style .gfield_description {
  display: none;
}

/* Required */
.talents-form-style .gfield_required {
  color: #dc2626;
}

/* Errors */
.talents-form-style .gfield_error input,
.talents-form-style .gfield_error textarea {
  border-color: #dc2626;
}

.talents-form-style .validation_message {
  color: #dc2626;
  font-size: 13px;
  background: rgba(220,38,38,0.08);
  padding: 8px 12px;
  border-radius: 6px;
}




/* Submit button */
.talents-form-style #gform_5 .gform_button {
  background: linear-gradient(135deg, #002972, #002972);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 36px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;

}

/* Hover */
.talents-form-style #gform_5 .gform_button:hover {
  transform: translateY(-2px);

}


.talents-form-style .half-field {
  width: 48%;
  display: inline-block;
}

.talents-form-style .half-field:first-child {
  margin-right: 4%;
}



@media (max-width: 768px) {
  .talents-form-style {
    padding: 24px;
  }

  .talents-form-style .half-field {
    width: 100%;
    margin-right: 0;
  }
}/* End custom CSS */