/* ============ OFF-CANVAS CTA ============ */

#slide-out-widget-area ul.menu li.cta-mobile {
  text-align: center;
  margin-top: 20px;
  list-style: none;
}
#slide-out-widget-area ul.menu li.cta-mobile a {
  background-color: #69BE28;
  color: #ffffff !important;
  padding: 10px 28px;
  border-radius: 999px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: background-color 0.3s ease, transform 0.2s ease;
  line-height: 1;
  white-space: nowrap;
}
#slide-out-widget-area ul.menu li.cta-mobile a:hover {
  background-color: #56a71f;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .center-mobile-text {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    flex-direction: column;
    padding: 0 15px;
  }
}

/* ============ DROPDOWN MENU ============ */
#header-outer .sf-menu li ul {
  background-color: #F4FAF0;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

/* ============ SUBMIT BUTTONS (global) ============ */
input[type="submit"],
button[type="submit"],
.submit-btn,
.wpforms-submit,
.fluentform .ff-btn-submit {
  background-color: #69BE28 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: none;
  position: relative;
  top: 0;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.submit-btn:hover,
.wpforms-submit:hover,
.fluentform .ff-btn-submit:hover {
  background-color: #69BE28 !important;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  top: -2px;
  font-weight: 600 !important;
  letter-spacing: 0.2px;
}

/* ============ REQUEST DEMO (mobile menu) ============ */
#mobile-menu a[href*="request-demo"] {
  display: inline-block;
  background-color: #69BE28;
  color: white !important;
  padding: 12px 24px;
  border-radius: 32px;
  font-weight: 600;
  margin: 10px 0 10px 20px;
  width: auto;
  text-align: left;
}
#mobile-menu a[href*="request-demo"]:hover {
  background-color: #57a91f;
  color: #fff !important;
}

/* ============ CONTACT FORM 7 ============ */
.wpcf7-form { font-family: 'Inter', sans-serif; }
.wpcf7-form label { font-weight: 600; font-size: 14px; }
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 1rem;
}
.wpcf7-form textarea { resize: vertical; height: 120px; margin-bottom: 1rem; }
.wpcf7-form .form-checkbox { display: flex; flex-direction: row; }
.wpcf7-form .form-checkbox input { width: max-content; }
.wpcf7-form .form-checkbox label { display: flex; gap: 0; flex-direction: row; }
.wpcf7-submit {
  background-color: #69BE28;
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  width: 100% !important;
}
.wpcf7-submit:hover {
  background-color: #5aae25;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(105, 190, 40, 0.3);
}

/* ============ RESPONSIVE: HERO / LAYOUT (1024–1366 landscape) ============ */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .vc_row-inner { max-width: 100%; padding-left: 40px; padding-right: 40px; }
  h2, .wpb_text_column h2 {
    font-size: 2.2em; line-height: 1.3; letter-spacing: -0.5px; margin-bottom: 20px;
  }
  .wpb_column { width: 100% !important; float: none !important; display: block !important; }
  .wpb_text_column { margin-bottom: 10px; }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-row {
    display: flex !important; flex-direction: row !important;
    align-items: center; justify-content: space-between; padding: 0 5vw;
  }
  .hero-left { width: 48% !important; padding-right: 2vw; }
  .hero-right { width: 48% !important; display: flex; justify-content: center; align-items: center; }
  .hero-right img { max-width: 100%; height: auto; }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .hero-row {
    display: flex !important; flex-direction: row !important;
    align-items: center !important; justify-content: space-between !important; gap: 4vw;
  }
  .hero-left, .hero-right { flex: 1 1 0 !important; max-width: 48% !important; }
  .hero-right img { max-width: 100% !important; height: auto !important; }
  .wpb_column { width: auto !important; float: none !important; display: block; }
}

/* ============ PARTNERS ============ */
.partners-container .col.center { flex-direction: column !important; }

/* ============ NOWRAP ROWS (desktop) ============ */
@media (min-width: 1024px) { .hero-container .row_col_wrap_12 { flex-wrap: nowrap !important; } }
@media (min-width: 1024px) { .platform-container .row_col_wrap_12 { flex-wrap: nowrap !important; } }
@media (min-width: 1024px) { .hero2-container .row_col_wrap_12 { flex-wrap: nowrap !important; } }

