@charset "UTF-8";
#page2 {
  /* ================================
     Responsive Media Queries
  ================================ */
  /* ============================= */
  /* Media Queries */
  /* ============================= */
  /* ============================= */
  /* Media Queries */
  /* ============================= */
  /* ============================= */
  /* Media Queries */
  /* ============================= */
}
#page2 .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) {
  #page2 .hero-section {
    padding: 180px 20px 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .hero-section {
    padding: 120px 20px 60px 20px;
  }
}
#page2 .hero-section .hero-content {
  max-width: 1085px;
  margin: 0 auto;
}
#page2 .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) {
  #page2 .hero-section .hero-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  #page2 .hero-section .hero-content h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
#page2 .hero-section .hero-content p {
  font-size: 32px;
  line-height: 38px;
  color: #dedede;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #page2 .hero-section .hero-content p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #page2 .hero-section .hero-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
#page2 .services-section {
  background-color: #f7f7f7;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  #page2 .services-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .services-section {
    padding: 30px 20px;
  }
}
#page2 .services-section .container {
  max-width: 1300px;
  margin: 0 auto;
}
#page2 .services-section .container h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  #page2 .services-section .container h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .services-section .container h2 {
    font-size: 28px;
  }
}
#page2 .services-section .container .services-description {
  text-align: center;
  color: #777777;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  #page2 .services-section .container .services-description {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .services-section .container .services-description {
    font-size: 16px;
    line-height: 20px;
  }
}
#page2 .services-section .container .services-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: start;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page2 .services-section .container .services-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#page2 .services-section .container .services-content .services-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  #page2 .services-section .container .services-content .services-list {
    gap: 10px;
  }
}
#page2 .services-section .container .services-content .services-list .service-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background-color: transparent;
  border-radius: 24px;
}
#page2 .services-section .container .services-content .services-list .service-item:hover {
  background-color: white;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 1024px) {
  #page2 .services-section .container .services-content .services-list .service-item {
    padding: 16px;
    gap: 15px;
  }
}
#page2 .services-section .container .services-content .services-list .service-item .service-content {
  max-width: 340px;
}
#page2 .services-section .container .services-content .services-list .service-item .service-content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #page2 .services-section .container .services-content .services-list .service-item .service-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
#page2 .services-section .container .services-content .services-list .service-item .service-content p {
  font-size: 16px;
  color: #909090;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  #page2 .services-section .container .services-content .services-list .service-item .service-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
#page2 .services-section .container .cta-button {
  text-align: center;
  margin-top: 50px;
}
#page2 .services-section .container .cta-button .btn {
  background-color: #0097a7;
  color: #ffffff;
  padding: 14px 40px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
#page2 .services-section .container .cta-button .btn:hover {
  background-color: #00838f;
}
#page2 .graduate-section {
  padding: 80px 100px;
  background-color: #f5fafd;
}
@media screen and (max-width: 1024px) {
  #page2 .graduate-section {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section {
    padding: 30px 20px;
  }
}
#page2 .graduate-section .container {
  max-width: 1300px;
  margin: 0 auto;
}
#page2 .graduate-section .container .size-indicator {
  text-align: center;
  margin-bottom: 30px;
}
#page2 .graduate-section .container .size-indicator .size-badge {
  display: inline-block;
  background-color: #2196f3;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
