.elementor-13653 .elementor-element.elementor-element-20d0f49{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-ef1ab29 *//* AIF Loan Section */
.aif-loan {
  font-family: 'Segoe UI', Roboto, sans-serif;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  color: #F3722C;
}

.aif-loan .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #F3722C;
  margin-bottom: 20px;
  text-align: center;
}

.aif-block {
  margin-bottom: 28px;
}

.aif-block h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color:#F3722C;
  margin-bottom: 12px;
  border-left: 4px solid #F3722C;
  padding-left: 10px;
}

.aif-block p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

.aif-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.aif-grid span {
  background: #f9fafb;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #111827;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  background: #f1f5f9;
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #1e293b;
  position: relative;
}

.feature-list li::before {
  content: "✔";
  color: #16a34a;
  font-weight: bold;
  margin-right: 8px;
}

.note {
  font-size: 0.95rem;
  color: #475569;
  background: #fef9c3;
  padding: 12px 16px;
  border-left: 4px solid #facc15;
  border-radius: 6px;
}/* End custom CSS */