.elementor-47 .elementor-element.elementor-element-8720c4d{--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-bdf798f */.mitc-section {
  background: radial-gradient(circle at top, #f8fafc, #e5e7eb);
  padding: 110px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #0f172a;
}

.mitc-container {
  max-width: 1200px;
  margin: auto;
  background: rgba(255,255,255,0.96);
  padding: 85px;
  border-radius: 32px;
  box-shadow: 0 45px 90px rgba(15,23,42,0.1);
  position: relative;
}

.mitc-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #2563eb, #22c55e, #f59e0b);
  border-radius: 32px 32px 0 0;
}

/* Header */
.mitc-header {
  text-align: center;
  margin-bottom: 75px;
}

.mitc-header h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}

.mitc-subtitle {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.75;
}

/* Headings */
.mitc-content h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 55px 0 20px;
  padding-left: 18px;
  border-left: 5px solid #2563eb;
}

/* Lists */
.mitc-list {
  padding-left: 28px;
  margin-bottom: 28px;
}

.mitc-list li {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 9px;
  color: #1f2937;
}

/* Steps */
.mitc-steps {
  padding-left: 32px;
  margin-bottom: 30px;
}

.mitc-steps li {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 10px;
}

/* Info / Warning Boxes */
.mitc-box {
  padding: 30px 34px;
  border-radius: 20px;
  margin: 28px 0;
}

.mitc-box.info {
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
  border-left: 6px solid #2563eb;
}

.mitc-box.warning {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-left: 6px solid #ea580c;
  font-weight: 600;
  color: #9a3412;
}

/* Footer */
.mitc-footer {
  margin-top: 65px;
  padding-top: 28px;
  border-top: 1px dashed #c7d2fe;
  font-size: 15px;
  color: #475569;
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .mitc-container {
    padding: 45px 30px;
  }

  .mitc-header h1 {
    font-size: 30px;
  }

  .mitc-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */