/* Edutime shortcode components. Generated from component PHP; edit this file for shared presentation. */

/* inc/study-process.php */
/* Reusable homepage shortcode: [quy-trinh-ho-so-du-hoc]. */
.edu-study-process,
.edu-study-process * {
  box-sizing: border-box;
}

.edu-study-process {
  --process-red: #d31c16;
  --process-red-rgb: 211, 28, 22;
  --process-green: #2f9458;
  --process-green-rgb: 47, 148, 88;
  --process-ink: #1c304d;
  position: relative;
  left: 50%;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  padding: clamp(24px, 3vw, 38px) 18px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #506078;
  box-shadow: none;
}

.edu-study-process__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.edu-study-process::before {
  position: absolute;
  z-index: -1;
  right: -36px;
  bottom: -42px;
  width: 190px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(211, 28, 22, 0.13) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  content: "";
  transform: rotate(-7deg);
}

.edu-study-process__header {
  margin: 0 auto clamp(24px, 3vw, 34px);
  text-align: center;
}

.edu-study-process__cap {
  display: block;
  width: 38px;
  height: 29px;
  margin: 0 auto -2px;
  color: var(--process-red);
}

.edu-study-process__cap svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-study-process__header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--process-ink) !important;
  font-size: clamp(22px, 2.25vw, 28px) !important;
  font-weight: 700 !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: uppercase;
}

.edu-study-process__header h2::before,
.edu-study-process__header h2::after {
  width: clamp(32px, 5vw, 62px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--process-red));
  content: "";
}

.edu-study-process__header h2::after {
  transform: scaleX(-1);
}

.edu-study-process__header > p {
  max-width: 760px;
  margin: 8px auto 0 !important;
  color: #6b788c !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.edu-study-process__steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 20px);
}

.edu-study-process__steps::before,
.edu-study-process__steps::after {
  position: absolute;
  z-index: 0;
  top: 24px;
  left: 8.333%;
  width: 83.334%;
  height: 3px;
  border-radius: 999px;
  content: "";
}

.edu-study-process__steps::before {
  background: #dfe5ec;
}

