/* =====================================================
   MD MAIN STYLESHEET
   Wordt als laatste geladen via functions.php (999)
   ===================================================== */
/* H1 */
h1 {
  font-size: clamp(1.4rem, 2vw + 0.95rem, 3.6rem);
}

/* H2 */
h2 {
  font-size: clamp(1.28rem, 0.72vw + 0.88rem, 1.6rem);
}

/* H3 */
h3 {
  font-size: clamp(1.08rem, 0.56vw + 0.8rem, 1.32rem);
}

.video-fit {
	padding-top: 0 !important;
	height: auto !important;
}

.cky-btn-accept {
    background: #252e64 !important;
    color: #ffffff;
    border: 2px solid #252e64 !important;
}

.min-hi {
	min-height: 165px !important;
}
@media (max-width: 450px) {
  .min-hi {
    min-height: 0px !important;
  }
}

/* === PAGINATION === */
.nav-pagination>li>span, .nav-pagination>li>a {
    border: 0px solid currentColor;
	margin-top: 5px;
}

.nav-pagination>li>a  {
    border: 0px solid; 
	line-height: 2.3em;
}

.nav-pagination>li>span  {
	line-height: 2.3em;
}

/* ===== Desktop standaard ===== */
.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown .title > a {
  font-size: 1.05em;
  text-transform: unset;
  min-width: 280px;
}

.header-main .nav-dropdown > li > a {
  display: block;
  min-width: 280px;
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
  color: hsl(0deg 0% 0%);
}

/* ===== Kleinere schermen (tablet / kleine laptop) ===== */
@media screen and (max-width: 1200px) {

  .nav-dropdown .menu-item-has-children > a,
  .nav-dropdown .nav-dropdown-col > a,
  .nav-dropdown .title > a {
    font-size: 0.95em;
    min-width: 220px;
  }

  .header-main .nav-dropdown > li > a {
    min-width: 220px;
  }
}

/* ===== Grote tablets ===== */
@media screen and (max-width: 992px) {

  .nav-dropdown .menu-item-has-children > a,
  .nav-dropdown .nav-dropdown-col > a,
  .nav-dropdown .title > a {
    font-size: 0.9em;
    min-width: 180px;
  }

  .header-main .nav-dropdown > li > a {
    min-width: 180px;
  }
}

/* Absolute Footer */
.absolute-footer {
  color: #333 !important;
  font-size: small;
  padding: 15px 0px 15px 0px;
}

/* Copyright Footer */
.copyright-footer {
  transform: translateY(10px);
}

/* Menu Color Styling */
.wbt-mnu-color .ux-menu-link__link {
  background-color: #f6f6f6;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #1ea1dc;
}

/* Menu Text Styling */
.wbt-mnu-color .ux-menu-link__text {
  font-weight: bold !important;
}

/* Blockquote Styling */
blockquote {
  border-left: 36px solid var(--fs-color-primary);
  color: #242f64;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 500 !important;
  margin: 0 0 1.25em;
  padding: 1.55em 1.25em 0 2.875em;
  border-top: 1px solid var(--fs-color-primary);
  border-bottom: 1px solid var(--fs-color-primary);
  border-right: 1px solid var(--fs-color-primary);
}

/* Blockquote Paragraph */
blockquote p {
  position: relative;
  margin-bottom: -0.5em;
}

/* Opening Quote */
blockquote p::before {
  content: "“";
  position: absolute;
  left: -0.6em;
  font-size: 4.5em;
  line-height: 1;
  top: -5px;
}

/* Closing Quote */
blockquote p::after {
  content: "”";
  font-size: 4.5em;
  line-height: 1;
  vertical-align: -0.5em;
}

/* UX Bullets Base */
.ux-bullets :is(ul, ol) {
  list-style: none;
  padding-left: 0;
  margin: 0 !important;
}

/* UX Bullets Top-Level Spacing */
.ux-bullets > :is(ul, ol) {
  margin-top: 1em !important;
}

/* UX Nested Lists */
.ux-bullets :is(ul, ol) :is(ul, ol) {
  margin-top: 0.3em !important;
}

/* UX List Items */
.ux-bullets li {
  list-style: none !important;
  margin: 0 0 0.1em 0 !important;
  padding-left: 16px;
  position: relative;
}

/* UX Bullet Dots */
.ux-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004a42;
}

/* UX Last Item Spacing */
.ux-bullets > :is(ul, ol) > li:last-child,
.ux-bullets :is(ul, ol) :is(ul, ol) li:last-child {
  margin-bottom: 1.1em !important;
}

