.elementor-428 .elementor-element.elementor-element-bc66fe4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-428 .elementor-element.elementor-element-ed8a6b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3f91e38 *//* ===== FORCE FULL WIDTH HERO ===== */

.contact-hero-new,
.plan-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56fdc06 *//* ===== PLAN YOUR TRIP PAGE START ===== */

/* HERO */
.plan-hero {
  position: relative;
  height: 70vh;
  background: url('https://xoomafrica.com/wp-content/uploads/2026/03/2151822326.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.plan-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(255,122,24,0.3));
}

.plan-hero-content {
  position: relative;
  color: #fff;
}

.plan-hero h1 {
  font-size: 44px;
  color:white;
  margin-bottom: 5px;
}

.plan-hero p {
  color: #ddd;
}


/* SECTION */
.plan-section {
  background: linear-gradient(to bottom, #000, #0a0a0a);
  padding: 80px 20px;
}

.plan-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}


/* LEFT */
.plan-left h3 {
  color: #fff;
  margin-bottom: 15px;
}

.plan-left p {
  color: #aaa;
  margin-bottom: 20px;
}

.plan-left ul {
  list-style: none;
  padding: 0;
}

.plan-left li {
  color: #ccc;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.plan-left li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7a18;
}


/* FORM */
.plan-form-wrap {
  background: linear-gradient(145deg, #111, #0a0a0a);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255,122,24,0.15);
}

/* INPUT FIX */
.plan-form-wrap input,
.plan-form-wrap textarea,
.plan-form-wrap select {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid rgba(255,255,255,0.2);
}

/* LABEL */
.plan-form-wrap label {
  color: white !important;
}

/* BUTTON */
.plan-form-wrap input[type="submit"] {
  background: #ff7a18 !important;
  color: #000;
  width: 100%;
}

.plan-form-wrap input[type="submit"]:hover {
  background: #ff8c2a;
}


/* MOBILE */
@media (max-width: 900px){
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-hero h1 {
    font-size: 30px;
  }
}

/* ===== PLAN YOUR TRIP PAGE END ===== *//* End custom CSS */