#testimonials .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) {
  #testimonials .hero-section {
    padding: 180px 20px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #testimonials .hero-section {
    padding: 100px 15px 40px 15px;
  }
}
#testimonials .hero-section .hero-content {
  max-width: 1085px;
  margin: 0 auto;
}
#testimonials .hero-section .hero-content h1 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 72px;
  color: white;
}
@media screen and (max-width: 1024px) {
  #testimonials .hero-section .hero-content h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #testimonials .hero-section .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#testimonials .hero-section .hero-content p {
  font-size: 32px;
  line-height: 38px;
  color: #dedede;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #testimonials .hero-section .hero-content p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #testimonials .hero-section .hero-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
#testimonials .impact-section {
  padding: 100px 20px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  #testimonials .impact-section {
    padding: 40px 20px;
  }
}
#testimonials .container {
  max-width: 1310px;
  margin: 0 auto;
}
#testimonials .content-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 968px) {
  #testimonials .content-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
#testimonials .text-content {
  flex: 1;
  max-width: 632px;
  width: 100%;
}
@media (max-width: 968px) {
  #testimonials .text-content {
    width: 100%;
  }
}
#testimonials .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 968px) {
  #testimonials .section-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  #testimonials .section-title {
    font-size: 28px;
  }
}
#testimonials .section-description {
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  #testimonials .section-description {
    font-size: 16px;
    line-height: 22px;
  }
}
#testimonials .impact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#testimonials .impact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  #testimonials .impact-item {
    gap: 0px;
  }
}
#testimonials .impact-item .icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
#testimonials .impact-item .text {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.5;
}
@media (max-width: 576px) {
  #testimonials .impact-item .text {
    font-size: 15px;
  }
}
#testimonials .testimonial-card {
  flex: 0 0 450px;
  background: #004a5a;
  border-radius: 12px;
  padding: 50px;
  color: white;
  position: relative;
}
@media (max-width: 968px) {
  #testimonials .testimonial-card {
    flex: 1;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  #testimonials .testimonial-card {
    padding: 30px 25px;
  }
}
#testimonials .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
#testimonials .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  #testimonials .avatar {
    width: 50px;
    height: 50px;
  }
}
#testimonials .user-info {
  flex: 1;
}
#testimonials .user-name {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  #testimonials .user-name {
    font-size: 20px;
  }
}
#testimonials .user-location {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
#testimonials .rating {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}
#testimonials .star {
  font-size: 18px;
}
@media (max-width: 576px) {
  #testimonials .star {
    font-size: 16px;
  }
}
#testimonials .testimonial-text {
  position: relative;
}
#testimonials .testimonial-text p {
  font-size: 15px;
  line-height: 1.7;
  color: white;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  #testimonials .testimonial-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