.edu-study-process__steps::after {
  background: linear-gradient(90deg, var(--process-red) 0%, #ef4a3f 78%, var(--process-green) 100%);
  box-shadow: 0 0 10px rgba(211, 28, 22, 0.24);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  animation: edu-study-progress-flow 7.2s ease-in-out infinite;
}

.edu-study-process__step {
  --step-color: var(--process-red);
  --step-rgb: var(--process-red-rgb);
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.edu-study-process__step.is-support {
  --step-color: var(--process-green);
  --step-rgb: var(--process-green-rgb);
}

.edu-study-process__number {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid var(--step-color);
  border-radius: 50%;
  background: #fff;
  color: var(--step-color);
  box-shadow: 0 0 0 5px rgba(var(--step-rgb), 0.07), 0 5px 13px rgba(24, 46, 76, 0.1);
  font-size: 16px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  animation: edu-study-number-pulse 7.2s ease-in-out infinite;
}

.edu-study-process__step:nth-child(2) .edu-study-process__number {
  animation-delay: 1s;
}

.edu-study-process__step:nth-child(3) .edu-study-process__number {
  animation-delay: 2s;
}

.edu-study-process__step:nth-child(4) .edu-study-process__number {
  animation-delay: 3s;
}

.edu-study-process__step:nth-child(5) .edu-study-process__number {
  animation-delay: 4s;
}

.edu-study-process__step:nth-child(6) .edu-study-process__number {
  animation-delay: 5s;
}

.edu-study-process__icon {
  display: grid;
  place-items: center;
  width: clamp(88px, 8vw, 104px);
  height: clamp(88px, 8vw, 104px);
  margin: 26px auto 14px;
  border: 1px solid #e3e8ee;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #f7f9fb);
  color: var(--process-ink);
  box-shadow:
    inset 0 -4px 0 var(--step-color),
    0 10px 24px rgba(24, 46, 76, 0.09);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.edu-study-process__icon svg {
  display: block;
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-study-process__icon svg .accent {
  stroke: var(--step-color);
}

.edu-study-process__icon svg .accent-fill {
  fill: var(--step-color);
  stroke: var(--step-color);
}

.edu-study-process__icon svg .check {
  stroke: #fff;
  stroke-width: 1.6;
}

.edu-study-process__step h3 {
  margin: 0 !important;
  color: var(--process-ink) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35;
  text-transform: uppercase;
}

.edu-study-process__step > strong {
  display: block;
  min-height: 20px;
  margin-top: 2px;
  color: var(--step-color) !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.edu-study-process__divider {
  display: block;
  width: 24px;
  height: 2px;
  margin: 10px auto;
  border-radius: 999px;
  background: var(--step-color);
}

.edu-study-process__step > p {
  max-width: 165px;
  min-height: 58px;
  margin: 0 auto !important;
  color: #617086 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.edu-study-process__stats {
  display: grid;
  max-width: 1120px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.edu-study-process__stats li {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  min-height: 84px;
  padding: 13px 15px;
  overflow: hidden;
  border: 1px solid #e1e7ee;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 8px 22px rgba(24, 46, 76, 0.065);
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0 11px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.edu-study-process__stats li::after {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(211, 28, 22, 0.11);
  content: "";
  transition: background-color 180ms ease, transform 180ms ease;
}

.edu-study-process__stat-icon {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(211, 28, 22, 0.075);
  color: var(--process-red);
}

.edu-study-process__stat-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.edu-study-process__stat-value {
  position: relative;
  z-index: 1;
  align-self: end;
  color: var(--process-ink) !important;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.edu-study-process__stat-label {
  position: relative;
  z-index: 1;
  align-self: start;
  margin-top: 4px;
  color: #647287;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

@keyframes edu-study-progress-flow {
  0%, 4% {
    opacity: 0;
    transform: scaleX(0);
  }
  10% {
    opacity: 1;
  }
  82%, 94% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes edu-study-number-pulse {
  0%, 18%, 100% {
    background: #fff;
    box-shadow: 0 0 0 5px rgba(var(--step-rgb), 0.07), 0 5px 13px rgba(24, 46, 76, 0.1);
    color: var(--step-color);
    transform: scale(1);
  }
  7%, 12% {
    background: var(--step-color);
    box-shadow: 0 0 0 8px rgba(var(--step-rgb), 0.13), 0 7px 18px rgba(var(--step-rgb), 0.22);
    color: #fff;
    transform: scale(1.08);
  }
}

@keyframes edu-study-number-color {
  0%, 18%, 100% {
    background: #fff;
    box-shadow: 0 0 0 5px rgba(var(--step-rgb), 0.07), 0 5px 13px rgba(24, 46, 76, 0.1);
    color: var(--step-color);
  }
  7%, 12% {
    background: var(--step-color);
    box-shadow: 0 0 0 7px rgba(var(--step-rgb), 0.1), 0 6px 15px rgba(var(--step-rgb), 0.18);
    color: #fff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .edu-study-process__stats li:hover {
    border-color: rgba(211, 28, 22, 0.24);
    box-shadow: 0 14px 30px rgba(24, 46, 76, 0.12);
    transform: translateY(-5px);
  }

  .edu-study-process__stats li:hover::after {
    background: rgba(211, 28, 22, 0.17);
    transform: scale(1.12);
  }

  .edu-study-process__step:hover .edu-study-process__icon {
    border-color: rgba(var(--step-rgb), 0.28);
    box-shadow:
      inset 0 -4px 0 var(--step-color),
      0 14px 28px rgba(24, 46, 76, 0.13);
    transform: translateY(-3px);
  }
}

@media (max-width: 1024px) {
  .edu-study-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .edu-study-process__steps::before,
  .edu-study-process__steps::after {
    display: none;
  }

  .edu-study-process__step {
    padding: 14px 12px 16px;
    border: 1px solid #e3e8ee;
    border-top: 3px solid var(--step-color);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 20px rgba(24, 46, 76, 0.06);
  }

  .edu-study-process__icon {
    margin-top: 16px;
  }

  .edu-study-process__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .edu-study-process {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 600px) {
  .edu-study-process {
    padding: 20px 10px;
  }

  .edu-study-process__header {
    margin-bottom: 20px;
  }

  .edu-study-process__header h2 {
    gap: 10px;
    font-size: 20px !important;
  }

  .edu-study-process__header h2::before,
  .edu-study-process__header h2::after {
    width: 20px;
  }

  .edu-study-process__header > p {
    font-size: 11.5px !important;
  }

  .edu-study-process__steps {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .edu-study-process__step {
    min-height: 260px;
    height: 100%;
    padding: 12px 8px;
  }

  .edu-study-process__number {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .edu-study-process__icon {
    width: 72px;
    height: 72px;
    margin: 14px auto 9px;
  }

  .edu-study-process__step h3 {
    font-size: 13px !important;
  }

  .edu-study-process__step > strong {
    min-height: 17px;
    font-size: 9.5px;
  }

  .edu-study-process__divider {
    margin: 7px auto;
  }

  .edu-study-process__step > p {
    max-width: 150px;
    min-height: 0;
    font-size: 9.5px !important;
    line-height: 1.45;
  }

  .edu-study-process__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
  }

  .edu-study-process__stats li {
    min-height: 78px;
    padding: 10px;
    border-radius: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0 8px;
  }

  .edu-study-process__stat-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .edu-study-process__stat-icon svg {
    width: 21px;
    height: 21px;
  }

  .edu-study-process__stat-value {
    font-size: 19px;
  }

  .edu-study-process__stat-label {
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-study-process__steps::after {
    animation-name: edu-study-progress-flow !important;
    animation-duration: 10s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }

  .edu-study-process__number {
    animation-name: edu-study-number-color !important;
    animation-duration: 10s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }

  .edu-study-process__icon {
    transition: none;
  }
}

/* inc/country-choice.php */
.edu-choice-country,
.edu-choice-country * {
  box-sizing: border-box;
}

.edu-choice-country {
  --choice-red: #bd0b12;
  --choice-red-dark: #87050b;
  --choice-ink: #172b49;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: clamp(38px, 5vw, 64px) 18px clamp(28px, 4vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 2%, rgba(255, 100, 100, 0.28), transparent 25rem),
    radial-gradient(circle at 8% 90%, rgba(112, 0, 4, 0.5), transparent 28rem),
    linear-gradient(135deg, #8f060c 0%, var(--choice-red) 48%, #9d070d 100%);
  color: #fff;
}

.edu-choice-country::before,
.edu-choice-country::after {
  position: absolute;
  width: 290px;
  height: 190px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1.4px, transparent 1.4px);
  background-size: 9px 9px;
  content: "";
  pointer-events: none;
}

.edu-choice-country::before {
  top: -42px;
  left: -34px;
}

.edu-choice-country::after {
  right: -35px;
  bottom: -48px;
}

.edu-choice-country__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.edu-choice-country__header {
  max-width: 780px;
  margin: 0 auto clamp(24px, 3vw, 34px);
  text-align: center;
}

.edu-choice-country__cap {
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  margin: 0 auto 8px;
  color: #fff;
}

.edu-choice-country__cap svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-choice-country__header h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(27px, 3vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
}

.edu-choice-country__header p {
  margin: 9px 0 0 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px !important;
  line-height: 1.5;
}

.edu-choice-country__accent {
  display: block;
  width: 58px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
}

.edu-choice-country__carousel {
  position: relative;
  padding: 0 48px;
}

.edu-choice-country__slider {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-bottom: 28px;
}

.edu-choice-country__slider--mobile {
  display: none;
}

.edu-choice-country__viewport {
  width: 100%;
  padding: 3px 0;
  overflow: hidden;
  touch-action: pan-y;
}

.edu-choice-country__track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 460ms cubic-bezier(.22, .72, .25, 1);
  will-change: transform;
}

.edu-choice-country__page {
  display: grid;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  padding: 0 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.edu-choice-country__card {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  min-height: 116px;
  padding: 15px 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 13px;
  background: #fff;
  color: var(--choice-ink) !important;
  box-shadow: 0 9px 24px rgba(73, 0, 4, 0.17);
  text-decoration: none !important;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  transform: translateZ(0);
  transition: border-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.edu-choice-country__card::after {
  position: absolute;
  right: -27px;
  bottom: -39px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(189, 11, 18, 0.07);
  content: "";
  pointer-events: none;
}

.edu-choice-country__flag {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 1px solid #e2e7ed;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(20, 42, 72, 0.08);
}

.edu-choice-country__flag img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 180ms ease;
}

.edu-choice-country__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.edu-choice-country__name {
  display: block;
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
  color: var(--choice-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edu-choice-country__link {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--choice-red);
  font-size: 11px;
  font-weight: 600;
  gap: 8px;
}

.edu-choice-country__link::after {
  content: "→";
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transition: transform 170ms ease;
}

.edu-choice-country__nav {
  position: absolute;
  top: calc(50% - 14px);
  z-index: 5;
  display: grid;
  place-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.96) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--choice-red) !important;
  box-shadow: 0 8px 20px rgba(69, 0, 3, 0.24);
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  appearance: none;
  transform: translateY(-50%);
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.edu-choice-country__nav--prev {
  left: -45px;
}

.edu-choice-country__nav--next {
  right: -45px;
}

.edu-choice-country__nav svg {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  transform: none !important;
}

.edu-choice-country__nav::before,
.edu-choice-country__nav::after {
  display: none !important;
  content: none !important;
}

.edu-choice-country__nav:hover,
.edu-choice-country__nav:focus,
.edu-choice-country__nav:focus-visible,
.edu-choice-country__nav:active {
  top: calc(50% - 14px);
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  border-color: #fff !important;
  background: #fff5f5 !important;
  color: #9f080d !important;
  box-shadow: 0 10px 23px rgba(69, 0, 3, 0.3);
  transform: translateY(-50%) !important;
}

.edu-choice-country__dots {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12px;
  gap: 8px;
}

.edu-choice-country__dot {
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  height: 9px;
  min-height: 9px;
  max-height: 9px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.32) !important;
  box-shadow: none !important;
  cursor: pointer;
  opacity: 1 !important;
  appearance: none;
  transition: width 170ms ease, background-color 170ms ease;
}

.edu-choice-country__dot.is-active {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  background: #fff !important;
}

.edu-choice-country__cta {
  display: grid;
  align-items: center;
  margin-top: 20px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(101, 0, 5, 0.28);
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 13px;
}

.edu-choice-country__cta-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.edu-choice-country__cta-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-choice-country__cta-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #fff;
}

.edu-choice-country__cta-copy strong {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}

.edu-choice-country__cta-copy span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  line-height: 1.4;
}

.edu-choice-country__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 !important;
  padding: 8px 24px;
  border-radius: 9px;
  background: #fff;
  color: var(--choice-red) !important;
  box-shadow: 0 8px 20px rgba(70, 0, 4, 0.22);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  transition: box-shadow 170ms ease, background-color 170ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .edu-choice-country__card:hover {
    border-color: rgba(255, 205, 79, 0.82);
    box-shadow: 0 12px 26px rgba(65, 0, 3, 0.21);
    transform: translateY(-2px);
  }

  .edu-choice-country__card:hover .edu-choice-country__flag img {
    transform: scale(1.02);
  }

  .edu-choice-country__card:hover .edu-choice-country__link::after {
    transform: translateX(2px);
  }

  .edu-choice-country__cta-button:hover {
    background: #fff7f7;
    box-shadow: 0 10px 23px rgba(70, 0, 4, 0.28);
  }
}

@media (max-width: 900px) {
  .edu-choice-country__slider--desktop {
    display: none;
  }

  .edu-choice-country__slider--mobile {
    display: block;
  }

  .edu-choice-country__page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
}

@media (max-width: 720px) {
  .edu-choice-country {
    padding: 30px 10px 24px;
  }

  .edu-choice-country__header {
    margin-bottom: 20px;
  }

  .edu-choice-country__header h2 {
    font-size: 24px !important;
  }

  .edu-choice-country__header p {
    max-width: 330px;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: 11px !important;
  }

  .edu-choice-country__carousel {
    padding: 0 34px;
  }

  .edu-choice-country__slider {
    padding-bottom: 25px;
  }

  .edu-choice-country__page {
    gap: 8px;
  }

  .edu-choice-country__card {
    min-height: 94px;
    padding: 10px 8px;
    border-radius: 10px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
  }

  .edu-choice-country__flag {
    width: 50px;
    height: 50px;
  }

  .edu-choice-country__name {
    font-size: 11px;
  }

  .edu-choice-country__link {
    font-size: 9px;
    gap: 4px;
  }

  .edu-choice-country__link::after {
    font-size: 14px;
  }

  .edu-choice-country__nav,
  .edu-choice-country__nav:hover,
  .edu-choice-country__nav:focus,
  .edu-choice-country__nav:active {
    top: calc(50% - 12px);
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .edu-choice-country__nav--prev {
    left: -30px;
  }

  .edu-choice-country__nav--next {
    right: -30px;
  }

  .edu-choice-country__nav svg {
    width: 16px;
    height: 16px;
  }

  .edu-choice-country__cta {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 9px;
    padding: 11px;
  }

  .edu-choice-country__cta-icon {
    width: 36px;
    height: 36px;
  }

  .edu-choice-country__cta-copy strong {
    font-size: 10px;
  }

  .edu-choice-country__cta-copy span {
    font-size: 9px;
  }

  .edu-choice-country__cta-button {
    grid-column: 1 / -1;
    min-height: 38px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-choice-country__track,
  .edu-choice-country__card,
  .edu-choice-country__flag img,
  .edu-choice-country__link::after,
  .edu-choice-country__nav,
  .edu-choice-country__dot,
  .edu-choice-country__cta-button {
    transition-duration: 1ms !important;
  }
}

/* inc/testimonials.php */
.edu-testimonials {
  --edu-review-red: #c91510;
  --edu-review-red-dark: #920e0b;
  --edu-review-ink: #172b4d;
  --edu-review-muted: #5f6f89;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: clamp(54px, 5.5vw, 88px) 18px;
  overflow: hidden;
  background-color: #fffaf9;
  background-image: var(--edu-review-background);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--edu-review-ink);
  isolation: isolate;
}

.edu-testimonials::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.18) 48%, rgba(255,255,255,0) 72%);
  content: "";
}

.edu-testimonials::after {
  position: absolute;
  z-index: -1;
  left: -110px;
  bottom: -145px;
  width: 420px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,21,16,.12) 0 2px, transparent 2.5px) 0 0 / 16px 16px;
  content: "";
  transform: rotate(-8deg);
}

.edu-testimonials,
.edu-testimonials * {
  box-sizing: border-box;
}

.edu-testimonials__inner {
  position: relative;
  width: min(100%, 1200px);
  min-height: 510px;
  margin: 0 auto;
}

.edu-testimonials__content {
  position: relative;
  z-index: 2;
  width: min(100%, 655px);
}

.edu-testimonials__eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 9px;
  color: var(--edu-review-red-dark);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.edu-testimonials__eyebrow::before {
  display: grid;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  border-radius: 9px 9px 9px 2px;
  background: linear-gradient(145deg, #d8221d, #a60c08);
  box-shadow: 0 8px 18px rgba(174, 16, 12, .24);
  color: #fff;
  content: "“";
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
  place-items: center;
}

.edu-testimonials__eyebrow::after {
  width: 86px;
  height: 1px;
  margin-left: 14px;
  background: linear-gradient(90deg, rgba(23,43,77,.34), transparent);
  content: "";
}

.edu-testimonials h2 {
  margin: 0 !important;
  color: #172337 !important;
  font-size: clamp(31px, 4.1vw, 50px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em;
  line-height: 1.08 !important;
  text-transform: uppercase;
}

.edu-testimonials h2 strong {
  color: var(--edu-review-red) !important;
  font-weight: 800 !important;
}

.edu-testimonials__intro {
  max-width: 590px;
  margin: 18px 0 25px !important;
  color: #43516a;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65;
}

.edu-testimonials__carousel {
  position: relative;
  width: min(100%, 630px);
  padding-bottom: 34px;
}

.edu-testimonials__viewport {
  display: block;
  margin: 0 !important;
}

.edu-testimonials__viewport:not(.flickity-enabled) .edu-testimonials__slide:not(:first-child) {
  visibility: hidden;
}

.edu-testimonials__slide {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-height: 222px;
  padding: 29px 31px 26px 190px;
  border: 1px solid rgba(201,21,16,.16);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(35,45,70,.12);
  opacity: 1;
  pointer-events: auto;
}

.edu-testimonials__slide::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 118px;
  border-radius: 20px 72px 72px 20px;
  background: linear-gradient(155deg, #c9130e, #970d09);
  content: "";
}

.edu-testimonials__slide::after {
  position: absolute;
  top: 17px;
  left: 18px;
  color: rgba(255,255,255,.25);
  content: "“";
  font-family: Georgia, serif;
  font-size: 78px;
  line-height: 1;
}

.edu-testimonials__avatar {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 52px;
  width: 118px;
  height: 118px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(40,35,45,.2);
  transform: translateY(-50%);
}

.edu-testimonials__avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.edu-testimonials__stars {
  display: flex;
  min-height: 22px;
  margin: 0 0 8px;
  color: #f4b400;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1;
}

.edu-testimonials__star {
  display: inline-block;
  filter: drop-shadow(0 2px 3px rgba(204,147,0,.18));
}

.edu-testimonials__star:nth-child(4) {
  animation: edu-review-star-four 4.8s steps(1, end) infinite;
}

.edu-testimonials__star:nth-child(5) {
  animation: edu-review-star-five 4.8s steps(1, end) infinite;
}

@keyframes edu-review-star-four {
  0%, 20%, 92%, 100% { opacity: .18; transform: scale(.72); }
  26%, 86% { opacity: 1; transform: scale(1); }
}

@keyframes edu-review-star-five {
  0%, 46%, 80%, 100% { opacity: .18; transform: scale(.72); }
  52%, 74% { opacity: 1; transform: scale(1); }
}

.edu-testimonials__quote {
  margin: 0 0 14px !important;
  color: #303b50;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.62;
}

.edu-testimonials__person {
  position: relative;
  margin-top: auto;
  padding-top: 12px;
}

.edu-testimonials__person::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background: var(--edu-review-red);
  content: "";
}

.edu-testimonials__person strong,
.edu-testimonials__person span {
  display: block;
}

.edu-testimonials__person strong {
  color: var(--edu-review-red-dark);
  font-size: 16px;
  line-height: 1.3;
}

.edu-testimonials__person span {
  margin-top: 2px;
  color: var(--edu-review-muted);
  font-size: 13px;
  line-height: 1.4;
}

.edu-testimonials__viewport .flickity-prev-next-button {
  display: grid;
  z-index: 5;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(201,21,16,.48) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--edu-review-red) !important;
  opacity: 1 !important;
  visibility: visible !important;
  place-items: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.edu-testimonials__viewport .flickity-prev-next-button.previous {
  left: 8px;
}

.edu-testimonials__viewport .flickity-prev-next-button.next {
  right: 8px;
}

.edu-testimonials__viewport .flickity-prev-next-button:disabled {
  border-color: rgba(201,21,16,.3) !important;
  background: #fff !important;
  color: var(--edu-review-red) !important;
  cursor: default;
  opacity: .64 !important;
}

.edu-testimonials__viewport .flickity-prev-next-button svg {
  width: 17px;
  height: 17px;
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  fill: currentColor;
  stroke: none;
}

.edu-testimonials__viewport .flickity-prev-next-button::before,
.edu-testimonials__viewport .flickity-prev-next-button::after {
  display: none !important;
  content: none !important;
}

.edu-testimonials__viewport .flickity-prev-next-button .arrow {
  fill: currentColor;
  stroke: none;
}

.edu-testimonials__viewport .flickity-page-dots {
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  gap: 9px;
}

.edu-testimonials__viewport .flickity-page-dots .dot {
  width: 9px;
  min-width: 9px;
  height: 9px;
  min-height: 9px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #d9dce2 !important;
  box-shadow: none !important;
  transition: background-color 180ms ease, transform 180ms ease;
}

.edu-testimonials__viewport .flickity-page-dots .dot.is-selected {
  background: var(--edu-review-red) !important;
  transform: scale(1.18);
}

@media (hover: hover) and (pointer: fine) {
  .edu-testimonials__viewport .flickity-prev-next-button:hover {
    background: var(--edu-review-red) !important;
    color: #fff !important;
    transform: translateY(-2px);
  }
}

@media (max-width: 900px) {
  .edu-testimonials {
    padding: 45px 18px;
    background-position: 68% center;
    background-size: auto 100%;
  }

  .edu-testimonials::before {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 72%, rgba(255,255,255,.68) 100%);
  }

  .edu-testimonials__inner {
    min-height: 0;
  }

}

@media (max-width: 720px) {
  .edu-testimonials {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 549px) {
  .edu-testimonials {
    padding: 34px 10px 38px;
    background-position: 69% bottom;
    background-size: auto 100%;
  }

  .edu-testimonials::before {
    background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 76%, rgba(255,255,255,.76) 100%);
  }

  .edu-testimonials__eyebrow {
    font-size: 11px;
  }

  .edu-testimonials__eyebrow::before {
    width: 32px;
    height: 32px;
    margin-right: 9px;
    font-size: 28px;
  }

  .edu-testimonials__eyebrow::after {
    width: 48px;
    margin-left: 9px;
  }

  .edu-testimonials h2 {
    font-size: 28px !important;
  }

  .edu-testimonials__intro {
    margin: 12px 0 18px !important;
    font-size: 13px !important;
    line-height: 1.55;
  }

  .edu-testimonials__slide {
    min-height: 0;
    padding: 74px 16px 19px;
    border-radius: 16px;
  }

  .edu-testimonials__slide::before {
    inset: 0 0 auto;
    width: 100%;
    height: 52px;
    border-radius: 16px 16px 44px 16px;
  }

  .edu-testimonials__slide::after {
    top: 5px;
    left: 13px;
    font-size: 55px;
  }

  .edu-testimonials__avatar {
    top: 12px;
    right: 15px;
    left: auto;
    width: 74px;
    height: 74px;
    transform: none;
  }

  .edu-testimonials__stars {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 48px;
    margin: 0;
    color: #ffd45a;
    font-size: 16px;
  }

  .edu-testimonials__quote {
    min-height: 118px;
    margin-bottom: 12px !important;
    font-size: 12.5px !important;
    line-height: 1.55;
  }

  .edu-testimonials__person strong {
    font-size: 14px;
  }

  .edu-testimonials__person span {
    font-size: 12px;
  }

  .edu-testimonials__viewport .flickity-prev-next-button.previous {
    left: 5px;
  }

  .edu-testimonials__viewport .flickity-prev-next-button.next {
    right: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-testimonials__star:nth-child(4),
  .edu-testimonials__star:nth-child(5) {
    animation-duration: 4.8s !important;
    animation-iteration-count: infinite !important;
  }

}

/* inc/visa-showcase.php */
.edu-visa-proof,
.edu-visa-proof * {
  box-sizing: border-box;
}

.edu-visa-proof {
  --visa-red: #c91610;
  --visa-red-dark: #970c08;
  --visa-gold: #ffc928;
  --visa-ink: #172b4d;
  --visa-muted: #66748b;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding: clamp(30px, 4vw, 58px) 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(201, 22, 16, .055), transparent 23rem),
    radial-gradient(circle at 94% 68%, rgba(255, 201, 40, .07), transparent 25rem),
    #f8fafc;
  color: var(--visa-ink);
}

.edu-visa-proof::after {
  position: absolute;
  top: 28px;
  right: -42px;
  width: 260px;
  height: 170px;
  background-image: radial-gradient(circle, rgba(201, 22, 16, .12) 1.4px, transparent 1.5px);
  background-size: 10px 10px;
  content: "";
  opacity: .6;
  transform: rotate(8deg);
}

.edu-visa-proof__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.edu-visa-proof__columns {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, .43fr) minmax(0, .57fr);
  gap: 16px;
}

.edu-visa-proof__panel {
  min-width: 0;
  padding: clamp(15px, 1.8vw, 24px);
  border: 1px solid #e4e9f0;
  border-radius: 19px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 38px rgba(30, 48, 78, .08);
}

.edu-visa-proof__panel-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  margin-bottom: 18px;
  padding-right: 92px;
  gap: 13px;
}

.edu-visa-proof__panel--gallery .edu-visa-proof__panel-header {
  padding-right: 0;
}

.edu-visa-proof__title-icon {
  display: grid;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  background: linear-gradient(145deg, #df251d, #aa0d09);
  box-shadow: 0 8px 18px rgba(183, 17, 12, .24);
  color: #fff;
  place-items: center;
}

.edu-visa-proof__title-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-visa-proof__panel-heading {
  min-width: 0;
}

.edu-visa-proof__panel-heading h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #172337 !important;
  font-size: clamp(18px, 1.65vw, 24px) !important;
  font-weight: 750 !important;
  letter-spacing: -.02em;
  line-height: 1.24 !important;
  text-transform: uppercase;
}

.edu-visa-proof__panel-heading h2 strong {
  color: var(--visa-red);
  font-weight: 750;
}

.edu-visa-proof__panel-heading h2::after {
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--visa-red);
  content: "";
}

.edu-visa-proof__panel-heading p {
  margin: 5px 0 0 !important;
  color: var(--visa-muted) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.45;
}

.edu-visa-proof__main-slider,
.edu-visa-proof__success-slider,
.edu-visa-proof__thumb-slider {
  margin: 0 !important;
}

.edu-visa-proof__main-slider {
  overflow: hidden;
  border-radius: 17px;
  background: #edf1f5;
}

.edu-visa-proof__main-slider .flickity-viewport {
  border-radius: inherit;
}

.edu-visa-proof__main-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  aspect-ratio: 1.36 / 1;
  overflow: hidden;
  background: #edf1f5;
}

.edu-visa-proof__main-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.edu-visa-proof__counter {
  position: absolute;
  right: 14px;
  bottom: 13px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(141, 8, 5, .9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.edu-visa-proof__main-slider button.flickity-prev-next-button,
.edu-visa-proof__success-slider button.flickity-prev-next-button {
  display: grid !important;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(201, 22, 16, .18) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 8px 20px rgba(31, 43, 66, .14) !important;
  color: var(--visa-red) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-appearance: none;
  appearance: none;
  place-items: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease !important;
}

.edu-visa-proof__main-slider button.flickity-prev-next-button:disabled,
.edu-visa-proof__success-slider button.flickity-prev-next-button:disabled {
  display: grid !important;
  border-color: rgba(201, 22, 16, .13) !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 5px 14px rgba(31, 43, 66, .1) !important;
  color: var(--visa-red) !important;
  cursor: default;
  opacity: .48 !important;
  visibility: visible !important;
}

.edu-visa-proof__main-slider .flickity-prev-next-button.previous {
  left: 12px;
  transform: none !important;
}

.edu-visa-proof__main-slider .flickity-prev-next-button.next {
  right: 12px;
  transform: none !important;
}

.edu-visa-proof__main-slider .flickity-prev-next-button svg,
.edu-visa-proof__success-slider .flickity-prev-next-button svg {
  width: 17px;
  height: 17px;
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  fill: currentColor;
  stroke: none;
}

.edu-visa-proof__main-slider .flickity-prev-next-button::before,
.edu-visa-proof__main-slider .flickity-prev-next-button::after,
.edu-visa-proof__success-slider .flickity-prev-next-button::before,
.edu-visa-proof__success-slider .flickity-prev-next-button::after {
  display: none !important;
  content: none !important;
}

.edu-visa-proof__main-slider .flickity-prev-next-button .arrow,
.edu-visa-proof__success-slider .flickity-prev-next-button .arrow {
  fill: currentColor;
  stroke: none;
}

.edu-visa-proof__thumb-slider {
  margin-top: 10px !important;
  padding-bottom: 19px;
}

.edu-visa-proof__thumb-slider:not(.flickity-enabled) {
  display: flex;
  overflow: hidden;
}

.edu-visa-proof__thumb {
  width: 72px;
  height: 58px;
  margin-right: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #eef1f5;
  cursor: pointer;
  opacity: .72;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.edu-visa-proof__thumb.is-nav-selected,
.edu-visa-proof__thumb.is-selected {
  border-color: var(--visa-red);
  opacity: 1;
  transform: translateY(-1px);
}

.edu-visa-proof__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.edu-visa-proof__thumb-slider .flickity-page-dots,
.edu-visa-proof__success-slider .flickity-page-dots {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  gap: 7px;
}

.edu-visa-proof__thumb-slider .flickity-page-dots .dot,
.edu-visa-proof__success-slider .flickity-page-dots .dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #dce1e8 !important;
  box-shadow: none !important;
}

.edu-visa-proof__thumb-slider .flickity-page-dots .dot.is-selected,
.edu-visa-proof__success-slider .flickity-page-dots .dot.is-selected {
  background: var(--visa-red) !important;
}

.edu-visa-proof__success-slider {
  position: relative;
  padding-bottom: 22px;
}

.edu-visa-proof__success-page {
  display: grid;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.edu-visa-proof__success-card {
  position: relative;
  min-width: 0;
  min-height: 226px;
  overflow: hidden;
  border: 1px solid #e4e9ef;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(30, 47, 75, .075);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.edu-visa-proof__success-card > a {
  display: flex;
  height: 100%;
  color: var(--visa-ink) !important;
  flex-direction: column;
  text-decoration: none !important;
}

.edu-visa-proof__success-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.84 / 1;
  background: #eef2f6;
}

.edu-visa-proof__success-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 300ms ease;
}

.edu-visa-proof__success-copy {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 20px 14px 15px;
}

.edu-visa-proof__success-copy::before {
  position: absolute;
  top: 7px;
  left: 12px;
  color: var(--visa-red);
  content: "“";
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.edu-visa-proof__success-title {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: #24324a !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.48;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-visa-proof__success-slider .flickity-prev-next-button {
  top: -64px;
  bottom: auto;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  transform: none !important;
}

.edu-visa-proof__success-slider .flickity-prev-next-button.previous {
  right: 47px;
  left: auto;
}

.edu-visa-proof__success-slider .flickity-prev-next-button.next {
  right: 1px;
  left: auto;
}

.edu-visa-proof__empty {
  display: grid;
  min-height: 300px;
  margin: 0;
  border: 1px dashed #d8dee7;
  border-radius: 15px;
  color: var(--visa-muted);
  font-size: 13px;
  place-items: center;
  text-align: center;
}

.edu-visa-proof__cta {
  display: grid;
  align-items: center;
  margin-top: 18px;
  padding: 18px 25px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 2% 50%, rgba(255, 207, 45, .2), transparent 13rem),
    linear-gradient(120deg, #a90b07 0%, #c81711 56%, #a80a06 100%);
  box-shadow: 0 14px 32px rgba(154, 12, 8, .2);
  color: #fff;
  grid-template-columns: 92px minmax(220px, 1.2fr) minmax(390px, 1.6fr) minmax(190px, .58fr);
  gap: 20px;
}

.edu-visa-proof__trophy {
  display: grid;
  width: 82px;
  height: 82px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  color: var(--visa-gold);
  place-items: center;
}

.edu-visa-proof__trophy svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.edu-visa-proof__cta-copy strong,
.edu-visa-proof__cta-copy span {
  display: block;
}

.edu-visa-proof__cta-copy strong {
  color: #fff !important;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.35;
}

.edu-visa-proof__cta-copy strong em {
  color: var(--visa-gold) !important;
  font-style: normal;
}

.edu-visa-proof__cta-copy span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 12px;
}

.edu-visa-proof__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.edu-visa-proof__benefit {
  display: grid;
  align-items: center;
  min-width: 0;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, .22);
  color: #fff !important;
  font-size: 10px;
  line-height: 1.45;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
}

.edu-visa-proof__benefit span,
.edu-visa-proof__benefit strong {
  color: #fff !important;
}

.edu-visa-proof__benefit svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.edu-visa-proof__cta-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  padding: 7px 8px 7px 22px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(76, 0, 0, .2);
  color: var(--visa-red) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  gap: 12px;
}

.edu-visa-proof__cta-button span {
  display: grid;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--visa-red);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  place-items: center;
  transition: transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .edu-visa-proof__main-slider button.flickity-prev-next-button:not(:disabled):hover,
  .edu-visa-proof__success-slider button.flickity-prev-next-button:not(:disabled):hover {
    border-color: rgba(201, 22, 16, .34) !important;
    box-shadow: 0 10px 22px rgba(31, 43, 66, .16) !important;
    color: #a80a06 !important;
  }

  .edu-visa-proof__success-card:hover {
    border-color: rgba(201, 22, 16, .28);
    box-shadow: 0 15px 30px rgba(30, 47, 75, .13);
    transform: translateY(-4px);
  }

  .edu-visa-proof__success-card:hover .edu-visa-proof__success-image img {
    transform: scale(1.035);
  }

  .edu-visa-proof__cta-button:hover span {
    transform: translateX(3px);
  }
}

