/*
Theme Name: Eduglobetech
Theme URI: https://www.eduglobetech.com/
Author: Eduglobetech Web Team
Author URI: https://www.eduglobetech.com/
Description: A custom Elementor-ready WordPress theme for an international education consultancy.
Version: 2.1.2
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eduglobetech
Tags: education, one-page, custom-logo, custom-menu, block-styles, wide-blocks, accessibility-ready
*/

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# Settings
# Normalize
# WordPress accessibility
# Theme header
# Shared components
# Elementor page sections
# Footer
# Responsive
# Motion preferences
-------------------------------------------------------------- */

/* # Settings
--------------------------------------------- */
:root {
  --egt-ink: #17152b;
  --egt-copy: #5f5b75;
  --egt-muted: #89849d;
  --egt-line: #e8e4f1;
  --egt-surface: #ffffff;
  --egt-soft: #f7f5fb;
  --egt-violet-soft: #eee9ff;
  --egt-violet: #6846e8;
  --egt-violet-dark: #4b2bb6;
  --egt-orange: #ff6b3d;
  --egt-orange-soft: #fff0eb;
  --egt-navy: #1b1638;
  --egt-lime: #c7f27a;
  --egt-success: #217a4b;
  --egt-danger: #b42318;
  --egt-shadow-sm: 0 12px 34px rgba(29, 20, 66, .08);
  --egt-shadow-lg: 0 30px 80px rgba(29, 20, 66, .16);
  --egt-radius-sm: 12px;
  --egt-radius-md: 22px;
  --egt-radius-lg: 36px;
  --egt-container: 1180px;
  --egt-header-height: 78px;
  --egt-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --egt-display: "Arial Black", Inter, ui-sans-serif, sans-serif;
}

/* # Normalize
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--egt-header-height) + 24px);
}

body {
  margin: 0;
  background: var(--egt-surface);
  color: var(--egt-ink);
  font-family: var(--egt-font);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
  overflow: hidden;
}

body.student-modal-is-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--egt-ink);
  line-height: 1.08;
}

::selection {
  background: var(--egt-lime);
  color: var(--egt-ink);
}

/* # WordPress accessibility and structure
--------------------------------------------- */
.site {
  min-height: 100vh;
}

.site-main,
.entry-content {
  overflow: clip;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--egt-surface);
  border-radius: 8px;
  box-shadow: var(--egt-shadow-sm);
  clip: auto !important;
  clip-path: none;
  color: var(--egt-ink);
  display: block;
  font-size: .875rem;
  font-weight: 750;
  height: auto;
  left: 16px;
  padding: 12px 18px;
  top: 16px;
  width: auto;
  z-index: 100000;
}

.egt-container,
.e-con-inner {
  margin-inline: auto;
  max-width: var(--egt-container);
  width: min(calc(100% - 48px), var(--egt-container));
}

/* Elementor's boxed inner container is column-based unless a page-specific
   layout class below intentionally replaces it with grid. */
.elementor-section > .e-con-inner {
  flex-direction: column;
}

.egt-svg-sprite {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.egt-icon {
  fill: none;
  flex: 0 0 auto;
  height: 1.25em;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.25em;
}

section[id],
article[id] {
  scroll-margin-top: calc(var(--egt-header-height) + 24px);
}

/* # Theme header
--------------------------------------------- */
.egt-announcement-bar {
  background: var(--egt-navy);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .02em;
}

.egt-announcement-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 36px;
}

.egt-announcement-bar__label {
  color: rgba(255,255,255,.64);
}

.egt-announcement-bar__link {
  align-items: center;
  display: inline-flex;
  font-weight: 750;
  gap: 7px;
}

.egt-announcement-bar__link .egt-icon {
  transition: transform .25s ease;
}

.egt-announcement-bar__link:hover .egt-icon {
  transform: translateX(4px);
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(232,228,241,.9);
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  align-items: center;
  display: flex;
  height: var(--egt-header-height);
  justify-content: space-between;
}

.custom-logo-link {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 11px;
}

.egt-logo-mark {
  align-items: center;
  background: var(--egt-violet);
  border-radius: 11px;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transform: rotate(-4deg);
  transition: transform .25s ease;
  width: 38px;
}

.custom-logo-link:hover .egt-logo-mark {
  transform: rotate(0deg) scale(1.04);
}

.egt-icon--logo {
  height: 23px;
  width: 23px;
}

.site-title {
  font-size: 1.13rem;
  font-weight: 900;
  letter-spacing: -.035em;
}

