/*
Theme Name: Tora Digital
Theme URI: https://toradigital.co.uk/
Description: Tora Digital custom child theme for Hello Elementor.
Author: Tora Digital
Author URI: https://toradigital.co.uk/
Template: hello-elementor
Version: 1.0.0
Text Domain: tora-digital
*/

/* =========================
   Fonts
========================= */

@font-face {
  font-family: 'Axiforma';
  src: url('assets/fonts/axiforma/fec_axiforma_book.woff2') format('woff2'),
       url('assets/fonts/axiforma/fec_axiforma_book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =========================
   Theme / Layout Overrides
========================= */

body:not([class*="elementor-page-"]) .site,
body:not([class*="elementor-page-"]) .site-main,
body:not([class*="elementor-page-"]) .site-content,
body:not([class*="elementor-page-"]) .page-content,
body:not([class*="elementor-page-"]) main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:not([class*="elementor-page-"]) .site-header,
body:not([class*="elementor-page-"]) .site-header__top,
body:not([class*="elementor-page-"]) .site-header__bottom {
  width: 100% !important;
  max-width: none !important;
}

body .elementor-section.elementor-section-boxed > .elementor-container,
body .elementor-container,
body .e-con {
  width: 100% !important;
  max-width: none !important;
}

html,
body,
.site,
.site-main,
.site-content,
.page-content,
main {
  width: 100%;
  max-width: none !important;
}

.site-main,
.site-content,
.page-content,
main {
  margin: 0;
  padding: 0 !important;
}

/* =========================
   Tokens
========================= */

:root {
  --fec-color-primary: #00349B;
  --fec-color-primary-hover: #022d84;
  --fec-color-accent: #00D4F7;
  --fec-color-accent-hover: #00bddc;
  --fec-color-dark: #171F2E;
  --fec-color-light: #FFFFFF;
  --fec-color-cream: #FFF4A6;
  --fec-color-border: rgba(23, 31, 46, 0.18);
  --fec-color-search-border: rgba(23, 31, 46, 0.35);
  --fec-color-search-icon: #171F2E;
  --fec-color-muted: rgba(23, 31, 46, 0.72);

  --fec-font-heading: 'Axiforma', Arial, sans-serif;
  --fec-font-body: 'Baskervville', Georgia, serif;

  --fec-container-width: 1540px;
  --fec-transition-base: 0.2s ease;
}

/* =========================
   Base
========================= */

body {
  margin: 0;
  font-family: var(--fec-font-body);
  color: var(--fec-color-dark);
  background: var(--fec-color-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-button,
button,
.site-navigation a,
.elementor-nav-menu a,
.site-header__cta,
.site-header__utility-link,
.site-header__menu a,
.site-search-form__input {
  font-family: var(--fec-font-heading);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/* =========================
   Header / Navigation
========================= */

.site-header {
  width: 100%;
  max-width: none !important;
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 0;
  padding: 0;
  background: transparent;
  overflow: clip;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* =========================
   Top bar
========================= */

.site-header__top {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(249,251,255,0.96) 100%);
  backdrop-filter: blur(10px);
  overflow: hidden;
  max-height: 120px;
  transform: translateY(0);
  transform-origin: top;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    max-height 0.28s ease,
    visibility 0.28s ease;
  will-change: transform, max-height, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.site-header__top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 52, 155, 0.08);
  transition: opacity 0.22s ease;
}

/* =========================
   Bottom / nav bar
========================= */

.site-header__bottom {
  position: relative;
  width: 100%;
  max-width: none !important;
  background: linear-gradient(90deg, #002d87 0%, #083aa8 55%, #002d87 100%);
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-shadow: 0 12px 24px rgba(6, 20, 60, 0.18);
  z-index: 20;
  border-bottom: 0;
  transition:
    min-height 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  will-change: min-height;
}

.site-header__bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.018) 0 52px,
      rgba(255,255,255,0.00) 52px 164px
    );
  opacity: 0.30;
  pointer-events: none;
}

.site-header__bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 32%);
  pointer-events: none;
}

/* =========================
   Inner wrappers
========================= */

.site-header__inner {
  width: 100%;
  max-width: var(--fec-container-width);
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.site-header__inner--top {
  min-height: 96px;
  display: grid;
  grid-template-columns: 220px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 28px;
  transition:
    min-height 0.28s ease,
    gap 0.28s ease,
    padding 0.28s ease;
}

.site-header__inner--bottom {
  min-height: 70px;
  display: grid;
  grid-template-columns: 0fr 1fr;
  align-items: center;
  gap: 0;
  transition:
    min-height 0.28s ease,
    grid-template-columns 0.28s ease,
    gap 0.28s ease;
}

/* =========================
   Brand
========================= */

.site-header__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.site-header__logo-link,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.custom-logo,
.custom-logo-link img {
  width: auto;
  max-height: 64px;
  transition:
    max-height 0.28s ease,
    opacity 0.28s ease,
    transform 0.28s ease;
}

.site-header__site-name {
  color: var(--fec-color-primary);
  font-family: var(--fec-font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.site-header__compact-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition:
    max-width 0.28s ease,
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.28s ease,
    margin 0.28s ease;
}

.site-header__compact-brand .custom-logo-link,
.site-header__compact-brand .site-header__logo-link {
  display: inline-flex;
  align-items: center;
}

.site-header__compact-brand img,
.site-header__compact-brand .custom-logo {
  width: auto;
  max-height: 42px;
  display: block;
  filter: brightness(0) invert(1);
}

.site-header__compact-brand .site-header__site-name {
  color: #ffffff;
}

/* =========================
   Search
========================= */

.site-header__search {
  display: flex;
  justify-content: center;
  min-width: 0;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.24s ease,
    max-width 0.24s ease;
}

.site-search-form {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.site-search-form__icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: rgba(23, 31, 46, 0.55);
  z-index: 2;
}

.site-search-form__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  opacity: 0.8;
}

.site-search-form__input,
.site-search-form input[type="search"] {
  width: 100%;
  height: 52px;
  padding: 0 20px 0 56px !important;
  border: 1px solid rgba(0, 52, 155, 0.18);
  border-radius: 14px;
  background: rgba(255,255,255,0.96);
  color: var(--fec-color-dark);
  font-family: var(--fec-font-heading);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  outline: none;
  box-shadow:
    0 8px 22px rgba(10, 24, 68, 0.04),
    inset 0 1px 0 rgba(255,255,255,0.65);
  transition:
    border-color var(--fec-transition-base),
    box-shadow var(--fec-transition-base),
    background-color var(--fec-transition-base);
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

.site-search-form__input::placeholder,
.site-search-form input[type="search"]::placeholder {
  color: rgba(23, 31, 46, 0.45);
  opacity: 1;
}

.site-search-form__input:hover,
.site-search-form input[type="search"]:hover {
  border-color: rgba(0, 52, 155, 0.28);
  background: #fff;
}

.site-search-form__input:focus,
.site-search-form input[type="search"]:focus {
  border-color: rgba(0, 52, 155, 0.45);
  background: #fff;
  box-shadow:
    0 0 0 4px rgba(0, 52, 155, 0.08),
    0 12px 28px rgba(10, 24, 68, 0.08);
}

.site-search-form__input::-webkit-search-decoration,
.site-search-form__input::-webkit-search-cancel-button,
.site-search-form__input::-webkit-search-results-button,
.site-search-form__input::-webkit-search-results-decoration,
.site-search-form input[type="search"]::-webkit-search-decoration,
.site-search-form input[type="search"]::-webkit-search-cancel-button,
.site-search-form input[type="search"]::-webkit-search-results-button,
.site-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* =========================
   Header actions
========================= */

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  white-space: nowrap;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.24s ease;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition:
    background-color var(--fec-transition-base),
    color var(--fec-transition-base),
    border-color var(--fec-transition-base),
    transform var(--fec-transition-base),
    box-shadow var(--fec-transition-base);
}

.site-header__cta:hover {
  transform: translateY(-1px);
}

.site-header__cta--primary {
  background: var(--fec-color-accent);
  color: var(--fec-color-primary);
  border: 1px solid var(--fec-color-accent);
  box-shadow: 0 10px 22px rgba(0, 212, 247, 0.16);
}

.site-header__cta--primary:hover {
  background: var(--fec-color-accent-hover);
  border-color: var(--fec-color-accent-hover);
  color: var(--fec-color-primary);
}

.site-header__cta--secondary {
  background: rgba(255,255,255,0.9);
  color: var(--fec-color-primary);
  border: 2px solid rgba(0, 52, 155, 0.95);
}

.site-header__cta--secondary:hover {
  background: var(--fec-color-primary);
  color: #fff;
}

.site-header__utility-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 6px;
  color: var(--fec-color-dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    color var(--fec-transition-base),
    opacity var(--fec-transition-base),
    transform var(--fec-transition-base);
}

.site-header__utility-link:hover {
  color: var(--fec-color-primary);
  opacity: 1;
  transform: translateY(-1px);
}

.site-header__utility-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--fec-color-primary);
}