@media (max-width: 1180px) {
  .edu-visa-proof__columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .edu-visa-proof__main-slide {
    aspect-ratio: 1.65 / 1;
  }

  .edu-visa-proof__cta {
    grid-template-columns: 78px minmax(0, 1fr) minmax(350px, 1.4fr);
  }

  .edu-visa-proof__cta-button {
    grid-column: 2 / -1;
    width: min(100%, 280px);
    justify-self: end;
  }
}

@media (max-width: 720px) {
  .edu-visa-proof {
    padding: 24px 10px;
  }

  .edu-visa-proof__panel {
    padding: 12px;
    border-radius: 14px;
  }

  .edu-visa-proof__panel-header {
    min-height: 58px;
    margin-bottom: 12px;
    padding-right: 76px;
    gap: 9px;
  }

  .edu-visa-proof__panel--gallery .edu-visa-proof__panel-header {
    padding-right: 0;
  }

  .edu-visa-proof__title-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .edu-visa-proof__title-icon svg {
    width: 21px;
    height: 21px;
  }

  .edu-visa-proof__panel-heading h2 {
    font-size: 15px !important;
  }

  .edu-visa-proof__panel-heading p {
    font-size: 10px !important;
  }

  .edu-visa-proof__main-slide {
    aspect-ratio: 1.18 / 1;
  }

  .edu-visa-proof__main-slider .flickity-prev-next-button {
    display: grid !important;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .edu-visa-proof__thumb {
    width: 58px;
    height: 47px;
    margin-right: 6px;
  }

  .edu-visa-proof__success-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .edu-visa-proof__success-card {
    min-height: 185px;
    border-radius: 11px;
  }

  .edu-visa-proof__success-title {
    font-size: 10.5px !important;
    line-height: 1.42;
  }

  .edu-visa-proof__success-copy {
    padding: 18px 8px 10px;
  }

  .edu-visa-proof__success-slider .flickity-prev-next-button {
    display: grid !important;
    top: -54px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .edu-visa-proof__success-slider .flickity-prev-next-button.previous {
    right: 39px;
  }

  .edu-visa-proof__cta {
    padding: 16px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .edu-visa-proof__trophy {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .edu-visa-proof__trophy svg {
    width: 40px;
    height: 40px;
  }

  .edu-visa-proof__cta-copy strong {
    font-size: 14px;
  }

  .edu-visa-proof__cta-copy span {
    font-size: 10px;
  }

  .edu-visa-proof__benefits {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }

  .edu-visa-proof__benefit {
    padding: 0 9px;
    font-size: 9px;
  }

  .edu-visa-proof__cta-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 46px;
    justify-self: stretch;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-visa-proof__success-card,
  .edu-visa-proof__success-image img,
  .edu-visa-proof__thumb,
  .edu-visa-proof__cta-button span {
    transition-duration: .01ms !important;
  }
}

/* inc/education-partners.php */
.edu-partners {
  --edu-partner-red: #d31b17;
  --edu-partner-red-dark: #a90b08;
  --edu-partner-ink: #18253d;
  --edu-partner-muted: #657087;
  --edu-partner-line: #e7ebf1;
  --edu-partner-gap: 10px;
  --edu-partner-visible: 9;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 42px 10px;
  overflow: hidden;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 10% 16%, rgba(211, 27, 23, .035), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  color: var(--edu-partner-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.edu-partners *,
.edu-partners *::before,
.edu-partners *::after {
  box-sizing: border-box;
}

.edu-partners__inner {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
}

.edu-partners__header {
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: center;
}

.edu-partners__seal {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  margin: 0 auto 9px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e7322d, #b90d0a);
  box-shadow: 0 8px 18px rgba(185, 13, 10, .2);
  color: #fff;
  place-items: center;
}

.edu-partners__seal::before,
.edu-partners__seal::after {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 27, 23, .26));
  content: "";
}

.edu-partners__seal::before {
  right: calc(100% + 8px);
}

.edu-partners__seal::after {
  left: calc(100% + 8px);
  transform: scaleX(-1);
}

.edu-partners__seal svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.edu-partners__header h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--edu-partner-ink) !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  font-weight: 750 !important;
  letter-spacing: -.025em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.edu-partners__header h2 strong {
  color: var(--edu-partner-red) !important;
  font-weight: inherit;
}

.edu-partners__header p {
  margin: 6px 0 0 !important;
  color: var(--edu-partner-muted) !important;
  font-size: 12px !important;
  line-height: 1.55;
}

.edu-partners__panel {
  position: relative;
  padding: 20px 18px 17px;
  border: 1px solid var(--edu-partner-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 15px 42px rgba(27, 45, 75, .085);
}

.edu-partners__panel::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 105px;
  border-radius: 0 0 18px 0;
  background-image: radial-gradient(rgba(211, 27, 23, .12) 1.1px, transparent 1.1px);
  background-size: 9px 9px;
  content: "";
  opacity: .55;
  pointer-events: none;
}

.edu-partners__carousel {
  position: relative;
  z-index: 1;
  padding: 4px 42px 14px;
}

.edu-partners__viewport {
  width: 100%;
  padding: 5px 1px 8px;
  overflow: hidden;
  touch-action: pan-y;
}

.edu-partners__track {
  display: flex;
  align-items: stretch;
  gap: var(--edu-partner-gap);
  will-change: transform;
}

.edu-partners__item {
  display: grid;
  flex: 0 0 calc((100% - (var(--edu-partner-visible) - 1) * var(--edu-partner-gap)) / var(--edu-partner-visible));
  min-width: 0;
  height: 108px;
  margin: 0 !important;
  padding: 9px;
  overflow: hidden;
  border: 1px solid #e9edf2;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(25, 44, 73, .055);
  place-items: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.edu-partners__item img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  transform: scale(1);
  transition: transform 220ms ease;
}

.edu-partners__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid !important;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e3e8ef !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(27, 45, 75, .13) !important;
  color: var(--edu-partner-red) !important;
  cursor: pointer;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-appearance: none;
  appearance: none;
  place-items: center;
  transform: translateY(-50%);
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease !important;
}

.edu-partners__nav--prev {
  left: 0;
}

.edu-partners__nav--next {
  right: 0;
}

.edu-partners__nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}










.edu-partners__faq {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid #f0dfdd;
  border-radius: 18px;
  background:
    radial-gradient(circle at 4% 90%, rgba(211, 27, 23, .08), transparent 210px),
    linear-gradient(135deg, #fff8f7 0%, #fffdfd 43%, #fff7f6 100%);
  box-shadow: 0 15px 42px rgba(72, 34, 31, .075);
  grid-template-columns: minmax(270px, 34%) minmax(0, 1fr);
}

.edu-partners__faq::after {
  position: absolute;
  bottom: -32px;
  left: -24px;
  width: 200px;
  height: 150px;
  background-image: radial-gradient(rgba(211, 27, 23, .14) 1.1px, transparent 1.1px);
  background-size: 9px 9px;
  content: "";
  opacity: .58;
  pointer-events: none;
}

.edu-partners__faq-intro {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 24px 28px 20px;
  border-right: 1px solid #f0dfdd;
}

.edu-partners__faq-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--edu-partner-red-dark), var(--edu-partner-red));
  color: #fff !important;
  box-shadow: 0 5px 13px rgba(211, 27, 23, .18);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
  gap: 5px;
}

