@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.toefl-main {
  color: #fff;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
}
.toefl-hero-section {
  background-image: url('/img/toefl/toefl-hero-bg.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 10px;
}

.hero-header-section {
  padding: 90px !important;
}

.toefl-header-hero-section {
  font-size: 14px !important;
  margin-top: 0;
  color: #fff !important;
}

.toefl-container {
  width: 1098px;
  margin: 80px auto 0 auto;
}

.toefl-img-container-tys {
  display: flex;
  width: 100%;
}

.brochure-arrow {
  width: 50px;
  height: 20px;
  box-sizing: border-box;
}

.toefl-img-tys {
  display: block;
}

.toefl-img-tys.toefl-ys-logo {
  width: 550px !important;
}

.toefl-main-desc {
  padding-left: 20px;
  margin-top: 25px;
}

.toefl-main-desc h1 {
  font-size: 2.3rem;
  font-weight: 900;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  letter-spacing: -2px;
  margin-bottom: 5px;
}

.toefl-services-content h1 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 5px;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
}

.toefl-main-desc p {
  color: #f0ff96;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.c-services-section {
  background-image: url('../../img/back.jpg');
  max-width: 100%;
  height: auto;
  background-size: cover;
}

.accordion-content {
  font-size: 0.9rem;
}

.brochure {
  color: #ff8f61 !important;
}

.toefl-about-links {
  color: #f0ff96;
  font-size: 24px;
  font-weight: 600;
}

.toefl-about-links:hover {
  color: #f0ff96;
}

.toefl-about-links:visited {
  color: #f0ff96;
}

.toefl-about-links:active {
  color: #f0ff96;
}

.toefl-links-container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.toefl-links-container img {
  cursor: pointer;
}

/* our services */

.toefl-services-content {
  color: black !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.panel-body {
  padding: 25px;
}

.explore {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  justify-content: end;
}

.explore a {
  display: flex;
  gap: 10px;
  color: #000;
}

.c-button-accordion::after {
  background-image: url('../../img/toefl/plus.png');
}

.c-button-accordion:not(.collapsed)::after {
  background-image: url('../../img/toefl/minus.png');
  transform: unset;
}

.c-button-accordion:not(.collapsed) {
  color: #000000;
  background-color: #ff8f61;
}

.toefl-services-content > .panel-group h1 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-weight: 900;
  word-spacing: 2px;
  letter-spacing: -2px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.services-img {
  width: 450px;
}

.accordion-custom {
  width: 550px;
}

.toefl-services-content .panel-group .panel-default {
  width: 620px;
  border-color: #000;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.61);
  --webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.61);
  --moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.61);
}

.panel-group .panel {
  margin-bottom: 15px;
  border-radius: 4px;
}

.active.panel-heading {
  background-color: #ff8f61;
}

.panel-heading {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black !important;
}

.toefl-sign-active img {
  width: 30px;
}

.panel-title {
  color: #000;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-weight: 400;
}

/* choose */

.circle-outline {
  list-style: none;
}

.choose-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
  letter-spacing: -1px;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-weight: 900;
}

.position-right {
  justify-content: center;
  align-items: center;
}

.toefl-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  gap: 5px;
}

.circle-outline {
  cursor: pointer;
}

.circle-svg {
  width: 15px;
  height: 15px;
}

.toefl-choose {
  background-color: #9196ff;
  padding: 100px;
}

.toefl-boxes {
  flex-direction: row;
  display: flex;
  gap: 5px;
  transition:
    transform 1.5s ease,
    opacity 0.5s ease;
}

.toefl-box {
  padding: 45px 30px;
  border: 1px solid #fff;
  max-width: 250px;
  height: 250px;
  margin: 5px;
  margin-left: 10px;
  background-color: #fff;
  color: #000;
  border-bottom: 10px solid #ff8f61;
  outline: none;
  display: flex;
  /* gap: 25px; */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  /* font-size: 18px; */
  flex-direction: column;
}

.toefl-box .box-content-description {
  margin-top: 0;
  margin-bottom: 0;
}

.toefl-box .box-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.toefl-box-1 {
  background-color: #f0ff96;
  rotate: 2deg;
}

.toefl-box-2 {
  rotate: -2deg;
}

.toefl-box-3 {
  rotate: -4deg;
}

