/*
Theme Name: Frederick
Theme URI: https://ucert.frederickuniversity.gr
Description: A clean, minimal WordPress theme built for Elementor Pro. Lightweight and fast with zero bloat.
Author: Frederick
Author URI: https://ucert.frederickuniversity.gr
Version: 1.0.0
Text Domain: frederick
Tags: elementor, minimal, clean, business
*/

/* ── CSS Variables ────────────────────────────────────────── */
:root {
  --frederick-color-primary: #0f1923;
  --frederick-color-accent: #c9a96e;
  --frederick-color-light: #f8f8f6;
  --frederick-color-white: #ffffff;
  --frederick-color-text: #2c2c2c;
  --frederick-color-muted: #6b7280;
  --frederick-color-border: #e8e8e4;

  --frederick-font-heading: "Playfair Display", serif;
  --frederick-font-body: "Inter", sans-serif;

  --frederick-radius: 4px;
  --frederick-radius-lg: 8px;
  --frederick-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --frederick-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.07);
  --frederick-transition: 0.2s ease;
}

/* ── Reset ────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--frederick-font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--frederick-color-text);
  background-color: var(--frederick-color-white);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

/* ── Typography ───────────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--frederick-font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--frederick-color-primary);
  margin-top: 0;
  margin-bottom: 0.75em;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
}
h3 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

a {
  color: var(--frederick-color-accent);
  text-decoration: none;
  transition: opacity var(--frederick-transition);
}
.elementor-button {
  cursor: pointer;
}
.elementor-16
  .elementor-element.elementor-element-fd30a7f
  .elementor-nav-menu--main
  .elementor-item.elementor-item-active {
  color: #434242;
  font-weight: 800;
}
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  padding-left: 1.5em;
  margin-top: 0;
  margin-bottom: 1.25em;
}
li {
  margin-bottom: 0.4em;
}
.e-con-full.pad-0 {
	padding-block-start: 10px!important;
}
/* ── Layout ───────────────────────────────────────────────── */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-content {
  flex: 1;
}

.blur .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  backdrop-filter: blur(4px);
}
.blur .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.more-button .elementor-button {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 8px 8px 26px !important;
  border-radius: 40px;
}
.more-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}
.more-button .elementor-button-icon svg {
  width: 38px;
  height: 38px;
}
.more-button .elementor-button-icon {
  transition: transform 0.2s;
}
.more-button:hover .elementor-button-icon {
  transform: translateX(3px);
}

/* MENU */

.elementor-16
  .elementor-element.elementor-element-cd8ae15
  .elementor-nav-menu--dropdown
  .elementor-item,
.elementor-16
  .elementor-element.elementor-element-cd8ae15
  .elementor-nav-menu--dropdown
  .elementor-sub-item {
  font-family: "MontserratZ", Sans-serif;
  font-weight: 500;
  line-height: 36px;
}

/* END  MENU */

/* HOME PAGE FORM */

#inquiryForm .elementor-field-type-acceptance .elementor-field-option label {
  color: #434242 !important;
}
#inquiryForm .elementor-field-type-acceptance .elementor-field-option label a {
  color: #434242 !important;
}
/* END HOME PAGE FORM */
/* FU - SCHOOLS & PROGRAMS - */
.fu-programs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  background: #fff;
  color: #fff;
  padding: 60px;
}

.fu-num {
  font-size: 80px;
  font-weight: 800;
  color: var(--fu-accent, #f5a623);
  line-height: 1;
  margin-right: 26px;
}

.fu-school {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.fu-school-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #434242;
}

.fu-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  margin-top: 14px;
  cursor: pointer;
  color: #2d2d2d;
}

.fu-name {
  flex: 1;
  padding: 12px 24px;
  border-radius: 40px;
  transition: background 0.2s, color 0.2s;
}
.fu-item:hover span.fu-name {
	
	background: #3a3a3a;
	color: white;

}
.fu-item:hover span.fu-badge {
	
	background: #3a3a3a;
	color: white;

}

