.elementor-6516 .elementor-element.elementor-element-4d416e3{--display:flex;}body.elementor-page-6516:not(.elementor-motion-effects-element-type-background), body.elementor-page-6516 > .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-2d46c7b *//* ===========================
   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;
}




/* ===== WHY PDO PREMIUM ===== */
.why-premium{
  padding:65px 20px;
  background:linear-gradient(135deg,#ffffff,#eef2ff);
  text-align:center;
}

.why-premium h2{
  font-size:34px;
  font-weight:700;
  margin-bottom:10px;
}

.subtitle{
  color:#555;
  margin-bottom:45px;
  font-size:17px;
}

/* GRID */
.why-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:25px;
  max-width:1100px;
  margin:auto;
}

/* CARD */
.why-card{
  background:#fff;
  padding:30px 25px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:.35s;
  position:relative;
  overflow:hidden;
}

/* hover gradient */
.why-card:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  opacity:0;
  transition:.35s;
}

.why-card:hover:before{
  opacity:1;
}

.why-card *{
  position:relative;
  z-index:2;
}

.why-card:hover{
  transform:translateY(-8px);
  color:#fff;
}

.why-card:hover p,
.why-card:hover h3{
  color:#fff;
}

.icon{
  font-size:36px;
  margin-bottom:14px;
}

.why-card h3{
  font-size:20px;
  margin-bottom:10px;
  font-weight:700;
}

.why-card p{
  font-size:14.5px;
  color:#555;
  line-height:1.6;
}

/* mobile */
@media(max-width:600px){
  .why-premium h2{
    font-size:26px;
  }
}



/* ===== PREMIUM CURRICULUM – PATNA ===== */
.curriculum-premium{
  padding:60px 20px;
  background:linear-gradient(135deg,#f8fafc,#eef2ff);
  text-align:center;
}

.curriculum-premium h2{
  font-size:34px;
  font-weight:700;
  margin-bottom:10px;
}

.subtitle{
  color:#555;
  margin-bottom:40px;
  font-size:17px;
}

/* GRID */
.curriculum-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  max-width:1100px;
  margin:auto;
}

/* CARD */
.curriculum-card{
  background:#fff;
  padding:28px 22px;
  border-radius:16px;
  text-decoration:none;
  color:#111;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:all .35s ease;
  position:relative;
  overflow:hidden;
}

.curriculum-card:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  opacity:0;
  transition:.35s;
  z-index:0;
}

.curriculum-card:hover:before{
  opacity:1;
}

.curriculum-card *{
  position:relative;
  z-index:2;
}

.curriculum-card:hover{
  transform:translateY(-8px) scale(1.02);
  color:#fff;
}

.curriculum-card:hover h3,
.curriculum-card:hover p{
  color:#fff;
}

.icon{
  font-size:34px;
  margin-bottom:12px;
}

.curriculum-card h3{
  font-size:20px;
  margin-bottom:8px;
  font-weight:700;
}

.curriculum-card p{
  font-size:14px;
  color:#555;
  line-height:1.5;
}

@media(max-width:600px){
  .curriculum-premium h2{
    font-size:26px;
  }
}





/* ===== PREMIUM CLASS SECTION ===== */
.classes-premium{
  padding:60px 20px;
  background:linear-gradient(135deg,#eef2ff,#f8fafc);
  text-align:center;
}

.classes-premium h2{
  font-size:34px;
  font-weight:700;
  margin-bottom:10px;
}

.subtitle{
  color:#555;
  margin-bottom:40px;
  font-size:17px;
}

/* GRID */
.class-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:25px;
  max-width:1200px;
  margin:auto;
}

/* CARD */
.class-card{
  background:#fff;
  padding:28px 22px;
  border-radius:16px;
  text-decoration:none;
  color:#111;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:all .35s ease;
  position:relative;
  overflow:hidden;
}

/* Hover gradient */
.class-card:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  opacity:0;
  transition:.35s;
  z-index:0;
}

.class-card:hover:before{
  opacity:1;
}

.class-card *{
  position:relative;
  z-index:2;
}

.class-card:hover{
  transform:translateY(-8px) scale(1.02);
  color:#fff;
}

.class-card:hover h3,
.class-card:hover p{
  color:#fff;
}

.icon{
  font-size:34px;
  margin-bottom:12px;
}

.class-card h3{
  font-size:20px;
  margin-bottom:8px;
  font-weight:700;
}

.class-card p{
  font-size:14px;
  color:#555;
}

/* mobile */
@media(max-width:600px){
  .classes-premium h2{
    font-size:26px;
  }
}




