.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-3550 .elementor-element.elementor-element-8eec644{--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 .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-text-editor .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.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 );}.elementor-3550 .elementor-element.elementor-element-dec19ca{--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-3550 .elementor-element.elementor-element-049dd14{--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-3550 .elementor-element.elementor-element-fbdcce5{--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-3550 .elementor-element.elementor-element-12ccbb9{--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 text-editor, class: .elementor-element-2381807 */.scholarships-section {
  background-color: #f1f7ff;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.scholarships-title {
  font-size: 42px;
  font-weight: 700;
  color: #0b0f1a;
  margin-bottom: 16px;
}

.scholarships-subtitle {
  font-size: 20px;
  color: #5a5f6a;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.education-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  max-width: 1300px;
  margin: 0 auto;
}

.education-title {
  font-size: 28px;
  font-weight: 700;
  color: #0b0f1a;
  margin-bottom: 20px;
  text-align: left;
}

.education-description {
  font-size: 18px;
  color: #4c4f57;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.6;
}

.education-stats {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.stat-box {
  flex: 1;
  min-width: 200px;
}

.stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #1754f3;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 16px;
  color: #4c4f57;
}

/* Responsive */
@media (max-width: 768px) {
  .education-stats {
    flex-direction: column;
    gap: 30px;
  }

  .education-title,
  .education-description {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9003b61 */body {
  font-family: 'Inter', sans-serif;
  background-color: #f5faff;
  margin: 0;
  padding: 0;
}

.scholarships-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.scholarships-section h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #0a0a23;
}

.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.scholarship-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.scholarship-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.scholarship-content {
  flex: 1;
}

.scholarship-content h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.scholarship-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.badge {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 9999px;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
}

.amount {
  background-color: #bbf7d0;
  color: #065f46;
}

.recipients {
  background-color: #f1f5f9;
  color: #334155;
}

.due-date {
  background-color: #fee2e2;
  color: #b91c1c;
}

.scholarship-content p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 16px;
}

.scholarship-content strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f172a;
}

.scholarship-content ul {
  padding-left: 20px;
  margin: 0;
  color: #475569;
  font-size: 16px;
}

.scholarship-icon {
  font-size: 28px;
  color: #3b82f6;
  margin-left: 20px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b3137e4 */body {
  font-family: 'Inter', sans-serif;
  background-color: #f5faff;
  margin: 0;
  padding: 0;
}

.process-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.process-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

.process-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
}

.process-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  width: 250px;
  flex-shrink: 0;
}

.process-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 30px;
  color: #3b82f6;
  margin-bottom: 10px;
}

.step-label {
  display: inline-block;
  background-color: #e0e7ff;
  color: #3b82f6;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 14px;
  margin-bottom: 12px;
}

.process-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 15px;
  color: #475569;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3740a2e */body {
  font-family: 'Inter', sans-serif;
  background-color: #f8fbff;
  margin: 0;
  padding: 0;
}

.recipients-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.recipients-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

.recipients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.recipient-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.recipient-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.recipient-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.recipient-header .medal-icon {
  font-size: 22px;
  color: #f59e0b;
}

.recipient-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.recipient-card a {
  display: inline-block;
  font-size: 15px;
  color: #2563eb;
  margin-bottom: 12px;
  text-decoration: none;
}

.recipient-card p {
  font-size: 15px;
  color: #334155;
  margin: 6px 0;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-75b91f5 */.application-requirements-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.application-requirements-section h2 {
  font-size: 36px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 30px;
}

.requirements-box {
  background-color: #f1f7ff;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  gap: 40px;
  flex-wrap: wrap;
}

.requirement-column {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.requirement-column h3 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 15px;
}

.requirement-column ul {
  list-style: disc;
  padding-left: 20px;
  color: #334155;
  font-size: 16px;
}

.requirement-column ul li {
  margin-bottom: 10px;
}

.apply-now-section {
  text-align: center;
  margin-top: 40px;
  padding: 40px 20px;
}

.apply-now-section h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.apply-now-section p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background-color: #2563eb;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background-color: #1d4ed8;
}

.btn-secondary {
  background-color: #fff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
  background-color: #f1f5f9;
}/* End custom CSS */