.elementor-1523 .elementor-element.elementor-element-0ff6183{--display:flex;}.elementor-1523 .elementor-element.elementor-element-38f4e50{--display:flex;}.elementor-1523 .elementor-element.elementor-element-c6ad4fe{--display:flex;}.elementor-1523 .elementor-element.elementor-element-4ee98ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-206a926 *//* Page / container */
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f6fb;      /* light page background */
}

.docs-wrapper {
  max-width: 960px;
  margin: 24px auto;
  padding: 16px 20px 40px;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.03);
}

/* Main title */
.docs-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;                 /* dark heading */
  margin: 0 0 18px;
}

/* Each big box */
.docs-section {
  background-color: #f9fafb;      /* inner light box color */
  border-radius: 18px;
  padding: 18px 22px 20px;
  margin-bottom: 18px;
  border: 1px solid #e5e7eb;
}

/* Section headings (Passport, Additional Requirements, etc.) */
.section-heading {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

/* Smaller headings (Covering Letter, Confirmed Air Ticket, etc.) */
.sub-heading {
  margin: 16px 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* Bullet list text */
.section-list {
  margin: 0 0 6px 18px;
  padding: 0;
  list-style: disc;
}

.section-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;                 /* grey body text */
  margin-bottom: 4px;
}

/* Rounded bullets feel (slightly more spacing) */
.section-list li::marker {
  font-size: 10px;
}

/* Make boxes responsive */
@media (max-width: 768px) {
  .docs-wrapper {
    margin: 12px;
    padding: 14px 14px 30px;
  }

  .docs-section {
    padding: 14px 16px 16px;
  }

  .docs-title {
    font-size: 20px;
  }
}/* End custom CSS */