.main-navigation .menu {
  align-items: center;
  display: flex;
  gap: 27px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .menu-item {
  position: relative;
}

.main-navigation .menu > .menu-item > a {
  align-items: center;
  color: #4f4a67;
  display: flex;
  font-size: .86rem;
  font-weight: 700;
  gap: 4px;
  min-height: var(--egt-header-height);
  position: relative;
}

.main-navigation .menu > .menu-item > a::after {
  background: var(--egt-violet);
  border-radius: 4px;
  bottom: 18px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
  width: 100%;
}

.main-navigation .menu > .menu-item > a:hover,
.main-navigation .current-menu-item > a,
.main-navigation a[aria-current] {
  color: var(--egt-violet);
}

.main-navigation .menu > .current-menu-item > a::after,
.main-navigation .menu > .menu-item > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.egt-icon--chevron {
  height: 14px;
  width: 14px;
}

.main-navigation .sub-menu {
  background: var(--egt-surface);
  border: 1px solid var(--egt-line);
  border-radius: 16px;
  box-shadow: var(--egt-shadow-lg);
  display: grid;
  gap: 3px;
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 210px;
  opacity: 0;
  padding: 9px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 12px);
  transform: translate(-50%, 8px);
  transition: opacity .2s ease, transform .2s ease;
  visibility: hidden;
}

.main-navigation .sub-menu a {
  border-radius: 9px;
  color: var(--egt-copy);
  display: block;
  font-size: .82rem;
  font-weight: 700;
  padding: 10px 12px;
}

.main-navigation .sub-menu a:hover {
  background: var(--egt-violet-soft);
  color: var(--egt-violet-dark);
}

.main-navigation .menu-item-has-children:hover .sub-menu,
.main-navigation .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.site-header__actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.egt-student-login {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--egt-violet-dark);
  cursor: pointer;
  display: inline-flex;
  font-size: .8rem;
  font-weight: 850;
  gap: 7px;
  padding: 9px 2px;
  transition: color .2s ease, transform .2s ease;
}

.egt-student-login:hover {
  color: var(--egt-orange);
  transform: translateY(-1px);
}

.egt-student-login .egt-icon {
  height: 18px;
  width: 18px;
}

.menu-toggle {
  align-items: center;
  background: var(--egt-soft);
  border: 1px solid var(--egt-line);
  border-radius: 10px;
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.menu-toggle .egt-icon {
  height: 22px;
  width: 22px;
}

.menu-toggle__close {
  display: none;
}

.menu-is-open .menu-toggle__open {
  display: none;
}

.menu-is-open .menu-toggle__close {
  display: block;
}

/* # Shared components
--------------------------------------------- */
.egt-button,
.elementor-button.egt-button,
.wp-element-button.egt-button {
  align-items: center;
  appearance: none;
  background: var(--egt-violet);
  border: 1px solid var(--egt-violet);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  line-height: 1.2;
  padding: 15px 23px;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}

.egt-button:hover,
.elementor-button.egt-button:hover,
.wp-element-button.egt-button:hover {
  background: var(--egt-violet-dark);
  border-color: var(--egt-violet-dark);
  box-shadow: 0 14px 30px rgba(104,70,232,.24);
  color: #fff;
  transform: translateY(-2px);
}

.egt-button--small,
.wp-element-button.egt-button--small {
  font-size: .8rem;
  padding: 11px 18px;
}

.egt-button--ghost,
.elementor-button.egt-button--ghost {
  background: transparent;
  border-color: var(--egt-line);
  color: var(--egt-ink);
}

.egt-button--ghost:hover,
.elementor-button.egt-button--ghost:hover {
  background: var(--egt-soft);
  border-color: #d9d3e6;
  box-shadow: none;
  color: var(--egt-ink);
}

.egt-button--light,
.egt-button.egt-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--egt-navy);
}

.egt-button.egt-button--light:hover {
  background: var(--egt-lime);
  border-color: var(--egt-lime);
  color: var(--egt-navy);
}

