.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@font-face {
  font-family: "Urbanist";
  src: url("img/Urbanist-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* variable font weight range */
  font-style: normal;
  font-display: swap;
}

body,
input,
textarea,
select,
button {
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
}

/* Gradient text for brand */
.brand-gradient {
  font-weight: 800;
  font-size: 30px;
  background: linear-gradient(to right, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Custom button style */
.btn-orange-gradient {
  background: linear-gradient(to right, #f77314, #d65c05);
  border: none;
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 4px 4px 0 rgb(247 115 20 / 50%);
  transition: background 0.3s ease;
}

.btn-orange-gradient:hover {
  background: linear-gradient(to right, #e65c00, #ff7f24);
}

.navbar-nav .nav-link {
  margin-right: 1.5rem;
  font-weight: 500;
  color: #2e3a59;
}

.navbar-nav .nav-link:hover {
  color: #000;
}

.hero {
  background: url("img/hero-bg.webp");
  background-size: cover;
  padding: 60px 12px;
}

.hero-title {
  font-size: 38px;
  font-weight: 700;
}



.hero-title .grad {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #344256;
  margin-top: 1rem;
}

.hero-desc {
  font-size: 18px;
  color: #344256;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.hero-btn {
  background: linear-gradient(to right, #f77314, #d65c05);
  border: none;
  color: white;
  padding:  12px 16px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}

.hero-btn:hover {
  background: linear-gradient(to right, #e65c00, #ff7f24);
}

.hero-img {
  max-width: 100%;
  border-radius: 8px;
}
.top-performers {
  background-color: #f7f9fb;
  text-align: center;
  padding: 40px 0px;
}

.top-performers h2 {
  font-weight: 700;
  color: #344256;
}

.top-performers .sub {
  color: #344256;
  font-size: 20px;
  font-weight: 500;
}
.top-performers .col-lg-3 h3 {
  font-weight: bold;
}
.top-performers .col-lg-3 p {
  color: #1a9ce2;
  font-size: 18px;
}
.performer-img {
  max-width: 240px;
  margin: 15px;
}

.college-section {
  padding: 40px 0px;
  background-color: #fff;
  text-align: center;
}

.college-title {
  font-weight: 700;
  font-size: 2rem;
  color: #344256;
}

.college-subtitle {
  color: #344256;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.college-section ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.college-section li {
  font-size: 1.1rem;
  background: linear-gradient(10deg, #ecf2fe, #f2ecfe);
  color: #344256;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
}

.college-section .dot {
  background-color: #ff6d00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.college-section .rt {
  margin-left: 10px;
  margin-right: 0px;
}

.why-section {
  background-color: #fff;
  padding: 40px 0px;
  text-align: center;
}

.why-section h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 50px;
  color: #344256;
}

.highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-card {
  background-color: #fff;
  border: 1px solid #e8efff;
  border-radius: 16px;
  padding: 20px 20px 0 20px;
  margin: 15px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}

.why-card:hover {
  transform: translateY(-5px);
}

.why-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.why-card h5 {
  color: #344256;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-card p {
  color: #344256;
  font-size: 0.95rem;
  line-height: 1.5;
}

.class-info-section {
  background-color: #fafbfd;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Segoe UI", sans-serif;
}

.class-info-section .section-heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.class-info-section .highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.class-info-section .class-card {
  border: 1px dashed #34425633;
  border-radius: 16px;
  padding: 25px;
  background: #f9f9f9;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  transition: 0.2s ease;
}

.class-info-section .class-card:hover {
  transform: translateY(-4px);
}

.class-info-section .number-img {
  width: 72px;
  margin-left: -14px;
}

.class-info-section .card-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.class-info-section .card-text {
  font-size: 0.95rem;
  color: #344256;
  line-height: 1.4;
}

.class-info-section .card-text i {
  color: #00c853;
  margin-right: 5px;
}

.class-info-section .row-gap {
  row-gap: 30px;
}

.tutor-section .highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 700;
}

.tutor-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 960px;
  margin: 0 auto;
}

.tutor-text ul.check-list {
  list-style: none;
  padding-left: 0;
}

.tutor-text ul.check-list li::before {
  content: "✔ ";
  color: #00c853;
  font-weight: bold;
  margin-right: 6px;
}
.tutor-card .cust-btn {
  background: linear-gradient(to right, #f77314, #d65c05);
  color: #fff;
  box-shadow: 4px 4px 0 rgb(247 115 20 / 50%);
}
.testimonial-section {
  padding: 60px 0px;
  text-align: center;
}

.testimonial-section .highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 2rem;
}

.testimonial-section .row {
  row-gap: 30px;
}

.thumbnail-img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.modal-body {
  padding: 0;
}

.modal-content {
  border-radius: 16px;
}

.modal-video {
  width: 100%;
  height: 400px;
}
.review-banner {
  background-color: #d3f9d8;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 30px;
  text-align: center;
}

.review-banner .star-icon {
  font-size: 1.5rem;
  color: #4caf50;
  margin: 0 10px;
}

.review-banner-text {
  display: inline;
}
/* === Pricing Section Wrapper === */
.pricing-section {
  background: #fff;
  padding: 40px 0;
}

.pricing-section h2 {
  font-size: 32px;
  color: #344256;
  margin-bottom: 40px;
  font-weight: 700;
}

/* === Card Styles === */
.pricing-section .pricing-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.pricing-section .pricing-card:hover {
  border-color: #6366f1;
  transform: translateY(-4px);
}

/* === Header and Subheader === */
.pricing-section .pricing-header {
  font-size: 22px;
  font-weight: 700;
  color: #344256;
}

.pricing-section .pricing-subtitle {
  font-size: 16px;
  color: #344256;
  margin-top: 6px;
  line-height: 1.5;
}

/* === Price Styles === */
.pricing-section .price {
  font-size: 20px;
  color: #344256;
  margin-top: 15px;
}
.pricing-section .price span {
  font-size: 30px;
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.pricing-section .price-discount,
.pricing-section .text-sm {
  font-size: 16px;
  color: #10b981;
  font-weight: 600;
}

/* === Features === */
.pricing-section .feature {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #344256;
  margin-bottom: 10px;
  line-height: 1.4;
}

.pricing-section .feature i {
  color: #10b981;
  font-size: 16px;
  margin-right: 8px;
  margin-top: 2px;
}

/* === Highlight Tag === */
.pricing-section .tag {
  color: #f77314;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
}
.pricing-section .tag span {
  background-color: #fef1e7;
  padding: 4px 12px;
  border-radius: 50px;
}

/* === Buttons === */
.pricing-section .btn-orange {
  background-color: #f97316;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.pricing-section .btn-orange:hover {
  background-color: #ea580c;
  color: #fff;
}

/* === Utility === */
.pricing-section .highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.programs-difference {
  padding: 40px;
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
  border: 2px solid #e0edff;
  border-radius: 24px;
  box-shadow: 4px 4px 73px 0px #e8f1ff;
}

.programs-difference .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.programs-difference .highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.programs-difference .program-features ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.programs-difference .program-features li {
  font-size: 1.1rem;
  background: linear-gradient(10deg, #ecf2fe, #f2ecfe);
  color: #344256;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
}

.programs-difference .dot {
  background-color: #ff6d00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.programs-difference .rt {
  margin-left: 10px;
  margin-right: 0px;
}

.calendly-booking {
  padding: 40px 0px;
  background-color: #f9fbff;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

.calendly-booking .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.calendly-booking .highlight {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.calendly-booking .subheading {
  font-size: 18px;
  color: #344256;
}

.faq-section {
 background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.faq-section .faq-heading {
  font-weight: 700;
  font-size: 32px;
  color: #344256;
  text-align: center;
}

.faq-section .faq-heading .highlighted {
  background: linear-gradient(180deg, #4579f5, #783eed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-section .accordion-button {
  background-color: #fff;
  box-shadow: none;
  font-weight: 600;
  font-size: 18px;
  color: #344256;
  border-radius: 10px 10px 0 0;
  transition: 0.3s ease;
  border: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  box-shadow: none;
}
.faq-section .accordion-button.collapsed {
  border-radius: 10px;
}
.faq-section .accordion-body {
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 0 0 10px 10px;
  padding: 10px 15px;
}

.faq-section .accordion-item {
  border: 2px solid #e0edff;
  box-shadow: 4px 4px 40px 0px #9e9e9e40;
  border-radius: 10px;
  background: transparent;
  margin-bottom: 20px;
}

.faq-section .accordion-item.active {
  border-radius: 12px;
}

.faq-img {
  max-width: 80%;
}

footer {
  background-image: url(img/footer-bg.webp);
  background-size: cover;
}
footer hr {
  background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
  height: 4px;
  border-top: 0px;
  width: 40px;
  opacity: 1;
}
footer hr.border {
  background: #fff;
  height: 0px;
  width: 100%;
  opacity: 1;
}
footer i.bi {
  color: #8b5cf6;
}

.fixed-call-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #10b981; /* Green */
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.fixed-call-btn:hover {
  background-color: #059669; /* Darker green on hover */
}

.fixed-call-btn i {
  font-size: 20px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
    text-align: start;
  }
  .hero-subtitle {
    font-size: 24px;
  }
  .hero,
  .hero-subtitle,
  .hero-desc,
  .hero-btn {
    text-align: start;
  }

  .hero-img {
    margin-top: 2rem;
  }

  .pricing-section .pricing-card {
    padding: 20px;
  }

  .pricing-section .pricing-header {
    font-size: 20px;
  }

  .pricing-section .price {
    font-size: 26px;
  }

  .pricing-section h2 {
    font-size: 1.8rem;
  }
}

.top-sticky-bar{
    background: #782a86;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .top-sticky-bar{
         padding: 6px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;   
    }
    
    .programs-difference {
    padding: 20px;
}

.programs-difference .section-title {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 30px;
}

.programs-difference h3{
    font-size: 17px;
}

}

.hero .banner-sub-text{
     font-size: 20px;
}

.power-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border: 1px solid #e2e5f1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  color: #0f172a;
  font-weight: 500;
  transition: 0.3s ease;
}

.power-line:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Animated Dot */
.pulse-dot {
  width: 10px;
  height: 10px;
  background: #782a86;
  border-radius: 50%;
  position: relative;
      flex-shrink: 0;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff6b6b;
  animation: pulse 1.5s infinite;
  opacity: 0.6;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Text Styling */
.power-text strong {
  color: #2e7fbc;
}

.arrow {
  margin: 0 5px;
  color: #782a86;
  font-weight: bold;
}

.program-features {
  display: inline-block; /* shrink to content */
  background: #fff;
}

.program-features ul {
  margin: 0;
  padding: 0;
}

.program-features li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
    font-size: 17px !important;
    font-weight: 500;
  margin-bottom:10px;
}

.cta-bg-color{
    background-color: #2e7fbc;
}

.who-wrapper {
  padding: 70px 0px;

}



/* COMMON BOX */
.who-box {
  flex: 1;
  min-width: 300px;
  padding: 30px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  height: calc(100% - 30px);
}

/* HOVER EFFECT */
.who-box:hover {
  transform: translateY(-6px);
}

/* LEFT - GOOD */
.who-for {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 1px solid #bbf7d0;
}

.who-for h3 {
  color: #047857;
}

/* RIGHT - NOT */
.who-not {
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border: 1px solid #fecaca;
}

.who-not h3 {
  color: #b91c1c;
}

/* TITLE */
.who-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* LIST */
.who-box ul {
  padding: 0;
  margin: 0;
}

.who-box li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
     font-size: 17px;
    font-weight: 600;
  color: #1e293b;
}

/* ICON STYLE */
.who-for li::before {
  content: "✔";
  position: absolute;
  left: 0;
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-not li::before {
  content: "✖";
  position: absolute;
  left: 0;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MOBILE */
@media (max-width: 768px) {
  .who-container {
    flex-direction: column;
  }
}

.trust-section {
  padding: 60px 0px;
  background: linear-gradient(135deg, #f1f5ff, #eef2ff);
  text-align: center;
}

/* Heading */
.trust-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0f172a;
}


/* Box */
.trust-box {
  background: #ffffff;
  padding: 20px 12px;
  border-radius: 18px;
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      height: calc(100% - 30px);
    margin-bottom: 30px;
}

.trust-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Icon Circle */
.trust-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

/* Icon Colors */
.trust-icon.google {
  background: linear-gradient(135deg, #fbbc05, #ea4335);
}

.trust-icon.teacher {
  background: linear-gradient(135deg, #6366f1, #4338ca);
}

.trust-icon.students {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.trust-icon.result {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

/* Numbers */
.trust-box h3 {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

/* Text */
.trust-box p {
font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
}

.trust-box span{
        font-size: 14px;
}

/* Highlight */
.trust-box.highlight {
  border: 2px solid #22c55e;
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 768px) {
  .trust-heading {
    font-size: 24px;
  }
  .trust-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.trust-box {
    background: #ffffff;
    padding: 12px 10px;
    border-radius: 18px;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
     margin-bottom: 0px; 
}

.trust-box p {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
}

.trust-box span {
    font-size: 13px;
}

}

/* Icon */
.class-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.comparison-section {
  padding: 60px 0px;
  /*background: linear-gradient(135deg, #f8fafc, #eef2ff);*/
}

/* Heading */
.cmp-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.cmp-heading span {
  color: #007398;
}

/* Box */
.cmp-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.cmp-box:hover {
  transform: translateY(-6px);
}

/* Title */
.cmp-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

/* List */
.cmp-box ul {
  padding: 0;
}

.cmp-box li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
 font-size: 16px;
    font-weight: 600;
}

/* OTHERS STYLE */
.cmp-box.others {
  border-left: 5px solid #ef4444;
  background: #fff5f5;
}

.cmp-box.others li::before {
  content: "✖";
  position: absolute;
  left: 0;
  background: #ef4444;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* CRACK MENTORS STYLE */
.cmp-box.highlight-check {
  border-left: 5px solid #22c55e;
  background: #f0fdf4;
}

.cmp-box.highlight-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top:3px;
  background: #22c55e;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .cmp-heading {
    font-size: 24px;
  }
}


/* Section */
.system-section {
  padding: 60px 0px;
  background: linear-gradient(135deg, #f1f5ff, #eef2ff);
}

/* Heading */
.system-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0f172a;
}

/* Card */
.system-card {
  background: #ffffff;
  padding: 20px 12px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  height: 100%;
  overflow: hidden;
}

/* Glow Effect */
/*.system-card::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: linear-gradient(120deg, transparent, rgba(0,115,152,0.15), transparent);*/
/*  opacity: 0;*/
/*  transition: 0.4s;*/
/*}*/

.system-card:hover::before {
  opacity: 1;
}

/* Hover */
.system-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,115,152,0.15);
}

/* Icon */
.sys-icon {
  font-size: 30px;
  margin-bottom: 12px;
}

/* Text */
.system-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

/* Step Number */
.sys-step {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #007398;
  opacity: 0.7;
}

/* Mobile */
@media (max-width: 768px) {
  .system-heading {
    font-size: 24px;
  }
}


.mentor-section {
  padding: 60px 0px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* Heading */
.mentor-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mentor-sub {
  color: #64748b;
  margin-bottom: 50px;
}

/* Card */
.mentor-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.mentor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.mentor-card img{
    width: 100%;
    height: 180px;
    object-fit: contain;
    
}

/* Image */
.mentor-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #007398;
}

.mentor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name */
.mentor-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Qualification */
.qual {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 5px;
}

/* Experience */
.exp {
  font-size: 12px;
  background: #007398;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
}

/* Footer */
.mentor-footer {
  margin-top: 40px;
}

.mentor-footer p {
  margin: 5px 0;
  font-size: 15px;
  color: #1e293b;
  font-weight: 500;
}

.improve-section {
  padding: 60px 0px;
  background: #ffffff;
}

/* Heading */
.improve-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

/* Flow */
.improve-flow {
  font-size: 16px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 30px;
}

.flow-divider {
  width: 60px;
  height: 2px;
  background: #007398;
  margin: 8px auto;
}

/* Points */
.improve-points {
  gap: 15px;
  margin-bottom: 50px;
}

.point-box {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 10px;
}

.point-box:hover {
  background: #e0f2f7;
  transform: translateY(-3px);
}

/* Bottom Strip */
.improve-bottom {
  text-align: center;
  /*border-top: 1px solid #e2e8f0;*/
  padding-top: 30px;
}

/* Bonus */
.bonus {
  font-size: 15px;
  margin-bottom: 15px;
  color: #007398;
  font-weight: 600;
}

/* Price */
.price {
  font-size: 16px;
  margin-bottom: 10px;
}

.price strong {
  font-size: 22px;
  color: #0f172a;
}

/* Note */
.note {
font-size: 14px;
    color: #4d4d4d;

}

/* Mobile */
@media (max-width: 768px) {
  .improve-header h2 {
    font-size: 24px;
  }
}


.insight-section {
     background-color: #fafbfd;
}

/* Icon Style */
.insight-item .icon {
     width: 36px;
    height: 36px;
    background: #eef6f9;
    color: #007398;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  flex-shrink: 0;
}

/* Align properly */
.insight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
    font-weight: 600;
  margin-bottom: 18px;
  color: #1e293b;
  transition: 0.3s;
}

/* Hover Effect */
.insight-item:hover .icon {
  background: #007398;
  color: #fff;
}


.result-section {
  padding: 60px 0px;
  background: #f8fafc;
}

/* Heading */
.result-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Card */
.result-card {
  max-width: 650px;
  margin: auto;
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Score Block */
.score-block {
  text-align: center;
  margin-bottom: 25px;
}

.score-block h3 {
  font-size: 48px;
  font-weight: 700;
  color: #007398;
}

.score-block span {
  font-size: 20px;
  color: #64748b;
}

.score-block p {
  margin-top: 5px;
  font-size: 14px;
  color: #64748b;
}

/* Progress */
.progress-bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #007398, #00a8cc);
}

/* AIR */
.air-block {
  text-align: center;
  margin-bottom: 20px;
}

.air-block .label {
  font-size: 13px;
  color: #64748b;
}

.air-block h4 {
  font-size: 22px;
  font-weight: 600;
}

.air-block span {
  font-size: 12px;
  color: #94a3b8;
}

/* Divider */
.divider {
  height: 1px;
  background: #e2e8f0;
  margin: 25px 0;
}

/* Insights */
.result-insights {
  display: flex;
  /*flex-direction: column;*/
  gap: 15px;
      justify-content: space-between;
}

.insight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
}

/* Strong */
.insight.good {
  background: #ecfdf5;
}

.insight.good i {
  color: #22c55e;
}

/* Weak */
.insight.bad {
  background: #fef2f2;
}

.insight.bad i {
  color: #ef4444;
}

/* Text */
.insight .title {
  font-size: 16px;
  font-weight: 600;
      margin-bottom: 10px;
}

.insight .desc {
  font-size: 14px;
  margin: 2px 0 0;
      font-weight: 500;
}

/* Bottom */
.result-line {
 margin-top: 10px;
    font-size: 16px;
  color: #007398;
  font-weight: 600;
}

/* Container */
.result-top {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

/* Box */
.stat-box {
  flex: 1;
  background: #f8fafc;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #e2e8f0;
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Label */
.label {
  font-size: 13px;
  color: #64748b;
}

/* Value */
.stat-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0;
}

.stat-box span {
  font-size: 14px;
  color: #64748b;
}

/* AIR text */
.stat-box small {
  font-size: 12px;
  color: #94a3b8;
}

/* Progress Bar */
.mini-bar {
  height: 6px;
  background: #e2e8f0;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #007398, #00a8cc);
}

/* Score Highlight */
.stat-box.score {
  border-left: 4px solid #007398;
}

/* AIR Highlight */
.stat-box.air {
  border-left: 4px solid #22c55e;
}

/* Mobile */
@media (max-width: 768px) {
  .result-top {
    flex-direction: column;
  }
  
  .cmp-box {
    padding: 20px;
}

}

/* Section */
.test-section {
  padding: 60px 0px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* Heading */
.test-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0f172a;
}

/* Selection */
.test-selection h5 {
 font-size: 16px;
    color: #434343;
  margin-bottom: 10px;
}

.selection-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.selection-items span {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}

/* Highlight */
.test-highlight {
  margin: 25px 0;
  font-size: 16px;
  font-weight: 600;
  color: #007398;
}

/* CTA Button */
.test-btn {
  display: inline-block;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.test-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(34,197,94,0.3);
}

/* Right Box */
.test-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.test-box h4 {
  margin-bottom: 15px;
}

/* List */
.test-box ul {
  padding: 0;
}

.test-box li {
  list-style: none;
  padding-left: 28px;
  position: relative;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
}

/* Tick */
.test-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top:3px;
  width: 20px;
  height: 20px;
  background: #007398;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile */
@media (max-width: 768px) {
  .test-heading {
    font-size: 24px;
  }
}

/* Section */
.root-section {
  padding: 60px 0px;
  background: #fff;
}

/* Heading */
.root-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
}

/* Bottom Line */
.root-line {
  margin-top: 20px;
  font-size: 16px;
  color: #dc2626;
  font-weight: 600;
}

/* List */
.root-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Item */
.root-item {
  display: flex;
  align-items: center;
  gap: 12px;
    font-size: 17px;
    font-weight: 600;
  padding: 14px 16px;
  background: #fef2f2;
  border-radius: 10px;
  transition: 0.3s;
}

/* Icon */
.root-item i {
  width: 32px;
  height: 32px;
  background: #dc2626;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Hover */
.root-item:hover {
  transform: translateX(5px);
  background: #fee2e2;
}

/* Mobile */
@media (max-width: 768px) {
  .root-heading {
    font-size: 24px;
  }
}

.pain-section {
  padding: 60px 0px;
  background: #f8fafc;
}

/* Heading */
.pain-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
}

/* Card */
.pain-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #ffffff;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: 0.3s;
  height: 100%;
}

/* Hover */
.pain-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

/* Icon */
.pain-card i {
  width: 40px;
  height: 40px;
  background: #fee2e2;
  color: #dc2626;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* Text */
.pain-card p {
  margin: 0;
font-size: 16px;
    color: #1e293b;
    font-weight: 600;
}

/* Footer */
.pain-footer {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #dc2626;
}

/* Mobile */
@media (max-width: 768px) {
    
    .fixed-call-btn
    {
        display: none;
    }
  .pain-heading {
    font-size: 24px;
  }
  
  .result-card {
    padding: 20px;
}

.insight {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding: 10px;
    border-radius: 10px;
}

.testimonial-section, .trust-section, .comparison-section, .system-section, .mentor-section ,.improve-section, .result-section, .test-section,.root-section ,.pain-section, .who-wrapper {
     padding: 35px 0px !important;
}

.class-info-section .card-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.class-info-section .class-card {
    padding: 12px;
}

}

/* REMOVE this ❌ */
/*
.trust-item {
  flex: 1;
  min-width: 200px;
}
*/

/* KEEP THIS ✅ */
.trust-item {
  padding: 15px 10px;
  text-align: center;
  background: #f5f5f5;
    border-radius: 7px;
    height: 100%;
}

/* Icon */
.trust-item i {
  font-size: 22px;
  color: #772985;
  margin-bottom: 6px;
}

/* Text */
.trust-item p {
  font-size: 14px;
  color: #1e293b;
  margin: 0;
  line-height: 1.5;
}

.trust-item strong {
  font-size: 16px;
  color: #0f172a;
}

/* Sub text */
.trust-item span {
  font-size: 12px;
  color: #64748b;
}

/* Hide by default (desktop) */
.mobile-bottom-bar {
  display: none;
}

@media (max-width: 768px) {
    
    .class-info-section .number-img {
    width: 43px;
    margin-left: -4px;
}

  .mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
  }

  /* TOP FULL WIDTH CTA */
  .top-cta {
    background: #782a86;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
  }

  /* BOTTOM ROW */
  .bottom-row {
    display: flex;
    width: 100%;
  }

  .bottom-row a {
    flex: 1;
    text-align: center;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
  }

  /* Call */
  .call-btn {
    background: linear-gradient(to right, #f77314, #d65c05);
  }

  /* WhatsApp */
  .whatsapp-btn {
    background: #008000;
  }
}


.price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-btn {
  background: #782a86;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}

.price-btn:hover {
  background: #5f1f6b;
  transform: scale(1.05);
}

@media (max-width: 768px) {
 .mentor-card {
    background: #ffffff;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}   

.mentor-card h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.qual {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 5px;
}

.exp {
    font-size: 9px;
    background: #007398;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50px;
}

.mentor-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.padding-mbn{
    padding: 3px;
}

}



/* MAIN WRAPPER */
.results-section {
    padding: 60px 0px;
}

.results-title {
    text-align: center;
      font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.results-subtitle {
    text-align: center;
      color: #3f3f3f;
    margin-bottom: 30px;
    font-weight: 600;
}

/* RESULT BLOCK */
.result-block {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 25px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* HEADER BAR */
.result-header {
    padding: 12px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

/* COLOR THEMES */
.theme-jee { background: linear-gradient(90deg, #6a5cff, #8e7dff); }
.theme-neet { background: linear-gradient(90deg, #1abc9c, #2ecc71); }
.theme-cbse { background: linear-gradient(90deg, #f39c12, #f1c40f); }

/* STUDENT GRID */
.student-grid {
    display: flex;
    gap: 20px;
    padding: 10px;
    flex-wrap: wrap;
}

.student-box {
    flex: 1;
    min-width: 250px;
    background: #fafafa;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 15px;
    /*align-items: center;*/
}

/* IMAGE PLACEHOLDER */
.student-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
}

/* TEXT */
.student-name {
    margin: 0;
     font-size: 17px;
    font-weight: 600;
}

.student-name span{
        font-size: 14px;
    font-weight: 400;
}

.student-meta {
    margin: 3px 0;
       color: #474747;
    font-size: 15px;
    font-weight: 600;
}

.student-score {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0px;
}

.student-score span{
        font-weight: 600;
    font-size: 16px;
    color: #474747;
}

.score-arrow {
    margin: 0 5px;
}

/* SCORE COLORS */
.score-jee { color: #6a5cff; }
.score-neet { color: #27ae60; }
.score-cbse { color: #e67e22; }

/* NOTE BOX */
.results-note {
    background: #f0f1f7;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
   color: #393939;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

/* OVERALL */
.overall-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.overall-title {
    margin-bottom: 15px;
    font-weight: 600;
}

.overall-item {
    margin: 10px 0;
      font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left:32px;

}

.overall-item::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0px;
    background: #22c55e;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .student-grid {
        flex-direction: column;
    }
}

.student-box img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}