.search-widget-container{
max-width: 620px;
}
 
 
label.search-label {
  display: none;
}
 
/* For .search (e-search) */
.search {
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  height: 68px;
  line-height: 28.5px;
  pointer-events: all;
  text-align: start;
  unicode-bidi: isolate;
  user-select: auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
 
/* For .search-form (e-search-form) */
.search-form {
  display: flex;
  width: 100%;
}
 
/* For .search-input-wrapper (e-search-input-wrapper) */
.search-input-wrapper {
  display: flex;
  flex-grow: 1;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
 
/* For #search-input (search-a45eb54) */
#search-input {
  appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 68px;
  padding: 16px;
  width: 70%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin-right: 15px;
}
 
/* For .search-clear-icon */
.search-clear-icon {
  cursor: pointer;
  display: block;
  fill: none;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  opacity: 0;
}
 
/* For #search-results (results-a45eb54) */
#search-results {
  background-color: transparent;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  width: 100%;
  z-index: 2000;
  -webkit-font-smoothing: antialiased;
}
 
/* For .search-submit (e-search-submit) */
.search-submit {
  background-color: #2d2d2d !important;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
  height: 68px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase !important;
  width: calc(30% - 15px);
  padding: 16px;
  -webkit-font-smoothing: antialiased;
}

.custom-search-results .elementor-280 .elementor-element.elementor-element-22c2399.e-con {
    height: 100% !important;
}
 
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
 
 
#search-input{
 
margin-right: 0px;
margin-bottom: 15px; 
width: 100%;
 
}
  .search-input-wrapper {
    margin-right: 15px; /* Maintain a 15px gap between input and button */
  }
 
  .search-submit {
    width: 100%;
  }
}
 
@media (max-width: 480px) {
  .search-form {
    flex-direction: column;
  }
 
  .search-input-wrapper {
    width: 100%;
    margin-right: 0;
  }
 
  .search-submit {
    width: 100%;
  }
}