#page2 .graduate-section .container .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#page2 .graduate-section .container .content-wrapper .image-container {
  position: relative;
  max-width: 542px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 542/489;
}
#page2 .graduate-section .container .content-wrapper .image-container img {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper .image-container {
    max-width: 100%;
    margin: 0 auto;
  }
}
#page2 .graduate-section .container .content-wrapper .text-content {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  #page2 .graduate-section .container .content-wrapper .text-content {
    padding-right: 0;
  }
}
#page2 .graduate-section .container .content-wrapper .text-content h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
  line-height: 56px;
}
@media screen and (max-width: 1024px) {
  #page2 .graduate-section .container .content-wrapper .text-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper .text-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
#page2 .graduate-section .container .content-wrapper .text-content .intro-text {
  font-size: 20px;
  color: #777777;
  margin-bottom: 32px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper .text-content .intro-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
#page2 .graduate-section .container .content-wrapper .text-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
#page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item .checkbox-icon {
  width: 18px;
  height: 18px;
  background-color: #F57354;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item .checkbox-icon {
    width: 14px;
    height: 14px;
  }
}
#page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item .checkbox-icon::after {
  content: "✓";
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item .checkbox-icon::after {
    font-size: 10px;
  }
}
#page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item .feature-text {
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  #page2 .graduate-section .container .content-wrapper .text-content .features-list .feature-item .feature-text {
    font-size: 16px;
    line-height: 22px;
  }
}
#page2 .sections {
  padding: 100px 20px;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page2 .sections {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections {
    padding: 30px 20px;
  }
}
#page2 .sections.essay-section {
  text-align: center;
}
#page2 .sections.essay-section .section-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .section-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
#page2 .sections.essay-section .section-description {
  font-size: 24px;
  color: #777777;
  line-height: 30px;
  max-width: 950px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .section-description {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .section-description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 30px;
  }
}
#page2 .sections.essay-section .steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .steps-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .steps-container {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
}
#page2 .sections.essay-section .steps-container .step-card {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #DCDCDC;
  padding: 40px 26px 47px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .steps-container .step-card {
    padding: 30px 20px 35px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .steps-container .step-card {
    padding: 20px 15px 25px;
  }
}
#page2 .sections.essay-section .steps-container .step-card .step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
}
#page2 .sections.essay-section .steps-container .step-card .step-header .step-number {
  font-size: 50px;
  font-weight: 600;
  color: #DCDCDC;
  position: absolute;
  right: 26px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .steps-container .step-card .step-header .step-number {
    font-size: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .steps-container .step-card .step-header .step-number {
    font-size: 30px;
    right: 15px;
  }
}
#page2 .sections.essay-section .steps-container .step-card .step-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .steps-container .step-card .step-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .steps-container .step-card .step-title {
    font-size: 18px;
  }
}
#page2 .sections.essay-section .steps-container .step-card .step-text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .steps-container .step-card .step-text {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .steps-container .step-card .step-text {
    font-size: 14px;
  }
}
#page2 .sections.essay-section .steps-container .step-card .step-link {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.essay-section .steps-container .step-card .step-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.essay-section .steps-container .step-card .step-link {
    font-size: 14px;
  }
}
#page2 .sections.essay-section .steps-container .step-card .step-link::after {
  content: "→";
  font-size: 16px;
}
#page2 .sections.test-prep-section {
  background-color: #ffffff;
  text-align: center;
}
#page2 .sections.test-prep-section .test-prep-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .test-prep-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .test-prep-title {
    font-size: 32px;
  }
}
#page2 .sections.test-prep-section .test-prep-subtitle {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .test-prep-subtitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .test-prep-subtitle {
    font-size: 32px;
  }
}
#page2 .sections.test-prep-section .test-prep-description {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #777777;
  max-width: 850px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .test-prep-description {
    font-size: 18px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .test-prep-description {
    font-size: 16px;
    margin: 0 auto 30px;
  }
}
#page2 .sections.test-prep-section .prep-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#page2 .sections.test-prep-section .prep-items .prep-item {
  display: grid;
  grid-template-columns: auto 180px 1fr auto;
  align-items: center;
  gap: 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .prep-items .prep-item {
    grid-template-columns: auto 150px 1fr auto;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .prep-items .prep-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
#page2 .sections.test-prep-section .prep-items .prep-item .prep-number {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-right: 70px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-number {
    font-size: 36px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-number {
    margin-right: 0;
  }
}
#page2 .sections.test-prep-section .prep-items .prep-item .prep-image {
  max-width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  border-radius: 18px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-image {
    max-width: 170px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#page2 .sections.test-prep-section .prep-items .prep-item .prep-content {
  max-width: 302px;
  width: 100%;
  margin-left: 70px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-content {
    max-width: 100%;
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-content {
    margin-left: 0;
  }
}
#page2 .sections.test-prep-section .prep-items .prep-item .prep-content h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-content h3 {
    font-size: 24px;
  }
}
#page2 .sections.test-prep-section .prep-items .prep-item .prep-content p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .sections.test-prep-section .prep-items .prep-item .prep-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
#page2 .research-section {
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section {
    padding: 30px 20px;
  }
}
#page2 .research-section .container {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .container {
    flex-direction: column;
    gap: 60px;
  }
}
#page2 .research-section .research-header {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .research-header {
    text-align: center;
  }
}
#page2 .research-section .research-header h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
  line-height: 56px;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .research-header h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section .research-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