.fu-badge {
  color: #6c6c6c;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.fu-item.is-active .fu-name,
.fu-item.is-active .fu-badge {
  background: #3a3a3a;
  color: #fff;
}

.fu-card {
  background: #fff;
  color: #1a1a1a;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  min-height: 680px;
  position: absolute;
  right: 0;
  top: -130px;
}

.fu-card-img {
  height: 400px;
  overflow: hidden;
}

.fu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fu-card-divider {
  height: 5px;
  background: var(--fu-accent, #f5a623);
}

.fu-card-body {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 400px);
  text-align: center;
}

.fu-card-body p {
  margin: 0 0 18px;
  font-size: 16px;
  font-family: "MontserratZ", Sans-serif;
}

.fu-cta {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 8px 8px 26px;
  border-radius: 40px;
}
.fu-cta-sticky {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #2980d3;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 8px 8px 26px;
  border-radius: 40px;
  z-index: 9999 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
}

.fu-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #3a3a3a;
  transition: transform 0.2s;
}

.fu-cta:hover .fu-cta-icon {
  transform: translateX(3px);
}
.fu-single {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  background: #fff;
  color: #fff;
  padding: 60px;
}

.fu-single .fu-school-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #434242;
}
.fu-single-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2d2d2d;
  margin: 40px 0 8px;
}
.fu-single-name {
  font-size: 30px;
  font-weight: 700;
  color: #9a9a9a;
  margin: 0 0 14px;
  line-height: 1.2;
}
.fu-single-badge {
  font-size: 30px;
  font-weight: 700;
  color: #2d2d2d;
  margin: 0 0 20px;
}
.fu-single-desc {
  color: #8a8a8a;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 48px;
}
.fu-single-desc p {
  margin: 0 0 1em;
  font-size: 20px;
  color: #444;
}
.fu-single-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: background 0.2s;
}

.fu-single .fu-card {
  background: #fff;
  color: #1a1a1a;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  min-height: 680px;
  position: absolute;
  right: 0;
  top: -130px;
}
.fu-single .fu-card-img {
  height: 400px;
  overflow: hidden;
}
.fu-card-body--single {
  text-align: left;
  height: auto;
  display: block;
  padding: 36px 40px;
}
/* ===== FU — PROGRAM STRUCTURE ACCORDION ===== */
/* --- TAB ROW --- */
.fu-acc-tablist {
  display: flex;
  gap: 14px;
  margin-bottom: 30px;
}
.fu-acc-tab {
  padding: 14px 32px;
  border: 0;
  border-radius: 40px;
  background: #ebecf3;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: #5a5a6a;
  transition: background 0.2s, color 0.2s;
}
.fu-acc-tab.is-active {
  background: #1b3bb3;
  color: #fff;
}
.fu-acc-tabpanel {
  display: none;
}
.fu-acc-tabpanel.is-active {
  display: block;
}

/* --- ACCORDION --- */
.fu-acc {
  padding: 0;
}
.fu-acc-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.fu-acc-item:last-child {
  margin-bottom: 0;
}
.fu-acc-bar {
  flex: 1;
  min-width: 0;
  background: #ebecf3;
  border-radius: 32px;
  overflow: hidden;
  transition: background 0.25s;
}
.fu-acc-head {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 20px 40px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #5a5a6a;
  transition: color 0.25s;
}
.fu-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.fu-acc-inner {
  padding: 8px 40px 34px;
  color: #fff;
}
.fu-acc-toggle {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  margin-left: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebecf3;
  color: #0d1b52;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.fu-acc-arrow {
  transition: transform 0.3s;
}
.fu-acc-item.is-open .fu-acc-arrow {
  transform: rotate(180deg);
}

/* open state */
.fu-acc-item.is-open .fu-acc-bar {
  background: none;
  border-radius: 0;
  overflow: visible;
}
.fu-acc-item.is-open .fu-acc-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-style: solid;
  border-width: 100px 100px 30px 30px;
  border-image: url(/wp-content/uploads/2026/06/acc_inner.svg) 85 85 30 30 fill;
}
.fu-acc-item.is-open .fu-acc-head,
.fu-acc-item.is-open .fu-acc-panel {
  position: relative;
  z-index: 1;
}
.fu-acc-item.is-open .fu-acc-head {
  color: #fff;
  font-weight: 600;
}
.fu-acc-item.is-open .fu-acc-toggle {
  position: absolute;
  top: -2px;
  right: -2px;
  margin: 0;
  background: #06369f;
  color: #fff;
}

