/* Start custom CSS for html, class: .elementor-element-9f7b4e6 *//* =========================================
   MIGR8 TEST PREPARATION PAGE
   Brand:
   Orange #FF9E20
   Teal   #215E61
   Dark   #1D2128
   Light  #F4F2F2
========================================= */

.gl-testprep-page {
  --gl-orange: #FF9E20;
  --gl-teal: #215E61;
  --gl-dark: #1D2128;
  --gl-light: #F4F2F2;
  --gl-white: #ffffff;

  font-family: Arial, Helvetica, sans-serif;
  color: var(--gl-dark);
  line-height: 1.7;
  background: var(--gl-white);
}

.gl-testprep-page *,
.gl-testprep-page *::before,
.gl-testprep-page *::after {
  box-sizing: border-box;
}

.gl-tp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.gl-tp-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    radial-gradient(circle at 85% 20%, rgba(255,158,32,.22), transparent 28%),
    linear-gradient(120deg, #1D2128 0%, #215E61 100%);
}

.gl-tp-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -250px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
}

.gl-tp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(29,33,40,.98) 0%,
      rgba(29,33,40,.88) 48%,
      rgba(33,94,97,.65) 100%
    );
}

.gl-tp-hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0;
  color: var(--gl-white);
}

.gl-tp-eyebrow {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,158,32,.7);
  border-radius: 50px;
  color: var(--gl-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.gl-tp-hero h1 {
  max-width: 850px;
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.gl-tp-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 19px;
}

.gl-tp-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.gl-tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 800;
  transition: .25s ease;
}

.gl-tp-btn-primary {
  background: var(--gl-orange);
  color: var(--gl-dark) !important;
}

.gl-tp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255,158,32,.25);
}

.gl-tp-btn-outline {
  border: 1px solid rgba(255,255,255,.45);
  color: var(--gl-white) !important;
  background: rgba(255,255,255,.06);
}

.gl-tp-btn-outline:hover {
  background: var(--gl-white);
  color: var(--gl-dark) !important;
}

.gl-tp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 35px;
  color: rgba(255,255,255,.75);
  font-size: 14px;
}


/* =========================================
   GENERAL
========================================= */

.gl-tp-section-label {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--gl-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.3px;
}

.gl-tp-heading-center {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.gl-tp-heading-center h2,
.gl-tp-intro h2,
.gl-tp-guide h2,
.gl-tp-cta h2 {
  margin: 0 0 18px;
  color: var(--gl-dark);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1px;
}

.gl-tp-heading-center p {
  margin: 0;
  color: #62676d;
  font-size: 17px;
}


/* =========================================
   INTRO
========================================= */

.gl-tp-intro {
  padding: 100px 0;
  background: var(--gl-white);
}

.gl-tp-two-column {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: center;
}

.gl-tp-intro-content p {
  margin: 0 0 18px;
  color: #5d6268;
  font-size: 16px;
}

.gl-tp-intro-content strong {
  color: var(--gl-teal);
}

.gl-tp-intro-card {
  position: relative;
  padding: 38px;
  border-radius: 20px;
  background: var(--gl-light);
  border: 1px solid #e7e5e5;
}

.gl-tp-intro-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 5px;
  background: var(--gl-orange);
  border-radius: 20px 0 10px 0;
}

.gl-tp-intro-card-icon {
  font-size: 42px;
  margin-bottom: 15px;
}

.gl-tp-intro-card h3 {
  margin: 0 0 12px;
  color: var(--gl-dark);
  font-size: 25px;
  line-height: 1.25;
}

.gl-tp-intro-card p {
  color: #62676d;
}

.gl-tp-intro-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.gl-tp-intro-card li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px solid #dedede;
  color: #454a50;
}

.gl-tp-intro-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gl-orange);
  font-weight: 900;
}


/* =========================================
   COURSES
========================================= */

.gl-tp-courses {
  padding: 105px 0;
  background: var(--gl-light);
}

