.elementor-84 .elementor-element.elementor-element-56eb80e{margin-top:0px;margin-bottom:50px;z-index:0;}/* Start custom CSS for html, class: .elementor-element-d2ce5d7 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.tourex-china-page {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
  background-color: #f8fafc;
}

.tourex-section {
  padding: 80px 10% 40px 10%;
  max-width: 1400px;
  margin: 0 auto;
}

.tourex-section-header.text-center {
  text-align: center;
  margin-bottom: 45px;
}

.tourex-subtitle {
  font-size: 13px;
  color: #0284c7;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 1.5px;
}

.tourex-title {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #0f172a;
}

.tourex-section-desc {
  font-size: 15px;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ================= 1. CHINA HERO BANNER ================= */
.china-hero-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 100px 10% 90px 10%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.china-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.china-subtitle {
  font-size: 12px;
  color: #38bdf8;
  font-weight: 800;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 12px;
}

.china-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px 0;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.china-desc {
  font-size: 16px;
  color: #e0f2fe;
  line-height: 1.65;
  margin: 0 0 35px 0;
}

.china-hero-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.china-hero-badges span {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 8px;
}

.china-hero-badges span i {
  color: #38bdf8;
}


/* ================= 2. CHINA VENUES GRID ================= */
.china-venues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.china-venue-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.china-venue-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(2, 132, 199, 0.15);
  border-color: #38bdf8;
}

.venue-img-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.venue-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.china-venue-card:hover .venue-img-box img {
  transform: scale(1.08);
}

.city-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0284c7;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 15px;
}

.venue-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.venue-cat {
  font-size: 11px;
  color: #0284c7;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.venue-info h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #0f172a;
  line-height: 1.35;
}

.venue-info p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 18px 0;
}

.venue-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e8f0;
}

.venue-amenities span {
  font-size: 11px;
  background: #f1f5f9;
  color: #334155;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.venue-amenities span i {
  color: #0284c7;
}

.venue-price-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.venue-price-bar label {
  display: block;
  font-size: 10px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
}

.venue-price-bar span {
  font-size: 12px;
  color: #334155;
}

.venue-price-bar span strong {
  font-size: 18px;
  color: #0284c7;
  font-weight: 800;
}

.btn-book-venue {
  background: #0284c7;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}

.btn-book-venue:hover {
  background: #0369a1;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}


/* ================= 3. CHINA HIGHLIGHTS ================= */
.china-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.info-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: 0.3s;
}

.info-box:hover {
  border-color: #38bdf8;
  transform: translateY(-5px);
}

.info-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f0f9ff;
  color: #0284c7;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.info-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #0f172a;
}

.info-box p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}


/* ================= 4. INQUIRY FORM ================= */
.china-form-section {
  padding-bottom: 80px;
}

.china-form-wrapper {
  background: #ffffff;
  border-radius: 28px;
  padding: 50px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto;
}

.china-form-header {
  text-align: center;
  margin-bottom: 35px;
}

.china-form-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin: 5px 0 10px 0;
}

.china-form-header p {
  font-size: 13px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.china-event-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group.full-width {
  flex: none;
  width: 100%;
}

.form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.form-group input, 
.form-group select, 
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  font-family: inherit;
  font-size: 13px;
  color: #1e293b;
  outline: none;
  background: #f8fafc;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
  border-color: #0284c7;
  background: #ffffff;
}

.btn-submit-inquiry {
  background: #0284c7;
  color: #ffffff;
  border: none;
  padding: 16px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.3);
}

.btn-submit-inquiry:hover {
  background: #0369a1;
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .china-venues-grid, .china-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .china-venues-grid, .china-highlights-grid, .form-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .china-title {
    font-size: 36px;
  }
  .china-form-wrapper {
    padding: 25px;
  }
}/* End custom CSS */