/* Theme style */

/* ==========================================================================
Base styles
========================================================================== */

/* Headings
========================================================================== */

/* Paragraphs
========================================================================== */
.is-style-h3-style {
    font-size: var(--wp--preset--font-size--l);
    font-weight: 700;
    color: var(--wp--preset--color--dark-green);
    text-align: center;
}

/* Typography spacing
========================================================================== */

/* Links
========================================================================== */

/* Lists
========================================================================== */
ol {
    list-style-type: decimal !important;
}

/* Buttons
========================================================================== */
.wp-block-button__link:hover {
    opacity: 1;
    color: var(--wp--preset--color--light-green);
    background-color: var(--wp--preset--color--dark-green);
}

/* Primary button (core) */

/* Secondary button */

/* Outline button (core) */

/* Outline secondary button */

/* Text button */

/* Button on background */

/* Button on background inverted */

/* Inputs
========================================================================== */

/* Label */

/* Input fields */

/* Select */

/* Checkbox & radio button */

/* Focus and active statements */

/* Acceptance */

/* Submit */
[type='submit'] {
    background-color: var(--wp--preset--color--light-green);
    color: var(--wp--preset--color--dark-green);
    border: none;
    padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--m);
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid var(--wp--preset--color--dark-green);
}

[type='submit']:hover {
    opacity: 1;
    background-color: var(--wp--preset--color--dark-green);
    color: var(--wp--preset--color--light-green);
}

/* Contact form 7
========================================================================== */
.wpcf7-form p:has(.wpcf7-validates-as-required) label::after {
    display: none;
}

.wpcf7-form-control-wrap {
    gap: 0;
}

input,
textarea,
select {
    border-radius: 4px;
    border: 2px solid var(--wp--preset--color--black);
}

input:focus,
textarea:focus,
select:focus {
    border: 2px solid var(--wp--preset--color--light-green);
}

/* Media
========================================================================== */

/* Images */

/* Video */

/* Iframe & embedded */

/* ==========================================================================
Layout
========================================================================== */

/* Paddings and margins
========================================================================== */
.qt-container.has-background {
    padding: var(--wp--preset--spacing--m);
}

.single .qt-section .qt-section {
    padding: 0 0 var(--wp--preset--spacing--xxl) !important;
}

/* Max widths
========================================================================== */

/* Grids
========================================================================== */
.grid {
    grid-gap: 2rem;
}

/* ==========================================================================
Announcement bar
========================================================================== */

/* ==========================================================================
Top bar
========================================================================== */

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

/* Desktop menu
========================================================================== */
header.wp-block-template-part {
    transition: all 0.3s linear;
    background-color: transparent;
}

header.wp-block-template-part.in {
    background-color: var(--wp--preset--color--white);
}

.is-style-header-top.container-default {
    background-color: transparent;
    border: none;
    padding: 0 var(--wp--preset--spacing--m);
}

.in .is-style-header-top {
    background-color: var(--wp--preset--color--white);
}

.is-style-header-top .grid {
    gap: 0;
}

.is-style-header-top .qt-container:has(.mega-menu) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

#mega-menu .menu-item {
    color: var(--wp--preset--color--white);
}

.in #mega-menu .menu-item {
    color: var(--wp--preset--color--black);
}

.chevron {
    filter: invert(1);
    transition: all 0.3s linear;
}

.in .chevron {
    filter: none;
}

#mega-menu .sub-menu .menu-item {
    color: var(--wp--preset--color--black);
}

/* Site logo */

/* Header button */

/* Hamburger icon
========================================================================== */
.out .hamburger-icon,
.out .hamburger-icon::before,
.out .hamburger-icon::after {
    background-color: var(--wp--preset--color--white);
    transition: all 0.3s linear;
}

/* User toolbar
========================================================================== */

/* Search bar
========================================================================== */

/* ==========================================================================
Footer
========================================================================== */
footer {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
}

.is-style-footer-top {
    padding-top: var(--wp--preset--spacing--xxl);
    padding-bottom: var(--wp--preset--spacing--m);
}

