#pricing .hero-section {
  background: url("/v1/assets/images/serviceHerobg.png") no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 240px 40px 80px 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #pricing .hero-section {
    padding: 180px 20px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #pricing .hero-section {
    padding: 100px 15px 40px 15px;
  }
}
#pricing .hero-section .hero-content {
  max-width: 1085px;
  margin: 0 auto;
}
#pricing .hero-section .hero-content h1 {
  font-family: "outfit", sans-serif;
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 72px;
  color: white;
}
@media screen and (max-width: 1024px) {
  #pricing .hero-section .hero-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #pricing .hero-section .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#pricing .hero-section .hero-content p {
  font-family: "outfit", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #dedede;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #pricing .hero-section .hero-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #pricing .hero-section .hero-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
#pricing .impact-section {
  padding: 100px 20px;
}
@media (max-width: 768px) {
  #pricing .impact-section {
    padding: 40px 20px;
  }
}
#pricing .container {
  max-width: 1310px;
  margin: 0 auto;
}
#pricing .content-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 968px) {
  #pricing .content-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
#pricing .text-content {
  flex: 1;
  max-width: 632px;
  width: 100%;
}
@media (max-width: 968px) {
  #pricing .text-content {
    max-width: 100%;
    width: 100%;
  }
}
#pricing .section-title {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 968px) {
  #pricing .section-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  #pricing .section-title {
    font-size: 28px;
  }
}
#pricing .summary-container {
  flex: 1;
}
#pricing .summary-title {
  font-family: "outfit", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000000;
}
#pricing .scholar-plan-card {
  background-color: #f8f8f8;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 16px;
}
#pricing .scholar-plan-card .plan-content {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: center;
}
#pricing .scholar-plan-card .plan-content .left {
  max-width: 100px;
  width: 100%;
}
#pricing .scholar-plan-card .plan-content .left img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
#pricing .scholar-plan-card .plan-content .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: start;
}
#pricing .scholar-plan-card .plan-content .right .plan-header {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
#pricing .scholar-plan-card .plan-content .right .academy-name {
  font-family: "outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
#pricing .scholar-plan-card .plan-content .right .details {
  display: flex;
  align-items: center;
  gap: 12px;
}
#pricing .scholar-plan-card .plan-content .right .details .detail-item {
  font-family: "outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