.egt-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.egt-eyebrow,
.egt-section-label {
  align-items: center;
  color: var(--egt-violet);
  display: flex;
  font-size: .72rem;
  font-weight: 900;
  gap: 9px;
  letter-spacing: .15em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.egt-eyebrow span {
  animation: egt-pulse 1.8s ease-in-out infinite;
  background: var(--egt-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 6px var(--egt-orange-soft);
  height: 7px;
  width: 7px;
}

.elementor-heading-title {
  font-family: var(--egt-display);
  font-weight: 900;
  letter-spacing: -.055em;
  margin-bottom: 0;
}

.egt-section-heading {
  margin-bottom: 50px;
  max-width: 680px;
}

.egt-section-heading .elementor-heading-title,
.elementor-element-about .elementor-heading-title,
.elementor-element-scholarships .elementor-heading-title,
.elementor-element-faq .elementor-heading-title,
.elementor-element-contact .elementor-heading-title {
  font-size: clamp(2.25rem, 5vw, 4.2rem);
}

.egt-section-heading > p:last-child,
.egt-section-intro {
  color: var(--egt-copy);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 22px 0 0;
}

.egt-text-link {
  align-items: center;
  color: var(--egt-violet-dark);
  display: inline-flex;
  font-size: .88rem;
  font-weight: 850;
  gap: 7px;
}

.egt-text-link .egt-icon {
  transition: transform .22s ease;
}

.egt-text-link:hover .egt-icon {
  transform: translateX(5px);
}

.egt-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}

.egt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* # Elementor page sections
--------------------------------------------- */
.elementor-element-hero {
  background:
    radial-gradient(circle at 78% 10%, rgba(199,242,122,.32), transparent 25%),
    radial-gradient(circle at 10% 70%, rgba(104,70,232,.09), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfaff 100%);
  min-height: calc(100svh - 114px);
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 0 88px;
  position: relative;
}

.elementor-element-hero::before {
  background-image: linear-gradient(rgba(104,70,232,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(104,70,232,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 82%);
  pointer-events: none;
  position: absolute;
}

.egt-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(50px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  position: relative;
  z-index: 1;
}

.elementor-element-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 670px;
  min-width: 0;
}

.elementor-element-hero h1 {
  font-size: clamp(3.7rem, 7.3vw, 7.4rem);
  line-height: .88;
  max-width: 720px;
}

.elementor-element-hero h1 em {
  color: var(--egt-violet);
  display: block;
  font-style: normal;
  position: relative;
}

.elementor-element-hero h1 em::after {
  background: var(--egt-lime);
  bottom: .03em;
  content: "";
  height: .1em;
  left: .02em;
  position: absolute;
  transform: rotate(-1.2deg);
  width: 92%;
  z-index: -1;
}

.egt-hero__lead {
  color: var(--egt-copy);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
  margin: 28px 0 30px;
  max-width: 620px;
}

.egt-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.egt-proof-list li {
  align-items: center;
  color: var(--egt-copy);
  display: flex;
  font-size: .82rem;
  font-weight: 750;
  gap: 8px;
}

.egt-proof-list .egt-icon {
  background: var(--egt-violet-soft);
  border-radius: 50%;
  color: var(--egt-violet);
  height: 19px;
  padding: 3px;
  width: 19px;
}

.elementor-element-hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 510px;
  min-width: 0;
  position: relative;
}

.egt-orbit-card {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #f0ecff, #fff);
  border: 1px solid #ddd5f5;
  border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(255,255,255,.56), var(--egt-shadow-lg);
  display: flex;
  justify-content: center;
  left: 50%;
  max-width: 470px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
}

.egt-orbit-card.is-visible {
  transform: translate(-50%, -50%);
}

.egt-orbit-card__halo {
  border: 1px dashed rgba(104,70,232,.35);
  border-radius: 50%;
  inset: 13%;
  position: absolute;
}

.egt-orbit-card__core {
  align-items: center;
  background: var(--egt-violet);
  border: 9px solid #e5dfff;
  border-radius: 50%;
  box-shadow: 0 20px 40px rgba(104,70,232,.28);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: .78rem;
  font-weight: 850;
  height: 146px;
  justify-content: center;
  letter-spacing: -.01em;
  line-height: 1.25;
  text-align: center;
  width: 146px;
}

.egt-orbit-card__core .egt-icon {
  height: 40px;
  margin-bottom: 9px;
  width: 40px;
}

.egt-orbit-card__node {
  align-items: center;
  animation: egt-float 4s ease-in-out infinite;
  background: #fff;
  border: 1px solid var(--egt-line);
  border-radius: 18px;
  box-shadow: var(--egt-shadow-sm);
  color: var(--egt-copy);
  display: flex;
  flex-direction: column;
  font-size: .68rem;
  font-weight: 800;
  gap: 6px;
  height: 80px;
  justify-content: center;
  position: absolute;
  width: 90px;
}

.egt-orbit-card__node .egt-icon {
  color: var(--egt-violet);
  height: 27px;
  width: 27px;
}

.egt-orbit-card__node--one {
  left: 3%;
  top: 25%;
}

.egt-orbit-card__node--two {
  animation-delay: -.9s;
  right: 1%;
  top: 22%;
}

.egt-orbit-card__node--three {
  animation-delay: -1.8s;
  bottom: 3%;
  left: calc(50% - 45px);
}

.egt-orbit-card__route {
  border: 2px solid var(--egt-orange);
  border-left-color: transparent;
  border-radius: 50%;
  height: 62%;
  position: absolute;
  transform: rotate(28deg);
  width: 62%;
}

.egt-orbit-card__route::after {
  background: var(--egt-orange);
  border: 4px solid var(--egt-orange-soft);
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  right: 7%;
  top: 4%;
  width: 16px;
}

.egt-floating-note {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,.92);
  border: 1px solid var(--egt-line);
  border-radius: 16px;
  box-shadow: var(--egt-shadow-sm);
  display: flex;
  gap: 11px;
  padding: 12px 14px;
  position: absolute;
  width: 220px;
  z-index: 3;
}

.egt-floating-note > .egt-icon {
  background: var(--egt-orange-soft);
  border-radius: 10px;
  color: var(--egt-orange);
  height: 40px;
  padding: 9px;
  width: 40px;
}

.egt-floating-note span {
  color: var(--egt-muted);
  font-size: .65rem;
  line-height: 1.45;
}

.egt-floating-note strong {
  color: var(--egt-ink);
  display: block;
  font-size: .73rem;
}

.egt-floating-note--top {
  right: -7%;
  top: 6%;
}

.egt-floating-note--bottom {
  bottom: 6%;
  left: -5%;
}

.elementor-element-metrics {
  border-bottom: 1px solid var(--egt-line);
  border-top: 1px solid var(--egt-line);
}