.site-header__utility-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

.site-header__utility-link--basket {
  position: relative;
}

.site-header__basket-count {
  margin-left: 2px;
}

/* =========================
   Desktop nav
========================= */

.site-header__nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

.site-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 70px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  transition: min-height 0.28s ease;
}

.site-header__menu li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.site-header__menu a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0 22px;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.001em;
  text-decoration: none;
  transition:
    background-color var(--fec-transition-base),
    color var(--fec-transition-base),
    min-height 0.28s ease,
    padding 0.28s ease;
}

.site-header__menu a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.10);
  opacity: 0;
  transition: opacity var(--fec-transition-base);
  pointer-events: none;
}

.site-header__menu a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 3px;
  background: var(--fec-color-accent);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform var(--fec-transition-base),
    bottom 0.28s ease;
}

.site-header__menu a:hover::before,
.site-header__menu .current-menu-item > a::before,
.site-header__menu .current_page_item > a::before,
.site-header__menu .current-menu-ancestor > a::before {
  opacity: 1;
}

.site-header__menu a:hover::after,
.site-header__menu .current-menu-item > a::after,
.site-header__menu .current_page_item > a::after,
.site-header__menu .current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.site-header__menu a:hover,
.site-header__menu .current-menu-item > a,
.site-header__menu .current_page_item > a,
.site-header__menu .current-menu-ancestor > a {
  color: #fff;
  opacity: 1;
}

/* =========================
   Compact desktop state
========================= */

.site-header.is-compact {
  box-shadow: 0 12px 30px rgba(10, 24, 68, 0.18);
}

.site-header.is-compact .site-header__top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  max-height: 0;
  pointer-events: none;
}

.site-header.is-compact .site-header__top::after {
  opacity: 0;
}

.site-header.is-compact .site-header__bottom {
  box-shadow: 0 14px 28px rgba(6, 20, 60, 0.24);
}

.site-header.is-compact .site-header__inner--bottom {
  grid-template-columns: auto 1fr;
  gap: 22px;
  min-height: 60px;
}

.site-header.is-compact .site-header__compact-brand {
  max-width: 220px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.site-header.is-compact .site-header__menu {
  min-height: 60px;
}

.site-header.is-compact .site-header__menu a {
  min-height: 60px;
  padding: 0 18px;
  font-size: 15px;
}

.site-header.is-compact .site-header__menu a::after {
  bottom: 8px;
}

/* =========================
   Mobile helpers
========================= */

.site-header__mobile-controls,
.site-header__mobile-panel {
  display: none;
}

/* =========================
   Tablet
========================= */

@media (max-width: 1260px) {
  .site-header__inner {
    padding: 0 24px;
  }

  .site-header__inner--top {
    grid-template-columns: 190px minmax(240px, 1fr) auto;
    gap: 18px;
  }

  .site-search-form {
    max-width: 420px;
  }

  .site-header__menu a {
    font-size: 15px;
    padding: 0 18px;
  }

  .site-header__actions {
    gap: 10px;
  }

  .site-header__cta {
    padding: 0 18px;
    min-height: 44px;
    font-size: 14px;
  }

  .site-header__utility-link {
    font-size: 14px;
  }

  .site-header.is-compact .site-header__compact-brand {
    max-width: 190px;
  }
}

@media (max-width: 980px) {
  .site-header {
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(10, 24, 68, 0.08);
    overflow: visible;
  }

  .site-header__inner {
    padding: 0 16px;
  }

  .site-header__top {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    max-height: none !important;
    overflow: visible;
  }

  .site-header__top::after {
    opacity: 1 !important;
  }

  .site-header__bottom,
  .site-header__compact-brand,
  .site-header__search--desktop,
  .site-header__actions--desktop,
  .site-header__bottom--desktop,
  .site-header__search,
  .site-header__actions {
    display: none !important;
  }

  .site-header__inner--top {
    min-height: 78px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header__brand {
    justify-content: flex-start;
    min-width: 0;
  }

  .custom-logo,
  .custom-logo-link img {
    max-height: 48px;
    width: auto;
  }

  .site-header__mobile-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .site-header__mobile-basket {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 52, 155, 0.12);
    border-radius: 12px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fec-color-primary);
    box-shadow: 0 8px 18px rgba(10, 24, 68, 0.06);
    flex: 0 0 42px;
  }

  .site-header__mobile-basket svg {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0;
  }

  .site-header__mobile-basket-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--fec-color-accent);
    color: var(--fec-color-primary);
    font-family: var(--fec-font-heading);
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 212, 247, 0.22);
    line-height: 1;
  }

	.site-header__menu-toggle {
	  width: 46px;
	  height: 46px;
	  padding: 0;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  position: relative;
	  line-height: 1;
	}

	.site-header__menu-toggle-lines {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 20px;
	  height: 16px;
	  margin: 0;
	  padding: 0;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  align-items: center;
	  transform: translate(-50%, -50%);
	}

	.site-header__menu-toggle-lines span {
	  display: block;
	  width: 20px;
	  height: 2px;
	  margin: 0;
	  padding: 0;
	  border-radius: 999px;
	  background: var(--fec-color-primary);
	  transform-origin: center;
		color: #fff;
	}
	.site-header.is-menu-open .site-header__menu-toggle {
	  background: var(--fec-color-primary);
	  border-color: var(--fec-color-primary);
	}

	.site-header.is-menu-open .site-header__menu-toggle-lines span {
	  background: #ffffff;
	}
  .site-header.is-menu-open .site-header__menu-toggle-lines span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .site-header__menu-toggle-lines span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .site-header__menu-toggle-lines span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header__mobile-panel {
    display: block;
    border-top: 1px solid rgba(0, 52, 155, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    max-height: calc(100vh - 78px);
    overflow: hidden;
  }

  .site-header__mobile-panel[hidden] {
    display: none;
  }

  .site-header__mobile-panel-inner {
    padding: 14px 16px 18px;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-header__search--mobile {
    display: block !important;
    margin-bottom: 14px;
  }

  .site-header__search--mobile .site-search-form {
    max-width: none;
  }

  .site-header__search--mobile .site-search-form__input,
  .site-header__search--mobile .site-search-form input[type="search"] {
    height: 46px;
    border-radius: 12px;
    font-size: 14px;
  }

  .site-header__mobile-nav {
    margin-bottom: 14px;
  }

  .site-header__mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
  }

  .site-header__mobile-menu li {
    margin: 0;
    padding: 0;
  }

  .site-header__mobile-menu a {
    display: block;
    padding: 13px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(0, 52, 155, 0.08);
    color: #171F2E;
    font-family: var(--fec-font-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    box-shadow: 0 8px 18px rgba(10, 24, 68, 0.04);
  }

  .site-header__mobile-menu .current-menu-item > a,
  .site-header__mobile-menu .current_page_item > a,
  .site-header__mobile-menu .current-menu-ancestor > a {
    border-color: rgba(0, 52, 155, 0.18);
    color: var(--fec-color-primary);
    background: #f6faff;
  }

  .site-header__mobile-actions {
    display: grid;
    gap: 10px;
  }

  .site-header__mobile-actions .site-header__cta {
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }

  .site-header__mobile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--fec-color-primary);
    font-family: var(--fec-font-heading);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0, 52, 155, 0.1);
  }
}

