/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is icensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat-Regular"),
        url("assets/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("assets/fonts/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Unbounded";
    src: url("assets/fonts/Unbounded-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/WorkSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --height-wpadminbar: 0px;
    --container: 1280px;
    --height-header: 126px;
    --offset-top: 20px;
    --sticky-offset: calc(
        var(--height-header) + var(--offset-top) + var(--height-wpadminbar)
    );
    --sticky-offset: calc(
        var(--height-header) + var(--offset-top) + var(--height-wpadminbar)
    );

    --text-xs: 12px;
    --text-sm: 14px;
    --text-base: 16px;
    --text-md: 18px;
    --text-lg: 20px;
    --text-xl: 24px;
    --text-2xl: 32px;
    --text-3xl: 36px;
    --text-4xl: 44px;
    --text-5xl: 54px;

    --lineheight-xs: 1;
    --lineheight-s: 1.35;
    --lineheight: 1.5;
    --lineheight-m: 1.625;
    --lineheight-l: 1.75;
    --lineheight-xl: 2;
    --lineheight-xxl: 2.5;
    --lineheight-base: 22.4px;

    --suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    --fontfamily-sans: "Montserrat", var(--suffix-family);
    --fontfamily-unbounded: "Unbounded", var(--suffix-family);
    --fontfamily-worksans: "Work Sans", var(--suffix-family);

    --padding-container: calc((100% - var(--container)) / 2);

    --padding-container: calc((100% - var(--container)) / 2);

    --padding-field: 12px 16px;
    --padding-button: 16px 24px;

    --rounded-xs: 2px;
    --rounded-sm: 4px;
    --rounded: 8px;
    --rounded-md: 10px;
    --rounded-lg: 16px;
    --rounded-xl: 24px;
    --rounded-full: 999999px;

    --transparent: rgba(0, 0, 0, 0);
    --black: #000;
    --blue: #38bdf8;
    --red: #ef4444;
    --yellow: #fbbf24;
    --green: #34d399;
    --purple: #8b5cf6;
    --orange: #f97316;
    --gray-300: #e5e7eb;
    --gray: #9ca3af;
    --gray-700: #4b5563;

    --geel: #f9e854;
    --roze: #732e4a;
    --groen: #2e736b;
    --blauw: #252d66;
    --licht-geel: #fdf8e9;
    --licht-roze: #e2c4ff;
    --licht-groen: #bbe8e2;
    --licht-blauw: #c1d4ff;
    --antraciet: #383838;
    --white: #fff;
    --white-100: #f4f4f4;
    --white-200: #e0e0e0;
    --white-300: #cecece;

    --shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);

    --listing-column: 3;
    --listing-gap: 32px;
    --listing-gap-bottom: var(--listing-gap);

    --duration: 0.3s;
    --transition: background-color var(--duration), border-color var(--duration),
        color var(--duration), fill var(--duration), stroke var(--duration),
        opacity var(--duration), visibility var(--duration),
        box-shadow var(--duration), -webkit-box-shadow var(--duration),
        transform var(--duration), -webkit-transform var(--duration),
        filter var(--duration), backdrop-filter var(--duration);
}

@media all and (max-width: 1299px) {
    html:root {
        --height-wpadminbar: 0px;
        --height-header: 80px;
        --container: 100%;
        --padding-container: 80px;
    }

    #wpadminbar {
        display: none;
    }
}

@media all and (max-width: 600px) {
    html:root {
        --padding-container: 20px;
    }
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    text-shadow: var(--transparent) 0 0 1px;
    vertical-align: baseline;
    background-clip: border-box;
    word-break: break-word;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*:focus,
*:active,
*:visited,
*:hover {
    outline: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

::-moz-selection {
    color: var(--white);
    text-shadow: none;
    background-color: var(--black);
}

::selection {
    color: var(--white);
    text-shadow: none;
    background-color: var(--black);
}

/* STYLE SCREEN READERS */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important;
    overflow: hidden;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--black);
    line-height: normal;
    text-decoration: none;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    background-color: var(--white);
}

