.elementor-197 .elementor-element.elementor-element-1850501{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-197 .elementor-element.elementor-element-5b51e7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-197 .elementor-element.elementor-element-6b83494{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-197 .elementor-element.elementor-element-57747c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-197 .elementor-element.elementor-element-a7ce6dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-20c16cc */.ged-hero {
  width: 100%;
  background: #f7f9fc;
  overflow: hidden;
  padding: 70px 0;
  font-family: 'Poppins', sans-serif;
}

.ged-hero-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  gap: 40px;
  padding: 0 7%;
}

.ged-kicker {
  margin: 0 0 14px;
  color: #2F963F;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.ged-hero-content h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 700;
  color: #062b54;
}

.ged-hero-content h1 span {
  color: #2F963F;
}

.ged-hero-text {
  margin: 24px 0 0;
  max-width: 720px;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.ged-hero-points {
  display: flex;
  gap: 0;
  margin-top: 30px;
  max-width: 620px;
}

.ged-hero-points div {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #d8d8d8;
  color: #062b54;
  font-size: 16px;
  font-weight: 800;
}

.ged-hero-points div:first-child {
  padding-left: 0;
}

.ged-hero-points div:last-child {
  border-right: none;
}

.ged-hero-buttons {
  display: flex;
  gap: 22px;
  margin-top: 36px;
}

.ged-btn-primary,
.ged-btn-secondary {
  min-width: 210px;
  height: 60px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
}

.ged-btn-primary {
  background: #2F963F;
}

.ged-btn-secondary {
  background: #062b54;
}

.ged-hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ged-hero-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  background: #062b54;
  border-radius: 50%;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ged-hero-visual::after {
  content: "";
  position: absolute;
  width: 455px;
  height: 455px;
  border: 18px solid #2F963F;
  border-radius: 50%;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}

.ged-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(6, 43, 84, 0.18);
}

.main-card {
  width: 360px;
  padding: 34px;
}

.ged-label {
  display: inline-block;
  background: #eaf7ee;
  color: #2F963F;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.main-card h3 {
  margin: 0;
  color: #062b54;
  font-size: 44px;
  font-weight: 900;
}

.main-card p {
  margin: 12px 0 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.small-card {
  position: absolute;
  width: 210px;
  padding: 18px;
}

.small-card h4 {
  margin: 0 0 6px;
  color: #062b54;
  font-size: 20px;
  font-weight: 900;
}

.small-card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.small-card.top {
  top: 30px;
  right: 20px;
}

.small-card.bottom {
  bottom: 30px;
  left: 25px;
}

/* Mobile */
@media (max-width: 900px) {
  .ged-hero {
    padding: 45px 0;
  }

  .ged-hero-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    text-align: center;
  }

  .ged-hero-content h1 {
    font-size: 44px;
  }

  .ged-hero-text {
    font-size: 16px;
  }

  .ged-hero-points {
    flex-direction: column;
    gap: 12px;
    margin: 24px auto 0;
  }

  .ged-hero-points div {
    border-right: none;
    padding: 12px;
    background: #ffffff;
    border-radius: 10px;
  }

  .ged-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .ged-btn-primary,
  .ged-btn-secondary {
    width: 100%;
    max-width: 310px;
    font-size: 18px;
  }

  .ged-hero-visual {
    min-height: 360px;
  }

  .ged-hero-visual::before,
  .ged-hero-visual::after {
    display: none;
  }

  .main-card {
    width: 100%;
    max-width: 340px;
  }

  .small-card {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af1143d */.ged-intro {
  width: 100%;
  background: #ffffff;
  padding: 70px 0;
  font-family: 'Poppins', sans-serif;
}

.ged-intro-inner {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 50px;
  align-items: center;
  padding: 0 7%;
}

.ged-section-kicker {
  margin: 0 0 12px;
  color: #2F963F;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.ged-intro-left h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  line-height: 1.05;
  color: #062b54;
  font-weight: 700;
}

.ged-intro-left h2 span {
  color: #2F963F;
}

.ged-intro-left p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.ged-info-card {
  background: #062b54;
  color: #ffffff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 18px 35px rgba(6, 43, 84, 0.16);
}

.ged-info-card h3 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 900;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.info-row strong {
  min-width: 70px;
  color: #2F963F;
  font-size: 34px;
  font-weight: 900;
}

.info-row span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.ged-info-btn {
  margin-top: 24px;
  width: 100%;
  height: 52px;
  background: #2F963F;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

/* Mobile */
@media (max-width: 900px) {
  .ged-intro {
    padding: 45px 0;
  }

  .ged-intro-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 30px;
    text-align: center;
  }

  .ged-intro-left h2 {
    font-size: 36px;
  }

  .ged-intro-left p {
    font-size: 16px;
    line-height: 1.55;
  }

  .ged-info-card {
    padding: 26px 22px;
    text-align: left;
  }

  .info-row strong {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c144181 */.ged-compare {
  width: 100%;
  background: #f7f9fc;
  padding: 70px 0;
}

.ged-compare-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  gap: 50px;
  padding: 0 7%;
}

/* LEFT */
.ged-compare-left h2 {
  font-family: Georgia, serif;
  font-size: 48px;
  color: #062b54;
  margin: 0;
}

.ged-compare-left h2 span {
  color: #2F963F;
}

.ged-compare-text {
  margin-top: 20px;
  font-size: 18px;
  color: #334155;
  line-height: 1.6;
}

/* RIGHT BOX */
.compare-box {
  background: #ffffff;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.compare-col h4 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  color: #062b54;
}

.compare-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-col li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}

/* BAD */
.compare-col.bad li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #e53935;
}

/* GOOD */
.compare-col.good h4 {
  color: #2F963F;
}

.compare-col.good li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2F963F;
}

/* VS */
.vs {
  text-align: center;
  font-weight: 900;
  color: #062b54;
  font-size: 18px;
}

/* MOBILE */
@media (max-width: 900px) {

  .ged-compare-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 30px;
    text-align: center;
  }

  .ged-compare-left h2 {
    font-size: 34px;
  }

  .compare-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vs {
    display: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcb7b13 */.ged-subjects {
  width: 100%;
  background: #ffffff;
  padding: 75px 0;
  font-family: 'Poppins', sans-serif;
}

.ged-subjects-inner {
  padding: 0 7%;
}

.ged-subjects-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 38px;
}

.ged-subjects-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.05;
  color: #062b54;
  font-weight: 700;
}

.ged-subjects-head h2 span {
  color: #2F963F;
}

.ged-subjects-head > p:last-child {
  margin: 18px auto 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.ged-subjects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto 0;
}

.subject-card {
  background: #f7f9fc;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  padding: 28px 22px 24px;
  box-shadow: 0 10px 28px rgba(6, 43, 84, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

.subject-icon {
  width: 62px;
  height: 62px;
  background: #062b54;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 900;
}

.subject-card:nth-child(even) .subject-icon {
  background: #2F963F;
}

.subject-card h3 {
  margin: 0 0 12px;
  color: #062b54;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}

.subject-card p {
  margin: 0 0 18px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.subject-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.subject-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 700;
}

.subject-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #2F963F;
  font-weight: 900;
}

.subject-card a {
  margin-top: auto;
  height: 48px;
  background: #2F963F;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
}

.subject-card:nth-child(even) a {
  background: #062b54;
}

/* Tablet */
@media (max-width: 1100px) {
  .ged-subjects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 700px) {
  .ged-subjects {
    padding: 48px 0;
  }

  .ged-subjects-inner {
    padding: 0 20px;
  }

  .ged-subjects-head h2 {
    font-size: 36px;
  }

  .ged-subjects-head > p:last-child {
    font-size: 16px;
  }

  .ged-subjects-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .subject-card {
    min-height: auto;
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff47f38 */.ged-info-grid-section {
  width: 100%;
  background: #f7f9fc;
  padding: 65px 0;
  font-family: 'Poppins', sans-serif;
}

.ged-info-container {
  padding: 0 7%;
}

.ged-info-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.ged-info-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.05;
  color: #062b54;
  font-weight: 700;
}

.ged-info-head p {
  margin: 14px 0 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.ged-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ged-info-card {
  background: #ffffff;
  border: 1px solid #e1e8ef;
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(6, 43, 84, 0.06);
}

.info-icon {
  width: 56px;
  height: 56px;
  background: #062b54;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.ged-info-card:nth-child(even) .info-icon {
  background: #2F963F;
}

.ged-info-card h3 {
  margin: 0 0 14px;
  color: #062b54;
  font-size: 20px;
  font-weight: 900;
}

.ged-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ged-info-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.ged-info-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2F963F;
  font-weight: 900;
}

/* Tablet */
@media (max-width: 1100px) {
  .ged-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 700px) {
  .ged-info-grid-section {
    padding: 45px 0;
  }

  .ged-info-container {
    padding: 0 20px;
  }

  .ged-info-head h2 {
    font-size: 34px;
  }

  .ged-info-head p {
    font-size: 15px;
  }

  .ged-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ged-info-card {
    padding: 22px 18px;
  }
}/* End custom CSS */