@import url('bootstrap.min.css');
@import url('fontawesome.css');

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html { background: #fff; }
body {
    font-size: 15px;
    font-family: 'Century Gothic', sans-serif;
    line-height: 19px;
    font-weight: 100;
    color: #3c575f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background:
        radial-gradient(circle at top left, rgba(224, 155, 41, 0.08), transparent 24%),
        radial-gradient(circle at 75% 12%, rgba(224, 155, 41, 0.05), transparent 18%),
        linear-gradient(180deg, #07111f 0%, #08101c 45%, #050b15 100%);
    color: #d7e0f2;
}
h1 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 58px;
    margin: 0 0 15px;
    font-weight: 700;
}
h2,
h3 {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700 !important;
    font-size: 31px !important;
    margin-bottom: 15px !important;
    color: #fff;
    letter-spacing: 1px;
}
h4 { font-size: 21px; font-family: 'Century Gothic', sans-serif; font-weight: 700; color: #3c575f; }

p { line-height: 28px; }
a { color: #e09b29; }
a:hover { text-decoration: none; }

.bg-blue { background: #682778; }
.bg-light-blue { background: #ff66c4; }
.bg-white { background: #fff; }

.cl-light-blue { color: #ff66c4; }

.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mb-15 { margin-bottom: 15px; }
.p-30 { padding: 30px; }
.pr-230 { padding-right: 230px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }

.rounded { border-radius: 30px !important; }
.shadow { box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%); }

strong { font-weight: 700; }
iframe { border-radius: 15px; }


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

.page-head {
    background: #3c575f;
    padding: 420px 0 0;
    height: 97vh;
    color: #fff;
    background-size: cover;
}

.wrap,
.content,
main {
    background: transparent;
}


/* Navigatie */

.banner {
    z-index: 10000;
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    padding: 0 60px;
    border-radius: 30px;
    background: rgba(60, 87, 95, 0.98);
    width: 96vw;
    margin: 30px 2vw;
    box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%);

    /* drone wing effect */
    clip-path: polygon(
        0% 35%,
        2% 10%,
        8% 0%,
        92% 0%,
        98% 10%,
        100% 35%,
        100% 65%,
        98% 90%,
        92% 100%,
        8% 100%,
        2% 90%,
        0% 65%
    );
}

body:not(.page-template-temp-front) .banner {
    top: 24px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: min(1480px, calc(100vw - 36px));
    height: auto;
    padding: 14px 24px;
    border-radius: 20px;
    border: 1px solid rgba(76, 115, 184, 0.28);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    background: rgba(5, 13, 25, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    clip-path: none;
}

body:not(.page-template-temp-front) .navbar {
    gap: 20px;
    align-items: center;
    padding: 0;
}

body:not(.page-template-temp-front) .navbar-brand {
    position: static;
    width: 170px;
}

body:not(.page-template-temp-front) .navbar-brand img {
    width: 100%;
    margin-top: 0;
}

body:not(.page-template-temp-front) .navbar-collapse {
    justify-content: flex-end;
}

body:not(.page-template-temp-front) .nav {
    width: 100%;
    justify-content: flex-end;
    gap: 12px;
}

body:not(.page-template-temp-front) .navbar a {
    color: rgba(233, 239, 255, 0.9) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    padding: 8px 12px;
}

body:not(.page-template-temp-front) .navbar-toggler {
    border: 0;
    color: #fff;
    font-size: 28px;
    padding: 6px 10px;
}

.banner .front-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.banner .front-nav .navbar-brand {
    position: static;
    flex: 0 0 auto;
    width: 170px;
}

.banner .front-nav .navbar-brand img {
    width: 100%;
    margin-top: 0;
}

.banner .front-nav-toggle {
    display: none;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(224, 155, 41, 0.35);
    border-radius: 14px;
    background: rgba(58, 34, 4, 0.18);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.banner .front-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #f5f8ff;
}

.banner .front-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    flex: 1 1 auto;
}

.banner ul.front-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    flex: 1 1 auto;
    list-style: none;
    margin: 0 auto 0 auto;
    padding: 0 26px 0 0;
}

.banner ul.front-nav-links li {
    margin: 0;
    position: relative;
}

.banner ul.front-nav-links a {
    color: rgba(233, 239, 255, 0.9) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.banner .header-cta,
.banner .header-cta:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 170px;
    padding: 0 30px;
    border-radius: 999px;
    border: 1px solid rgba(224, 155, 41, 0.65);
    color: #f5f8ff !important;
    background: rgba(58, 34, 4, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

.banner .header-cta:hover {
    transform: translateY(-2px);
    background: rgba(79, 46, 4, 0.7);
    border-color: rgba(224, 155, 41, 0.9);
    box-shadow:
        0 16px 34px rgba(224, 155, 41, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.navbar-brand { width: 150px; position: absolute; }
.navbar-brand img { width: 150px; margin-top: 15px; }
.navbar li { margin: 0 10px; position: relative; }
.navbar a { color: #fff !important; font-weight: 700; margin: 7px 0; }
.navbar a:hover { opacity: .6; }

.navbar .dropdown-item:hover { background: none; }
.navbar .dropdown-toggle:after { display: none; }
.navbar .dropdown-toggle:hover .show > .dropdown-menu { display: block !important; }
.navbar .dropdown-menu {
    background: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    box-shadow: 0 0 0 2px #fff, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu li { width: 100%; display: inline-block; }
.navbar .dropdown-menu li:last-child a { border: 0; }
.navbar .dropdown-menu a {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 0;
    width: 100%;
    display: block;
}

.dropdown:hover > .dropdown-menu { display: block; }


/* ==========================================================================
 * Assets
========================================================================== */

.btn,
.wp-block-button__link,
.search-form .search-submit,
.frm_button_submit {
    border-radius: 30px !important;
    padding: 10px 30px !important;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700 !important;
    color: #fff;
    border: 0 !important;
    transition: 0.3s;
    text-align: left;
}

.btn-primary,
.wp-block-button__link,
.frm_button_submit {
    background: #e09b2a !important;
    color: #fff !important;
}

.wp-block-button__link:after, .btn-primary:after, .frm_button_submit:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 25px;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}
.btn-primary:hover, .frm_button_submit:hover, .wp-block-button__link:hover { background: #3c575f !important; color: #fff !important; }

.btn:hover,
.wp-block-button__link:hover,
.search-form .search-submit:hover,
.frm_button_submit:hover,
.glass-btn:hover,
.glass-green-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

.frm_button_submit { padding: 10px 30px !important; width: 100% !important; }

.btn-default,
.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
    background: #521831;
    color: #fff !important;
}

input { border-radius: 30px !important; }

.btn-default:hover { background: #1a3155; color: #fff; }

.frm_style_formidable-stijlen.with_frm_style .frm_submit button { margin: 0; }
.frm_style_formidable-stijlen.with_frm_style .form-field { margin-bottom: 10px; }

.glass-btn {
  --c: 224,155,42; /* e09b2a */
  appearance: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 999px;
  border: 1px solid rgba(var(--c), .45);
  background: rgba(var(--c), .9);
  color: #fff;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  letter-spacing: .3px;
  transition: all .2s ease;
  box-shadow:
    0 12px 26px rgba(224, 155, 42, .18),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.glass-green-btn {
  --c: 60, 87, 95; /* e09b2a */
  appearance: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 999px;
  border: 1px solid rgba(var(--c), .45);
  background: rgba(var(--c), .9);
  color: #fff;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow:
    0 12px 35px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.35);
  letter-spacing: .3px;
  transition: all .2s ease;
}

.glass-btn:hover {
  background: rgba(var(--c), 1);
  border-color: rgba(var(--c), .7);
  box-shadow:
    0 20px 42px rgba(224, 155, 42, .28),
    inset 0 1px 0 rgba(255,255,255,.24);
}

.glass-green-btn:hover {
  background: rgba(var(--c), 1);
  border-color: rgba(var(--c), .6);
}

.content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 28px;
}
.content ul li { padding-left: 35px; margin-bottom: 10px; }
.content li:before {
    font-family: FontAwesome;
    content: "\f054";
    margin: 0 12px 0 -30px;
    font-size: 12px;
    background: #ff66c4;
    color: #fff;
    border-radius: 30px;
    padding: 2px 5px 
}

.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation li:before, .navigation .nav-links { display: none; }

.subpage-shell {
    padding: 156px 0 36px;
}

.blog-shell,
.blog-single-shell {
    padding: 156px 0 36px;
}

.blog-card,
.blog-single-card {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(92, 122, 173, 0.22);
    background: rgba(10, 19, 34, 0.74);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.blog-header,
.blog-single-content {
    padding: 40px 42px 18px;
}

.blog-header h1,
.blog-single-content h1 {
    margin-bottom: 18px;
    color: #f7f9ff;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.blog-intro {
    max-width: 720px;
    margin: 0 0 18px;
    color: rgba(205, 214, 232, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

.blog-grid {
    row-gap: 24px;
    padding: 0 28px 8px;
}

.blog-grid > div {
    display: flex;
}

.blog-post-card {
    width: 100%;
}

.blog-post-media {
    display: block;
}

.blog-post-fallback,
.blog-single-hero {
    min-height: 260px;
    background:
        linear-gradient(180deg, rgba(5, 13, 25, 0.12), rgba(5, 13, 25, 0.42)),
        radial-gradient(circle at 20% 20%, rgba(224, 155, 41, 0.14), transparent 22%),
        linear-gradient(135deg, #13243d 0%, #0d1728 52%, #0b1321 100%);
    background-position: center;
    background-size: cover;
}

.blog-post-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-post-meta,
.blog-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(224, 155, 41, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.blog-post-content h3 {
    margin-bottom: 14px;
    height: auto;
    font-size: 32px !important;
    line-height: 1.05;
}

.blog-post-content h3 a {
    color: #f4f7ff;
    text-decoration: none;
}

.blog-post-content p {
    color: rgba(205, 214, 232, 0.82);
    line-height: 1.7;
}

.blog-post-content .btn {
    margin-top: auto;
    align-self: flex-start;
}

.blog-single-content {
    padding-top: 28px;
}

.blog-single-body,
.blog-single-body p,
.blog-single-body li,
.blog-single-body label {
    color: rgba(205, 214, 232, 0.9);
    font-size: 18px;
    line-height: 1.8;
}

.blog-single-body h2,
.blog-single-body h3,
.blog-single-body h4 {
    color: #f7f9ff;
    margin: 32px 0 14px;
}

.blog-single-body a {
    color: #f1b13b;
}

.blog-single-body img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.blog-pagination {
    padding: 6px 42px 42px;
}

.blog-pagination .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.blog-pagination .nav-previous a,
.blog-pagination .nav-next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(224, 155, 41, 0.45);
    background: rgba(11, 19, 33, 0.85);
    color: #f7f9ff;
    text-decoration: none;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.blog-pagination .nav-previous a:hover,
.blog-pagination .nav-next a:hover {
    transform: translateY(-2px);
    border-color: rgba(224, 155, 41, 0.75);
    box-shadow: 0 22px 46px rgba(224, 155, 41, 0.18);
}

.blog-empty {
    padding: 0 42px 42px;
}

.subpage-card {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(92, 122, 173, 0.22);
    background: rgba(10, 19, 34, 0.74);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.subpage-hero {
    min-height: 260px;
    background:
        linear-gradient(180deg, rgba(5, 13, 25, 0.12), rgba(5, 13, 25, 0.42)),
        radial-gradient(circle at 20% 20%, rgba(224, 155, 41, 0.14), transparent 22%),
        linear-gradient(135deg, #13243d 0%, #0d1728 52%, #0b1321 100%);
    background-position: center;
    background-size: cover;
}

.subpage-content {
    padding: 40px 42px 18px;
}

.subpage-content h1 {
    margin-bottom: 24px;
    color: #f7f9ff;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.subpage-content p,
.subpage-content li,
.subpage-content label {
    color: rgba(205, 214, 232, 0.9);
    font-size: 18px;
    line-height: 1.8;
}

.subpage-content h2,
.subpage-content h3,
.subpage-content h4 {
    color: #f7f9ff;
}

.subpage-content .wp-block-group,
.subpage-content .wp-block-columns,
.subpage-content .wp-block-media-text,
.subpage-content .frm_forms,
.subpage-content .wpcf7-form {
    border-radius: 24px;
}

.subpage-content .wp-block-group,
.subpage-content .wp-block-columns,
.subpage-content .wp-block-media-text {
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(92, 122, 173, 0.18);
}

.block-form {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(92, 122, 173, 0.18);
}

.block-form input,
.block-form textarea,
.block-form select,
.subpage-content input,
.subpage-content textarea,
.subpage-content select {
    width: 100%;
    border: 1px solid rgba(92, 122, 173, 0.24);
    background: rgba(8, 14, 24, 0.9);
    color: #f7f9ff;
    padding: 14px 18px;
}

.block-form ::placeholder,
.subpage-content ::placeholder {
    color: rgba(205, 214, 232, 0.48);
}

.block-form .with_frm_style .frm_primary_label,
.subpage-content .with_frm_style .frm_primary_label,
.block-form .with_frm_style legend,
.subpage-content .with_frm_style legend {
    color: #eef3ff;
}

.block-form .with_frm_style .frm_description,
.subpage-content .with_frm_style .frm_description {
    color: rgba(205, 214, 232, 0.72);
}

.block-form .with_frm_style .frm_required,
.subpage-content .with_frm_style .frm_required {
    color: #e8a33d;
}

.block-form .with_frm_style .frm_error,
.subpage-content .with_frm_style .frm_error,
.block-form .with_frm_style .frm_error_style,
.subpage-content .with_frm_style .frm_error_style {
    color: #ffb4a8;
}

.block-form .with_frm_style .frm_message,
.subpage-content .with_frm_style .frm_message {
    color: #d9f3d6;
    background: rgba(46, 125, 50, 0.18);
    border: 1px solid rgba(129, 199, 132, 0.4);
    border-radius: 12px;
    padding: 14px 18px;
}


/* ==========================================================================
 * Front page redesign
========================================================================== */

.page-template-temp-front {
    background:
        radial-gradient(circle at top left, rgba(32, 86, 177, 0.22), transparent 30%),
        radial-gradient(circle at 78% 18%, rgba(21, 116, 255, 0.18), transparent 22%),
        linear-gradient(180deg, #07111f 0%, #08101c 45%, #050b15 100%);
    color: #eef3ff;
}

.page-template-temp-front body,
.page-template-temp-front .wrap,
.page-template-temp-front .content,
.page-template-temp-front main {
    background: transparent;
}

.page-template-temp-front .banner {
    top: 24px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: min(1480px, calc(100vw - 36px));
    height: auto;
    padding: 14px 24px;
    border-radius: 20px;
    border: 1px solid rgba(76, 115, 184, 0.28);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    background: rgba(5, 13, 25, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    clip-path: none;
}

.page-template-temp-front .navbar {
    gap: 20px;
    align-items: center;
    padding: 0;
}

.page-template-temp-front .front-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.page-template-temp-front .front-nav-toggle {
    display: none;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(224, 155, 41, 0.35);
    border-radius: 14px;
    background: rgba(58, 34, 4, 0.18);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.page-template-temp-front .front-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #f5f8ff;
}

.page-template-temp-front .navbar-brand {
    position: static;
    flex: 0 0 auto;
    width: 170px;
}

.page-template-temp-front .navbar-brand img {
    width: 100%;
    margin-top: 0;
}

.page-template-temp-front .front-nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex: 1 1 auto;
    padding-right: 26px;
}

.page-template-temp-front .front-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    flex: 1 1 auto;
}

.page-template-temp-front .front-nav-links a {
    color: rgba(233, 239, 255, 0.9) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    white-space: nowrap;
}

.page-template-temp-front .navbar-collapse {
    justify-content: center;
}

.page-template-temp-front .nav {
    width: 100%;
    justify-content: center;
    gap: 12px;
}

.page-template-temp-front .navbar li {
    margin: 0;
}

.page-template-temp-front .navbar a {
    color: rgba(233, 239, 255, 0.88) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    padding: 8px 12px;
}

.page-template-temp-front .header-cta,
.page-template-temp-front .header-cta:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 170px;
    padding: 0 30px;
    border-radius: 999px;
    border: 1px solid rgba(224, 155, 41, 0.65);
    color: #f5f8ff !important;
    background: rgba(58, 34, 4, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.1;
    vertical-align: middle;
    text-align: center;
}

.page-template-temp-front .header-cta:hover {
    transform: translateY(-2px);
    background: rgba(79, 46, 4, 0.7);
    border-color: rgba(224, 155, 41, 0.9);
    box-shadow:
        0 16px 34px rgba(224, 155, 41, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-template-temp-front .navbar-toggler {
    border: 0;
    color: #fff;
    font-size: 28px;
    padding: 6px 10px;
}

.page-template-temp-front .page-head {
    position: relative;
    min-height: 100vh;
    height: auto;
    padding: 170px 0 56px;
    overflow: hidden;
    background: transparent;
}

.hero-shell {
    position: relative;
}

.hero-backdrop,
.hero-image,
.hero-grid,
.hero-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-image {
    background-position: center;
    background-size: cover;
    opacity: 0.34;
    filter: blur(6px) saturate(1);
    transform: scale(1.02);
}

.hero-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 13, 24, 0.08), rgba(5, 13, 24, 0.42)),
        radial-gradient(circle at 50% 40%, rgba(224, 155, 41, 0.1), transparent 34%);
}

.hero-grid {
    background-image:
        linear-gradient(rgba(71, 108, 175, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(71, 108, 175, 0.06) 1px, transparent 1px);
    background-size: 120px 120px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
}

.hero-glow-left {
    background: radial-gradient(circle at 18% 24%, rgba(224, 155, 41, 0.24), transparent 32%);
}

.hero-glow-right {
    background: radial-gradient(circle at 78% 16%, rgba(224, 155, 41, 0.18), transparent 24%);
}

.hero-container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
    align-items: center;
    justify-items: center;
}

.hero-visual {
    position: relative;
    min-height: 760px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 28% 12%, rgba(224, 155, 41, 0.14), transparent 20%),
        radial-gradient(circle at 62% 48%, rgba(224, 155, 41, 0.1), transparent 18%),
        linear-gradient(180deg, rgba(10, 21, 39, 0.64), rgba(5, 11, 21, 0.24));
    border: 1px solid rgba(93, 126, 191, 0.14);
    overflow: hidden;
}

.hero-visual:before {
    content: "";
    position: absolute;
    inset: auto -10% 0;
    height: 210px;
    background:
        linear-gradient(180deg, rgba(5, 13, 24, 0), rgba(5, 13, 24, 0.96)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 120px);
}

.network-beam {
    position: absolute;
    width: 2px;
    background: linear-gradient(180deg, rgba(224, 155, 41, 0), rgba(224, 155, 41, 0.9), rgba(224, 155, 41, 0));
    opacity: 0.9;
}

.beam-one {
    top: 30px;
    left: 42%;
    height: 400px;
    transform: rotate(16deg);
}

.beam-two {
    top: 260px;
    left: 64%;
    height: 220px;
    transform: rotate(62deg);
}

.status-card,
.incident-card {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(92, 129, 192, 0.34);
    background: rgba(10, 22, 42, 0.7);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.status-card {
    top: 120px;
    left: 22px;
    display: grid;
    gap: 8px;
    width: 180px;
    padding: 18px 20px;
    border-radius: 20px;
    color: rgba(229, 237, 255, 0.92);
    font-size: 14px;
    line-height: 1.35;
}

.status-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(203, 215, 244, 0.72);
}

.status-ready {
    color: #e09b29;
}

.incident-card {
    right: 64px;
    bottom: 230px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    color: rgba(233, 240, 255, 0.86);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.incident-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e09b29;
    box-shadow: 0 0 0 6px rgba(224, 155, 41, 0.18);
}

.drone-tower {
    position: absolute;
    left: 145px;
    bottom: 86px;
    width: 220px;
    height: 640px;
}

.tower-head {
    position: absolute;
    left: 18px;
    top: 0;
    width: 38px;
    height: 180px;
    border-radius: 20px;
    background: linear-gradient(180deg, #415064 0%, #1e2938 65%, #0d141f 100%);
    box-shadow: inset -6px 0 12px rgba(255, 255, 255, 0.08);
}

.tower-arm {
    position: absolute;
    left: 42px;
    top: 54px;
    width: 150px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #6d7d92 0%, #3a4657 45%, #212b38 100%);
}

.tower-light {
    position: absolute;
    top: 64px;
    width: 48px;
    height: 12px;
    border-radius: 999px;
    background: #d3ebff;
    box-shadow: 0 0 18px rgba(139, 212, 255, 0.9);
}

.tower-light-left {
    left: 64px;
}

.tower-light-right {
    left: 132px;
}

.tower-box {
    position: absolute;
    left: 10px;
    top: 180px;
    width: 110px;
    height: 110px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(154, 174, 213, 0.25);
    background: linear-gradient(180deg, #455468 0%, #1a2331 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
    font-size: 52px;
    font-weight: 700;
    color: #f6f9ff;
}

.tower-stem {
    position: absolute;
    left: 36px;
    top: 290px;
    width: 54px;
    height: 280px;
    border-radius: 30px;
    background: linear-gradient(180deg, #2d3847 0%, #18212e 45%, #0d131d 100%);
}

.tower-core {
    position: absolute;
    left: 56px;
    bottom: 78px;
    width: 8px;
    height: 120px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(224, 155, 41, 0), #e09b29, rgba(224, 155, 41, 0));
    box-shadow: 0 0 18px rgba(224, 155, 41, 0.6);
}

.tower-sensor {
    position: absolute;
    left: 47px;
    top: 300px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff1d8, #e09b29 70%, #09131f 100%);
    box-shadow: 0 0 18px rgba(224, 155, 41, 0.7);
}

.tower-signal {
    position: absolute;
    left: 132px;
    top: 404px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e09b29;
    box-shadow:
        0 0 0 10px rgba(224, 155, 41, 0.1),
        0 0 0 20px rgba(224, 155, 41, 0.07),
        0 0 0 30px rgba(224, 155, 41, 0.05);
}

.mini-node {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(108, 134, 181, 0.32);
    background: linear-gradient(180deg, rgba(43, 57, 82, 0.9), rgba(14, 24, 37, 0.88));
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.node-one {
    left: 390px;
    bottom: 170px;
}

.node-two {
    left: 470px;
    bottom: 110px;
}

.mini-node-pulse {
    position: absolute;
    inset: 13px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff1d8 0%, #e09b29 58%, #08121d 100%);
}

.hero-copy {
    max-width: 720px;
    padding-top: 18px;
    text-align: center;
}

.hero-copy h1,
.hero-intro p,
.hero-summary {
    text-wrap: balance;
}

.hero-copy .hero-actions {
    justify-content: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(236, 241, 255, 0.88);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.eyebrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e09b29;
    box-shadow: 0 0 0 5px rgba(224, 155, 41, 0.15);
}

.page-template-temp-front h1 {
    margin: 0 0 32px;
    color: #f7f9ff;
    font-size: clamp(50px, 6.2vw, 82px);
    line-height: 1;
    letter-spacing: -0.045em;
}

.page-template-temp-front h1 span {
    display: block;
    font-weight: 300;
}

.hero-intro,
.hero-intro p {
    margin: 0;
    color: rgba(244, 247, 255, 0.96);
    font-size: clamp(24px, 2.3vw, 36px);
    line-height: 1.18;
}

.hero-intro strong {
    color: #e09b29;
}

.hero-summary {
    max-width: 490px;
    margin: 34px 0 0;
    color: rgba(196, 206, 226, 0.86);
    font-size: 20px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 42px;
}

.page-template-temp-front .glass-btn,
.page-template-temp-front .hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.page-template-temp-front .glass-btn {
    background: linear-gradient(180deg, #f1ae3a 0%, #e09b29 100%);
    border-color: rgba(224, 155, 41, 0.52);
    box-shadow: 0 18px 38px rgba(224, 155, 41, 0.28);
}

.page-template-temp-front .glass-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, #f5b74b 0%, #e6a533 100%);
    border-color: rgba(248, 197, 106, 0.72);
    box-shadow: 0 24px 50px rgba(224, 155, 41, 0.34);
}

.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.02);
    color: #f1f5ff !important;
}

.hero-secondary-btn:hover {
    transform: translateY(-3px);
    border-color: rgba(224, 155, 41, 0.5);
    background: rgba(224, 155, 41, 0.08);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.hero-feature-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
    padding: 24px 28px;
    border-radius: 28px;
    border: 1px solid rgba(92, 122, 173, 0.22);
    background: rgba(13, 21, 36, 0.66);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(223, 230, 245, 0.82);
}

.hero-feature-item strong,
.hero-feature-item span {
    display: block;
}

.hero-feature-item strong {
    margin-bottom: 6px;
    color: #f2f6ff;
    font-size: 19px;
}

.hero-feature-item span:last-child {
    font-size: 16px;
    line-height: 1.45;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(224, 155, 41, 0.14);
    color: #e09b29;
    flex: 0 0 auto;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}

.feature-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 21px;
    transform: none;
}

.hero-trust {
    padding: 28px 0 8px;
    text-align: center;
}

.hero-trust-label {
    display: block;
    margin-bottom: 18px;
    color: rgba(196, 206, 226, 0.6);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hero-trust-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    flex-wrap: wrap;
    color: rgba(226, 232, 245, 0.58);
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.hero-trust-logos img {
    height: 46px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

@media (max-width: 1199px) {
    .page-template-temp-front .banner {
        width: calc(100vw - 24px);
        padding: 14px 20px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-visual {
        min-height: 620px;
    }

    .hero-feature-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .page-template-temp-front .page-head {
        padding-top: 150px;
    }

    .page-template-temp-front .navbar {
        flex-wrap: wrap;
    }

    .page-template-temp-front .front-nav {
        align-items: center;
        gap: 18px;
    }

    .page-template-temp-front .front-nav-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
    }

    .page-template-temp-front .front-nav-links {
        width: auto;
        margin: 0;
        gap: 22px;
        padding-right: 0;
        justify-content: flex-end;
    }

    .page-template-temp-front .navbar-collapse {
        order: 3;
        width: 100%;
        padding-top: 12px;
    }

    .page-template-temp-front .nav {
        align-items: flex-start;
    }

    .page-template-temp-front .header-cta {
        margin-left: auto;
    }

    .drone-tower {
        left: 70px;
        transform: scale(0.88);
        transform-origin: bottom left;
    }

    .node-one {
        left: auto;
        right: 120px;
    }

    .node-two {
        left: auto;
        right: 50px;
    }
}

@media (max-width: 767px) {
    .page-template-temp-front .banner {
        position: fixed;
        top: 12px;
        width: calc(100vw - 16px);
        padding: 12px 16px;
        border-radius: 18px;
    }

    .page-template-temp-front .page-head {
        padding: 132px 0 36px;
    }

    .page-template-temp-front .navbar-brand {
        position: static;
        left: auto;
        top: auto;
        height: auto;
        margin-top: 0;
        width: 144px;
        margin-right: auto;
        justify-self: start;
        align-self: center;
    }

    .page-template-temp-front .navbar-brand img {
        width: 100%;
        margin-top: 0;
    }

    .page-template-temp-front .front-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
    }

    .page-template-temp-front .front-nav-toggle {
        display: inline-flex;
        margin-left: auto;
        position: static;
        top: auto;
        right: auto;
    }

    .page-template-temp-front .front-nav-menu {
        position: absolute;
        top: calc(100% + 12px);
        left: auto;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 18px 16px;
        width: min(320px, calc(100vw - 32px));
        border-radius: 18px;
        border: 1px solid rgba(76, 115, 184, 0.22);
        background: rgba(5, 13, 25, 0.96);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    }

    .page-template-temp-front .front-nav-menu.is-open {
        display: flex;
    }

    .page-template-temp-front .front-nav-links {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-right: 0;
        justify-content: flex-start;
    }

    .page-template-temp-front .front-nav-links a {
        font-size: 16px;
        text-align: left;
        width: 100%;
    }

    .page-template-temp-front .header-cta {
        min-height: 42px;
        min-width: 150px;
        padding: 0 22px;
        font-size: 14px;
        margin-left: 0;
        width: 100%;
    }

    .hero-visual {
        min-height: 480px;
    }

    .status-card {
        top: 18px;
        left: 18px;
        width: 156px;
        padding: 16px;
        font-size: 12px;
    }

    .incident-card {
        right: 20px;
        bottom: 120px;
        font-size: 11px;
    }

    .drone-tower {
        left: 12px;
        bottom: 24px;
        transform: scale(0.62);
    }

    .node-one {
        right: 84px;
        bottom: 122px;
    }

    .node-two {
        right: 20px;
        bottom: 84px;
    }

    .hero-summary {
        font-size: 17px;
        line-height: 1.55;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-feature-bar {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .hero-trust-logos {
        gap: 24px;
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner .front-nav {
        align-items: center;
        gap: 18px;
    }

    .banner .front-nav-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
    }

    .banner ul.front-nav-links {
        width: auto;
        margin: 0;
        gap: 22px;
        padding-right: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .banner .front-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
    }

    .banner .front-nav .navbar-brand {
        position: static;
        left: auto;
        top: auto;
        width: 144px;
        height: auto;
        margin: 0 auto 0 0;
    }

    .banner .front-nav .navbar-brand img {
        width: 100%;
        margin-top: 0;
    }

    .banner .front-nav-toggle {
        display: inline-flex;
        margin-left: auto;
        position: static;
        top: auto;
        right: auto;
    }

    .banner .front-nav-menu {
        position: absolute;
        top: calc(100% + 12px);
        left: auto;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 18px 16px;
        width: min(320px, calc(100vw - 32px));
        border-radius: 18px;
        border: 1px solid rgba(76, 115, 184, 0.22);
        background: rgba(5, 13, 25, 0.96);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    }

    .banner .front-nav-menu.is-open {
        display: flex;
    }

    .banner ul.front-nav-links {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin: 0;
        padding-right: 0;
        justify-content: flex-start;
    }

    .banner ul.front-nav-links a {
        font-size: 16px;
        text-align: left;
        width: 100%;
    }

    .banner .header-cta {
        min-height: 42px;
        min-width: 150px;
        width: 100%;
        margin-left: 0;
        padding: 0 22px;
        font-size: 14px;
    }
}


/* ==========================================================================
 * Blocks
========================================================================== */

.block { padding: 90px 0; }

.block-partners-overzicht .wp-block-image { padding: 15px; }
.block-partners-overzicht .wp-block-image img {
    object-fit: contain;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%);
}
.block-partners img {
    object-fit: contain;
    width: 100%;
    max-height: 75px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%);
}


/* Items */

.item, .item-row, .item-news {
    transition: transform .15s;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.item-row:hover { outline: 3px dashed #3d8b61; }
.item p { color: #000; }
.item .item-content { padding: 20px 20px 30px 0; }
.item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px !important;
    height: 50px;
}
.item:hover, .item-sport:hover { transform: scale(.95); }

.item-news-image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.item-news {
    background: rgba(10, 19, 34, 0.84);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    border: 1px solid rgba(92, 122, 173, 0.22);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.item-news:hover {
    transform: translateY(-6px);
}
 
.bg-glass {
    background: rgba(255, 255, 255, 0.2); /* doorzichtig */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* voor Safari */
    border-radius: 16px;
    padding: 60px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}


/* ==========================================================================
 * Footer
========================================================================== */

footer { padding: 90px 0; }
footer a { color: #000; }
footer .logo { float: left; margin-top: 15px; }
footer .logo img { width: 150px; }
footer .logo a:last-child img { width: 100px; margin-left: 30px; }
footer .copyright {
    font-size: 12px;
    margin-top: 30px;
    color: #000;
    padding-top: 15px;
}
footer ul { 
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 15px;
}
footer ul a { text-decoration: none; }
footer ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
    font-weight: 700;
}
footer ul li li {
    display: block;
    text-align: left;
    margin-left: 0;
    font-weight: 300;
}

.block-news {
    position: relative;
    padding-top: 36px !important;
}

.news-shell {
    position: relative;
    padding: 24px 0 12px;
}

.block-news h2 {
    margin-bottom: 38px !important;
    color: #f7f9ff;
    font-size: clamp(38px, 4vw, 56px) !important;
    letter-spacing: -0.03em;
}

.block-news .row {
    row-gap: 24px;
}

.block-news .col-lg-4 {
    display: flex;
}

.block-news .item-news {
    width: 100%;
}

.block-news .item-news-image {
    height: 240px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

.block-news .item-content {
    padding: 28px !important;
}

.block-news .item-content h4,
.block-news .item-content h3 {
    margin-bottom: 16px;
    color: #f4f7ff;
    font-size: 32px !important;
    line-height: 1.05;
}

.block-news .item-content p {
    margin-bottom: 22px;
    color: rgba(205, 214, 232, 0.82);
    line-height: 1.7;
}

.block-news .item-content .btn {
    min-width: 142px;
}

@media (max-width: 991px) {
    .blog-shell,
    .blog-single-shell {
        padding-top: 136px;
    }

    .blog-header,
    .blog-single-content,
    .blog-pagination,
    .blog-empty {
        padding-left: 28px;
        padding-right: 28px;
    }

    .blog-grid {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (max-width: 767px) {
    .blog-header,
    .blog-single-content,
    .blog-pagination,
    .blog-empty {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-grid {
        padding-left: 6px;
        padding-right: 6px;
    }

    .blog-header h1,
    .blog-single-content h1 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .blog-post-content h3 {
        font-size: 28px !important;
    }

    .blog-pagination .nav-links {
        flex-direction: column;
    }
}

.wp-block-media-text .wp-block-media-text__content { padding: 0 60px 0 0; }
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: 100%;
}


/* ==========================================================================
 * Responsive
========================================================================== */

@media (min-width: 576px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 94%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1360px;
        max-width: 94%;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1480px;
        max-width: 94%;
    }
}

@media screen and (min-width: 1020px) {
    .navbar-toggler { display: none; }
    .navbar-nav { display: block; float: right; }
    .navbar-nav li { display: inline-block; }

    .collapse { display: block !important; margin-top: 13px; }
}

@media screen and (max-width: 720px) {
    h1 { font-size: 30px; }
    p { font-size: 15px; }
    h2, h3 { font-size: 20px; margin-bottom: 0; }

    .p-5 { padding: 2rem !important; }

    .page-head { padding: 0; width: 100%; }
    .page-head p { font-size: 15px; line-height: 22px; } 
    .page-head img { width: 60px; }
    .page-head h1 { margin-top: 90px !important; }
    .page-template-default h1 { margin-top: 90px !important; }

    body:not(.page-template-temp-front) .banner { height: 60px; }
    body:not(.page-template-temp-front) .banner .navbar-brand { height: 90px; position: fixed; margin-top: 105px; }
    body:not(.page-template-temp-front) .banner .navbar-brand img { width: 90px; margin-top: 15px; }
    body:not(.page-template-temp-front) .banner .navbar-toggler {
        top: 20px;
        right: 15px;
        font-size: 30px;
        position: fixed;
        color: #fff;
        border: 0;
    }
    body:not(.page-template-temp-front) .banner .navbar-collapse {
        background: #682778 !important;
        border: 0;
        padding: 15px;
        top: 60px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 9999;
        overflow-y: auto;
    }
    body:not(.page-template-temp-front) .banner .navbar-collapse li { width: 100%; }
    body:not(.page-template-temp-front) .banner .navbar-collapse li:last-child a { border: 0; }
    body:not(.page-template-temp-front) .banner .navbar-collapse a {
        color: #fff !important;
        border-bottom: 1px solid #fff;
        width: 95%;
        display: block;
    }
    body:not(.page-template-temp-front) .banner .navbar-collapse a:after { display: none; }
    body:not(.page-template-temp-front) .banner .navbar-collapse .btn-menu { margin-top: 15px; margin-left: 0; padding-left: 0; }
    body:not(.page-template-temp-front) .banner .navbar-collapse .btn-menu .nav-link { text-align: center; }
    body:not(.page-template-temp-front) .banner .collapsing { transition: height 0s ease; }
    .nav-sidebar { margin: 0; }
    .wrap { margin-top: 0 !important; }
    body:not(.page-template-temp-front) .navbar { padding: 0; }

    .block { padding: 30px 0 !important; }

    .item .item-content { padding: 15px; }
    .item .item-image { border-top-right-radius: 15px; border-bottom-left-radius: 0; }

    .item-row .item-pack-logo { border-radius: 0; border-top-right-radius: 15px; border-top-left-radius: 15px; height: 100px;   }
    .item-row .col-lg-2 { padding-right: 0; }
    .item-row .btn { margin-bottom: 15px; }

    footer { margin: 0; padding: 30px 0; }
    footer .logo img { margin-bottom: 30px !important; }
    footer ul { margin: 15px auto; }
}

@media screen and (max-width: 767px) {
    .page-template-temp-front .banner {
        position: fixed;
        top: 12px;
        left: 8px;
        right: 8px;
        width: auto;
        height: auto;
        margin: 0;
        padding: 12px 16px;
    }

    .page-template-temp-front .banner .front-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 12px;
    }

    .page-template-temp-front .banner .navbar-brand {
        position: static;
        width: 144px;
        height: auto;
        margin: 0 auto 0 0;
    }

    .page-template-temp-front .banner .navbar-brand img {
        width: 100%;
        margin-top: 0;
    }

    .page-template-temp-front .banner .front-nav-toggle {
        position: static;
        top: auto;
        right: auto;
        margin: 0 0 0 auto;
        display: inline-flex;
    }
}
