/* 
===============================================================
=                   Intro section                             =
===============================================================
 */


.intro-logos-progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin: 7rem 0 2rem -3rem;
  /* margin: 7rem 2rem 2rem -2rem; */
  position: relative;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 180px;
  z-index: 1;
}

.progress-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #8E77F8 0%, #8E77F8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px 0 rgba(130, 120, 255, 0.08);
}

.progress-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.progress-label {
  text-align: center;
  margin-top: 1rem;
}

.progress-title {
  font-family: 'Segoe UI', Arial, sans-serif !important;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.3rem;
}

.progress-desc {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 0.9rem;
  color: #000000;
  opacity: 0.85;

}

/* .progress-line {
    flex: 1 1 0;
    height: 6px;
    align-self: center;
    margin: 0 0.5rem;
    border-radius: 3px;
    background: linear-gradient(90deg, #a18fff 60%, #fff 100%);
    min-width: 80px;
    max-width: 160px;
    position: relative;
    top: 18px;
} */

.progress-line {
  flex: 1 1 0;
  height: 5px;
  /* align-self: center; */
  margin: 1rem -3.5rem;
  border-radius: 3px;
  background: linear-gradient(90deg, #8E77F8 0%, #ffffff 100%);
  min-width: 156px;
  max-width: 160px;
  position: relative;
}


.intro-logos-progress .progress-line:nth-of-type(2) {
  background: linear-gradient(90deg, #8E77F8 0%, #ffffff 100%);
}

/* Responsive */
@media (max-width: 900px) {
  .intro-logos-progress {
    flex-direction: column;
    align-items: center;
  }

  .progress-line {
    width: 6px;
    min-width: 6px;
    max-width: 6px;
    height: 60px;
    margin: 0.5rem 0;
    background: linear-gradient(180deg, #a18fff 60%, #fff 100%);
    top: 0;
  }
}

/*  =========================================*/

/* .intro-section .intro-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 

    max-width: 75rem;
    padding: 2rem 4rem;
 
} */

.intro-section .intro-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Center all children horizontally */
  justify-content: center;
  max-width: 75rem;
  padding: 0.3rem 2rem;
  margin: 0 auto;
  /* Center the container itself */
}

.intro-section .intro-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.intro-section .intro-text h2 {

  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 0;
  margin-left: 1rem;
  color: #000000;
  letter-spacing: 2px !important;
  margin-bottom: 1rem;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  max-width: 100%;
  word-break: break-word;
}



.intro-section .intro-text span {
  /* display: block; */
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif !important;
  margin-top: 0.2rem;
  font-weight: 400 !important;
  font-size: 1.5rem;
}

.intro-section .intro-images {
  flex: 1;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.intro-section .intro-img {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.intro-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  object-fit: unset;

}



.logo-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-logo img {
  width: 1.6rem !important;
  /* or your preferred size */
  height: 1.6rem !important;
  display: block;
  color: #ffffff;
  margin: 0 auto;
}

/* .intro-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 0.5rem;
    background: #8E77F8;     
    border-radius: 50%;       
    padding: 6px;             
    box-sizing: border-box;
} */


.intro-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  background: #8E77F8;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  /* Add this */
  align-items: center;
  /* Add this */
  justify-content: center;
  /* Add this */
}

.logo-label {
  font-size: 1.1rem;
  color: #000000;
  margin-top: 0.1rem;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.logo-arrow {
  font-size: 2rem;
  color: #000000;
  margin: 3rem 0.5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  transform: scaleX(2);
  display: flex;
  align-items: center;
  height: 48px;
  align-self: center;
  line-height: 48px;
}

.intro-buttons {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  justify-content: flex-start;
}

.intro-btn {
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-family: 'Clash Grotesk', sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  cursor: pointer;
  border: none;
  display: inline-block;
  text-align: center;
}

.primary-btn {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}

.primary-btn:hover {
  background: #000000;
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}

.secondary-btn {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.secondary-btn:hover {
  background: #f3f0fd;
  color: #000000;
  border-color: #000000;
}


/* 
====================================
=       key features section       =
====================================
 */


.key-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.key-feature-img {
  width: 80rem;
  height: 30rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


/* 
======================================
=   teachassist_section              =
======================================

*/

/* .why-section {
  background-color: #8E77F8; 
  padding: 2rem 4rem;
  color: #ffffff !important;
  text-align: left;
  max-width: 73rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;  
  
} */
/* 
.why-section {
  background-color: #8E77F8; 
  padding: 2rem 4rem;
  color: #ffffff !important;
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;  
}

.why-section h2 {
    font-size: 2.5rem;
    font-weight: 500;
  margin-bottom: 3rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: left;
}

.card {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 500 !important;
}

.card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ffffff;
    font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.card-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 32px;
  border: 1px solid #ffffffff;
  border-radius: 16px;   
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s ease;
  padding: 0;
  background: transparent;
}


.card-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 32px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
  font-size: 1.5rem; 
  text-decoration: none;
  transition: transform 0.2s ease;
  padding: 0;
  background: transparent;
  font-family: 'Clash Grotesk', sans-serif;
}

.card-btn::after,
.card-btn > span,
.card-btn > svg {
  transform: scaleX(2); 
  display: inline-block;
} */


.why-section {
  background: #ffffff;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 2rem auto;
  border-radius: 1rem;
}

.why-section h2 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 2.5rem;
  color: #000000;
  text-align: left;
  /* padding-left: 1rem; */
  font-family: 'Segoe UI', Arial, sans-serif;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  justify-items: stretch;
  position: relative;
}

.why-card {
  background: #DED7FD;
  border-radius: 16px;
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #000000;
  box-shadow: 0 2px 8px 0 rgba(130, 120, 255, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.why-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.7rem;
  color: #000000;
}

.why-card p {
  font-size: 0.97rem;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0;
  font-family: 'Clash Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.why-card-topleft {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.why-card-topright {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.why-card-bottomleft {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.why-card-bottomright {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.why-image {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  min-height: 320px;
  min-width: 260px;
  /* max-height: 370px; */
  box-shadow: 0 2px 16px rgba(130, 120, 255, 0.08);
}

/* Responsive */
@media (max-width: 1000px) {
  .why-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
  }

  .why-card-topleft,
  .why-card-topright,
  .why-card-bottomleft,
  .why-card-bottomright,
  .why-image {
    grid-column: 1 / 2;
  }

  .why-card-topleft {
    grid-row: 1 / 2;
  }

  .why-card-topright {
    grid-row: 2 / 3;
  }

  .why-image {
    grid-row: 3 / 4;
  }

  .why-card-bottomleft {
    grid-row: 4 / 5;
  }

  .why-card-bottomright {
    grid-row: 5 / 6;
  }

  .why-image img {
    min-height: 200px;
    max-height: 260px;
  }
}


/*
 =======================================
 =       success_section               =
 =======================================

 */

.success-tools-section {
  background: #ffffff;
  padding: 3rem 0;
}

.success-tools-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.success-tools-container h1 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.success-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.success-tools-card {
  background: #ffffff;
  border-radius: 0.5rem;
  /* box-shadow: 0 2px 5px #000000; */
  /* box-shadow: 0 2px 12px #000000; */
  padding: 1rem 1.2rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: left;
  border: 1px solid #000000;
  transition: box-shadow 0.2s;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif !important;
}

.success-tools-card img {
  width: 2rem;
  height: 2rem;
  /* margin-bottom: 1rem; */
}

.success-tools-card h3 {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600 !important;
  opacity: 0.8;
  letter-spacing: 2px;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.success-tools-card p {
  font-size: 0.97rem;
  color: #000000;
  text-align: left;
  margin: 0;
  font-family: 'Clash Grotesk', !important;
}


.success-tools-card p {
  font-size: 0.97rem;
  color: #000000;
  text-align: left;
  margin: 0;
  font-family: 'Clash Grotesk', !important;
}



/*
 =============================== 
 =       Connected Learning    =
 ===============================
 
 */

.connected-learning-modern {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.connected-learning-modern-title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  letter-spacing: 3px;
}

.connected-learning-modern h1 {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #000000;
}

.connected-learning-modern-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

.connected-learning-modern-card {
  flex: 1 1 0;
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  min-width: 260px;
  min-height: 240px;
  box-sizing: border-box;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
}


.card-left {
  background: #ffffff;
  color: #000000;
  border-top-left-radius: 24px;
  
  border-bottom-right-radius: 24px;
  border: 1.5px solid #000000;
  box-shadow: none;
}

.card-middle {
  background: #000000;
  color: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  /* border-top-right-radius: 0; */
  /* border-bottom-right-radius: 0; */
  border-top: 2px solid #ffffffff;
  border-bottom: 2px solid #ffffffff;
  border-right: none;
  border-left: none;
}

.card-right {
  background: #8E77F8;
  color: #ffffff;
  /* border-top-left-radius: 0; */
  /* border-bottom-left-radius: 0; */
  border: 2px solid #8E77F8;
  border-left: none;
}


.connected-learning-modern-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}



.card-middle::before {
  content: '';
  position: absolute;
  right: -9px;
  left: auto;
  top: 28px;
  width: 26px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
  box-shadow:
    0 0 0 0 #ffffff,
    0 48px 0 0 #ffffff,
    0 96px 0 0 #ffffff,
    0 144px 0 0 #ffffff,
    0 192px 0 0 #ffffff;
}

.card-middle::after {
  display: none;
}


.card-right::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 28px;
  width: 26px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
  box-shadow:
    0 0 0 0 #ffffff,
    0 48px 0 0 #ffffff,
    0 96px 0 0 #ffffff,
    0 144px 0 0 #ffffff,
    0 192px 0 0 #ffffff;
}

.card-right::after {
  display: none;
}


.connected-learning-modern-card h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: 'Clash Display', Arial, sans-serif;
  font-weight: 300 !important;
}

.connected-learning-modern-card p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
  font-weight: 400 !important;
}


/* 
========================================
=         tusted by section            =
========================================
*/

.trusted-section {
  background: #ffffff;
  padding: 3rem 0 2rem 0;
}

.trusted-container h2 {
  color: #000000;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: xx-large;
}

.trusted-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.trusted-title {
  font-size: 2.3rem !important;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0.01em;
}

.trusted-desc {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 2.5rem;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif !important;
  text-align: left;
}

.trusted-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding: 0 4rem;
  margin-top: 4.5rem;
}

