.elementor-5044 .elementor-element.elementor-element-6f52bfa{--display:flex;}body.elementor-page-5044:not(.elementor-motion-effects-element-type-background), body.elementor-page-5044 > .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-20d0ac5 *//* ===========================
   GLOBAL RESET
=========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  line-height: 1.65;
  background: #ffffff;
}

/* ===========================
   CONTAINER
=========================== */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* ===========================
   HERO (CENTER ALIGNED)
=========================== */
.hero {
  position: relative;
  padding: 90px 20px;
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: #ffffff;
  text-align: center;
}

/* grid overlay */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1;
}

/* keep text above overlay */
.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 2.7rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.hero h2 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 22px;
  opacity: 0.95;
}

.hero p {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
}


/* Hero board links only */
.hero-links a {
  color: #a5f3c7; /* brand gold */
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.hero-links a:hover {
  color: #ffffff;
  text-decoration: none;
}



/* ===========================
   CTA BUTTON
=========================== */
.cta-btn {
  display: inline-block;
  background: #ffb300;
  color: #1a1a1a;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #ffa000;
  transform: translateY(-2px);
}

/* ===========================
   SECTIONS
=========================== */
section {
  padding: 65px 0;
}

section h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #0d47a1;
}

section p {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}

/* ===========================
   STATS
=========================== */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
  text-align: center;
}

.stat-box {
  background: #f4f8ff;
  border-radius: 14px;
  padding: 32px 20px;
  border: 1px solid #e3ecff;
}

.stat-box h3 {
  font-size: 2rem;
  color: #0d47a1;
}

.stat-box p {
  font-weight: 500;
}

/* ===========================
   FEATURES GRID
=========================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.feature {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px;
  border: 1px solid #e4e9f2;
  transition: 0.3s ease;
  text-align: center;
}

.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  border-color: #1976d2;
}

.feature h4 {
  color: #0d47a1;
  margin-bottom: 10px;
}

/* ===========================
   SUBJECT / TOPIC LIST
=========================== */
.subjects {
  background: #f7fbff;
}

.subjects ul {
  max-width: 700px;
  margin: auto;
  list-style: none;
}

.subjects li {
  background: #ffffff;
  padding: 14px 18px;
  margin-bottom: 12px;
  border-left: 5px solid #1976d2;
  border-radius: 6px;
  font-weight: 500;
}

/* ===========================
   ORDERED LIST
=========================== */
ol {
  max-width: 600px;
  margin: auto;
  font-size: 1.05rem;
}

ol li {
  margin-bottom: 10px;
  padding-left: 6px;
}

/* ===========================
   FAQ SECTION
=========================== */
.faq-section {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faq {
  margin-bottom: 12px;
}

.faq button {
  width: 100%;
  background: #1976d2;
  color: #ffffff;
  padding: 16px;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.faq button::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.3rem;
}

.faq button.active::after {
  content: "−";
}

.faq .answer {
  background: #f1f6ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 15px;
  border-left: 4px solid #1976d2;
}

.faq .answer.show {
  padding: 15px;
}

.faq .answer p {
  text-align: left;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
  .hero {
    padding: 70px 20px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .hero h2 {
    font-size: 1.2rem;
  }

  section h3 {
    font-size: 1.7rem;
  }
}/* 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 */