.gl-tp-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gl-tp-course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 30px;
  border: 1px solid #e5e3e3;
  border-radius: 18px;
  background: var(--gl-white);
  overflow: hidden;
  transition: .3s ease;
}

.gl-tp-course-card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -50px;
  top: -50px;
  border-radius: 50%;
  background: rgba(255,158,32,.09);
}

.gl-tp-course-card:hover {
  transform: translateY(-8px);
  border-color: rgba(33,94,97,.35);
  box-shadow: 0 18px 45px rgba(29,33,40,.10);
}

.gl-tp-card-featured {
  border: 2px solid var(--gl-teal);
}

.gl-tp-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.gl-tp-course-number {
  color: #a0a3a6;
  font-size: 13px;
  font-weight: 800;
}

.gl-tp-course-badge {
  padding: 6px 10px;
  border-radius: 30px;
  background: rgba(255,158,32,.13);
  color: #b56500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
}

.gl-tp-course-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--gl-light);
  font-size: 32px;
}

.gl-tp-course-card h3 {
  margin: 0 0 13px;
  color: var(--gl-dark);
  font-size: 25px;
  line-height: 1.2;
}

.gl-tp-course-card p {
  margin: 0;
  color: #686d72;
  font-size: 15px;
}

.gl-tp-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}

.gl-tp-card-tags span {
  padding: 5px 9px;
  border-radius: 5px;
  background: #f6f6f6;
  color: #656a70;
  font-size: 11px;
  font-weight: 700;
}

.gl-tp-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #eeeeee;
  color: var(--gl-teal) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.gl-tp-card-link span {
  color: var(--gl-orange);
  font-size: 21px;
  transition: .2s ease;
}

.gl-tp-card-link:hover span {
  transform: translateX(5px);
}


/* =========================================
   WHY CHOOSE US
========================================= */

.gl-tp-why {
  padding: 105px 0;
  background: var(--gl-white);
}

.gl-tp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gl-tp-benefit {
  display: flex;
  gap: 20px;
  padding: 27px;
  border: 1px solid #e9e8e8;
  border-radius: 15px;
  background: var(--gl-white);
  transition: .25s ease;
}

.gl-tp-benefit:hover {
  border-color: var(--gl-orange);
  transform: translateY(-3px);
}

.gl-tp-benefit > span {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gl-teal);
  color: var(--gl-white);
  font-size: 13px;
  font-weight: 800;
}

.gl-tp-benefit h3 {
  margin: 0 0 6px;
  color: var(--gl-dark);
  font-size: 19px;
}

.gl-tp-benefit p {
  margin: 0;
  color: #686d72;
  font-size: 14px;
}


/* =========================================
   GUIDE
========================================= */

.gl-tp-guide {
  padding: 100px 0;
  background: var(--gl-light);
}

.gl-tp-guide-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 55px;
  border-radius: 25px;
  background: var(--gl-dark);
}

.gl-tp-guide h2 {
  color: var(--gl-white);
}

.gl-tp-guide-content p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
}

.gl-tp-guide-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gl-tp-guide-list div {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.gl-tp-guide-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gl-orange);
  font-size: 17px;
}

.gl-tp-guide-list span {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}


/* =========================================
   APPROACH
========================================= */

.gl-tp-approach {
  padding: 105px 0;
  background: var(--gl-white);
}

.gl-tp-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.gl-tp-step {
  position: relative;
  padding: 30px;
  border-radius: 16px;
  background: var(--gl-light);
  border-bottom: 4px solid transparent;
  transition: .25s ease;
}

.gl-tp-step:hover {
  border-bottom-color: var(--gl-orange);
  transform: translateY(-5px);
}

.gl-tp-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--gl-orange);
  color: var(--gl-dark);
  font-size: 17px;
  font-weight: 900;
}

.gl-tp-step h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.3;
}

.gl-tp-step p {
  margin: 0;
  color: #666b70;
  font-size: 14px;
}


