:root {
    --primary: #545454;
    --primary-highlight: #4a65a3;
    --nav-animation-speed: 700ms;
    --animation-speed: 100ms;
    --standard-opacity: 1;
}
.door {
    color:darkgray;
}
.navbar {
    --bs-navbar-toggler-padding-y:0.625rem;
    --bs-navbar-brand-margin-end: 0rem;
}

.table-dark {
    --bs-table-striped-bg: #454d6c !important;
}

.navbar-meisje {
    /*background-image: linear-gradient(to right top, #d1d4e7, #686e83, #414e78, #506987, #c0cbf7);*/
    background-color: #2877B0FF !important;
    border-bottom: 1px solid #000000;
    opacity:0.95;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

.myhover {
    cursor:pointer;
}

.helpIcon {
    float:right;
    cursor:pointer;
}
.form-check {
    margin-bottom: 0.625rem;
}
.bootstrap-dialog .btn-modal-close {
    border-radius: unset;
    box-shadow: unset;

}
.bootstrap-dialog-title  {
    width:400px;
}

.modal-header.bootstrap-dialog-header {
    padding-right:10px;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
}

.bootstrap-dialog-close-button {
    width:-moz-available;
    width:-webkit-fill-available;
    text-align:end;
}
.prijs {
    color: #676767;
    font-size:21px;
    font-weight: bold;
}
.fullWidthNoBackground {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:0;
    padding-bottom:0;
    background-color: #ffffff;
    overflow: hidden;
    height:410px;
}


.fullWidthBackground {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #e1effd;
    background-image: url("../images/bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground2 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #c5ddc2;
    background-image: url("../images/bg-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground3 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #cedde4;
    background-image: url("../images/bg-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}


.fullWidthBackground4 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #c1dedf;
    background-image: url("../images/bg-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackground5 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #fbfbfc;
    background-image: url("../images/bg-5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackground6 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #231f1e;
    background-image: url("../images/bg-6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackgroundGrey {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #c0d5e1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;

}
.whiteTrBg {
    background-color:rgba(255, 255, 255, 0.6);
}
.carousel-plaatje {
    padding:3px;
    border-radius: 10px;
    margin:5px;
    border: 1px solid #878787;
    cursor:pointer;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
}

.keeptogether {
    display: flex;
}

.keeptogether a.btn.btn-dark {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.keeptogether a.btn.btn-light {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.backgroundCarousel { z-index: -99; } /* keeps this behind all content */
.backgroundCarouselItem {
    position: fixed;
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.backgroundOne {
    background: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTwo {
    background: url(../images/bg-2.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundCarousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

.switchButton {
    padding:5px;
    color:white;
    margin-right:10px;
}
.oleo-script swash caps-regular {
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 400;
    font-style: normal;
}

.oleo-script {
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 700;
    font-style: normal;
}

.margin-top-fix {
    margin-top:10px;
}

.dotransition {
    animation: blinker 1s linear infinite;
}


@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
.help-block {
    color: red;
    font-weight:bold;
}
.control-label {
    margin-top:5px;
    color: #565656;
    font-weight:bold;
}
.table-bordered.table-striped {
    border:0 !important;
}
.table-bordered.table-striped th{
    border:0 !important;
}
.table-bordered.table-striped tr{
    border:0 !important;
}
.bold {
    font-weight: bold;
}

.table-bordered.table-striped td{
    border:0 !important;
}

.alert {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    backdrop-filter: blur(7px);
}


div.empty div.alert.alert-light {
    margin-bottom:0px!important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.form-control.ro {
    background-color: #f1f1f1 !important;
    color:darkgray!important;
    border:1px solid black;
}
body {
    position:relative;
}
tr.green td {
    background-color: #deebde;
}
.headerfortable {
    white-space: nowrap;
    font-weight: bold;
    background-color: #d7d7d7;
}

.nowrap {
    white-space: nowrap;
}


.ui-autocomplete-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table tbody tr.table-more-danger {
    background-color:red !important;
    color:white !important;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-nav {
    max-height:300px;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}



.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.centerText {
    text-align: center;
}

.btn {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}


h2 {
    font-size: 1.5rem !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

h3 {
    font-size: 1.3rem !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

h4 {
    font-size: 1.2rem !important;
}

h5 {
    font-size: 1.1rem !important;
}

.form-group {
    margin-bottom: 1rem;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:9999;
    background: rgba(0, 0, 0, 0.7);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    overflow: auto;
    max-height: 80%;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 10px;
    border: 1px solid black;
    border-radius:5px;
    padding-left:10px;
    padding-right:10px;
    right: 20px;
    margin-bottom:5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 1200px){
    .popup{
        width: 90%;
    }
}


.table-bordered.table-striped tr {
    user-select: none;
}


.navbar-nav.nav li.nav-item a.nav-link {
    border-radius: 10px;
}
.site-index {
    margin-top:10px;
}
.fixed-top {
    z-index:10;
}
.navbar-nav.nav li.nav-item {
    border-radius: 10px;
    margin: 5px;
}
.helvetica {
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.lightlink {
    font-weight:normal;
}
.row, .table, .btn {
    opacity: var(--standard-opacity);
}

.quote {
    font-size: 20px;
    padding:20px;
    font-family: Serif;
    font-weight:bold;
    color:var(--primary);
}
h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--primary);
    font-weight: bold;
    margin-top: 30px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 1),-2px -2px 4px rgba(255, 255, 255, 1),0 -2px 4px rgba(255, 255, 255, 1),-2px 0 4px rgba(255, 255, 255, 1);
}

h1 i.fa-regular {
    color:#2877B0FF;
}
h1 i.fa-solid {
    color:#2877B0FF;
}

.navbar-nav.nav li.nav-item {
    transition: all var(--nav-animation-speed);
}
.navbar-nav.nav li.nav-item:hover {
    background-color: var(--primary-highlight);
    color:white;
    border-radius: 10px;
}
.centerText {
    line-height: 40px;
}
.smallTd {
    width: 10px;
}
.bg-body-secondary {
    background-color: #efefef;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    display: none;
}


.highlight.nav-item {
    border:1px solid white;
}
.navbar-toggler:focus {
    box-shadow:none;
    border:none;
}
a.navbar-brand {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.38);
}
.filter-pink {
    filter:invert(14%) sepia(83%) saturate(7335%) hue-rotate(317deg) brightness(90%) contrast(113%);
}
.neus {
    color: #ec0083;
    background-color:white;
    border-radius:5px;
    padding:5px;
    font-weight:bold;
}

.no-wrap {
    white-space: nowrap;
}
.bg-body-tertiary {
    background-color: #e8fdff;
}
.lineHeightFix {
    line-height: 40px;
}
.call {
    padding:5px;
    background-color: white;
    color:darkblue;
    border-radius:5px;
    border:1px solid darkred;
}
.yellow {
    padding:5px;
    color: yellow;
    border-radius:5px;
    font-weight:bold;
    background-color: black;
}
h4 {
    padding-top:10px;
}
.navbar-toggler {
    box-shadow:none;
    border:none;
}

.navbar .nav-item .nav-link {
    color:white;
}
.myrule {
    width:80%;
    color: white;
    margin:20px;
}

#about, #int-method, #int-info, #prof-samenwerking, #prof-adv, #prof-train,#prof-day ,  #prof-what, #blog {
    scroll-margin-top:60px;
    overflow: initial !important;
}
.bio {
    color: #757575;
    font-size:0.9rem;
}
.rond {
    border-radius: 200px !important;
    border: 1px solid black;
    width: 100px;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
}
.startvak {
    background: linear-gradient(0deg, rgba(195,224,224,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #7c7c7c;
    border-radius:10px;
    padding-top:10px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
}

@keyframes blinker1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    37% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0.6;
        transform: scale(1.15);
    }
    43% {
        opacity: 1;
        transform: scale(1);
    }
    46% {
        opacity: 0.6;
        transform: scale(1.35);
    }
    49% {
        opacity: 1;
        transform: scale(1);
    }
    52% {
        opacity: 0.6;
        transform: scale(1.5);
    }
    55% {
        opacity: 1;
        transform: scale(1);
    }
    57% {
        opacity: 0.6;
        transform: scale(1.35);
    }
    60% {
        opacity: 1;
        transform: scale(1);
    }
    63% {
        opacity: 0.6;
        transform: scale(1.15);
    }
    66% {
        opacity: 1;
        transform: scale(1);
    }

}
@keyframes blinker {
    10% {
        opacity: 0.6;
    }
}


.dofasttransition {

    animation: blinker 500ms linear infinite;
}
#actiefRow {
    font-weight: bold;
    font-size: calc(1.275rem + 0.3vw);
    line-height: 1.5;
    animation: blinker1 8s linear infinite;
}

#actiefRow td {
    background-color: #90ff90 !important;
}
html.h-100 body.d-flex.flex-column.h-100 main#main.flex-shrink-0 div.container div.nevo2023-index div#w0.grid-view.is-bs4.kv-grid-bs4.hide-resize div#w0-container.table-responsive.kv-grid-container table.kv-grid-table.table.table-hover.table-bordered.table-striped thead.kv-table-header.w0 tr#w0-filters.filters.skip-export td input#nevo2023search-voedingsmiddelnaam.form-control
.smallfont {
    font-size: 12px;
    float: right;
    margin-bottom: 0;
    margin-top: -10px;
}
form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}


.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}
.nomargin {
    margin-bottom:0px;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}
.whiteBg {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}


.whiteBgNoShadow {
    background-color:white;
    border-radius:10px;
    margin: -10px;
    padding: 10px;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}
.nav-link {
    padding-left:10px;
    padding-right:10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.38);
}
.nav-link.active {
    background-color: #ffffff;
    color: black !important;
    white-space: nowrap;
    border-radius: 10px;
}
.opsomming li {
    padding:0.8em;
    font-size:1.2em;
}
.carousel-control-prev-icon {
    filter: drop-shadow(0px 0px 2px #000000);
}
.carousel-control-next-icon {
    filter: drop-shadow(0px 0px 2px #000000);
}

.mycarousel {
    box-shadow: 13px 13px 13px 0px rgba(0,0,0,0.25);
    border:5px solid grey;
    border-radius:10px;
}

.featurette-image {
    margin-top:27px;
    margin-bottom:27px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
    border-radius: 10px;
}
.rounded-image {
    border-radius: 10px;
}
.featurette-divider {
    border-top: 1px solid #6987c9;
    width:80%;
    margin: 40px auto !important;
    margin-top:50px !important;

}


.lead {
    color: var(--primary);
    font-weight: bold;
}

div a.btn {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}

div a.btn.btn-success {
    border:none;
}
.selector {
    color: white;
}
.selector:hover {
    color: white;
    border:1px white;
}

.selector:focus {
    color:white;
}


.btn-primary {
    background-color: var(--primary);
    color: #ffffff;
    border:none;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}


.btn-primary:active {
    background-color: var(--primary)!important;
    color: #ffffff;
}

.form-check-input:checked {
    background-color: var(--primary);
    border:1px solid var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-highlight);
    color: #ffffff;
}

.btn:hover {
    transform: scale(0.93);
    transition: all var(--animation-speed);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}

ul > li.page-item.active > a {
    background-color: var(--primary);
    border:1px solid var(--primary);
}

ul > li.page-item > a {
    color: var(--primary);
    border:1px solid var(--primary);
}
.page-link:hover {
    background-color: var(--primary-highlight);
    color:white;
    border:1px solid var(--primary);
    transition: all var(--animation-speed);

}

a {
    color: #0b3e6f;
    text-decoration:none;
    font-weight:bold;
}
div a.btn.btn-success:hover {
    background-color: var(--primary-highlight);
    transition: all var(--animation-speed);
    transform: scale(0.93);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}

div button.btn {
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}

.kv-grid-table {
    border-radius: 15px;
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
}
.table-rounded {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;

    /* add this */
    overflow:hidden;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.50);
}

div button.btn.btn-success {
    border:none;
    color: #ffffff;
}

div button.btn.btn-success:hover {
    background-color: var(--primary-highlight);
    color: #ffffff;
    transition: all var(--animation-speed);
    transform: scale(0.93);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}

.btn-danger:hover {
    transition: all var(--animation-speed);
    transform: scale(0.93);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.50);
}


tbody tr.w0 td.w0 table.table.table-hover {
    margin-bottom: 0 !important;
    transition: all var(--animation-speed);

}


.navbar-toggler span {
    display: block;
    background-color: #ffffff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}



/* ── Shared hero topbar ──────────────────────────────────────────────── */

.art-hero-topbar,
.blog-hero-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgba(5, 10, 26, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(74, 141, 200, 0.25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.art-hero-back,
.blog-hero-back {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background: rgba(40, 119, 176, 0.38);
    border: 1px solid rgba(100, 168, 220, 0.55);
    padding: 6px 14px 6px 10px;
    border-radius: 20px;
    transition: background 0.22s ease, border-color 0.22s ease;
    white-space: nowrap;
}

.art-hero-back:hover,
.blog-hero-back:hover {
    background: rgba(40, 119, 176, 0.68);
    border-color: rgba(140, 195, 240, 0.80);
    color: #ffffff;
}

/* ── Article page ────────────────────────────────────────────────────── */

.art-hero {
    position: relative;
    width: 100%;
    min-height: 78vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-color: #080f1e;
    overflow: hidden;
}

.art-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            170deg,
            rgba(6, 12, 30, 0.35) 0%,
            rgba(7, 14, 36, 0.55) 45%,
            rgba(8, 16, 42, 0.92) 100%
    );
    z-index: 1;
}

.art-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
            ellipse at 20% 90%,
            rgba(40, 119, 176, 0.32) 0%,
            transparent 55%
    );
    z-index: 2;
    pointer-events: none;
}

.art-hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 56px 40px 60px;
}

.art-hero-topbar-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 13px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.art-hero-meta {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(200, 225, 248, 0.95);
    margin: 0;
    text-align: right;
}

.art-hero-meta span + span::before {
    content: ' · ';
    opacity: 0.45;
}

.art-hero-rule {
    width: 52px;
    height: 2px;
    background: linear-gradient(90deg, #2877B0 0%, rgba(40, 119, 176, 0.25) 100%);
    border: none;
    margin: 0 0 20px;
}

.art-hero-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: clamp(1.9rem, 5vw, 3.5rem);
    font-weight: bold;
    line-height: 1.17;
    color: #ffffff;
    margin: 0 0 22px;
    text-shadow:
            0 2px 20px rgba(0, 0, 0, 0.65),
            0 1px 3px  rgba(0, 0, 0, 0.85);
    letter-spacing: -0.015em;
    max-width: 780px;
}

.art-hero-lead {
    font-family: Georgia, 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: clamp(0.95rem, 1.8vw, 1.18rem);
    font-style: italic;
    line-height: 1.7;
    color: rgba(220, 235, 250, 0.88);
    margin: 0;
    max-width: 660px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.art-body-wrap {
    background: #f4f7fb;
}

.art-reading-col {
    max-width: 720px;
    margin: 0 auto;
    padding: 52px 32px;
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: 1.84;
    color: #1a2540;
}

.art-reading-col p {
    margin-bottom: 1.45em;
    color: #1c2845;
}

.art-reading-col h1,
.art-reading-col h2,
.art-reading-col h3,
.art-reading-col h4,
.art-reading-col h5 {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    color: #0d1830;
    margin-top: 1.9em;
    margin-bottom: 0.55em;
    text-shadow: none;
    font-weight: bold;
}

.art-reading-col ul,
.art-reading-col ol {
    padding-left: 1.7em;
    margin-bottom: 1.45em;
}

.art-reading-col li {
    margin-bottom: 0.5em;
}

.art-reading-col a {
    color: #1c5e8f;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: normal;
}

.art-reading-col a:hover {
    color: #2877B0;
}

.art-reading-col blockquote {
    border-left: 3px solid #2877B0;
    margin: 1.8em 0;
    padding: 0.8em 1.4em;
    background: rgba(40, 119, 176, 0.07);
    font-style: italic;
    color: #1e3a5a;
    border-radius: 0 6px 6px 0;
}

.art-reading-col img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.art-break-image {
    width: 100%;
    height: 56vh;
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-color: #080f1e;
    position: relative;
}

.art-break-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(6, 12, 30, 0.28) 0%,
            rgba(6, 12, 30, 0.08) 45%,
            rgba(6, 12, 30, 0.28) 100%
    );
    pointer-events: none;
}

.art-editorial-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 4px 32px 48px;
}

.art-editorial-wrap img {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow:
            0 16px 56px rgba(8, 20, 52, 0.28),
            0 4px 12px  rgba(8, 20, 52, 0.18);
    display: block;
}

.art-panoramic {
    width: 100%;
    height: 44vh;
    min-height: 220px;
    background-size: cover;
    background-position: center 38%;
    background-color: #080f1e;
    position: relative;
}

.art-panoramic::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(6, 12, 30, 0.20) 0%,
            rgba(6, 12, 30, 0.04) 35%,
            rgba(6, 12, 30, 0.38) 100%
    );
    pointer-events: none;
}

.art-disclaimer-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 32px 44px;
}