@media (max-width: 767px) {
  .site-header__inner {
    padding: 0 14px;
  }

  .site-header__inner--top {
    min-height: 72px;
    gap: 12px;
  }

  .custom-logo,
  .custom-logo-link img {
    max-height: 42px;
  }

  .site-header__mobile-panel {
    max-height: calc(100vh - 72px);
  }

  .site-header__mobile-panel-inner {
    padding: 12px 14px 16px;
    max-height: calc(100vh - 72px);
  }

  .site-header__mobile-controls {
    gap: 8px;
  }

  .site-header__menu-toggle,
  .site-header__mobile-basket {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
/* =========================
   Modern FEC Hero - refined v2
========================= */

.fec-hero-modern {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #0f3aa8 0%, #173aa5 42%, #2148ba 70%, #12348f 100%);
  isolation: isolate;
  gap: 0 !important;
}

.fec-hero-modern__inner,
.fec-hero-modern__content,
.fec-hero-modern__media {
  gap: 0 !important;
}

/* subtle structure */
.fec-hero-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 24%, rgba(255,255,255,0.05) 0, rgba(255,255,255,0) 20%),
    radial-gradient(circle at 86% 16%, rgba(0,212,247,0.10) 0, rgba(0,212,247,0) 18%),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 0, rgba(255,255,255,0) 110px);
  z-index: 0;
}

.fec-hero-modern::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.016) 0 56px,
      rgba(255,255,255,0) 56px 164px
    );
  opacity: 0.26;
  z-index: 0;
}

.fec-hero-modern .elementor-shape-bottom svg {
  height: 74px;
}

.fec-hero-modern .elementor-shape-bottom .elementor-shape-fill {
  fill: #f5f8fc;
}

.fec-hero-modern__inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 68px 28px 48px;
  box-sizing: border-box;
  z-index: 2;
}

/* =========================
   Branded background shapes
========================= */

.fec-hero-modern__inner .fec-brand-shape--one,
.fec-hero-modern__inner .fec-brand-shape--two {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.fec-hero-modern__inner .fec-brand-shape--one {
  left: 54%;
  top: 92px;
  width: 190px;
  height: 270px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border-radius: 0 0 0 100px;
  transform: skewX(-12deg);
  opacity: 0.6;
}

.fec-hero-modern__inner .fec-brand-shape--one::before {
  content: "";
  position: absolute;
  top: -34px;
  right: -18px;
  width: 44px;
  height: 44px;
  background: rgba(0,212,247,0.12);
}

.fec-hero-modern__inner .fec-brand-shape--two {
  right: 118px;
  bottom: 36px;
  width: 86px;
  height: 128px;
  background: linear-gradient(180deg, rgba(0,212,247,0.16), rgba(0,212,247,0.03));
  border-radius: 0 0 0 62px;
  transform: skewX(-12deg);
  opacity: 0.7;
}

.fec-hero-modern__inner::before,
.fec-hero-modern__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border: 2px solid rgba(255,255,255,0.08);
  border-radius: 16px;
}

.fec-hero-modern__inner::before {
  width: 68px;
  height: 68px;
  left: -10px;
  top: 108px;
  transform: rotate(7deg);
}

.fec-hero-modern__inner::after {
  width: 92px;
  height: 92px;
  right: 150px;
  bottom: 82px;
}

/* =========================
   Content
========================= */

.fec-hero-modern__content {
  position: relative;
  width: 50%;
  min-width: 50%;
  color: #fff;
  z-index: 3;
  padding-right: 32px;
}

.fec-hero-modern__content > .e-con-inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}

.fec-hero-modern__content .elementor-heading-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: clamp(42px, 4.6vw, 74px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 640px;
}

.fec-hero-modern__content .elementor-heading-title span {
  color: #00D4F7 !important;
  font-style: italic;
  font-weight: 400;
}

.fec-hero-modern__content .elementor-widget-text-editor {
  max-width: 520px;
  margin-bottom: 28px;
}

.fec-hero-modern__content .elementor-text-editor,
.fec-hero-modern__content .elementor-text-editor p {
  margin: 0;
  color: rgba(255,255,255,0.90);
  font-family: 'Baskervville', Georgia, serif;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

.fec-hero-modern__content .elementor-text-editor p + p {
  margin-top: 8px;
}

/* =========================
   Buttons
========================= */

.fec-hero-modern__buttons > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px !important;
}

.fec-hero-modern__buttons .elementor-widget-button {
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.fec-hero-modern__buttons .elementor-widget-container,
.fec-hero-modern__buttons .elementor-button-wrapper {
  width: auto !important;
  max-width: none !important;
}

.fec-hero-modern__buttons .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(11, 25, 70, 0.18);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.fec-hero-modern__buttons .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(11, 25, 70, 0.24);
}

.fec-hero-modern__buttons .elementor-widget-button:first-child .elementor-button {
  background: linear-gradient(135deg, #78E6FF 0%, #5EDCFF 100%);
  border: 1px solid #78E6FF;
  color: #17305F;
}

.fec-hero-modern__buttons .elementor-widget-button:first-child .elementor-button:hover {
  background: linear-gradient(135deg, #54DCFF 0%, #39D2FF 100%);
  border-color: #54DCFF;
  color: #17305F;
}

.fec-hero-modern__buttons .elementor-widget-button:last-child .elementor-button {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.fec-hero-modern__buttons .elementor-widget-button:last-child .elementor-button:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.30);
  color: #ffffff;
}

/* =========================
   Media
========================= */

.fec-hero-modern__media {
  position: relative;
  width: 50%;
  min-width: 50%;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 3;
}

.fec-hero-modern__media::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 34px;
  width: 120px;
  height: 210px;
  background: linear-gradient(180deg, rgba(0,212,247,0.16), rgba(0,212,247,0.03));
  border-radius: 18px 18px 98px 18px;
  transform: skewX(-12deg);
  z-index: 1;
}

.fec-hero-modern__media::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 54px;
  width: 56px;
  height: 56px;
  background: #00D4F7;
  z-index: 4;
}

.fec-hero-modern__media .elementor-widget-image,
.fec-hero-modern__media .elementor-widget-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.fec-hero-modern__media img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px 22px 22px 150px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  box-shadow:
    0 34px 68px rgba(10, 24, 68, 0.30),
    0 10px 24px rgba(0,0,0,0.08);
}

/* simple corner frame accents on image */
.fec-hero-modern__media .elementor-widget-container::before,
.fec-hero-modern__media .elementor-widget-container::after {
  content: "";
  position: absolute;
  border: 6px solid #2FD7F8;
  z-index: 4;
  pointer-events: none;
}

.fec-hero-modern__media .elementor-widget-container::before {
  width: 72px;
  height: 72px;
  top: 38px;
  right: 84px;
  border-left: 0;
  border-bottom: 0;
}

.fec-hero-modern__media .elementor-widget-container::after {
  width: 96px;
  height: 96px;
  left: 58px;
  bottom: 66px;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 80px;
}

/* =========================
   Hero load animation
========================= */

/* Only hide before reveal on the live site, not inside Elementor editor */
body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__content .elementor-widget-heading,
body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__content .elementor-widget-text-editor,
body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__buttons,
body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__media,
body:not(.elementor-editor-active) .fec-hero-modern .fec-brand-shape--one,
body:not(.elementor-editor-active) .fec-hero-modern .fec-brand-shape--two {
  opacity: 0;
  will-change: transform, opacity;
}

