/* =====================================================
   TCC MAIN STYLESHEET
   Wordt als laatste geladen via functions.php (999)
   ===================================================== */

/* BASE */
.tooltipster-base {
	display: none!important;
}

/* Header Title */
.tcc-header-text h1 {
    font-size: clamp(1.05rem, 1.2vw + 0.9rem, 2.5rem) !important;
}

/* Hide Page 68 */
body.page-id-68 .hide-if-page-id-68 {
    display: none !important;
}

/* Hide Page 74 */
body.page-id-74 .hide-if-page-id-74 {
    display: none !important;
}

/* Hide Page 76 */
body.page-id-76 .hide-if-page-id-76 {
    display: none !important;
}

/* Hide Page 78 */
body.page-id-78 .hide-if-page-id-78 {
    display: none !important;
}

/* Hide Page 80 */
body.page-id-80 .hide-if-page-id-80 {
    display: none !important;
}

/* Hide Page 82 */
body.page-id-82 .hide-if-page-id-82 {
    display: none !important;
}

/* Hide Page 84 */
body.page-id-84 .hide-if-page-id-84 {
    display: none !important;
}

/* H1 */
h1 {
    font-size: clamp(1.05rem, 1.2vw + 0.9rem, 2.5rem);
}

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

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

/* H5 */
.h5css h5 {
    margin-bottom: .0em;
}

/* Button color */
.button.white:not(.is-outline):not(.icon).button span {
    color: #528265;
}

/* HEADER BLOCK */
.header-block {
    top: 0px !important;
}

.txt-pd p {
    margin-bottom: 0.1em !important;
}

/* Cookie Accept */
.cky-btn-accept {
    background: #528265 !important;
    color: #ffffff;
    border: 2px solid #528265 !important;
}

/* Dropdown Link */
.nav-dropdown.nav-dropdown-bold > li > a {
    border-radius: 4px;
    font-weight: 600;
}

/* Dropdown Hover */
.nav-dropdown.nav-dropdown-bold > li > a:hover {
    background-color: #eaf2ed;
    color: #528265 !important;
    font-weight: 600;
}

/* Tag Base */
.tcc-tag {
    display: inline-flex !important;
    align-items: center;
    width: fit-content !important;
    max-width: max-content !important;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* Tag Reset */
.tcc-tag p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
}

.tcc-tag br {
    display: none;
}

/* Tag Var 1 */
.tcc-tag-var1 {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
	margin-right: 6px;
	margin-bottom: 6px;
}

/* Tag Var 2 */
.tcc-tag-var2 {
    background: #1c2b24;
    color: #8ab09a;
	    margin-right: 6px;
	margin-bottom: 6px;
}