.edu-partners__faq-label::before {
  content: "?";
  font-size: 10px;
  font-weight: 800;
}

.edu-partners__faq-intro h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--edu-partner-ink) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 750 !important;
  letter-spacing: -.025em;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.edu-partners__faq-intro h3 strong {
  display: block;
  color: var(--edu-partner-red) !important;
  font-weight: inherit;
}

.edu-partners__faq-intro > p {
  max-width: 310px;
  margin: 9px 0 6px !important;
  color: #67748a !important;
  font-size: 11px !important;
  line-height: 1.65;
}

.edu-partners__faq-visual {
  position: relative;
  width: 230px;
  height: 116px;
  margin: 6px auto 2px;
}

.edu-partners__faq-word {
  position: absolute;
  bottom: 0;
  left: 45px;
  color: var(--edu-partner-red);
  font-size: 66px;
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: 1;
  text-shadow: 0 8px 18px rgba(211, 27, 23, .14);
}

.edu-partners__faq-cap {
  position: absolute;
  top: 0;
  left: 70px;
  width: 62px;
  height: 42px;
  color: #18253d;
  transform: rotate(-2deg);
}

.edu-partners__faq-cap svg,
.edu-partners__faq-search svg,
.edu-partners__faq-all svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.edu-partners__faq-bubble {
  position: absolute;
  top: 35px;
  left: 17px;
  display: grid;
  width: 31px;
  height: 26px;
  border-radius: 6px 6px 6px 2px;
  background: var(--edu-partner-red);
  color: #fff;
  box-shadow: 0 6px 14px rgba(211, 27, 23, .2);
  font-size: 17px;
  font-weight: 800;
  place-items: center;
}

