.elementor-2183 .elementor-element.elementor-element-3ac39e7{--display:flex;}.elementor-2183 .elementor-element.elementor-element-008b3ca{--display:flex;}.elementor-2183 .elementor-element.elementor-element-fe740fd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-69aea07 *//* ================================
   LOCATION HERO SECTION
================================ */

.location-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(44, 99, 255, 0.28),
      transparent 34%
    ),
    linear-gradient(
      120deg,
      #061431 0%,
      #08285f 55%,
      #073f91 100%
    );
  padding: 75px 24px;
  box-sizing: border-box;
}


/* 背景装饰 */

.location-hero-bg {
  position: absolute;
  width: 460px;
  height: 460px;
  right: -140px;
  top: -190px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.location-hero-bg::before,
.location-hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.location-hero-bg::before {
  width: 330px;
  height: 330px;
  left: 65px;
  top: 65px;
}

.location-hero-bg::after {
  width: 210px;
  height: 210px;
  left: 125px;
  top: 125px;
}


/* 内容宽度 */

.location-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: 70px;
}


/* 左侧内容 */

.location-hero-content {
  max-width: 720px;
}

.location-small-title {
  display: inline-block;
  margin-bottom: 15px;
  color: #ffc145;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.location-hero-content h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -3px;
}

.location-hero-content h1 span {
  display: block;
  color: #ffb52e;
}

.location-hero-content p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
}


/* 按钮 */

.location-hero-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.location-btn {
  min-width: 170px;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.location-btn:hover {
  transform: translateY(-3px);
}

.location-btn-primary {
  background: #ffb52e;
  color: #07172f;
  border: 2px solid #ffb52e;
}

.location-btn-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #07172f;
}

.location-btn-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}

.location-btn-outline:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #07172f;
}


/* 右侧数据卡片 */

.location-stats-card {
  width: 100%;
  padding: 25px 27px;
  border-radius: 24px;
  background: rgba(7, 64, 146, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-sizing: border-box;
}

.location-stat-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 14px;
}

.location-stat-item strong {
  color: #ffb52e;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.location-stat-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.location-stat-item span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.location-stat-item small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.5;
}

.location-stat-line {
  height: 1px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.12);
}


/* ================================
   TABLET
================================ */

@media (max-width: 950px) {

  .location-hero {
    min-height: auto;
    padding: 65px 24px;
  }

  .location-hero-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .location-hero-content {
    max-width: 760px;
  }

  .location-stats-card {
    max-width: 600px;
  }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

  .location-hero {
    padding: 48px 20px;
  }

  .location-hero-container {
    gap: 30px;
  }

  .location-small-title {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .location-hero-content h1 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 1.02;
    letter-spacing: -1.8px;
  }

  .location-hero-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .location-hero-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
    margin-top: 24px;
  }

  .location-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .location-stats-card {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .location-stat-item {
    grid-template-columns: 68px 1fr;
    gap: 10px;
  }

  .location-stat-item strong {
    font-size: 31px;
  }

  .location-stat-item span {
    font-size: 15px;
  }

  .location-stat-item small {
    font-size: 11px;
  }

  .location-stat-line {
    margin: 17px 0;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1424851 *//* ===== Location Cards ===== */

.hb-location-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
    margin-top:40px;
    align-items:start;
}

.hb-card{
    background:#fff;
    border-radius:22px;
    padding:28px;
    position:relative;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border-left:4px solid #f5a623;
    transition:.3s;
    min-height:280px;

}

.hb-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.hb-state{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#111827;
    color:#f5b301;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    font-size:18px;
    margin-bottom:18px;
}

.hb-card h3{
    margin:0;
    font-size:22px;
    font-weight:800;
    color:#111;
}

.hb-region{
    display:block;
    margin-top:8px;
    color:#777;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.hb-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:22px 0;
}

.hb-tags span{
    background:#f5f5f5;
    padding:8px 12px;
    border-radius:8px;
    font-size:12px;
    font-weight:700;
}

.hb-cities{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}

.hb-cities span{
    background:#fafafa;
    border:1px solid #ececec;
    padding:10px 14px;
    border-radius:8px;
    font-size:14px;
    transition:.3s;
}

.hb-cities span:hover{
    background:#f5b301;
    color:#fff;
    border-color:#f5b301;
}

.hb-bottom{
    margin-top:28px;
    padding-top:18px;
    border-top:1px solid #eee;
}

.hb-bottom a{
    color:#d24b2a;
    font-weight:700;
    text-decoration:none;
}

.hb-bottom a:hover{
    color:#111;
}

@media(max-width:1200px){

.hb-location-grid{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:992px){

.hb-location-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.hb-location-grid{
grid-template-columns:1fr;
}

.hb-card{
padding:22px;
}

.hb-card h3{
font-size:26px;
}

}
/* ===== Location Header ===== */

.hb-location-header{
    background:#fff;
    border-radius:22px;
    padding:34px;
    margin-bottom:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.hb-subtitle{
    display:inline-block;
    color:#d89b00;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.hb-location-header h2{
    font-size:34px;
    line-height:1;
    font-weight:800;
    color:#111;
    margin:0 0 18px;
}

.hb-location-header p{
    max-width:760px;
    color:#666;
    font-size:17px;
    line-height:1.7;
    margin-bottom:30px;
}

.hb-search-wrap{
    margin-bottom:24px;
}

.hb-search-wrap input{
    width:100%;
    height:60px;
    border:1px solid #e5e5e5;
    border-radius:14px;
    padding:0 20px;
    font-size:16px;
    outline:none;
}

.hb-search-wrap input:focus{
    border-color:#f5b301;
}

.hb-filter{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.hb-filter button{
    background:#f5f5f5;
    border:none;
    border-radius:40px;
    padding:10px 22px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.hb-filter button:hover,
.hb-filter .active{
    background:#111827;
    color:#f5b301;
}

@media(max-width:768px){

.hb-location-header{
    padding:24px;
}

.hb-location-header h2{
    font-size:34px;
}

.hb-location-header p{
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be0d2fe */.hb-cta-banner{
    max-width:1400px;
    margin:80px auto;
    padding:45px 55px;
    background:#fff;
    border-radius:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.hb-cta-left{
    flex:1;
}

.hb-cta-badge{
    display:inline-block;
    margin-bottom:12px;
    color:#d39a08;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hb-cta-left h2{
    margin:0;
    font-size:42px;
    font-weight:800;
    color:#111;
}

.hb-cta-left p{
    margin-top:16px;
    color:#666;
    font-size:18px;
    line-height:1.7;
    max-width:650px;
}

.hb-cta-right{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hb-btn-primary{
    background:#f5b301;
    color:#111;
    padding:16px 34px;
    border-radius:999px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.hb-btn-primary:hover{
    background:#e2a400;
}

.hb-btn-secondary{
    background:#111827;
    color:#fff;
    padding:16px 34px;
    border-radius:999px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.hb-btn-secondary:hover{
    background:#000;
}

@media(max-width:768px){

.hb-cta-banner{
    flex-direction:column;
    text-align:center;
    padding:35px 25px;
}

.hb-cta-left h2{
    font-size:30px;
}

.hb-cta-right{
    width:100%;
    justify-content:center;
}

.hb-btn-primary,
.hb-btn-secondary{
    width:100%;
    text-align:center;
}

}/* End custom CSS */