/* Tag Var 3 */
.tcc-tag-var3 {
    background: #eaf7ee;
    color: #1f6b3a;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* Tag Var 4 */
.tcc-tag-var4 {
    background: #f4f4f5;
    color: #52525b;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* Desktop */
.tcc-tag-var5 {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 100px !important;
    font-size: 13px !important;
    padding: 6px 14px !important;
    white-space: inherit !important;
}

/* Mobile */
@media (max-width: 767px) {
    .tcc-tag-var5 {
        font-size: 10px !important;
        padding: 6px 18px !important;
        border-radius: 16px !important;
    }
}

/* Tag Var 6 */
.tcc-tag-var6 {
    background: #eaf2ed;
    color: #528265;
}

/* Tag Var 7 */
.tcc-tag-var7 {
    background: #eaf2ed;
    border: #dde8e2;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #3d6350;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    max-width: 100% !important;
}

/* Tag Var 7 Bullet */
.tcc-tag-var7::before {
    content: "•";
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

/* Tag Var 8 */
.tcc-tag-var8 {
    background: #eaf2ed;
    border: #dde8e2;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #3d6350;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    max-width: 100% !important;
}

/* Img Radius */
.cust-radius img {
    border-radius: 16px !important;
    overflow: hidden;
}

/* Stat Number */
.stat-n {
    font-size: 34px;
    font-weight: 800;
    color: #528265;
    line-height: 1;
}

/* Stat Label */
.stat-l {
    font-size: 12px;
    color: #000;
    margin-top: 4px;
}

/* Trust Item */
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 20px 4px 0;
}

/* Trust Bar */
.wf-trust {
    background: #1c2b24;
    color: #8ab09a;
    padding: 14px 0px;
    gap: 0;
    font-size: 13px;
}

/* Trust Text */
.trust-item strong {
    color: #d4ede0;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 10px;
    border: 2px solid #cfdad4;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

/* FAQ Question */
.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: clamp(1.25rem, 2vw, 2rem);
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #dde8e2;
    transition: background-color .2s ease;
}

/* FAQ Question Hover */
.faq-q:hover {
    background: #f8faf9;
}

/* FAQ Icon */
.faq-icon {
    flex-shrink: 0;
    font-size: 32px;
    color: #1a1a1a;
    transition: transform .2s ease;
}

/* FAQ Icon Active */
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* FAQ Answer */
.faq-a {
    padding: clamp(1.25rem, 2vw, 2rem);
    color: #666;
    line-height: 1.8;
}

/* BG Color */
.tcc-bg-color {
    background: linear-gradient(
        135deg,
        #3d6350 0%,
        #528265 100%
    );
}

/* Font Green */
.font-color-green {
    color: #528265 !important;
    font-size: 14px !important;
}

/* Page Header */
.tcc-page-header {
    background: linear-gradient(
        135deg,
        #3d6350 0%,
        #528265 100%
    );
}

/* Page Header Shape */
.tcc-page-header::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

/* Icon BG Image */
.bg-ico .icon-box-img img {
    fill: currentColor;
    border-radius: 12px;
    padding: 6px;
    box-shadow: inset 0 0 0 999px #eaf2ed;
}

/* Icon BG SVG */
.bg-ico .icon-box-img svg {
    fill: currentColor;
    border-radius: 8px;
    padding: 6px;
    box-shadow: inset 0 0 0 999px #eaf2ed;
    margin-bottom: -10px;
}

/* Icon BG Image */
.bg-ico2 .icon-box-img img {
    fill: currentColor;
    border-radius: 6px;
    padding: 6px;
    box-shadow: inset 0 0 0 999px #eaf2ed;
}

/* Icon BG SVG */
.bg-ico2 .icon-box-img svg {
    fill: currentColor;
    border-radius: 8px;
    padding: 6px;
    box-shadow: inset 0 0 0 999px #eaf2ed;
    margin-bottom: -10px;
}

/* Nav Links */
.header-nav-main.nav-pills > li > a {
    border-radius: 4px;
}

/* Nav Active */
.header-nav-main.nav-pills > li > a:hover,
.header-nav-main.nav-pills > li.active > a {
    color: #528265 !important;
    background-color: #dde8e2;
    font-weight: 600 !important;
}

/* Header Title */
.tcc-header-text h1 {
    font-size: clamp(1.21rem, 1.73vw + 0.82rem, 3.11rem);
}

/* Min Height */
.min-hi {
    min-height: 120px !important;
}

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

/* Min Height 2 */
.min-hi2 {
    min-height: 180px !important;
}

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

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

/* Match Table */
.match-table {
    width: 100%;
    margin-top: 1rem;
    border-collapse: separate;
    border-spacing: 0;
    color: #1a1a1a;
    background: #fff;
}

/* Match Cells */
.match-table th,
.match-table td {
    padding: clamp(0.75rem, 1.5vw, 1rem);
    text-align: left;
    vertical-align: top;
}

/* Match Header */
.match-table thead th {
    background: #eaf2ed;
    text-transform: inherit;
}

/* Match Label */
.match-table td:first-child {
    width: 60%;
    font-weight: 700;
}

/* Match Value */
.match-table td:last-child {
    color: #000;
    font-weight: 500;
}

/* Match Mobile */
@media (max-width: 768px) {
    .match-table {
        font-size: 0.875rem;
    }

    .match-table th,
    .match-table td {
        padding: 0.75rem;
    }

    .match-table td:first-child {
        width: 65%;
    }

    .match-table td:last-child {
        width: 35%;
    }
}

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

/* Link Underline */
.link-u a {
    text-decoration: underline;
    font-weight: bold;
}

/* Link Hover */
.link-h a:hover {
    text-decoration: underline;
}

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

/* Card Large */
.card-var .col-inner {
    padding: clamp(1rem, 2vw, 1.25rem); /* 16px - 20px */
}

/* Card Medium */
.card-var-m .col-inner {
    padding: clamp(0.875rem, 1.75vw, 1rem); /* 14px - 16px */
}

/* Card Small */
.card-var-s .col-inner {
    padding: clamp(0.75rem, 1.5vw, 0.75rem)
             clamp(0.75rem, 1.5vw, 0.75rem)
             0
             clamp(0.75rem, 1.5vw, 0.75rem);
}

/* Menu Link */
.wbt-mnu-2 .ux-menu-link__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #dde8e2;
    font-size: 13px;
	font-weight: bold;	
}

/* Menu Arrow */
.wbt-mnu-2 .ux-menu-link__link::before {
    content: "arrow_forward";
    font-family: 'Material Icons';
    flex-shrink: 0;
    transition: transform .2s ease;
}

/* Menu Arrow Hover */
.wbt-mnu-2 .ux-menu-link__link:hover::before {
    transform: translateX(4px);
}

/* Remove Arrow */
.wbt-mnu-2 .ux-menu-link__link::after {
    display: none;
}

.wbt-mnu-2 .ux-menu-link--active .ux-menu-link__link {
    color: #528265;
	font-weight: bold;
}

/* Box Style 4 */
.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
    background: white;
    border: 1.5px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
}