#pricing .scholar-plan-card .plan-content .right .details .separator {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
#pricing .scholar-plan-card .plan-content .price-section .price-label {
  font-family: "outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 4px;
}
#pricing .scholar-plan-card .plan-content .price-section .price-amount {
  font-family: "outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #147187;
}
#pricing .testimonial-card {
  background-color: #f8f8f8;
  border-radius: 24px;
  padding: 40px 30px 52px 30px;
}
#pricing .testimonial-card .text-sec {
  position: relative;
}
#pricing .testimonial-card .text-sec .quote-icon {
  position: absolute;
  font-size: 80px;
  font-family: Georgia, serif;
  color: #e0e0e0;
  line-height: 1;
}
#pricing .testimonial-card .text-sec .quote-icon.top {
  top: -82px;
  left: -10px;
}
#pricing .testimonial-card .text-sec .quote-icon.bottom {
  bottom: -50px;
  right: -6px;
}
#pricing .testimonial-card .text-sec .testimonial-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  position: relative;
  z-index: 1;
}
#pricing .success-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #pricing .success-section {
    padding: 30px 20px;
  }
}
#pricing .success-section .section-header {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #pricing .success-section .section-header {
    margin-bottom: 40px;
  }
}
#pricing .success-section .section-header .main-title {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #pricing .success-section .section-header .main-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  #pricing .success-section .section-header .main-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  #pricing .success-section .section-header .main-title {
    font-size: 28px;
    line-height: 34px;
  }
}
#pricing .success-section .section-header .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #777777;
}
@media (max-width: 992px) {
  #pricing .success-section .section-header .description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #pricing .success-section .section-header .description {
    font-size: 16px;
    line-height: 22px;
  }
}
#pricing .success-section .testimonials-grid {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #pricing .success-section .testimonials-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
#pricing .success-section .testimonials-grid .testimonial-card {
  background-color: #f5fafd;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: -1px -1px 0px 0px rgba(0, 156, 249, 0.5019607843);
  flex: 0 0 32%;
}
#pricing .success-section .testimonials-grid .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 860px) {
  #pricing .success-section .testimonials-grid .testimonial-card:hover {
    padding: 30px 25px;
    flex: 0 0 29%;
  }
}
@media (max-width: 768px) {
  #pricing .success-section .testimonials-grid .testimonial-card {
    padding: 30px 25px;
    flex: 0 0 48%;
  }
}
@media (max-width: 580px) {
  #pricing .success-section .testimonials-grid .testimonial-card {
    padding: 20px;
    flex: 0 0 100%;
  }
}
#pricing .success-section .testimonials-grid .testimonial-card .profile-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
#pricing .success-section .testimonials-grid .testimonial-card .profile-section .avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #pricing .success-section .testimonials-grid .testimonial-card .profile-section .avatar {
    width: 50px;
    height: 50px;
  }
}
#pricing .success-section .testimonials-grid .testimonial-card .profile-section .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pricing .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
#pricing .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .university {
  font-family: "SF Pro Display", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #676767;
  line-height: 1.4;
}
#pricing .success-section .testimonials-grid .testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
#pricing .success-section .testimonials-grid .testimonial-card .stars .star {
  color: #fbaa1b;
  font-size: 20px;
}
#pricing .success-section .testimonials-grid .testimonial-card .testimonial-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #2e2e2e;
}
@media (max-width: 992px) {
  #pricing .success-section .testimonials-grid .testimonial-card .testimonial-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #pricing .success-section .testimonials-grid .testimonial-card .testimonial-text {
    font-size: 14px;
  }
}
#pricing .success-section .see-more-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #000000;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#pricing .success-section .see-more-button:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#pricing .success-section .see-more-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #pricing .success-section .see-more-button {
    padding: 12px 20px;
    font-size: 14px;
  }
}
#pricing .universities-section {
  padding: 60px 20px;
  background-color: #f0f2f5;
}
@media (max-width: 768px) {
  #pricing .universities-section {
    padding: 40px 20px;
  }
}
#pricing .container {
  max-width: 1200px;
  margin: 0 auto;
}
#pricing .section-heading {
  font-family: "outfit", sans-serif;
  text-align: center;
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 65px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 768px) {
  #pricing .section-heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #pricing .section-heading {
    font-size: 16px;
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
#pricing .universities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: start;
}
@media (max-width: 1024px) {
  #pricing .universities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media (max-width: 768px) {
  #pricing .universities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 480px) {
  #pricing .universities-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
#pricing .university-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#pricing .university-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #pricing .university-logo {
    width: 70px;
    height: 70px;
  }
}
#pricing .university-number {
  font-family: "outfit", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #pricing .university-number {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #pricing .university-number {
    font-size: 20px;
  }
}
#pricing .university-name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 768px) {
  #pricing .university-name {
    font-size: 14px;
  }
}
#pricing .advisor-banner-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section {
    padding: 40px 20px;
  }
}
#pricing .advisor-banner-section .banner-wrapper {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section .banner-wrapper {
    border-radius: 20px;
  }
}
#pricing .advisor-banner-section .banner-wrapper .banner-image {
  width: 100%;
  height: 500px;
  background-image: url("/v1/assets/images/gmc.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1024px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-image {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-image {
    height: 350px;
  }
}
#pricing .advisor-banner-section .banner-wrapper .banner-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#pricing .advisor-banner-section .banner-wrapper .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 700px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content {
    padding: 0 30px;
    max-width: 90%;
  }
}
#pricing .advisor-banner-section .banner-wrapper .banner-content .main-heading {
  font-family: "outfit", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .main-heading {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .main-heading {
    font-size: 38px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .main-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
}
#pricing .advisor-banner-section .banner-wrapper .banner-content .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
#pricing .advisor-banner-section .banner-wrapper .banner-content .cta-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#pricing .advisor-banner-section .banner-wrapper .banner-content .cta-button:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
#pricing .advisor-banner-section .banner-wrapper .banner-content .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .cta-button {
    padding: 14px 36px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #pricing .advisor-banner-section .banner-wrapper .banner-content .cta-button {
    padding: 13px 32px;
    font-size: 13px;
  }
}

/*# sourceMappingURL=pricing.css.map */
