.elementor-kit-68{--e-global-color-primary:#BBD915;--e-global-color-secondary:#96AE2B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#151515;--e-global-color-308d9d0:#FFFFFF;--e-global-color-fc7d867:#D7D7D7;--e-global-color-3610d7a:#5E5E5F;--e-global-color-29751ed:#6F8120;--e-global-color-ec494b9:#FEFCE1;--e-global-typography-primary-font-family:"Roboto";--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;--e-global-typography-309c8b8-font-size:1rem;--e-global-typography-309c8b8-font-weight:200;--e-global-typography-31ce0d0-font-size:0.8rem;}.elementor-kit-68 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.sc_layouts_title_caption{display:var(--page-title-display);}@media(max-width:1279px){.elementor-kit-68{--e-global-typography-309c8b8-font-size:0.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1279px;}.e-con{--container-max-width:1279px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fullscreen overlay */
#custom-search-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
  opacity: 0;
}

#custom-search-overlay.active {
  display: flex;
  opacity: 1;
}

#custom-search-overlay .search-inner {
  position: relative;
  width: 80%;
  max-width: 600px;
}

.search-form {
  display: flex;
  gap: 10px;
}

.search-field {
  flex: 1;
  font-size: 1.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-submit {
  background: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 4px;
}

.close-search {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 2rem;
  cursor: pointer;
  color: #000;
}/* End custom CSS */