.elementor-7 .elementor-element.elementor-element-e37aaf9{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-429475a{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-6319ef9{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-5a76058{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-ea0d3be{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-600a5c4{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-298318d{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-e21519e{margin-top:0px;margin-bottom:50px;z-index:0;}.elementor-7 .elementor-element.elementor-element-075aeb8{margin-top:0px;margin-bottom:50px;z-index:0;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-6319ef9{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b45393f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* Prevent horizontal scrollbar on full-bleed containers */
body, html {
  overflow-x: hidden;
}

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

/* ================= 1. HERO SECTION (FULL BLEED TRAVEL BANNER) ================= */
.tourex-hero-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 100px 8% 110px 8%;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 690px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.tourex-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tourex-hero-left {
  max-width: 52%;
}

.tourex-slider-num {
  font-size: 13px;
  color: #7dd3fc;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.tourex-hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px 0;
  color: #ffffff;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.tourex-hero-desc {
  font-size: 16px;
  color: #f0f9ff;
  line-height: 1.6;
  margin: 0 0 30px 0;
  max-width: 90%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tourex-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tourex-btn-pill {
  border: 1px solid #38bdf8;
  background: #38bdf8;
  padding: 14px 32px;
  border-radius: 35px;
  color: #0f172a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.35);
}

.tourex-btn-pill:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0284c7;
  transform: translateY(-2px);
}

.tourex-btn-play {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.tourex-btn-play:hover {
  color: #7dd3fc;
}

.tourex-btn-play i {
  font-size: 22px;
}

/* Glassmorphism Card Overlay on Banner */
.tourex-hero-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.tourex-glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 22px 26px;
  border-radius: 22px;
  width: 340px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-header-badge {
  margin-bottom: 8px;
}

.tourex-badge {
  background: rgba(2, 132, 199, 0.12);
  color: #0284c7;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 10px;
}

.tourex-glass-card h4 {
  font-size: 14px;
  margin: 8px 0;
  color: #0f172a;
  line-height: 1.4;
  font-weight: 800;
}

.tourex-loc {
  font-size: 11px;
  color: #64748b;
  margin: 0 0 14px 0;
}

.tourex-card-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #334155;
}

.tourex-card-price span strong {
  font-size: 17px;
  color: #0284c7;
}

.tourex-btn-sm {
  background: #0284c7;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tourex-btn-sm:hover {
  background: #0369a1;
}


/* ================= 2. EXCLUSIVE OFFERS SLIDER ================= */
.tourex-section {
  padding: 80px 10% 20px 10%;
  max-width: 1400px;
  margin: 0 auto;
}

.tourex-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}

.tourex-subtitle {
  font-size: 12px;
  color: #ff7043;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.tourex-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  color: #1a1a1a;
}

.tourex-slider-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tourex-page-indicator {
  font-size: 12px;
  color: #777;
}

.tourex-arrow-nav {
  display: flex;
  gap: 8px;
}

.arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}

.arrow-btn.active, .arrow-btn:hover {
  background: #0284c7;
  color: white;
  border-color: #0284c7;
}

.tourex-offers-slider-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 15px;
}

.tourex-offers-slider-container::-webkit-scrollbar {
  display: none;
}

.tourex-offers-grid {
  display: flex;
  gap: 25px;
  width: max-content;
}

.tourex-offer-card {
  width: 280px;
  height: 360px;
  border-radius: 20px;
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.tourex-offer-card:hover {
  transform: translateY(-5px);
}

.card-img-box {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
}

.card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
}

.card-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.tourex-offer-card h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.tourex-offer-card .price {
  font-size: 13px;
  margin: 0;
}

.tourex-offer-card .price span {
  font-weight: 800;
  font-size: 16px;
}

.tourex-offer-card .price del {
  font-size: 11px;
  opacity: 0.7;
  margin-left: 5px;
}

.tourex-btn-outline {
  background: #ffffff;
  color: #1a1a1a;
  border: 2px solid #ffffff;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.tourex-btn-outline:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
}

/* Gradient Colors for Offer Cards */
.bg-blue { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.bg-orange { background: linear-gradient(135deg, #fb8c00, #e65100); }
.bg-cyan { background: linear-gradient(135deg, #00acc1, #00838f); }
.bg-teal { background: linear-gradient(135deg, #00897b, #004d40); }
.bg-purple { background: linear-gradient(135deg, #8e24aa, #4a148c); }
.bg-pink { background: linear-gradient(135deg, #ec407a, #c2185b); }
.bg-gold { background: linear-gradient(135deg, #f57f17, #e65100); }
.bg-green { background: linear-gradient(135deg, #43a047, #1b5e20); }


/* ================= 3. AIRLINES & LANDMARKS STYLES ================= */
.tourex-airlines-section {
  padding-top: 40px;
}

.tourex-section-header.text-center {
  display: block;
  text-align: center;
}

.tourex-airlines-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  padding: 10px 20px;
  border-radius: 50px;
  max-width: 800px;
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.airline-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #666;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.airline-arrow-btn.left {
  background: #0284c7;
  color: white;
}

.airline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #444;
}

.airline-item.active {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}

.airline-item .logo-icon {
  color: #0284c7;
}

.tourex-landmarks-banner {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.tourex-landmarks-img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .tourex-hero-content {
    flex-direction: column;
    gap: 40px;
  }
  .tourex-hero-left, .tourex-hero-right {
    max-width: 100%;
    width: 100%;
  }
  .tourex-hero-right {
    justify-content: center;
  }
  .tourex-glass-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4b1554 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* Prevent horizontal scrollbar on full-bleed containers */
body, html {
  overflow-x: hidden;
}

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

/* ================= 1. HERO SECTION (FULL BLEED TRAVEL BANNER) ================= */
.tourex-hero-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 100px 8% 110px 8%;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 690px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.tourex-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tourex-hero-left {
  max-width: 52%;
}

.tourex-slider-num {
  font-size: 13px;
  color: #7dd3fc;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.tourex-hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px 0;
  color: #ffffff;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.tourex-hero-desc {
  font-size: 16px;
  color: #f0f9ff;
  line-height: 1.6;
  margin: 0 0 30px 0;
  max-width: 90%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tourex-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tourex-btn-pill {
  border: 1px solid #38bdf8;
  background: #38bdf8;
  padding: 14px 32px;
  border-radius: 35px;
  color: #0f172a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.35);
}

.tourex-btn-pill:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0284c7;
  transform: translateY(-2px);
}

.tourex-btn-play {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.tourex-btn-play:hover {
  color: #7dd3fc;
}

.tourex-btn-play i {
  font-size: 22px;
}

/* Glassmorphism Card Overlay on Banner */
.tourex-hero-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.tourex-glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 22px 26px;
  border-radius: 22px;
  width: 340px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-header-badge {
  margin-bottom: 8px;
}

.tourex-badge {
  background: rgba(2, 132, 199, 0.12);
  color: #0284c7;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 10px;
}

.tourex-glass-card h4 {
  font-size: 14px;
  margin: 8px 0;
  color: #0f172a;
  line-height: 1.4;
  font-weight: 800;
}

.tourex-loc {
  font-size: 11px;
  color: #64748b;
  margin: 0 0 14px 0;
}

.tourex-card-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #334155;
}

.tourex-card-price span strong {
  font-size: 17px;
  color: #0284c7;
}

.tourex-btn-sm {
  background: #0284c7;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tourex-btn-sm:hover {
  background: #0369a1;
}


/* ================= 2. EXCLUSIVE OFFERS SLIDER ================= */
.tourex-section {
  padding: 80px 10% 20px 10%;
  max-width: 1400px;
  margin: 0 auto;
}

.tourex-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}

.tourex-subtitle {
  font-size: 12px;
  color: #ff7043;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.tourex-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  color: #1a1a1a;
}

.tourex-slider-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tourex-page-indicator {
  font-size: 12px;
  color: #777;
}

.tourex-arrow-nav {
  display: flex;
  gap: 8px;
}

.arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  color: #555;
  transition: 0.3s;
}

.arrow-btn.active, .arrow-btn:hover {
  background: #0284c7;
  color: white;
  border-color: #0284c7;
}

.tourex-offers-slider-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 15px;
}

.tourex-offers-slider-container::-webkit-scrollbar {
  display: none;
}

.tourex-offers-grid {
  display: flex;
  gap: 25px;
  width: max-content;
}

.tourex-offer-card {
  width: 280px;
  height: 360px;
  border-radius: 20px;
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.tourex-offer-card:hover {
  transform: translateY(-5px);
}

.card-img-box {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
}

.card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
}

.card-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}

.tourex-offer-card h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.tourex-offer-card .price {
  font-size: 13px;
  margin: 0;
}

.tourex-offer-card .price span {
  font-weight: 800;
  font-size: 16px;
}

.tourex-offer-card .price del {
  font-size: 11px;
  opacity: 0.7;
  margin-left: 5px;
}

.tourex-btn-outline {
  background: #ffffff;
  color: #1a1a1a;
  border: 2px solid #ffffff;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.tourex-btn-outline:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
}

/* Gradient Colors for Offer Cards */
.bg-blue { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.bg-orange { background: linear-gradient(135deg, #fb8c00, #e65100); }
.bg-cyan { background: linear-gradient(135deg, #00acc1, #00838f); }
.bg-teal { background: linear-gradient(135deg, #00897b, #004d40); }
.bg-purple { background: linear-gradient(135deg, #8e24aa, #4a148c); }
.bg-pink { background: linear-gradient(135deg, #ec407a, #c2185b); }
.bg-gold { background: linear-gradient(135deg, #f57f17, #e65100); }
.bg-green { background: linear-gradient(135deg, #43a047, #1b5e20); }


/* ================= 3. AIRLINES & LANDMARKS STYLES ================= */
.tourex-airlines-section {
  padding-top: 40px;
}

.tourex-section-header.text-center {
  display: block;
  text-align: center;
}

.tourex-airlines-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  padding: 10px 20px;
  border-radius: 50px;
  max-width: 800px;
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.airline-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #666;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.airline-arrow-btn.left {
  background: #0284c7;
  color: white;
}

.airline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #444;
}

.airline-item.active {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}

.airline-item .logo-icon {
  color: #0284c7;
}

.tourex-landmarks-banner {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.tourex-landmarks-img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .tourex-hero-content {
    flex-direction: column;
    gap: 40px;
  }
  .tourex-hero-left, .tourex-hero-right {
    max-width: 100%;
    width: 100%;
  }
  .tourex-hero-right {
    justify-content: center;
  }
  .tourex-glass-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8324b86 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.tourex-packages-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.tour-packages-section {
  padding: 60px 8% 80px 8%;
  max-width: 1350px;
  margin: 0 auto;
}

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

.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 14px 0;
  color: #0f172a;
}

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

/* ================= SWIPER SLIDER STYLES ================= */
.tourex-packages-slider {
  padding-bottom: 50px !important;
  padding-top: 10px !important;
  overflow: visible !important;
}

.tour-pkg-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

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

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

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

.tour-pkg-card:hover .pkg-img-box img {
  transform: scale(1.08);
}

.pkg-tag-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 15px;
}

.pkg-tag-badge.popular { background: #f59e0b; }
.pkg-tag-badge.top-rated { background: #10b981; }

.pkg-country-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

/* Package Body */
.pkg-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.pkg-meta {
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: #0284c7;
  font-weight: 600;
  margin-bottom: 8px;
}

.pkg-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pkg-content h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 8px 0;
  color: #0f172a;
  line-height: 1.35;
}

.pkg-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

/* Highlights */
.pkg-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e8f0;
}

.pkg-highlights span {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pkg-highlights span i {
  color: #10b981;
}

/* Footer & Pricing */
.pkg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.pkg-price span {
  font-size: 11px;
  color: #334155;
}

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

.pkg-price span del {
  font-size: 10px;
  color: #94a3b8;
  margin-left: 3px;
}

.btn-book-pkg {
  background: #0284c7;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-book-pkg:hover {
  background: #0369a1;
}

/* ================= MOBILE SLIDER CONTROLS STYLES ================= */
.swiper-pagination-bullet {
  background: #cbd5e1 !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #0284c7 !important;
  width: 25px !important;
  border-radius: 10px !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #0284c7 !important;
  background: #ffffff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  border: 1px solid #e2e8f0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: 800;
}

/* Hide navigation arrows on small screens for cleaner look */
@media (max-width: 640px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e81a34 *//* Section Container */
.steps-section {
  padding: 80px 20px;
  background-color: #fdfbf7;
  font-family: 'Poppins', sans-serif;
}

.steps-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* Left Side Layout */
.steps-left {
  flex: 1;
  max-width: 520px;
}

.sub-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ff407d; /* Highlight color for website name */
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.main-heading {
  font-size: 36px;
  font-weight: 800;
  color: #111111;
  line-height: 1.25;
  margin-bottom: 35px;
}

/* Step Items */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

/* Circle Icons */
.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.icon-pink {
  background-color: #ff407d;
}

.icon-purple {
  background-color: #7055f6;
}

.icon-yellow {
  background-color: #ffc233;
}

.step-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 4px 0;
}

.step-content p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

/* Right Side Layout */
.steps-right {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

/* Teal Mint Box */
.teal-bg-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 380px;
  background-color: #79d7be;
  border-radius: 24px;
  margin-top: 50px;
}

/* Top Overlapping Image Box */
.top-overlay-img {
  position: absolute;
  top: -50px;
  left: -20px;
  width: 210px;
  height: 130px;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 2;
}

.top-overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Main Image */
.main-traveler-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.main-traveler-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Floating White Badge */
.floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  padding: 15px 22px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
  z-index: 3;
}

.badge-icon {
  font-size: 16px;
  margin-bottom: 2px;
}

.badge-title {
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.badge-sub {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
  margin-top: 3px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .steps-container {
    flex-direction: column;
    gap: 60px;
  }

  .steps-left {
    max-width: 100%;
  }

  .steps-right {
    width: 100%;
    margin-top: 30px;
  }

  .teal-bg-card {
    max-width: 100%;
    height: 320px;
  }

  .top-overlay-img {
    width: 170px;
    height: 110px;
    left: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d662b5 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.tourex-packages-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
}

.tour-packages-section {
  padding: 80px 10% 80px 10%;
  max-width: 1900px;
  margin: 0 auto;
}

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

.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 14px 0;
  color: #0f172a;
}

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

/* ================= 3 TOUR PACKAGES GRID ================= */
.tour-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.tour-pkg-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

/* Package Image Box */
.pkg-img-box {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

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

.tour-pkg-card:hover .pkg-img-box img {
  transform: scale(1.08);
}

.pkg-tag-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 15px;
}

.pkg-tag-badge.popular {
  background: #f59e0b;
}

.pkg-tag-badge.top-rated {
  background: #10b981;
}

.pkg-country-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

/* Package Content Body */
.pkg-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.pkg-meta {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #0284c7;
  font-weight: 600;
  margin-bottom: 10px;
}

.pkg-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pkg-content h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #0f172a;
  line-height: 1.35;
}

.pkg-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 18px 0;
}

/* Highlights List */
.pkg-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e2e8f0;
}

.pkg-highlights span {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pkg-highlights span i {
  color: #10b981;
}

/* Footer & Pricing */
.pkg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.pkg-price span strong {
  font-size: 20px;
  color: #0284c7;
  font-weight: 800;
}

.pkg-price span del {
  font-size: 11px;
  color: #94a3b8;
  margin-left: 4px;
}

/* 🟢 BOOK TOUR BUTTON */
.btn-book-pkg {
  background: #0284c7;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.25);
}

.btn-book-pkg:hover {
  background: #0369a1;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .tour-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tour-packages-grid {
    grid-template-columns: 1fr;
  }
  .pkg-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .btn-book-pkg {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bc40c4 *//* Section Container - Soft Blue Gradient Match */
.asia-trust-section {
  padding: 70px 30px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  font-family: 'Poppins', sans-serif;
  color: #1e293b;
  margin: 40px auto;
  max-width: 1900px;
  width: 100%;
  border-radius: 24px;
}

.trust-container {
  max-width: 1750px;
  margin: 0 auto;
}

/* Header Alignment */
.trust-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.trust-badge {
  background: #ffffff;
  color: #0284c7;
  border: 1px solid #bae6fd;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.08);
}

.trust-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.25;
}

.trust-header p {
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

/* Desktop 4-Column Grid */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Feature Cards Styling */
.trust-card {
  background: #ffffff;
  border: 1px solid #bae6fd;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trust-card:hover {
  transform: translateY(-8px);
  border-color: #0284c7;
  box-shadow: 0 18px 35px rgba(2, 132, 199, 0.15);
}

.trust-icon {
  font-size: 32px;
  background: #e0f2fe;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #bae6fd;
}

.trust-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.trust-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Stats Bar Styling */
.trust-stats-bar {
  background: #ffffff;
  border: 1px solid #bae6fd;
  padding: 30px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.06);
}

.stat-box {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #0284c7;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: #475569;
  font-weight: 600;
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background-color: #e2e8f0;
}

/* MOBILE SLIDER RESPONSIVE DESIGN */
@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .asia-trust-section {
    padding: 50px 15px;
  }

  /* Horizontal Slider for Mobile */
  .trust-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .trust-grid::-webkit-scrollbar {
    display: none;
  }

  .trust-card {
    flex: 0 0 82%; /* Mobile Horizontal Scroll Card */
    scroll-snap-align: center;
  }

  /* Responsive Stats Bar */
  .trust-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
    padding: 25px 20px;
  }

  .stat-divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95cd173 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.tourex-packages-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
}

.tour-packages-section {
  padding: 80px 10% 80px 10%;
  max-width: 1900px;
  margin: 0 auto;
}

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

.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 14px 0;
  color: #0f172a;
}

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

/* ================= 3 TOUR PACKAGES GRID ================= */
.tour-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.tour-pkg-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

/* Package Image Box */
.pkg-img-box {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

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

.tour-pkg-card:hover .pkg-img-box img {
  transform: scale(1.08);
}

.pkg-tag-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 15px;
}

.pkg-tag-badge.popular {
  background: #f59e0b;
}

.pkg-tag-badge.top-rated {
  background: #10b981;
}

.pkg-country-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

/* Package Content Body */
.pkg-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.pkg-meta {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #0284c7;
  font-weight: 600;
  margin-bottom: 10px;
}

.pkg-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pkg-content h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #0f172a;
  line-height: 1.35;
}

.pkg-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 18px 0;
}

/* Highlights List */
.pkg-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e2e8f0;
}

.pkg-highlights span {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pkg-highlights span i {
  color: #10b981;
}

/* Footer & Pricing */
.pkg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.pkg-price span strong {
  font-size: 20px;
  color: #0284c7;
  font-weight: 800;
}

.pkg-price span del {
  font-size: 11px;
  color: #94a3b8;
  margin-left: 4px;
}

/* 🟢 BOOK TOUR BUTTON */
.btn-book-pkg {
  background: #0284c7;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.25);
}

.btn-book-pkg:hover {
  background: #0369a1;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
  transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .tour-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tour-packages-grid {
    grid-template-columns: 1fr;
  }
  .pkg-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .btn-book-pkg {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50a0d9c */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.tourex-next-sections {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
}

.tourex-section {
  padding: 80px 10% 40px 10%;
  max-width: 1900px;
  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: 1px;
}

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

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


/* ================= 1. SERVICES GRID STYLES ================= */
.tourex-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.tourex-service-card {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  text-align: center;
}

.tourex-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.12);
  border-color: #38bdf8;
}

.tourex-service-card.highlight {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border: none;
}

.tourex-service-card.highlight p {
  color: #e0f2fe;
}

.service-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: 0.3s;
}

.tourex-service-card.highlight .service-icon-box {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.tourex-service-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.tourex-service-card p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}


/* ================= 2. EVENT MANAGEMENT STYLES ================= */
.tourex-events-section {
  background: #f8fafc;
  border-radius: 30px;
  margin-top: 40px;
}

.tourex-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tourex-event-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tourex-event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

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

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

.tourex-event-card:hover .event-img-box img {
  transform: scale(1.08);
}

.event-city-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 23, 42, 0.75);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

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

.event-details h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #0f172a;
}

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

.event-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.event-features span {
  font-size: 10px;
  font-weight: 600;
  color: #0284c7;
  background: #f0f9ff;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid #bae6fd;
}

/* 🟢 BOOK YOUR EVENT BUTTON */
.tourex-btn-event {
  background: #0284c7;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.25);
}

.tourex-btn-event:hover {
  background: #0369a1;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
  transform: translateY(-2px);
}

/* Responsive Layout */
@media (max-width: 992px) {
  .tourex-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tourex-events-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-087dd84 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.tourex-luxury-venues-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  width: 100%;
  box-sizing: border-box;
}

.tourex-venues-section {
  padding: 60px 10% 80px 10%;
  max-width: 1900px;
  margin: 0 auto;
}

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

.tourex-subtitle {
  font-size: 20px;
  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 14px 0;
  color: #0f172a;
}

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

/* ================= 6 VENUE SLABS GRID STYLES ================= */
.tourex-venues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

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

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

/* Venue Image Container */
.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;
}

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

.venue-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

/* Venue Card Content Body */
.venue-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

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

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

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

.venue-specs {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e2e8f0;
}

.venue-specs span {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  padding: 5px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 6px;
}

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

/* Venue Card Footer & Pricing */
.venue-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

/* 🟢 BOOK YOUR EVENT BUTTON */
.tourex-btn-venue {
  background: #0284c7;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.25);
}

.tourex-btn-venue:hover {
  background: #0369a1;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .tourex-venues-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tourex-venues-grid {
    grid-template-columns: 1fr;
  }
  .venue-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .tourex-btn-venue {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */