.elementor-3117 .elementor-element.elementor-element-35de9257{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}body.elementor-page-3117:not(.elementor-motion-effects-element-type-background), body.elementor-page-3117 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#070B15;}/* Start custom CSS for text-editor, class: .elementor-element-6cf1c0a9 *//* =========================================
   JOIN PAGE (ID 3) - FULL STYLE + BUTTON HOVER BLACK
   ========================================= */

body.page-id-3,
body.page-template-default.page.page-id-3,
body.page-slug-join,
body.page-join {
  background: radial-gradient(1200px 600px at 50% -10%, #14203a 0%, #0a0f1f 55%, #070b15 100%) !important;
}

/* Optional: ensure theme wrappers stay transparent on this page */
body.page-id-3 .site-main,
body.page-id-3 .content-area,
body.page-id-3 .elementor-location-single {
  background: transparent !important;
}

/* Main wrapper */
.oti-join-wrap{
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 18px 84px;
  color: #f3f5fb;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Header */
.oti-join-header h1{
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 2.7rem);
  letter-spacing: .01em;
  color: #ffffff;
}
.oti-join-header p{
  margin: 0;
  max-width: 860px;
  color: #b8c1d9;
  line-height: 1.7;
}

/* Top cards */
.oti-panels{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0 30px;
}
@media (min-width: 860px){
  .oti-panels{ grid-template-columns: 1fr 1fr; }
}

.oti-panel{
  background: #0b1120;
  border: 1px solid #1e2a46;
  border-radius: 14px;
  padding: 18px;
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}
.oti-panel h2{
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #ffffff;
}
.oti-panel p{
  margin: 0;
  color: #aeb8d5;
  line-height: 1.65;
}

/* Apply section */
.oti-apply{
  margin-top: 10px;
  padding-top: 8px;
}
.oti-apply h2{
  margin: 0 0 8px;
  font-size: 1.45rem;
  color: #ffffff;
}
.oti-apply > p{
  margin: 0 0 14px;
  color: #aeb8d5;
}

/* Form container */
.oti-form{
  background: #0b1120;
  border: 1px solid #1e2a46;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

/* Labels */
.oti-form label{
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: .92rem;
  color: #d9e1f5;
}

/* Inputs */
.oti-form input,
.oti-form select,
.oti-form textarea{
  width: 100%;
  background: #f4f6fb;
  color: #0d1322;
  border: 1px solid #c7cfdd;
  border-radius: 9px;
  padding: 10px 12px;
  font: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.oti-form input:focus,
.oti-form select:focus,
.oti-form textarea:focus{
  outline: none;
  border-color: #6f8ed9;
  box-shadow: 0 0 0 3px rgba(111, 142, 217, 0.25);
}

/* Two-column row */
.oti-row-2{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 680px){
  .oti-row-2{ grid-template-columns: 1fr 1fr; }
}

/* Textarea */
.oti-form textarea{
  resize: vertical;
  min-height: 120px;
}

/* File input button */
.oti-form input[type="file"]{
  background: transparent;
  color: #b8c1d9;
  border: none;
  padding: 2px 0;
}
.oti-form input[type="file"]::file-.elementor-3117 .elementor-element.elementor-element-6cf1c0a9-button{
  margin-right: 10px;
  border: 1px solid #2f3d62;
  background: #0f1830;
  color: #e7ecfb;
  border-radius: 8px;
  padding: 7px 10px;
  cursor: pointer;
  font: inherit;
  font-size: .85rem;
  font-weight: 600;
}
.oti-form input[type="file"]::file-.elementor-3117 .elementor-element.elementor-element-6cf1c0a9-button:hover{
  border-color: #4f6bb2;
}

/* Submit button (default) */
.oti-form button{
  align-self: flex-end;
  border: 1px solid #e9edf8;
  background: #f5f7fd;
  color: #0c1322;
  border-radius: 9px;
  padding: 11px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* Submit button hover = BLACK */
.oti-form button:hover,
.oti-form button:focus {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  filter: none !important;
}

/* WPForms submit hover fallback (if using WPForms widget instead) */
body.page-id-3 .wpforms-submit:hover,
body.page-id-3 .wpforms-submit:focus {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  filter: none !important;
}

/* Optional: tighter spacing on small screens */
@media (max-width: 460px){
  .oti-join-wrap{
    padding: 34px 14px 60px;
  }
  .oti-form{
    padding: 14px;
  }
}/* End custom CSS */