.elementor-3221 .elementor-element.elementor-element-a90790a:not(.elementor-motion-effects-element-type-background), .elementor-3221 .elementor-element.elementor-element-a90790a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-3221 .elementor-element.elementor-element-a90790a > .elementor-background-overlay{background-color:#02010100;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3221 .elementor-element.elementor-element-a90790a > .elementor-container{max-width:500px;}.elementor-3221 .elementor-element.elementor-element-a90790a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3221 .elementor-element.elementor-element-5145930{width:var( --container-widget-width, 96.703% );max-width:96.703%;--container-widget-width:96.703%;--container-widget-flex-grow:0;align-self:center;}#elementor-popup-modal-3221 .dialog-widget-content{background-color:#02000000;border-style:none;border-radius:55px 55px 55px 55px;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0) inset;margin:-2px -2px -2px -2px;}#elementor-popup-modal-3221{background-color:#0000007A;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3221 .dialog-message{width:384px;height:auto;}#elementor-popup-modal-3221 .dialog-close-button{display:flex;top:0%;}body:not(.rtl) #elementor-popup-modal-3221 .dialog-close-button{right:0%;}body.rtl #elementor-popup-modal-3221 .dialog-close-button{left:0%;}/* Start custom CSS for shortcode, class: .elementor-element-5145930 *//* ✅ GLASS FORM STYLE — CLICKABLE & LABEL-FREE */

.study-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow:none;
  border-radius: 20px;
  padding: 25px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  overflow: visible;
}

/* ✅ Remove any overlay issues */
.study-form::before {
  display: none !important;
}

/* ✅ Input + Textarea styling */
.study-form input,
.study-form select,
.study-form textarea {
  width: 100%;
  border: none;
  outline: none;
  color: #000;
  background: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  padding: 12px 15px;
  transition: 0.3s ease;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

.study-form input::placeholder,
.study-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* ✅ Focus animation */
.study-form input:focus,
.study-form select:focus,
.study-form textarea:focus {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 115, 230, 0.3);
}

/* ✅ Submit button */
.study-form .wpcf7-submit {
  background: linear-gradient(135deg, #0073e6, #00b4d8);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  display: inline-block;
}

.study-form .wpcf7-submit:hover {
  background: linear-gradient(135deg, #005bb5, #0096c7);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
}
/* Set textarea height to show about 3 lines */
.study-form textarea {
  height: 120px; /* around 3 lines depending on font size */
  resize: none; /* optional: disable manual resizing */
}/* End custom CSS */