#page2 .research-section .research-header p {
  font-size: 20px;
  color: #4C4C4C;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .research-header p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section .research-header p {
    font-size: 16px;
    line-height: 22px;
  }
}
#page2 .research-section .research-header .contact-btn {
  display: inline-block;
  background-color: #147187;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  margin-top: 32px;
  border: transparent;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .research-header .contact-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section .research-header .contact-btn {
    font-size: 14px;
    padding: 12px 16px;
  }
}
#page2 .research-section .research-header .contact-btn:hover {
  background-color: #00838f;
}
#page2 .research-section .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page2 .research-section .services-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0 auto;
  }
}
#page2 .research-section .services-grid .service-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .services-grid .service-card {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section .services-grid .service-card {
    padding: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
}
#page2 .research-section .services-grid .service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
#page2 .research-section .services-grid .service-card .service-icon {
  margin-bottom: 24px;
}
#page2 .research-section .services-grid .service-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000000;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .services-grid .service-card h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section .services-grid .service-card h3 {
    font-size: 18px;
  }
}
#page2 .research-section .services-grid .service-card p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  #page2 .research-section .services-grid .service-card p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .research-section .services-grid .service-card p {
    font-size: 14px;
    line-height: 18px;
  }
}
#page2 .esl-section {
  padding: 100px 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section {
    padding: 30px 20px;
  }
}
#page2 .esl-section .container {
  max-width: 1120px;
  margin: 0 auto;
}
#page2 .esl-section .esl-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-title {
    margin-bottom: 30px;
  }
}
#page2 .esl-section .esl-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-title h2 {
    font-size: 26px;
  }
}
#page2 .esl-section .esl-title p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-title p {
    font-size: 13px;
  }
}
#page2 .esl-section .esl-content {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#page2 .esl-section .esl-content .esl-image-container {
  position: relative;
}
#page2 .esl-section .esl-content .esl-image-container .esl-image {
  max-width: 460px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-content .esl-image-container .esl-image {
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: auto;
    height: auto;
  }
}
#page2 .esl-section .esl-content .esl-details {
  padding-top: 20px;
}
#page2 .esl-section .esl-content .esl-details h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #000000;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-content .esl-details h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-content .esl-details h3 {
    font-size: 18px;
  }
}
#page2 .esl-section .esl-content .esl-details p {
  font-size: 18px;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-content .esl-details p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-content .esl-details p {
    font-size: 14px;
    line-height: 18px;
  }
}
#page2 .esl-section .esl-content .esl-details .esl-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
#page2 .esl-section .esl-content .esl-details .esl-features .esl-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #4C4C4C;
}
#page2 .esl-section .esl-content .esl-details .esl-features .esl-feature::before {
  content: "✓";
  color: #4C4C4C;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