body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__content .elementor-widget-heading {
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__content .elementor-widget-text-editor {
  transform: translateY(18px);
  transition: opacity 0.7s ease 0.12s, transform 0.7s ease 0.12s;
}

body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__buttons {
  transform: translateY(16px);
  transition: opacity 0.7s ease 0.22s, transform 0.7s ease 0.22s;
}

body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__media {
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.85s ease 0.18s, transform 0.85s ease 0.18s;
}

body:not(.elementor-editor-active) .fec-hero-modern .fec-brand-shape--one,
body:not(.elementor-editor-active) .fec-hero-modern .fec-brand-shape--two {
  transform: translateY(14px);
  transition: opacity 0.9s ease 0.28s, transform 0.9s ease 0.28s;
}

body:not(.elementor-editor-active) .fec-hero-modern .fec-hero-modern__media img {
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1s ease 0.24s, transform 1.1s ease 0.24s;
}

body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-hero-modern__content .elementor-widget-heading,
body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-hero-modern__content .elementor-widget-text-editor,
body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-hero-modern__buttons,
body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-hero-modern__media,
body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-brand-shape--one,
body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-brand-shape--two {
  opacity: 1;
  transform: none;
}

body:not(.elementor-editor-active) .fec-hero-modern.is-ready .fec-hero-modern__media img {
  opacity: 1;
  transform: none;
}

/* Elementor editor: always visible */
body.elementor-editor-active .fec-hero-modern .fec-hero-modern__content .elementor-widget-heading,
body.elementor-editor-active .fec-hero-modern .fec-hero-modern__content .elementor-widget-text-editor,
body.elementor-editor-active .fec-hero-modern .fec-hero-modern__buttons,
body.elementor-editor-active .fec-hero-modern .fec-hero-modern__media,
body.elementor-editor-active .fec-hero-modern .fec-brand-shape--one,
body.elementor-editor-active .fec-hero-modern .fec-brand-shape--two,
body.elementor-editor-active .fec-hero-modern .fec-hero-modern__media img {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .fec-hero-modern .fec-hero-modern__content .elementor-widget-heading,
  .fec-hero-modern .fec-hero-modern__content .elementor-widget-text-editor,
  .fec-hero-modern .fec-hero-modern__buttons,
  .fec-hero-modern .fec-hero-modern__media,
  .fec-hero-modern .fec-brand-shape--one,
  .fec-hero-modern .fec-brand-shape--two,
  .fec-hero-modern .fec-hero-modern__media img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================
   Tablet
========================= */

@media (max-width: 1100px) {
  .fec-hero-modern__inner {
    min-height: 540px;
    padding: 54px 24px 40px;
  }

  .fec-hero-modern__content {
    width: 52%;
    min-width: 52%;
    padding-right: 22px;
  }

  .fec-hero-modern__media {
    width: 48%;
    min-width: 48%;
    min-height: 460px;
  }

  .fec-hero-modern__content .elementor-heading-title {
    font-size: clamp(36px, 4.2vw, 58px);
    max-width: 520px;
  }

  .fec-hero-modern__content .elementor-text-editor,
  .fec-hero-modern__content .elementor-text-editor p {
    font-size: 17px;
  }

  .fec-hero-modern__media img {
    max-width: 430px;
    height: 470px;
    border-radius: 20px 20px 20px 120px;
  }

  .fec-hero-modern__media::before {
    width: 96px;
    height: 168px;
    left: 26px;
    top: 34px;
  }

  .fec-hero-modern__media::after {
    width: 42px;
    height: 42px;
    right: 26px;
    top: 46px;
  }

  .fec-hero-modern__media .elementor-widget-container::before {
    width: 56px;
    height: 56px;
    top: 28px;
    right: 64px;
    border-width: 5px;
  }

  .fec-hero-modern__media .elementor-widget-container::after {
    width: 74px;
    height: 74px;
    left: 38px;
    bottom: 46px;
    border-width: 5px;
    border-radius: 0 0 0 58px;
  }

  .fec-hero-modern__inner .fec-brand-shape--one {
    left: 52%;
    top: 92px;
    width: 154px;
    height: 224px;
  }

  .fec-hero-modern__inner .fec-brand-shape--two {
    right: 92px;
    bottom: 28px;
    width: 72px;
    height: 112px;
  }

  .fec-hero-modern__inner::before {
    width: 58px;
    height: 58px;
  }

  .fec-hero-modern__inner::after {
    width: 78px;
    height: 78px;
    right: 126px;
    bottom: 74px;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  .fec-hero-modern .elementor-shape-bottom svg {
    height: 50px;
  }

  .fec-hero-modern__inner {
    display: block;
    min-height: auto;
    padding: 30px 16px 22px;
  }

  .fec-hero-modern__content,
  .fec-hero-modern__media {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }

  .fec-hero-modern__content {
    margin-bottom: 24px;
  }

  .fec-hero-modern__content .elementor-heading-title {
    font-size: clamp(30px, 9vw, 46px);
    max-width: 100%;
    margin-bottom: 16px;
  }

  .fec-hero-modern__content .elementor-text-editor,
  .fec-hero-modern__content .elementor-text-editor p {
    font-size: 15px;
  }

  .fec-hero-modern__buttons .elementor-button {
    min-width: 150px;
    height: 46px;
    font-size: 14px;
    border-radius: 8px;
  }

  .fec-hero-modern__media {
    min-height: 320px;
  }

  .fec-hero-modern__media img {
    max-width: 100%;
    height: 360px;
    border-radius: 18px 18px 18px 88px;
  }

  .fec-hero-modern__media::before {
    width: 74px;
    height: 126px;
    left: 10px;
    top: 22px;
  }

  .fec-hero-modern__media::after {
    width: 32px;
    height: 32px;
    right: 12px;
    top: 18px;
  }

  .fec-hero-modern__media .elementor-widget-container::before {
    width: 42px;
    height: 42px;
    top: 18px;
    right: 46px;
    border-width: 4px;
  }

  .fec-hero-modern__media .elementor-widget-container::after {
    width: 62px;
    height: 62px;
    left: 20px;
    bottom: 26px;
    border-width: 4px;
    border-radius: 0 0 0 42px;
  }

  .fec-hero-modern__inner::before,
  .fec-hero-modern__inner::after,
  .fec-hero-modern__inner .fec-brand-shape--one,
  .fec-hero-modern__inner .fec-brand-shape--two {
    display: none;
  }
}

/* =========================
   Popular Courses & Pathways
========================= */

.fec-pathways {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  padding: 64px 16px 74px;
  overflow: hidden;
}

.fec-pathways::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 90%, rgba(0, 212, 247, 0.05) 0, rgba(0, 212, 247, 0) 18%),
    radial-gradient(circle at 90% 10%, rgba(0, 52, 155, 0.035) 0, rgba(0, 52, 155, 0) 20%);
  z-index: 0;
}

.fec-pathways > .e-con-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* =========================
   Intro
========================= */

.fec-pathways__intro {
  text-align: center;
}

.fec-pathways__intro,
.fec-pathways__intro > .e-con-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.fec-pathways__intro .elementor-heading-title {
  margin: 0;
  color: #16245d;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.fec-pathways__intro .elementor-widget-text-editor {
  max-width: 760px;
}

.fec-pathways__intro p {
  margin: 0;
  color: rgba(23, 31, 46, 0.70);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

/* =========================
   Main grid
========================= */

.fec-pathways__grid,
.fec-pathways__grid > .e-con-inner {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.fec-pathways__featured {
  width: 54%;
  min-width: 54%;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 91, 0.06);
  box-shadow: 0 18px 40px rgba(9, 28, 77, 0.08);
}

.fec-pathways__featured,
.fec-pathways__featured > .e-con-inner,
.fec-pathways__featured .e-con,
.fec-pathways__featured .e-con-inner,
.fec-pathways__featured .elementor-element-696b59e,
.fec-pathways__featured .elementor-element-696b59e > .e-con-inner,
.fec-pathways__featured .elementor-element-3671485,
.fec-pathways__featured .elementor-element-77539ef {
  gap: 0 !important;
  margin: 0 !important;
}

/* IMPORTANT: do not force padding 0 on blue body here, because blue body needs inner spacing */
.fec-pathways__featured > .e-con-inner,
.fec-pathways__featured > .e-con-inner > .e-con,
.fec-pathways__featured > .e-con-inner > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* image column */
.fec-pathways__featured > .e-con-inner > .elementor-element:first-child > .elementor-element:first-child,
.fec-pathways__featured > .e-con-inner > .e-con:first-child > .elementor-element:first-child,
.fec-pathways__featured .elementor-element-3671485 {
  position: relative;
  width: 39% !important;
  min-width: 39% !important;
  max-width: 39% !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: stretch !important;
  padding: 0 !important;
}

/* force nested image wrappers to full height */
.fec-pathways__featured .elementor-element-3671485 > .e-con-inner,
.fec-pathways__featured .elementor-element-3671485 .elementor-widget-image,
.fec-pathways__featured .elementor-element-3671485 .elementor-widget-container,
.fec-pathways__featured .elementor-element-bb05a7f,
.fec-pathways__featured .elementor-element-bb05a7f .elementor-widget-container {
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.fec-pathways__featured img,
.fec-pathways__featured .elementor-element-3671485 img,
.fec-pathways__featured .elementor-element-bb05a7f img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* blue panel */
.fec-pathways__featured-body,
.fec-pathways__featured .elementor-element-77539ef {
  position: relative;
  width: 61% !important;
  min-width: 61% !important;
  max-width: 61% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 0 0 -0 !important;
  padding: 30px 30px 28px 52px !important;
  background: linear-gradient(135deg, #173aa5 0%, #2148ba 55%, #173aa5 100%);
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 2;
  border-radius: 0 !important;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 20%) !important;
}

.fec-pathways__featured-body::before,
.fec-pathways__featured .elementor-element-77539ef::before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -12px;
  width: 130px;
  height: 120px;
  background: linear-gradient(180deg, rgba(0,212,247,0.18), rgba(0,212,247,0.04));
  transform: skewX(-18deg);
  z-index: 0;
}

.fec-pathways__featured-body::after,
.fec-pathways__featured .elementor-element-77539ef::after {
  content: "";
  position: absolute;
  right: 52px;
  top: 18px;
  width: 58px;
  height: 120px;
  background: rgba(255,255,255,0.06);
  transform: skewX(-18deg);
  z-index: 0;
}

.fec-pathways__featured-body .elementor-heading-title,
.fec-pathways__featured-body .elementor-widget-text-editor,
.fec-pathways__featured-body .elementor-widget-button,
.fec-pathways__featured .elementor-element-77539ef .elementor-heading-title,
.fec-pathways__featured .elementor-element-77539ef .elementor-widget-text-editor,
.fec-pathways__featured .elementor-element-77539ef .elementor-widget-button {
  position: relative;
  z-index: 2;
}

.fec-pathways__featured-body .elementor-heading-title,
.fec-pathways__featured .elementor-element-77539ef .elementor-heading-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 360px;
}

.fec-pathways__featured-body .elementor-widget-text-editor,
.fec-pathways__featured .elementor-element-77539ef .elementor-widget-text-editor {
  max-width: 390px;
  margin-bottom: 20px;
}

.fec-pathways__featured-body p,
.fec-pathways__featured .elementor-element-77539ef p {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

/* original button */
.fec-pathways__featured-body .elementor-widget-button,
.fec-pathways__featured-body .elementor-button-wrapper,
.fec-pathways__featured .elementor-element-77539ef .elementor-widget-button,
.fec-pathways__featured .elementor-element-77539ef .elementor-button-wrapper {
  width: auto !important;
}

.fec-pathways__featured-body .elementor-button,
.fec-pathways__featured .elementor-element-77539ef .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #78E6FF 0%, #5EDCFF 100%);
  border: 1px solid #78E6FF;
  color: #17305F;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 12px 22px rgba(0,212,247,0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fec-pathways__featured-body .elementor-button:hover,
.fec-pathways__featured .elementor-element-77539ef .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,212,247,0.18);
  background: linear-gradient(135deg, #54DCFF 0%, #39D2FF 100%);
}

.fec-pathways__featured-body .elementor-button-content-wrapper,
.fec-pathways__featured .elementor-element-77539ef .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.fec-pathways__featured-body .elementor-button-icon,
.fec-pathways__featured .elementor-element-77539ef .elementor-button-icon {
  order: 2;
}

.fec-pathways__featured-body .elementor-button-icon svg,
.fec-pathways__featured .elementor-element-77539ef .elementor-button-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* =========================
   Right side
========================= */

.fec-pathways__side {
  width: 46%;
  min-width: 46%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fec-pathways__side,
.fec-pathways__side > .e-con-inner {
  gap: 16px !important;
}

.fec-pathways__side-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.fec-pathways__side-row,
.fec-pathways__side-row > .e-con-inner {
  gap: 16px !important;
}

.fec-pathways__side-row > .fec-pathways__card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

/* =========================
   Small cards
========================= */

.fec-pathways__card {
  position: relative;
  min-height: 150px;
  padding: 20px 18px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 91, 0.05);
  box-shadow: 0 14px 28px rgba(9, 28, 77, 0.06);
  overflow: hidden;
}

.fec-pathways__card::before {
  content: none !important;
}

.fec-pathways__card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 60px;
  z-index: 1;
  clip-path: polygon(
    34% 0,
    100% 0,
    100% 100%,
    0 100%,
    20% 72%,
    34% 72%,
    34% 42%,
    52% 42%,
    52% 0
  );
}

.fec-pathways__card .elementor-heading-title,
.fec-pathways__card .elementor-widget-text-editor {
  position: relative;
  z-index: 3;
}

.fec-pathways__card .elementor-heading-title {
  margin: 0 0 12px;
  color: #1a2554;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 180px;
}

.fec-pathways__card .elementor-widget-text-editor {
  max-width: 230px;
}

.fec-pathways__card p {
  margin: 0;
  color: rgba(23,31,46,0.68);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.fec-pathways__card--red::after {
  background: linear-gradient(135deg, rgba(255,114,114,0.32), rgba(255,114,114,0.10));
}

.fec-pathways__card--yellow::after {
  background: linear-gradient(135deg, rgba(255,220,92,0.34), rgba(255,220,92,0.10));
}

.fec-pathways__card--blue::after {
  background: linear-gradient(135deg, rgba(0,212,247,0.28), rgba(0,212,247,0.10));
}

.fec-pathways__card--navy::after {
  background: linear-gradient(135deg, rgba(34,67,158,0.34), rgba(34,67,158,0.10));
}

.fec-pathways__card .fec-pathways__card-arrow {
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: 4;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.fec-pathways__card .fec-pathways__card-arrow .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.fec-pathways__card .fec-pathways__card-arrow .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fec-pathways__card .fec-pathways__card-arrow .elementor-icon {
  font-size: 20px;
  line-height: 1;
  color: rgba(26, 37, 84, 0.72);
}

.fec-pathways__card .fec-pathways__card-arrow .elementor-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.fec-pathways__card--red .fec-pathways__card-arrow .elementor-icon {
  color: #9f3f52;
}

.fec-pathways__card--yellow .fec-pathways__card-arrow .elementor-icon {
  color: #8a6a00;
}

.fec-pathways__card--blue .fec-pathways__card-arrow .elementor-icon {
  color: #0f6e8b;
}

.fec-pathways__card--navy .fec-pathways__card-arrow .elementor-icon {
  color: #28408f;
}

.fec-pathways__card .elementor-widget-heading,
.fec-pathways__card .elementor-widget-text-editor,
.fec-pathways__featured-body .elementor-widget-heading,
.fec-pathways__featured-body .elementor-widget-text-editor {
  margin: 0 !important;
}

/* =========================
   Desktop contained sizing
========================= */

@media (max-width: 1200px) {
  .fec-pathways > .e-con-inner {
    max-width: 980px;
  }

  .fec-pathways__featured > .e-con-inner > .elementor-element:first-child,
  .fec-pathways__featured > .e-con-inner > .e-con:first-child,
  .fec-pathways__featured .elementor-element-696b59e {
    min-height: 280px !important;
    height: 280px !important;
  }

  .fec-pathways__featured .elementor-element-3671485 {
    width: 38% !important;
    min-width: 38% !important;
    max-width: 38% !important;
  }

  .fec-pathways__featured-body,
  .fec-pathways__featured .elementor-element-77539ef {
    width: 63% !important;
    min-width: 63% !important;
    max-width: 63% !important;
    margin-left: -48px !important;
    padding: 26px 24px 24px 46px !important;
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 19%) !important;
  }

  .fec-pathways__featured-body .elementor-heading-title,
  .fec-pathways__featured .elementor-element-77539ef .elementor-heading-title {
    font-size: 24px;
    max-width: 310px;
  }

  .fec-pathways__card {
    min-height: 138px;
  }
}

/* =========================
   Tablet
========================= */

@media (max-width: 980px) {
  .fec-pathways {
    padding: 54px 14px 62px;
  }

  .fec-pathways > .e-con-inner {
    max-width: 760px;
    gap: 20px;
  }

  .fec-pathways__grid,
  .fec-pathways__grid > .e-con-inner {
    flex-direction: column;
    gap: 16px;
  }

  .fec-pathways__featured,
  .fec-pathways__side {
    width: 100%;
    min-width: 100%;
  }

  .fec-pathways__featured > .e-con-inner > .elementor-element:first-child,
  .fec-pathways__featured > .e-con-inner > .e-con:first-child,
  .fec-pathways__featured .elementor-element-696b59e {
    min-height: 260px !important;
    height: 260px !important;
  }

  .fec-pathways__featured .elementor-element-3671485 {
    width: 37% !important;
    min-width: 37% !important;
    max-width: 37% !important;
  }

  .fec-pathways__featured-body,
  .fec-pathways__featured .elementor-element-77539ef {
    width: 64% !important;
    min-width: 64% !important;
    max-width: 64% !important;
    margin-left: -40px !important;
    padding: 24px 22px 22px 40px !important;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 18%) !important;
  }

  .fec-pathways__featured-body .elementor-heading-title,
  .fec-pathways__featured .elementor-element-77539ef .elementor-heading-title {
    font-size: 26px;
    max-width: 320px;
  }

  .fec-pathways__side,
  .fec-pathways__side > .e-con-inner,
  .fec-pathways__side-row,
  .fec-pathways__side-row > .e-con-inner {
    gap: 16px !important;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  .fec-pathways {
    padding: 44px 12px 52px;
  }

  .fec-pathways > .e-con-inner {
    max-width: 100%;
    gap: 20px;
  }

  .fec-pathways__intro .elementor-heading-title {
    font-size: 32px;
  }

  .fec-pathways__intro p {
    font-size: 15px;
  }

  .fec-pathways__grid,
  .fec-pathways__grid > .e-con-inner {
    gap: 16px;
  }

  .fec-pathways__featured {
    border-radius: 16px;
  }

  .fec-pathways__featured > .e-con-inner > .elementor-element:first-child,
  .fec-pathways__featured > .e-con-inner > .e-con:first-child,
  .fec-pathways__featured .elementor-element-696b59e {
    min-height: 220px !important;
    height: 220px !important;
  }

  .fec-pathways__featured .elementor-element-3671485 {
    width: 35% !important;
    min-width: 35% !important;
    max-width: 35% !important;
  }

  .fec-pathways__featured-body,
  .fec-pathways__featured .elementor-element-77539ef {
    width: 69% !important;
    min-width: 69% !important;
    max-width: 69% !important;
    margin-left: -24px !important;
    padding: 18px 16px 18px 24px !important;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 15%) !important;
  }

  .fec-pathways__featured-body::before,
  .fec-pathways__featured .elementor-element-77539ef::before {
    right: -14px;
    bottom: -10px;
    width: 92px;
    height: 86px;
  }

  .fec-pathways__featured-body::after,
  .fec-pathways__featured .elementor-element-77539ef::after {
    right: 18px;
    top: 12px;
    width: 34px;
    height: 82px;
  }

  .fec-pathways__featured-body .elementor-heading-title,
  .fec-pathways__featured .elementor-element-77539ef .elementor-heading-title {
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .fec-pathways__featured-body .elementor-widget-text-editor,
  .fec-pathways__featured .elementor-element-77539ef .elementor-widget-text-editor {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .fec-pathways__featured-body p,
  .fec-pathways__featured .elementor-element-77539ef p {
    font-size: 12px;
    line-height: 1.5;
  }

  .fec-pathways__featured-body .elementor-button,
  .fec-pathways__featured .elementor-element-77539ef .elementor-button {
    min-width: 132px;
    height: 40px;
    font-size: 13px;
    padding: 0 14px;
    border-radius: 10px;
  }

  .fec-pathways__featured-body .elementor-button-content-wrapper,
  .fec-pathways__featured .elementor-element-77539ef .elementor-button-content-wrapper {
    gap: 8px;
  }

  .fec-pathways__featured-body .elementor-button-icon svg,
  .fec-pathways__featured .elementor-element-77539ef .elementor-button-icon svg {
    width: 12px;
    height: 12px;
  }

  .fec-pathways__side-row {
    flex-direction: column;
    gap: 16px;
  }

  .fec-pathways__card {
    min-height: 145px;
    padding: 18px 16px 16px;
  }

  .fec-pathways__card .elementor-heading-title {
    font-size: 19px;
    max-width: 100%;
  }

  .fec-pathways__card .elementor-widget-text-editor {
    max-width: 100%;
  }

  .fec-pathways__card p {
    font-size: 13px;
  }

  .fec-pathways__card::after {
    width: 80px;
    height: 60px;
  }

  .fec-pathways__card .fec-pathways__card-arrow {
    right: 16px;
    bottom: 12px;
  }

  .fec-pathways__card .fec-pathways__card-arrow .elementor-icon,
  .fec-pathways__card .fec-pathways__card-arrow .elementor-icon svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}

/* =========================
   Very Small Mobile
========================= */

@media (max-width: 479px) {
  .fec-pathways__featured > .e-con-inner > .elementor-element:first-child,
  .fec-pathways__featured > .e-con-inner > .e-con:first-child,
  .fec-pathways__featured .elementor-element-696b59e {
    min-height: 210px !important;
    height: 210px !important;
  }

  .fec-pathways__featured .elementor-element-3671485 {
    width: 35% !important;
    min-width: 35% !important;
    max-width: 35% !important;
  }

  .fec-pathways__featured-body,
  .fec-pathways__featured .elementor-element-77539ef {
    width: 71% !important;
    min-width: 71% !important;
    max-width: 71% !important;
    margin-left: -20px !important;
    padding: 16px 14px 16px 22px !important;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 14%) !important;
  }

  .fec-pathways__featured-body .elementor-heading-title,
  .fec-pathways__featured .elementor-element-77539ef .elementor-heading-title {
    font-size: 19px;
  }

  .fec-pathways__featured-body p,
  .fec-pathways__featured .elementor-element-77539ef p {
    font-size: 11.5px;
  }

  .fec-pathways__featured-body .elementor-button,
  .fec-pathways__featured .elementor-element-77539ef .elementor-button {
    min-width: 118px;
    height: 38px;
    font-size: 12px;
  }
}
/* =========================
   Footer - FEC Redesign
========================= */

.fec-site-footer {
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,0.92);
  overflow: hidden;
  background: #143795;
}