/* table inside open panel */
.fu-acc-inner table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 16px;
}
.fu-acc-inner th,
.fu-acc-inner td {
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.fu-acc-inner th {
  font-weight: 500;
  color: #c8d0ff;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.fu-acc-inner tr:last-child td {
  border-bottom: 0;
}
.fu-acc-inner th:last-child,
.fu-acc-inner td:last-child {
  text-align: right;
}
.fu-acc-inner th:first-child,
.fu-acc-inner td:first-child {
  width: 30px;
}
.fu-acc-inner table td a {
  color: #fff;
}
.fu-acc-inner table td a:hover {
  text-decoration: underline !important;
}

.fu-acc-inner th:first-child,
.fu-acc-inner td:first-child {
  width: 40px;
}
.fu-acc-inner th:nth-child(2),
.fu-acc-inner td:nth-child(2) {
  width: 160px;
}
/* FU TABS  */

.fu-tabs {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  /*     align-items:center;             */
  padding: 60px;
  font-family: inherit;
}

.fu-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fu-tab {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 16px 28px;
  border: 0;
  border-radius: 40px;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  color: #444 !important;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.fu-tab.is-active {
  background: #1b3bb3;
  color: #fff !important;
}

/* content card on the right */
.fu-tabs-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  padding: 40px 48px;
  margin-top: -120px;
}
.fu-tab-panel {
  display: none;
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}
.fu-tab-panel.is-active {
  display: block;
}
.fu-tab-panel p {
  margin: 0 0 1.2em;
}
.fu-tab-panel p:last-child {
  margin-bottom: 0;
}

.acceptance-white
  .elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label {
  font-size: 14px !important;
  color: #000000 !important;
}

/* Responsive */

@media (max-width: 1024px) {
	
.fu-tabs {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 20px;
  }

  .fu-programs {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .fu-single {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .fu-card {
    position: relative;
    top: 0;
  }
  .fu-single .fu-card {
    position: relative;
    top: 0;
  }
  .fu-tabs-card {
    margin-top: 0;
  }
	.fu-acc-head {
    padding: 40px 40px;
	}
}


@media (max-width: 480px){
	
	.mob-relative {
		position: relative!important;
	}
	.fu-acc-bar {
		border-radius: 10px!important;
	}
	.fu-acc-head {
		padding: 10px 10px;
	}
	.faq span.fu-acc-title {
		line-height: 23px;
		padding-right: 70px;
		padding-top: 0px;
		line-height: 20px;
		font-size: 16px!important;

	}
	   .fu-acc-title {
        padding: 0px!important;
       
    }
	.faq .fu-acc-head {
		height: 100px!important;

	}
	.fu-acc-inner {
		padding: 20px 10px 30px!important;
		font-size: 16px!important;
	}

	.fu-acc-item {
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom: 18px;
	}
	.fu-acc-item.is-open span.fu-acc-title {
    	padding-right: 60px!important;
	} 
	

}
/* ── Elementor Support ────────────────────────────────────── */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}
.e-con-inner {
  max-width: 1200px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}

/* ── Loop tags ──────────────────────── */
.loop-tags .elementor-icon-list-text a {
  background-color: white;
  padding: 5px 10px !important;
  border-radius: 15px;
}
.loop-tags .elementor-icon-list-text a:hover {
  background-color: white;
  padding: 5px 10px !important;
  border-radius: 15px;
  opacity: 1;
}
.loop-tags .elementor-icon-list-text a {
  font-size: 0;
}
.loop-tags .elementor-icon-list-text span {
  margin-right: 5px;
}
.loop-tags .elementor-post-info__terms-list-item {
  font-size: 16px;
}
/* ── Newsletter ─────────────── */

#newsletter form .elementor-form-fields-wrapper .e-form__buttons button {
  position: absolute;
  top: -80px;
  right: 10px;
}
#newsletter .elementor-field-group.elementor-field-type-submit {
  align-items: unset;
}
#newsletter
  .elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label {
  font-size: 14px !important;
  color: #ffffff !important;
}
#newsletter
  .elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label
  a {
  color: #ffffff !important;
}
@media (max-width: 937px) {
  #newsletter form .elementor-form-fields-wrapper .e-form__buttons button {
    position: absolute;
    top: -110px;
  }
}
@media (max-width: 767px) {
  #newsletter form .elementor-form-fields-wrapper .e-form__buttons button {
    position: absolute;
    top: -80px;
  }
  .fu-acc-title {
    padding: 20px 0px;
    font-size: 17px;
  }
  .fu-acc-inner {
    padding: 8px 10px 30px;
  }
  .fu-acc-inner table {
    font-size: 15px;
  }
}
@media (max-width: 379px) {
  #newsletter form .elementor-form-fields-wrapper .e-form__buttons button {
    position: absolute;
    top: -80px;
  }
}
@media (max-width: 342px) {
  #newsletter form .elementor-form-fields-wrapper .e-form__buttons button {
    position: absolute;
    top: -110px;
  }
}
/* ── END   Newsletter ─────────────── */