.toefl-box-4 {
  rotate: 2deg;
}
/* .toefl-first-step 
{ background-color: #000; 
 background-image: url('/img/toefl/background_footer.png');
  background-size: contain; 
  background-repeat: no-repeat;  
  background-position: center; 
  height: 500px; 
  margin: 0 auto; 
padding: 20px; } */
/* take the first step */

.toefl-first-step {
  background-color: #000;
  background-image: url('/img/toefl/background_footer.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}

.toefl-first-step .toefl-container .toefl-main-desc {
  padding-left: 0;
}

.toefl-first-step .toefl-container > div > h1 {
  font-weight: 900;
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 3rem;
  width: 450px;
  color: #f0ff96;
  margin-bottom: 0;
}

.toefl-first-step .toefl-container .toefl-main-desc .toefl-links-container a {
  border: 1px solid #fff;
  border-radius: 98px;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.toefl-first-step .toefl-container .toefl-main-desc .toefl-links-container {
  gap: 20px;
}

.get-ready-lining {
  text-align: left;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
}

.contact-section-footer p {
  margin: 0;
}

.contact-info-grl {
  margin-top: 15px;
}

.contact-section-footer p > strong {
  font-size: 1.244rem;
}

.contact-info-grl p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}

.location-info {
  font-size: 15px;
}

/* assesment */

.assessment-container .toefl-section-header h2::before {
  background: unset;
}

.assessment-section {
  background-color: #3b3b7c;
  padding: 60px 20px;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.assessment-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.toefl-section-header h2 {
  display: inline-block;
  background: #fff;
  color: #3b3b7c;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

/* Features */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.feature-card {
  background: #000;
  border-bottom: 5px solid #e7ff4f;
  padding: 25px 20px;
  width: 220px;
  min-height: 180px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-card .icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #e7ff4f;
}

.feature-card h3 {
  font-size: 16px;
  color: #e7ff4f;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.4;
}

/* Footer text */
.section-footer {
  margin-top: 40px;
  font-size: 18px;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .toefl-section-header h2 {
    font-size: 22px;
    padding: 12px 20px;
  }

  .features-grid {
    gap: 16px;
  }

  .feature-card {
    width: 100%;
    max-width: 320px;
  }

  .section-footer {
    font-size: 16px;
  }
}

/* TOEFL BUILD SKILLS */

.toefl-build-skill {
  color: #000;
  width: 1098px;
  margin: 0 auto;
  text-align: center;
}

.video-label h2 {
  font-weight: 600;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 5px;
}

.yss {
  font-weight: bold;
}

.w-tools {
  margin-bottom: 80px;
}

.toefl-build-skill-description {
  width: 100%;
  margin-top: 50px;
}

.toefl-build-skill-description h1 {
  font-family: 'Oswald', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  margin-bottom: 5px;
}

.toefl-build-skill .video-label h2 {
  text-align: left;
}

.toefl-copyright-notice {
  color: #ffffff !important;
  font-size: 9pt !important;
  margin-top: 0.7rem !important;
}

/* ===========================
   SMALL MOBILE (≤ 480px)
=========================== */
@media (max-width: 375px) {
  .hero-header-section {
    padding: 20px !important;
  }
  .contact-section-footer {
    font-size: 0.5rem;
  }
  .auth-phil-dist {
    font-size: 0.8rem;
  }
  .get-ready-lining {
    margin-bottom: 10px;
  }
  .toefl-first-step .toefl-container .toefl-main-desc .toefl-links-container a {
    padding: 5px 10px !important;
    font-size: 0.8rem !important;
  }
}
@media (max-width: 480px) {
  .contact-info-grl p,
  .location-info {
    font-size: 0.8rem;
  }
  .toefl-first-step .toefl-container .toefl-main-desc .toefl-links-container a {
    padding: 5px 10px !important;
    font-size: 0.9rem !important;
  }
  .toefl-container {
    margin-top: 10px;
  }
  .toefl-build-skill-description h1 {
    font-size: 2rem;
  }

  .video-label h2 {
    font-size: 1.2rem;
  }

  iframe {
    height: 220px;
  }
  .accordion-custom {
    width: 100% !important;
    margin: 0 auto;
  }
  .toefl-hero-section {
    padding: 60px 20px;
  }

  .toefl-main-desc {
    padding-left: 0;
  }

  .toefl-main-desc p {
    width: 100%;
    font-size: 14px;
  }

  .toefl-services-content {
    flex-direction: column;
    padding: 30px 10px;
    text-align: center;
  }

  .services-img {
    width: 100%;
  }

  .toefl-boxes {
    flex-direction: column;
    align-items: center;
  }

  .toefl-box {
    max-width: 100%;
    height: auto;
    font-size: 16px;
  }

  .toefl-first-step .toefl-container > div > h1 {
    width: 100%;
    font-size: 2.2rem;
  }
  .panel-title {
    font-size: 18px;
  }
  .toefl-first-step .toefl-container .toefl-main-desc .toefl-links-container {
    gap: 10px;
  }
  .toefl-first-step .toefl-container .toefl-main-desc .toefl-links-container a {
    padding: 10px 15px;
    font-size: 1.25rem;
  }
}

/* ===========================
   MOBILE (≤ 768px)
=========================== */
@media (max-width: 768px) {
  .toefl-build-skill {
    width: 100%;
    padding: 0 16px;
    text-align: left;
  }

  .toefl-build-skill-description {
    margin-top: 30px;
  }

  .toefl-build-skill-description h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .video-label h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .w-tools {
    margin-bottom: 40px;
  }

  iframe {
    height: 260px;
  }
}

/* ------------------------------------------------------------
   2) MEDIUM PHONES (480px–576px)
   ------------------------------------------------------------ */
@media (max-width: 576px) {
  .toefl-main-desc p {
    width: 100%;
    font-size: 15px;
  }

  .panel-heading {
    padding: 15px;
  }

  .services-img {
    width: 100%;
    max-width: 350px;
  }

  .toefl-box {
    max-width: 80%;
  }

  /* .toefl-links-container {
    gap: 5px !important;
  } */
  .toefl-about-links {
    font-size: 16px;
  }

  .toefl-links-container img {
    width: 30px;
  }
}

/* ------------------------------------------------------------
   3) LARGE PHONES (576px–768px)
   ------------------------------------------------------------ */
@media (max-width: 768px) {
  .toefl-container {
    margin-top: 10px;
  }
  .toefl-img-container-tys {
    flex-direction: column;
  }

  .toefl-main-desc {
    padding-left: 0;
    margin-top: 20px;
  }

  .toefl-hero-section {
    padding: 100px 30px;
  }

  .toefl-services-content {
    padding: 40px 20px;
  }

  .toefl-services-content .panel-group .panel-default {
    width: 100%;
  }

  .toefl-choose {
    padding: 60px 20px;
  }
}

/* ------------------------------------------------------------
   4) TABLETS (768px–992px)
   ------------------------------------------------------------ */
@media (max-width: 992px) {
  .toefl-container {
    width: 100%;
  }

  .toefl-main-desc p {
    width: 100%;
  }

  .toefl-services-content {
    flex-direction: column;
    align-items: center;
  }
}
/* ===========================
   TABLET (≤ 1024px)
=========================== */
@media (max-width: 1024px) {
  .toefl-build-skill {
    width: 100%;
    padding: 0 24px;
  }

  .toefl-build-skill-description h1 {
    font-size: 3rem;
  }

  .video-label h2 {
    font-size: 1.6rem;
  }

  .w-tools {
    margin-bottom: 60px;
  }
}

/* ------------------------------------------------------------
   5) LAPTOPS (992px–1200px)
   ------------------------------------------------------------ */
@media (max-width: 1200px) {
  .toefl-container {
    margin-top: 10px;
  }
  .toefl-main-desc p {
    width: 70%;
  }

  .toefl-main-desc h1 {
    font-size: 2rem;
  }

  .services-img {
    width: 300px;
  }

  .toefl-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ------------------------------------------------------------
   6) LARGE PC (1200px–1440px)
   ------------------------------------------------------------ */
@media (max-width: 1440px) {
  .toefl-container {
    width: 95%;
    padding: 10px;
    margin-top: 20px !important;
  }
}

/* ------------------------------------------------------------
   7) ULTRA-WIDE SCREEN (min-width: 1600px)
   ------------------------------------------------------------ */
@media (min-width: 1600px) {
  .toefl-container {
    max-width: 1400px;
  }
}