.art-disclaimer {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.81rem;
    font-style: italic;
    line-height: 1.6;
    color: #4a6080;
    border-left: 3px solid rgba(40, 119, 176, 0.38);
    padding: 10px 0 10px 18px;
    margin: 0;
}

.art-author-section {
    background: linear-gradient(148deg, #091530 0%, #040a1c 100%);
    padding: 52px 32px 56px;
}

.art-author-inner {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.art-author-photo {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid rgba(74, 141, 200, 0.55);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.art-author-details {
    flex: 1;
    min-width: 0;
}

.art-author-label {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(100, 168, 220, 0.75);
    margin: 0 0 5px;
}

.art-author-name {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    font-size: 1.08rem;
    font-weight: bold;
    color: #b8d8f5;
    margin: 0 0 10px;
    letter-spacing: 0.01em;
}

.art-author-bio-text {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.86rem;
    line-height: 1.68;
    color: rgba(185, 215, 245, 0.72);
    margin: 0;
}

.art-footer-nav {
    background: #f4f7fb;
    padding: 26px 32px;
    text-align: center;
    border-top: 1px solid rgba(40, 119, 176, 0.22);
}

.art-footer-nav a {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #1c5e8f;
    text-decoration: none;
}

.art-footer-nav a:hover {
    color: #2877B0;
}

@media (max-width: 767px) {
    .art-hero-topbar-inner { padding: 11px 18px; }
    .art-hero-inner        { padding: 36px 18px 44px; }
    .art-reading-col       { padding: 36px 18px; font-size: 1rem; }
    .art-editorial-wrap    { padding: 0 18px 36px; }
    .art-disclaimer-wrap   { padding: 0 18px 36px; }
    .art-author-section    { padding: 36px 18px 44px; }
    .art-author-inner      { flex-direction: column; align-items: center; text-align: center; }
    .art-break-image       { background-attachment: scroll; height: 44vw; min-height: 200px; }
    .art-panoramic         { height: 40vw; min-height: 180px; }
    .art-footer-nav        { padding: 20px 18px; }
}

/* ── Blog listing page ───────────────────────────────────────────────── */

.blog-hero {
    position: relative;
    width: 100%;
    min-height: 36vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(145deg, #071428 0%, #0f2a55 45%, #0a1e42 75%, #060e1e 100%);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.blog-hero.has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-image: inherit;
    filter: blur(0px);
    transform: scale(1.03);
}

.blog-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            168deg,
            rgba(5, 12, 30, 0.70) 0%,
            rgba(7, 18, 48, 0.60) 40%,
            rgba(6, 14, 38, 0.90) 100%
    );
    z-index: 1;
}

.blog-hero-glow {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(
            ellipse at 70% 110%,
            rgba(40, 119, 176, 0.35) 0%,
            transparent 58%
    );
}

.blog-hero-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 13px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blog-hero-page-indicator {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.70rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(200, 225, 248, 0.80);
    margin: 0;
}

.blog-hero-content {
    position: relative;
    z-index: 4;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 48px 40px 44px;
}

.blog-hero-eyebrow {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: rgba(100, 168, 220, 0.90);
    margin: 0 0 12px;
}

.blog-hero-rule {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #2877B0 0%, rgba(40, 119, 176, 0.25) 100%);
    border: none;
    margin: 0 0 18px;
}

.blog-hero-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 14px;
    text-shadow:
            0 2px 24px rgba(0, 0, 0, 0.60),
            0 1px 4px  rgba(0, 0, 0, 0.80);
    letter-spacing: -0.02em;
}

.blog-hero-sub {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    font-size: clamp(0.9rem, 1.6vw, 1.08rem);
    font-style: italic;
    color: rgba(210, 228, 250, 0.82);
    margin: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
    max-width: 540px;
}

.blog-articles-section {
    background: #f4f7fb;
    padding: 40px 0 20px;
}

.blog-articles-band {
    padding: 40px 0;
}

.blog-articles-band.band-tinted {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.blog-articles-band.band-tinted::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(230, 238, 248, 0.88);
}

.blog-articles-band.band-tinted .container {
    position: relative;
    z-index: 1;
}

.blog-pagination-wrap {
    padding: 32px 0 48px;
    background: #f4f7fb;
    border-top: 1px solid rgba(40, 119, 176, 0.15);
}

@media (max-width: 767px) {
    .blog-hero-topbar-inner { padding: 11px 18px; }
    .blog-hero-content      { padding: 36px 18px 36px; margin-top: 60px; }
    .blog-hero              { min-height: 30vh; }
}

/* ── Article lead cards ──────────────────────────────────────────────── */

.article-leads-grid {
    padding: 12px 12px 24px;
}

.article-lead-card-link {
    display: block;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
}

.article-lead-card {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-color: #0d1f3c;
    box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.45),
            0 2px 8px rgba(0, 0, 0, 0.3),
            inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.42s ease;
    cursor: pointer;
}

.article-lead-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            175deg,
            rgba(8, 20, 52, 0.25) 0%,
            rgba(8, 18, 48, 0.58) 40%,
            rgba(6, 14, 38, 0.93) 100%
    );
    z-index: 1;
    transition: background 0.42s ease;
}

.article-lead-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
            ellipse at 60% 0%,
            rgba(40, 119, 176, 0.22) 0%,
            transparent 65%
    );
    z-index: 2;
    pointer-events: none;
}

.article-lead-card-link:hover .article-lead-card {
    transform: translateY(-6px) scale(1.015);
    box-shadow:
            0 20px 56px rgba(0, 0, 0, 0.55),
            0 6px 20px rgba(0, 0, 0, 0.4),
            inset 0 0 0 1px rgba(74, 141, 200, 0.30);
}

.article-lead-card-link:hover .article-lead-card::before {
    background: linear-gradient(
            175deg,
            rgba(8, 20, 52, 0.15) 0%,
            rgba(8, 18, 48, 0.50) 40%,
            rgba(6, 14, 38, 0.90) 100%
    );
}

.article-lead-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
}

.article-lead-content {
    padding: 22px 22px 24px;
    border-top: 1px solid rgba(74, 141, 200, 0.35);
    background: linear-gradient(
            to top,
            rgba(6, 14, 38, 0.6) 0%,
            transparent 100%
    );
    backdrop-filter: blur(1px);
}

.article-lead-title {
    font-family: Georgia, 'Palatino Linotype', Palatino, serif;
    font-weight: 700;
    font-size: 1.08rem;
    line-height: 1.35;
    color: #ffffff;
    margin: 0 0 9px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-lead-text {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.83rem;
    line-height: 1.55;
    color: rgba(210, 228, 248, 0.85);
    margin: 0 0 14px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-lead-btn {
    display: inline-block;
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7ec8f0;
    border: 1px solid rgba(74, 141, 200, 0.55);
    border-radius: 20px;
    padding: 5px 14px;
    background: rgba(30, 90, 165, 0.18);
    backdrop-filter: blur(4px);
    transition: all 0.28s ease;
    text-shadow: none;
}

.article-lead-card-link:hover .article-lead-btn {
    background: rgba(40, 110, 190, 0.38);
    border-color: rgba(120, 185, 235, 0.85);
    color: #b8e0fa;
    padding-right: 20px;
}

.article-lead-card-top-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(74, 141, 200, 0.8) 40%,
            rgba(120, 185, 235, 1) 60%,
            transparent 100%
    );
    z-index: 4;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.article-lead-card-link:hover .article-lead-card-top-line {
    opacity: 1;
}

.article-lead-card.no-image {
    background: linear-gradient(145deg, #0d2040 0%, #060e20 100%);
}

@media (max-width: 991px) {
    .article-lead-card { height: 320px; }
}

@media (max-width: 575px) {
    .article-lead-card { height: 280px; }
}
