.hero-section {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media screen and (min-width: 1500px) {
  .hero-section {
    margin-inline: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hero-section .article-swiper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.hero-section .swiper-pagination {
  max-width: 1200px;
  margin: 0 auto;
  left: 52% !important;
  transform: translateX(-50%);
  text-align: left;
  bottom: 70px !important;
  top: unset !important;
}
@media screen and (max-width: 1199.98px) {
  .hero-section .swiper-pagination {
    bottom: 90px !important;
    left: 52% !important;
  }
}
.hero-section .swiper-pagination-bullet {
  background-color: #3460bb;
  margin: 0 12px !important;
  position: relative;
  border: 6px solid #fff;
}
.hero-section .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 3500;
  stroke-dashoffset: 0;
  animation: dash linear 325s;
  animation-iteration-count: unset;
}
.hero-section .path {
  display: none !important;
}
@keyframes dash {
  from {
    stroke-dashoffset: 3500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.hero-section .swiper-wrapper {
  padding-bottom: 60px;
}
.hero-section .swiper-content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .hero-section .swiper-content {
    max-width: 750px;
    margin: 0 auto;
  }
}
.hero-section .swiper-content .react-star {
  position: absolute;
  right: 0px;
  bottom: -50px;
}
@media screen and (max-width: 767.98px) {
  .hero-section .swiper-content .react-star {
    right: 40px;
    bottom: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-section .swiper-content .text-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .hero-section .swiper-content .text-content {
    max-width: 600px;
    margin-inline: auto;
  }
}
.hero-section .swiper-content .btn-primary {
  margin-top: 30px;
}
@media screen and (min-width: 767.98px) {
  .hero-section .swiper-content .btn-primary {
    margin-top: 40px;
  }
}

.community-home-section {
  background-color: #f6f6f6;
  padding: 40px 0;
}
@keyframes circle-filling {
  0% {
    stroke-dashoffset: 62.8318530718;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.help-section {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  .help-section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .help-section .list-item .list-wrap a {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 360.98px) {
  .help-section .list-item .list-wrap {
    max-width: 100%;
  }
}
.help-section .list-item .list-wrap .list-item-inline {
  padding: 18px 26px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #121212;
}
.help-section .list-item .list-wrap .list-item-inline img {
  max-width: 40px;
}
@media screen and (max-width: 767.98px) {
  .help-section .list-item .list-wrap .list-item-inline {
    padding: 16px 8px;
    height: calc(100% - 16px);
    margin-bottom: 16px;
  }
  .help-section .list-item .list-wrap .list-item-inline img {
    max-width: 36px;
  }
}
.help-section .list-item .list-wrap .list-item-inline span {
  color: #282828;
}
@media screen and (min-width: 1200px) {
  .help-section .list-item .list-wrap .list-item-inline span {
    font-size: 20px;
  }
}
.help-section .list-item .list-wrap:first-child .list-item-inline {
  background-color: #d5f3d8;
}
.help-section .list-item .list-wrap:nth-child(2) .list-item-inline {
  background-color: #ddd9ff;
}
.help-section .list-item .list-wrap:nth-child(3) .list-item-inline {
  background-color: #fff59b;
}
.help-section .list-item .list-wrap:nth-child(4) .list-item-inline {
  background-color: #ffdcc2;
}
.help-section .list-item .list-wrap:nth-child(5) .list-item-inline {
  background-color: #f6d9fb;
}
.help-section .list-item .list-wrap:last-child .list-item-inline {
  background-color: #dbecfd;
}
@media screen and (min-width: 992px) {
  .help-section .text-content {
    max-width: 420px;
  }
}
.help-section .section-title {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .help-section .section-title {
    padding-right: 70px;
  }
}
.help-section .section-title img {
  position: absolute;
  right: 80px;
  top: -25px;
}
@media screen and (max-width: 767.98px) {
  .help-section .section-title img {
    right: 10px;
    top: -50px;
  }
}

.best-school-section {
  padding-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  .best-school-section {
    padding-bottom: 40px;
  }
}
.best-school-section .section-title {
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .best-school-section .section-title {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1200px) {
  .best-school-section .list-item-inline span {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .best-school-section .list-item-inline img {
    max-width: 36px;
  }
}
.best-school-section .text-content {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .best-school-section .text-content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .best-school-section .text-content {
    margin-left: 53px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .best-school-section .text-content {
    margin-left: 62px;
  }
}
.best-school-section .find-best-row .find-best-card {
  border: 1px solid #cecece;
  padding: 20px;
  border-radius: 16px;
  height: 100%;
  position: relative;
}
.best-school-section .find-best-row .find-best-card .icon_wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: white;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  min-width: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats-items {
  list-style: none;
  padding: 0;
  margin: 60px 0 0px;
}
@media screen and (max-width: 850.98px) {
  .stats-items {
    flex-wrap: wrap;
    margin: 20px 0 0px;
  }
}
.stats-items li {
  background-color: #dbecfd;
  border-radius: 16px;
  padding: 20px 38px;
  margin: 0 15px;
}
@media screen and (min-width: 1300px) {
  .stats-items li {
    min-width: 220px;
  }
}
.stats-items li .h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 850.98px) {
  .stats-items li {
    width: 100%;
    max-width: calc(50% - 20px);
    padding: 20px 10px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 850.98px) {
  .stats-items li + li {
    margin-top: 0px;
  }
}
@media screen and (max-width: 850.98px) {
  .stats-items li:nth-child(2) {
    order: 3;
    max-width: 70%;
    margin-top: 20px;
  }
}
.stats-items li h3 {
  font-weight: 600 !important;
}
.stats-items li span {
  display: block;
  color: #121212;
}

.worksheet-section {
  background-color: #dbecfd;
  background-image: url(../svg/worksheet-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .worksheet-section {
    padding-top: 80px;
  }
}
.worksheet-section .worksheet-media img {
  max-width: 100%;
  width: auto;
}
.worksheet-section .text-content {
  margin-bottom: 30px;
  max-width: 490px;
}
.worksheet-section .worksheet-list {
  list-style: none;
}
.worksheet-section .worksheet-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.worksheet-section .worksheet-list li span {
  font-weight: 600 !important;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .worksheet-section .worksheet-list li span {
    padding-left: 15px;
  }
}

.calculation-wrapper {
  background-color: #dbecfd;
  border-radius: 16px;
  padding: 40px 20px;
}
@media screen and (max-width: 767.98px) {
  .calculation-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .calculation-wrapper .calc-subtitle {
    margin-top: 10px;
  }
}
.calculation-wrapper .nav-item strong {
  line-height: 30px !important;
}
.calculation-wrapper .nav-link {
  cursor: pointer !important;
}
@media screen and (min-width: 767.98px) {
  .calculation-wrapper .nav-item a {
    padding-bottom: 35px;
  }
}

.calc-tabs {
  flex-direction: column;
  border: medium none;
}
@media screen and (max-width: 767.98px) {
  .calc-tabs {
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.calc-tabs .nav-item .nav-link {
  border: medium none;
  border-right: 2px solid #b5b5b5;
  border-radius: 0;
  text-align: right;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .calc-tabs .nav-item .nav-link {
    border-right: medium none;
    border-bottom: 2px solid #b5b5b5;
    text-align: left;
    padding-bottom: 20px;
    padding-right: 10px;
  }
}
.calc-tabs .nav-item .nav-link strong {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .calc-tabs .nav-item .nav-link strong {
    white-space: nowrap;
  }
}
.calc-tabs .nav-item .nav-link span {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .calc-tabs .nav-item .nav-link span {
    white-space: nowrap;
  }
}
.calc-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #3460bb;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .calc-tabs .nav-item .nav-link::after {
    height: 4px;
    width: 100%;
    bottom: 0;
    right: 0;
    top: unset;
  }
}
.calc-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.calc-tabs .nav-item .nav-link.active::after {
  opacity: 1;
}
.calc-tabs .nav-item .nav-link.active strong {
  color: #3460bb;
}

@media screen and (max-width: 767.98px) {
  .calculation-section {
    padding-top: 0;
  }
}
.calculation-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.calc-content-wrapper {
  padding: 16px 30px 16px 8px;
}
@media screen and (max-width: 575.98px) {
  .calc-content-wrapper {
    padding: 16px 0px;
  }
}
.calc-content-wrapper .demo-step {
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 0px 20px 34px 0px rgba(0, 0, 0, 0.0509803922);
  max-width: 450px;
  border-radius: 16px;
}
@media screen and (max-width: 767.98px) {
  .calc-content-wrapper .demo-step {
    max-width: 100%;
  }
}
.calc-content-wrapper .demo-step:first-child {
  margin-left: auto;
}
.calc-content-wrapper .demo-step:nth-child(2) {
  margin-right: auto;
}
.calc-content-wrapper .demo-step:last-child {
  margin-inline: auto;
}
@media screen and (max-width: 575.98px) {
  .calc-content-wrapper .demo-step .demo-calc-content {
    max-width: calc(100% - 60px);
  }
}
.calc-content-wrapper .demo-step .demo-calc-media img {
  width: auto;
  max-width: 72px;
}
@media screen and (max-width: 575.98px) {
  .calc-content-wrapper .demo-step .demo-calc-media img {
    max-width: 48px;
    min-width: 48px;
  }
}

.app-download-section {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.app-download-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(52, 96, 187, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

@media screen and (max-width: 991.98px) {
  .app-download-section {
    padding: 60px 0;
  }
}

.app-download-section .section-title {
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
}

.app-download-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.app-download-section .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.app-download-section .feature-list li:hover {
  transform: translateX(10px);
}

.app-download-section .feature-icon {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-right: 20px;
  flex-shrink: 0;
}

.app-download-section .feature-icon img {
  width: 28px;
  height: 28px;
}

.app-download-section .feature-text h6 {
  margin: 0;
  font-weight: 600;
  color: #444;
  font-size: 1.1rem;
}

.app-download-section .download-btn {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.app-download-section .download-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.app-download-section .download-btn img {
  height: 50px;
  width: auto;
  display: block;
}

.app-mockup-wrapper {
  position: relative;
  z-index: 1;
}

.app-mockup-img {
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.1));
  max-width: 100%;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.floating-icon {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}

.icon-1 {
  top: 10%;
  right: 10%;
  width: 60px;
  animation: pulse 4s ease-in-out infinite;
}

.icon-2 {
  bottom: 15%;
  left: 5%;
  width: 80px;
  animation: pulse 5s ease-in-out infinite alternate;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 0.4; }
}

@media screen and (max-width: 991.98px) {
  .app-download-content {
    text-align: center !important;
  }
  .app-download-section .feature-list li {
    justify-content: center;
  }
  .app-download-section .feature-list li:hover {
    transform: none;
  }
  .download-btns {
    justify-content: center;
  }
}

.help_millions_wrapper .card {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.08) 0 2px 4px;
  border-radius: 8px !important;
}
.help_millions_wrapper .card .card-body {
  padding: 20px !important;
}

.homepage-wrapper .cta-line {
  font-weight: 600 !important;
  background-color: rgba(52, 96, 187, 0.1);
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .homepage-wrapper .cta-line {
    font-size: 16px !important;
  }
}
.homepage-wrapper .hero-title {
  font-weight: 800 !important;
}
.homepage-wrapper .main-page-search {
  margin: 25px auto 20px auto !important;
  padding: 0px !important;
}
.homepage-wrapper .hero-section .swiper img {
  margin-bottom: 0px !important;
}
.homepage-wrapper .nav-tabs .nav-item img {
  margin-bottom: 0px !important;
}/*# sourceMappingURL=home.css.map */