.edu-partners__faq-search {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 46px;
  height: 46px;
  color: #25344d;
  filter: drop-shadow(0 6px 8px rgba(27, 42, 67, .12));
}

.edu-partners__faq-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 35px;
  margin-top: 3px;
  padding: 6px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--edu-partner-red-dark), var(--edu-partner-red));
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(211, 27, 23, .17);
  font-size: 9px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}

.edu-partners__faq-all svg {
  width: 15px;
  height: 15px;
}

.edu-partners__faq-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 11px 0 0;
  gap: 6px;
}

.edu-partners__faq-filter {
  min-height: 29px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 1px solid #ead9d7 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: none !important;
  color: #53637b !important;
  font-family: inherit;
  font-size: 9px !important;
  font-weight: 650 !important;
  letter-spacing: 0;
  line-height: 1.35 !important;
  text-transform: none;
  cursor: pointer;
}

.edu-partners__faq-filter.is-active {
  border-color: var(--edu-partner-red) !important;
  background: var(--edu-partner-red) !important;
  color: #fff !important;
}

.edu-partners__faq-list {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 18px 22px;
  background: rgba(255, 255, 255, .5);
  gap: 9px;
}

.edu-partners__faq-item {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #f0e3e2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(50, 33, 31, .055);
}

.edu-partners__faq-item[hidden] {
  display: none !important;
}

.edu-partners__faq-question {
  display: grid;
  min-height: 57px;
  align-items: center;
  padding: 10px 12px;
  color: #25344d !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
  grid-template-columns: 28px minmax(0, 1fr) 26px;
  gap: 10px;
}

.edu-partners__faq-question::-webkit-details-marker {
  display: none;
}

.edu-partners__faq-number {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--edu-partner-red);
  color: #fff !important;
  font-size: 9px;
  font-weight: 750;
  place-items: center;
}

