.elementor-kit-131{--e-global-color-primary:#D9DED0;--e-global-color-secondary:#B9BCC0;--e-global-color-text:#7A7A7A;--e-global-color-accent:#30863C;--e-global-color-08b3c27:#DCE0E3;--e-global-color-dc84694:#FFFFFF;--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-131 h1{font-family:"Roboto", Sans-serif;font-size:12px;}.elementor-kit-131 h2{font-family:"Roboto", Sans-serif;}.elementor-kit-131 h3{font-family:"Roboto", Sans-serif;}.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);}.elementor-kit-131 e-page-transition{background-color:#FFBC7D;}.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 *//* Make the hero search bar pill-shaped and elevated */
.gsd-hero-search .geodir-search_form,
.gsd-hero-search form.geodir-search_form {
  background: #ffffff;
  border-radius: 999px;
  padding: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
}

/* Inputs & Select2 (GeoDirectory uses Select2 for dropdowns) */
.gsd-hero-search input[type="text"],
.gsd-hero-search .select2-selection,
.gsd-hero-search .select2-selection__rendered {
  border-radius: 999px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 18px !important;
  border: none !important;
  box-shadow: none !important;
}

/* Location field ‘use my location’ icon alignment */
.gsd-hero-search .geodir-js-geolocate {
  border-radius: 999px;
  height: 40px;
  margin-left: 6px;
}

/* Search button */
.gsd-hero-search .elementor-button,
.gsd-hero-search button[type="submit"] {
  border-radius: 999px !important;
  height: 50px !important;
  padding: 0 22px !important;
  background: linear-gradient(90deg, #14D0E1, #21E6A6);
  border: none;
  color: #0b1a24;
  font-weight: 700;
}

/* Make the whole form inline on desktop */
@media (min-width: 768px) {
  .gsd-hero-search .geodir-search_form .geodir-search_input,
  .gsd-hero-search .geodir-search_form .geodir-search_input select,
  .gsd-hero-search .geodir-search_form .geodir-search_input input {
    display: inline-block;
  }
}

/* Mobile stacking and spacing */
@media (max-width: 767px) {
  .gsd-hero-search .geodir-search_form { border-radius: 18px; }
  .gsd-hero-search .geodir-search_form > * { margin-bottom: 8px; }
}/* End custom CSS */