.elementor-272 .elementor-element.elementor-element-b271c58{margin-top:0px;margin-bottom:50px;z-index:0;}/* Start custom CSS for html, class: .elementor-element-bdc18ba */@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 */