.edu-partners__faq-toggle {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #f0cecb;
  border-radius: 50%;
  background: #fff;
}

.edu-partners__faq-toggle::before,
.edu-partners__faq-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--edu-partner-red);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.edu-partners__faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.edu-partners__faq-item[open] .edu-partners__faq-question {
  color: var(--edu-partner-ink) !important;
}

.edu-partners__faq-item[open] .edu-partners__faq-number {
  background: var(--edu-partner-red-dark);
  color: #fff !important;
}

.edu-partners__faq-item[open] .edu-partners__faq-toggle {
  border-color: var(--edu-partner-red);
  background: var(--edu-partner-red);
}

.edu-partners__faq-item[open] .edu-partners__faq-toggle::before,
.edu-partners__faq-item[open] .edu-partners__faq-toggle::after {
  background: #fff;
}

.edu-partners__faq-item[open] .edu-partners__faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.edu-partners__faq-answer {
  padding: 0 50px 15px;
  color: #66748a !important;
  font-size: 10.5px !important;
  line-height: 1.65;
}

.edu-partners__faq-answer > :first-child {
  margin-top: 0 !important;
}

.edu-partners__faq-answer > :last-child {
  margin-bottom: 0 !important;
}

.edu-partners__faq-answer p,
.edu-partners__faq-answer li {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit;
}

.edu-partners__faq + .edu-partners__header {
  margin-top: 30px;
}

@media (hover: hover) and (pointer: fine) {
  .edu-partners__item:hover {
    border-color: rgba(211, 27, 23, .24);
    background: #fffdfd;
    box-shadow: 0 9px 22px rgba(25, 44, 73, .1);
  }

  .edu-partners__item:hover img {
    transform: scale(1.025);
  }

  .edu-partners__nav:hover {
    border-color: rgba(211, 27, 23, .32) !important;
    box-shadow: 0 10px 23px rgba(27, 45, 75, .17) !important;
    color: var(--edu-partner-red-dark) !important;
  }

  .edu-partners__faq-question:hover {
    color: var(--edu-partner-red) !important;
  }

  .edu-partners__faq-filter:hover {
    border-color: rgba(211, 27, 23, .48) !important;
  }

  .edu-partners__faq-all:hover {
    background: linear-gradient(135deg, #970906, var(--edu-partner-red-dark));
    color: #fff !important;
  }
}

@media (max-width: 1100px) {
  .edu-partners {
    --edu-partner-visible: 6;
  }

}

@media (max-width: 720px) {
  .edu-partners {
    padding-right: 10px;
    padding-left: 10px;
  }

  .edu-partners__panel {
    padding: 14px 10px 12px;
    border-radius: 14px;
  }

  .edu-partners__carousel {
    padding-right: 36px;
    padding-left: 36px;
  }



  .edu-partners__faq {
    grid-template-columns: 1fr;
  }

  .edu-partners__faq-intro {
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid #f0dfdd;
  }

  .edu-partners__faq-visual {
    width: 220px;
    height: 108px;
    margin-top: 8px;
  }

  .edu-partners__faq-intro > p {
    max-width: 520px;
    margin-bottom: 13px !important;
  }

  .edu-partners__faq-filters {
    max-width: 100%;
    margin-top: 12px;
  }

  .edu-partners__faq-list {
    padding: 12px 17px 16px;
  }
}

@media (max-width: 600px) {
  .edu-partners {
    --edu-partner-visible: 3;
    --edu-partner-gap: 7px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .edu-partners__header {
    margin-bottom: 14px;
  }

  .edu-partners__header h2 {
    font-size: 18px !important;
  }

  .edu-partners__header p {
    padding: 0 12px;
    font-size: 10px !important;
  }

  .edu-partners__carousel {
    padding-right: 27px;
    padding-left: 27px;
  }

  .edu-partners__item {
    height: 82px;
    padding: 6px;
    border-radius: 9px;
  }

  .edu-partners__nav {
    width: 29px;
    min-width: 29px;
    height: 29px;
    min-height: 29px;
  }

  .edu-partners__nav svg {
    width: 14px;
    height: 14px;
  }







  .edu-partners__faq {
    margin: 0 0 22px;
    border-radius: 14px;
  }

  .edu-partners__faq-intro {
    padding: 18px 15px;
  }

  .edu-partners__faq-label {
    margin-bottom: 6px;
    font-size: 8px;
  }

  .edu-partners__faq-intro h3 {
    font-size: 21px !important;
  }

  .edu-partners__faq-intro > p {
    max-width: 100%;
    margin-top: 7px !important;
    font-size: 9px !important;
  }

  .edu-partners__faq-visual {
    width: 190px;
    height: 94px;
    margin-top: 5px;
  }

  .edu-partners__faq-word {
    left: 42px;
    font-size: 54px;
  }

  .edu-partners__faq-cap {
    left: 62px;
    width: 50px;
    height: 34px;
  }

  .edu-partners__faq-search {
    width: 38px;
    height: 38px;
  }

  .edu-partners__faq-filters {
    max-width: 100%;
  }

  .edu-partners__faq-list {
    padding: 9px 12px 13px;
  }

  .edu-partners__faq-question {
    min-height: 52px;
    padding: 9px;
    font-size: 10px !important;
    grid-template-columns: 24px minmax(0, 1fr) 23px;
    gap: 7px;
  }

  .edu-partners__faq-number,
  .edu-partners__faq-toggle {
    width: 22px;
    height: 22px;
  }

  .edu-partners__faq-answer {
    padding: 0 39px 13px;
    font-size: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-partners__track {
    transition-duration: 120ms !important;
  }

  .edu-partners__item,
  .edu-partners__item img,
  .edu-partners__nav,
  .edu-partners__faq-toggle::after {
    transition-duration: 120ms !important;
  }
}

/* inc/services-section.php */
.edu-services,
.edu-services * {
  box-sizing: border-box;
}

.edu-services {
  --edu-services-red: #d71915;
  --edu-services-red-dark: #ae0e0a;
  --edu-services-ink: #172642;
  --edu-services-muted: #5d6980;
  position: relative;
  left: 50%;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  padding: clamp(38px, 5vw, 66px) max(10px, calc((100vw - 1200px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 92%, rgba(215, 25, 21, .08), transparent 270px),
    radial-gradient(circle at 93% 8%, rgba(215, 25, 21, .06), transparent 300px),
    linear-gradient(135deg, #fff 0%, #fffdfd 50%, #fff8f7 100%);
  color: var(--edu-services-ink);
}

.edu-services::before,
.edu-services::after {
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 180px;
  background-image: radial-gradient(circle, rgba(215, 25, 21, .13) 1.3px, transparent 1.5px);
  background-size: 10px 10px;
  content: "";
  opacity: .68;
}

.edu-services::before {
  top: -30px;
  right: -24px;
}

.edu-services::after {
  bottom: -60px;
  left: -40px;
  transform: rotate(12deg);
}

.edu-services__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.edu-services__header {
  max-width: 800px;
  margin: 0 auto clamp(26px, 3vw, 38px);
  text-align: center;
}

.edu-services__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 5px 17px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--edu-services-red), #ee403a);
  color: #fff;
  box-shadow: 0 8px 18px rgba(215, 25, 21, .2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.edu-services__badge svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.edu-services__header h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--edu-services-ink) !important;
  font-size: clamp(28px, 3.2vw, 42px) !important;
  font-weight: 750 !important;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.edu-services__header h2 strong {
  color: var(--edu-services-red);
  font: inherit;
}

.edu-services__title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 76px;
  height: 10px;
  margin: 8px auto 5px;
}

.edu-services__title-line::before,
.edu-services__title-line::after {
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: var(--edu-services-red);
  content: "";
}

.edu-services__title-line::after {
  flex: 0 0 5px;
  height: 5px;
}

.edu-services__header p {
  margin: 6px auto 0 !important;
  color: var(--edu-services-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.65;
}

.edu-services__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.edu-services__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 318px;
  padding: 24px 18px 18px;
  overflow: hidden;
  border: 1px solid #f0e5e4;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 28px rgba(28, 42, 67, .07);
  flex-direction: column;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.edu-services__card::after {
  position: absolute;
  right: -30px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(215, 25, 21, .035);
  content: "";
  pointer-events: none;
}

.edu-services__number {
  position: absolute;
  top: 25px;
  right: 15px;
  color: rgba(215, 25, 21, .065);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.edu-services__icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 0 21px;
  border-radius: 50%;
  background: #fff0ef;
  color: var(--edu-services-red);
  place-items: center;
}

.edu-services__icon svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.edu-services__card h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--edu-services-ink) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35;
}

.edu-services__divider {
  width: 31px;
  height: 2px;
  margin: 11px 0 12px;
  border-radius: 999px;
  background: var(--edu-services-red);
}

.edu-services__card > p {
  margin: 0 0 18px !important;
  color: #49566d !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.62;
  flex: 1;
}

.edu-services__more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 39px;
  margin-top: auto;
  padding: 5px 7px 5px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #fff3f2;
  color: var(--edu-services-red) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease;
}

.edu-services__arrow {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--edu-services-red);
  color: #fff;
  place-items: center;
}

.edu-services__arrow svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.edu-services__cta {
  display: grid;
  width: min(1040px, 100%);
  min-height: 80px;
  margin: 18px auto 0;
  padding: 12px 20px;
  border: 1px solid #f0dfde;
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(28, 42, 67, .06);
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
}

.edu-services__cta-icon {
  display: grid;
  width: 48px;
  height: 48px;
  border: 6px solid #ffe7e5;
  border-radius: 50%;
  background: var(--edu-services-red);
  color: #fff;
  place-items: center;
  box-shadow: 0 6px 16px rgba(215, 25, 21, .18);
}

.edu-services__cta-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.edu-services__cta-copy strong,
.edu-services__cta-copy span {
  display: block;
}

.edu-services__cta-copy strong {
  margin-bottom: 3px;
  color: var(--edu-services-ink);
  font-size: 13px;
  line-height: 1.45;
}

.edu-services__cta-copy span {
  color: #667289;
  font-size: 11px;
  line-height: 1.4;
}

.edu-services__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 8px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--edu-services-red-dark), #e62721);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(215, 25, 21, .2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.edu-services__cta-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (hover: hover) {
  .edu-services__card:hover {
    border-color: rgba(215, 25, 21, .22);
    box-shadow: 0 14px 34px rgba(28, 42, 67, .11);
    transform: translateY(-3px);
  }

  .edu-services__more:hover {
    background: var(--edu-services-red);
    color: #fff !important;
  }

  .edu-services__more:hover .edu-services__arrow {
    background: #fff;
    color: var(--edu-services-red);
  }

  .edu-services__cta-button:hover {
    background: linear-gradient(135deg, #9f0906, var(--edu-services-red));
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(215, 25, 21, .27);
  }
}

