f/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@font-face {
  font-family:'Inter-Light-BETA';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/Inter-Light-BETA.ttf);
}
@font-face {
  font-family:'Inter-ExtraBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/successpage_revamp/fonts/Inter-ExtraBold.ttf);
}
@font-face {
  font-family:'Inter-Regular';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/math-pirate/fonts/Inter-Regular.ttf);
}
@font-face {
  font-family:'SFPRODISPLAYMEDIUM';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/SFPRODISPLAYMEDIUM.otf);
}
@font-face {
  font-family:'Inter-Medium';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/Inter-Medium.ttf);
}
@font-face {
  font-family:'Inter-Bold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/Inter-Bold.ttf);
}
@font-face {
  font-family:'SFPRODISPLAYREGULAR';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/SFPRODISPLAYREGULAR.otf);
}
@font-face {
  font-family:'Inter-SemiBold';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/Inter-SemiBold.ttf);
}
@font-face {
  font-family:'Inter-ExtraLight-BETA';
  src: url(https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/New%20Pricing/Inter-ExtraLight-BETA.ttf);
}
a.free-trial-btn.d-xl-none {
  display: none !important;
}
#how-it-works,
#subjects,
#why-choose-us,
#proven-results,
#1monthfreetrial {
  scroll-margin-top: 200px; 
}
h6{
  font-size:12px;
  color:#64748B;
  font-family:'Inter-Regular';
}
/* .register {
background-color: rgb(255, 111, 97);
border-radius: 5px;
color: #fff;
cursor: pointer;
font-family:'Inter-Bold';
font-size: 18px;
padding: 1%;
text-align: center;
transition: transform .3s, box-shadow .3s;
width: 70%;
} */
.register:hover,.section1 .btn-form-submit:hover {
  box-shadow: 0 4px 8px #f5f5f5;
  transform: scale(1.02) translateY(-2px);
}
button.navbar-toggler.collapsed,button.navbar-toggler, div#header-menu {
  display: none!important;
}

h1 {
  font-family:'Inter-Bold';
  /*   font-size: 52px; */
  font-size: 43px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #F0F9FF;
}

h2 {
  font-family:'Inter-Bold';
  font-size: 32px;
  font-weight: 700;
  color: #2A3645;
  margin-bottom:20px;
}

h3 {
  font-family:'Inter-Bold';
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom:0px;
}
h4{
  font-family:'Inter-ExtraBold';
}
h5{
  font-family:'Inter-Medium';
  color:#E1EBFF;
  line-height:2.1;
  font-size:16px;
}
p{
  font-family:'Inter-Regular';
}
.section1 .badge span {
  font-family:'Inter-SemiBold';
}
.section5 .testimonial-text{
  font-family:'Inter-Regular';
}
.subtitle {
  font-family:'Inter-Regular';
  font-size: 18px;
  color: #F4F8FF;
  line-height: 1.5;
  margin-bottom:0px;
  /*   width:41%; */
  width:35%; 
}
/* Center the form section */
/* .section1 {
display: flex;
justify-content: center;
width: 100%;
} */
.section1 .smalltext {
  margin-top: 3%;
}
.section1 .smallicons{
  margin-right:2%;
}
/* Replaces the modal-content look. Makes the form look like a card on the page. */
.section1 .form-wrapper {
  background-color: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px; /* Limits width so it doesn't stretch too far */
  margin: 20px auto;
  box-sizing: border-box;
}
.hero-text.col-sm-6.align-self-center {
  position: relative;
  /*   top: -135px; */
  top: -83px;
}
.section1 .form-title {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
  font-size: 24px;
}

/* Input & Select Styling */
.section1 #studentFormhiddenwindow input,
.section1 #studentFormhiddenwindow select {
  margin-bottom: 5px; /* Reduced to make room for error msg */
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  font-family:'Inter-Regular'
}

.section1 #studentFormhiddenwindow input:focus,
.section1 #studentFormhiddenwindow select:focus {
  border-color: #9747FF;
}

/* Phone Number specific */
.section1 .d-flex {
  display: flex !important; /* bootstrap override helper */
}

.section1 #countryCode {
  flex-shrink: 0;
  width: auto;
  min-width: 120px;
  max-width: 120px;
}

.section1 #phoneNumber {
  flex-grow: 1;
}

/* Error Messages */

/* Submit Button */
.section1 .btn-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #ff6f61;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  font-family:'Inter-Bold';
}

.section1 .btn-form-submit:hover {
  opacity: 0.9;
}

/* Form Checkbox alignment */
.form-check .form-check-input {
  float: unset !important;
  margin-right: 0.5em;
  margin-top: 0.2em;
}