/* ===== PREMIUM SUBJECT SECTION ===== */
.subjects-premium{
  padding:60px 20px;
  background:linear-gradient(135deg,#f8fafc,#eef2ff);
  text-align:center;
}

.subjects-premium h2{
  font-size:34px;
  margin-bottom:10px;
  font-weight:700;
}

.subtitle{
  color:#555;
  margin-bottom:40px;
  font-size:17px;
}

/* GRID */
.subject-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  max-width:1200px;
  margin:auto;
}

/* CARD */
.subject-card{
  background:#fff;
  padding:28px 22px;
  border-radius:16px;
  text-decoration:none;
  color:#111;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:all .35s ease;
  position:relative;
  overflow:hidden;
}

/* Hover gradient */
.subject-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  opacity:0;
  transition:.35s;
  z-index:0;
}

.subject-card:hover:before{
  opacity:1;
}

.subject-card *{
  position:relative;
  z-index:2;
}

.subject-card:hover{
  transform:translateY(-8px) scale(1.02);
  color:#fff;
}

.subject-card:hover p,
.subject-card:hover h3{
  color:#fff;
}

.icon{
  font-size:34px;
  margin-bottom:12px;
}

.subject-card h3{
  font-size:20px;
  margin-bottom:8px;
  font-weight:700;
}

.subject-card p{
  font-size:14px;
  color:#555;
  line-height:1.5;
}

/* Mobile */
@media(max-width:600px){
  .subjects-premium h2{
    font-size:26px;
  }
}



/* ===== PREMIUM COMPETITIVE EXAMS ===== */
.competitive-premium{
  padding:60px 20px;
  background:linear-gradient(135deg,#eef2ff,#f8fafc);
  text-align:center;
}

.competitive-premium h2{
  font-size:34px;
  font-weight:700;
  margin-bottom:10px;
}

.subtitle{
  color:#555;
  margin-bottom:40px;
  font-size:17px;
}

/* GRID */
.exam-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  max-width:1200px;
  margin:auto;
}

/* CARD */
.exam-card{
  background:#fff;
  padding:28px 22px;
  border-radius:16px;
  text-decoration:none;
  color:#111;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:all .35s ease;
  position:relative;
  overflow:hidden;
}

/* Hover gradient */
.exam-card:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  opacity:0;
  transition:.35s;
  z-index:0;
}

.exam-card:hover:before{
  opacity:1;
}

.exam-card *{
  position:relative;
  z-index:2;
}

.exam-card:hover{
  transform:translateY(-8px) scale(1.02);
  color:#fff;
}

.exam-card:hover h3,
.exam-card:hover p{
  color:#fff;
}

.icon{
  font-size:34px;
  margin-bottom:12px;
}

.exam-card h3{
  font-size:20px;
  margin-bottom:8px;
  font-weight:700;
}

.exam-card p{
  font-size:14px;
  color:#555;
}

/* mobile */
@media(max-width:600px){
  .competitive-premium h2{
    font-size:26px;
  }
}




/* ===== AREAS SECTION ===== */
.areas-gaya{
  padding:60px 20px;
  background:#fff;
  text-align:center;
}

.areas-gaya h3{
  font-size:30px;
  margin-bottom:10px;
  font-weight:700;
}



.subtitle{
  color:#555;
  margin-bottom:30px;
  font-size:16px;
}

/* GRID */
.area-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px;
  max-width:900px;
  margin:0 auto 30px;
}

/* AREA TAG */
.area{
  background:#f1f5f9;
  padding:12px 10px;
  border-radius:10px;
  font-size:14px;
  font-weight:500;
  transition:.25s;
}

.area:hover{
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  color:#fff;
  transform:translateY(-3px);
}

.area-note{
  font-size:15px;
  color:#444;
  margin-bottom:20px;
}

/* mobile */
@media(max-width:600px){
  .areas-patna h3{
    font-size:24px;
  }
}





/* ===== TRUST SIGNAL SECTION ===== */
.trust-section{
  padding:70px 20px;
  background:linear-gradient(135deg,#ffffff,#eef2ff);
  text-align:center;
}

.trust-section .container{
  max-width:900px;
  margin:auto;
}

.trust-section h2{
  font-size:36px;
  font-weight:700;
  margin-bottom:12px;
}

.trust-section .subtitle{
  font-size:18px;
  color:#555;
  margin-bottom:25px;
}

.trust-section p{
  font-size:16px;
  color:#444;
  line-height:1.7;
  margin-bottom:18px;
}

/* subtle highlight feel */
.trust-section p strong{
  color:#111;
}

/* mobile optimization */
@media(max-width:600px){
  .trust-section{
    padding:55px 18px;
  }

  .trust-section h2{
    font-size:26px;
  }

  .trust-section .subtitle{
    font-size:16px;
  }

  .trust-section p{
    font-size:15px;
  }
}

/* ===========================
   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 */