/* BACK TO TOP  */

#fu-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #2980d3;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
#fu-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#fu-back-to-top:hover {
  background: #3a3a3a;
}

@media (max-width: 767px) {
  #fu-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}
/* END BACK TO TOP  */
/* STICKY BTN */
.fu-cta-sticky {
  transform: translateY(-50%);
  border-radius: 50px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #2980d3;
  color: #fff;
  padding: 8px 8px 8px 26px;
  gap: 16px;
}
.fu-cta-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.fu-cta-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
.fu-cta-text-sticky {
  white-space: nowrap;
}

/* ===== Tablet / mobile: collapse to icon, expand on tap ===== */
@media (max-width: 1024px) {
  .fu-cta-sticky {
    padding: 10px;
    gap: 0;
    transition: padding 0.35s ease, gap 0.35s ease, box-shadow 0.25s ease;
  }
  .fu-cta-text-sticky {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.35s ease, opacity 0.25s ease;
  }
  .fu-cta-sticky.is-open {
    padding: 8px 8px 8px 26px;
    gap: 16px;
  }
  .fu-cta-sticky.is-open .fu-cta-text-sticky {
    max-width: 220px;
    opacity: 1;
  }
  .fu-cta-sticky:not(.is-open) {
    animation-name: fuCtaPulse !important;
    animation-duration: 2s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
  }
}

@keyframes fuCtaPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(41, 128, 211, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(41, 128, 211, 0);
  }
}
/* END STICKY BTN */
/* RELATED POSTS*/
#related-posts
  .elementor-widget-container
  .elementor-posts-container
  .elementor-post
  .elementor-post__text
  .elementor-post__read-more-wrapper
  .elementor-post__read-more {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 8px 8px 26px !important;
  border-radius: 40px;
}
#related-posts
  .elementor-widget-container
  .elementor-posts-container
  .elementor-post
  .elementor-post__text
  .elementor-post__read-more-wrapper
  .elementor-post__read-more::after {
  content: url("/wp-content/uploads/2026/06/button-icon.svg");
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
}

/* FAQ */
.faq span.fu-acc-title {
  line-height: 24px;
  padding-right: 50px;
}
.faq .fu-acc-head {
  min-height: 70px;
}

/* END FAQ */

/* --- SEARCH BAR --- */
.fu-search {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: #0b3aa8;
  border-radius: 18px;
  padding: 22px 26px;
}
.fu-search-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-right: 6px;
}
.fu-search-field {
  flex: 1;
  min-width: 180px;
  background: #fff;
  border-radius: 40px;
  padding: 4px 22px;
  display: flex;
  align-items: center;
}
.fu-search-field select {
  width: 100%;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  color: #434242;
  padding: 14px 0;
  -webkit-appearance: none;
  appearance: none;
}
.fu-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: #222;
  border: 0;
  cursor: pointer;
  border-radius: 40px;
  padding: 8px 8px 8px 26px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
}
.fu-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #3a3a3a;
  color: #fff;
  transition: transform 0.2s;
}
.fu-search-btn:hover .fu-search-icon {
  transform: translateX(3px);
}