.form-check {
  padding-left: 0 !important;
  display: flex;
  align-items: flex-start;
}

/* Label Styling helpers */
.section1 label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.section1 form#studentFormhiddenwindow {
  padding: 5%;
  background-color: white;
  border-radius: 2%;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 80px !important;
    width: auto !important;
  }
  header {

    padding: 0 3% !important;
  }
  .features-list {
    display: flex;
    gap: 10px!important;
  }
  .stats-card.col-sm-6 {
    margin-top: 20px;
  }
  .stat-item h4 {
    color: #ff6f61;
    font-size: 24px!important;
  }
  .stats-card {

    flex: 1;
    gap: 20px!important;
    padding: 20px!important;
  }
  .section1 .form-wrapper {
    padding: 20px;
    box-shadow: none; /* simpler look on mobile */
    border: 1px solid #eee;
  }
}
/* Components */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  width: 100%;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 15px;
  padding: 10px 16px;
}

.input-field {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-family: var(--font-family-body);
  font-size: 14px;
  outline: none;
}

.input-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 6px;
}

/* Header */
header {
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0 3%;
  background: white;
  position: relative;
  z-index: 10;
}

.logo {
  width: 158px;
  height: auto;
}

/* Hero Section */
.hero {
  position: relative;
  padding:5% 2%!important;
  background-image:

    url("https://5553274.fs1.hubspotusercontent-na1.net/hubfs/5553274/Acceleration%20over%20tutoring/section1%20image.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  /*   min-height:900px; */
  /*   min-height:750px; */
}

.badges {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #4A90C6;
}

.badge img {
  width: 16px;
  height: 16px;
}
.section3.bg-light {
  padding: 5% 0;
}
/* Form Card */
.form-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.form-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 8px;
}

.form-subtitle {
  font-size: 13px;
  color: #64748b;
  text-align: center;
  margin-bottom: 24px;
}

.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.phone-input-group {
  display: flex;
  gap: 8px;
}

.phone-prefix {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
}

.select-input {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-family: var(--font-family-body);
  font-size: 14px;
  background: white;
  color: #757575;
  appearance: none;
}

/* Sections */
section {
  margin-top: 50px
}

.section1, .footer-new {
  margin-top: 0px
}

.bg-light {
  background-color: #f8fafc;
}

.bg-accent-light {
  background-color: #E1E7F2;
}

.section4.bg-accent-light {
  padding: 3% 0;
}

/* Why Choose Us Icons */
.features-list {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
}
label.form-label.text-start.mb-0.small.fw-bold {
  font-family: 'Inter-Medium';
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}

.feature-item img {
  width:30%;
  margin-bottom: 16px;
}

.feature-title {
  font-size: 16px;
  color: #2A3645;
  margin-bottom: 4px;
  font-family:'Inter-SemiBold';
}

.feature-desc {
  font-family:'Inter-Regular';
  font-size: 14px;
  color: #64748b;
}

/* Subjects Grid */
.subjects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.subject-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 8%;
  height: 100%;
  transition: transform .3s ease;
}
.accel-card{
  transition: transform .3s ease;
}
.accel-card:hover, .subject-card:hover {
  transform: translateY(-5px);
}
.subject-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}



/* Acceleration Grid */
.accel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 3%;
}
.accel-text,.result-item span ,.stat-item p{

  font-family:'Inter-Medium';
}
.accel-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 4%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.accel-icon {
  width: 24px;
  height: 24px;
}

/* Testimonial */
.testimonial-card {
  background: #f9fafb;
  border: 1px solid #e1e7f2;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 960px;
  margin: 80px auto 0;
}

.user-avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}



.results-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}

.stats-card {
  background: #f9fafb;
  border-radius: 12px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  flex: 1;
}

.stat-item h4 {
  color:#FF6F61;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 4px;
}

.stat-item p {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
}

/* How it works */
.steps-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 64px 0;
  padding: 0 40px;
}

.steps-line {
  position: absolute;
  top: 24px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: #e2e8f0;
  z-index: 0;
}

.step-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 180px;
}

.step-number {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.step-text {
  text-align: center;
  font-size: 16px;
  color: #111;
}

/* Footer */
section.footer-new.py-5 {
  background-color: #111827 !important;
  background-image:none!important;
}

.footer-new .social-icon-tray-container.text-black.text-center {
  color: white !important;
}
.footer-new .fab {
  color: #fff!important;
}
/* .footer-new ul.social-icons.list-unstyled {
border: 1px solid #fff!important;
} */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}