#page2 .esl-section .esl-content .esl-details .esl-features .esl-feature .arrow {
  margin-left: auto;
  color: #4C4C4C;
  font-size: 24px;
}
#page2 .esl-section .esl-content .esl-details .esl-programs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 35px;
}
#page2 .esl-section .esl-content .esl-details .esl-programs .esl-program {
  font-size: 24px;
  color: #4C4C4C;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 1024px) {
  #page2 .esl-section .esl-content .esl-details .esl-programs .esl-program {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .esl-section .esl-content .esl-details .esl-programs .esl-program {
    font-size: 18px;
  }
}
#page2 .esl-section .esl-content .esl-details .esl-programs .esl-program:last-child {
  border-bottom: none;
}
#page2 .carousel-section {
  background-color: #1a1a1a;
  padding: 80px 20px;
  color: #ffffff;
  /* ===============================
     Responsive Media Queries
  =============================== */
}
@media screen and (max-width: 1024px) {
  #page2 .carousel-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section {
    padding: 30px 20px;
  }
}
#page2 .carousel-section .container {
  max-width: 1320px;
  margin: 0 auto;
}
#page2 .carousel-section .section-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page2 .carousel-section .section-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section .section-header {
    margin-bottom: 30px;
  }
}
#page2 .carousel-section .section-header h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #page2 .carousel-section .section-header h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section .section-header h2 {
    font-size: 28px;
  }
}
#page2 .carousel-section .section-header p {
  font-size: 15px;
  color: #999;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  #page2 .carousel-section .section-header p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section .section-header p {
    font-size: 13px;
  }
}
#page2 .carousel-section .carousel-wrapper {
  position: relative;
  padding: 0 60px;
}
#page2 .carousel-section .carousel-wrapper .carousel-container {
  overflow: hidden;
  position: relative;
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card {
  flex: 0 0 calc(33.333% - 14px);
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card {
    flex: 0 0 100%;
  }
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-image {
  width: 100%;
  height: 150px;
  padding: 20px 20px 30px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content {
  padding: 0px 20px 40px 20px;
  flex-grow: 1;
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1E1E1E;
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content h3 {
    font-size: 18px;
  }
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content p {
  font-size: 20px;
  color: #1E1E1E;
  line-height: 1.7;
  margin-bottom: 24px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content p {
    font-size: 16px;
  }
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content .btn-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
#page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card .card-content .learn-more-btn {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
#page2 .carousel-section .carousel-wrapper .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
#page2 .carousel-section .carousel-wrapper .carousel-nav:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
#page2 .carousel-section .carousel-wrapper .carousel-nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#page2 .carousel-section .carousel-wrapper .carousel-nav.prev {
  left: 0;
}
#page2 .carousel-section .carousel-wrapper .carousel-nav.prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}
#page2 .carousel-section .carousel-wrapper .carousel-nav.next {
  right: 0;
}
#page2 .carousel-section .carousel-wrapper .carousel-nav.next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}
#page2 .carousel-section .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
#page2 .carousel-section .carousel-indicators .indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#page2 .carousel-section .carousel-indicators .indicator.active {
  background-color: #ff6b6b;
}
@media (max-width: 1024px) {
  #page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  #page2 .carousel-section {
    padding: 60px 20px;
  }
  #page2 .carousel-section .section-header h2 {
    font-size: 32px;
  }
  #page2 .carousel-section .carousel-wrapper {
    padding: 0 50px;
  }
  #page2 .carousel-section .carousel-wrapper .carousel-container .carousel-track .carousel-card {
    flex: 0 0 100%;
  }
  #page2 .carousel-section .carousel-wrapper .carousel-nav {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  #page2 .carousel-section .section-header h2 {
    font-size: 28px;
  }
  #page2 .carousel-section .carousel-wrapper {
    padding: 0 45px;
  }
  #page2 .carousel-section .carousel-container .carousel-track .carousel-card .card-content {
    padding: 20px;
  }
  #page2 .carousel-section .carousel-container .carousel-track .carousel-card .card-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 968px) {
  #page2 .services-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
  #page2 .esl-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #page2 .esl-content .esl-image-container {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #page2 .research-section,
  #page2 .esl-section {
    padding: 60px 20px;
  }
  #page2 .research-header h2 {
    font-size: 32px;
  }
  #page2 .esl-title h2 {
    font-size: 30px;
  }
  #page2 .service-card {
    padding: 30px 25px;
  }
}
@media (max-width: 480px) {
  #page2 .research-header h2 {
    font-size: 28px;
  }
  #page2 .esl-title h2 {
    font-size: 26px;
  }
  #page2 .service-card {
    padding: 25px 20px;
  }
  #page2 .esl-details h3 {
    font-size: 18px;
  }
}
@media (max-width: 968px) {
  #page2 .sections .essay-section .steps-container {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  #page2 .sections .test-prep-section .prep-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  #page2 .sections .test-prep-section .prep-item .prep-number,
  #page2 .sections .test-prep-section .prep-item .prep-image,
  #page2 .sections .test-prep-section .prep-item .prep-arrow {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  #page2 .sections {
    padding: 60px 20px;
  }
  #page2 .sections .section-title {
    font-size: 32px;
  }
  #page2 .sections .test-prep-title,
  #page2 .sections .test-prep-subtitle {
    font-size: 28px;
  }
  #page2 .sections .essay-section .step-card {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  #page2 .sections .section-title {
    font-size: 28px;
  }
  #page2 .sections .test-prep-title,
  #page2 .sections .test-prep-subtitle {
    font-size: 24px;
  }
  #page2 .sections .test-prep-section .prep-number {
    font-size: 36px;
  }
  #page2 .sections .test-prep-section .prep-image {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 968px) {
  #page2 .graduate-section .content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #page2 .graduate-section .content-wrapper .text-content {
    padding-right: 0;
    order: 2;
  }
  #page2 .graduate-section .content-wrapper .text-content h2 {
    font-size: 36px;
  }
  #page2 .graduate-section .content-wrapper .image-container {
    order: 1;
  }
}
@media (max-width: 768px) {
  #page2 .graduate-section {
    padding: 40px 20px;
  }
  #page2 .graduate-section .text-content h2 {
    font-size: 32px;
  }
  #page2 .graduate-section .text-content .intro-text {
    font-size: 15px;
  }
  #page2 .graduate-section .text-content .feature-text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #page2 .graduate-section .text-content h2 {
    font-size: 28px;
  }
  #page2 .graduate-section .size-badge {
    font-size: 12px;
    padding: 5px 12px;
  }
  #page2 .graduate-section .content-wrapper {
    gap: 30px;
  }
}
@media (max-width: 968px) {
  #page2 .services-section .services-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #page2 .services-section .services-images {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #page2 .services-section {
    padding: 60px 20px;
  }
  #page2 .services-section h2 {
    font-size: 28px;
  }
  #page2 .services-section .service-icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  #page2 .services-section .service-content h3 {
    font-size: 16px;
  }
  #page2 .services-section .service-content p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #page2 .hero-section {
    padding: 60px 20px;
  }
  #page2 .hero-section .hero-content h1 {
    font-size: 26px;
  }
  #page2 .services-section .services-images {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 200px);
  }
  #page2 .services-section .services-images .image-box:nth-child(1), #page2 .services-section .services-images .image-box:nth-child(2), #page2 .services-section .services-images .image-box:nth-child(3), #page2 .services-section .services-images .image-box:nth-child(4) {
    grid-column: 1/2;
  }
  #page2 .services-section .services-images .image-box:nth-child(1) {
    grid-row: 1/2;
  }
  #page2 .services-section .services-images .image-box:nth-child(2) {
    grid-row: 2/3;
  }
  #page2 .services-section .services-images .image-box:nth-child(3) {
    grid-row: 3/4;
  }
  #page2 .services-section .services-images .image-box:nth-child(4) {
    grid-row: 4/5;
  }
}/*# sourceMappingURL=services.css.map */