.custom-hero-title {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #ff4d4f;
  margin-left: 1rem;
}

.rakiet-banner-wrapper {
  padding: 1rem 2rem 4rem 2rem !important; /* top menor, bottom mantém */
  background-color: #ff3c00;
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 0 0 2rem 2rem;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}


.rakiet-location-wrapper {
  max-width: 600px;
  text-align: left;
}

.rakiet-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fffff;
}

.rakiet-searchbar {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.rakiet-icon {
  font-size: 1.2rem;
  margin-right: 0.75rem;
  color: #999;
}

.rakiet-input-wrapper {
  flex: 1;
}

.rakiet-search-btn {
  background-color: #ff3c00;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.el-input__wrapper:focus-within,
.el-input__wrapper input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.home-search-wrap .btn-green,
.flex-enabled-locate .btn-green {
  display: flex !important;
}


.el-input__wrapper,
.el-input__inner,
.el-input,
.el-autocomplete {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  height: auto !important;
}

/* Responsivo */
@media (max-width: 768px) {
  .rakiet-banner-wrapper {
    padding: 2rem 1rem;
  }

  .rakiet-location-wrapper {
    max-width: 100%;
  }

  .rakiet-title {
    font-size: 1.6rem;
  }

  .rakiet-searchbar {
    flex-direction: row;
    gap: 0.3rem;
    padding: 0.25rem 0.5rem;
  }

  .rakiet-icon {
    font-size: 0.9rem;
  }

  .rakiet-input-wrapper,
  .search-geocomplete {
    max-width: 100%;
  }

  .rakiet-searchbar input {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    height: auto;
  }

  .rakiet-search-btn {
    font-size: 1rem;
    padding: 0.45rem 0.6rem;
    border-radius: 50%;
  }

  .el-input__wrapper {
    padding: 4px 10px !important;
    height: 42px !important;
    font-size: 0.9rem !important;
  }

  .el-input__inner {
    font-size: 0.9rem !important;
    height: 100% !important;
    padding: 0 !important;
  }

  .search-geocomplete input {
    text-indent: 8px !important;
  }
}

.lottie-bg {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 600px;
  max-height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}

@media (max-width: 991px) {
  .lottie-bg {
    display: none !important;
  }
}

.rakiet-banner-wrapper {
  position: relative;
  padding: 6rem 2rem; /* aumenta a altura */
  min-height: 400px;
}

.rakiet-location-wrapper {
  position: relative;
  z-index: 1;
}
.rakiet-banner-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  background-color: #ff3c00;
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 0 0 2rem 2rem;
  min-height: 500px; /* altura maior aqui */
}

@media (max-width: 768px) {
  .rakiet-banner-wrapper {
    padding: 2rem 1rem;
    min-height: 300px; /* altura reduzida para mobile */
  }
}



.rakiet-searchbar button.btn.btn-green {
  background-color: #ff3c00 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  font-size: 1.2rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  flex-shrink: 0 !important;
  margin-left: 0.5rem !important;
}

/* Garantir responsividade para telas bem pequenas */
@media (max-width: 420px) {
  .rakiet-searchbar button.btn.btn-green {
    width: 44px !important;
    height: 44px !important;
    font-size: 1rem !important;
    margin-left: 0.3rem !important;
  }
}
.flex-enabled-locate .btn-green {
  background-color: #ff3c00 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  font-size: 1.2rem !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  margin-left: 0.5rem !important;
  flex-shrink: 0 !important;
}

@media (max-width: 420px) {
  .flex-enabled-locate .btn-green {
    width: 42px !important;
    height: 42px !important;
    font-size: 1rem !important;
    margin-left: 0.3rem !important;
  }
}

#main-search-banner {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#vm_home_search > .d-block.d-lg-none {
  display: none !important;
}

#vm_home_search {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Força substituição da cor verde padrão (#67c23a) por vermelho */
.el-button--success,
.el-tag--success,
.el-radio-button__inner,
.el-radio__input.is-checked + .el-radio__label,
.el-checkbox.is-checked + .el-checkbox__label {
  background-color: #ff3c00 !important;
  border-color: #ff3c00 !important;
  color: white !important;
}

.text-success,
.el-tag--success {
  color: #ff3c00 !important;
}

.el-button--success:hover {
  background-color: #e33600 !important;
  border-color: #e33600 !important;
}

.el-message--success,
.el-tag--success,
.el-badge--success,
.el-notification--success,
.el-button--success,
.el-progress__text,
.el-progress-bar__inner,
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #ff3c00 !important;
  border-color: #ff3c00 !important;
  color: white !important;
}