.footer-heading {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.section5 .testimonial-card {
  background: #F9FAFB;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  max-width: 900px;
  margin: 20px auto 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.section5 .profile-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}

.section5 .profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section5 .user-name {
  font-weight: 700;
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.section5 .testimonial-text {
  font-size: 1rem;
  color: #111827;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.section5 .swiper-pagination {
  bottom: 0 !important;
}

.section5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #2A3645;
  opacity: 1;
  margin: 0 5px !important;
}

.section5 .swiper-pagination-bullet-active {
  background-color: #F22E52;
}

.section6 {
  background-color:#F5F7FA;
  /*   padding:5%; */
}
.section6 .process-line {
  position: absolute;
  top: 25px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background-color: #e9ecef;
  z-index: 1;
}
.section6 .row.process-row.position-relative{
  justify-content:center;

}
.section6 .step-circle {
  width: 50px;
  height: 50px;
  background-color: #F22E52;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.section6 .step-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  font-family:'Inter-SemiBold';
}

.section6 .btn-trial {
  background-color: #ff6b6b;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.section6 .btn-trial:hover {
  background-color: #fa5252;
  color: #fff;
}
.section7 .register{
  margin-top: 4%!important;
}
.section7 .register,.section6 .register,.two-dimensions-section .register {
  margin:auto;
/*   width:30%; */
} 
.form-check .form-check-input {

  margin-left: unset!important;
}
.section1 {
  padding: 0 2%;
}
@media (max-width: 767px) {
  .social-icon-tray-container.text-center {
    text-align: unset !important;
  }
  h1 br {
    display: none;
  }
  .section2 .features-list{
    gap:10px;
  }
  h1{
    margin-top:20px;
  }
  .footer-content .register.mt-4.mx-auto {
    width: 85%!important;
  }
  .two-dimensions-section .timeline-row{
    grid-template-columns: repeat(1, 1fr)!important;
    display:grid;
  }
  p.subtitle {
    margin-top: unset;
  }
  h1{
    text-align:start;
  }
  .section6 .step-circle {
    margin-bottom: 10px;
  }
}
@media(max-width:768px){

  .section1 .col-sm-6.col-lg-4.offset-lg-1.offset-md-0 {
    width: 50%;
  }
  .section1 .btn-form-submit{
    font-size:12px;
  }

  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p,h5 {
    font-size: 14px!important;
  }
  .register,.section6 .register,.section7 .register,.two-dimensions-section .register {
    width:45%;
  }
  .form-check .form-check-input {

    margin-left: unset!important;
  }
  header {

    padding: 0 6% !important;
  }
  .section2 .feature-desc {
    font-size: 12px;
  }
  .section2 .feature-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .subtitle{
    width:unset;
  }
  .hero {
    padding:3%!important;
  }
  .hero-text{
    top:0px!important;
  }
  .section1 .col-sm-6.col-lg-4.offset-lg-1.offset-md-0 {
    width: 100%;
  }

  .accel-text {
    font-size: 14px!important;
  }
  .section6 .step-text{
    font-size:16px!important;
  }
  .result-item{
    justify-content:center;
  }
  .section4.bg-accent-light {
    padding: 5% 0;
  }
  .results-left.col-sm-6 {
    text-align: center;
  }
  .section7 .register {
    width:80%;
    padding:3%;
  }
  .accel-grid {

    grid-template-columns: repeat(2, 1fr);

  }
  .register {

    margin: auto;
  }
  .section1 form#studentFormhiddenwindow {
    margin: 20px 0;
  }

  .section2 .features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .section2 .feature-item img {
    width:unset!important;

  }
  .section2 .feature-item{
    width:unset;
  } 
  .section2 .last-child{
    grid-column: span 2;
  }

  .section2 .feature-item {
    flex: 0 1 calc(33.33% - 20px);
    min-width: 150px;
    text-align: center;
  }

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

  .section5 .testimonial-card {
    margin: 20px auto 20px;
  }

  .section6 .process-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align steps to the left */
    justify-self:center;
    position: relative;
    text-align: left;        /* Align text to the left */
  }

  .section6 .col-md-2 {
    display: flex;
    align-items: center;     /* Align circle and text horizontally */
    width: 100%;
    margin-bottom: 30px !important;
  }

  .section6 .step-circle {
    margin: 0 20px 0 0;      /* Move circle to the left of text */
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }

  .section6 .step-text {
    margin: 0;
    font-size: 1.1rem;
  }

  .section6 .btn-trial {
    width: 100%;             /* Make button full-width on mobile */
  }
}