@media (max-width: 1024px) {
  .edu-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .edu-services__card {
    min-height: 292px;
  }
}

@media (max-width: 680px) {
  .edu-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .edu-services__header {
    margin-bottom: 22px;
  }

  .edu-services__badge {
    min-height: 27px;
    margin-bottom: 11px;
    padding: 5px 13px;
    font-size: 9px;
  }

  .edu-services__header h2 {
    font-size: 24px !important;
  }

  .edu-services__header p {
    font-size: 11.5px !important;
    line-height: 1.55;
  }

  .edu-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .edu-services__card {
    min-height: 286px;
    padding: 16px 12px 12px;
    border-radius: 10px;
  }

  .edu-services__number {
    top: 17px;
    right: 10px;
    font-size: 34px;
  }

  .edu-services__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
  }

  .edu-services__icon svg {
    width: 31px;
    height: 31px;
  }

  .edu-services__card h3 {
    font-size: 14px !important;
  }

  .edu-services__card > p {
    font-size: 10.5px !important;
    line-height: 1.5;
  }

  .edu-services__more {
    min-height: 36px;
    padding-left: 11px;
    font-size: 10px;
  }

  .edu-services__arrow {
    width: 24px;
    height: 24px;
  }

  .edu-services__cta {
    padding: 13px;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 10px;
  }

  .edu-services__cta-icon {
    width: 42px;
    height: 42px;
    border-width: 5px;
  }

  .edu-services__cta-copy strong {
    font-size: 11px;
  }

  .edu-services__cta-copy span {
    font-size: 9.5px;
  }

  .edu-services__cta-button {
    min-height: 39px;
    grid-column: 1 / -1;
    padding: 7px 16px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-services__card,
  .edu-services__more,
  .edu-services__cta-button {
    transition: none;
  }
}

/* inc/latest-news-section.php */
.edu-latest-news {
  --edu-news-red: #d71915;
  --edu-news-red-dark: #aa0c09;
  --edu-news-navy: #172746;
  --edu-news-muted: #68748a;
  --edu-news-line: #e4e9f1;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  padding: 52px max(10px, calc((100vw - 1200px) / 2));
  overflow: hidden;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 7% 14%, rgba(215, 25, 21, .045), transparent 18rem),
    radial-gradient(circle at 94% 82%, rgba(215, 25, 21, .035), transparent 17rem),
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  color: var(--edu-news-navy);
  font-family: "Be Vietnam Pro", sans-serif;
}

.edu-latest-news *,
.edu-latest-news *::before,
.edu-latest-news *::after {
  box-sizing: border-box;
}

.edu-latest-news::before,
.edu-latest-news::after {
  position: absolute;
  width: 180px;
  height: 150px;
  background-image: radial-gradient(rgba(215, 25, 21, .13) 1px, transparent 1px);
  background-size: 8px 8px;
  content: "";
  opacity: .22;
  pointer-events: none;
}

.edu-latest-news::before {
  top: 18px;
  left: -38px;
}

.edu-latest-news::after {
  right: -30px;
  bottom: 22px;
}

.edu-latest-news__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.edu-latest-news__header {
  max-width: 760px;
  margin: 0 auto 27px;
  text-align: center;
}

.edu-latest-news__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 9px;
  color: var(--edu-news-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.4;
  text-transform: uppercase;
  gap: 11px;
}

.edu-latest-news__eyebrow::before,
.edu-latest-news__eyebrow::after {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 25, 21, .55));
  content: "";
}

.edu-latest-news__eyebrow::after {
  transform: scaleX(-1);
}

.edu-latest-news__title {
  margin: 0 !important;
  color: var(--edu-news-navy) !important;
  font-size: clamp(25px, 2.5vw, 34px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em;
  line-height: 1.25 !important;
}

.edu-latest-news__subtitle {
  max-width: 680px;
  margin: 10px auto 0 !important;
  color: var(--edu-news-muted) !important;
  font-size: 14px;
  line-height: 1.7;
}

.edu-latest-news__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  gap: 14px;
}

.edu-latest-news__featured,
.edu-latest-news__side-card {
  min-width: 0;
  margin: 0;
}

.edu-latest-news__featured-link,
.edu-latest-news__side-link {
  text-decoration: none !important;
}

.edu-latest-news__featured-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 39, 70, .09);
  border-radius: 18px;
  background: var(--edu-news-navy);
  box-shadow: 0 18px 42px rgba(23, 39, 70, .13);
  color: #fff !important;
  aspect-ratio: 16 / 9;
  isolation: isolate;
}

.edu-latest-news__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eef2f7;
  aspect-ratio: 16 / 9;
}

.edu-latest-news__featured-link > .edu-latest-news__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.edu-latest-news__image,
.edu-latest-news__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.edu-latest-news__image {
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.edu-latest-news__placeholder {
  display: grid;
  background:
    radial-gradient(circle at 72% 25%, rgba(215, 25, 21, .16), transparent 8rem),
    linear-gradient(145deg, #f8e7e6, #f4f7fb 55%, #e8edf5);
  color: rgba(215, 25, 21, .42);
  place-items: center;
}

.edu-latest-news__placeholder svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.edu-latest-news__featured-link::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 42, .05) 25%, rgba(10, 22, 42, .9) 100%);
  content: "";
}

.edu-latest-news__featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 11px;
  border-radius: 8px;
  background: var(--edu-news-red);
  box-shadow: 0 8px 20px rgba(170, 12, 9, .25);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.edu-latest-news__featured-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 27px 24px;
}

.edu-latest-news__category {
  display: block;
  margin-bottom: 7px;
  color: #ff8d87;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.edu-latest-news__featured-title {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(19px, 1.7vw, 25px) !important;
  font-weight: 750 !important;
  letter-spacing: -.02em;
  line-height: 1.35 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edu-latest-news__excerpt {
  display: -webkit-box;
  margin: 9px 0 0 !important;
  overflow: hidden;
  color: rgba(255, 255, 255, .84) !important;
  font-size: 12.5px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edu-latest-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 13px;
  color: inherit;
  font-size: 10.5px;
  gap: 8px 13px;
}

.edu-latest-news__meta-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
}

