.hero-section-8b6dd4e8 {
    position: relative;
    background: linear-gradient(to bottom, #5FB7F7 0%, #2D79C9 50%, #023B8B 100%);
    overflow: hidden;
    padding: 0;
    font-family: "Poppins", sans-serif;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.hero-bg-img-8b6dd4e8 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.32;
    z-index: 0;
}

.hero-overlay-8b6dd4e8 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 20px 42px;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-welcome-badge-8b6dd4e8 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 166, 35, 0.14);
    border: 1px solid rgba(245, 166, 35, 0.3);
    border-radius: 30px;
    padding: 7px 18px;
    margin-bottom: 18px;
}

.hero-welcome-badge-8b6dd4e8 span {
    color: #f5a623;
    font-size: 0.88rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.hero-welcome-badge-8b6dd4e8 svg, .hero-welcome-badge-8b6dd4e8 i {
    width: 18px; height: 16px;
    fill: #f5a623; color: #f5a623;
}

.hero-title-8b6dd4e8 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    max-width: 700px;
    font-family: "Poppins", sans-serif;
	letter-spacing: 1.1px;
}

.hero-title-highlight-8b6dd4e8 {
    color: #f5a623;
    position: relative;
}

.hero-subtitle-8b6dd4e8 {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    max-width: 580px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
	line-height: 1.6;
	letter-spacing: 1.1px;
}

.hero-cta-btn-8b6dd4e8 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #f5a623;
    color: #0b2545;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    margin-bottom: 18px;
    font-family: "Poppins", sans-serif;
}

.hero-cta-btn-8b6dd4e8:hover {
    background: #e8a012;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(245, 166, 35, 0.4);
    color: #0b2545;
	border-radius: 10px !important;
}

.hero-cta-btn-8b6dd4e8 svg {
    width: 20px; height: 20px;
    fill: #0b2545;
}

.hero-price-info-8b6dd4e8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}

.hero-price-strike-8b6dd4e8 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    text-decoration: line-through;
    font-family: "Poppins", sans-serif;
	line-height: 1.25;
	letter-spacing: 1.1px;
}

.hero-price-now-8b6dd4e8 {
    color: #f5a623;
    font-weight: 700;
    font-size: 1.15rem;
    font-family: "Poppins", sans-serif;
	line-height: 1.25;
}

.hero-details-row-8b6dd4e8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.hero-detail-item-8b6dd4e8 {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    font-family: "Poppins", sans-serif;
}
.hero-detail-item-8b6dd4e8 svg, .hero-detail-item-8b6dd4e8 i {
    width: 16px; height: 16px;
    fill: #f5a623; color: #f5a623;
}

.hero-not-city-8b6dd4e8 {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    margin-top: 16px;
    line-height: 1.5;
	text-align: center;
    font-family: "Poppins", sans-serif;
}
.hero-not-city-link-8b6dd4e8 {
    color: #f5a623;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
    background: none;
    border: none;
    font-size: inherit;
    font-family: "Poppins", sans-serif;
	line-height: 1.6;
	letter-spacing: 1.1px;
}

.hero-section-8b6dd4e8 .search-strip-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  row-gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.hero-section-8b6dd4e8 .search-strip-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f9fc;
  border: 1.5px solid #d1d9e6;
  border-radius: 80px 0px 0px 80px;
  padding: 0 14px;
  transition: border 0.2s;
  min-width: 250px;
  height: 52px;
}

.hero-section-8b6dd4e8 .search-strip-input-wrap:focus-within {
  border-color: #f5a623;
  background: #fff;
}

.hero-section-8b6dd4e8 .search-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.hero-section-8b6dd4e8 .search-input {
  width: 100%;
  padding: 12px 8px;
  border: none;
  font-size: 0.95rem;
  outline: none;
  background: transparent;
  color: #1a1a2e;
}

.hero-section-8b6dd4e8 .search-input::placeholder {
  color: #a0aec0;
}

.hero-section-8b6dd4e8 .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #f5a623;
  color: #0b2545;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 0px 80px 80px 0px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  height: 52px;
}

.hero-section-8b6dd4e8 .search-btn:hover {
  background: #e8a012;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.35);
}

.hero-section-8b6dd4e8 .btn-icon i,
.hero-section-8b6dd4e8 .btn-icon svg {
  display: block;
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.hero-section-8b6dd4e8 .search-strip-input-wrap input.search-input {
  margin-bottom: 0px !important;
  border-style: none !important;
}
@media (max-width: 768px) {
  .hero-section-8b6dd4e8 .search-strip-input-wrap {
	  border-radius: 80px;
  }
  .hero-section-8b6dd4e8 .search-btn{
    width: 100%;
	border-radius: 80px;
  }
}