/* =========================================
   FAQ
========================================= */

.gl-tp-faq {
  padding: 105px 0;
  background: var(--gl-light);
}

.gl-tp-faq-grid {
  max-width: 950px;
  margin: 0 auto;
}

.gl-tp-faq details {
  margin-bottom: 12px;
  border: 1px solid #e2e1e1;
  border-radius: 12px;
  background: var(--gl-white);
  overflow: hidden;
}

.gl-tp-faq summary {
  position: relative;
  padding: 21px 55px 21px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--gl-dark);
  font-size: 16px;
  font-weight: 800;
}

.gl-tp-faq summary::-webkit-details-marker {
  display: none;
}

.gl-tp-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gl-orange);
  font-size: 25px;
  font-weight: 400;
}

.gl-tp-faq details[open] summary::after {
  content: "−";
}

.gl-tp-faq details p {
  margin: 0;
  padding: 0 24px 22px;
  color: #666b70;
  font-size: 14px;
}


/* =========================================
   CTA
========================================= */

.gl-tp-cta {
  padding: 90px 0;
  background: var(--gl-white);
}

.gl-tp-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 55px;
  border-radius: 25px;
  background:
    linear-gradient(120deg, var(--gl-teal), #17484b);
}

.gl-tp-cta h2 {
  max-width: 700px;
  color: var(--gl-white);
}

.gl-tp-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.72);
}

.gl-tp-cta-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gl-tp-btn-light {
  min-width: 170px;
  background: var(--gl-orange);
  color: var(--gl-dark) !important;
}

.gl-tp-btn-light:hover {
  transform: translateY(-3px);
}

.gl-tp-phone {
  color: var(--gl-white) !important;
  text-decoration: none !important;
  font-weight: 800;
  white-space: nowrap;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

  .gl-tp-two-column {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .gl-tp-course-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-tp-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-tp-guide-box {
    grid-template-columns: 1fr;
  }

  .gl-tp-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .gl-tp-cta-actions {
    align-items: flex-start;
  }
}


@media (max-width: 700px) {

  .gl-tp-container {
    width: min(100% - 28px, 1180px);
  }

  .gl-tp-hero {
    min-height: auto;
  }

  .gl-tp-hero-content {
    padding: 75px 0;
  }

  .gl-tp-hero h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .gl-tp-hero p {
    font-size: 16px;
  }

  .gl-tp-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gl-tp-btn {
    width: 100%;
  }

  .gl-tp-hero-points {
    flex-direction: column;
    gap: 8px;
  }

  .gl-tp-intro,
  .gl-tp-courses,
  .gl-tp-why,
  .gl-tp-guide,
  .gl-tp-approach,
  .gl-tp-faq {
    padding: 75px 0;
  }

  .gl-tp-heading-center {
    margin-bottom: 40px;
  }

  .gl-tp-heading-center h2,
  .gl-tp-intro h2,
  .gl-tp-guide h2,
  .gl-tp-cta h2 {
    font-size: 32px;
  }

  .gl-tp-course-grid,
  .gl-tp-benefits-grid,
  .gl-tp-steps,
  .gl-tp-guide-list {
    grid-template-columns: 1fr;
  }

  .gl-tp-course-card {
    min-height: auto;
  }

  .gl-tp-intro-card {
    padding: 28px;
  }

  .gl-tp-guide-box,
  .gl-tp-cta-box {
    padding: 32px 25px;
  }

  .gl-tp-cta-actions {
    width: 100%;
  }

  .gl-tp-phone {
    white-space: normal;
  }
}


@media (max-width: 450px) {

  .gl-tp-hero h1 {
    font-size: 36px;
  }

  .gl-tp-eyebrow {
    font-size: 11px;
  }

  .gl-tp-course-card {
    padding: 24px;
  }

  .gl-tp-benefit {
    padding: 22px;
  }

  .gl-tp-guide-list div {
    padding: 16px;
  }
}/* End custom CSS */