#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;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1024px) {
  #testimonials .hero-section {
    padding: 180px 20px 60px 20px;
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  #testimonials .hero-section {
    padding: 100px 20px 30px 20px;
    border-radius: 0 0 16px 16px;
  }
}
#testimonials .hero-section .hero-content {
  max-width: 1085px;
  margin: 0 auto;
}
#testimonials .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) {
  #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: 20px;
    line-height: 24px;
    margin-bottom: 14px;
    text-align: center;
  }
}
#testimonials .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) {
  #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: 14px;
    line-height: 18px;
    text-align: center;
  }
}
#testimonials .impact-section {
  padding: 100px 20px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  #testimonials .impact-section {
    padding: 24px !important;
  }
}
#testimonials .container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 !important;
}
#testimonials .content-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 968px) {
  #testimonials .content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
#testimonials .text-content {
  flex: 1;
  max-width: 632px;
  width: 100%;
}
@media (max-width: 968px) {
  #testimonials .text-content {
    width: 100%;
  }
}
#testimonials .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;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 968px) {
  #testimonials .section-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  #testimonials .section-title {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
    text-align: center;
  }
}
#testimonials .section-description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  #testimonials .section-description {
    font-size: 14px;
    line-height: 18px;
  }
}
#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-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 28px;
}
@media (max-width: 576px) {
  #testimonials .impact-item .text {
    font-size: 14px;
    line-height: 18px;
  }
}
#testimonials .testimonial-card {
  flex: 0 0 450px;
  background: #004a5a;
  border-radius: 12px;
  padding: 50px;
  color: white;
  position: relative;
  margin-left: auto;
}
@media (max-width: 968px) {
  #testimonials .testimonial-card {
    flex: 1;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonial-card {
    padding: 24px;
  }
}
#testimonials .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  border-bottom: none;
}
#testimonials .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
}
@media (max-width: 768px) {
  #testimonials .avatar {
    width: 80px;
    height: 80px;
  }
}
#testimonials .user-info {
  flex: 1;
}
#testimonials .user-name {
  font-family: "SF Pro Display", sans-serif;
  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-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
#testimonials .rating {
  display: flex;
  gap: 5px;
  margin-bottom: 24px;
}
#testimonials .star {
  font-size: 18px;
}
@media (max-width: 576px) {
  #testimonials .star {
    font-size: 16px;
  }
}
#testimonials .testimonial-text {
  position: relative;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: white;
  position: relative;
  z-index: 1;
  padding: 0 21px;
}
@media (max-width: 768px) {
  #testimonials .testimonial-text {
    font-size: 14px;
    line-height: 19px;
  }
}
#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: -35px;
  left: -35px;
}
@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: 24px;
  }
}
#testimonials .success-section .section-header {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #testimonials .success-section .section-header {
    margin-bottom: 24px;
  }
}
#testimonials .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) {
  #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: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center;
  }
}
#testimonials .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) {
  #testimonials .success-section .section-header .description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #testimonials .success-section .section-header .description {
    font-size: 14px;
    line-height: 18px;
  }
}
#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: 16px;
    margin-bottom: 24px;
  }
}
#testimonials .success-section .testimonials-grid .testimonial-card {
  background-color: #f5fafd;
  border-radius: 12px;
  padding: 40px 30px 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%;
  object-fit: cover;
}
#testimonials .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;
}
#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-family: "SF Pro Display", sans-serif;
  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 {
  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;
}
#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: 18px;
    margin-top: 12px;
    width: 100%;
  }
}
#testimonials .universities-section {
  padding: 60px 20px;
  background-color: #f0f2f5;
}
@media (max-width: 768px) {
  #testimonials .universities-section {
    padding: 24px;
  }
}
#testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
#testimonials .section-heading {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
  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: 12px;
  }
}
#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: 400px) {
  #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;
}
@media screen and (max-width: 768px) {
  #testimonials .university-card {
    gap: 0px;
  }
}
#testimonials .university-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #testimonials .university-logo {
    width: auto;
    height: 80px;
  }
}
#testimonials .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) {
  #testimonials .university-number {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
#testimonials .university-name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  color: #1E1E1E;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 768px) {
  #testimonials .university-name {
    font-size: 20px;
    line-height: 24px;
  }
}
#testimonials .ebook-section {
  padding: 80px 20px;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #testimonials .ebook-section {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  #testimonials .ebook-section {
    padding: 40px 16px;
  }
}
#testimonials .ebook-section .container {
  max-width: none;
}
#testimonials .ebook-section .back-layer {
  position: absolute;
  top: 50px;
  right: 64px;
  width: 75%;
  height: 75%;
  background: #858585;
  border-radius: 30px;
  z-index: 0;
  border: 8px solid #FFFFFF;
  transform: rotate(-3deg);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1019607843), 0px 27px 27px 0px rgba(0, 0, 0, 0.0901960784), 0px 61px 37px 0px rgba(0, 0, 0, 0.0509803922), 0px 109px 43px 0px rgba(0, 0, 0, 0.0117647059), 0px 170px 48px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  #testimonials .ebook-section .back-layer {
    display: none;
  }
}
#testimonials .ebook-section .ebook-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  height: 560px;
  border: 8px solid #ffffff;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1019607843), 0px 27px 27px 0px rgba(0, 0, 0, 0.0901960784), 0px 61px 37px 0px rgba(0, 0, 0, 0.0509803922), 0px 109px 43px 0px rgba(0, 0, 0, 0.0117647059), 0px 170px 48px 0px rgba(0, 0, 0, 0);
  background: #858585;
}
@media (max-width: 1024px) {
  #testimonials .ebook-section .ebook-card {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #testimonials .ebook-section .ebook-card {
    height: 400px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  #testimonials .ebook-section .ebook-card {
    height: 360px;
    border-radius: 16px;
  }
}
#testimonials .ebook-section .card-background {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}
#testimonials .ebook-section .card-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonials .ebook-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
}
#testimonials .ebook-section .ebook-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  #testimonials .ebook-section .ebook-card-content {
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  #testimonials .ebook-section .ebook-card-content {
    padding: 24px 20px;
  }
}
#testimonials .ebook-section .ebook-title {
  font-family: "outfit", sans-serif;
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #testimonials .ebook-section .ebook-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #testimonials .ebook-section .ebook-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  #testimonials .ebook-section .ebook-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
#testimonials .ebook-section .ebook-description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  #testimonials .ebook-section .ebook-description {
    font-size: 15px;
    margin-bottom: 28px;
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  #testimonials .ebook-section .ebook-description {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
}
#testimonials .ebook-section .download-btn {
  font-family: "SF Pro Display", sans-serif;
  padding: 16px 24px;
  background-color: #ffffff;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#testimonials .ebook-section .download-btn:hover {
  background-color: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
#testimonials .ebook-section .download-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #testimonials .ebook-section .download-btn {
    padding: 14px 36px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #testimonials .ebook-section .download-btn {
    padding: 13px 32px;
    font-size: 14px;
  }
}
