.elementor-7799 .elementor-element.elementor-element-33555d7{--display:flex;}body.elementor-page-7799:not(.elementor-motion-effects-element-type-background), body.elementor-page-7799 > .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-7ff8acb */.pst-dashboard{
max-width:950px;
margin:70px auto;
font-family:Inter,sans-serif;
text-align:center;
}

.pst-dashboard h1{
font-size:34px;
margin-bottom:5px;
}

.pst-sub{
color:#64748b;
margin-bottom:30px;
}

/* GRID */

.pst-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

/* CARDS */

.pst-card{
background:white;
padding:30px;
border-radius:18px;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
transition:all .3s ease;
border:1px solid #eef2f7;
}

.pst-card:hover{
transform:translateY(-6px);
box-shadow:0 30px 80px rgba(0,0,0,0.15);
}

.pst-card h3{
margin-top:0;
font-size:15px;
color:#64748b;
}

.pst-card p{
font-size:28px;
font-weight:700;
margin-top:8px;
color:#0f172a;
}

/* OPEN TUTOR BUTTON */

.pst-action-card{
display:flex;
align-items:center;
justify-content:center;
}

.pst-open-btn{
background:linear-gradient(135deg,#0057d9,#2563eb);
color:white;
padding:12px 20px;
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:all .3s ease;
}

.pst-open-btn:hover{
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(0,87,217,0.4);
}

/* PROGRESS SECTION */

.pst-progress-section{
margin-top:50px;
text-align:left;
}

.pst-progress{
height:12px;
background:#eaeef5;
border-radius:20px;
overflow:hidden;
margin-top:10px;
}

#pst-progress-bar{
height:100%;
width:0%;
background:linear-gradient(90deg,#22c55e,#16a34a);
transition:width .6s ease;
}

/* PROGRESS TEXT */

#pst-progress-text{
margin-top:10px;
color:#64748b;
font-size:14px;
}

/* UPGRADE BUTTON */

.pst-actions{
margin-top:40px;
}

.pst-upgrade{
background:linear-gradient(135deg,#ff9800,#ff5722);
color:white;
padding:13px 24px;
border-radius:12px;
text-decoration:none;
font-weight:600;
transition:all .3s ease;
}

.pst-upgrade:hover{
transform:translateY(-2px);
box-shadow:0 12px 30px rgba(255,87,34,0.4);
}

/* MOBILE */

@media(max-width:768px){

.pst-grid{
grid-template-columns:1fr;
}

.pst-dashboard{
margin:40px 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 */