.egt-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.egt-metric {
  padding: 32px 28px;
  position: relative;
  text-align: center;
}

.egt-metric:not(:last-child)::after {
  background: var(--egt-line);
  content: "";
  height: 42px;
  position: absolute;
  right: 0;
  top: calc(50% - 21px);
  width: 1px;
}

.egt-metric__number,
.egt-metric__suffix {
  font-family: var(--egt-display);
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -.055em;
}

.egt-metric__suffix {
  color: var(--egt-violet);
  font-size: 1.15rem;
  margin-left: 2px;
}

.egt-metric p {
  color: var(--egt-muted);
  font-size: .74rem;
  font-weight: 700;
  margin: 3px 0 0;
}

.elementor-element-about {
  padding: clamp(90px, 11vw, 160px) 0;
}

.egt-split {
  align-items: start;
  display: grid;
  gap: clamp(55px, 9vw, 130px);
  grid-template-columns: .9fr 1.1fr;
}

.elementor-element-about .elementor-heading-title {
  max-width: 520px;
}

.egt-feature-list {
  border-top: 1px solid var(--egt-line);
  display: grid;
  margin-top: 38px;
}

.egt-feature {
  align-items: flex-start;
  border-bottom: 1px solid var(--egt-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
  padding: 24px 0;
}

.egt-feature__icon {
  align-items: center;
  background: var(--egt-violet-soft);
  border-radius: 13px;
  color: var(--egt-violet);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.egt-feature__icon .egt-icon {
  height: 23px;
  width: 23px;
}

.egt-feature h3 {
  font-size: 1rem;
  margin: 1px 0 6px;
}

.egt-feature p {
  color: var(--egt-copy);
  font-size: .88rem;
  line-height: 1.65;
  margin: 0;
}

.elementor-element-destinations {
  background: var(--egt-soft);
  padding: clamp(90px, 10vw, 145px) 0;
}

.egt-destination-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.egt-destination-card {
  background: var(--egt-surface);
  border: 1px solid var(--egt-line);
  border-radius: var(--egt-radius-md);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.egt-destination-card::before {
  background: var(--egt-violet);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
  width: 100%;
}

.egt-destination-card:nth-child(2)::before {
  background: var(--egt-orange);
}

.egt-destination-card:nth-child(3)::before {
  background: #1f8b72;
}

.egt-destination-card:nth-child(4)::before {
  background: #275aa8;
}

.egt-destination-card:hover {
  border-color: transparent;
  box-shadow: var(--egt-shadow-lg);
  transform: translateY(-8px);
}

.egt-destination-card:hover::before {
  transform: scaleX(1);
}

.egt-destination-card__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.egt-country-code {
  color: #cbc5d7;
  font-family: var(--egt-display);
  font-size: 2.9rem;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
}

.egt-destination-card__top .egt-icon {
  background: var(--egt-violet-soft);
  border-radius: 12px;
  color: var(--egt-violet);
  height: 44px;
  padding: 10px;
  width: 44px;
}

.egt-destination-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.egt-destination-card > p {
  color: var(--egt-copy);
  font-size: .84rem;
  line-height: 1.7;
  margin-bottom: 21px;
}

.egt-destination-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.egt-destination-card li {
  align-items: center;
  color: var(--egt-copy);
  display: flex;
  font-size: .76rem;
  font-weight: 700;
  gap: 7px;
}

.egt-destination-card li .egt-icon {
  color: var(--egt-success);
  height: 15px;
  width: 15px;
}

.egt-destination-card .egt-text-link {
  margin-top: auto;
}

.elementor-element-process {
  background:
    radial-gradient(circle at 10% 20%, rgba(104,70,232,.28), transparent 23%),
    radial-gradient(circle at 85% 80%, rgba(199,242,122,.14), transparent 25%),
    var(--egt-navy);
  color: #fff;
  padding: clamp(90px, 11vw, 150px) 0;
  position: relative;
}

.egt-section-heading--light .elementor-heading-title,
.elementor-element-process h3 {
  color: #fff;
}

.egt-section-heading--light .egt-section-label {
  color: var(--egt-lime);
}

.elementor-element-process .elementor-heading-title {
  font-size: clamp(2.4rem, 5.2vw, 4.7rem);
}

.egt-process {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
}

.egt-process-step {
  border-left: 1px solid rgba(255,255,255,.13);
  min-height: 320px;
  padding: 0 28px 28px;
  position: relative;
}

.egt-process-step:first-child {
  border-left: 0;
  padding-left: 0;
}

.egt-process-step__number {
  color: rgba(255,255,255,.18);
  font-family: var(--egt-display);
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
}

.egt-process-step__icon {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  color: var(--egt-lime);
  display: flex;
  height: 54px;
  justify-content: center;
  margin: 34px 0 27px;
  width: 54px;
}

.egt-process-step__icon .egt-icon {
  height: 25px;
  width: 25px;
}

.egt-process-step h3 {
  font-size: 1.15rem;
  margin-bottom: 13px;
}

.egt-process-step p {
  color: rgba(255,255,255,.58);
  font-size: .83rem;
  line-height: 1.75;
  margin: 0;
}

.elementor-element-scholarships {
  padding: clamp(90px, 11vw, 155px) 0;
}

.egt-scholarship-layout {
  align-items: center;
  display: grid;
  gap: clamp(55px, 9vw, 130px);
  grid-template-columns: 1fr .86fr;
}

.elementor-element-scholarships .egt-button {
  margin-top: 31px;
}

.egt-scholarship-panel {
  background: linear-gradient(145deg, #f7f4ff, #fff);
  border: 1px solid #ded7f3;
  border-radius: var(--egt-radius-lg);
  box-shadow: var(--egt-shadow-lg);
  padding: clamp(28px, 4vw, 45px);
  position: relative;
}

.egt-scholarship-panel::before {
  background: var(--egt-lime);
  border-radius: 50%;
  content: "";
  filter: blur(1px);
  height: 95px;
  opacity: .45;
  position: absolute;
  right: -24px;
  top: -25px;
  width: 95px;
}

.egt-scholarship-panel__head {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.egt-scholarship-panel__head > span {
  align-items: center;
  background: var(--egt-violet);
  border-radius: 16px;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.egt-scholarship-panel__head .egt-icon {
  height: 30px;
  width: 30px;
}

.egt-scholarship-panel__head small {
  color: var(--egt-violet);
  display: block;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.egt-scholarship-panel__head h3 {
  font-size: 1.17rem;
  margin: 4px 0 0;
}

.egt-scholarship-panel ul {
  display: grid;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.egt-scholarship-panel li {
  align-items: center;
  border-bottom: 1px solid var(--egt-line);
  color: var(--egt-copy);
  display: flex;
  font-size: .84rem;
  font-weight: 700;
  gap: 11px;
  padding: 13px 0;
}

.egt-scholarship-panel li .egt-icon {
  color: var(--egt-success);
  height: 18px;
  width: 18px;
}

.egt-scholarship-panel__score {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 28px;
}

.egt-scholarship-panel__score > span {
  color: var(--egt-muted);
  font-size: .74rem;
  font-weight: 750;
}

.egt-scholarship-panel__score > strong {
  font-size: .78rem;
}

.egt-scholarship-panel__score > div {
  background: #e4deef;
  border-radius: 10px;
  grid-column: 1 / -1;
  height: 7px;
  margin-top: 10px;
  overflow: hidden;
}

.egt-scholarship-panel__score i {
  background: linear-gradient(90deg, var(--egt-violet), var(--egt-orange));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 92%;
}

.elementor-element-programmes {
  background: var(--egt-soft);
  padding: clamp(90px, 10vw, 140px) 0;
}

.egt-programme-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.egt-programme-card {
  align-items: start;
  background: var(--egt-surface);
  border: 1px solid var(--egt-line);
  border-radius: var(--egt-radius-md);
  display: grid;
  gap: 8px 18px;
  grid-template-columns: 56px 1fr auto;
  padding: 28px;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.egt-programme-card:hover {
  border-color: #d3c9ef;
  box-shadow: var(--egt-shadow-sm);
  transform: translateY(-4px);
}

.egt-programme-card > .egt-icon {
  background: var(--egt-violet-soft);
  border-radius: 15px;
  color: var(--egt-violet);
  grid-row: 1 / 3;
  height: 52px;
  padding: 13px;
  width: 52px;
}

.egt-programme-card > span {
  color: #cfc9dc;
  font-family: var(--egt-display);
  font-size: 1.2rem;
  font-weight: 900;
  grid-column: 3;
  grid-row: 1;
}

.egt-programme-card h3 {
  font-size: 1rem;
  grid-column: 2;
  margin: 3px 0 0;
}

.egt-programme-card p {
  color: var(--egt-muted);
  font-size: .79rem;
  grid-column: 2 / 4;
  margin: 0;
}

.elementor-element-testimonials {
  padding: clamp(90px, 11vw, 150px) 0;
}

.egt-testimonials-header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.egt-testimonials-header .elementor-heading-title {
  font-size: clamp(2.3rem, 5vw, 4.3rem);
  max-width: 680px;
}

.egt-rating {
  align-items: center;
  display: flex;
  gap: 13px;
}

.egt-rating > span {
  font-family: var(--egt-display);
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: -.06em;
}

.egt-stars {
  color: var(--egt-orange);
  display: flex;
  gap: 2px;
}

.egt-stars .egt-icon {
  fill: currentColor;
  height: 13px;
  width: 13px;
}

.egt-rating small {
  color: var(--egt-muted);
  display: block;
  font-size: .66rem;
  margin-top: 3px;
}

.egt-testimonial-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.elementor-testimonial {
  background: var(--egt-soft);
  border: 1px solid var(--egt-line);
  border-radius: var(--egt-radius-md);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 330px;
  padding: 28px;
}

.egt-quote-icon {
  color: var(--egt-violet);
  height: 34px;
  margin-bottom: 32px;
  width: 34px;
}

.elementor-testimonial > p {
  color: var(--egt-copy);
  font-size: .94rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.elementor-testimonial footer {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.egt-avatar {
  align-items: center;
  background: var(--egt-violet-soft);
  border-radius: 50%;
  color: var(--egt-violet-dark);
  display: inline-flex;
  font-size: .7rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.elementor-testimonial cite {
  display: block;
  font-size: .8rem;
  font-style: normal;
  font-weight: 850;
}

.elementor-testimonial small {
  color: var(--egt-muted);
  display: block;
  font-size: .65rem;
  margin-top: 2px;
}

.elementor-element-faq {
  background: var(--egt-soft);
  padding: clamp(90px, 10vw, 140px) 0;
}

.egt-faq-layout {
  align-items: start;
  display: grid;
  gap: clamp(55px, 9vw, 120px);
  grid-template-columns: .75fr 1.25fr;
}

.elementor-element-faq .egt-text-link {
  margin-top: 28px;
}

.egt-accordion {
  border-top: 1px solid var(--egt-line);
}

.e-n-accordion-item {
  border-bottom: 1px solid var(--egt-line);
}

.e-n-accordion-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: .95rem;
  font-weight: 850;
  justify-content: space-between;
  list-style: none;
  padding: 23px 0;
}

.e-n-accordion-item summary::-webkit-details-marker {
  display: none;
}

.e-n-accordion-item summary .egt-icon {
  color: var(--egt-violet);
  transition: transform .25s ease;
}

.e-n-accordion-item[open] summary .egt-icon {
  transform: rotate(180deg);
}

.e-n-accordion-item .e-con-full {
  color: var(--egt-copy);
  font-size: .86rem;
  line-height: 1.75;
  padding: 0 40px 24px 0;
}

.elementor-element-contact {
  padding: clamp(90px, 11vw, 150px) 0;
}

.egt-contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(55px, 9vw, 120px);
  grid-template-columns: .85fr 1.15fr;
}

.egt-contact-copy > p:not(.egt-section-label) {
  color: var(--egt-copy);
  margin: 24px 0 0;
  max-width: 520px;
}

.egt-contact-list {
  display: grid;
  gap: 15px;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}

.egt-contact-list li {
  align-items: center;
  display: flex;
  gap: 13px;
}

.egt-contact-list li > span {
  align-items: center;
  background: var(--egt-violet-soft);
  border-radius: 11px;
  color: var(--egt-violet);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.egt-contact-list small,
.egt-contact-list strong {
  display: block;
}

.egt-contact-list small {
  color: var(--egt-muted);
  font-size: .65rem;
  margin-bottom: 1px;
}

.egt-contact-list strong {
  font-size: .79rem;
}

.egt-form-card {
  background: var(--egt-soft);
  border: 1px solid var(--egt-line);
  border-radius: var(--egt-radius-lg);
  padding: clamp(27px, 4vw, 45px);
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.elementor-field-group {
  padding: 7px;
}

.elementor-col-50 {
  width: 50%;
}

.elementor-col-100 {
  width: 100%;
}

.elementor-field-group label {
  color: var(--egt-ink);
  display: block;
  font-size: .72rem;
  font-weight: 800;
  margin: 0 0 7px 3px;
}

.elementor-field {
  appearance: none;
  background: var(--egt-surface);
  border: 1px solid var(--egt-line);
  border-radius: 12px;
  color: var(--egt-ink);
  outline: 0;
  padding: 13px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.elementor-field::placeholder {
  color: #aaa5b5;
}

.elementor-field:focus {
  border-color: var(--egt-violet);
  box-shadow: 0 0 0 3px rgba(104,70,232,.11);
}

textarea.elementor-field {
  min-height: 110px;
  resize: vertical;
}

.elementor-form .egt-button {
  margin-top: 8px;
  width: 100%;
}

.egt-form-whatsapp-note {
  color: var(--egt-muted);
  font-size: .68rem;
  line-height: 1.55;
  margin: 4px 7px 0;
  text-align: center;
  width: calc(100% - 14px);
}

.elementor-button-content-wrapper {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  justify-content: center;
}

.elementor-message {
  border-radius: 10px;
  display: none;
  font-size: .78rem;
  font-weight: 700;
  margin: 14px 7px 0;
  padding: 11px 13px;
  width: calc(100% - 14px);
}

.elementor-message.is-error {
  background: #fff1f0;
  color: var(--egt-danger);
  display: block;
}

.elementor-message.is-success {
  background: #eaf8f0;
  color: var(--egt-success);
  display: block;
}

/* # Elementor student access popup
--------------------------------------------- */
.egt-student-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 22px;
  pointer-events: none;
  position: fixed;
  transition: opacity .24s ease;
  visibility: hidden;
  z-index: 1000;
}

.egt-student-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.egt-student-modal__backdrop {
  backdrop-filter: blur(9px);
  background: rgba(20, 15, 48, .72);
  inset: 0;
  position: absolute;
}

.egt-student-modal__dialog {
  background: var(--egt-surface);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 30px;
  box-shadow: 0 34px 100px rgba(12, 8, 34, .36);
  max-height: calc(100vh - 44px);
  max-width: 650px;
  opacity: 0;
  overflow-y: auto;
  padding: 34px;
  position: relative;
  transform: translateY(18px) scale(.98);
  transition: opacity .24s ease, transform .3s cubic-bezier(.2,.8,.2,1);
  width: 100%;
  z-index: 1;
}

.egt-student-modal[aria-hidden="false"] .egt-student-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.egt-student-modal__close {
  align-items: center;
  background: var(--egt-soft);
  border: 1px solid var(--egt-line);
  border-radius: 50%;
  color: var(--egt-copy);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  width: 38px;
}

.egt-student-modal__close:hover {
  background: var(--egt-violet-soft);
  color: var(--egt-violet-dark);
  transform: rotate(5deg);
}

.egt-student-modal__brand {
  align-items: center;
  display: flex;
  gap: 14px;
  padding-right: 48px;
}

.egt-student-modal__brand .egt-logo-mark {
  height: 48px;
  width: 48px;
}

.egt-student-modal__brand small {
  color: var(--egt-violet);
  display: block;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .11em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.egt-student-modal__brand h2 {
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  letter-spacing: -.04em;
  margin: 0;
}

.egt-student-tabs {
  background: var(--egt-soft);
  border: 1px solid var(--egt-line);
  border-radius: 14px;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0 25px;
  padding: 5px;
}

.egt-student-tab {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: var(--egt-muted);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  padding: 11px 15px;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

.egt-student-tab.is-active {
  background: var(--egt-surface);
  box-shadow: 0 5px 16px rgba(29,20,66,.08);
  color: var(--egt-violet-dark);
}

.egt-student-panel:not(.is-active) {
  display: none;
}

.egt-student-panel__intro {
  color: var(--egt-copy);
  font-size: .82rem;
  line-height: 1.65;
  margin: 0 0 20px;
}

.egt-student-form {
  display: grid;
  gap: 14px;
}

.egt-student-form .elementor-field-group {
  display: block;
  padding: 0;
  width: 100%;
}

.egt-student-form .elementor-field-group label,
.egt-otp-group > label {
  color: var(--egt-ink);
  display: block;
  font-size: .7rem;
  font-weight: 800;
  margin: 0 0 7px 3px;
}

.egt-indian-phone-field {
  align-items: stretch;
  display: flex;
  position: relative;
}

.egt-indian-phone-field__prefix {
  align-items: center;
  background: var(--egt-violet-soft);
  border: 1px solid var(--egt-line);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  color: var(--egt-violet-dark);
  display: flex;
  flex: 0 0 58px;
  font-size: .82rem;
  font-weight: 900;
  justify-content: center;
}

.egt-indian-phone-field .elementor-field {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.egt-indian-phone-field:focus-within .egt-indian-phone-field__prefix {
  border-color: var(--egt-violet);
}

.egt-student-form__grid {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
}

.egt-student-form__submit,
.elementor-form .egt-student-form__submit {
  margin-top: 2px;
  width: 100%;
}

.egt-student-form__submit[disabled] {
  cursor: wait;
  opacity: .66;
  transform: none;
}

.egt-otp-group {
  background: var(--egt-soft);
  border: 1px solid var(--egt-line);
  border-radius: 16px;
  padding: 16px;
}

.egt-otp-group[hidden] {
  display: none;
}

.egt-otp-input {
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: .25em;
  text-align: center;
}

.egt-otp-group .egt-student-form__submit {
  margin-top: 12px;
}

.egt-demo-note,
.egt-student-consent {
  color: var(--egt-muted);
  font-size: .65rem;
  line-height: 1.55;
  margin: 9px 2px 0;
}

.egt-student-consent {
  margin: -3px 3px 0;
  text-align: center;
}

.egt-student-status {
  margin: 0;
  width: 100%;
}

/* # Footer
--------------------------------------------- */
.site-footer {
  background: var(--egt-navy);
  color: #fff;
  padding: 75px 0 0;
}

.site-footer__grid {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.4fr .65fr .65fr 1fr;
  padding-bottom: 65px;
}

.site-footer .egt-logo-mark {
  background: var(--egt-lime);
  color: var(--egt-navy);
}

.site-footer .site-title {
  color: #fff;
}

.site-footer__brand p,
.site-footer__cta p {
  color: rgba(255,255,255,.52);
  font-size: .8rem;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 310px;
}

.site-footer h2 {
  color: #fff;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.site-footer__nav ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav a {
  color: rgba(255,255,255,.56);
  font-size: .78rem;
  transition: color .2s ease;
}

.site-footer__nav a:hover {
  color: var(--egt-lime);
}

.site-footer__cta .egt-button {
  margin-top: 22px;
}

.site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.35);
  display: flex;
  font-size: .68rem;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 24px;
}

.site-footer__bottom p {
  margin: 0;
}

/* # Animations
--------------------------------------------- */
@keyframes egt-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(255,107,61,.12); }
  50% { box-shadow: 0 0 0 10px rgba(255,107,61,0); }
}

@keyframes egt-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

/* # Responsive
--------------------------------------------- */
@media (max-width: 1120px) {
  :root {
    --egt-container: 960px;
  }

  .main-navigation .menu {
    gap: 18px;
  }

  .site-header__actions .wp-block-button {
    display: none;
  }

  .egt-hero__grid {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
  }

  .elementor-element-hero h1 {
    font-size: clamp(3.7rem, 6vw, 4.5rem);
  }

  .egt-floating-note--top {
    right: -2%;
  }

  .egt-floating-note--bottom {
    left: -2%;
  }

  .egt-destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .egt-destination-card {
    min-height: 390px;
  }
}

@media (max-width: 900px) {
  :root {
    --egt-header-height: 70px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .menu-toggle {
    display: flex;
    z-index: 3;
  }

  .main-navigation {
    background: var(--egt-surface);
    border-top: 1px solid var(--egt-line);
    box-shadow: var(--egt-shadow-lg);
    left: 0;
    max-height: calc(100vh - var(--egt-header-height));
    opacity: 0;
    overflow-y: auto;
    padding: 14px 24px 28px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease;
    visibility: hidden;
  }

  .menu-is-open .main-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .main-navigation .menu {
    align-items: stretch;
    display: grid;
    gap: 0;
  }

  .main-navigation .menu > .menu-item > a {
    border-bottom: 1px solid var(--egt-line);
    min-height: 50px;
  }

  .main-navigation .menu > .menu-item > a::after {
    display: none;
  }

  .main-navigation .sub-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 2px 0 8px 18px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .egt-hero__grid {
    grid-template-columns: 1fr;
  }

  .elementor-element-hero-copy {
    max-width: 760px;
  }

  .elementor-element-hero-visual {
    min-height: 520px;
  }

  .egt-orbit-card {
    max-width: 440px;
  }

  .egt-floating-note--top {
    right: 4%;
  }

  .egt-floating-note--bottom {
    left: 4%;
  }

  .egt-split,
  .egt-scholarship-layout,
  .egt-contact-layout,
  .egt-faq-layout {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .egt-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .egt-process-step:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .egt-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .elementor-testimonial {
    min-height: 0;
  }

  .site-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .site-footer__cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .egt-container,
  .e-con-inner {
    width: min(calc(100% - 32px), var(--egt-container));
  }

  .egt-announcement-bar__inner {
    justify-content: center;
  }

  .egt-announcement-bar__label {
    display: none;
  }

  .site-title {
    font-size: 1rem;
  }

  .site-header__inner {
    gap: 10px;
  }

  .egt-student-login {
    font-size: .72rem;
    margin-left: auto;
    padding-inline: 4px;
  }

  .egt-student-login .egt-icon {
    height: 16px;
    width: 16px;
  }

  .elementor-element-hero {
    min-height: auto;
    padding: 72px 0 70px;
  }

  .elementor-element-hero h1 {
    font-size: clamp(3.3rem, 17vw, 5rem);
  }

  .egt-button-row .egt-button {
    width: 100%;
  }

  .egt-proof-list {
    display: grid;
  }

  .elementor-element-hero-visual {
    min-height: 410px;
  }

  .egt-orbit-card {
    max-width: 350px;
  }

  .egt-orbit-card__core {
    border-width: 7px;
    height: 118px;
    width: 118px;
  }

  .egt-orbit-card__node {
    height: 66px;
    width: 75px;
  }

  .egt-orbit-card__node .egt-icon {
    height: 22px;
    width: 22px;
  }

  .egt-floating-note {
    display: none;
  }

  .egt-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .egt-metric:nth-child(2)::after {
    display: none;
  }

  .egt-metric:nth-child(-n+2) {
    border-bottom: 1px solid var(--egt-line);
  }

  .egt-destination-grid,
  .egt-programme-grid,
  .egt-process {
    grid-template-columns: 1fr;
  }

  .egt-destination-card {
    min-height: 0;
  }

  .egt-process-step,
  .egt-process-step:nth-child(3) {
    border-bottom: 1px solid rgba(255,255,255,.12);
    border-left: 0;
    min-height: 0;
    padding: 25px 0 35px;
  }

  .egt-process-step__icon {
    margin: 22px 0;
  }

  .egt-programme-card {
    grid-template-columns: 48px 1fr auto;
    padding: 22px;
  }

  .egt-programme-card > .egt-icon {
    height: 44px;
    padding: 11px;
    width: 44px;
  }

  .egt-testimonials-header {
    align-items: flex-start;
    display: grid;
    gap: 25px;
  }

  .elementor-col-50 {
    width: 100%;
  }

  .egt-student-modal {
    align-items: flex-end;
    padding: 0;
  }

  .egt-student-modal__dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 92vh;
    padding: 27px 20px 24px;
  }

  .egt-student-modal__close {
    right: 16px;
    top: 16px;
  }

  .egt-student-modal__brand {
    align-items: flex-start;
  }

  .egt-student-form__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__brand,
  .site-footer__cta {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    align-items: flex-start;
    display: grid;
    gap: 6px;
  }
}

/* # Motion preferences
--------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .egt-reveal {
    opacity: 1;
    transform: none;
  }
}