/* the closed select box */
.fu-search-field {
  position: relative;
  flex: 1;
  min-width: 180px;
  background: #fff;
  border-radius: 40px;
  padding: 0;
  display: flex;
  align-items: center;
}
.fu-search-field select {
  width: 100%;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  color: #555;
  padding: 16px 46px 16px 24px; /* room for the custom arrow on the right */
  -webkit-appearance: none;
  appearance: none;
  border-radius: 40px;
}
.fu-search-field select:focus {
  box-shadow: 0 0 0 2px rgba(11, 58, 168, 0.25);
}

/* custom dropdown */
.fu-dd {
  position: relative;
  flex: 1;
  min-width: 180px;
}
.fu-dd-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 40px;
  padding: 16px 24px;
  font-family: inherit;
  font-size: 16px;
  color: #222;
  text-align: left;
}
.fu-dd-label {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 600;
}
.fu-dd-label.is-placeholder {
  color: #434242;
	font-weight: 600;
	font-size: 18px;
}
.fu-dd-arrow {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s;
}
.fu-dd.is-open .fu-dd-arrow {
  transform: translateY(2px) rotate(225deg);
}

/* the open panel — fully styleable now */
.fu-dd-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 50;
  list-style: none;
  margin: 0;
  padding: 8px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  max-height: 320px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}
.fu-dd.is-open .fu-dd-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fu-dd-option {
	padding: 13px 18px;
	border-radius: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: #434242;
	transition: background 0.15s, color 0.15s;
}
.fu-dd-option:hover {
  background: #f0f2fa;
}
.fu-dd-option[aria-selected="true"] {
  background: #0b3aa8;
  color: #fff !important;
}
.fu-dd-option[data-value=""] {
  color: #9aa0aa;
}
.fu-dd-option[hidden] {
  display: none;
}
.fu-result-arrow {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .fu-dd {
    width: 100%;
    min-width: 0;
  }
}

/* placeholder colour vs chosen value */
.fu-search-field select:required:invalid {
  color: #9aa0aa;
}
.fu-search-field option {
  color: #222;
}
.fu-search-field option[value=""] {
  color: #9aa0aa;
}

/* --- RESULTS LIST --- */
.fu-results {
  max-width: 860px;
  margin: 0 auto;
}
.fu-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fu-result {
  border-bottom: 1px solid #eee;
}
.fu-result-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 8px;
  text-decoration: none;
  color: #222;
  transition: padding 0.2s, background 0.2s;
}
.fu-result-link:hover {
  background: #f7f8fc;
  padding-left: 18px;
  border-radius: 20px;
}
.fu-result-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.fu-result-school {
	display: block;
	font-size: 16px;
	color: #444;
	font-weight: 600;
	margin-top: 4px;
}
.fu-result-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.fu-result-tag {
  font-size: 14px;
  color: #0b3aa8;
  font-weight: 600;
}
.fu-result-badge {
  font-size: 13px;
  font-weight: 700;
  color: #6c6c6c;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 3px 12px;
}
.fu-result-arrow {
  color: #0b3aa8;
}
.fu-results-empty {
  text-align: center;
  color: #888;
  font-size: 18px;
  padding: 40px 0;
}

@media (max-width: 820px) {
  .fu-search {
    flex-direction: column;
    align-items: stretch;
  }
  .fu-search-field,
  .fu-search-btn {
    width: 100%;
  }
  .fu-search-btn {
    justify-content: center;
  }
}

@media (min-width: 821px) and (max-width: 1024px){
    .elementor-62 .elementor-element.elementor-element-ef8fd50 .swiper-slide{
        height: 1024px!important;
		padding-top: 60px!important;
    }
}


@media (min-width: 769px) and (max-width: 820px){
    .elementor-62 .elementor-element.elementor-element-ef8fd50 .swiper-slide{
        height:820px!important;
		padding-top: 60px!important;
    }
}

@media (min-width: 481px) and (max-width: 768px){
    .elementor-62 .elementor-element.elementor-element-ef8fd50 .swiper-slide{
        height:768px!important;
		padding-top: 85px!important;
    }
}
@media(max-width: 480px){
	.elementor-62 .elementor-element.elementor-element-64c89dc .swiper-slide{
        height:425px!important;
    }
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    font-family: inherit;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
    background-color: white !important;
	color: #06369F;
}