.elementor-3081 .elementor-element.elementor-element-73ac5a5:not(.elementor-motion-effects-element-type-background), .elementor-3081 .elementor-element.elementor-element-73ac5a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004AAD;}.elementor-3081 .elementor-element.elementor-element-73ac5a5 > .elementor-container{max-width:1245px;min-height:400px;}.elementor-3081 .elementor-element.elementor-element-73ac5a5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 0px 30px 0px;}.elementor-3081 .elementor-element.elementor-element-73ac5a5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3081 .elementor-element.elementor-element-fa0a697 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3081 .elementor-element.elementor-element-de879dd > .elementor-widget-container{margin:0px 0px 0px 20px;}.elementor-3081 .elementor-element.elementor-element-de879dd{text-align:left;}.elementor-3081 .elementor-element.elementor-element-de879dd .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:600;line-height:49px;color:var( --e-global-color-51b41d1 );}.elementor-3081 .elementor-element.elementor-element-e1869aa > .elementor-widget-container{margin:0px 0px 0px 20px;}.elementor-3081 .elementor-element.elementor-element-e1869aa .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-51b41d1 );}.elementor-3081 .elementor-element.elementor-element-3dfc0a9 > .elementor-widget-container{margin:-35px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3081 .elementor-element.elementor-element-7e00e2a{margin-top:-11px;margin-bottom:0px;}.elementor-3081 .elementor-element.elementor-element-e53bebd{margin-top:-22px;margin-bottom:0px;}.elementor-3081 .elementor-element.elementor-element-f8aeae8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3081 .elementor-element.elementor-element-026f644{text-align:center;}.elementor-3081 .elementor-element.elementor-element-026f644 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:600;color:var( --e-global-color-961a806 );}.elementor-3081 .elementor-element.elementor-element-be982c4 > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-3081 .elementor-element.elementor-element-0b3fae5.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-3081 .elementor-element.elementor-element-0b3fae5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}@media(min-width:768px){.elementor-3081 .elementor-element.elementor-element-fa0a697{width:59%;}.elementor-3081 .elementor-element.elementor-element-18a25dc{width:40.956%;}.elementor-3081 .elementor-element.elementor-element-0b3fae5{width:57.193%;}.elementor-3081 .elementor-element.elementor-element-4e28334{width:42.721%;}}/* Start custom CSS for html, class: .elementor-element-4151f66 *//* Trust Badge Section */
.trust-badge {
  width: 100%;
  padding: 20px;
}

.trust-badge-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; /* Left aligned */
}

.trust-badge-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

/* Hover Animation */
.trust-badge-text:hover {
  color: #ffeb3b; /* Highlight on hover */
  transform: translateX(8px); /* Smooth slide effect */
}

/* Responsive */
@media (max-width: 768px) {
  .trust-badge-text {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dfc0a9 *//* CTA Buttons Section Scoped under .lets-talk */
.lets-talk .cta-section {
  padding: 20px;
}

.lets-talk .cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start; /* Left aligned */
  align-items: Left;
}

/* Common Button Style */
.lets-talk .cta-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

/* Primary Button */
.lets-talk .cta-btn-primary {
  background-color: #F67A12;
  color: #fff;
  border: 2px solid #004aad;
}

.lets-talk .cta-btn-primary:hover {
  background-color: #F67A12;
  color: #004aad;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.3);
}

/* Secondary Button */
.lets-talk .cta-btn-secondary {
  background-color: #ffffff;
  color: #004aad;
  border: 2px solid #004aad;
}

.lets-talk .cta-btn-secondary:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .lets-talk .cta-container {
    justify-content: flex-start;
  }

  .lets-talk .cta-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86ee24e *//* Section 2 - Why Choose Us */
.why-choose-us {
  padding: 60px 20px;
  background-color: #f8faff; /* light background for contrast */
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.why-choose-us .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 40px;
}

.highlights-container {
  max-width: 1200px;
  margin: 0 auto;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Highlight Box */
.highlight-box {
  background: #ffffff;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  padding: 25px 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 74, 173, 0.15);
}

.highlight-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.highlight-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #f67a12;
  margin-bottom: 10px;
}

.highlight-box p {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-us .section-title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e850dc *//* Problem–Solution Section */
.problem-solution {
  padding: 70px 20px;
  background-color: #f9fbff;
  font-family: "Poppins", sans-serif;
}

.problem-solution .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 50px;
}

.ps-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ps-box {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 2px 8px rgba(0, 74, 173, 0.08);
  transition: all 0.3s ease-in-out;
}

.ps-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 74, 173, 0.15);
}

.ps-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.problem .ps-heading {
  color: #e53935; /* Red for problem */
}

.solution .ps-heading {
  color: #004aad; /* Theme blue for solution */
}

.ps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ps-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.ps-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e53935;
  font-size: 20px;
  line-height: 1;
}

.solution p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .ps-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8aeae8 *//* CTA Buttons Section Scoped under .lets-talk */
.lets-talk .cta-section {
  padding: 20px;
}

.lets-talk .cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; /* 🔹 Always center aligned */
  align-items: center;
}

/* Common Button Style */
.lets-talk .cta-btn2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

/* Primary Button */
.lets-talk .cta-btn2-primary {
  background-color: #F67A12;
  color: #fff;
  border: 2px solid #004aad;
}

