.elementor-1543 .elementor-element.elementor-element-3b7ae36{--display:flex;}body.elementor-page-1543:not(.elementor-motion-effects-element-type-background), body.elementor-page-1543 > .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-895f7dd *//* ====== 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 */
/* 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 */