.elementor-18841 .elementor-element.elementor-element-8dd54d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-18841 .elementor-element.elementor-element-379ffbd{text-align:center;}.elementor-18841 .elementor-element.elementor-element-379ffbd .elementor-heading-title{font-size:42px;color:#FFFFFF;}.elementor-18841 .elementor-element.elementor-element-d03ebad{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:center;color:var( --e-global-color-astglobalcolor0 );}.elementor-18841 .elementor-element.elementor-element-d03ebad > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-18841 .elementor-element.elementor-element-d03ebad.elementor-element{--align-self:center;}.elementor-18841 .elementor-element.elementor-element-7fcd0ae{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-18841 .elementor-element.elementor-element-7fcd0ae.e-con{--align-self:center;}.elementor-18841 .elementor-element.elementor-element-6c276a1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-18841 .elementor-element.elementor-element-030dc80 .elementor-button{fill:var( --e-global-color-astglobalcolor4 );color:var( --e-global-color-astglobalcolor4 );border-radius:30px 30px 30px 30px;padding:15px 15px 15px 15px;}@media(max-width:1024px){.elementor-18841 .elementor-element.elementor-element-8dd54d8{--margin-top:020%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-18841 .elementor-element.elementor-element-d03ebad{--container-widget-width:70%;--container-widget-flex-grow:0;width:var( --container-widget-width, 70% );max-width:70%;}.elementor-18841 .elementor-element.elementor-element-7fcd0ae{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}}@media(max-width:767px){.elementor-18841 .elementor-element.elementor-element-8dd54d8{--margin-top:025%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-18841 .elementor-element.elementor-element-d03ebad{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}@media(min-width:768px){.elementor-18841 .elementor-element.elementor-element-7fcd0ae{--width:60%;}}@media(max-width:1024px) and (min-width:768px){.elementor-18841 .elementor-element.elementor-element-7fcd0ae{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-6c276a1 *//* SEARCH BAR (input + button) */
.styled-search-form {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  height: 50px;
}

.styled-search-input {
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 16px;
  height: 100%;
  background: #f5f5f5;
  color: #333;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.styled-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #9FD16E;
  color: white;
  border: none;
  height: 100%;
  padding: 0 24px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s ease;
  z-index: 2;
  position: relative;
}

/* DROPDOWN STYLING */
.custom-search-dropdown-wrapper {
  position: absolute !important;
  top: 55px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 580px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  list-style: none;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.6;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* Scrollbar for Webkit */
.custom-search-dropdown-wrapper::-webkit-scrollbar {
  width: 6px;
}
.custom-search-dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.custom-search-dropdown-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

/* Dropdown items */
.custom-search-dropdown-wrapper li {
  padding: 10px 24px;
  margin: 0;
  font-weight: 400;
  color: #2F3B40;
}

.custom-search-dropdown-wrapper li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.custom-search-dropdown-wrapper li a {
  color: #2F3B40 !important;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
  font-weight: 400;
}

/* Hover effect */
.custom-search-dropdown-wrapper li a:hover {
  color: #9FD16E !important;
  background: transparent;
}

/* OPTIONAL: Style first item as a header (light green) */
.custom-search-dropdown-wrapper li:first-child a {
  color: #9FD16E !important;
  font-weight: 500;
}

ul#search-results.custom-search-dropdown-wrapper {
  position: absolute !important;
  top: 55px !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 700px;
  margin: 0 auto;
  background: #fff !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important;
  list-style: none;
  padding: 12px 0 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  display: none;
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin;
}

ul#search-results.custom-search-dropdown-wrapper::-webkit-scrollbar {
  width: 6px;
}
ul#search-results.custom-search-dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}

ul#search-results.custom-search-dropdown-wrapper li {
  padding: 10px 24px !important;
  margin: 0 !important;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}

ul#search-results.custom-search-dropdown-wrapper li a {
  color: #2F3B40 !important;
  text-decoration: none !important;
  display: block !important;
  transition: color 0.2s ease !important;
}

ul#search-results.custom-search-dropdown-wrapper li a:hover {
  color: #9FD16E !important;
  background: transparent !important;
}

ul#search-results.custom-search-dropdown-wrapper {
  position: absolute !important;
  top: 55px !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 580px;
  margin: 0 auto;
  background: #fff !important;
  border-radius: 12px !important; /* FULLY rounded */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important;
  list-style: none;
  padding: 12px 0 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  display: none;
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin;
}

/* Scrollbar for WebKit */
ul#search-results.custom-search-dropdown-wrapper::-webkit-scrollbar {
  width: 6px;
}
ul#search-results.custom-search-dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}

ul#search-results.custom-search-dropdown-wrapper li {
  padding: 10px 24px !important;
  margin: 0 !important;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}

/* Remove last border for a clean bottom radius */
ul#search-results.custom-search-dropdown-wrapper li:last-child {
  border-bottom: none !important;
}

/* Links */
ul#search-results.custom-search-dropdown-wrapper li a {
  color: #2F3B40 !important;
  text-decoration: none !important;
  display: block !important;
  transition: color 0.2s ease !important;
}

/* Hover effect */
ul#search-results.custom-search-dropdown-wrapper li a:hover {
  color: #9FD16E !important;
  background: transparent !important;
}

.styled-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #9FD16E;
  color: white;
  border: none;
  height: 100%;
  padding: 0 24px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s ease;
}

/* 🔥 NEW HOVER COLOR */
.styled-search-button:hover {
  background-color: #54B435 !important;
}/* End custom CSS */