/* 1. Center the CTA in off-canvas */
#slide-out-widget-area ul.menu li.cta-mobile {
  text-align: center;
  margin-top: 20px;
  list-style: none;
}

/* 2. Pill-style Stella Green button */
#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; /* prevent line breaks */
}

/* 3. Hover effect */
#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; /* makes it fill the screen height */
    flex-direction: column;
    padding: 0 15px;
  }
}
/* STELLA-styled dropdown menu */
#header-outer .sf-menu li ul {
  background-color: #F4FAF0; /* Light Stella green */
  border: 1px solid #EEEEEE; /* Light gray border */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

/* Updated dropdown menu with thin gray border */
#header-outer .sf-menu li ul {
  border: 1px solid #EEEEEE; /* Thin gray border */
  border-radius: 10px; /* Optional: soft corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Optional: soft shadow */
}
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; /* base weight */
  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; /* bold on hover */
  letter-spacing: 0.2px;
}
/* Target the "Request Demo" link inside mobile menu */
#mobile-menu a[href*="request-demo"] {
  display: inline-block;
  background-color: #69BE28; /* STELLA Green */
  color: white !important;
  padding: 12px 24px;
  border-radius: 32px;
  font-weight: 600;
  margin: 10px 0 10px 20px; /* left-align like other items */
  width: auto;
  text-align: left;
}

/* Hover effect */
#mobile-menu a[href*="request-demo"]:hover {
  background-color: #57a91f;
  color: #fff !important;
}

/* FORM STYLES */
.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);
}

/* FORM STYLES */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  /* Optional: Adjust max width of inner content */
  .vc_row-inner {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* Adjust heading inside WPBakery text block */
  h2, .wpb_text_column h2 {
    font-size: 2.2em; /* ~35px */
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }

  /* Optional: Make columns not stack */
  .wpb_column {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  /* Optional: Reduce gap under large headings */
  .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;
  }

  /* Optional: make image responsive if it overflows */
  .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;
  }

  /* Remove weird column stacking fallback */
  .wpb_column {
    width: auto !important;
    float: none !important;
    display: block;
  }
}

/*Fix tablet responsiveness*/
.partners-container .col.center {
	flex-direction: column !important;
}

@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;
  }

@media (min-width: 1024px) and (max-width: 1366px) {
  .application-form-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .center-button-text {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
}
	

	
/* Mobile adjustments */
}
	
@media (min-width: 1024px) and (max-width: 1366px) {
  .mission-card-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
	
	@media (min-width: 1024px) and (max-width: 1366px) {
  .section-column-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
		
	@media (min-width: 1024px) and (max-width: 1366px) {
  .cta-section-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
		
	@media (min-width: 1024px) and (max-width: 1366px) {
  .contact-section-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
		
			@media (min-width: 1024px) and (max-width: 1366px) {
  .team-section-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }
				
			@media (min-width: 1024px) and (max-width: 1366px) {
  .service-section-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px;
    width: 100%; /* ensure it doesn't shrink too small */
  }

@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;
  }
}

@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) {
  /* Add vertical gap between rows by margin-bottom on cards in the first row */
  .stella-card:nth-child(-n+2) {
    margin-bottom: 30px; /* Adjust the gap height here */
  }
}@media (min-width: 1024px) and (max-width: 1366px) {
  .wrapper {
    max-width: 1140px !important; /* force wider max-width */
    width: 100% !important;       /* allow full width */
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center !important; /* keep centered */
  }

  .stella-service-section {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
	
				@media (min-width: 1024px) and (max-width: 1366px) {
  .wrapper {
    max-width: 1200px !important;  /* allow wider wrapper */
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }

  .stella-card {
    max-width: 1100px !important;  /* make card wider */
    width: 100% !important;        /* let card take full width */
    padding: 3rem 5rem !important; /* add some padding */
  }

}

@media (min-width: 1024px) and (max-width: 1366px) {
  /* Force the WPBakery column to be full-width */
  .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;
  }
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  /* Stack hero content vertically and center */
  .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) {
  /* Force hero wrapper and columns to stack vertically */
  .heroservice,
  .heroservice .vc_row,
  .heroservice .vc_column_container,
  .heroservice .wpb_column {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* Center the text block */
  .heroservice h1,
  .heroservice p {
    text-align: center !important;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Adjust font sizes */
  .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;
  }

  /* Center and scale the image */
  .heroservice img {
    display: block !important;
    margin: 0 auto 30px auto !important;
    max-width: 85% !important;
    height: auto !important;
  }
}

	/* Blog titles deep blue */
body .nectar-post-grid-item .content * {
    color: inherit;
}

body .nectar-post-grid-item .content h3.nectar-post-grid-title a {
    color: #002244 !important; /* STELLA deep blue */
}

/* Category text STELLA green */
body .nectar-post-grid-item .meta-category a {
    color: #69BE28 !important;
}
/* Container styling */
.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;
}

/* Row layout for first & last name */
.career-form-container .wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Form group (columns) */
.career-form-container .wpcf7-form .form-group {
  flex: 1;
  min-width: 48%; /* side-by-side for first/last name */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* Full-width fields */
.career-form-container .wpcf7-form .form-group.full-width {
  min-width: 100%;
}

/* Labels */
.career-form-container .wpcf7-form label {
  font-weight: 600;
  font-size: 14px;
  color: #13294F;
}

/* Inputs, selects, textarea, file upload */
.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;
}

/* Hover & focus effect */
.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;
}

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

/* Submit button */
.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;
}

/* Submit hover */
.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;
}

/* Responsive: stack on mobile */
@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 {
  margin-top: 50px; /* space to separate from first section */
  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;
}

#header-outer .container {
	display:block !important;
	width: 100%;
}