.elementor-kit-487{--e-global-color-primary:#00121D;--e-global-color-secondary:#2C1036;--e-global-color-text:#0C0C0C;--e-global-color-accent:#CD9900;--e-global-color-b43c168:#001829;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;}.elementor-kit-487 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.kaleo-thanks { 
    display: none; 
}

.site-header {
    justify-content: center !important;
}

.awsm-job-more-container{
    display: none !important;
}

/* ==== Elementor Search: full-width input + centered button ==== */

/* Make the widget + form span the full column width */
.search-stack,
.search-stack form,
.search-stack .elementor-search-form__container,
.search-stack .e-search-form__container {
  width: 100%;
  max-width: none;              /* kill any theme/skin caps */
  box-sizing: border-box;
}

/* Stack input above button */
.search-stack form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
}

/* INPUT — force truly full width */
.search-stack input[type="search"],
.search-stack .elementor-search-form__input {
  display: block;
  background-color: rgba(0,0,0,0.2) !important;
  color: #fff;
  width: 100% !important;       /* override theme/skin widths */
  max-width: 100% !important;   /* override pesky max-widths */
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 20px;
  transition: border-color .2s ease, box-shadow .2s ease;
}


.search-stack :is(button[type="submit"], .elementor-search-form__submit) {
  width: auto !important; 
  font-weight: 700;
  align-self: center;         
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;          
  background-color: transparent !important;
  color: #fff;
  outline: 3px solid #fff;
  cursor: pointer;
  transition: transform .05s ease, background-color .2s ease, box-shadow .2s ease;
}

.search-stack :is(button[type="submit"], .elementor-search-form__submit):hover{
    background-color: #fff !important;
    color: #00121D !important;
}

/* keep the section fully hidden until the button is clicked */
#contact-section { 
  display: none; 
}

/* when revealed */
#contact-section.is-visible { 
  display: block; 
}

/* optional: add a simple fade for nicer appearance */
#contact-section.is-visible {
  animation: sectionFadeIn 280ms ease both;
}
@keyframes sectionFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial {
    flex-grow: 1;
}

.sp-testimonial-free {
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 20px;
    box-shadow: 0px 8px 12px -7px rgba(0,0,0,0.37);
}/* End custom CSS */