.fec-site-footer__top {
  position: relative;
  padding: 78px 0 54px;
  overflow: hidden;
  background: linear-gradient(135deg, #12348f 0%, #173aa5 52%, #1c43b4 100%);
}

.fec-site-footer__top::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,212,247,0.10) 0, rgba(0,212,247,0) 18%),
    radial-gradient(circle at 88% 82%, rgba(255,255,255,0.05) 0, rgba(255,255,255,0) 24%);
  opacity: 1;
}

.fec-site-footer__bottom {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #102f83;
}

.fec-site-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}

.fec-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) 1fr 1fr minmax(240px, 1fr);
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.fec-site-footer__col {
  min-width: 0;
}

.fec-site-footer__col--brand {
  padding-right: 18px;
}

.fec-site-footer__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 22px;
}

.fec-site-footer__logo {
  display: block;
  width: auto;
  max-height: 66px;
  filter: brightness(0) invert(1);
}

.fec-site-footer__text {
  margin: 0;
  max-width: 400px;
  color: rgba(255,255,255,0.82);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.fec-site-footer__brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.fec-site-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.fec-site-footer__button:hover {
  transform: translateY(-1px);
}

.fec-site-footer__button--primary {
  background: linear-gradient(135deg, #78E6FF 0%, #5EDCFF 100%);
  color: #17305F;
  border: 1px solid #78E6FF;
  box-shadow: 0 14px 28px rgba(0,212,247,0.16);
}

.fec-site-footer__button--primary:hover {
  background: linear-gradient(135deg, #54DCFF 0%, #39D2FF 100%);
  color: #17305F;
  border-color: #54DCFF;
}

.fec-site-footer__button--secondary {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.fec-site-footer__button--secondary:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  border-color: rgba(255,255,255,0.28);
}

.fec-site-footer__heading {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: #ffffff;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.fec-site-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: #00D4F7;
}

.fec-site-footer__menu,
.fec-site-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fec-site-footer__menu li,
.fec-site-footer__contact li {
  margin: 0 0 14px;
}

.fec-site-footer__menu a,
.fec-site-footer__contact a,
.fec-site-footer__bottom-links a {
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  transition: color 0.2s ease, transform 0.2s ease;
}

.fec-site-footer__menu a::after,
.fec-site-footer__contact a::after,
.fec-site-footer__bottom-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #00D4F7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.fec-site-footer__menu a:hover,
.fec-site-footer__contact a:hover,
.fec-site-footer__bottom-links a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.fec-site-footer__menu a:hover::after,
.fec-site-footer__contact a:hover::after,
.fec-site-footer__bottom-links a:hover::after {
  transform: scaleX(1);
}

.fec-site-footer__contact li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fec-site-footer__contact-label {
  display: block;
  color: rgba(255,255,255,0.55);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fec-site-footer__contact li > span:not(.fec-site-footer__contact-label) {
  color: rgba(255,255,255,0.88);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.fec-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.fec-site-footer__social {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  padding: 0;
  line-height: 1;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.fec-site-footer__social:hover {
  transform: translateY(-2px);
  background: rgba(0,212,247,0.16);
  border-color: rgba(0,212,247,0.34);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.fec-site-footer__social svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  display: block;
  fill: #ffffff;
  margin: 0;
  flex: 0 0 18px;
}

.fec-site-footer__piece {
  display: none !important;
}

.fec-site-footer__inner--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.fec-site-footer__copyright {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.fec-site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

@media (max-width: 1100px) {
  .fec-site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
  }

  .fec-site-footer__col--brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .fec-site-footer__text {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .fec-site-footer__top {
    padding: 58px 0 38px;
  }

  .fec-site-footer__inner {
    padding: 0 16px;
  }

  .fec-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fec-site-footer__logo {
    max-height: 54px;
  }

  .fec-site-footer__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .fec-site-footer__brand-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fec-site-footer__button {
    width: 100%;
  }

  .fec-site-footer__inner--bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .fec-site-footer__bottom-links {
    gap: 16px;
  }
}/* =========================
   Footer - FEC Redesign
========================= */

.fec-site-footer {
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,0.92);
  overflow: hidden;
  background: #143795;
}

.fec-site-footer__top {
  position: relative;
  padding: 78px 0 54px;
  overflow: hidden;
  background: linear-gradient(135deg, #12348f 0%, #173aa5 52%, #1c43b4 100%);
}

.fec-site-footer__top::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,212,247,0.10) 0, rgba(0,212,247,0) 18%),
    radial-gradient(circle at 88% 82%, rgba(255,255,255,0.05) 0, rgba(255,255,255,0) 24%);
  opacity: 1;
}

.fec-site-footer__bottom {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #102f83;
}

.fec-site-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}

.fec-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) 1fr 1fr minmax(240px, 1fr);
  gap: 44px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.fec-site-footer__col {
  min-width: 0;
}

.fec-site-footer__col--brand {
  padding-right: 18px;
}

.fec-site-footer__logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 22px;
}

.fec-site-footer__logo {
  display: block;
  width: auto;
  max-height: 66px;
  filter: brightness(0) invert(1);
}

.fec-site-footer__text {
  margin: 0;
  max-width: 400px;
  color: rgba(255,255,255,0.82);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.fec-site-footer__brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.fec-site-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.fec-site-footer__button:hover {
  transform: translateY(-1px);
}

.fec-site-footer__button--primary {
  background: linear-gradient(135deg, #78E6FF 0%, #5EDCFF 100%);
  color: #17305F;
  border: 1px solid #78E6FF;
  box-shadow: 0 14px 28px rgba(0,212,247,0.16);
}

.fec-site-footer__button--primary:hover {
  background: linear-gradient(135deg, #54DCFF 0%, #39D2FF 100%);
  color: #17305F;
  border-color: #54DCFF;
}

.fec-site-footer__button--secondary {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.fec-site-footer__button--secondary:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  border-color: rgba(255,255,255,0.28);
}

.fec-site-footer__heading {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: #ffffff;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.fec-site-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: #00D4F7;
}

.fec-site-footer__menu,
.fec-site-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fec-site-footer__menu li,
.fec-site-footer__contact li {
  margin: 0 0 14px;
}

.fec-site-footer__menu a,
.fec-site-footer__contact a,
.fec-site-footer__bottom-links a {
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  transition: color 0.2s ease, transform 0.2s ease;
}

.fec-site-footer__menu a::after,
.fec-site-footer__contact a::after,
.fec-site-footer__bottom-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #00D4F7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.fec-site-footer__menu a:hover,
.fec-site-footer__contact a:hover,
.fec-site-footer__bottom-links a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.fec-site-footer__menu a:hover::after,
.fec-site-footer__contact a:hover::after,
.fec-site-footer__bottom-links a:hover::after {
  transform: scaleX(1);
}

.fec-site-footer__contact li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fec-site-footer__contact-label {
  display: block;
  color: rgba(255,255,255,0.55);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fec-site-footer__contact li > span:not(.fec-site-footer__contact-label) {
  color: rgba(255,255,255,0.88);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.fec-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.fec-site-footer__social {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  line-height: 1;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.fec-site-footer__social:hover {
  transform: translateY(-2px);
  background: rgba(0,212,247,0.16);
  border-color: rgba(0,212,247,0.34);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.fec-site-footer__social svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  display: block;
  fill: #ffffff;
  margin: 0;
  flex: 0 0 18px;
}

.fec-site-footer__piece {
  display: none !important;
}

.fec-site-footer__inner--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.fec-site-footer__copyright {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.fec-site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

@media (max-width: 1100px) {
  .fec-site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
  }

  .fec-site-footer__col--brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .fec-site-footer__text {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .fec-site-footer__top {
    padding: 58px 0 38px;
  }

  .fec-site-footer__inner {
    padding: 0 16px;
  }

  .fec-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fec-site-footer__logo {
    max-height: 54px;
  }

  .fec-site-footer__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .fec-site-footer__brand-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .fec-site-footer__button {
    width: 100%;
  }

  .fec-site-footer__inner--bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .fec-site-footer__bottom-links {
    gap: 16px;
  }
}

/* ========================================
   FEATURED COURSES REDESIGN - REFINED
======================================== */

.fec-featured-courses--redesign {
    position: relative;
    width: 100%;
    padding: 56px 0;
    background:
        radial-gradient(circle at top left, rgba(0, 212, 247, 0.05) 0%, rgba(0, 212, 247, 0) 18%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.fec-featured-courses__inner {
    width: 100%;
    max-width: 1426px;
    margin: 0 auto;
    padding: 0 24px;
}

.fec-featured-courses__header--redesign {
    display: grid;
    grid-template-columns: minmax(0, 503px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin: 0 0 24px;
}

.fec-featured-courses__header-copy {
    min-width: 0;
}

.fec-featured-courses__header-text {
    min-width: 0;
    padding-top: 8px;
}

.fec-featured-courses__eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    color: #00349B;
    font-family: "Axiforma", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fec-featured-courses__header--redesign h2 {
    margin: 0;
    font-family: "Axiforma", Arial, sans-serif;
    font-size: clamp(2.2rem, 3.3vw, 3.4rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.001em;
}

.fec-featured-courses__header--redesign p {
    margin: 0;
    max-width: 760px;
    color: #171F2E;
    font-family: "Baskervville", Georgia, serif;
    font-size: 1rem;
    line-height: 1.65;
}

.fec-featured-courses__grid--redesign {
    margin-top: 0;
}

.fec-featured-courses__card.fec-course-card--redesign {
    min-height: 100%;
}

.fec-featured-courses__card .fec-course-card__media {
    aspect-ratio: 16 / 9;
}

.fec-featured-courses__card .fec-course-card__body {
    padding: 18px;
}

.fec-featured-courses__card .fec-course-card__title {
    font-size: 1.15rem;
    line-height: 1.4;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.fec-featured-courses__card .fec-course-card__excerpt {
    font-size: 0.96rem;
    line-height: 1.58;
    min-height: 72px;
}

.fec-featured-courses__card .fec-course-card__footer {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fec-featured-courses__card .fec-course-card__footer .fec-button {
    flex: 1 1 0;
    min-height: 46px;
    font-size: 0.9rem;
    padding: 0 16px;
}

@media (max-width: 1024px) {
    .fec-featured-courses__header--redesign {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fec-featured-courses__header-text {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .fec-featured-courses--redesign {
        padding: 42px 0;
    }

    .fec-featured-courses__inner {
        padding: 0 16px;
    }

    .fec-featured-courses__header--redesign h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .fec-featured-courses__card .fec-course-card__footer {
        flex-direction: column;
    }

    .fec-featured-courses__card .fec-course-card__footer .fec-button {
        width: 100%;
    }
}
[type=button],[type=submit],button {
    background-color: transparent;
    border: 1px solid #00349B;
    border-radius: 3px;
    color: #00349B;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: #00349B;
    color: #fff;
    text-decoration: none
}
/* =========================================================
   FEC - Why Finance Education Centre Section
   ========================================================= */

.fec-why-section,
.fec-why-section * {
    box-sizing: border-box;
}

.fec-why-section {
    width: 100%;
    background: #ffffff;
    padding: 68px 0 72px;
    overflow: hidden;
}

/* Inner width */
.fec-why-inner > .e-con-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Remove Elementor default spacing */
.fec-why-section .elementor-widget {
    margin-bottom: 0 !important;
}

.fec-why-section p {
    margin-top: 0;
}

.fec-why-section p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   Eyebrow
   ========================================================= */

.fec-why-eyebrow .elementor-heading-title {
    margin: 0;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 800;
    color: #00349B;
}

/* =========================================================
   Heading
   ========================================================= */

.fec-why-title-wrap {
    position: relative;
    padding-left: 22px;
    margin-top: 0;
}

.fec-why-title-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: calc(100% - 10px);
    background: #00D4F7;
    border-radius: 99px;
}

.fec-why-title .elementor-heading-title {
    margin: 0;
    max-width: 980px;
    font-size: 40px;
    line-height: 1.12em;
    letter-spacing: -0.8px;
    font-weight: 800;
    color: #171F2E;
}

.fec-why-title .elementor-heading-title span {
    color: #00349B;
}

/* =========================================================
   Main copy
   ========================================================= */

.fec-why-lead,
.fec-why-body,
.fec-why-closing {
    width: 100%;
    max-width: 1080px;
}

.fec-why-lead p {
    margin: 0;
    font-size: 17px;
    line-height: 1.65em;
    color: #27354D;
    font-weight: 500;
}

.fec-why-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.68em;
    color: #334155;
    font-weight: 400;
}

.fec-why-closing {
    margin-top: 4px;
}

.fec-why-closing p {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.65em;
    color: #27354D;
    font-weight: 650;
}

/* =========================================================
   Audience Cards - For firms / individuals / industry
   ========================================================= */

.fec-why-benefits {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 16px;
    margin-top: 14px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible;
}

.fec-benefit-box {
    width: auto !important;
    position: relative;
    min-height: 146px;
    padding: 24px 76px 24px 24px;
    background: #ffffff;
    border: 1px solid #DCE7F7;
    box-shadow: 0 14px 36px rgba(0, 52, 155, 0.045);
    overflow: hidden;
}

.fec-benefit-box::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: 46px;
    height: 4px;
    background: #00D4F7;
    border-radius: 0 0 99px 99px;
}

/* Stepped jigsaw corner - like pathway cards */
.fec-benefit-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 84px;
    pointer-events: none;
    opacity: 1;
    background:
        linear-gradient(#00D4F7, #00D4F7) 60px 60px / 24px 24px no-repeat,
        linear-gradient(#DCE6F6, #DCE6F6) 36px 60px / 24px 24px no-repeat,
        linear-gradient(#EAF0FA, #EAF0FA) 12px 60px / 24px 24px no-repeat,
        linear-gradient(#DCE6F6, #DCE6F6) 60px 36px / 24px 24px no-repeat,
        linear-gradient(#EEF3FB, #EEF3FB) 36px 36px / 24px 24px no-repeat,
        linear-gradient(#F3F6FB, #F3F6FB) 60px 12px / 24px 24px no-repeat;
}

.fec-benefit-title .elementor-heading-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 800;
    color: #00349B;
}

.fec-benefit-text p {
    margin: 0;
    font-size: 14.75px;
    line-height: 1.62em;
    color: #334155;
}

/* =========================================================
   Final Statement Panel
   ========================================================= */

.fec-why-statements {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 0;
    margin-top: 12px;
    border-radius: 0;
    background: linear-gradient(135deg, #071B46 0%, #00349B 58%, #064BD2 100%) !important;
    border: 1px solid rgba(0, 212, 247, 0.18) !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 42px rgba(0, 52, 155, 0.14);
}

/* Keep the blue panel clean */
.fec-why-statements::before,
.fec-why-statements::after {
    content: none !important;
}

.fec-statement-box {
    width: auto !important;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 34px;
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.fec-statement-box:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.fec-statement-text {
    width: 100%;
}

.fec-statement-text .elementor-heading-title {
    margin: 0;
    width: 100%;
    max-width: none;
    font-size: 17px;
    line-height: 1.3em;
    letter-spacing: -0.2px;
    font-weight: 800;
    color: #ffffff !important;
    text-align: left;
}

.fec-statement-text .elementor-heading-title::before {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: #00D4F7;
    border-radius: 99px;
    margin-bottom: 12px;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1024px) {
    .fec-why-section {
        padding: 58px 0 62px;
    }

    .fec-why-inner > .e-con-inner {
        gap: 14px;
    }

    .fec-why-title .elementor-heading-title {
        font-size: 38px;
    }

    .fec-why-lead p {
        font-size: 16px;
    }

    .fec-why-body p,
    .fec-why-closing p {
        font-size: 15.5px;
    }

    .fec-why-benefits,
    .fec-why-statements {
        grid-template-columns: 1fr;
    }

    .fec-benefit-box {
        min-height: auto;
        padding: 22px 76px 22px 24px;
    }

    .fec-statement-box {
        min-height: auto;
        padding: 24px 28px;
    }

    .fec-statement-box:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .fec-statement-text .elementor-heading-title {
        width: 100%;
        max-width: none;
    }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
    .fec-why-section {
        padding: 48px 0 52px;
    }

    .fec-why-inner > .e-con-inner {
        padding-left: 20px;
        padding-right: 20px;
        gap: 12px;
    }

    .fec-why-eyebrow .elementor-heading-title {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .fec-why-title-wrap {
        padding-left: 17px;
    }

    .fec-why-title-wrap::before {
        width: 3px;
        top: 5px;
        height: calc(100% - 10px);
    }

    .fec-why-title .elementor-heading-title {
        font-size: 32px;
        line-height: 1.1em;
        letter-spacing: -0.6px;
    }

    .fec-why-lead p {
        font-size: 15px;
        line-height: 1.6em;
    }

    .fec-why-body p,
    .fec-why-closing p {
        font-size: 14.5px;
        line-height: 1.65em;
    }

    .fec-why-benefits {
        gap: 12px;
    }

    .fec-benefit-box {
        padding: 22px 62px 22px 20px;
    }

    .fec-benefit-box::before {
        left: 20px;
        width: 40px;
    }

    .fec-benefit-box::after {
        width: 66px;
        height: 66px;
        background:
            linear-gradient(#00D4F7, #00D4F7) 48px 48px / 18px 18px no-repeat,
            linear-gradient(#DCE6F6, #DCE6F6) 30px 48px / 18px 18px no-repeat,
            linear-gradient(#EAF0FA, #EAF0FA) 12px 48px / 18px 18px no-repeat,
            linear-gradient(#DCE6F6, #DCE6F6) 48px 30px / 18px 18px no-repeat,
            linear-gradient(#EEF3FB, #EEF3FB) 30px 30px / 18px 18px no-repeat,
            linear-gradient(#F3F6FB, #F3F6FB) 48px 12px / 18px 18px no-repeat;
    }

    .fec-benefit-title .elementor-heading-title {
        font-size: 15.5px;
    }

    .fec-benefit-text p {
        font-size: 14px;
    }

    .fec-statement-box {
        padding: 22px;
    }

    .fec-statement-text .elementor-heading-title {
        width: 100%;
        max-width: none;
        font-size: 16.5px;
        line-height: 1.32em;
    }
}