.elementor-662 .elementor-element.elementor-element-cdac7aa{--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-662 .elementor-element.elementor-element-ef6bb69{--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-e0703c4 *//* HERO */
.contact-hero-new {
  position: relative;
  height: 70vh;
  min-height: 450px;
  background: url('https://xoomafrica.com/wp-content/uploads/2026/03/1036.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(255,122,24,0.3));
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-hero-content h1 {
  font-size: 42px;
  margin-bottom: 1px;
  color: white;
}

.contact-hero-content p {
  color: #ddd;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bd5229 *//* ===== CONTACT PAGE START ===== */

/* HERO */
.contact-hero-new {
  position: relative;
  height: 70vh;
  min-height: 450px;
  background: url('https://xoomafrica.com/wp-content/uploads/2026/03/1036.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(255,122,24,0.3));
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-hero-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.contact-hero-content p {
  color: #ddd;
}


/* SECTION */
.contact-simple {
  background: linear-gradient(to bottom, #000, #0a0a0a);
  padding: 80px 20px;
}

.contact-simple-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT */
.contact-simple-left h3 {
  color: #fff;
  margin-bottom: 20px;
}

.contact-simple-left ul {
  list-style: none;
  padding: 0;
}

.contact-simple-left li {
  color: #ccc;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.contact-simple-left li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7a18;
}

.contact-note {
  margin-top: 20px;
  color: #fff;
  font-style: italic;
}

.contact-sub {
  color: #888;
  font-size: 14px;
}

/* FORM */
.contact-simple-form {
  background: linear-gradient(145deg, #111, #0a0a0a);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255,122,24,0.15);
}

/* FIX INPUT COLORS */
.contact-simple-form input,
.contact-simple-form textarea,
.contact-simple-form select {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid rgba(255,255,255,0.2);
}

/* placeholder */
.contact-simple-form input::placeholder,
.contact-simple-form textarea::placeholder {
  color: #aaa;
}

/* SELECT TEXT */
.contact-simple-form select {
  color: #fff !important;
}

/* LABEL */
.contact-simple-form label {
  color: #ff7a18;
}

/* BUTTON */
.contact-simple-form input[type="submit"] {
  background: #ff7a18;
  color: #000;
  border: none;
  width: 100%;
  font-weight: 600;
}

.contact-simple-form input[type="submit"]:hover {
  background: #ff8c2a;
}

/* MOBILE */
@media (max-width: 900px){
  .contact-simple-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-hero-content h1 {
    font-size: 30px;
  }
}

/* ===== CONTACT PAGE END ===== *//* End custom CSS */