
  /* ================= HERO ================= */
  .mt-hero {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
  }

  .mt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      
      url("https://www.moontriam.com/images/career.png");
    
    background-size: cover;
    background-position: center;
    z-index: -2;
  }

  .mt-hero::after {
  
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
  }

  .mt-hero-content {
    max-width: 650px;
  }

  .mt-hero-title {
    color: #FFF;
  font-family: "DM Sans";
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  line-height: normal;
  
  }

  .mt-hero-subtitle {
    color: #FFF;
  font-family: "DM Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* white-space: nowrap; */

  }

  .mt-hero-text {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.6; 

  }

  .btn-mt-primary {
    border-radius: 999px;
    padding: 0.8rem 1.8rem;
    font-weight: 500;
    background-color: var(--mt-yellow);
    color: #000;
    border: none;
    font-size: 0.95rem;
  }

  .btn-mt-primary:hover {
    background-color: #ffd84f;
    color: #000;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 991.98px) {
    .mt-hero {
      text-align: center;
      justify-content: center;
    }


    .mt-hero-content {
      margin: 4rem auto 2rem;
    }

    .mt-hero-title {
      font-size: 2.4rem;
    }
  }

  @media (max-width: 575.98px) {
    .mt-hero-title {
      font-size: 2rem;
    }

    .mt-hero-subtitle {
      font-size: 1.05rem;
    }

    .navbar-nav .nav-link {
      margin: 0.35rem 0;
    }
  }

  @media (max-width: 768px) {
      .mt-hero-title {
          white-space: normal;  
          font-size: 36px;      
      }
  }

  @media (max-width: 768px) {
      .mt-hero-subtitle {
          white-space: normal; 
          font-size: 22px;
      }
  }




  
/* Career CSS */

.pitch-section{
  background:#fff;
  font-family:"DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.pitch-title{
  color: #141414;
font-family: Poppins;
font-style: normal;
font-weight: 600;
line-height: 64px; 
font-size:clamp(1.4rem, 1rem + 1.6vw, 1.9rem);
}
.pitch-intro{
  color: #141414;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.form-label{

    color: #141414;
font-family: Poppins;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.contact-box-icon-home{
    color: #141414;
}

/* Inputs */
.pitch-control{
  height:44px;
  border-radius:16px;
  border:2px solid #FFD700;
  background:#fff;
  box-shadow:none;
}
/* .pitch-control:focus{
  border-color:#7209B7;
  box-shadow:0 0 0 .2rem rgba(114,9,183,.08);
} */

/* Dropzone */
.dropzone{
  border:2px dashed #FFD700;
  border-radius:10px;
  background:#fff;
  min-height:120px;
  display:flex; align-items:center; justify-content:center;
  padding:22px;
  transition:border-color .2s ease, background .2s ease;
}
.dropzone.dragover{
  border-color:#7209B7;
  background:#fff7fe;
}
.dz-inner{ text-align:center; }
.dz-text{

    color: #141414;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; 

     }
.dz-hint{ 

    color: #464646;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 15px */
 }
.dz-link{
  border:0; 
  color: #FFD700;
font-family: Poppins;
background: white;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.dz-file{ font-size:.9rem; }

/* Captcha placeholder */
.captcha-box{
  display:flex; align-items:center; justify-content:space-between;
  background:#fff; border:1px solid #e3e6ea; border-radius:10px;
  padding:16px 18px; height:56px;
}
.captcha-badge{
  font-size:.78rem; color:#9aa1a9; background:#f3f5f7;
  padding:4px 8px; border-radius:6px;
}

/* Buttons */
.pitch-btn-reset{
border-radius: 18px;
background: #1B1B1B !important;
    padding: 10px 64px;
   border:1px solid #d9dce1; 
   color:#fff !important;
   /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); */
}
.pitch-btn-submit{

   padding: 10px 64px;
   color:#fff;
border-radius: 18px;
background: #FFD700 !important;
/* border: 1px solid #C00000; */
/* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); */
 
}
.pitch-btn-submit:focus{ box-shadow:0 0 0 .2rem rgba(114,9,183,.25); }

/* Tighter invalid feedback spacing */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback{
  display:block;
}

.form-control::placeholder{

    color: #818181;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 18px */
}
.role{

     color: #818181;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 18px */
}

/* --- Submit / Reset: no hover change --- */

/* (example base styles — keep yours if already set) */
.pitch-btn-submit{
 background: #C00000;
border: 1px solid #C00000;
  color:#fff;
  border:0;
}
.pitch-btn-reset{
  background:#f5f5f5;
  color:#111;
  border:1px solid #e5e7eb;
}

/* remove hover effect (keep same look) */
.pitch-btn-submit:hover{
 background: #C00000;
  color:#fff !important;
  box-shadow:none !important;
}


/* (optional) stop any animation */
.pitch-btn-submit,
.pitch-btn-reset{
  transition: none !important;
}

.pitch-control:focus,
.pitch-control:active,
.form-select.pitch-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #FFD700 !important; /* optional: neutral border */
}


.pitch-actions-row {
    justify-content: center !important;
}

.pitch-actions-row .col-12.col-md {
    display: flex;
    justify-content: center !important;
}
