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

.tourex-contact-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: 60px 10% 80px 10%;
  max-width: 1350px;
  margin: 0 auto;
}

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


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

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

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

.contact-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);
}

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


/* ================= 2. CONTACT INFO CARDS ================= */
.contact-cards-wrapper {
  max-width: 1250px;
  margin: -45px auto 30px auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.contact-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-card {
  background: #ffffff;
  padding: 26px 20px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.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-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px 0;
}

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


/* ================= 3. MAIN SECTION: FORM + MAP ================= */
.contact-main-grid {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}

/* Contact Form Column */
.contact-form-box {
  flex: 1.5;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.form-title-bar h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  margin: 4px 0 8px 0;
}

.form-title-bar p {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 30px 0;
}

.tourex-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

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

.form-group label {
  font-size: 12px;
  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, 
.input-box select {
  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;
  transition: border-color 0.3s;
}

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

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

/* SEND MESSAGE BUTTON */
.btn-send-message {
  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-send-message:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  transform: translateY(-2px);
}

/* Emergency Card & Map Column */
.contact-info-map-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.emergency-support-card {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  padding: 25px;
  border-radius: 22px;
  display: flex;
  gap: 18px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.25);
}

.support-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.emergency-support-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 4px 0;
}

.emergency-support-card p {
  font-size: 12px;
  color: #e0f2fe;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.support-phone {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.google-map-container {
  background: #ffffff;
  border-radius: 24px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}


/* ================= 4. THANK YOU POPUP MODAL ================= */
.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: 480px;
  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 Styles */
@media (max-width: 1024px) {
  .contact-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-main-grid {
    flex-direction: column;
  }
  .contact-form-box, .contact-info-map-box {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact-cards-container, .form-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .contact-hero-title {
    font-size: 34px;
  }
  .contact-form-box {
    padding: 25px;
  }
}/* End custom CSS */