/* Box Style 5 */
.row-box-shadow-5 .col-inner,
.row-box-shadow-5-hover .col-inner:hover,
.box-shadow-5,
.box-shadow-5-hover:hover {
    background: white;
    border: 1.5px solid #528265;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
    transform: none;
    transition: all .3s ease;
}

/* Dropdown Icon */
.header-main .has-dropdown .icon-angle-down:before {
    margin-left: 3px;
    display: inline-block;
    font-size: 1em;
    transition: transform 0.25s ease;
    transform: translateY(0px);
}

/* Dropdown Icon Hover */
.header-main .has-dropdown:hover .icon-angle-down:before {
    transform: rotate(180deg);
}

/* Accordion Title */
.acc-css .accordion-title {
    position: relative;
    padding: 1.3em 3.3em 1.3em 1.3em !important;
    border: 1px solid #cfdad4;
    border-radius: 10px;
    background: #fff;
    font-size: inherit;
	font-weight: 800 !important;
    transition: background-color .2s ease;
}

/* Accordion Hover */
.acc-css .accordion-title:hover {
    background: #f8faf9;
}

/* Accordion Title After */
.acc-css .accordion-title::after {
    display: none;
}

/* Accordion Active */
.acc-css .accordion-title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Accordion Toggle */
.acc-css .accordion .toggle {
    position: absolute;
    right: 1.25rem;
    top: 55%;
    left: auto !important;
    transform: translateY(-50%);
    line-height: 1;
    opacity: 1;
    color: #528265;
}

/* Accordion Icon */
.acc-css .accordion .toggle i {
    font-family: "Material Icons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #528265;
}

/* Accordion Icon Closed */
.acc-css .accordion .toggle i::before {
    content: "\e5db"; /* arrow_downward */
}

/* Accordion Icon Open */
.acc-css .accordion-title.active .toggle i::before {
    content: "\e5d8"; /* arrow_upward */
}

/* Accordion Content */
.acc-css .accordion-inner {
    display: none;
    padding: 1.25rem;
    border-left: 1px solid #cfdad4;
    border-right: 1px solid #cfdad4;
    border-bottom: 1px solid #cfdad4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}

/* Accordion Spacing */
.acc-css .accordion-item,
.acc-css .accordion {
    margin-bottom: 12px;
}

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

/* Modal Close Ready */
.mfp-ready .mfp-close {
    opacity: 1;
    color: #fff;
}

/* === INPUTS + TEXTAREA === */
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
  font-size: 15px;
  font-weight: 500;
  color: #2f3a32;
}

/* === PLACEHOLDERS === */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #8da294;
}

/* === INPUTS & TEXTAREAS === */
body .gform_wrapper .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body .gform_wrapper .gfield textarea {
  background-color: #fff;
  border: 2px solid #528265;
  border-radius: 6px;
  padding: 14px 12px;
  width: 100%;
  box-shadow: none !important;
  margin-bottom: 4px;
  transition: all .2s ease;
}

