.elementor-8731 .elementor-element.elementor-element-39fddcb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-8731 .elementor-element.elementor-element-39fddcb:not(.elementor-motion-effects-element-type-background), .elementor-8731 .elementor-element.elementor-element-39fddcb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}@media(max-width:767px){.elementor-8731 .elementor-element.elementor-element-e803819 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-35337a4 *//* =========================
   CONTAINER
========================= */
.service-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.service-hero {
  text-align: center;
  margin-bottom: 40px;
}

.service-hero h1 {
  font-size: 34px;
  font-weight: 800;
  color: #D4403C;
}

.subtitle {
  color: #666;
  margin-top: 10px;
}

.highlight {
    color: #000000 !important;
}

/* BOX */
.service-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e8ec;
  margin-bottom: 25px;
}

.service-box.highlight {
  background: linear-gradient(135deg, #f4f8fb, #ffffff);
  border-left: 5px solid #D4403C;
}

.service-box h2 {
  color: #D4403C;
  margin-bottom: 10px;
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

/* CARD */
.service-card {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.service-card h3 {
  margin-bottom: 8px;
  color: #011b44;
}

/* LIST */
.service-list {
  padding-left: 20px;
}

.service-list li {
  margin-bottom: 8px;
}

/* 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 */
.service-cta {
  text-align: center;
  margin-top: 40px;
  padding: 35px;
  background: linear-gradient(135deg, #D4403C, #171C1E);
  border-radius: 16px;
  color: #fff;
}

.service-cta h2 {
  margin-bottom: 10px;
  color: #fff;
}

.service-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) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e803819 *//* =========================
   CONTAINER
========================= */
.service-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);
  animation: fadeUp 0.6s ease;
}

/* =========================
   HEADINGS
========================= */
.service-form h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #171C1E;
}

.form-subtitle {
  color: #666;
  margin-bottom: 25px;
}

/* =========================
   FORM
========================= */
.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* =========================
   GRID SYSTEM
========================= */
.service-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-form .form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .service-form .form-grid,
  .service-form .form-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* =========================
   INPUTS
========================= */
.form-control {
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #dfe5ec;
  background: #fff;
  font-size: 15px;
  transition: all 0.25s ease;
}

.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, #171C1E, #D4403C);
  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, #171C1E, #D4403C);
  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;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .submit-center input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */