/* ===== HEADER GLASS BUTTON (FLATSOME SAFE) ===== */

.header-glass-wrap {
  display: flex;
  align-items: center;
}

.header-glass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;

  background: linear-gradient(90deg,#263238 0%,#263238 100%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;

  transition: background-position .5s ease;
}

/* hover animation */
.header-glass-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(35,79,111,.75) 0%,
    rgba(35,79,111,.45) 50%,
    rgba(35,79,111,.75) 100%
  );
  background-size: 200% 100%;
  background-position: 0% 50%;
}

/* === MOBILE FIX: smaller, no wrap, tight spacing === */
@media (max-width: 849px) {

  .header-glass-btn {
    padding: 6px 14px !important;   /* smaller */
    font-size: 13px !important;     /* smaller text */
    white-space: nowrap !important; /* no wrap */
  }

  .header-glass-wrap {
    margin: 0 !important;           /* remove extra spacing */
  }

}

/* === TOGGLE ICON STYLES === */
/* Toggle container positioning */
.trng-css .accordion .toggle {
  margin-top: 2px !important;
  opacity: 1 !important;
}

.pro-product .tc-row {
    gap: 0.5rem !important;
}

.pro-product .tc-row > .tc-cell {
    margin-bottom: 0.0rem !important;
}

/* Alleen rows die exact 2 directe children hebben → beide full width */
.pro-product .tc-row > .tc-cell:first-child:nth-last-child(2),
.pro-product .tc-row > .tc-cell:first-child:nth-last-child(2) ~ .tc-cell {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.pro-product .tm-extra-product-options .tc-epo-label.tm-epo-element-label {
    margin-bottom: 0.3em;
    font-size: larger;
}

.pro-product ul ul {
  margin: 1.5em 0 1.5em 0.5em;
}

/* Hide Totals and Submit Button */
.pro-product .tc-totals-form dl.tm-extra-product-options-totals,
.pro-product .flying-submit-button {
  display: none;
}

.pro-product dl.tm-extra-product-options-totals dt {
    display: none;
}

/* Twee gelijke kolommen op desktop */
.pro-product .tc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

/* Linkerkolom */
.pro-product .tc-row > .tc-cell.tc-epo-label,
.pro-product .tc-row > .tm-element-description {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  text-align: left !important;
}

/* Rechterkolom */
.pro-product .tc-row > .tc-cell.tc-element-container {
  flex: 0 0 49%;
  max-width: 49%;
  box-sizing: border-box;
  text-align: left !important;
}

.pro-product .tc-row .tc-element-container .tmcp-ul-wrap {
  width: 100%;
  box-sizing: border-box;
  text-align: left !important;
}

.pro-product .tc-row p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Mobiel */
@media (max-width: 768px) {
  .pro-product .tc-row {
    flex-direction: column;
  }

  .pro-product .tc-row > .tc-cell {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

/* Add to Cart Button */
.pro-product .custom-epo-summary-wrapper .tc-add-to-cart-button {
  margin-top: 20px;
  width: 100%;
  padding: 0.9em 1.9em;
  line-height: 1.2;
  border: none;
  transition: background-color 0.3s;
  background: #28a844;
  color: #fff;
}

.pro-product .custom-epo-summary-wrapper .tc-add-to-cart-button:hover {
  background-color: #24913e;
}

.pro-product .confirm-selected-date  {
  background: #dde8f6;
  padding: 10px;
  color: #1960c3;
  font-weight: bold;
  font-size: small;
}

.pro-product .tc-label-text,
.pro-product .sim-flying-booking-daypart ul li label,
.pro-product .sim-flying-booking-duration ul li label,
.pro-product .tm-description,
.pro-product .daypart-description {
    font-size: small;
}

/* Product Images */
.pro-product .product-gallery-slider img,
.pro-product .product-thumbnails img {
  border-radius: 0;
}

/* bg styling */
.pro-product:has(.flying-booking-desktop-view) .flying-booking-desktop-view,
.pro-product .tm-extra-product-options .tc-element-inner-wrap .tc-row {
    background-color: #fff;
    padding: 20px;
}

/* Layout */
.pro-product:has(.flying-booking-desktop-view) .flying-booking-desktop-view {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: flex-start;
}

.pro-product .flying-booking-column {
  flex: 1;
  min-width: 0;
}

.pro-product .sim-flying-booking-calender,
.pro-product .sim-flying-booking-daypart,
.pro-product .sim-flying-booking-duration {
  width: 100%;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 768px) {
  .pro-product:has(.flying-booking-desktop-view) .flying-booking-desktop-view {
    display: block;
    gap: unset;
    align-items: unset;
  }

  .pro-product .flying-booking-column {
    width: 100%;
    flex: unset;
    min-width: unset;
  }
}

/* === al-trng-css === */
.trng-css .trng-hvr {
	transition: transform 0.3s ease-in-out;
}

.trng-css .trng-hvr:hover {
	transform: scale(1.05);
}

.trng-css .box-shado {
  display: inline-block;
  width: max-content;

  background: linear-gradient(
    135deg,
    rgba(245, 252, 255, 0.05),
    rgba(220, 235, 255, 0.45)
  );
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);

  border: 1px solid rgba(160, 190, 235, 0.45);
  border-radius: 8px;

  padding: 0px 18px;
  line-height: 1.3;
  font-size: 10px;

  box-shadow:
    0 6px 14px rgba(20, 50, 90, 0.10),
    0 28px 72px rgba(140, 180, 240, 0.15),
    inset 0 1px 2px rgba(255, 255, 255, 0.15),
    inset 0 -1px 2px rgba(255, 255, 255, 0.15);
}

.trng-css .box-shado-2 .col-inner {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7),
      rgba(225, 238, 255, 0.28)
    );

  backdrop-filter: blur(32px) saturate(190%);
  -webkit-backdrop-filter: blur(32px) saturate(190%);

  border-radius: 28px;

  /* zachte, geleidelijke dubbele glass-rand (Apple-achtig) */
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.45),
    0 0 0 3px rgba(210, 225, 255, 0.25),
    0 12px 28px rgba(0, 30, 80, 0.16),
    0 50px 110px rgba(120, 170, 240, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(255, 255, 255, 0.35);
}

.custom-ovrly {
  position: relative;
}

.custom-ovrly .trng-line::after {
  content: "";
  position: absolute;
  top: 34px;
  left: -180px;
  width: 140px;
  height: 1px;
  background: rgba(255,255,255,0.7);
  pointer-events: none;
}

.custom-ovrly .trng-line::before {
  content: "flight_takeoff";
  position: absolute;
  top: 18px;
  left: -30px;
  transform: translateY(-1px); /* kleine optische correctie */
  font-family: "Material Icons";
  font-size: 22px;
  line-height: 1;
  color: rgba(255,255,255,0.85);
  pointer-events: none;
}

@media (max-width: 768px) {
  .custom-ovrly .trng-line::after {
    top: 100%;
    left: 15px;
    margin-top: 12px;
    width: 100px;
  }

  .custom-ovrly .trng-line::before {
    top: 100%;
    left: 125px;
    margin-top: -1px;
    font-size: 18px;
  }
}

/* === TRAINING TOP BAR GRADIENT === */
#top-bar.header-top {
  background: linear-gradient(
    135deg,
    #263238 0%,
    #1f2a30 55%,
    #0a6dee 100%
  ) !important;
}

/* === custom-ovrly === */
.custom-ovrly .overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    /* heavy dark bottom fade */
    linear-gradient(
      to bottom,
      transparent 40%,
      rgb(0 36 92 / 75%) 68%,
      rgb(0 0 0 / 95%) 100%
    ),

    /* HUD horizontal grid */
    repeating-linear-gradient(
      0deg,
      rgba(120, 220, 255, 0.06) 0,
      rgba(120, 220, 255, 0.06) 1px,
      transparent 1px,
      transparent 80px
    ),

    /* HUD vertical grid */
    repeating-linear-gradient(
      90deg,
      rgba(120, 220, 255, 0.05) 0,
      rgba(120, 220, 255, 0.05) 1px,
      transparent 1px,
      transparent 120px
    ),

    /* cockpit glow */
    radial-gradient(
      circle at 20% 0%,
      rgba(80, 180, 255, 0.25),
      transparent 60%
    ),

    /* base glass tint */
    rgba(20, 60, 90, 0.55);
}