.is-style-footer-bottom {
    display: flex;
    padding-bottom: var(--wp--preset--spacing--m);
    padding-top: var(--wp--preset--spacing--m);
}

.is-style-footer-top .custom-logo {
    margin-bottom: var(--wp--preset--spacing--m);
    filter: brightness(0) invert(1);
}

.footer-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--s);
}

.footer-menu a,
footer p a {
    color: var(--wp--preset--color--white);
    text-decoration: none;
    opacity: 1;
}

.footer-menu a:hover,
footer p a:hover {
    color: var(--wp--preset--color--white);
    text-decoration: underline;
    opacity: 1;
}

.is-style-footer-heading,
.footer-heading {
    font-weight: 700;
    font-size: var(--wp--preset--font-size--m);
    color: var(--wp--preset--color--white);
    margin-bottom: var(--wp--preset--spacing--m) !important;
}

footer .wp-block-image {
    width: 30px;
    height: 30px;
    margin-bottom: var(--wp--preset--spacing--m);
}

/* Navigation
========================================================================== */

/* ==========================================================================
Utility classes
========================================================================== */

/* Hero overlay */
.is-style-hero-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 var(--wp--preset--spacing--custom);
}

.is-style-hero-overlay .wp-block-heading {
    color: var(--wp--preset--color--black);
    margin-bottom: 0;
}

/*  List style */
.is-style-list-style {
    margin-inline: auto;
}

.ti-widget ~ .is-style-list-style {
    max-width: 450px;
}

.is-style-list-style li {
    text-transform: uppercase;
    padding: var(--wp--preset--spacing--xs) 0;
    border-bottom: 1px solid var(--wp--preset--color--dark-green);
}

.is-style-list-style a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.is-style-list-style a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: auto;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/09/right-arrow.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Image column */
.is-style-image-column {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 357px;
}

.is-style-image-column .wp-block-image {
    max-width: 256px;
    height: 176px;
}

/* Text column */
.is-style-text-column {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 357px;
}

/* Bold text */
.is-style-bold-text {
    font-weight: 700;
}

/* 2-Columns with heading */
.is-style-2-cols-heading .grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: var(--wp--preset--spacing--xxl);
    row-gap: var(--wp--preset--spacing--m);
}

/* Stacked boxes */
.is-style-stacked-boxes .grid {
    display: flex;
    flex-direction: column;
}

/* Full width */
.is-style-full-width {
    flex: 1 0 100%;
}

/* 50% width */
.is-style-50-width {
    flex: 1 1 auto;
    /* max-width: 510px; */
}

/* Text icon */
.is-style-stacked-boxes .qt-container:has(a > .is-style-text-icon) {
    width: 100%;
    padding: 0 0 var(--wp--preset--spacing--xs);
    border-bottom: 1px solid var(--wp--preset--color--dark-green);
}

.qt-container a:has(> .is-style-text-icon) {
    text-decoration: none;
}

.is-style-text-icon {
    display: block;
    margin-bottom: var(--wp--preset--spacing--xxs);
    font-weight: 700;
    color: var(--wp--preset--color--dark-green);
    position: relative;
    text-transform: uppercase;
}

.is-style-text-icon ~ p {
    color: var(--wp--preset--color--black);
}

.is-style-text-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-left: auto;
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/uploads/2025/09/right-arrow.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Small hero */
.is-style-small-hero {
    width: 100vw;
    height: 40vh;
    padding-top: 0 !important;
    margin-top: calc(-1 * var(--wp--custom--header-height--top));
}

.is-style-small-hero .qt-section__inner {
    width: 100%;
    height: 100%;
}

.is-style-small-hero .qt-section__inner .wp-block-cover {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
}

.is-style-small-hero .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    height: 100%;
}

.is-style-small-hero .wp-block-cover__inner-container .container-fullwidth {
    height: 100%;
}

/* Cover background */
.is-style-cover-background {
    color: var(--wp--preset--color--white);
    text-align: center;
}

