.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#E86A3F;}.elementor-kit-6 a:hover{color:#E86A3F;text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.custom-search-bar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  height: 52px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.search-category {
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 6px;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}

.search-category select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 4px;
}

.dropdown-arrow {
  font-size: 18px;
  color: #555;
  pointer-events: none;
  margin-top: -4px;
}

.search-divider {
  width: 1px;
  height: 28px;
  background-color: #ddd;
  flex-shrink: 0;
}

#custom-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 14px;
  color: #333;
  background: transparent;
}

#custom-search-input::placeholder {
  color: #aaa;
}

#custom-search-btn {
  background-color: #E8603A; /* Orange — change this hex to match yours exactly */
  border: none;
  cursor: pointer;
  height: 100%;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

#custom-search-btn:hover {
  background-color: #cf5230;
}/* End custom CSS */