/* ============ CENTERED WRAPPERS (1024–1366) ============ */
@media (min-width: 1024px) and (max-width: 1366px) {
  .application-form-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .center-button-text { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .mission-card-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .section-column-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .cta-section-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .contact-section-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .team-section-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .service-section-wrapper { margin-left: auto !important; margin-right: auto !important; max-width: 900px; width: 100%; }
}

/* ============ STELLA CARDS (1024–1366) ============ */
@media (min-width: 1024px) and (max-width: 1366px) {
  .stella-blue-box { flex: 1 1 100% !important; max-width: 100% !important; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .stella-card { flex: 0 0 50% !important; max-width: 50% !important; display: flex; }
  .stella-card .vc_column-inner { display: flex; flex-direction: column; height: 100%; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .stella-card:nth-child(-n+2) { margin-bottom: 30px; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .wrapper {
    max-width: 1200px !important; width: 100% !important;
    padding-left: 20px; padding-right: 20px; justify-content: center;
  }
  .stella-card { max-width: 1100px !important; width: 100% !important; padding: 3rem 5rem !important; }
  .stella-service-section { padding-left: 60px !important; padding-right: 60px !important; }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .vc_row .wpb_column,
  .vc_row .vc_column_container,
  .vc_row .vc_column-inner {
    width: 100% !important; max-width: 100% !important; flex: 1 1 100% !important;
  }
}

/* ============ SERVICE HERO (responsive) ============ */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .heroservice {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; text-align: center !important; padding: 40px 20px;
  }
  .heroservice h1 { font-size: 2.5rem !important; line-height: 1.2 !important; margin-bottom: 20px !important; max-width: 600px; }
  .heroservice p { font-size: 1.1rem !important; line-height: 1.4 !important; margin: 0 auto 30px auto !important; max-width: 600px; }
  .heroservice img { max-width: 80% !important; height: auto !important; margin-top: 0 !important; margin-bottom: 40px !important; }
}
@media screen and (min-width: 1000px) and (max-width: 1023px) {
  .heroservice, .heroservice .vc_row, .heroservice .vc_column_container, .heroservice .wpb_column {
    display: block !important; width: 100% !important; max-width: 100% !important; float: none !important;
  }
  .heroservice h1, .heroservice p { text-align: center !important; max-width: 600px; margin-left: auto !important; margin-right: auto !important; }
  .heroservice h1 { font-size: 2.2rem !important; line-height: 1.2 !important; margin-bottom: 18px !important; }
  .heroservice p { font-size: 1rem !important; line-height: 1.4 !important; margin-bottom: 25px !important; }
  .heroservice img { display: block !important; margin: 0 auto 30px auto !important; max-width: 85% !important; height: auto !important; }
}

/* ============ BLOG (global) ============ */
body .nectar-post-grid-item .content * { color: inherit; }
body .nectar-post-grid-item .content h3.nectar-post-grid-title a { color: #002244 !important; }
body .nectar-post-grid-item .meta-category a { color: #69BE28 !important; }

/* ============ CAREER FORM (global) ============ */
.career-form-container {
  max-width: 750px; margin: 40px auto; padding: 30px;
  background-color: #fff; border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif; box-sizing: border-box;
}
.career-form-container .wpcf7-form .row { display: flex; flex-wrap: wrap; gap: 20px; }
.career-form-container .wpcf7-form .form-group {
  flex: 1; min-width: 48%; display: flex; flex-direction: column; margin-bottom: 20px;
}
.career-form-container .wpcf7-form .form-group.full-width { min-width: 100%; }
.career-form-container .wpcf7-form label { font-weight: 600; font-size: 14px; color: #13294F; }
.career-form-container .wpcf7-form .form-group input,
.career-form-container .wpcf7-form .form-group select,
.career-form-container .wpcf7-form .form-group textarea,
.career-form-container .wpcf7-form .form-group input[type="file"] {
  width: 100% !important; padding: 14px !important; font-size: 14px !important;
  border: 1px solid #ccc !important; border-radius: 6px !important;
  outline: none !important; box-sizing: border-box !important; transition: all 0.3s ease !important;
}
.career-form-container .wpcf7-form .form-group input:hover,
.career-form-container .wpcf7-form .form-group select:hover,
.career-form-container .wpcf7-form .form-group textarea:hover,
.career-form-container .wpcf7-form .form-group input:focus,
.career-form-container .wpcf7-form .form-group select:focus,
.career-form-container .wpcf7-form .form-group textarea:focus {
  border-color: #69BE28 !important; box-shadow: 0 0 6px rgba(105, 190, 40, 0.25) !important;
}
.career-form-container .wpcf7-form textarea { min-height: 120px; resize: vertical; }
.career-form-container .wpcf7-form .submit-button {
  width: 100% !important; padding: 16px !important; font-size: 16px !important; font-weight: 600 !important;
  background-color: #69BE28 !important; color: #fff !important; border: none !important;
  border-radius: 8px !important; cursor: pointer !important; transition: all 0.3s ease !important;
}
.career-form-container .wpcf7-form .submit-button:hover {
  background-color: #5ea625 !important; transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(105, 190, 40, 0.3) !important;
}
@media (max-width: 768px) {
  .career-form-container .wpcf7-form .row { flex-direction: column !important; }
  .career-form-container .wpcf7-form .form-group { min-width: 100% !important; }
}

/* ============ SUB-HERO (global) ============ */
.sub-hero { margin-top: 50px; animation: fadeInUp 1.6s ease-out; }
.sub-hero h2 {
  font-size: 28px; font-weight: 700; color: #13294F;
  margin-bottom: 14px; position: relative; display: inline-block;
}
.sub-hero h2::after {
  content: ''; display: block; width: 40px; height: 3px;
  background-color: #69BE28; margin: 12px auto 0; border-radius: 2px;
}
.sub-hero p {
  font-size: 16px; line-height: 1.5em; max-width: 620px; margin: 20px auto 0; color: #13294F;
}




/* ============ FLOATING GLASS PILL (non-sticky) ============ 
html body #header-outer {
  position: absolute !important;   
  top: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  width: calc(90% - 300px) !important;
  max-width: 1340px !important;
  border-radius: 40px !important;
  background-color: rgba(255, 255, 255, 0.72) !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(0, 39, 80, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 39, 80, 0.10) !important;
  z-index: 100 !important;
}
#header-outer #header-secondary-outer { background: transparent !important; }
#header-space { display: none !important; height: 0 !important; }
html body #ocm-effect-wrap,
html body .ocm-effect-wrap,
html body .ocm-effect-wrap-inner {
  background: transparent !important;

  min-height: 0 !important;
}
html body #ajax-content-wrap > .container-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
html body .container-wrap > .main-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
html body #ajax-content-wrap .container-wrap .main-content > .row:first-child {
  padding-top: 70px !important;
} */
/* ============ FLOATING GLASS PILL NAVBAR (desktop only) ============ */
@media (min-width: 1000px) {
  html body #header-outer,
  html body #header-outer.scrolled-down,
  html body #header-outer.transparent {
    position: absolute !important;
    top: 45px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    max-width: 1340px !important;
    z-index: 9999 !important;
    border-radius: 40px !important;
    background-color: rgba(255, 255, 255, 0.72) !important;
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(0, 39, 80, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 39, 80, 0.10) !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  #header-outer #header-secondary-outer { background: transparent !important; }
  #ajax-content-wrap { transform: none !important; padding-top: 50px !important; }
  #header-space { display: none !important; height: 0 !important; }
}

#breadcrumbs { display: none; }
:root { --enb-h: 15px; }
@media (max-width: 767px){
  .easy-notification-bar{ display: none !important; }
  html.has-easy-notification-bar{ /* in case the html class adds offset */ }
}
@media (min-width: 800px) {
  #header-outer .sf-menu > li > a {

    font-size: clamp(12px, 1vw + 0.4rem, 15px) !important;
    white-space: nowrap;
  }
}
@media (max-width: 999px) {
  html body #header-outer,
  html body #header-outer.scrolled-down,
  html body #header-secondary-outer {
		top:30px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }
  #header-space { display: none !important; height: 0 !important; }
  /* gap at the very top, scrolls away naturally */
  #ajax-content-wrap { padding-top: 20px !important; }
}