.register {
  /*   border: 2px solid #f0f9ff; */
  border-radius: 10px;
  color: #f0f9ff;
  cursor: pointer;
  font-family: 'Inter-Bold';
  font-size: 14px;
  padding: 1% 5%;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
  width: fit-content;
  background-color: #F22E52;
  margin-top:4%;
}

/* .section2 .features-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

.section2 .feature-item {
flex: 0 1 calc(33.33% - 20px);
min-width: 150px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}

.section2 .feature-item img {
width: 30%;
height: auto;
margin-bottom: 10px;
}

@media (max-width: 767px) {
.section2 .feature-item {
flex: 0 1 calc(50% - 20px);
}
} */

@media (max-width: 767px) {
  .whytutoring .left-content{
    border-right: unset !important;
  }
  .register, .section6 .register, .section7 .register,.two-dimensions-section .register {
    width: 80%!important;
    padding: 2%!important;
  }

}



#step1-container, #step2-container {
  width: 100%;
  animation: fadeIn 0.5s;
}

.section1 .btn-form-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}

.alert-success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
  .section-tutoring .quote-card {
    padding: 5% !important;
  }
}
@media (max-width: 768px) {
  .section1 .col-md-6 {
    margin-bottom: 15px;
  }
  .section-tutoring .cards-wrapper {
    display: flex;
    gap: 10px!important;
  }
  .section-tutoring .quote-card{
    padding:2%!important;
  }
}

.section-tutoring {
  background-color: #F5F9FD;
  overflow: hidden;
}

.section-tutoring .main-heading {
  text-align: center;
  color: #2A3645;
  font-weight: 800;
  line-height: 1.3;
}

.section-tutoring .cards-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.section-tutoring .quote-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  position: relative;
  display: flex;
  flex-direction: column;
}

.section-tutoring .quote-card:nth-child(1) { animation-delay: 0.1s; }
.section-tutoring .quote-card:nth-child(2) { animation-delay: 0.2s; }
.section-tutoring .quote-card:nth-child(3) { animation-delay: 0.3s; }
.section-tutoring .quote-card:nth-child(4) { animation-delay: 0.4s; }

.section-tutoring .quote-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(74, 144, 226, 0.15);
}

.section-tutoring .icon-quote {
  color: #FF7B7B;
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
}

.section-tutoring .card-text {
  color: #0b0b0b;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.section-tutoring .bottom-statement {
  text-align: center;
  font-weight: 800;
  color: #111827;
  font-family:'Inter-Bold'!important;
  margin-top: 20px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .section-tutoring .quote-card {
    padding: 10% !important;
  }
  .gray-text-group,.whytutoring .need-list {
    padding-left: 5%!important;
  }
  .whytutoring .section-heading, .whytutoring .blue-heading,.whytutoring .bold-statement{
    text-align:center;
  }

  .section-tutoring .cards-wrapper {
    grid-template-columns: repeat(2,1fr);
    display:grid;
  }
}


.two-dimensions-section .header-content {
  text-align: center;
}


.two-dimensions-section .section-subtitle {
  color: #6B7280;
}

.two-dimensions-section .timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.two-dimensions-section .timeline-line {
  background-color: #e0e0e0;
  bottom: 90px;
  left: 50%;
  position: absolute;
  top: 70px;
  transform: translateX(-50%);
  width: 2px;
  z-index: 1;
}
section.two-dimensions-section {
  background-color: #FAFAFA;
  /*   padding:5%; */
}

.two-dimensions-section .phase-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 20px;
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  margin: 30px 0;
  white-space: nowrap;
}

.two-dimensions-section .blue-phase {
  background-color: #2A3645;
}

.two-dimensions-section .red-phase {
  background-color: #F22E52;
}

.two-dimensions-section .timeline-row {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  z-index: 5;
}

.two-dimensions-section .content-col {
  flex: 1;
  padding: 0 40px;
}

.two-dimensions-section .center-col {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.two-dimensions-section .timeline-row .text-col {
  /* text-align: right; */
  position: relative;
  right: -35px;
}
.two-dimensions-section .timeline-row.reverse-row .text-col {
  position: relative;
  left: -35px;
}
.two-dimensions-section .reverse-row .text-col {
  text-align: left;
}

.two-dimensions-section .reverse-row {
  flex-direction: row-reverse;
}

.two-dimensions-section .info-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,30%);
}

.two-dimensions-section .card-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 5px;
}