body {
    margin: 0;
    font-family: var(--fontfamily-worksans);
    color: var(--antraciet);
    -moz-block-height: normal;
    line-height: var(--lineheight-s);
    font-size: var(--text-base);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: var(--transparent);
    word-break: break-word;
    background-color: var(--white);
}

p {
    line-height: var(--lineheight-base);
}

html[lang] {
    width: 100%;
    overflow-x: hidden;
    margin-top: var(--height-wpadminbar) !important;
}

html.prevent-default {
    overflow: hidden;
}

.container {
    width: calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: var(--container);
    margin: 0 auto;
}

mark {
    padding: 2px 5px;
    color: inherit;
    background-color: var(--black);
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
    width: 100%;
}

p:empty {
    display: none;
}

p + p,
p + table,
p + ol,
p + ul,
table + p,
table + table,
table + ol,
table + ul,
ol + p,
ol + table,
ol + ol,
ol + ul,
ul + p,
ul + table,
ul + ol,
ul + ul {
    margin-top: 16px;
}

ol,
ul {
    padding-left: 24px;
    margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-top: 10px;
}

li {
    width: 100%;
}

li + li {
    margin-top: 10px;
}

ul {
    list-style: outside disc;
}

ol {
    list-style: outside decimal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

a * {
    cursor: pointer;
    cursor: hand;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 24px;
}

h5,
h6 {
    margin-bottom: 12px;
}

h1 {
    font-size: var(--text-5xl);
}

h2 {
    font-size: var(--text-4xl);
}

h3 {
    font-size: var(--text-2xl);
}

h4 {
    font-size: var(--text-xl);
}

h5 {
    font-size: var(--text-lg);
}

h6 {
    font-size: var(--text-md);
}

@media all and (max-width: 600px) {
    h1 {
        --text-3xl: 32px;
        font-size: var(--text-3xl);
    }

    h2 {
        --text-2xl: 28px;
        font-size: var(--text-2xl);
    }

    h3 {
        font-size: var(--text-xl);
    }

    h4 {
        font-size: var(--text-lg);
    }

    h5 {
        font-size: var(--text-md);
    }

    h6 {
        font-size: var(--text-base);
    }
}

p a,
ul a,
ol a,
table a {
    color: var(--blue);
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
    color: inherit;
}

strong,
b {
    font-weight: 700;
}

img {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    overflow: hidden;
}

@media all and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    img {
        -webkit-mask-image: -webkit-radial-gradient(var(--white), var(--black));
    }
}

img[src*="jpg"],
img[src*="jpeg"] {
    background-color: var(--black);
}

::-webkit-input-placeholder {
    color: var(--black);
    opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: var(--black);
    opacity: 1;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="range"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
    display: none;
}

button {
    background-color: var(--transparent);
}

input,
textarea,
select {
    width: 100%;
    padding: var(--padding-field);
    border: solid 1px var(--black);
    border-radius: var(--rounded-sm);
    font-family: var(--fontfamily-sans);
    font-size: var(--text-base);
    color: var(--black);
    caret-color: var(--black);
    word-break: normal;
    background: var(--transparent) calc(100% - 20px) center/12px no-repeat;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

select {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 36px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: var(--white)
        url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg)
        calc(100% - 16px) center/16px no-repeat;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

select option {
    color: var(--black);
    background-color: var(--white);
}

select option[disabled] {
    display: none;
}

textarea {
    height: 200px;
    resize: none;
    overflow: auto;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: var(--black);
}

textarea::-webkit-scrollbar {
    width: 7px;
    background-color: var(--black);
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--black);
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
    border-color: var(--black);
    outline: none;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
    cursor: pointer;
    opacity: 0;
}

input[type="range"] {
    cursor: -webkit-grab;
    cursor: grab;
}

input[type="range"]:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

input[type="date"] {
    background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px)
        center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    border: 1px solid var(--black);
    line-height: normal;
    background: var(--licht-blauw) center/14px 10px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

input[type="checkbox"] {
    border-radius: var(--rounded-none);
}

