.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: #ffffff;
}

.rakiet-searchbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.35rem;
  background-color: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 58px;
  width: min(100%, 540px);
}

.rakiet-icon {
  font-size: 0.95rem;
  margin-right: 0.4rem;
  color: #999;
  display: flex;
  align-items: center;
}

.rakiet-input-wrapper {
  flex: 1;
  min-width: 0;
}

.rakiet-input-wrapper > * {
  width: 100%;
}

.rakiet-searchbar .width_87,
.rakiet-searchbar .search-geocomplete {
  width: auto !important;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

.rakiet-searchbar .search-geocomplete {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.rakiet-searchbar .search-geocomplete input {
  height: 34px;
  font-size: 0.95rem;
  text-indent: 6px;
  padding: 0;
}

.rakiet-searchbar .search-geocomplete .icon,
.rakiet-searchbar .search-geocomplete .icon-remove {
  display: none;
}

.rakiet-searchbar .el-input__wrapper {
  padding: 2px 6px !important;
  min-height: 34px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rakiet-searchbar .el-input__inner {
  font-size: 0.95rem !important;
}

.rakiet-suffix-actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.rakiet-suffix-actions .btn-link {
  padding: 0;
  display: flex;
  align-items: center;
}

.rakiet-suffix-actions .btn-green {
  width: 38px !important;
  height: 38px !important;
  font-size: 0.9rem !important;
  margin-left: 0 !important;
}

.rakiet-searchbar .flex-enabled-locate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 auto;
  padding-left: 0.25rem;
}

.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.25rem;
    padding: 0.25rem 0.55rem;
    min-height: 52px;
  }

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

  .rakiet-searchbar .search-geocomplete input {
    font-size: 0.85rem;
    height: 32px;
  }

  .rakiet-searchbar button.btn.btn-green {
    width: 38px !important;
    height: 38px !important;
    font-size: 0.9rem !important;
  }

  .rakiet-searchbar .el-input__wrapper {
    padding: 0 4px !important;
    height: 32px !important;
    font-size: 0.85rem !important;
  }

  .rakiet-searchbar .el-input__inner {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 575.98px) {
  .rakiet-searchbar {
    flex-wrap: wrap;
    padding: 0.4rem 0.55rem;
  }

  .rakiet-icon {
    margin-right: 0.35rem;
  }

  .rakiet-input-wrapper {
    width: calc(100% - 48px);
    flex: 1 1 auto;
  }

  .rakiet-searchbar .flex-enabled-locate {
    width: auto;
    margin-left: auto;
  }

  .rakiet-searchbar .search-geocomplete input {
    width: 100%;
  }
}

.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: 42px !important;
  height: 42px !important;
  font-size: 0.95rem !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: 40px !important;
    height: 40px !important;
    font-size: 0.95rem !important;
    margin-left: 0.25rem !important;
  }
}
.flex-enabled-locate .btn-green {
  background-color: #ff3c00 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  font-size: 0.95rem !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: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
    margin-left: 0.25rem !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;
}
