.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 0px 0px;
}

.hero-title {
  font-size: 62px;
  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: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  font-size: 1rem;
  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 20px;
  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: #fff;
}

.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: 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: 2rem;
    text-align: center;
  }
  .hero-subtitle {
    font-size: 24px;
  }
  .hero,
  .hero-subtitle,
  .hero-desc,
  .hero-btn {
    text-align: center;
  }

  .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;
  }
}