#testimonials .quote {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
  position: absolute;
}
@media (max-width: 576px) {
  #testimonials .quote {
    font-size: 60px;
  }
}
#testimonials .quote-left {
  top: -20px;
  left: -10px;
}
@media (max-width: 576px) {
  #testimonials .quote-left {
    top: -15px;
    left: -5px;
  }
}
#testimonials .quote-right {
  bottom: -40px;
  right: -10px;
}
@media (max-width: 576px) {
  #testimonials .quote-right {
    bottom: -30px;
    right: -5px;
  }
}
#testimonials .success-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #testimonials .success-section {
    padding: 30px 20px;
  }
}
#testimonials .success-section .section-header {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #testimonials .success-section .section-header {
    margin-bottom: 40px;
  }
}
#testimonials .success-section .section-header .main-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #testimonials .success-section .section-header .main-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  #testimonials .success-section .section-header .main-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  #testimonials .success-section .section-header .main-title {
    font-size: 28px;
    line-height: 34px;
  }
}
#testimonials .success-section .section-header .description {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #777777;
}
@media (max-width: 992px) {
  #testimonials .success-section .section-header .description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #testimonials .success-section .section-header .description {
    font-size: 16px;
    line-height: 22px;
  }
}
#testimonials .success-section .testimonials-grid {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #testimonials .success-section .testimonials-grid {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
#testimonials .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%;
}
#testimonials .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) {
  #testimonials .success-section .testimonials-grid .testimonial-card:hover {
    padding: 30px 25px;
    flex: 0 0 29%;
  }
}
@media (max-width: 768px) {
  #testimonials .success-section .testimonials-grid .testimonial-card {
    padding: 30px 25px;
    flex: 0 0 48%;
  }
}
@media (max-width: 580px) {
  #testimonials .success-section .testimonials-grid .testimonial-card {
    padding: 20px;
    flex: 0 0 100%;
  }
}
#testimonials .success-section .testimonials-grid .testimonial-card .profile-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
#testimonials .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) {
  #testimonials .success-section .testimonials-grid .testimonial-card .profile-section .avatar {
    width: 50px;
    height: 50px;
  }
}
#testimonials .success-section .testimonials-grid .testimonial-card .profile-section .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonials .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .name {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
#testimonials .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .university {
  font-size: 15px;
  font-weight: 500;
  color: #676767;
  line-height: 1.4;
}
#testimonials .success-section .testimonials-grid .testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
#testimonials .success-section .testimonials-grid .testimonial-card .stars .star {
  color: #fbaa1b;
  font-size: 20px;
}
#testimonials .success-section .testimonials-grid .testimonial-card .testimonial-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #2e2e2e;
}
@media (max-width: 992px) {
  #testimonials .success-section .testimonials-grid .testimonial-card .testimonial-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #testimonials .success-section .testimonials-grid .testimonial-card .testimonial-text {
    font-size: 14px;
  }
}
#testimonials .success-section .see-more-button {
  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;
}
#testimonials .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);
}
#testimonials .success-section .see-more-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #testimonials .success-section .see-more-button {
    padding: 12px 20px;
    font-size: 14px;
  }
}
#testimonials .universities-section {
  padding: 60px 20px;
  background-color: #f0f2f5;
}
@media (max-width: 768px) {
  #testimonials .universities-section {
    padding: 40px 20px;
  }
}
#testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
}
#testimonials .section-heading {
  text-align: center;
  font-size: 24px;
  color: #1E1E1E;
  margin-bottom: 65px;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 768px) {
  #testimonials .section-heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #testimonials .section-heading {
    font-size: 16px;
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
#testimonials .universities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: start;
}
@media (max-width: 1024px) {
  #testimonials .universities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
}
@media (max-width: 768px) {
  #testimonials .universities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 480px) {
  #testimonials .universities-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
#testimonials .university-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
#testimonials .university-logo {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #testimonials .university-logo {
    width: 70px;
    height: 70px;
  }
}
#testimonials .university-number {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #testimonials .university-number {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #testimonials .university-number {
    font-size: 20px;
  }
}
#testimonials .university-name {
  font-size: 24px;
  color: #1E1E1E;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 768px) {
  #testimonials .university-name {
    font-size: 14px;
  }
}
#testimonials .advisor-banner-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media (max-width: 768px) {
  #testimonials .advisor-banner-section {
    padding: 40px 20px;
  }
}
#testimonials .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) {
  #testimonials .advisor-banner-section .banner-wrapper {
    border-radius: 20px;
  }
}
#testimonials .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) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-image {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-image {
    height: 350px;
  }
}
#testimonials .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%);
}
#testimonials .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) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content {
    padding: 0 30px;
    max-width: 90%;
  }
}
#testimonials .advisor-banner-section .banner-wrapper .banner-content .main-heading {
  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) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .main-heading {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .main-heading {
    font-size: 38px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .main-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
}
#testimonials .advisor-banner-section .banner-wrapper .banner-content .description {
  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) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
#testimonials .advisor-banner-section .banner-wrapper .banner-content .cta-button {
  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);
}
#testimonials .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);
}
#testimonials .advisor-banner-section .banner-wrapper .banner-content .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .cta-button {
    padding: 14px 36px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #testimonials .advisor-banner-section .banner-wrapper .banner-content .cta-button {
    padding: 13px 32px;
    font-size: 13px;
  }
}/*# sourceMappingURL=testimonials.css.map */