input[type="checkbox"]:checked {
    background-image: url(/wp-content/uploads/2025/12/arrow-checkbox.svg);
}

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
    border-color: var(--antraciet) !important;
}

input[type="radio"] {
    border-radius: var(--rounded-full);
    -webkit-transition: border-color var(--transition);
    -o-transition: border-color var(--transition);
    transition: border-color var(--transition);
}

input[type="radio"]:checked {
    border-width: 6px;
    border-color: var(--black);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 0;
    padding: var(--padding-button);
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: var(--fontfamily-sans);
    font-size: var(--text-base);
    -webkit-appearance: button;
    overflow: visible;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

button:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="button"]:not(:disabled),
select {
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="color"] {
    -webkit-appearance: initial;
       -moz-appearance: initial;
            appearance: initial;
}

button,
select {
    text-transform: none;
}

fieldset {
    min-width: 0;
    border: 0;
}

progress {
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

th,
td {
    padding: 6px;
    border: 1px solid var(--gray-700);
    vertical-align: middle;
}

audio,
video {
    display: -moz-inline-stack;
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: top;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    overflow: visible;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dd {
    margin-left: 0;
}

pre,
code,
kbd,
samp {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
        monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

[hidden] {
    display: none !important;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
    margin-bottom: 0;
}

body > .site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

body > .site > .site-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.vc_row > .wpb_column.vc_column_container > .vc_column-inner,
.wpb_row.vc_row.vc_row-has-fill
    > .wpb_column.vc_column_container
    > .vc_column-inner,
.wpb_row.vc_row-has-fill
    + .vc_row-full-width
    + .vc_row
    > .vc_column_container
    > .vc_column-inner {
    padding-top: 0;
}

.prevent-scroll {
    overflow: hidden;
}

.vc_row.vc_row-has-fill {
    background: center/cover no-repeat;
}

.post-views {
    display: none !important;
}

/* PAGINATION STYLE */
.pagination,
.tw-pagination,
.woocommerce-pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    margin-top: 40px;
    margin-bottom: -10px;
}

.woocommerce-pagination .page-numbers li,
.tw-pagination li {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.tw-pagination .next,
.tw-pagination .prev {
    display: none;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination .page-numbers .page-numbers.current {
    color: var(--antraciet);
    background-color: var(--geel);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 46px;
    border-radius: 50%;
    font-size: 18px;
    color: var(--antraciet);
    background-color: var(--transparent);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination .page:not(:last-child),
.woocommerce-pagination .page-numbers li:not(:last-child) {
    margin-right: 25px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    width: 30px;
    padding-bottom: 0px;
    border-radius: 0;
    font-size: 30px;
    line-height: 1;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers .next:hover,
.woocommerce-pagination .page-numbers .prev:hover {
    color: var(--yellow);
    background-color: var(--transparent);
}

/* LISTING STYLE */
.listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: auto;
    min-width: 100%;
    margin: 0 calc((var(--listing-gap) / 2) * -1)
        calc(var(--listing-gap-bottom) * -1);
}

.listing .listing-item,
.listing .wpb_column {
    position: relative;
}

.listing > .listing-item {
    width: calc(100% / var(--listing-column));
    padding: 0 calc(var(--listing-gap) / 2);
    margin-bottom: var(--listing-gap-bottom);
}

.listing .listitem-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.listing a.listitem-wrapper {
    cursor: pointer;
}

.listing .wpb_column {
    float: none;
}

.listing .thumbnail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
}

.listing li {
    list-style: none;
    margin-left: 0;
}

.vc_row.listing,
.vc_row.listing .vc_inner {
    margin: 0;
}

.vc_row.listing:before,
.vc_row.listing:after,
.vc_row.listing .vc_column-inner:before,
.vc_row.listing .vc_column-inner:after,
.vc_row.listing .vc_inner:before,
.vc_row.listing .vc_inner:after {
    display: none;
}

.vc_row.listing .wpb_column {
    float: none;
}

.vc_row.listing .wpb_column > .vc_column-inner {
    padding: 0;
}

.listing.slick-slider {
    width: calc(100% + var(--listing-gap));
    margin: 0 calc((var(--listing-gap) / 2) * -1);
    overflow: hidden;
}

.listing.slick-slider .slick-list {
    overflow: visible;
}

.listing.slick-slider .slick-track {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.listing.slick-slider .slick-slide {
    height: auto;
}

.listing.slick-slider .listing-item.slick-slide {
    padding-left: calc(var(--listing-gap) / 2);
    padding-right: calc(var(--listing-gap) / 2);
}

@media all and (max-width: 1299px) {
    .listing.slick-slider {
        --listing-gap: var(--padding-container);
    }

    .listing.slick-slider {
        width: calc(100% + (var(--padding-container) * 2));
        margin-right: calc(var(--padding-container) * -1);
        margin-left: calc(var(--padding-container) * -1);
        padding-right: calc(
            var(--padding-container) - (var(--listing-gap) / 2)
        );
        padding-left: calc(var(--padding-container) - (var(--listing-gap) / 2));
    }
}

.whfilter-overview .listing {
    margin-bottom: 0;
}

@media all and (min-width: 0\0) and (min-resolution: +72dpi) {
    .listing {
        width: calc(100% + 1px);
    }
}

.vc_row.listing {
    width: 100%;
    margin: 0;
}

.vc_row.listing .vc_column-inner {
    padding: 0;
}

.site .listing[class*="lists-"] .listing-item:last-child,
.site .listing[class*="lists-"] .wpb_column:last-child {
    margin-right: 0;
}

.listing .title-listing,
.listing .content-item p,
.listing .excerpt-listing,
.listing .wpb_text_column * {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

/* RESET BUTTON / CTA */
.whbutton-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.whbutton-wrapper.whbutton-align--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
    padding: var(--padding-button);
    border: 2px solid var(--transparent);
    border-radius: var(--rounded-full);
}

.cta-whbutton {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
}

.cta-whbutton .label-cta {
    color: inherit;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.cta-whbutton .icon-cta {
    -o-object-fit: contain;
    object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
    background: center/contain no-repeat;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}

.cta-whbutton .icon-cta--hover {
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
    left: 0;
}

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
    left: 30px;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
    right: 0;
}

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
    right: 30px;
}

.cta-whbutton:hover .icon-cta--hover {
    opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover ~ .icon-cta--default {
    opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta,
.whbutton-icon-left .cta-whbutton::after {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 20px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta,
.whbutton-animate-right .cta-whbutton:hover::after {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta,
.whbutton-animate-top .cta-whbutton:hover::after {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta,
.whbutton-animate-bottom .cta-whbutton:hover::after {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translate(-3px, -50%);
        -ms-transform: translate(-3px, -50%);
            transform: translate(-3px, -50%);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translate(3px, -50%);
        -ms-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translateY(calc(-50% - 3px));
        -ms-transform: translateY(calc(-50% - 3px));
            transform: translateY(calc(-50% - 3px));
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translateY(calc(-50% + 3px));
        -ms-transform: translateY(calc(-50% + 3px));
            transform: translateY(calc(-50% + 3px));
}

.whbutton-color--black .cta-whbutton {
    color: var(--black);
}

.whbutton-color--white .cta-whbutton {
    color: var(--white);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
    color: var(--black);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
    color: var(--white);
}

.whbutton-fill--black .cta-whbutton {
    background-color: var(--black);
    border-color: var(--black);
}

.whbutton-fill--white .cta-whbutton {
    background-color: var(--white);
    border-color: var(--white);
}

.whbutton-outline--black .cta-whbutton {
    border-color: var(--black);
}

.whbutton-outline--white .cta-whbutton {
    border-color: var(--white);
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}

/*Select2 ReadOnly End*/

/* STYLE LOGO LABEL IMAGE GALLERY */
.logo-groups {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -20px;
}

.logo-groups .logo-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: 16px;
}

.logo-groups .image-logo-group {
    width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* STYLE BUTTON */

.yellow-button,
.whbutton.primary-color,
.section-contact .gform_button,
.section-contact-sidebar .gform_button {
    padding: 16px 24px;
    background: var(--geel);
    border-radius: 100px;
    font-size: 16px;
    color: var(--antraciet);
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none !important;
    line-height: 1;
    pointer-events: auto !important;
    position: relative;
}

.yellow-button .label-cta,
.whbutton.primary-color,
.section-contact .gform_button {
    color: var(--antraciet);
    font-family: var(--fontfamily-worksans);
}

.dark-button .label-cta,
.row-with-sidebar .flex-center,
.section-listing-vacature-list .flex-center {
    padding: 16px 24px;
    background: var(--antraciet);
    border-radius: 100px;
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-family: var(--fontfamily-worksans);
    display: block;
    
}


.transparant-button .label-cta {
    padding: 16px 24px;
    background: var(--transparent);
    border-radius: 100px;
    font-size: 16px;
    color: var(--antraciet);
    font-family: var(--fontfamily-worksans);
    font-weight: 700;
    line-height: 1;
    border: 1px solid var(--antraciet);
    text-align: center;
    display: block;
}


.whbutton-icon-arrow-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.whbutton-icon-arrow-right::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background: url("/wp-content/uploads/2025/11/right-arrow.svg")
        center/contain no-repeat;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.whbutton-icon-arrow-right:hover::after {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
}

.card-rose .card-tag {
    background: var(--licht-roze);
    color: var(--roze);
}
.card-green .card-tag {
    background: var(--licht-groen);
    color: var(--groen);
}
.card-blue .card-tag {
    background: var(--licht-blauw);
    color: var(--blauw);
}

.wh-section {
    overflow: hidden;
    position: relative;
}

/* .section-fullwidth {
    position: relative;
    left: -80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin-left: 80px;
    margin-right: 80px;
}
.section-fullwidth::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
} */

.content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block;
}

.site-breadcrumbs .container.breadcrumb-wrapper {
    width: 100%;
    padding-bottom: 24px;
    opacity: 40%;
    font-weight: 600;
    font-size: 14px;
}

.site-breadcrumbs {
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
}

.hero-banner.default[data-slot="section-animate-item"],
section[data-slot="section-animate-item"] {
    background-color: transparent !important;
}

.hero-banner.default,
body {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/* ===========================
   RESET POPUP MAKER
=========================== */
body div[id^="popmake-"].pum-container {
    position: fixed !important;
    inset: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    overflow: hidden !important;
}

body div[id^="popmake-"].pum-container .pum-content {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    outline: none !important;
    overflow: hidden !important;
}

/* ===========================
   LAYOUT POPUP
=========================== */
#block-onboarding-page-1 .content-popup {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #fce344;
    padding: 40px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* ===========================
   LINGKARAN KUNING
=========================== */
/* #block-onboarding-page-1 .content-popup::before {
    content: "";
    position: absolute;
    right: 35%;
    top: 0;
    width: 1000px;
    height: 1000px;
    background: #FCE344;
    border-radius: 50%;
    transform: translateY(-40%);
    z-index: 1;
} */

#block-onboarding-page-1 .content-popup > * {
    position: relative;
    z-index: 20;
}

/* ===========================
   LOGO + TITLE
=========================== */
#block-onboarding-page-1 .logo-image img {
    width: 130px;
    margin-bottom: 40px;
}

#block-onboarding-page-1 .description {
    max-width: 547px;
    margin-bottom: 48px;
}

#block-onboarding-page-1 .text-card {
    color: var(--antraciet);
}

#block-onboarding-page-1 .description h2 {
    font-size: var(--text-5xl);
    font-family: var(--fontfamily--unbounded);
    line-height: 1.1;
    letter-spacing: -1.6px;
    margin: 0 0 24px;
    font-weight: 300;
    color: var(--antraciet);
}

#block-onboarding-page-1 .description p {
    font-size: 16px;
    color: var(--antraciet);
    line-height: 1.5;
}

/* ===========================
   CARD MENU
=========================== */
#block-onboarding-page-1 .card-menu {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 30;
    max-width: 624px;
}

#block-onboarding-page-1 .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#block-onboarding-page-1 .text-card h4 {
    font-size: 24px;
    margin-bottom: 16px;
    font-family: var(--fontfamily--unbounded);
}

#block-onboarding-page-1 .link-card img {
    width: 48px;
}