.lets-talk .cta-btn2-primary:hover {
  background-color: #F67A12;
  color: #004aad;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.3);
}

/* Secondary Button */
.lets-talk .cta-btn2-secondary {
  background-color: #ffffff;
  color: #004aad;
  border: 2px solid #004aad;
}

.lets-talk .cta-btn2-secondary:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .lets-talk .cta-container {
    justify-content: center; /* 🔹 Mobile pe bhi center */
  }

  .lets-talk .cta-btn2 {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68604c7 *//* Course Outcomes Section */
.course-outcomes {
  padding: 70px 20px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.outcomes-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.outcomes-title {
  font-size: 28px;
  font-weight: 600;
  color: #f67a12;
  margin-bottom: 50px;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.outcome-box {
  background: #ffffff;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  padding: 25px 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 74, 173, 0.06);
}

.outcome-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 74, 173, 0.15);
}

.outcome-icon {
  font-size: 32px;
  margin-bottom: 12px;
  color: #004aad;
}

.outcome-box p {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f16671 *//* Curriculum Snapshot Section */
.curriculum-snapshot {
  padding: 70px 20px;
  background-color: #fff4e5; /* Light Orange */
  font-family: "Poppins", sans-serif;
}

.curriculum-container {
  max-width: 900px;
  margin: 0 auto;
}

.curriculum-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 40px;
}

/* Accordion */
.curriculum-accordion details {
  background: #ffffff;
  border: 1px solid #ffd6a5;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.curriculum-accordion summary {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  list-style: none;
  position: relative;
}

.curriculum-accordion summary::-webkit-details-marker {
  display: none; /* Hide default arrow */
}

.curriculum-accordion details[open] {
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.15);
}

.curriculum-accordion details p {
  margin-top: 12px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* CTA Button */
.curriculum-cta {
  margin-top: 40px;
  text-align: center;
}

.curriculum-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  background: #f76a12;
  color: #fff;
  border: 2px solid #004aad;
  transition: all 0.3s ease-in-out;
}

.curriculum-btn:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.25);
}

/* Responsive */
@media (max-width: 600px) {
  .curriculum-title {
    font-size: 22px;
  }

  .curriculum-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2da68d8 *//* Fee & Enrollment Section */
.fee-section {
  padding: 70px 20px;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.fee-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.fee-title {
  font-size: 28px;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 40px;
}

.fee-pricing {
  margin-bottom: 30px;
}

.fee-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.fee-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 8px;
  background: #f67a12;
  color: #fff;
  text-decoration: none;
  border: 2px solid #004aad;
  transition: all 0.3s ease-in-out;
}

.fee-btn:hover {
  background: #fff;
  color: #004aad;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.25);
}

/* EMI Highlight */
.fee-emi {
  margin: 20px 0;
  padding: 12px;
  background: #fff7e6;
  border-left: 4px solid #f67a12;
  font-size: 15px;
  color: #444;
}

/* Guarantee Note */
.fee-guarantee {
  margin-top: 20px;
  padding: 12px;
  background: #e6f9e6;
  border-left: 4px solid #2ecc71;
  font-size: 15px;
  color: #2c662d;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 600px) {
  .fee-title {
    font-size: 22px;
  }

  .fee-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e16bf7e *//* Bonuses Section */
.bonuses-section {
  padding: 70px 20px;
  background: #fff; /* light cream */
  font-family: "Poppins", sans-serif;
}

.bonuses-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bonuses-title {
  font-size: 28px;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 10px;
}

.bonuses-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.bonuses-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.bonuses-list li {
  font-size: 16px;
  color: #333;
  padding: 12px 16px;
  margin-bottom: 12px;
  background: #f9fbff;
  border-left: 4px solid #f67a12;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.bonuses-list li:hover {
  background: #fff3e6;
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 600px) {
  .bonuses-title {
    font-size: 22px;
  }
  .bonuses-list li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30e57fa *//* Scoped CTA Styling */
.pm-course-cta {
  background: linear-gradient(135deg, #004AAD, #0066FF);
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  border-radius: 15px;
  margin: 40px auto;
  max-width: 900px;
}

.pm-cta-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
}

.pm-cta-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 35px;
}

.pm-social-proof {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #FFD700;
}

/* Buttons Container */
.pm-cta-buttons {
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
  flex-wrap: wrap;         /* wrap on smaller screens */
  gap: 20px;
}

/* Buttons Styling */
.pm-cta-buttons a {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  display: inline-block;
}

.pm-btn-primary {
  background: linear-gradient(90deg, #FF7F50, #FF4500);
  color: #fff;
}

.pm-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  background: linear-gradient(90deg, #FF4500, #FF7F50);
}

.pm-btn-secondary {
  background: #ffffff;
  color: #004AAD;
  border: 2px solid #004AAD;
}

.pm-btn-secondary:hover {
  background: #004AAD;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pm-cta-buttons {
    flex-direction: column; /* stack buttons vertically */
    align-items: center;    /* ensure centered on mobile */
  }

  .pm-cta-buttons a {
    width: 100%;
    max-width: 280px;       /* optional limit for smaller screens */
    text-align: center;     /* center button text */
  }

  .pm-cta-heading {
    font-size: 20px;
  }
}
</style>/* End custom CSS */