.elementor-4213 .elementor-element.elementor-element-af139c6{--display:flex;}body.elementor-page-4213:not(.elementor-motion-effects-element-type-background), body.elementor-page-4213 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pdotuitionservices.com/wp-content/uploads/2025/08/ChatGPT-Image-Aug-14-2025-11_00_39-AM-1.png");}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ee64264 *//* ===========================
   GLOBAL
=========================== */
body {
  font-family: "Poppins", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  line-height: 1.6;
  background: #ffffff;
}

section {
  padding: 60px 20px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 14px;
}

h1 { font-size: 50px; }
h2 { font-size: 25px; text-align: center; }
h3 { font-size: 20px; }

p {
  color: #444;
  margin-bottom: 12px;
}

/* ===========================
   HERO – COMPACT & SEO FRIENDLY
=========================== */
.hero {
  width: 100%;
  background: linear-gradient(135deg, #1a73e8, #0d47a1);
  color: #ffffff;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

.hero .container {
  max-width: 1200px;
  margin: auto;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 12px;
}

.hero h2 {
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.4;
}

.hero p {
  max-width: 820px;
  margin: 10px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #eef3ff;
}

/* ===========================
   CTA
=========================== */
.cta-btn {
  display: inline-block;
  margin-top: 20px;
  background: #ff6a00;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #e65c00;
  transform: translateY(-2px);
}

.cta-btn.secondary {
  background: #1a73e8;
}

.cta-btn.secondary:hover {
  background: #0d47a1;
}

/* ===========================
   CURRICULUM SECTION
=========================== */
.curriculum-section {
  background: #f7fbff;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px;
}

/* ===========================
   CURRICULUM BOX
=========================== */
.curriculum-box {
  position: relative;
  background: linear-gradient(to bottom right, #ffffff, #f9fbff);
  border: 1px solid #e4e8f2;
  border-radius: 16px;
  padding: 26px 24px;
  text-decoration: none;
  color: #1a1a1a;
  transition: 0.3s ease;
  overflow: hidden;
}

.curriculum-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #1a73e8;
}

.curriculum-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  border-color: #1a73e8;
}

.curriculum-box h3 {
  margin-top: 10px;
  color: #1a1a1a;
}

.curriculum-box p {
  font-size: 15px;
  color: #555;
}

/* ===========================
   CURRICULUM COLOR IDENTITY
=========================== */
.curriculum-box:nth-child(1)::before { background: #1a73e8; }   /* CBSE */
.curriculum-box:nth-child(2)::before { background: #6f42c1; }   /* ICSE */
.curriculum-box:nth-child(3)::before { background: #20c997; }   /* IGCSE */
.curriculum-box:nth-child(4)::before { background: #fd7e14; }   /* IB */
.curriculum-box:nth-child(5)::before { background: #dc3545; }   /* GCSE */
.curriculum-box:nth-child(6)::before { background: #0dcaf0; }   /* US */
.curriculum-box:nth-child(7)::before { background: #198754; }   /* Canada */
.curriculum-box:nth-child(8)::before { background: #6610f2; }   /* Australia */
.curriculum-box:nth-child(9)::before { background: #ffc107; }   /* Singapore */
.curriculum-box:nth-child(10)::before { background: #0d6efd; }  /* UK */
.curriculum-box:nth-child(11)::before { background: #adb5bd; }  /* Other */

/* ===========================
   CTA CENTER
=========================== */
.cta-center {
  text-align: center;
  margin-top: 40px;
}

/* ===========================
   TRUST
=========================== */
.trust-section {
  text-align: center;
}

/* ===========================
   CROSS LINKS
=========================== */
.cross-links {
  margin-top: 35px;
  padding: 22px 26px;
  background: #f7fbff;
  border-left: 4px solid #1a73e8;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.cross-links a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px dotted rgba(26, 115, 232, 0.4);
  transition: 0.25s ease;
}

.cross-links a:hover {
  color: #0d47a1;
  border-bottom-color: #0d47a1;
}

.cross-links a::after {
  content: " ↗";
  font-size: 14px;
  opacity: 0.6;
}

/* ===========================
   FAQ SECTION
=========================== */


.faq-item {
  border-bottom: 1px solid #e4e8f2;
  margin-bottom: 12px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 10px;
  cursor: pointer;
  color: #1a1a1a;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: #1a73e8;
}

.faq-question.active::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 0 10px 18px;
  color: #444;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 992px) {
  .curriculum-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 35px 16px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero h2 {
    font-size: 16px;
  }

  .hero p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===========================
   SAFE FULL-WIDTH OVERRIDE
   (NO 100vw, NO OVERFLOW)
=========================== */

/* Allow theme to stretch */
.site,
.site-content,
.content-area,
.wrap,
.page-wrap {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Elementor root */
.elementor {
  max-width: 100% !important;
}

/* Elementor sections full width */
.elementor-section {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ===========================
   HERO – FULL SCREEN, CENTERED
=========================== */

.hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  box-sizing: border-box;
}

/* Keep hero content aligned */
.hero > * {
  max-width: 1200px;
  margin: auto;
}

/* ===========================
   MOBILE SAFETY
=========================== */

@media (max-width: 768px) {
  .hero {
    min-height: 90vh;
    padding: 50px 16px;
    text-align: center;
  }
}




/* ===========================
   MOBILE VISIBILITY FIX
=========================== */

@media (max-width: 768px) {

  /* Restore section spacing */
  section {
    padding: 40px 16px !important;
    margin: 0 !important;
  }

  /* Ensure all sections show fully */
  section,
  .elementor-section {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Fix grids stacking visibility */
  .stats,
  .features-grid,
  .subject-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Prevent text from shrinking */
  p, li {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Ensure background sections are visible */
  .subjects,
  .trust,
  .national-cbse,
  .global-cbse,
  .national-icse,
  .global-icse,
  .national-igcse,
  .global-igcse {
    background-clip: padding-box;
    padding: 40px 16px !important;
  }
}/* End custom CSS */