.elementor-77367 .elementor-element.elementor-element-2cf09e26 > .elementor-widget-container{margin:20px 20px 20px 20px;padding:20px 20px 20px 20px;}.elementor-77367 .elementor-element.elementor-element-2cf09e26{text-align:center;}.elementor-77367 .elementor-element.elementor-element-2cf09e26 .elementor-heading-title{font-weight:500;line-height:39px;color:var( --e-global-color-67a78bdc );}.elementor-77367 .elementor-element.elementor-element-527464a0{--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;}.elementor-77367 .elementor-element.elementor-element-4ea12a9d{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-77367 .elementor-element.elementor-element-2cf09e26 > .elementor-widget-container{margin:20px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-2445c31c */#stickySearch {
  position: fixed !important;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;

  width: 90%;
  max-width: 700px;   /* controls max width on desktop */
 background: rgba(255,255,255,0.1);
 backdrop-filter: blur(10px);
  padding: 30px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  
}

#stickySearch {
    
  position: fixed !important;
  bottom: 20px;          /* 👈 move to bottom */
  top: auto !important;  /* remove top positioning */
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;

  width: 90%;
  max-width: 600px;

  background: rgba(255,255,255,0.1);
backdrop-filter: blur(10px);
  padding: 10px 18px;
  border-radius: 40px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
#stickySearch input {
    background: rgba(255,255,255,0.6);
backdrop-filter: blur(10px);
  flex: 1 1 250px;
  min-width: 180px;
padding: 10px 18px;
  border-radius: 999px;
}

#stickySearch button {
  background: rgba(255,255,255,0.6);
backdrop-filter: blur(10px);
  border: none !important;
  outline: none !important;
  box-shadow: none !important;

  font-size: 18px;
  color: black;        /* icon color */
  cursor: pointer;
  padding: 6px;
  padding: 10px 18px;
  border-radius: 999px;
}

#stickySearch button:hover {
  background: #f5f5f5;
}

#stickySearch button:active {
  transform: scale(0.9);
  background: #eee;
}
#stickySearch button:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 500px) {
  #stickySearch {
    top: 10px;
    width: 85%;
    padding: 10px;
  }

  #stickySearch input {
    flex: 1 1 100%;
  }

  #stickySearch button {
    flex: 1 1 auto;
  }
}
@media (max-width: 600px) {
  #stickySearch {
    bottom: 10px;
    width: 95%;
  }
}
#stickySearch input {
  font-size: 16px;
  bottom: 60px;
}/* End custom CSS */