@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.math-page {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  /* ---------------------
      BREADCRUMB
  ---------------------- */
  /* ---------------------
      HERO SECTION
  ---------------------- */
  /* ---------------------
      QUOTE SECTION
  ---------------------- */
  /* ---------------------
      MARQUEE
  ---------------------- */
  /* ---------------------
      DETAILS SECTION
  ---------------------- */
  /* ---------------------
      BENEFITS SECTION
  ---------------------- */
}
.math-page .breadcrumb {
  display: flex;
  justify-content: center;
  background-color: #000435;
  padding: 1rem 2rem;
}
.math-page .breadcrumb .max-width {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #878787;
}
.math-page .breadcrumb a {
  color: #878787;
  text-decoration: none;
  font-weight: 500;
}
.math-page .breadcrumb .active {
  color: #FA752A;
}
.math-page .hero {
  background-color: #000435;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 6rem 10rem 8rem;
}
@media (max-width: 1000px) {
  .math-page .hero {
    padding: 3rem 6rem;
  }
}
@media (max-width: 768px) {
  .math-page .hero {
    padding: 3rem 2rem;
  }
}
.math-page .hero .max-width {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 1000px) {
  .math-page .hero .max-width {
    flex-direction: column;
    text-align: left;
  }
}
.math-page .hero .max-width .hero-text {
  max-width: 600px;
}
.math-page .hero .max-width .hero-text h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #E8EEFF;
}
@media (max-width: 600px) {
  .math-page .hero .max-width .hero-text h1 {
    font-size: 2.2rem;
  }
}
.math-page .hero .max-width .hero-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #C9DAFF;
  margin: 0;
}
.math-page .hero .max-width .hero-image img {
  width: 29rem;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .math-page .hero .max-width .hero-image img {
    width: 22rem;
  }
}
@media (max-width: 768px) {
  .math-page .hero .max-width .hero-image img {
    width: 18rem;
  }
}
@media (max-width: 400px) {
  .math-page .hero .max-width .hero-image img {
    width: 14rem;
  }
}
.math-page .quote {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  background-color: #FEE3D5;
  text-align: center;
}
.math-page .quote p {
  font-size: 1.1rem;
  color: #000435;
  font-weight: 300;
  max-width: 1000px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .math-page .quote p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .math-page .quote {
    padding: 2rem 1.5rem;
  }
}
.math-page .categories-marquee {
  background-color: #242320;
  padding: 1rem 0;
  overflow: hidden;
}
.math-page .categories-marquee .marquee {
  width: 100%;
  overflow: hidden;
}
.math-page .categories-marquee .track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}
.math-page .categories-marquee .track p {
  margin: 0;
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ECE6D7;
  white-space: nowrap;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.math-page .details {
  display: flex;
  justify-content: center;
  padding: 6rem 10rem 0;
  background-color: #FEE3D5;
}
@media (max-width: 768px) {
  .math-page .details {
    padding: 3rem 2rem;
  }
}
.math-page .details .max-width {
  width: 100%;
  max-width: 1400px;
}
.math-page .details .max-width h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000435;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .math-page .details .max-width h2 {
    font-size: 1.6rem;
  }
}
.math-page .details .max-width .details-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.math-page .details .max-width .details-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  max-width: 1000px;
  opacity: 0.9;
}
@media (max-width: 600px) {
  .math-page .details .max-width .details-text p {
    font-size: 0.95rem;
  }
}
.math-page .benefits {
  display: flex;
  justify-content: center;
  background-color: #FEE3D5;
  padding: 8rem 10rem 10rem;
}
@media (max-width: 1100px) {
  .math-page .benefits {
    padding: 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .math-page .benefits {
    padding: 3rem 2rem;
  }
}
.math-page .benefits .max-width {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}
.math-page .benefits h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000435;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .math-page .benefits h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.math-page .benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1100px) {
  .math-page .benefits .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .math-page .benefits .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.math-page .benefits .benefits-grid .benefit-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  color: #000435;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .math-page .benefits .benefits-grid .benefit-card {
    font-size: 0.9rem;
    padding: 1.2rem;
  }
}
