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

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

.text-center {
  text-align: center;
}

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

.tourex-section-header.text-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: 650px;
  margin: 0 auto;
  line-height: 1.6;
}


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

.about-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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


/* ================= 2. LIVE STATS COUNTER ================= */
.about-stats-wrapper {
  max-width: 1200px;
  margin: -45px auto 40px auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.about-stats-container {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.stat-box i {
  font-size: 28px;
  color: #0284c7;
  margin-bottom: 8px;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.stat-box p {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}


/* ================= 3. STORY SECTION ================= */
.story-container {
  display: flex;
  gap: 50px;
  align-items: center;
}

.story-left {
  flex: 1.2;
}

.story-left h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin: 8px 0 16px 0;
  line-height: 1.25;
}

.story-lead {
  font-size: 15px;
  font-weight: 600;
  color: #0284c7;
  line-height: 1.6;
  margin-bottom: 12px;
}

.story-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 25px;
}

.story-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sh-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.sh-item i {
  font-size: 22px;
  color: #0284c7;
}

.sh-item strong {
  display: block;
  font-size: 14px;
  color: #0f172a;
}

.sh-item span {
  font-size: 12px;
  color: #64748b;
}

.story-right {
  flex: 1;
}

.story-img-frame {
  position: relative;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.story-img-frame img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
}

.floating-exp-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border: 1px solid #ffffff;
}

.floating-exp-badge strong {
  font-size: 26px;
  font-weight: 800;
  color: #0284c7;
  display: block;
}

.floating-exp-badge span {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
}


/* ================= 4. CORE VALUES GRID ================= */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.value-card {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: transform 0.3s ease;
}

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

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

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

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


/* ================= 5. TEAM MEMBERS ================= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.1);
}

.team-img-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

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

.team-card:hover .team-img-box img {
  transform: scale(1.06);
}

.team-info {
  padding: 22px;
  text-align: center;
}

.team-info h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

.team-info span {
  font-size: 12px;
  color: #0284c7;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

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


/* ================= 6. CTA BANNER ================= */
.about-cta-banner {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  padding: 70px 20px;
  margin-top: 60px;
}

.cta-content {
  max-width: 750px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px 0;
}

.cta-content p {
  font-size: 15px;
  color: #e0f2fe;
  margin: 0 0 30px 0;
}

.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-cta-primary {
  background: #ffffff;
  color: #0284c7;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta-primary:hover {
  background: #0f172a;
  color: #ffffff;
}

.btn-cta-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

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

/* Responsive Styles */
@media (max-width: 992px) {
  .about-stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .story-container {
    flex-direction: column;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .about-stats-container, .values-grid {
    grid-template-columns: 1fr;
  }
  .about-hero-title {
    font-size: 34px;
  }
  .cta-btn-group {
    flex-direction: column;
  }
}/* End custom CSS */