/* UX Nested Bullet Styling */
.ux-bullets :is(ul, ol) :is(ul, ol) li {
  padding-left: 22px;
}

.ux-bullets :is(ul, ol) :is(ul, ol) li::before {
  left: 8px;
  width: 6px;
  height: 6px;
  top: 0.60em;
}

/* UX Bullet Content Overrides */
.ux-bullets li p,
.ux-bullets li ul,
.ux-bullets li ol {
  margin-bottom: 0.3em;
}

.single-post .page-wrapper {
    padding-top: 45px;
}

.article-inner.has-shadow {
    background-color: #fff;
    padding-top: 30px;
	padding-bottom: 30px;
}

.logo-dot-css {
  position: relative;
  display: inline-block;
  z-index: 2; /* keep logo above */
}

/* radar sweep (behind logo) */
.logo-dot-css::before {
  content: "";
  position: absolute;

  width: 360px;
  height: 360px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-radius: 50%;

  background: conic-gradient(
    rgba(0,163,221,0.4) 0deg,
    rgba(0,163,221,0.15) 25deg,
    rgba(0,163,221,0.05) 45deg,
    transparent 70deg
  );

  animation: radarSpin 8s linear infinite;
  pointer-events: none;

  z-index: -2;
}

.vid_css .mejs-controls {
    display: none;
}

.vid_css.video.video-fit {
    padding-top: 0 !important;
    height: auto !important;
}

.vid_css.video-fit{
  border-radius: 32px !important;
	overflow: hidden;
}

/* moving dot (behind logo) */
.logo-dot-css::after {
  content: "";
  position: absolute;

  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00a3dd;

  top: 50%;
  left: 50%;

  animation: moveDot 8s ease-in-out infinite;

  z-index: -1;
}

/* move from center to radar edge and back */
@keyframes moveDot {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% + 180px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

/* radar rotation */
@keyframes radarSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* mobile fix */
@media (max-width: 768px) {
  .logo-dot-css::before {
    width: 220px;
    height: 220px;
  }

  @keyframes moveDot {
    0% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-50%, calc(-50% + 110px));
    }
    100% {
      transform: translate(-50%, -50%);
    }
  }
}

.header-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%; 
    z-index: 3;
    pointer-events: none;

    background-image: linear-gradient(
        180deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.6) 40%,
        rgba(255,255,255,0.2) 75%,
        rgba(255,255,255,0) 100%
    );
}

.header .icon-menu:before {
    content: "\e25d" !important;
    font-family: 'Material Icons' !important;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

/* === GRAVITY FORMS === */
/* === INPUTS & TEXTAREAS === */
body .gform_wrapper .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body .gform_wrapper .gfield textarea {
  background-color: #fff;
  border-radius: 0px;
  padding: 20px 15px;
  box-shadow: none !important;
  width: 100%;
  border: 1px solid #cecece;
  margin-bottom: 10px;
}

.gform_wrapper .gform-button,
.gform_wrapper .gform-button--white,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper button.button,
.gform_wrapper input.button  {
  height: 42px !important;
  border-radius:  0px !important;
  padding: 4px 30px !important;
  background-color: #001c49 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0px 0 rgba(114, 114, 114, 0.0) !important;
}

/* Hover effect: change background to green */
body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_page_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_next_button:hover,
body .gform_wrapper .gform_page_footer .gform_next_button:hover,
body .gform_wrapper .gform_footer .gform_previous_button:hover,
body .gform_wrapper .gform_page_footer .gform_previous_button:hover {
  background-color: #00a3dd !important;
}

body .gform_wrapper .gform_drop_area {
  padding: 12px !important;	
}

body .gform_wrapper .gform_fields {
  grid-row-gap: 4px;
}

/* === GRAVITY FORMS INPUTS, TEXTAREA & DROPDOWNS === */
body .gform_wrapper .gfield select {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0px;
  padding: 13px 14px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0%) !important;
  height: auto;
  line-height: 1.4;
	color: #717171;
	margin-bottom: 10px;
}

/* Alleen de ingevulde waarden in de samenvatting blauw */
.gf-summary .gf-summary-value {
  color: #008cff;
}

/* Target all placeholders in Gravity Forms */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* === General gchoice styling === */
body .gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  border: 2px solid #cecece;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
	margin-bottom: 4px;
}

/* === Input styling (visible inside card) === */
body .gform_wrapper .gchoice .gfield-choice-input {
  accent-color: var(--primary-color);
  width: 17px;
  height: 17px;
  cursor: pointer;
}

/* Geselecteerd: zachte highlight */
body .gform_wrapper .gchoice .gfield-choice-input:checked + .gform-field-label {
  font-weight: 600;
  color: var(--primary-color);
}

body .gform_wrapper .gchoice:has(.gfield-choice-input:checked) {
  border-color: var(--primary-color);
  background-color: #E8F5E9;
  outline-offset: 2px; /* klein beetje ruimte van de rand */
  border-color: #4CAF50;
}

.gfield_label {
	font-weight: bold !important;
	color: inherit  !important;
}

.gform_validation_errors {
    display: none !important;
}

.gform-theme--framework .gfield_label {
    display: inline-block !important;
}

.brd-box.box.has-hover .box-text {
    transition: background-color 0.3s ease;
}

.brd-box.box.has-hover:hover .box-text {
    background-color: #f5f5f7 !important;
}

.svg-square .icon-box-img svg {
    aspect-ratio: 1 / 1;
    width: 100%;
}

/* default (light background → dark text) */
.header-main .nav-dropdown>li>a {
    color: rgb(0 0 0 / 70%);
	font-weight: 500;
}

/* === HEADER BUTTON STYLING === */
.header-button-1 .button {
  padding: 2px 20px 2px 20px;
}

/* === KEEP YOUR BASE TARGETING (ONLY TEXT NOW) === */
.button.primary,
.button.secondary,
.button.is-outline,
.button.white,
.button.success {
  border-radius: 0 !important;        /* remove radius */
  white-space: nowrap !important;
}

/* === REMOVE EVERYTHING BORDER-LIKE === */
.button:not(.is-outline),
button.button:not(.is-outline),
a.button:not(.is-outline) {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

/* === ALSO ON HOVER / FOCUS === */
.button:not(.is-outline):hover,
.button:not(.is-outline):focus,
.button:not(.is-outline):active,
button.button:not(.is-outline):hover,
a.button:not(.is-outline):hover {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

/* === STABLE LAYOUT (MATCH YOUR TARGETING) === */
.button.primary:not(.btn-expand),
.button.secondary:not(.btn-expand),
.button.white:not(.btn-expand),
.button.success:not(.btn-expand) {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* === SLIDE EFFECT === */
.button.primary:not(.btn-expand)::before,
.button.secondary:not(.btn-expand)::before,
.button.white:not(.btn-expand)::before,
.button.success:not(.btn-expand)::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(
    to right,
    rgba(197,240,255,0.5) 0%,
    rgba(0,163,221,0.4) 70%,
    rgba(0,28,73,0.3) 100%
);
  transition: width 0.7s ease;
  z-index: -1;
}

/* === HOVER === */
.button.primary:not(.btn-expand):hover::before,
.button.secondary:not(.btn-expand):hover::before,
.button.white:not(.btn-expand):hover::before,
.button.success:not(.btn-expand):hover::before, .non-hvr-btn::before  {
  width: 100%;
}

/* DISABLE SLIDE EFFECT FOR EXPAND BUTTONS */
.button.btn-expand::before, .non-hvr-btn::before {
  display: none !important;
}

.light-blu-btn {
	color: #001c49;
}

.wbt-vac-ico .icon-box-img img {
    padding-top: 0.6em;
    width: 100%;
}

/* === Tooltip Base Styling === */
.tooltipster-base {
    max-width: 200px !important;
}

/* === Tooltip Content Styling === */
.tooltipster-sidetip .tooltipster-content {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 6px 10px !important;
    line-height: 18px !important;
}

/* === Tooltip Box & Border Styling === */
.tooltipster-sidetip .tooltipster-box {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 1px !important;
}

.custom-row {
  /* desktop layout */
  margin-left: calc((100vw - 1200px) / 2);
  width: calc(100vw - ((100vw - 1200px) / 2));
  box-sizing: border-box;
}

/* On tablets & phones — go back to normal full-width */
@media (max-width: 1024px) {
  .custom-row {
    margin-left: 0;
    width: 100%;
  }
}

.custom-title .medium-text-center {
    text-align: left!important;
}

.wbt-ico-left.icon-box-left {
    display: flex;
    align-items: center;
}

.wbt-team.box-overlay.dark .box-text, .ico-txt {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
}

.wbt-team-css .pt-half {
    padding-top: 0px;
}

.wbt-mssg .message-box {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.wbt-mssg .message-box .col-inner {
    min-height: 130px;
    height: 130px;
}

@media (max-width: 768px) {
    .wbt-mssg .message-box .col-inner {
        min-height: 90px;
        height: 90px;
    }
}

.wbt-mssg .col-inner {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.wbt-mssg h4 {
  margin-bottom: 0.0em;
}

.link-u a {
  text-decoration: underline;
	font-weight: bold;
}

/* === HOVER EFFECTS === */
.link-h a:hover {
  text-decoration: underline;
}

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

/* Remove widget divider height */
.single-post .entry-content .is-divider {
    height: 0;
}

/* === CHEVRONN-3 LIST ITEM STYLING === */
.chevronn-1 ul li {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 22px;
	margin-bottom: 0px;
  padding-top: 0;
}

.chevronn-1 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2026/03/blu-dot-1.svg) no-repeat;
    background-size: contain;
}

/* === CHEVRON HOVER GROW === */
.chevronn-1 ul li:hover::before {
  transform: translateY(-50%) scale(1.2);
}

/* smooth transition */
.chevronn-1 ul li::before {
  transition: transform 0.2s ease;
}

.card-feature .col-inner {
    padding: clamp(1.75rem, 2.5vw, 3rem);
}

.card-feature-s .col-inner {
    padding: clamp(0.75rem, 1.5vw, 1.5rem);
}

/* BUTTON-expand */
.btn-expand{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: padding .6s cubic-bezier(.4,0,.2,1),
              transform .6s cubic-bezier(.4,0,.2,1);
}

/* TEXT */
.btn-expand span{
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;

  position: relative; /* move text down slightly */
  top: 3px;

  transition: max-width .6s cubic-bezier(.4,0,.2,1);
}

/* ICON (keeps vertical alignment perfect) */
.btn-expand i{
  display: inline-flex;
  align-items: center;
}

/* HOVER BUTTON MOVE */
.ux-column:hover .btn-expand{
  transform: translateX(-4px);
}

/* HOVER TEXT REVEAL */
.ux-column:hover .btn-expand span{
  max-width: 200px;
}

/* === ICON EXPAND === */
.icon-expand::before {
  content: "\f8ce";
  font-family: "Material Icons";
  font-size: 18px;
}

/* === ICON EXPAND === */
.ux-column .icon-expand::before {
  font-size: 30px;
}

.icon-box .icon-box-img {
    margin-bottom: 0.3em;
}

.wbt-mnu-2 .ux-menu-link__link {
    min-height: 2.0em;
    padding-bottom: .0em;
    padding-top: .0em;
	font-size: smaller;
}

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

.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;
}

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

/* === BOX SHADOW 4 - PURPLE === */
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px;
  overflow: hidden;
}

/* === BOX SHADOW 4 - PURPLE === */
.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.00) 0px 0px 0px 0px;
  overflow: hidden;
	padding:  25px 25px;
}

/* === Animated Underline: Main Menu (left & right aligned) === */
ul.nav.nav-line-bottom.nav-left > li > a,
ul.nav.nav-line-bottom.nav-right > li > a {
  display: inline-block;
  width: max-content;
  background: linear-gradient(to right, #00a3dd, #00a3dd);
  background-size: 0% 1px;
  background-position: 0 calc(100% - 5px);
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in-out;
  text-decoration: none;
  position: relative;
}

/* Hover effect */
ul.nav.nav-line-bottom.nav-left > li > a:hover,
ul.nav.nav-line-bottom.nav-right > li > a:hover {
  background-size: 100% 1px;
}

/* Remove Flatsome's default underline */
ul.nav.nav-line-bottom.nav-left > li > a:before,
ul.nav.nav-line-bottom.nav-right > li > a:before {
  content: none !important;
}

/* Move ONLY dropdown items down 2px */
ul.nav.nav-line-bottom.nav-left > li.menu-item-has-children > a,
ul.nav.nav-line-bottom.nav-right > li.menu-item-has-children > a,
ul.nav.nav-line-bottom.nav-left > li.dropdown > a,
ul.nav.nav-line-bottom.nav-right > li.dropdown > a {
  transform: translateY(1px);
}

/* Alleen underline-styling toepassen op niet-buttons */
.sec__footer a:not(.button):not(.btn):not(.ux-btn),
.sec__footer .ux-menu-link:not(.button):not(.btn):not(.ux-btn) {
  display: inline-block;
  width: max-content;
  background: linear-gradient(to right, #00a3dd, #00a3dd);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in-out;
  text-decoration: none;
  color: inherit;
}

.sec__footer a:not(.button):not(.btn):not(.ux-btn):hover,
.sec__footer .ux-menu-link:not(.button):not(.btn):not(.ux-btn):hover {
  background-size: 100% 1px;
}

.sec__footer  .ux-menu-link__link {
  min-height: 2.0em;
}

.sec__footer .ux-menu.stack.stack-col.justify-start {
  gap: 4px;
}

.sec__footer p, .sec__footer {
	font-size: smaller !important;
}

/* === HEADER DROPDOWN ICON === */
.header-main .has-dropdown .icon-angle-down:before {
  margin-left: 3px;
  display: inline-block;
  font-size: 1.2em;
  transition: transform 0.25s ease;
	transform: translateY(-2px);
}
.header-main .has-dropdown:hover .icon-angle-down:before {
  transform: rotate(180deg);
}

/* === READ MORE / LESS BUTTONS === */
.read-more,
.read-less {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 12px;
  background-color: #f5f5f7;
  color: #000;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease;
	  font-size: small;
}

.read-more:hover,
.read-less:hover {
  background-color: #bbb;
  color: #fff;
}

/* Icon alignment inside buttons */
.read-more .material-icons,
.read-less .material-icons {
  vertical-align: middle;
  transition: transform 0.3s ease;
	  font-size: medium;
}

/* === READ MORE CONTENT === */
.read-more-dots {
  display: inline !important;
}

.read_more p:last-child {
  margin-bottom: 0;
}

/* === ACCORDION STYLES === */
/* Accordion title text spacing */
.acc-css .accordion_title {
  margin-left: 5px;
}

/* Accordion title panel */
.acc-css .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 0.7em 4.0em 0.7em 1.1em !important;
  border: 1px solid #ddd !important;
  transition: border 0.2s ease-out, background-color 0.3s;
	font-size: inherit;
	background-color: inherit;
	border-radius: 0px;
}

/* === TOGGLE ICON STYLES === */
/* Toggle container positioning */
.acc-css .accordion .toggle {
  left: unset !important;
  right: 0 !important;
  margin-top: 2px !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

/* INITIAL STATE */
[data-animate="fadeInUp"]:not([data-animated="true"]) {
    transform: translate3d(0, 25px, 0);
    opacity: 0;
    transition:
        transform 0.35s cubic-bezier(.22,.61,.36,1),
        opacity 0.25s ease-out;
}

/* ACTIVE / ANIMATED STATE */
[data-animate="fadeInUp"][data-animated="true"] {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.soc__icons a.icon:not(.button) {
    margin-left: 0em;
    margin-right: 0.5em;
}

/* === Social Icons === */
.social-icons .button.circle.icon {
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 10px !important;
  background-color: #1ea1dc !important;
  color: #fff !important;
  border: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.social-icons .button.circle.icon:hover {
  background-color: #00a3dd !important;
  color: #001c49 !important;
}
.social-icons .button i { top: 0 !important; }

/* Close button styling */
button.mfp-close {
  background: #001c49;
  margin: 20px 20px 0 0 !important; /* top/right margin */
  border-radius: 99px !important;
  mix-blend-mode: inherit;
	color: #fff !important;
}

/* Close button visibility when modal is ready */
.mfp-ready .mfp-close {
  opacity: 1;
	color: #fff;
}

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

/* === HOVER SCALE === */
.wbt-hvr {
    transition: transform 0.1s ease-in-out;
}

.wbt-hvr:hover {
    transform: scale(1.04);
}

/* === HEADER SHADOW === */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}

/* === ICON ENVELOP === */
.icon-envelop:before {
    content: "\e158" !important;
    font-family: 'Material Icons' !important;
}

/* === MEDIA QUERIES - DESKTOP === */
@media (min-width: 1025px) {
	
	.header-full-width .container {
    max-width: 98% !important;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  /* === LOGO & HEADER === */
  #logo {
    max-width: 80px;
  }
	
	 #masthead {
    height: 60px !important;
  }
	
	.off-canvas .sidebar-menu {
    padding: 60px 0;
}
	
	.nav-sidebar.nav-vertical>li+li {
    border-top: 0px solid #ececec;
}

  /* === OFF-CANVAS PANEL === */
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
    transition: transform 100ms ease 0ms;
  }

  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
  }
	
	  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: rgb(0 0 0 / 0%);
  }
	
	.off-canvas .nav-vertical > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	}
	
	.off-canvas .nav.nav-vertical {
    padding: 15px;
	}

	#main-menu{
		font-size: x-large;
	}
	
	#main-menu .sub-menu  {
		font-size: medium !important;
	}
	
 #main-menu .nav>li>a {
    color: #011c4a;
	}
	
	#main-menu .icon-angle-down:before {
		font-size: 24px !important;
	}
	
	#main-menu .toggle i {
    font-size: 1.0em;
	}
	
	/* === BOX SHADOW 4 - PURPLE === */
.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
	padding:  0px 0px 20px 0px;
	}


.nav-vertical li li.menu-item-has-children>a {
    color: #000;
    font-size: 1.0em;
    font-weight: bolder;
    text-transform: inherit;
	}

}