.elementor-7929 .elementor-element.elementor-element-78873af{--display:flex;}/* Start custom CSS for html, class: .elementor-element-802db93 *//* -----------------------------
   Modern Educational Sections
------------------------------ */
.edu-modern {
  background: #f1f5f9;           /* Default section background */
  padding: 60px 20px;
  font-family: 'Inter', Arial, sans-serif;
}

.edu-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.edu-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;               /* Dark text */
}

.edu-lead {
  font-size: 1.1rem;
  color: #475569;               /* Medium gray */
  max-width: 760px;
  margin: 0 auto 40px;
}

.edu-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

.edu-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.edu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.edu-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0b6cf0;               /* Accent / brand color */
  margin: 0 0 12px;
}

.edu-card p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.edu-goal {
  font-size: 1.1rem;
  color: #1e293b;
  max-width: 760px;
  margin: 0 auto;
  font-weight: 600;
}

/* -----------------------------
   Responsive Layout
------------------------------ */
@media (min-width: 768px) {
  .edu-title { font-size: 2.2rem; }
  .edu-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .edu-cards { grid-template-columns: repeat(3, 1fr); }
}

/* -----------------------------
   Section-specific background shades
------------------------------ */
.visa-section {
  background: #eef2f7;          /* Visa Guidance */
}

.scholarship-section {
  background: #f0f7ff;          /* Scholarship & Funding Advice */
}

.app-support {
  background: #f9f9f9;          /* Application & Admission Support */
}

.predeparture-section {
  background: #f7f9fc;          /* Pre-Departure & Settlement Assistance */
}

.insurance-section {
  background: #f9fcf8;          /* Insurance */
}/* End custom CSS */