.elementor-133 .elementor-element.elementor-element-12917f6{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-133 .elementor-element.elementor-element-114b5a6{margin-top:0px;margin-bottom:50px;z-index:0;}/* Start custom CSS for html, class: .elementor-element-f61903d *//* ================= ABOUT CHINA WITH IMAGES STYLES ================= */
.china-about-card {
  margin-top: 10px;
}

.section-title-box {
  margin-bottom: 30px;
}

.section-lead-text {
  font-size: 14px;
  color: #64748b;
  margin: 6px 0 0 0;
  line-height: 1.6;
}

.about-china-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.china-guide-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

.china-guide-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(2, 132, 199, 0.12);
  border-color: #38bdf8;
}

/* Image Styling */
.guide-img-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

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

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

.guide-img-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.guide-img-badge i {
  color: #38bdf8;
}

.guide-img-badge.highlight {
  background: #0284c7;
}

.guide-img-badge.highlight i {
  color: #ffffff;
}

/* Card Body */
.guide-card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.guide-card-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.guide-card-body p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

/* Feature List */
.guide-feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
}

.feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f8fafc;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.feature-item i {
  font-size: 18px;
  color: #0284c7;
  margin-top: 2px;
}

.feature-item strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
  margin-bottom: 2px;
}

.feature-item span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

/* Responsive adjustment */
@media (max-width: 850px) {
  .about-china-2col {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59db7f1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

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

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

.china-pkg-hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

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

.pkg-hero-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px 0;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.pkg-hero-desc {
  font-size: 15px;
  color: #e0f2fe;
  max-width: 750px;
  line-height: 1.6;
  margin: 0 0 35px 0;
}

.pkg-hero-stats {
  display: flex;
  gap: 25px;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(10px);
  padding: 16px 25px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: max-content;
  max-width: 100%;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item:last-child {
  border-right: none;
}

.stat-item i {
  font-size: 20px;
  color: #38bdf8;
}

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

.stat-item span {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.stat-item.price-stat i, 
.stat-item.price-stat span {
  color: #38bdf8;
}


/* ================= 2. MAIN CONTAINER ================= */
.china-pkg-main-container {
  display: flex;
  gap: 35px;
  max-width: 1350px;
  margin: 50px auto 80px auto;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: flex-start;
}

.china-pkg-details-column {
  flex: 1.8;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pkg-section-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 35px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.pkg-section-card h2 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 22px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pkg-section-card h2 .icon {
  color: #0284c7;
}

/* Highlights Grid */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.hl-item {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.hl-item i {
  color: #10b981;
}

/* Included / Excluded */
.inc-exc-wrapper {
  display: flex;
  gap: 25px;
}

.inc-box, .exc-box {
  flex: 1;
  padding: 20px;
  border-radius: 16px;
}

.inc-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.exc-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.inc-box h3 {
  color: #166534;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.exc-box h3 {
  color: #991b1b;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.inc-box ul, .exc-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inc-box ul li {
  font-size: 12px;
  color: #15803d;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.exc-box ul li {
  font-size: 12px;
  color: #b91c1c;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Itinerary Timeline */
.itinerary-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.itinerary-day {
  display: flex;
  gap: 20px;
  background: #f8fafc;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
}

.day-badge {
  background: #0284c7;
  color: #ffffff;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 14px;
  height: max-content;
  flex-shrink: 0;
}

.day-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
}

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


/* ================= 3. RIGHT BOOKING FORM COLUMN ================= */
.china-pkg-booking-column {
  flex: 1;
  position: sticky;
  top: 30px;
}

.booking-card-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.booking-card-header h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.booking-card-header p {
  font-size: 12px;
  color: #64748b;
  margin: 0 0 15px 0;
}

.price-display {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  padding: 12px 18px;
  border-radius: 14px;
  margin-bottom: 25px;
}

.price-display span {
  font-size: 24px;
  font-weight: 800;
  color: #0284c7;
}

.price-display del {
  font-size: 13px;
  color: #94a3b8;
  margin-left: 6px;
}

.price-display small {
  font-size: 11px;
  color: #64748b;
}

.china-booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.form-group label {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
}

.input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.input-box i {
  position: absolute;
  left: 14px;
  color: #0284c7;
  font-size: 14px;
}

.input-box input {
  width: 100%;
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  font-family: inherit;
  font-size: 13px;
  color: #1e293b;
  background: #f8fafc;
  outline: none;
  box-sizing: border-box;
}

.input-box input:focus {
  border-color: #0284c7;
  background: #ffffff;
}

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

.form-row .form-group {
  flex: 1;
}

/* Price Calculation Summary */
.price-summary-box {
  background: #f8fafc;
  border-radius: 14px;
  padding: 15px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
}

.summary-line.tax {
  font-size: 11px;
  color: #10b981;
  font-weight: 700;
}

.summary-line.total {
  border-top: 1px dashed #cbd5e1;
  padding-top: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.summary-line.total strong {
  color: #0284c7;
  font-size: 18px;
}

/* CONFIRM BOOKING BUTTON */
.btn-confirm-booking {
  width: 100%;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  box-shadow: 0 8px 25px rgba(2, 132, 199, 0.35);
}

.btn-confirm-booking:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  transform: translateY(-2px);
}


/* ================= 4. THANK YOU MODAL POPUP ================= */
.thank-you-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

.thank-you-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.thank-you-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.thank-you-modal-overlay.active .thank-you-card {
  transform: scale(1);
}

.modal-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f0fdf4;
  color: #10b981;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.thank-you-card h2 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.thank-you-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.modal-booking-details {
  background: #f8fafc;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}

.modal-booking-details div {
  display: flex;
  justify-content: space-between;
  color: #64748b;
}

.modal-booking-details div strong {
  color: #0f172a;
}

.modal-note {
  font-size: 11px !important;
  color: #0284c7 !important;
  background: #f0f9ff;
  padding: 10px;
  border-radius: 10px;
}

.btn-close-modal {
  width: 100%;
  background: #0284c7;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-close-modal:hover {
  background: #0369a1;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .china-pkg-main-container {
    flex-direction: column;
  }
  .china-pkg-booking-column {
    width: 100%;
    position: relative;
    top: 0;
  }
  .highlights-grid, .inc-exc-wrapper {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}/* End custom CSS */