.custom-ovrly img {
  transform: scale(1);
  animation: slowZoom 11s ease-out forwards;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.custom-ovrly-2 {
  background:
    /* HUD grid */
    repeating-linear-gradient(
      0deg,
      rgba(120,220,255,0.06) 0,
      rgba(120,220,255,0.06) 1px,
      transparent 1px,
      transparent 80px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(120,220,255,0.05) 0,
      rgba(120,220,255,0.05) 1px,
      transparent 1px,
      transparent 120px
    ),
    /* cockpit glow */
    radial-gradient(
      circle at 20% 0%,
      rgba(80,180,255,0.10),
      transparent 60%
    ),
    /* glas tint */
    rgba(20,60,90,0.55);
}

.sf-scramble{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .45em;
  text-transform: uppercase;
  color: rgba(180,220,255,.9);
  margin: 0;
  line-height: 1;
}

.trng-css .img-cvr-sf .image-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      transparent 55%,
      rgb(0 36 92 / 65%) 80%,
      rgb(0 0 0 / 95%) 100%
    );
}

.trng-css .trng-acc .accordion-title {
    border-top: 1px solid #f7f7f7;	
}

.trng-css .accordion-title {
    padding: 0.8em 3.6em 0.8em 0.8em !important;
	background-color: #fff;
}

.trng-css .accordion-title.active  {
    color: #234f6f;
	background-color: #fff;
}

.trng-css .trng-acc .accordion .toggle {
    left: unset!important;
    right: 0!important;
}

.trng-css .trng-acc  .icon-angle-down:before {
    content: "";
     content: "\e145";
	font-family: 'Material Icons' !important;
}

.trng-css .trng-acc .accordion-title.active .icon-angle-down:before {
    content: "";
     content: "\e15b";
	font-family: 'Material Icons' !important;
}

.trng-css .invrt-ico .icon-box-img svg {
  fill: currentColor;
  color: #234f6f; /* icon color */
  border-radius: 99px;
  padding: 5px;
  box-shadow: inset 0 0 0 999px #ebf5ff;
  transition: box-shadow .3s, color .3s, transform .3s;
}

/* hover – invert */
.trng-css .invrt-ico.icon-box:hover .icon-box-img svg {
  color: #fff; /* icon turns white */
  box-shadow: inset 0 0 0 999px #234f6f;
}

/* === blk-btn3 : outline base === */
.trng-css .blk-btn3.button.is-outline {
  color: #263238 !important;
  border: 1px solid #263238 !important;
  border-radius: 0 !important;
}

/* === blk-btn3 : glass overlay (theme ::before blijft) === */
.trng-css .blk-btn3.button.is-outline::before {
  background: #263238 !important; 
}

/* === hover === */
.trng-css .blk-btn3.button.is-outline:hover {
  color: #fff !important;
}

/* === TRAINING WRAPPER === */
.trng-css .fs-wrapper {
  position: relative;
}

.trng-css .fs-wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: var(--line-x, 0px);
  transform: translateX(-50%);
  width: 1px;
  height: var(--line-h, 0px);
  background: #ff7300;
}

/* === black-btn === */
.trng-css .blk-btn2.button {
  background-color: #263238;
	border-radius: 0px !important;
}