.two-dimensions-section .blue-text { color: #2A3645; }
.two-dimensions-section .red-text { color: #F22E52; }

.two-dimensions-section .card-subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.two-dimensions-section .info-card .card-title.blue-text + .card-subtitle {
  color: #F22E52; 
}

.two-dimensions-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
}
.footer-content .register.mt-4.mx-auto {
  width: 35%;
}
.two-dimensions-section .img-wrapper {
  width: 100%;
  height: 200px;
  background-color: #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.two-dimensions-section .feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-dimensions-section .icon-circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
}

.two-dimensions-section .blue-circle {
  border-color: #4F92C3;
  color: #4F92C3;
}

.two-dimensions-section .red-circle {
  border-color: #F22E52;
  color: #F22E52;
}

.two-dimensions-section .middle-divider {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #FF7B7B;
  border-radius: 30px;
  padding: 10px 30px;
  width: fit-content;
  margin: 40px auto;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  font-size: 0.85rem;
  font-weight: 700;
}

.two-dimensions-section .divider-text {
  margin: 0 3px;
}

.two-dimensions-section .footer-content {
  text-align: center;
  margin-top: 50px;
}

.two-dimensions-section .footer-statement {
  font-family:'Inter-ExtraBold';
  font-weight: 800;
  font-size: 22px;
  color: #111;
  margin-bottom: 25px;
}

.two-dimensions-section .btn-cta {
  background-color: #FF7B7B;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 700;
  border: none;
  transition: background 0.3s;
}

.two-dimensions-section .btn-cta:hover {
  background-color: #e05a5a;
  color: white;
}

@media (max-width: 768px) {
  .footer-content .register.mt-4.mx-auto {
    width: 45%;
  }
  .two-dimensions-section .timeline-row{
    grid-template-columns: repeat(2, 1fr);
    display:grid;
    gap: 5%;
  }
  .two-dimensions-section .info-card{
    width:100%;
  }
  .two-dimensions-section .content-col{
    width:unset!important;
  }
  .two-dimensions-section .timeline-row.reverse-row .text-col {
    left: unset;
  }
  .two-dimensions-section .timeline-row .text-col {
    right:unset;
  }
  .two-dimensions-section .timeline-line {
    left: 20px;
    transform: none;
    bottom:200px;
    top: 45px;
  }

  .two-dimensions-section .phase-label {
    left: 0;
    transform: none;
    font-size: 0.7rem;
    padding: 6px 15px;
  }

  .two-dimensions-section .middle-divider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .two-dimensions-section .timeline-row, 
  .two-dimensions-section .reverse-row {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
  }

  .two-dimensions-section .center-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    justify-content: flex-start;
  }

  .two-dimensions-section .content-col {
    padding: 0 0 20px 0;
    width: 100%;
  }

  .two-dimensions-section .text-col,
  .two-dimensions-section .reverse-row .text-col {
    text-align: left;
  }
}

.whytutoring .left-content {
  border-right: 1px solid #FFCDCD;
}

.whytutoring .section-heading {
  font-weight: 800;
  color: #000;
  margin-bottom: 25px;
}

.whytutoring .bold-statement {
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.whytutoring .gray-text-group p {
  color: #6B7280;
  margin-bottom: 15px;
  line-height: 1.6;
}

.whytutoring .right-content {
  padding-left: 60px;
}

.whytutoring .blue-heading {
  color: #2A3645;
  font-weight: 700;
  margin-bottom: 30px;
}

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

.whytutoring .need-list li {
  font-family:'Inter-Medium';
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #0B0B0B;
  font-weight: 500;
}

.whytutoring .arrow-icon {
  color: #FF7B7B;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {


  .whytutoring .right-content {
    padding-left: 15px;
  }
}

@media (max-width:1024px){
  .subtitle{
    font-size:16px;
  }
}

@media (min-width:1025px) and (max-width:1200px){
  .subtitle{
    font-size:16px;
  }
}

/* @media(min-width:1440px){
.hero{
min-height:750px;
}
} */
.webinar .disabled-btn {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; 
  filter: grayscale(1);
}

.videoDiv {
  margin: auto;
  max-width: 800px;
}
#player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  display: block;
}
.section6,section.two-dimensions-section,.section-tutoring{
  padding: 2% 0;
}



/* Ensure button can receive hover and is above overlays */
#video-unlock-btn {
  position: relative;
  z-index: 9999;
}

/* Disabled state – allow hover but block action via JS */
#video-unlock-btn.disabled-btn {
  cursor: not-allowed;
  pointer-events: auto;
}

/* Tooltip text */
#video-unlock-btn.disabled-btn::after {
  content: "Watch the video";
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10000;
}

/* Tooltip arrow */
#video-unlock-btn.disabled-btn::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 10000;
}

/* Show tooltip ONLY when disabled */
#video-unlock-btn.disabled-btn:hover::after,
#video-unlock-btn.disabled-btn:hover::before {
  opacity: 1;
}