/* ===========================
   GAMBAR KANAN (GLOBAL WRAP SETELAH JS)
=========================== */
/* #block-onboarding-page-1 .card-image-global-wrap {
    position: absolute;
    top: 0;
    right: var(--padding-container);
    z-index: 1;
    width: 950px;
    height: 980px;
    margin-right: -236px;
    margin-top: -126px;
} */

/* #block-onboarding-page-1 .card-image-global-wrap img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
} */

/* ------ IMAGE WRAPPER ------ */
/* #block-onboarding-page-1 .card-image-global-wrap img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.35s ease;
    mask-image: url(/wp-content/uploads/2025/11/Vector-blue.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
} */

/* default image pertama tampil */
/* #block-onboarding-page-1 .card-image-global-wrap img.image-1 {
    opacity: 1;
} */

/* ------ HOVER LOGIC ------ */
#block-onboarding-page-1
    .card-menu:nth-of-type(1):hover
    ~ .card-image-global-wrap
    img.image-1 {
    opacity: 1;
}

#block-onboarding-page-1
    .card-menu:nth-of-type(2):hover
    ~ .card-image-global-wrap
    img.image-2 {
    opacity: 1;
}

.pum-container .pum-content .inner-block.container {
    max-width: none;
    width: 100%;
}

#block-onboarding-page-1 .card-image-global-wrap .card-image-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#block-onboarding-page-1 .card-image-global-wrap .card-image-inner img {
    mask-image: url(/wp-content/uploads/2025/11/Union.svg);
    -webkit-mask-image: url(/wp-content/uploads/2025/11/Union.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
}