/* === black-btn === */
.trng-css .blk-btn.button {
  background:
    linear-gradient(90deg, #263238 0%, #263238 100%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  border-radius: 0 !important;
  transition:
    background-position .5s ease,
    backdrop-filter .25s ease,
    transform .25s ease;
}

/* hover – animated right → left glass */
.trng-css .blk-btn.button:hover {
  background:
    linear-gradient(
      90deg,
      rgba(35, 79, 111, 0.75) 0%,
      rgba(35, 79, 111, 0.45) 50%,
      rgba(35, 79, 111, 0.75) 100%
    );
  background-size: 200% 100%;
  background-position: 0% 50%;
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
}

/* === chevronn-6 === */
.trng-css .chevronn-6 > ul > li {
  list-style: none;
  margin-left: 28px;
  margin-bottom: 2px;
  position: relative;
}

.trng-css .chevronn-6 > ul > li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: -30px;
  width: 22px;
  height: 22px;
  background: url(https://www.simflying.nl/wp-content/uploads/check-s0s-2.svg) no-repeat center center;
  background-size: contain;
}

.trng-css .chevronn-6 ul ul {
  margin: 1em 0 1em 0.5em;
}

/* === breadcrumb === */
.material-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
}

.material-breadcrumb a,
.material-breadcrumb .material-icons,
.material-breadcrumb .mb-sep {
  color: #555;
	margin-top: -2px;
}

.material-breadcrumb .material-icons {
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}

.material-breadcrumb .mb-sep {
  font-size: 16px;
  line-height: 1;
}

.material-breadcrumb .mb-item {
  font-weight: 400;
  text-decoration: none;
	
}

.material-breadcrumb .mb-item.current {
  font-weight: 500;
}

.material-breadcrumb a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .material-breadcrumb {
    font-size: 11px;
    gap: 3px;
	  
  }

  .material-breadcrumb .material-icons,
  .material-breadcrumb .mb-sep {
    font-size: 14px;
    line-height: 1;
  }
	
	.material-breadcrumb .mb-item.current {
    margin-top: -1px;
	}
	
}

/* === card === */
.trng-css .card-feature .col-inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: clamp(1.25rem, 2vw, 2.5rem);
  padding-top: clamp(1.75rem, 2.5vw, 3rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* === icon === */
.trng-css .icon-box .icon-box-img {
  margin-bottom: 0.1em;
}

/* === radius === */
.trng-css .cust-radius-trng .fill  {
  border-radius: 32px !important;
  overflow: hidden;
}

.trng-css .cust-radius-4 .image-cover {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.trng-css .cust-radius-4 .image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === PARALLAX === */
.trng-css .parallax-active {
  opacity: 1 !important;
}

/* === ICON EXPAND === */
.trng-css .btn-expand {
  display: inline-flex;
  align-items: center;
  transition: padding .6s cubic-bezier(.4,0,.2,1),
              transform .6s cubic-bezier(.4,0,.2,1);
}

.trng-css .btn-expand span {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.4;
  transition: max-width .6s cubic-bezier(.4,0,.2,1);
}

.trng-css .ux-column:hover .btn-expand span {
  max-width: 220px;
}

.trng-css .icon-expand::before {
  content: "\f8ce";
  font-family: "Material Icons";
  font-size: 18px;
}

.trng-css .ux-column .icon-expand::before {
  font-size: 30px;
}

/* === wbt-mnu-2 === */
.trng-css .wbt-mnu-2 .ux-menu-link__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trng-css .wbt-mnu-2 .ux-menu-link__link::after {
  content: "arrow_forward";
  font-family: 'Material Icons';
  font-size: 24px;
  margin-left: 1rem;
  transition: transform 0.2s ease;
}

.trng-css .wbt-mnu-2 .ux-menu-link__link:hover::after {
  transform: translateX(4px);
}

/* === HOVER EFFECTS === */
.trng-css .link-h-mnu a:hover .ux-menu-link__text {
  text-decoration: underline;
	font-weight: bold;
}

/* === HOVER EFFECTS === */
.trng-css .link-h-mnu .ux-menu-link__text {
	font-weight: bold;
	color: #292b2f;
}

/* 3) Zonder clip-path (werkt overal): “uitbijten” met pseudo-element
   zet --bg op jouw section achtergrondkleur */
.sim-css .image-cover { position: relative; overflow: hidden; }
.sim-css .image-cover::after{
  content:"";
  position:absolute;
  right:-40px;
  bottom:-40px;
  width:80px;
  height:80px;
  background: var(--bg, #fff);
  transform: rotate(45deg);
  pointer-events:none;
}