.elementor-1109 .elementor-element.elementor-element-03f1582{--display:flex;}.elementor-1109 .elementor-element.elementor-element-6887274{--display:flex;}.elementor-1109 .elementor-element.elementor-element-44082a3{--display:flex;}.elementor-1109 .elementor-element.elementor-element-a80f172{width:var( --container-widget-width, 107.966% );max-width:107.966%;--container-widget-width:107.966%;--container-widget-flex-grow:0;}.elementor-1109 .elementor-element.elementor-element-a80f172.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-1109:not(.elementor-motion-effects-element-type-background), body.elementor-page-1109 > .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-7048292 *//* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('banner1.jpg') no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.cta-btn {
  background: #ff6600;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #e65c00;
}

/* Section Styles */
section {
  background: #fff;
  margin: 30px auto;
  padding: 40px 20px;
  max-width: 1000px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

h2 {
  color: #222;
  margin-bottom: 15px;
  font-size: 1.8rem;
  border-left: 4px solid #ff6600;
  padding-left: 10px;
}

p {
  margin-bottom: 15px;
}

/* Normal Lists */
ul {
  margin: 15px 0;
  padding-left: 20px;
}
ul li {
  margin-bottom: 10px;
}

/* Subject Grid – remove dots */
.subject-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  list-style: none;  /* removes dots */
  padding-left: 0;
}
.subject-list li {
  background: #f1f1f1;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  font-weight: 500;
}

/* Contact Section */
.contact {
  text-align: center;
}
.contact a.cta-btn {
  display: inline-block;
  margin-top: 15px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a80f172 *//* ✅ GOOGLE REVIEWS STYLING - UNIVERSAL CLEAN DESIGN */

.google-reviews, 
.pdo-google-reviews, 
.trustindex-widget, 
.wpsn-google-reviews {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin: 30px auto;
  font-family: "Poppins", sans-serif;
}

.google-review, 
.pdo-review, 
.trustindex-review, 
.wpsn-review {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.google-review:hover,
.pdo-review:hover,
.trustindex-review:hover,
.wpsn-review:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.google-review-header,
.pdo-review-header,
.trustindex-header,
.wpsn-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.google-review-author,
.pdo-review-author {
  font-weight: 600;
  font-size: 1.05rem;
  color: #222;
}

.google-review-stars,
.pdo-stars {
  color: #fbbf24; /* Gold Stars */
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.google-review-text,
.pdo-review-text {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 10px 0;
}

.google-review-date,
.pdo-review-date {
  font-size: 0.85rem;
  color: #888;
}

.google-review a,
.pdo-review a {
  color: #2563eb;
  text-decoration: none;
}

.google-review a:hover,
.pdo-review a:hover {
  text-decoration: underline;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .google-reviews,
  .pdo-google-reviews {
    gap: 15px;
    padding: 0 10px;
  }
}/* 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 */