.edu-latest-news__meta svg,
.edu-latest-news__topic-icon svg,
.edu-latest-news__topics-title-icon svg,
.edu-latest-news__all-link svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.edu-latest-news__side {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.edu-latest-news__side-link {
  display: grid;
  height: 100%;
  min-height: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--edu-news-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 9px 25px rgba(23, 39, 70, .055);
  color: var(--edu-news-navy) !important;
  grid-template-columns: minmax(150px, 35%) minmax(0, 1fr);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.edu-latest-news__side-link .edu-latest-news__media {
  width: calc(100% - 16px);
  height: auto;
  min-height: 0;
  align-self: center;
  margin: 8px;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
}

.edu-latest-news__side-copy {
  display: flex;
  min-width: 0;
  justify-content: center;
  padding: 14px 17px;
  flex-direction: column;
}

.edu-latest-news__side-title {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: var(--edu-news-navy) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.42 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edu-latest-news__side .edu-latest-news__meta {
  margin-top: 9px;
  color: #7a8497;
}

.edu-latest-news__topics {
  display: grid;
  align-items: center;
  margin-top: 22px;
  padding: 11px 12px;
  border: 1px solid var(--edu-news-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(23, 39, 70, .055);
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 10px;
}

.edu-latest-news__topics-title {
  display: grid;
  min-width: 0;
  align-items: center;
  color: var(--edu-news-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
}

.edu-latest-news__topics-title-icon {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(145deg, #e72b26, #b40d09);
  box-shadow: 0 8px 17px rgba(180, 13, 9, .2);
  color: #fff;
  place-items: center;
}

.edu-latest-news__topic-list {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.edu-latest-news__topic {
  display: grid;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  background: #fff;
  color: var(--edu-news-navy) !important;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none !important;
  grid-template-columns: 31px minmax(0, 1fr) 13px;
  gap: 7px;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.edu-latest-news__topic-icon {
  display: grid;
  width: 31px;
  height: 31px;
  border-radius: 8px;
  background: #fff1f0;
  color: var(--edu-news-red);
  place-items: center;
}

.edu-latest-news__topic-arrow {
  color: #aab2c0;
  font-size: 17px;
  line-height: 1;
}

.edu-latest-news__footer {
  margin-top: 22px;
  text-align: center;
}

.edu-latest-news__all-link {
  display: inline-flex;
  min-width: 250px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #df211c, #b70d09);
  box-shadow: 0 11px 25px rgba(183, 13, 9, .2);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none !important;
  text-transform: uppercase;
  gap: 10px;
  transition: box-shadow .22s ease, transform .22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .edu-latest-news__featured-link:hover .edu-latest-news__image {
    filter: saturate(1.05);
    transform: scale(1.025);
  }

  .edu-latest-news__side-link:hover {
    border-color: rgba(215, 25, 21, .22);
    box-shadow: 0 14px 31px rgba(23, 39, 70, .1);
    transform: translateY(-2px);
  }

  .edu-latest-news__side-link:hover .edu-latest-news__image {
    transform: scale(1.025);
  }

  .edu-latest-news__topic:hover {
    border-color: rgba(215, 25, 21, .22);
    box-shadow: 0 9px 20px rgba(23, 39, 70, .08);
    transform: translateY(-1px);
  }

  .edu-latest-news__all-link:hover {
    box-shadow: 0 14px 30px rgba(183, 13, 9, .28);
    color: #fff !important;
    transform: translateY(-2px);
  }
}

@media (max-width: 980px) {
  .edu-latest-news {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .edu-latest-news__grid {
    grid-template-columns: 1fr;
  }

  .edu-latest-news__side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .edu-latest-news__side-link {
    display: block;
  }

  .edu-latest-news__side-link .edu-latest-news__media {
    height: auto;
  }

  .edu-latest-news__topics {
    grid-template-columns: 1fr;
  }

  .edu-latest-news__topics-title {
    grid-template-columns: 36px auto;
  }
}

@media (max-width: 720px) {
  .edu-latest-news {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .edu-latest-news__header {
    margin-bottom: 20px;
  }

  .edu-latest-news__eyebrow {
    font-size: 10px;
  }

  .edu-latest-news__eyebrow::before,
  .edu-latest-news__eyebrow::after {
    width: 20px;
  }

  .edu-latest-news__title {
    font-size: 24px !important;
  }

  .edu-latest-news__subtitle {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .edu-latest-news__featured-copy {
    padding: 18px 18px 17px;
  }

  .edu-latest-news__featured-badge {
    top: 12px;
    left: 12px;
  }

  .edu-latest-news__featured-title {
    font-size: 17px !important;
  }

  .edu-latest-news__excerpt {
    display: none;
  }

  .edu-latest-news__side {
    grid-template-columns: 1fr;
  }

  .edu-latest-news__side-link {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .edu-latest-news__side-link .edu-latest-news__media {
    width: calc(100% - 14px);
    height: auto;
    margin: 7px;
  }

  .edu-latest-news__side-copy {
    padding: 12px;
  }

  .edu-latest-news__side-title {
    font-size: 12.5px !important;
  }

  .edu-latest-news__side .edu-latest-news__meta {
    gap: 6px;
  }

  .edu-latest-news__side .edu-latest-news__meta-item--views {
    display: none;
  }

  .edu-latest-news__topics {
    margin-top: 17px;
    padding: 10px;
  }

  .edu-latest-news__topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-latest-news__topic {
    min-height: 47px;
    padding: 6px 7px;
    font-size: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .edu-latest-news__topic-icon {
    width: 28px;
    height: 28px;
  }

  .edu-latest-news__topic-arrow {
    display: none;
  }

  .edu-latest-news__all-link {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .edu-latest-news__side-link {
    grid-template-columns: 126px minmax(0, 1fr);
  }

  .edu-latest-news__category {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-latest-news__image,
  .edu-latest-news__side-link,
  .edu-latest-news__topic,
  .edu-latest-news__all-link {
    transition-duration: .01ms !important;
  }
}

/* Shared layout and heading standards for shortcode sections. */
.edu-study-process,
.edu-choice-country,
.edu-testimonials,
.edu-visa-proof,
.edu-partners,
.edu-services,
.edu-latest-news {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  padding-right: 10px;
  padding-left: 10px;
}

.edu-study-process__inner,
.edu-choice-country__inner,
.edu-testimonials__inner,
.edu-visa-proof__inner,
.edu-partners__inner,
.edu-services__inner,
.edu-latest-news__inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.edu-component-heading {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.edu-study-process .edu-component-heading > h2,
.edu-choice-country .edu-component-heading > h2,
.edu-partners .edu-component-heading > h2,
.edu-services .edu-component-heading > h2,
.edu-latest-news .edu-component-heading > h2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #172b49 !important;
  font-size: clamp(27px, 3vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  text-align: center;
  text-transform: uppercase;
  gap: clamp(12px, 2vw, 28px);
}

.edu-study-process .edu-component-heading > h2::before,
.edu-study-process .edu-component-heading > h2::after,
.edu-choice-country .edu-component-heading > h2::before,
.edu-choice-country .edu-component-heading > h2::after,
.edu-partners .edu-component-heading > h2::before,
.edu-partners .edu-component-heading > h2::after,
.edu-services .edu-component-heading > h2::before,
.edu-services .edu-component-heading > h2::after,
.edu-latest-news .edu-component-heading > h2::before,
.edu-latest-news .edu-component-heading > h2::after {
  position: static;
  display: block;
  width: clamp(40px, 8vw, 92px);
  height: 2px;
  flex: 0 1 clamp(40px, 8vw, 92px);
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #d11b16);
  content: "";
  opacity: 1;
  transform: none;
}

.edu-study-process .edu-component-heading > h2::after,
.edu-choice-country .edu-component-heading > h2::after,
.edu-partners .edu-component-heading > h2::after,
.edu-services .edu-component-heading > h2::after,
.edu-latest-news .edu-component-heading > h2::after {
  background: linear-gradient(90deg, #d11b16, transparent);
}

.edu-choice-country .edu-component-heading > h2 {
  color: #fff !important;
}

.edu-choice-country .edu-component-heading > h2::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .92));
}

.edu-choice-country .edu-component-heading > h2::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .92), transparent);
}

.edu-study-process .edu-component-heading > p,
.edu-choice-country .edu-component-heading > p,
.edu-partners .edu-component-heading > p,
.edu-services .edu-component-heading > p,
.edu-latest-news .edu-component-heading > .edu-latest-news__subtitle {
  max-width: 760px;
  margin: 10px auto 0 !important;
  color: #657087 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.edu-choice-country .edu-component-heading > p {
  color: rgba(255, 255, 255, .88) !important;
}

.edu-choice-country__accent,
.edu-services__title-line {
  display: none;
}

.edu-services__header,
.edu-latest-news__header,
.edu-partners__header {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.edu-partners__panel {
  padding-bottom: 10px;
}

.edu-partners__carousel {
  padding-bottom: 4px;
}

/* Keep editor-entered FAQ content inside its accordion without hiding data. */
.edu-partners__faq,
.edu-partners__faq-list,
.edu-partners__faq-item,
.edu-partners__faq-question,
.edu-partners__faq-answer {
  min-width: 0;
  max-width: 100%;
}

.edu-partners__faq-answer {
  width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.edu-partners__faq-answer > *,
.edu-partners__faq-answer img,
.edu-partners__faq-answer video,
.edu-partners__faq-answer iframe,
.edu-partners__faq-answer figure,
.edu-partners__faq-answer .wp-block-group,
.edu-partners__faq-answer .wp-block-columns {
  max-width: 100% !important;
}

.edu-partners__faq-answer img,
.edu-partners__faq-answer video {
  height: auto !important;
}

.edu-partners__faq-answer iframe {
  width: 100%;
}

.edu-partners__faq-answer table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.edu-partners__faq-answer pre,
.edu-partners__faq-answer code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.edu-partners__faq-answer ul,
.edu-partners__faq-answer ol {
  margin-left: 0;
  padding-left: 20px;
}

@media (max-width: 720px) {
  .edu-study-process .edu-component-heading > h2,
  .edu-choice-country .edu-component-heading > h2,
  .edu-partners .edu-component-heading > h2,
  .edu-services .edu-component-heading > h2,
  .edu-latest-news .edu-component-heading > h2 {
    font-size: 23px !important;
    gap: 10px;
  }

  .edu-study-process .edu-component-heading > h2::before,
  .edu-study-process .edu-component-heading > h2::after,
  .edu-choice-country .edu-component-heading > h2::before,
  .edu-choice-country .edu-component-heading > h2::after,
  .edu-partners .edu-component-heading > h2::before,
  .edu-partners .edu-component-heading > h2::after,
  .edu-services .edu-component-heading > h2::before,
  .edu-services .edu-component-heading > h2::after,
  .edu-latest-news .edu-component-heading > h2::before,
  .edu-latest-news .edu-component-heading > h2::after {
    width: 26px;
    flex-basis: 26px;
  }

  .edu-study-process .edu-component-heading > p,
  .edu-choice-country .edu-component-heading > p,
  .edu-partners .edu-component-heading > p,
  .edu-services .edu-component-heading > p,
  .edu-latest-news .edu-component-heading > .edu-latest-news__subtitle {
    font-size: 11px !important;
  }

  .edu-partners__faq-answer {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* Mobile services: first card full width, remaining four cards in a 2 x 2 grid. */
@media (max-width: 600px) {
  .edu-services__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .edu-services__card {
    min-width: 0;
    min-height: 0;
    padding: 14px 12px !important;
  }

  .edu-services__card:first-child {
    grid-column: 1 / -1;
  }

  .edu-services__card:not(:first-child) {
    height: 243px;
    grid-column: auto !important;
  }

  .edu-services__card h3 {
    font-size: 14px !important;
  }

  .edu-services__card p {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .edu-services__more {
    min-height: 34px;
    padding: 5px 8px;
    font-size: 10px;
  }
}
