.elementor-627 .elementor-element.elementor-element-d7e688b{margin-top:-1px;margin-bottom:-1px;padding:-28px -28px -28px -28px;}.elementor-627 .elementor-element.elementor-element-9448eff{width:var( --container-widget-width, 105.893% );max-width:105.893%;--container-widget-width:105.893%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9448eff *//* =========================
   PAGE BACKGROUND
========================= */
.realize-wrapper {
  background:#0a1f44;
  padding: 80px 20px;
}

/* =========================
   CARD SIZE (MATCH REALIZE)
========================= */
.realize-card {
  max-width: 650px;   /* ← wider */
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 60px; /* add more inner spacing */
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.12);
}

/* =========================
   TOP HEADER (LOGO + TITLE)
========================= */
.realize-header {
  text-align: center;
  margin-bottom: 30px;
}

.realize-logo {
  max-width: 180px;
  margin-bottom: 18px;
}

.realize-header h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.realize-header p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* =========================
   FORCE SINGLE COLUMN
========================= */
#forminator-module-684 .forminator-row,
#forminator-module-684 .forminator-col {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* =========================
   STEP PROGRESS BAR
========================= */
#forminator-module-684 .forminator-pagination {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

#forminator-module-684 .forminator-pagination-step {
  flex: 1;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #1B2F4A;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  color: #1B2F4A;
  font-weight: 500;
}

#forminator-module-684 .forminator-pagination-step.forminator-active {
  background: #1B2F4A;
  color: #fff;
  font-weight: 600;
}

/* =========================
   INPUT STYLING
========================= */
#forminator-module-684 input,
#forminator-module-684 textarea,
#forminator-module-684 select {
  border-radius: 8px !important;
  padding: 14px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
}

/* Remove green focus */
#forminator-module-684 input:focus,
#forminator-module-684 textarea:focus,
#forminator-module-684 select:focus {
  border-color: #1B2F4A !important;
  box-shadow: 0 0 0 3px rgba(27,47,74,.15) !important;
  outline: none !important;
}

/* =========================
   RADIO / CHECKBOX NAVY
========================= */
#forminator-module-684 input[type="radio"]:checked,
#forminator-module-684 input[type="checkbox"]:checked {
  accent-color: #1B2F4A;
}

/* =========================
   REMOVE BACK BUTTON
========================= */
#forminator-module-684 .forminator-button-back {
  display: none !important;
}

/* =========================
   SUBMIT BUTTON (REALIZE STYLE)
========================= */
#forminator-module-684 .forminator-button-submit {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 10px !important;
  background: #1B2F4A !important;
  color: #fff !important;
  font-weight: 600 !important;
  border: none !important;
  transition: 0.3s ease;
}

#forminator-module-684 .forminator-button-submit:hover {
  background: #16263d !important;
}

/* =========================
   FORM QUESTIONS / LABELS
========================= */
#forminator-module-684 .forminator-label,
#forminator-module-684 .forminator-field-label,
#forminator-module-684 .forminator-field-description,
#forminator-module-684 p {
  color: #111 !important;  /* dark color so questions show on white card */
  font-size: 14px;
  margin-bottom: 6px;
}

/* Adjust radio/checkbox labels */
#forminator-module-684 .forminator-radio-label,
#forminator-module-684 .forminator-checkbox-label {
  color: #111 !important;
  font-size: 14px;
  margin-left: 6px;
}

/* Ensure field descriptions are readable */
#forminator-module-684 .forminator-field-description {
  font-size: 12px;
  color: #666 !important;
  margin-top: 2px;
}

/* Keep inputs readable */
#forminator-module-684 input,
#forminator-module-684 textarea,
#forminator-module-684 select {
  border-radius: 8px !important;
  padding: 14px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  color: #111 !important;  /* input text color */
  background-color: #fff !important;
}

/* Focus style */
#forminator-module-684 input:focus,
#forminator-module-684 textarea:focus,
#forminator-module-684 select:focus {
  border-color: #1B2F4A !important;
  box-shadow: 0 0 0 3px rgba(27,47,74,.15) !important;
  outline: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f7b79f */.footer {
  background-color: #0a1f44;
  color: #ffffff;
  padding: 70px 80px 25px;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-logo {
  width: 160px;
}

/* FIX: Force headings white */
.footer-column h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff !important;
  font-weight: 600;
}

.footer-column a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #cfd8e3;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-column a:hover {
  color: #2f6df6;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 900px) {
  .footer {
    padding: 50px 30px 20px;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ======================================
   REDIRECT WARNING BANNER – PAGE 627 ONLY
   ====================================== */

/* Push page content down so banner doesn't overlap */
body.page-id-627 {
  padding-top: 64px;
}

/* Banner */
body.page-id-627::before {
  content: " Book Daily, Weekly, or Monthly Parking With A Trusted Parking Operator!";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(#1B2F44);
  color: #ffffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  box-shadow: 0 6px 20px rgba(0,0,0,.4);
}/* End custom CSS */