.elementor-1119 .elementor-element.elementor-element-45cb4e0{--display:flex;}.elementor-1119 .elementor-element.elementor-element-d3b55bb{--display:flex;}body.elementor-page-1119:not(.elementor-motion-effects-element-type-background), body.elementor-page-1119 > .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 shortcode, class: .elementor-element-800ffb4 */.trustindex-widget,
.ti-widget,
iframe[src*="trustindex"] {
  transform: scale(1.25);
  transform-origin: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff401f5 *//* ===== Reset & Base Styles ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===========================
   HERO (CENTER ALIGNED)
=========================== */
.hero {
  position: relative;
  padding: 90px 20px;
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

/* 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;
  pointer-events: none;
  z-index: 0;
}

/* CONTENT WRAPPER */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

/* HEADINGS */
.hero h1 {
  font-size: 2.6rem;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.hero h2 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 22px;
  opacity: 0.95;
}

/* PARAGRAPH */
.hero p {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* 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;
}



/* TRUST LINE */
.trust-line {
  margin-top: 22px;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 1.05rem;
  opacity: 0.95;
  letter-spacing: 0.4px;
}

/* ===========================
   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(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* ===========================
   MOBILE RESPONSIVE
=========================== */
@media (max-width: 768px) {

  .hero {
    padding: 70px 18px;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .hero h2 {
    font-size: 1.05rem;
  }

  .hero p {
    font-size: 0.98rem;
  }

  .trust-line {
    font-size: 0.95rem;
  }
}


/* ===== QUICK LINKS BAR ===== */
.quick-links{
  position:sticky;
  top:0;
  z-index:999;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  padding:14px 10px;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  box-shadow:0 4px 18px rgba(0,0,0,0.15);
}

/* links */
.quick-links a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  padding:9px 16px;
  border-radius:30px;
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(6px);
  transition:all .35s ease;
  letter-spacing:.2px;
}

/* hover */
.quick-links a:hover{
  background:#fff;
  color:#2563eb;
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,0.2);
}

/* active click feel */
.quick-links a:active{
  transform:scale(.95);
}

/* ===== MOBILE ===== */
@media(max-width:700px){

  .quick-links{
    gap:8px;
    padding:10px 6px;
  }

  .quick-links a{
    font-size:13px;
    padding:7px 12px;
  }

}






/* ===== Sections ===== */
section {
  background: #fff;
  margin: 30px auto;
  padding: 40px 20px;
  max-width: 1200px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

h2 {
  color: #222;
  margin-bottom: 15px;
  font-size: 2rem;
  border-left: 5px solid #ff6600;
  padding-left: 12px;
}

p {
  margin-bottom: 15px;
  font-size: 1rem;
}

/* ===== Lists & Grids ===== */
ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

/* Tuition & Subject Grids */
.tuition-links-grid,
.subject-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  padding: 0;
  margin: 20px 0;
}

.tuition-links-grid li a,
.subject-grid li a {
  display: block;
  background: #00aaff;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.tuition-links-grid li a:hover,
.subject-grid li a:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Competitive Exam Subjects */
.subject-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  list-style: none;
  padding: 0;
}

.subject-list li {
  background: #f1f1f1;
  padding: 12px;
  border-radius: 6px;
  font-weight: 500;
}

/* ===== Location Links Grid (Same Style as Tuition & Subject Links) ===== */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  padding: 0;
  margin: 20px 0;
}

.locations-grid li a {
  display: block;
  background: #00aaff;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.locations-grid li a:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Benefits / Features Lists */
.benefits ul,
.global-access ul {
  list-style: disc inside;
  margin-left: 20px;
}

.benefits ul li,
.global-access ul li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* FAQ Section */
.faq ul li {
  margin-bottom: 15px;
  padding: 12px;
  border-left: 4px solid #ff6600;
  background: #f9f9f9;
  border-radius: 5px;
}

.faq strong {
  color: #222;
}

/* Contact Section */
.contact {
  text-align: center;
}

.contact a.cta-btn {
  margin-top: 15px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content h3 {
    font-size: 1.2rem;
  }

  .tuition-links-grid,
  .subject-grid,
  .subject-list,
  .locations-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 60px 15px;
  }

  .hero-content h1 {
    font-size: 1.6rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f53329a *//* Wrapper */
.fee-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  background: #fff;
}

/* Table base */
.fee-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.95rem;
  animation: fadeIn 0.8s ease;
}

/* Headings */
.fee-table thead th {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  font-weight: bold;
  padding: 12px;
  position: sticky;   /* Sticky header */
  top: 0;
  z-index: 2;
}

/* Cells */
.fee-table th,
.fee-table td {
  border: 1px solid #eee;
  padding: 12px;
  transition: background 0.3s ease;
}

/* Alternate row colors */
.fee-table tbody tr:nth-child(even) {
  background: #f9fbff;
}

/* Hover effect */
.fee-table tbody tr:hover {
  background: #e9f3ff;
  transform: scale(1.01);
  transition: all 0.2s ease-in-out;
}

/* Recommended fee highlight */
.fee-table .highlight {
  font-weight: bold;
  color: #007bff;
  position: relative;
}

/* Add badge */
.fee-table .highlight::after {
  content: "★ Recommended";
  font-size: 0.75rem;
  color: #fff;
  background: #ff9800;
  padding: 2px 6px;
  border-radius: 10px;
  position: absolute;
  top: -8px;
  right: 5px;
  white-space: nowrap;
}

/* Section styling */
.fee-structure {
  padding: 50px 15px;
  background: #f7faff;
  border-radius: 16px;
  margin: 30px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* Title */
.section-title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
}

/* Swipe hint */
.scroll-hint {
  display: none;
  text-align: center;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Show hint only on small screens */
@media (max-width: 768px) {
  .scroll-hint {
    display: block;
  }
}/* 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 */