.is-style-cover-background .wp-block-button__link:hover {
    border: 1px solid var(--wp--preset--color--light-green);
}

/* Check list */
.is-style-check-list {
    margin: 0;
}

.is-style-check-list li {
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 0;
}

.is-style-check-list li::before {
    content: '';
    width: 14px;
    height: 14px;
    position: relative;
    display: block;
    top: 20px;
    left: -20px;
    background-color: var(--wp--preset--color--light-green);
    -webkit-mask-image: url('/wp-content/uploads/2025/09/list-icon.svg');
    mask-image: url('/wp-content/uploads/2025/09/list-icon.svg');
}

/* No spacing section */
.is-style-no-spacing-section {
    min-height: 450px;
    overflow: hidden;
}

.is-style-no-spacing-section .qt-section__inner {
    gap: 0;
    min-height: inherit;
}

.is-style-no-spacing-section .qt-container {
    max-height: 450px;
    justify-items: center;
    align-content: center;
}

.is-style-no-spacing-section .wp-block-image img {
    object-position: top;
    width: 100% !important;
}

/* .is-style-no-spacing-section .qt-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--wp--preset--color--white);
} */

/* Logo container */
.is-style-logo-container .qt-container:has(.wp-block-image) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-style-logo-container .grid {
    grid-gap: 3rem;
}

.is-style-logo-container .wp-block-image img {
    max-width: 180px;
    height: auto;
}

/* Logo container */
@media screen and (max-width: 670px) {
    .is-style-order-1 {
        order: -1;
    }
}

/* ==========================================================================
Components and modules
========================================================================== */

/* Breadcrumbs
========================================================================== */

/* Pagination
========================================================================== */

/* Current, hover */

/* Prev, next */

/* Accordion
========================================================================== */
/* Accordion heading */

/* Accordion trigger */
button[data-trigger='accordion-trigger'] {
    font-family: 'Libre Franklin', sans-serif;
    background-color: var(--wp--preset--color--light-green);
}

/* Accordion content */
.accordion-content__inner p + ul.wp-block-list:not(.is-style-check-list) {
    list-style-type: disc;
}

.accordion-content__inner .wp-block-list + p:last-of-type {
    margin-bottom: 1em;
}

/* Accordion icon */

/* Tabs
========================================================================== */

/* Splide slider
========================================================================== */

/* Slider header */

/* ==========================================================================
Styles for pages, sections, blocks and others.
========================================================================== */

/* Page: Search results
========================================================================== */

/* Section: Hero
========================================================================== */
.is-style-hero {
    width: 100vw;
    height: 90vh;
    padding-top: 0 !important;
    margin-top: calc(-1 * var(--wp--custom--header-height--top));
}

.is-style-hero .qt-section__inner {
    width: 100%;
    height: 100%;
}

.is-style-hero .qt-section__inner .wp-block-cover {
    width: 100%;
    height: 100%;
    padding: 0;
}

.is-style-hero .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    height: 100%;
}

.is-style-hero .wp-block-cover__inner-container .container-fullwidth {
    height: 100%;
}

@media screen and (max-width: 800px) {
    .grid-col-2:has(.is-style-hero-overlay) {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Section: Subhero
========================================================================== */

/* Section: Stacked boxes
========================================================================== */

/* Section: Slider - Logos
========================================================================== */

/* Section: Testimonial slider
========================================================================== */

/* Testimonial card */

/* Section: Image gallery with lightbox
========================================================================== */

/* FAQ
========================================================================== */

/* Archive: Category
========================================================================== */

/* Page: Articles
========================================================================== */
/* Card */
.card {
    font-weight: 400;
    color: var(--wp--preset--color--black);
}

.card__postmeta-date {
    font-weight: 500;
}

.card__image img {
    width: 100%;
    aspect-ratio: var(--wp--custom--aspect-ratio--landscape);
    object-fit: cover;
}

.card__read-more {
    text-decoration: underline;
}

/* Article
========================================================================== */

/* Post meta */

/* Featured image */

/* Employees
========================================================================== */
