.elementor-2351 .elementor-element.elementor-element-56a87ab{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c96be20 *//* ===== Global Layout ===== */
section {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 1200px;
}

section h1, section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1a2b49;
  margin-bottom: 20px;
  line-height: 1.3;
}

section p, section ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* ===== Hero Section ===== */
.hero {
  background: linear-gradient(135deg, #1a73e8, #0d47a1);
  color: #fff;
  text-align: center;
  padding: 90px 25px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  margin-bottom: 50px;
}

.hero h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 25px;
  color: #f1f1f1;
}

/* ===== CTA Button ===== */
.cta-btn {
  display: inline-block;
  background: #ff5722;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cta-btn:hover {
  background: #e64a19;
  transform: scale(1.07);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* ===== Grid Styles ===== */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

/* ===== Subject-wise Tuition Grid ===== */
.Integrated-tuition-support {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 30px 0;
}

.Integrated-tuition-support li a {
  display: block;
  background: #1a73e8;
  color: #fff;
  padding: 16px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.Integrated-tuition-support li a:hover {
  background: #0d47a1;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ===== CTA Section ===== */
.cta {
  text-align: center;
  background: #f9f9f9;
  padding: 70px 25px;
  border-radius: 14px;
  margin-top: 40px;
}

.cta h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.cta p {
  font-size: 18px;
  margin: 0 auto 25px;
  max-width: 720px;
}

/* ===== FAQ Section ===== */
.faq {
  margin-top: 60px;
}

.faq h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  color: #0f172a;
}

/* Wrapper details box */
details {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 15px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}

details:hover {
  border-color: #1a73e8;
  box-shadow: 0 6px 18px rgba(26,115,232,0.15);
}

/* FAQ Question */
summary {
  font-weight: 600;
  font-size: 16px;
  color: #0f172a;
  list-style: none;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

/* Answer text */
details p {
  margin-top: 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
}

/* Smooth reveal */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-5px);}
  to {opacity: 1; transform: translateY(0);}
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }
  .hero p, .cta p {
    font-size: 16px;
  }
  .cta h2 {
    font-size: 22px;
  }
}/* End custom CSS */