.elementor-1500 .elementor-element.elementor-element-e41339c{--display:flex;}.elementor-1500 .elementor-element.elementor-element-0e62650{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4b1fbd3 *//* ====== General Page Layout ====== */
section {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 1100px;
}

section h1, section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1a2b49;
  margin-bottom: 20px;
}

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(to right, #1a73e8, #0d47a1);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.hero h1 {
  font-size: 32px;
  color: #fff;
}

.hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 10px auto 20px;
  color: #f1f1f1;
}

/* ====== CTA Button ====== */
.cta-btn {
  display: inline-block;
  background: #ff5722;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #e64a19;
  transform: scale(1.05);
}

/* ====== Subjects & Lists ====== */
.subjects ul, 
.why-choose ul, 
.methodology ul {
  list-style: none;
  padding: 0;
}

.subjects ul li,
.why-choose ul li,
.methodology ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.subjects ul li::before,
.why-choose ul li::before,
.methodology ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1a73e8;
  font-weight: bold;
}

/* ====== CTA Section ====== */
.cta {
  text-align: center;
  background: #f9f9f9;
  padding: 60px 20px;
  border-radius: 12px;
  margin-top: 30px;
}

.cta h2 {
  color: #1a2b49;
}

.cta p {
  font-size: 18px;
  margin: 10px auto 20px;
}

/* ====== FAQ Section ====== */
.faq {
  margin-top: 40px;
}

.faq h2 {
  margin-bottom: 20px;
}

.elementor-accordion .elementor-accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.elementor-accordion .elementor-tab-title {
  background: #f1f5fb;
  padding: 15px 20px;
  font-weight: 600;
  color: #1a2b49;
  cursor: pointer;
  transition: 0.3s;
}

.elementor-accordion .elementor-tab-title:hover {
  background: #e3f2fd;
}

.elementor-accordion .elementor-tab-content {
  padding: 15px 20px;
  background: #fff;
  color: #444;
  font-size: 15px;
}/* End custom CSS */