.pum-container .pum-content+.pum-close {
    display: none !important;
}

/*AJAX LOADING */
.ajaxloading span {
    width: 200px;
    height: 200px;
    font-size: 20px;
    font-weight: 500;
    background-color: var(--geel);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation: loadingText 1s linear alternate-reverse infinite;
    color: black;
}

.ajaxloading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    overflow: hidden;
}

@-webkit-keyframes loadingText {
    0% {
        border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
    }

    100% {
        border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
    }
}

@keyframes loadingText {
    0% {
        border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
    }

    100% {
        border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
    }
}

@media all and (min-width: 901px) {
    #block-onboarding-page-1 .card-image-global-wrap {
        position: absolute;
        top: 0;
        right: var(--padding-container);
        z-index: 1;
    }

    #block-onboarding-page-1 .card-image-global-wrap .card-image-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -236px;
        margin-top: -126px;
    }

    #block-onboarding-page-1 .card-image-global-wrap .card-image-inner img {
        width: 950px;
        height: 978px;
    }
}

@media all and (max-width: 1299px) {
    #block-onboarding-page-1 .content-popup {
        padding: 32px 20px;
    }
}

@media all and (max-width: 900px) {
    #block-onboarding-page-1 .card-image-global-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    #block-onboarding-page-1 .card-image-global-wrap .card-image-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -174px;
        margin-right: -237px;
        margin-bottom: -50px;
    }

    #block-onboarding-page-1 .card-image-global-wrap .card-image-inner img {
        width: 100%;
        height: 100%;
    }

    #block-onboarding-page-1 .content-popup {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}

@media all and (max-width: 600px) {
    #block-onboarding-page-1 .content-popup {
        padding: 32px 20px !important;
    }

    #block-onboarding-page-1 .description h2 {
        font-size: 32px !important;
    }

    .dark-button .label-cta,
    .row-with-sidebar .flex-center,
    .section-listing-vacature-list .flex-center,
    .transparant-button .label-cta {
        width: 100%;
    }
}