.elementor-1449 .elementor-element.elementor-element-3b54d6a{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1449 .elementor-element.elementor-element-ef4720b{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-0dc3bd1 *//* Scholarship Section Styling */
section {
  background: #f9fbfd;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  line-height: 1.7;
}

/* Headings */
section h1 {
  font-size: 2.2rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
section h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #3498db;
  margin: 10px auto 0;
  border-radius: 10px;
}

section h2 {
  font-size: 1.4rem;
  margin-top: 35px;
  color: #34495e;
  border-left: 4px solid #3498db;
  padding-left: 10px;
}

/* Lists */
section ul {
  list-style: none;
  padding-left: 0;
}
section ul li {
  background: #ecf5ff;
  margin: 8px 0;
  padding: 10px 15px;
  border-left: 4px solid #3498db;
  border-radius: 6px;
  transition: all 0.3s ease;
}
section ul li:hover {
  background: #d9ecff;
}

/* Ordered List */
section ol {
  margin-left: 20px;
}
section ol li {
  margin-bottom: 10px;
}

/* Links */
section a {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
}
section a:hover {
  text-decoration: underline;
}

/* Details & FAQ Style */
section details {
  background: #f1faff;
  margin: 12px 0;
  padding: 10px 15px;
  border-left: 4px solid #27ae60;
  border-radius: 6px;
}
section details summary {
  font-weight: 600;
  cursor: pointer;
  color: #2c3e50;
}
section details p {
  margin-top: 8px;
  padding-left: 5px;
}

/* Contact Info */
section p strong {
  color: #2c3e50;
}
section ul li strong {
  color: #2c3e50;
}

/* Responsive */
@media (max-width: 768px) {
  section {
    padding: 30px 15px;
  }

  section h1 {
    font-size: 1.8rem;
  }

  section h2 {
    font-size: 1.2rem;
  }
}/* End custom CSS */