/* === INPUT FOCUS === */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  border-color: #528265 !important;
  box-shadow: 0 0 0 3px rgba(82,130,101,.15) !important;
  outline: none;
}

/* === DROPDOWNS === */
body .gform_wrapper .gfield select {
  background-color: #fff;
  border: 2px solid #528265;
  border-radius: 6px;
  padding: 6px 12px;
  box-shadow: none !important;
  line-height: 1.4;
  color: #666;
  margin-bottom: 6px;
  font-size: 15px;
}

/* === BUTTONS === */
.gform_wrapper .gform-button,
.gform_wrapper .gform-button--white,
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"],
.gform_wrapper button.button,
.gform_wrapper input.button {
  height: 40px !important;
  border-radius: 6px !important;
  padding: 0 24px !important;
  background-color: #528265 !important;
  color: #fff !important;
  border: 2px solid #528265 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: all .2s ease;
}

/* === BUTTON HOVER === */
body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_page_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_next_button:hover,
body .gform_wrapper .gform_page_footer .gform_next_button:hover,
body .gform_wrapper .gform_footer .gform_previous_button:hover,
body .gform_wrapper .gform_page_footer .gform_previous_button:hover {
  background-color: #406b52 !important;
  border-color: #406b52 !important;
}

/* === FILE UPLOAD === */
body .gform_wrapper .gform_drop_area {
  padding: 10px !important;
  border: 2px dashed #528265 !important;
  border-radius: 6px;
  background: #e5eee7;
}

/* === FORM SPACING === */
body .gform_wrapper .gform_fields {
  grid-row-gap: 2px;
}

/* === SUMMARY === */
.gf-summary .gf-summary-value {
  color: #528265;
}

/* === RADIO / CHECKBOX === */
body .gform_wrapper .gchoice .gfield-choice-input {
  width: 15px;
  height: 15px;
  accent-color: #528265;
  cursor: pointer;
}

/* === SELECTED CHOICE === */
body .gform_wrapper .gchoice .gfield-choice-input:checked + .gform-field-label {
  color: #528265;
  font-weight: 600;
}

body .gform_wrapper .gchoice:has(.gfield-choice-input:checked) {
  border-color: #528265;
  background-color: #e5eee7;
}

/* === LABELS === */
.gfield_label {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #528265 !important;
  margin-bottom: 4px !important;
}

/* === VALIDATION === */
.gform_validation_errors {
  display: none !important;
}

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

/* Header Shadow */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
}

/* Header Nav Tablet */
@media (min-width: 850px) {
    .header-main .header-nav,
    .header-bottom .header-nav {
        font-size: small;
    }
}

/* Header Nav Desktop */
@media (min-width: 1180px) {
    .header-main .header-nav,
    .header-bottom .header-nav {
        font-size: unset;
    }

    .header-full-width .container {
        max-width: 98% !important;
    }
}




/* Mobile */
@media only screen and (max-width: 48em) {

    /* Logo */
    #logo {
        max-width: 150px;
    }

    /* Masthead */
    #masthead {
        height: 60px !important;
    }

    /* Sidebar Menu */
    .off-canvas .sidebar-menu {
        padding: 60px 0;
    }

    /* Nav Divider */
    .nav-sidebar.nav-vertical > li + li {
        border-top: 0px solid #ececec;
    }

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

    /* Off Canvas Width */
    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        width: 100% !important;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    }

    /* Nav Active */
    .nav-sidebar.nav-vertical > li.menu-item.active,
    .nav-sidebar.nav-vertical > li.menu-item:hover {
        background-color: rgb(0 0 0 / 0%);
    }

    /* Nav Link */
    .off-canvas .nav-vertical > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Nav Padding */
    .off-canvas .nav.nav-vertical {
        padding: 15px;
    }

    /* Main Menu */
    #main-menu {
        font-size: x-large;
    }

    /* Sub Menu */
    #main-menu .sub-menu {
        font-size: medium !important;
    }

    /* Menu Link */
    #main-menu .nav > li > a {
        color: #011c4a;
    }

    /* Menu Arrow */
    #main-menu .icon-angle-down:before {
        font-size: 24px !important;
    }

    /* Menu Toggle */
    #main-menu .toggle i {
        font-size: 1.0em;
    }

}