.trusted-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 80px;
}

.trusted-logo img {
  max-height: 8rem;
  object-fit: contain;
  display: block;
}

.trusted-logo-box {
  border: 1.2px solid #000000;
  font-size: 1.2rem;
  color: #000000;
  background: #ffffff;
  padding: 1.2rem 2rem;
  border-radius: 0.2rem;
  text-align: left;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600 !important;
  min-width: 150px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* 
================================================================
=         our client section  or testimonials-section          =
================================================================


*/



.testimonials-section {
  background: #ffffff;
  padding: 5rem 0 4rem 0;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.testimonials-container h2 {
  color: #000000;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: xx-large;
  letter-spacing: 2px;
}

.testimonials-title {
  text-align: center;
  font-size: 2.3rem !important;
  font-weight: 600;
  margin-bottom: 2.5rem;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0.01em;
}

.testimonials-cards {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.testimonial-card {
  background: #ffffff;
  border: 1.5px solid #8E77F8;
  border-radius: 6px;
  padding: 2rem 2rem 1.5rem 2rem;
  min-width: 320px;
  max-width: 370px;
  flex: 1 1 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Arial, sans-serif;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.testimonial-avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffffff;
}

.testimonial-name {
  font-size: 1.3rem;
  color: #000000;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.testimonial-role {
  font-size: 0.98rem;
  color: #555;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.testimonial-body p {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 0.7rem;
  line-height: 1.5;
  font-family: 'Clash Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}



/* 
=======================================================
=                 about us                            =
======================================================= 
*/


.about-us-section {
  /* padding: 3rem 1rem; */
  background: #ffffff;
  color: #000000;
  padding: 2rem 4rem;
  font-family: 'Clash Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;

}

.about-us-section h2 {
  background: #ffffff;
  color: #000000;
  font-size: 2.5rem;
  font-family: 'Segoe UI', Arial, sans-serif;

}

/* .about-us-section {
    background: #ffffff;
    color: #000000;
} */

.about-us-container {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem;
}

.about-us-left {
  flex: 0.7;
  /* min-width: 320px; */
  text-align: left;
}

.about-us-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
}



.about-us-block {
  border-left: 3px solid #000;
  padding-left: 1rem;
  /* margin-bottom: 2rem; */
}

.about-us-block h3 {
  padding-left: 0;
  margin-bottom: 0;
  position: static;
  /* font-family: 'Segoe UI', Arial, sans-serif; */
  font-family: 'Clash Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 500 !important;
  font-size: xx-large;

}

.about-us-block h3::before {
  content: none;
}

/* .about-us-diagram-img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    border-radius: 0.5rem;
} */


.about-us-diagram-img {
  max-width: 630px;
  max-height: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.about-us-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Center the image horizontally */
  min-width: 260px;
}




/* 
======================================================
=                 pricing-section                    =
======================================================
*/
.pricing-section {
  background: #ffffff;
  padding: 3rem 0 2rem 0;
  color: #000000;
}

.pricing-container {
  max-width: 73rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.pricing-title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 1px;
}

.pricing-desc {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 2.2rem;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
}

.pricing-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 2.5rem;
  border: 1.5px solid #8E77F8;
  border-radius: 8px;
  width: 340px;
  background: #ffffff;
  overflow: hidden;
}

.pricing-tab {
  flex: 1;
  padding: 0.7rem 0;
  font-size: 1.1rem;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #000000;
  transition: background 0.2s, color 0.2s;
}

.pricing-tab.active {
  background: #8E77F8;
  color: #ffffff;
  font-weight: 600;
}

.pricing-cards {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pricing-card {
  background: #ffffff;
  /* border: 1.5px solid #8E77F8; */
  border-radius: 5px;
  padding: 2rem 2rem 1.5rem 2rem;
  min-width: 220px;
  max-width: 260px;
  flex: 1 1 220px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Segoe UI', Arial, sans-serif;
  transition: box-shadow 0.2s, border 0.2s;
  box-shadow: 0 2px 12px rgba(130, 120, 255, 0.04);
}

.pricing-card.selected {
  border: 1px solid #8E77F8;
  box-shadow: 0 2px 16px rgba(130, 120, 255, 0.10);
}

.pricing-card.enterprise {
  border: none;
  box-shadow: none;
  min-width: 200px;
  max-width: 220px;
  align-items: flex-start;
}

.pricing-card-header {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #222;
  letter-spacing: 1px;
}

.pricing-card-price {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.pricing-card-price.large {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.pricing-card-oldprice {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  /* text-decoration: line-through; */
  margin-bottom: 0.2rem;
}


.pricing-card-oldprice s {
  text-decoration: line-through;
}

/* .pricing-card-oldprice span {
  text-decoration: none;
} */

.pricing-card-save {
  color: #2BBF1E;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
  text-decoration: none;
}

.pricing-card-desc {
  font-size: 0.9rem;
  opacity: 0.6;
  color: #000000;
  margin: 1rem 0;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
}

.pricing-card-btn {
  width: 100%;
  padding: 0.7rem 0;
  border-radius: 8px;
  font-size: 1.1rem;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
  font-weight: 500;
  background: #f3f0fd;
  color: #a18fff;
  border: none;
  cursor: pointer;
  margin-top: auto;
  transition: background 0.2s, color 0.2s;
}

.pricing-card-btn.active {
  background: #EEE9FD;
  color: #8E77F8;
}

.pricing-card-btn:disabled {
  background: #ededed;
  color: #aaa;
  cursor: not-allowed;
}

.pricing-card-btn.outlined {
  background: #ffffff;
  color: #000000;
  border: 1.2px solid #000000;
  font-weight: 500;
}

.pricing-card-btn.outlined:hover {
  background: #f3f0fd;
  color: #8E77F8;
  border-color: #8E77F8;
}


/*
 ===========================================
 =        accordion_section                =
 =========================================== */


.feature-accordion {
  max-width: 73rem;
  margin: 2.5rem auto;
  font-family: 'Clash Grotesk', 'Segoe UI', Arial, sans-serif;
  background: #ffffff;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0.5rem 1.1rem 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
}

.accordion-header:hover {
  background: #f7f7fa;
}

.accordion-icon {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 1rem;
  transition: transform 0.2s;
}

.accordion-header[aria-expanded="true"] .accordion-icon {
  /* color: #8E77F8; */
  transform: rotate(180deg);
}



.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
  background: #ffffff;
  padding: 0 0.5rem;
}
.accordion-header[aria-expanded="true"] + .accordion-content {
  border-top: 2px solid #dddde5;
  opacity: 1;
  padding: 1rem 0.5rem 1rem 0.5rem;
}



.accordion-content p {
  margin: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
}
 


.accordion-item.active .accordion-content {
  max-height: 300px; 
  padding: 16px;
}

/* .accordion-header {
  width: 100%;
  background: #ffffff;
  border: none;
  /* padding: 16px; 
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.accordion-icon {
  transition: transform 0.3s;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg); /* Turns + into × */
}


.features-row {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
.feature {
  flex: 1 1 160px;
  min-width: 160px;
  max-width: 220px;
}
.feature-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #000000;
}
.feature-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}


/* 
=============================================
=      learn_More section                   =
============================================= */


 .edu-platform {
  font-family: 'Segoe UI', sans-serif;
  color: #000000;
  background: #ffffff;
  /* max-width: 73rem; */
  width: 100%;
  margin: 0 auto; /* centers the container */
  /* padding: 0 1rem; adds breathing room on small screens */
  box-sizing: border-box;
}

.edu-hero-section {
  padding: 4rem 2rem;
  text-align: center;
}

.edu-hero-section h1 {
  font-size: 2.3rem;
  letter-spacing: 1px;
}

.edu-subheadline {
  margin: 1rem 0;
  color: #444;
  font-size: 1.3rem;
}

.edu-btn-black {
  background-color: #000000;
  margin-top: 1rem;
  color: #ffffff;
  padding: 0.7rem 1.5rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
}

.edu-how-it-works {
  max-width: 73rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
}

.edu-how-it-works h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.edu-steps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.edu-step {
  flex: 1 1 250px;
  max-width: 300px;
}

.edu-step h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.edu-step hr {
  border: none;
  height: 4px;
  background-color: #000;
  margin-bottom: 0.5rem;
}

.edu-step p {
  font-size: 1rem;
  color: #444;
}

.edu-cta {
  background-color: #8E77F8;
  color: white;
  padding: 4rem 0.5rem;
  text-align: center;
}

.edu-cta h2 {
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.edu-cta p {
  font-size: 0.95rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.edu-btn-light {
  background-color: #fff;
  color: #7e5bef;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 999px;
  font-size: 0.9rem;
  margin-top: 1rem;
  cursor: pointer;
}

#learn_more {
  transition: all 0.5s ease;
}







/* ========================= */
/* Responsive Enhancements   */
/* ========================= */

/* For tablets and below */
@media (max-width: 900px) {
  .intro-section .intro-content {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 1.5rem;
  }

  .intro-section .intro-images {
    justify-content: center;
    margin-top: 2rem;
  }

  .why-section {
    padding: 2rem 1rem;
  }

  .trusted-logos {
    padding: 0 1rem;
  }

  .success-tools-container {
    padding: 0 1rem;
  }

  .testimonials-section {
    padding: 3rem 0 2rem 0;
  }

  .testimonials-container {
    padding: 0 1rem;
  }

  .connected-learning-modern {
    padding: 2rem 0.5rem;
  }

  .connected-learning-modern-cards {
    flex-direction: column;
    gap: 1.5rem;
  }

  .connected-learning-modern-card {
    min-width: 0;
    width: 100%;
    padding: 2rem 1rem 1.5rem 2rem;
  }


  .features-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature {
    flex: 1 1 45%;
    max-width: 100%;
  }

  .pricing-cards {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }

  .pricing-tabs {
    width: 100%;
    max-width: 340px;
  }

  .about-us-container {
    flex-direction: column;
    gap: 2rem;
  }

  .about-us-right {
    justify-content: center;
    margin-top: 2rem;
  }

  .about-us-diagram-img {
    max-width: 90vw;
    max-height: 300px;
  }
}

/* For small tablets and large phones */
@media (max-width: 700px) {
  .intro-section .intro-text h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .intro-section .intro-text span {
    font-size: 1.5rem;
  }

  .key-feature-img {
    width: 100%;
    height: auto;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .intro-buttons {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }

  .why-section h2 {
    font-size: 1.5rem;
  }

  .trusted-title {
    font-size: 1.3rem;
  }

  .trusted-desc {
    font-size: 1rem;
  }

  .success-tools-container h1 {
    font-size: 2rem;
  }

  .testimonials-title {
    font-size: 1.5rem;
  }

  .connected-learning-modern-title {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }

  .connected-learning-modern-card h2 {
    font-size: 1.1rem;
  }

  .connected-learning-modern-card p {
    font-size: 0.95rem;
  }


  .features-row {
    flex-direction: column;
    gap: 16px;
  }
  .feature {
    min-width: 0;
    max-width: 100%;
  }
}

/* For mobile phones */
@media (max-width: 480px) {
  .intro-section .intro-content {
    padding: 1rem 0.5rem;
    gap: 1rem;

  }

  .intro-section .intro-text h2 {
    font-size: 2rem;
    line-height: 2;
  }

  .intro-section .intro-text span {
    font-size: 1.5rem;
  }

  .key-features {
    flex-direction: column;
    gap: 1rem;
  }

  .cards {
    gap: 1rem;
  }

  .success-tools-container {
    padding: 0 0.5rem;
  }

  .trusted-logos {
    padding: 0;
    gap: 0.7rem;
  }

  .trusted-logo-box {
    font-size: 1rem;
    padding: 0.7rem 0.5rem;
    min-width: 90px;
    min-height: 40px;
  }

  .testimonials-section {
    padding: 2rem 0 1rem 0;
  }

  .testimonials-container {
    padding: 0 0.5rem;
  }

  .testimonial-card {
    padding: 1rem 0.5rem;
    min-width: 0;
    max-width: 100vw;
  }

  .testimonials-title {
    font-size: 1.1rem;
  }


  .connected-learning-modern {
    padding: 1rem 0.2rem;
  }

  .connected-learning-modern-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .connected-learning-modern-card {
    padding: 2rem 0.5rem 1rem 2rem;
    min-width: 0;
  }

  .connected-learning-modern-card h2 {
    font-size: 2rem;
  }

  .connected-learning-modern-card p {
    font-size: 0.9rem;
    padding-bottom: 0.8rem;
  }


  .about-us-section{
    padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
  }

  .card-middle::before{
    top: 17px;
  }

  .card-right::before{
    top: 17px;
  }

  .edu-hero-section{
    padding: 2rem 1rem;
  }

  
}

/* Make images and videos always scale down */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}