.elementor-7846 .elementor-element.elementor-element-8bb01ef{--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;}.elementor-7846 .elementor-element.elementor-element-8bb01ef:not(.elementor-motion-effects-element-type-background), .elementor-7846 .elementor-element.elementor-element-8bb01ef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}/* Start custom CSS for html, class: .elementor-element-1a7d932 *//* =========================
   CONTAINER
========================= */
.transport-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.transport-hero {
  text-align: center;
  margin-bottom: 40px;
}

.transport-hero h1 {
  font-size: 34px;
  font-weight: 800;
  color: #011b44;
}

.subtitle {
  color: #666;
  margin-top: 10px;
}

/* BOX */
.transport-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e8ec;
  margin-bottom: 25px;
}

.transport-box.highlight {
  background: linear-gradient(135deg, #f4f8fb, #ffffff);
  border-left: 5px solid #011b44;
}

.transport-box h2 {
  color: #011b44;
  margin-bottom: 10px;
}

/* GRID */
.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

/* CARD */
.transport-card {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.transport-card h3 {
  margin-bottom: 8px;
  color: #011b44;
}

/* STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.step {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e8ec;
}

/* CTA */
.transport-cta {
  text-align: center;
  margin-top: 40px;
  padding: 35px;
  background: linear-gradient(135deg, #011b44, #03306f);
  border-radius: 16px;
  color: #fff;
}

.transport-cta h2 {
  margin-bottom: 10px;
  color: #fff;
}

.transport-cta p {
  margin-bottom: 15px;
  color: #eaeaea;
}

/* urgency */
.urgency {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* trust */
.trust {
  font-size: 13px;
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  .transport-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-0d9c6e7 *//* =========================
   CONTAINER
========================= */
.transport-form {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 35px;
  border-radius: 16px;
  max-width: 970px;
  margin: 0 auto;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}


.highlight {
    color: #011b44;
}


/* =========================
   TITLE
========================= */
.transport-form .form-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #011b44;
}

/* =========================
   FORM GROUP
========================= */
.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* =========================
   INPUTS
========================= */
.form-control {
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #dfe5ec;
  background: #fff;
  font-size: 15px;
  color: #111;
  transition: all 0.25s ease;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:focus {
  border-color: #011b44;
  box-shadow: 0 0 0 3px rgba(1,27,68,0.15);
  outline: none;
}

/* =========================
   BUTTON
========================= */
.submit-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.submit-center input[type="submit"] {
  display: block;
  width: 280px;
  background: linear-gradient(135deg, #011b44, #0a5793);
  color: #fff !important;
  border: none;
  padding: 15px;
  font-size: 17px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s ease, background 0.3s ease;
}

.submit-center input[type="submit"]:hover {
  background: linear-gradient(315deg, #0a5793, #011b44);
  color: #fff !important;
  transform: translateY(-1px);
}

.submit-center input[type="submit"]:active {
  transform: translateY(0);
  opacity: 0.85;
}

/* =========================
   NOTE
========================= */
.secure-note {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #777;
}

/* =========================
   CF7 FIX
========================= */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 input[type="submit"] {
  float: none !important;
  position: static !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .submit-center input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */