/*
Theme Name: The Talcott Center
Author: Work With Agency
Author URI: https://nstudio.rs/
Description: The Talcott Center is a custom theme, to match custom design. The theme is using ACF blocks
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talcott_center
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
    width: 100%;
    min-height: 100vh;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
    font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
    /*text-wrap: balance;*/
    text-wrap: pretty;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
    isolation: isolate;
}

/*
==========================
1. FONTS
==========================
 */
@font-face {
    font-family: 'Karla';
    src: url('./assets/fonts/Karla/subset-Karla-ExtraLight.woff2') format('woff2'),
    url('./assets/fonts/Karla/subset-Karla-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('./assets/fonts/Karla/subset-Karla-Light.woff2') format('woff2'),
    url('./assets/fonts/Karla/subset-Karla-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('./assets/fonts/Karla/subset-Karla-Regular.woff2') format('woff2'),
    url('./assets/fonts/Karla/subset-Karla-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('./assets/fonts/Karla/subset-Karla-Medium.woff2') format('woff2'),
    url('./assets/fonts/Karla/subset-Karla-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('./assets/fonts/Karla/subset-Karla-Bold.woff2') format('woff2'),
    url('./assets/fonts/Karla/subset-Karla-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('./assets/fonts/Karla/subset-Karla-SemiBoldItalic.woff2') format('woff2'),
    url('./assets/fonts/Karla/subset-Karla-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'Nunito';
    src: url('./assets/fonts/Nunito/subset-Nunito-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('./assets/fonts/Nunito/subset-Nunito-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('./assets/fonts/Nunito/subset-Nunito-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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

.nunito-200 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.nunito-300 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.nunito-400 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.nunito-500 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.nunito-600 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.nunito-700 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.nunito-800 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.nunito-900 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.nunito-1000 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
}

.nunito {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.karla {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.karla-200 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.karla-300 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.karla-400 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.karla-500 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.karla-600 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.karla-700 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.karla-800 {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

h1, .h1 {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 5px;
    @media screen and (min-width: 767.8px) {
        font-size: 2.813rem;
    }
}

h2, .h2 {
    font-size: 1.625rem;
    line-height: 140%;
    @media screen and (min-width: 767.8px) {
        font-size: 2.188rem;
    }
}

h3, .h3 {
    font-size: 1.563rem;
    line-height: 140%;
    margin: 0;
}

h4, .h4 {
    font-size: 1rem;
    line-height: 140%;
}

p {
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 10px;
}

br {
    display: block;
    content: "";
    margin-bottom: 10px; /* custom spacing */
}

.container {
    @media screen and (min-width: 1400px) {
        max-width: 1240px;
    }

}

a,
a > *,
a svg {
    transition: 0.4s all;
}

/* Reserve space for main content - prevents 0.361 shift */
main {
    min-height: 600px; /* Adjust based on your typical content height */
}

/* Alternative: Use aspect-ratio for hero sections */
main > section:first-child {
    min-height: 400px;
}

/*
==========================
2. COLORS
==========================
 */
:root {
    --black-100: #000;
    --black-200: #212322;
    --black-300: #3B3B3B;
    --grey-100: #FDFDFC;
    --beige-100: #F6F1EB;
    --beige-200: #FBCAB1;
    --beige-300: #EBD5CB;
    --biege-400: #FDE3D6;
    --brown-100: #BB5C3B;
    --brown-200: #EA9165;
    --brown-300: #bb5e3c;
    --brown-400: #8E462D;
    --white: #FFF;
    --vh: 100vh; /* fallback */
    --green-100: #486254;
    --green-200: #597967;
    --green-300: #374B41;
    --yellow-100: #E1F2BF;
    --yellow-300: #DBE0D1;
    --yellow-400: #A3B18A;
}

.black-100 {
    color: var(--black-100);
}

.green-100 {
    color: var(--green-100);
}

.brown-100 {
    color: var(--brown-100);
}

.black-300 {
    color: var(--black-300);
}

.beige-200 {
    color: var(--beige-200) !important;
}

.grey-100 {
    color: var(--grey-100) !important;
}

.yellow-100 {
    color: var(--yellow-100);
}

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

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: var(--grey-100);
    font-size: 1rem;
    line-height: 140%;

}

@media (max-width: 991.8px) {
    html, body {
        overflow-x: clip; /* or hidden if clip not supported */
    }
}

/*
==========================
3. ELEMENTS
==========================
 */
.button {
    padding: 14px 24px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 200px;
    text-decoration: none;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }

}

.button span,
.button path,
.button svg {
    transition: .4s ease-in-out;
}

.green-100-button {
    background-color: var(--green-100);
    color: white;

}

.green-100-button:hover {
    background-color: var(--green-200);
    color: white;
}

.green-100-button.active:hover {
    background-color: var(--green-300);
    color: white;
}

/*
border-button
 */
.green-100-button-border {
    background-color: rgba(255, 255, 255, 0);
    color: var(--green-100);
    border: 3px solid var(--green-100);

}

.green-100-button-border:hover {
    background-color: var(--green-200);
    color: white;
    border-color: var(--green-200);
}

.green-100-button-border.active:hover {
    background-color: var(--green-300);
    color: white;
}

.button-link {
    color: var(--black);
    gap: 5px;
    text-decoration: none;
    /*display: inline-flex;*/
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
}

.button-link svg {
    display: inline-block;
    width: auto;
}

.button-link.beige-200 {
    color: var(--beige-200);
}

.button-link.beige-200 svg path {
    fill: var(--beige-200);
}

.button-link.beige-200:hover {
    color: var(--biege-400) !important;
}

.button-link.beige-200:hover svg path {
    fill: var(--biege-400) !important;
}

.button-link.beige-200:focus,
.button-link.beige-200:focus-within {
    color: var(--beige-300);
}

.button-link.beige-200:focus svg path {
    fill: var(--beige-300);
}

/* brown
 */
.button-link.brown-100 {
    color: var(--brown-100);
}

.button-link.brown-100 svg path {
    fill: var(--brown-100);
}

.button-link.brown-100:hover {
    color: var(--brown-200);
}

.button-link.brown-100:hover svg path {
    fill: var(--brown-200);
}

/*
==========================
3. LAYOUT
==========================
 */

.a-center {
    align-items: center;
}

.a-start {
    align-items: flex-start;
}

.mb-0 {
    margin-bottom: 0;
}

img {
    height: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-inline: 20px;
}

.row {
    margin-inline: -20px;
}

.row > * {
    padding-inline: 20px;
}

.show-lg {
    display: flex;
    @media screen and (min-width: 991.8px) {
        display: none;
    }
}

header {
    background-color: var(--green-100);
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
}

/*
======================
HEADER
======================
 */
header {
    padding: 0;
}

header .row {
    align-items: center;
    justify-content: space-between;
}

header .logo-wrapper {
    flex-basis: auto;
    padding-right: 0;
    @media screen and (min-width: 1200px) {
        flex-basis: 190px;
    }
}

header .logo-wrapper img {
    max-width: 100%;
    width: 165px;
    @media screen and (min-width: 575.8px) {
        width: 188px;
    }

}

#menuToggle {
    @media screen and (min-width: 1199.8px) {
        display: none;
    }
}

@media (max-width: 1199.8px) {
    #menu-wrapper {
        flex: auto;
        position: relative;
    }
}

.main-navigation .nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-navigation .nav-menu li {
    margin: 0;
    padding-inline: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-navigation .nav-menu li a {
    font-size: 14px;
    line-height: 150%;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.main-navigation .nav-menu > li {

}

.main-navigation .nav-menu > li a {
    color: var(--white);
    padding-block: 32px;
}

.main-navigation .nav-menu > li.current-menu-item a {
    color: var(--beige-300);
}

.main-navigation .nav-menu > li a:hover {
    color: var(--beige-200);
}

.main-navigation .nav-menu > li a:focus,
.main-navigation .nav-menu > li a:focus-within {
    color: var(--beige-300);
}

.main-navigation .nav-menu > li.menu-item-has-children > a {
    padding-right: 18px;
}

.main-navigation .nav-menu > li.menu-item-has-children > a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 12px;
    height: 24px;
    /*background-image: url('/wp-content/uploads/2025/09/menu-arrow.svg');*/
    background-repeat: no-repeat;
    background-position: center center;
    mask: url('/wp-content/uploads/2025/09/menu-arrow.svg');
    background-color: var(--white);
    transition: 0.4s all;
}

.main-navigation .nav-menu > li.menu-item-has-children.current-menu-ancestor > a {
    color: var(--beige-300);
}

.main-navigation .nav-menu > li.menu-item-has-children.current-menu-ancestor > a::before {
    background-color: var(--beige-300);
}

.main-navigation .nav-menu > li.menu-item-has-children > a:hover:before {
    background-color: var(--beige-200);
}

.main-navigation .nav-menu li:not(.sub-menu li).menu-item-has-children:hover .sub-menu {
    display: flex;
}

.main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--yellow-300);
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 9;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: max-content;
    max-width: 300px;
}

.main-navigation .sub-menu li {
    padding: 0;
    width: 100%;
}

.main-navigation .sub-menu li a {
    color: var(--black-300);
    padding: 0;
}

.main-navigation .sub-menu li a:hover {
    color: var(--brown-100);
}

.main-navigation .sub-menu li.current-menu-item a {
    color: var(--brown-400);
}

.contact-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    @media screen and (min-width: 1400px) {
        gap: 25px;
    }
}

.contact-menu li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 3px solid var(--white);
    border-radius: 200px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    @media screen and (min-width: 991.8px) {
        padding: 10px 12px;
    }
    @media screen and (min-width: 1400px) {
        padding: 10px 24px;
    }
}

@media (max-width: 1200px) {
    .contact-menu li a {
        padding: 10px 15px;
    }
}

.contact-menu li.call-button a {
    background-color: rgba(255, 255, 255, 0);
    color: var(--white);
}

.contact-menu li.call-button a:hover {
    background-color: rgba(253, 253, 252, 0.10);
    color: var(--white);
}

.contact-menu li.call-button a:focus,
.contact-menu li.call-button a:focus {
    color: var(--yellow-300);
    background-color: rgba(253, 253, 252, 0.10);
    border-color: var(--yellow-300);
}

.contact-menu li.contact-button a {
    color: var(--green-100);
    background-color: var(--white);
}

.contact-menu li.contact-button a:hover {
    background-color: var(--yellow-300);
    color: var(--green-100);
    border-color: var(--yellow-300);
}

.contact-menu li.contact-button a:focus,
.contact-menu li.contact-button a:focus-within {
    background-color: var(--yellow-400);
    color: var(--white);
    border-color: var(--yellow-400);
}

.contact-menu-wrapper {
    display: none;
    @media screen and (min-width: 1199.8px) {
        display: flex;
    }
}

.contact-menu-mobile {
    display: flex;
    @media screen and (min-width: 1199.8px) {
        display: none;
    }
}

#preheader-wrapper {
    background-color: var(--yellow-300);

    position: relative;
    padding-inline: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

#preheader-wrapper.is-visible,
#preheader-wrapper[style*="opacity: 1"] {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 120px;
    padding-block: 10px;
}

#preheader-wrapper.is-hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

#preheader-wrapper p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--green-100);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding-right: 30px;
}

#preheader-wrapper a {
    color: var(--brown-100);
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    text-decoration-line: none;
}

#preheader-wrapper.visible {
    display: block;
}

#preheader-wrapper .container {
    position: relative;
}

#close-preheader {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #486254;
    -webkit-mask-image: url('/wp-content/uploads/2025/10/cclose-preheader.svg');
    mask-image: url('/wp-content/uploads/2025/10/cclose-preheader.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    right: 15px;
}

#site-navigation-mobile {
    display: none;

}

main {
    position: relative;
    width: 100%;

    /*@media screen and (max-width: 991.8px) {*/
    /*    overflow: hidden;*/
    /*}*/
}

/*
====================
MOBILE MENU
====================
 */

/*@media screen and (min-width: 991.8px) and (max-width: 1400px) {*/
/*    #header-container {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

@media screen and (max-width: 1199.8px) {
    .site-header {
        padding-block: 0 24px;
    }

    #header-container {
        padding-top: 24px;
    }

    .menuToggle {
        display: block;
    }

    .menuToggle {
        display: block;
        position: absolute;
        top: -15px;
        right: 15px;
        left: auto;

        -webkit-user-select: none;
        user-select: none;
        z-index: 99;
    }

    .menuToggle a {
        text-decoration: none;
        color: var(--black-200);
        transition: color 0.3s ease;
    }


    .menuToggle a:hover {
        color: var(--blue);
    }


    .menuToggle input {
        display: block;
        width: 35px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;

        cursor: pointer;

        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */

        -webkit-touch-callout: none;
    }


    /*
     * Just a quick hamburger
     */
    .menuToggle span {
        display: block;
        width: 35px;
        height: 3px;
        margin-bottom: 7px;
        position: relative;
        background: var(--grey-100);
        border-radius: 0;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
    }

    .menuToggle span:last-of-type {
        margin-bottom: 0;
    }


    .menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    .menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    /*
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    .menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-10px, -21px);
    }

    /*
     * But let's hide the middle one.
     */
    .menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    .menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, 13px);
    }

    .menuToggle.active input ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-10px, -21px);
    }

    /*
     * But let's hide the middle one.
     */
    .menuToggle.active input ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    .menuToggle.active input ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, 13px);
    }

    #site-navigation {
        display: none;
    }

    /*body.menu-open {*/
    /*    overflow: hidden;*/
    /*}*/
    #site-navigation-mobile {
        position: fixed;
        right: 0;
        width: 100%;
        max-width: 100vw;
        top: var(--header-height, 102px); /* fallback to 102px */
        padding: 40px 20px;

        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 99;
        background-color: var(--beige-100);
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        overflow-y: auto;
        justify-content: flex-start;
        /*padding-bottom: 0;*/
        height: calc(100% - 100px);
        padding-bottom: 100px;
        /*height: calc(100vh - var(--header-height, 102px)); /* fill remaining screen space */
    }


    #site-navigation-mobile.visible {
        transform: translate(0, 0);
    }

    .main-navigation-mobile {

    }

    .nav-menu-mobile {
        width: 100%;
        flex-basis: 100%;
        gap: 15px;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .nav-menu-mobile li {
        width: 100%;
        flex-basis: 100%;
        text-align: left;
        font-size: 26px;
        color: var(--black-300);
        padding: 0;
        justify-content: flex-start;


    }

    .nav-menu-mobile li a {
        font-size: 26px;
        line-height: 140%;
        color: var(--black-300);
        text-decoration: none;
        text-align: left;
        font-weight: 700;
        font-family: "Nunito", sans-serif;
        position: relative;
    }


    .nav-menu-mobile li:first-of-type {
    }

    .nav-menu-mobile .sub-menu li:first-of-type {
        border-top: none;
    }

    .nav-menu-mobile ul li a {
        font-size: 26px;
        color: var(--black-100);
        text-align: left;
        padding: 0;
        font-weight: 600;
        text-transform: none;
        padding-inline: 30px;
        position: relative;
        display: flex;
        width: auto;
    }

    .nav-menu-mobile .menu-item-has-children > a::after {
        content: '';
        float: right;
        transition: transform 0.3s ease;
        width: 12px;
        height: 35px;
        mask: url("/wp-content/uploads/2025/10/menu-arrow.svg");
        background-size: contain;
        background-color: #3B3B3B; /* change arrow color here */
        top: 0;
        position: absolute;
        right: -15px;
    }

    .nav-menu-mobile ul.sub-menu {
        padding: 10px 15px 0 15px;
        box-shadow: none;
        position: relative;
        width: 100%;
        background: rgba(255, 255, 255, 0);
        top: 0;
        left: 0;
        opacity: 1;
        border-radius: 0;
        list-style: none;
        margin: 0;
        display: none;
        gap: 10px;

    }

    .nav-menu-mobile .current-menu-ancestor > a {
        color: var(--brown-100);
    }

    .nav-menu-mobile .menu-item-has-children.current-menu-ancestor > a::after {
        background-color: var(--brown-100);
    }

    .nav-menu-mobile ul.sub-menu li {
        border: none;
        margin-bottom: 10px;
    }

    .nav-menu-mobile ul.sub-menu li:last-of-type {
        margin-bottom: 0;
    }

    .nav-menu-mobile ul.sub-menu li a {
        font-size: 20px;
        line-height: 150%;
        font-weight: 700;
        padding: 0;
    }

    .nav-menu-mobile ul.sub-menu li.current_page_item a {
        color: var(--brown-100);
    }

    .language-wrapper,
    .menu-contact-menu-container {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: auto;
    }

    #menu-contact-menu-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        list-style-type: none;
        padding: 20px 0;
    }

    #menu-contact-menu-2 li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #menu-contact-menu-2 a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 24px;
        border: 3px solid var(--green-100);
        border-radius: 200px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        min-width: 280px;
    }

    #menu-contact-menu-2 .call-button {
        order: 2;
    }

    #menu-contact-menu-2 .contact-button {
        order: 1;
    }

    #menu-contact-menu-2 .call-button a {
        background-color: rgba(255, 255, 255, 0);
        color: var(--green-100);
    }

    #menu-contact-menu-2 .contact-button a {
        background-color: var(--green-100);
        color: var(--white);
    }

    #menu-contact-menu-2 .contact-button a:hover {
        background-color: var(--green-300);
        border-color: var(--green-300);
        color: var(--grey-100);
    }
}

/*
===================
FOOTER
===================
 */
footer {
    background-color: var(--green-100);
}

#footer-top {
    background-color: var(--green-100);
    padding: 50px 0;
}

#footer-bottom {
    background-color: var(--green-300);
    padding: 15px 0;
}

#footer-top .footer-row {
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}


.footer-logo {
    width: 100%;
    flex-basis: 100%;
    margin-inline: auto;
    order: 1;
}

.footer-logo img {
    margin-inline: auto;
}

.footer-social {
    order: 2;
}

.footer-address {
    order: 3;
}

.footer-contact {
    order: 4;
}

.footer-hours {
    order: 5;
}

.footer-column {
    width: 100%;
    flex-basis: 100%;
}

@media (min-width: 1199.9px) {
    .footer-logo {
        margin-left: 0;
        margin-right: auto;
        padding-left: 20px !important;
        flex-basis: auto;
        width: auto;
        order: 1;
    }

    .footer-address {
        order: 2;
    }

    .footer-contact {
        order: 3;
    }

    .footer-hours {
        order: 4;
    }

    .footer-social {
        order: 5;
    }

    .footer-column {
        flex: 0 0 auto;
        width: auto;
    }

}

@media (min-width: 1199.9px) {
    .footer-column {
        padding: 0;
    }
}

@media (max-width: 1199.9px) {
    .footer-column {
        justify-content: center;
    }
}

@media (max-width: 1199.9px) {
    .footer-column p {
        width: 100%;
        max-width: 300px;
        margin-inline: auto;
        flex-wrap: wrap;
    }

    .footer-hours span:last-child {
        width: 100%;
        flex-basis: 100%;
        padding-left: 90px;
    }
}

.footer-column p {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    color: var(--grey-100);
    gap: 10px;
    margin-bottom: 0;
}

.footer-column p .title {
    font-weight: 700;
    flex: 0 0 auto; /* keep its natural width */
}

.footer-column p .title {
    @media screen and (max-width: 767.8px) {
        min-width: 80px;
        text-align: right;
    }
}

.footer-column p span {
    flex: 0 0 auto; /* don’t grow or shrink, just use content width */
}

.footer-column a {
    font-size: 16px;
    font-family: "Karla", sans-serif;
    color: var(--grey-100);
    text-decoration: none;
    flex: 1; /* take remaining space */
    min-width: 0; /* allow text to shrink inside flexbox */
    white-space: normal; /* allow wrapping */
    overflow-wrap: anywhere; /* allow break inside long words/links */
    word-break: break-word; /* ensure it wraps even for long strings */
}

.footer-column a:hover {
    color: var(--beige-200);
}


.footer-contact .title {
    min-width: 60px;
    text-align: right;
    @media screen and (max-width: 991px) {
        min-width: 80px;
    }
}

#menu-social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media screen and (min-width: 1199.8px) {
    #menu-social-menu {
        justify-content: flex-end;
    }

    #menu-social-menu li {
        width: 100%;
    }

    .footer-address {
        max-width: 300px;
    }

}


#menu-social-menu li a {
    font-size: 0;
    width: 20px;
    height: 20px;
    display: block;
}

@media screen and (min-width: 1199.8px) {
    #menu-social-menu li a {
        margin-right: 0;
        margin-left: auto;
    }
}

.facebook-link a {
    -webkit-mask: url('/wp-content/uploads/2025/09/FB.svg');
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.instagram-link a {
    -webkit-mask: url('/wp-content/uploads/2025/09/IG.svg');
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#menu-social-menu li a:hover {
    background-color: var(--beige-200);
}

#footer-bottom .row {
    justify-content: space-between;
    gap: 15px;
}

.footer-copyright p {
    margin: 0;
    color: var(--white);
    font-family: "Karla", sans-serif;
    font-weight: 600;
}

#menu-privacy-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 10px;
    padding: 0;
}

@media screen and (min-width: 575.8px) {
    #menu-privacy-menu {
        justify-content: flex-end;
    }
}

#menu-privacy-menu li {
    position: relative;
}

#menu-privacy-menu li::before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    background-color: var(--white);
    position: absolute;
    right: -5px;
    top: 5%;
}

#menu-privacy-menu li:last-of-type:before {
    display: none;
}

#menu-privacy-menu li a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-family: "Karla", sans-serif;
}

#menu-privacy-menu li a:hover {
    color: var(--beige-200);
}

/*
===================
SINGLE POST
===================
 */
.single-post-hero {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 aspect ratio */

    @media screen and (min-width: 575.8px) {
        padding-top: 25.1042%;
    }
}

.single-post-hero img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.single-post-title {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--grey-100);
    border-radius: 30px;
    padding: 15px;
    position: relative;
    z-index: 2;
    margin-top: -80px;
    margin-bottom: 20px;
    @media screen and (min-width: 575.8px) {
        padding: 25px;
    }
}

.single-post-row {
    gap: 30px;
    padding-block: 25px 50px;
    @media screen and (min-width: 1199.8px) {
        gap: 70px;
    }
}

@media screen and (max-width: 991.8px) {
    .aside {
        width: 100%;
        flex-basis: 100%;
        position: sticky;
    }
}

@media screen and (min-width: 991.8px) {
    .aside {
        width: 400px;
        flex-basis: 400px;
    }
}

.aside-inner {
    background-color: var(--green-100);
    box-shadow: 0px 0px 10px 0px #00000026;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    position: sticky;
    top: var(--header-height);
}

@media screen and (max-width: 991.8px) {
    .aside-inner h3.beige-200 {
        color: var(--white) !important;
    }

    .aside-inner.visible h3.beige-200 {
        color: var(--beige-200) !important;
    }
}

@media screen and (max-width: 991.8px) {
    /* Default: collapsed (hidden) */
    .aside-inner .toc-list,
    .aside-inner .aside-form {
        display: none;
        transition: all 0.3s ease;
    }

    /* Expanded when visible */
    .aside-inner.visible .toc-list,
    .aside-inner.visible .aside-form {
        display: flex;
    }

    /* Optional: Add cursor and subtle hover */
    .aside-inner h3.beige-200 {
        cursor: pointer;
        position: relative;
        width: 100%;
    }

    .aside-inner h3.beige-200::after {
        content: '▾'; /* down arrow */
        position: absolute;
        right: 10px;
        transition: transform 0.3s ease;
    }

    .aside-inner.visible h3.beige-200::after {
        transform: rotate(180deg); /* up arrow */
    }
}

.contents {
    padding: 35px 40px 15px 40px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    @media screen and (max-width: 991.8px) {
        padding: 15px 40px 15px 40px;
    }

}

.contents-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.contents-mobile select {
    padding: 10px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: var(--white);
    background-color: var(--green-100);
    border-radius: 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url('/wp-content/uploads/2025/09/down-arrow.svg') calc(100% - 12px) 10px no-repeat;
    border: none;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    padding-right: 40px;
    overflow: hidden;
    -webkit-text-size-adjust: 100%; /* Helps prevent auto scaling */
}

.single-content-wrapper {
    flex: 1;

}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: calc(100vh - 310px);
    overflow: auto;

}

.toc-list li {
    width: 100%;
}

.toc-list li a {
    color: var(--grey-100);
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.toc-list li a:hover {
    color: var(--beige-200);
}

.aside-form {
    background-color: var(--beige-100);
    padding: 15px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.single-content {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--grey-100);
    margin-inline: auto;
    border-radius: 30px;
}

.single-content .content-inner {
    padding: 25px 15px;
    max-width: 600px;
    margin-inline: auto;
    @media screen and (min-width: 767.8px) {
        padding: 35px 15px;

    }

}

.content-inner {
    font-family: "Karla", sans-serif;
    color: var(--black-300);
}

.content-inner h2,
.content-inner h3,
.content-inner h4,
.content-inner h5 {
    color: var(--green-100);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}

.content-inner a {
    color: var(--brown-100);
}

.content-inner h2 strong,
.content-inner h2 b,
.content-inner h3 strong,
.content-inner h3 b,
.content-inner h4 strong,
.content-inner h4 b {
    font-weight: 700;
}

.hide-md {
    @media screen and (max-width: 767.9px) {
        display: none !important;
    }
}

.hide-lg {
    @media screen and (max-width: 991.9px) {
        display: none !important;
    }
}

.show-md {
    display: block;
    @media screen and (min-width: 767.9px) {
        display: none;
    }
}

.show-lg {
    display: block;
    @media screen and (min-width: 991.9px) {
        display: none;
    }
}

/* Blog Archive */
.archive-row {
    gap: 20px;
    @media screen and (min-width: 991.8px) {
        gap: 20px;
    }
}

.blog-row {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    @media screen and (min-width: 420px) {
        grid-template-columns: 1fr 1fr;
    }
    @media screen and (min-width: 767.8px) {
        grid-template-columns: 1fr 1fr;
    }
    @media screen and (min-width: 991.8px) {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.blog-aside {
    flex-basis: 100%;
    @media screen and (min-width: 767.8px) {
        width: 300px;
        flex-basis: 300px;
    }
}

.blog-archive-content {
    flex: 100%;
    gap: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    @media screen and (min-width: 767.8px) {
        flex: 1;
    }
}

.blog-loop-inner {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 280px;
    position: relative;
    overflow: hidden;
}

.blog-loop-link {
    text-decoration: none;
}

.blog-loop-link img {
    transition: .4s ease all;
}

.blog-loop-title {
    background-color: var(--grey-100);

}

.blog-loop-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 2 rows */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-loop-image {
    position: relative;
    height: 100%;
}

.blog-loop-image img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-loop-title {
    padding: 4px 20px;
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    left: 0;
    bottom: 0;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-loop-title h4 {
    margin: 0;
}

.blog-loop-link:hover img {
    transform: scale(1.2);
}

.blog-loop-link:hover .blog-loop-title {
    background-color: var(--green-100);
}

.blog-loop-link:hover .blog-loop-title h4 {
    color: var(--white);
}

.pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pagination-wrapper .page-numbers {
    font-weight: 700;
    font-size: 16px;
    color: var(--black-300);
    text-decoration: none;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
    color: var(--brown-100);
}

.blog-loop-categories {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: rgba(219, 224, 209, 0.8);
    padding: 4px 14px;
    border-radius: 30px;
}

.blog-loop-categories span {
    text-decoration: none;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--green-100);
}

.blog-categories .active {
    color: var(--brown-100);
}

#blog-search-input {
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border: none;
    background-image: url("/wp-content/uploads/2025/10/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: 30px;
    background-size: 19px;
    background-color: rgba(219, 224, 209, 1);
    color: var(--black-300);
    border-radius: 39px;
    height: 42px;
    padding: 5px 25px 5px 60px;
    font-size: 16px;
    font-family: "karla", sans-serif;
    width: 100%;
}

.blog-aside-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
}

.blog-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.blog-categories a {
    color: var(--black-300);
    font-weight: 700;
    text-decoration: none;
}

#blog-category-select {
    padding: 10px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: var(--green-100);
    background-color: var(--white);
    border-radius: 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url('/wp-content/uploads/2025/10/select-down.png') calc(100% - 12px) 10px no-repeat;
    background-size: 24px;
    border: none;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    padding-right: 40px;
}

input,
select,
textarea {
    font-size: 16px; /* Prevent iOS zoom on focus */
}

.website-badge {
    position: relative;
    margin-top: -1px;
    margin-bottom: 25px;
    width: 100%;
    z-index: 1;
    @media screen and (min-width: 991px) {
        position: absolute;
        top: -1px;
        left: 0;
    }
}

.single-post-hero .website-badge {
    position: absolute;
    margin-top: -1px;
    margin-bottom: 25px;
    width: 100%;
    z-index: 1;
    top: 0;
    @media screen and (min-width: 991px) {
        position: absolute;
        top: -1px;
        left: 0;
    }
}

.website-badge .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

@media (max-width: 991.8px) {
    .website-badge .container span {
        margin-inline: auto;
    }
}

.website-badge span {
    background-color: #40584B;
    color: var(--white);
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Contact FOrm 628 */
/*#wpcf7-f628-o1 .wpcf7-form-control-wrap .wpcf7-list-item.first:before {*/
/*    content: "Applied Behavior Analysis";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*}*/
.wpcf7-list-item {
    position: relative;
}

.wpcf7-form-control-wrap .wpcf7-list-item .bullet-point-popup {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-weight: 700;
}

.wpcf7-form-control-wrap .bullet-point-popup {
    left: 0;
}

.wpcf7-list-item:hover .bullet-point-popup {
    opacity: 1;
    z-index: 2;
}

/* Blocks */
.big-text-image-section {
    position: relative;
    padding-block: 40px;
    padding-inline: 20px;
    @media screen and (min-width: 575.8px) {
        padding-inline: 0;
        padding-block: 50px;
    }
}

.big-text-image-section.no-pad-bottom {
    padding-bottom: 0 !important;
}

.big-text-image-section.image-position-top {
    padding-block: 100px 50px;
}

.big-text-image-section .container {
    border-radius: 30px;
    padding-block: 25px;
    position: relative;
    z-index: 2;
    @media screen and (min-width: 575.8px) {
        border-radius: 50px;
    }

}

.big-text-image-section.background-dark .container {
    background-color: var(--green-100);
}

.big-text-image-section .row {
    gap: 40px;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        gap: 0;
    }
}

.big-text-image-section .big-text-image-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        width: 600px;
        flex-basis: 600px;
        flex: 600px;
        max-width: 600px;
    }
}

.big-text-image-section.width-wide {
    overflow: hidden;


}

.text-image-section.image-position-top.width-wide {
    @media screen and (max-width: 991.8px) {
        padding-top: 150px;
    }
}

.big-text-image-section.width-wide .container:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}

.big-text-image-section.width-wide.background-beige .container:before {
    background-color: var(--beige-100);
}

.big-text-image-section.width-wide .big-text-image-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        width: 570px;
        flex-basis: 570px;
        flex: 570px;
        max-width: 570px;
    }
}

.big-text-image-section__text-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.big-text-image-section__text-inner .button {
    @media screen and (max-width: 575.8px) {
        text-align: center;
    }
}

.big-text-image-section__image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.big-text-image-section__image-wrapper img {
    width: 100%;
}

.big-text-image-section .big-text-image-section__text-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 1;
    }

}

.big-text-image-section .big-text-image-section__image-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 2;
        padding-right: 0;
    }
}

.big-text-image-section .big-text-image-section__image-wrapper {
    @media screen and (min-width: 991.8px) {
        flex: 1;
        max-width: 100%;
    }
}

.big-text-image-section .big-text-image-section__image-wrapper img {
    max-width: 600px;
}

.big-text-image-section.image-position-bottom .big-text-image-section__image-wrapper img {
    @media screen and (min-width: 991.8px) {
        margin-bottom: -80px;
    }

}

.big-text-image-section.image-position-top .big-text-image-section__image-wrapper img {
    @media screen and (min-width: 991.8px) {
        margin-top: -120px;
    }

}

.big-text-image-section.text-position-right .big-text-image-section__text-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 2;
    }
}

.big-text-image-section.text-position-right .big-text-image-section__image-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 1;
        padding-left: 0;
        padding-right: 20px;
    }
}

.big-text-image-section.background-dark h3,
.big-text-image-section.background-dark h2,
.big-text-image-section.background-dark p {
    color: var(--grey-100);
}

.big-text-image-section.background-light h2 span,
.big-text-image-section.background-light h3 span {
    color: var(--green-100);
}

.big-text-image-section.background-dark h2 span,
.big-text-image-section.background-dark h3 span {
    color: var(--beige-200);
}

.big-text-image-section.background-dark h4 {
    color: var(--yellow-100);
}

.big-text-image-section.background-beige .container {
    background-color: var(--beige-100);
}

.big-text-image-section.background-beige h2,
.big-text-image-section.background-beige h3,
{
    color: var(--green-100);
}

.big-text-image-section.background-beige p {
    color: var(--black-300);
}

.big-text-image-section.background-beige h2 span,
.big-text-image-section.background-beige h3 span {
    color: var(--green-100);
}

.big-text-image-section.background-beige h4 {
    color: var(--yellow-100);
}

.contact-section {
    position: relative;
    padding-block: 50px;
    background: var(--grey-100);
}

.contact-section .container {
    position: relative;
}

.contact-section .row {
    row-gap: 15px;
    flex-wrap: wrap;
    @media screen and (min-width: 991.8px) {
        flex-wrap: nowrap;
        row-gap: 25px;
    }
}

.contact-section.text-position-text_left {
    @media screen and (min-width: 991.8px) {
        .contact-section__text-wrapper {
            order: 1;
        }

        .contact-section__form-wrapper {
            order: 2;
        }
    }
}

.contact-section.text-position-text_right {
    @media screen and (min-width: 991.8px) {
        .contact-section__text-wrapper {
            order: 2;
        }

        .contact-section__form-wrapper {
            order: 1;
        }
    }
}

.contact-section .contact-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    flex: 100%;
    max-width: 100%;
    @media screen and (min-width: 991.8px) {
        width: 355px;
        flex-basis: 355px;
        flex: 355px;
        max-width: 355px;
    }
}

/*.contact-section .contact-section__form-wrapper {*/
/*    width: auto;*/
/*    flex-basis: auto;*/
/*}*/

.contact-form-holder {
    position: relative;
    background-color: var(--yellow-300);
    padding: 25px;
    border-radius: 25px;
}

.contact-form-holder .two-cols.cstm-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
    @media screen and (min-width: 767.8px) {
        /*flex-wrap: nowrap;*/
        align-items: flex-start;
    }
}

#text-area-wrapper {
    width: 100%;
}

.contact-form-holder .two-cols .col.cstm-ctatextarea {
    gap: 23px;
}

.contact-form-holder [data-wpcf7-id="2158"] .two-cols .col.cstm-ctatextarea {
    gap: 15px;
}

.contact-form-holder [data-wpcf7-id="1255"] .two-cols .col.cstm-ctatextarea {
    @media screen and (min-width: 768px) {
        gap: 35px;
    }
}

.cstm-ctatextarea #submit-wrapper p {
    flex-direction: row;
    align-items: center;
}

.contact-form-holder .two-cols .col {
    flex: 100%; /* each takes 50%, minus half the gap */
    box-sizing: border-box;
    width: 100%; /* each takes 50%, minus half the gap */
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*flex-direction: column;*/
    @media screen and (min-width: 575.8px) {
        flex: 1 1 calc(50% - 7.5px); /* each takes 50%, minus half the gap */
        box-sizing: border-box;
        width: 1 1 calc(50% - 7.5px); /* each takes 50%, minus half the gap */
    }
}

.contact-form-holder label {
    font-size: 16px;
    line-height: 140%;
    color: var(--black-300);
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
}

.contact-form-holder p {
    margin: 0;
    line-height: 100%;
}

.contact-form-holder #other_text p {
    display: block;
}


section#contact-section #other_text p br {
    @media only screen and (min-width: 767.8px) {
        display: none;
    }
}


.contact-form-holder input[type='text'],
.contact-form-holder input[type='email'],
.contact-form-holder input[type='tel'],
.contact-form-holder textarea,
.contact-form-holder select {
    padding: 9px 15px;
    background-color: var(--white);
    border-radius: 10px;
    outline: none;
    border: none;
    width: 100%;
    color: var(--black-300);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    font-family: 'Karla', sans-serif;
}

.cstm-ctatextarea .wpcf7-spinner {
    /*display: none;*/
    margin-left: 10px;
    margin-right: 0;
}

.contact-form-holder select {
    -webkit-appearance: none; /* For Safari, Chrome, Opera */
    -moz-appearance: none; /* For Firefox */
    appearance: none; /* Standard property */
}

.contact-form-holder input[type='text']::placeholder,
.contact-form-holder input[type='email']::placeholder,
.contact-form-holder input[type='tel']::placeholder,
.contact-form-holder textarea::placeholder,
.contact-form-holder select::placeholder {
    color: rgba(59, 59, 59, 0.5);

}

.contact-form-holder p {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-form-holder p br {
    display: none;
}

.contact-form-holder .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.contact-form-holder .wpcf7-checkbox.align-left {
    justify-content: flex-start;
}

#submit-wrapper {
    width: 100%;
}

.contact-form-holder .wpcf7-list-item {
    margin: 0;
}

.contact-form-holder input[type='checkbox'] {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: var(--white);
    border: none;
    outline: none;
    border-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.contact-form-holder input[type="checkbox"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #486254;
    border-radius: 5px;
}

.contact-form-holder input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.contact-form-holder input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-image: url('/wp-content/uploads/2025/09/form-checkmark.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
}

.contact-form-holder input[type="checkbox"]:checked::after {
    transform: scale(1);
}


.contact-form-holder .wpcf7-list-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 5px;
}

.contact-form-holder .row-flex {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    @media screen and (min-width: 575.8px) {
        flex-wrap: nowrap;
    }
}

.contact-form-holder .row-flex .half {
    width: 100%;
    flex-grow: 1;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        width: 50%;
        flex-grow: 1;
        flex-basis: 50%;
    }
}

.contact-form-holder .cstm-ctatextarea textarea {
    min-height: 270px;
    resize: vertical;
    @media screen and (min-width: 767.8px) {
        min-height: 360px;
        resize: none;
    }
}

.contact-form-holder .cstm-ctatextarea textarea {
    min-height: 270px;
    resize: vertical;
    @media screen and (min-width: 767.8px) {
        min-height: 360px;
        resize: none;
    }
}

.contact-form-holder [data-wpcf7-id="628"] .cstm-ctatextarea textarea {
    min-height: 270px;
    resize: vertical;
    @media screen and (min-width: 767.8px) {
        min-height: 522px;
        resize: none;
    }
}

.contact-form-holder [data-wpcf7-id="1255"] .cstm-ctatextarea textarea {
    min-height: 270px;
    resize: vertical;
    @media screen and (min-width: 767.8px) {
        min-height: 442px;
        resize: none;
    }
}

.contact-form-holder input[type='submit'] {
    display: block;
    /*width: 100%;*/
    background-color: var(--green-100);
    color: var(--white);
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    padding: 13px 24px;
    border-radius: 200px;
    transition: 0.4s ease-in-out;
    outline: none;
    border: none;
    margin-top: auto;
    flex: 1;
    margin-left: 34px;
}

.contact-form-holder [data-wpcf7-id="2158"] input[type='submit'] {
    @media screen and (min-width: 768px) {
        margin-top: 23px;
    }

}

.contact-form-holder input[type='submit']:hover {
    background-color: var(--green-300);
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7 .wpcf7-submit.is-disabled {
    opacity: 0.5;
}

.contact-section .contact-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-section .contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.contact-section .contact-info .icon {
    width: 65px;
    flex-basis: 65px;
}

.contact-section .contact-info .links {
    flex: 1;
}

.contact-section .contact-info .links p {
    margin: 0;
}

.contact-section .contact-info .links a {
    color: var(--black-300);
    text-decoration: none;
    width: 100%;
    display: block;
}

.contact-section .contact-info .links a:hover {
    color: var(--green-100);
}

.dropdown-section {
    padding-block: 50px;
}

.dropdown-section h2 span {
    color: var(--green-100);
    display: inline-block;
}

.dropdown-section__text-inner {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.dropdown-section__text-inner .bottom-wrapper {
    margin-top: 10px;
}

.dropdown-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.dropdown-wrapper > * {
    width: 100%;
}

.dropdown-wrapper .accordion {
    background-color: rgba(255, 255, 255, 0);
    gap: 15px;
}

.dropdown-wrapper .accordion-item {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 15px;
}

.dropdown-wrapper .accordion-item:last-of-type {
    margin-bottom: 0;
}

.dropdown-wrapper .accordion-item .button {
    width: auto;
    padding-left: 0;
}

.dropdown-wrapper .accordion-button::after {
    display: none;
}

.dropdown-wrapper .accordion-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0);
    color: var(--black-300);


}

.dropdown-wrapper .accordion-button .title {
    width: calc(100% - 20px);
    font-weight: 700;
}

.dropdown-wrapper .accordion-button .arrow {
    transform: rotate(0);
}

.dropdown-wrapper .accordion-button.collapsed .arrow {
    transform: rotate(180deg);
}

.dropdown-wrapper .accordion-header {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 0;
}

.dropdown-wrapper .accordion-button {
    border: none;
    border-radius: 0 !important;
    padding: 10px 25px;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none;
}

.dropdown-wrapper .accordion-item {
    padding: 0;
    border: none;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 25px !important;
}

.dropdown-wrapper .accordion-button > * {
    transition: 0.4s ease all;
}

.dropdown-wrapper .accordion-button:not(.collapsed) {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: rgba(255, 255, 255, 0);
    color: var(--black-300);
}

.dropdown-wrapper .accordion-body {
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
}

.accordion-body a {
    color: var(--brown-100);
    text-decoration-line: underline;
}

.accordion-body a.button-link {
    text-decoration: none;
}

#accordionDropdownItems .accordion-body .button {
    padding-inline: 0;
}

.dropdown-section.text-position-right .dropdown-section__text-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 2;
    }
}

.dropdown-section.text-position-right .dropdown-section__image-wrapper {
    order: 2;
    margin-top: 30px;
    @media screen and (min-width: 991.8px) {
        order: 1;
        margin-top: 0;
    }
}

.four-images-section {
    position: relative;
    margin-block: 150px 40px;
    padding-inline: 20px;
    content-visibility: visible !important;
    @media screen and (min-width: 991.8px) {
        padding-inline: 0;
        margin-block: 200px;
    }
}

.four-images-section.image-position-top {
    padding-block: 100px 50px;
}

.four-images-section .container {
    min-height: 480px;
}

.four-images-section.background-dark {
    background-color: var(--green-100);
}

.four-images-section.background-dark .container {
    border-radius: 30px;
    padding-block: 25px;
    @media screen and (min-width: 575.8px) {
        border-radius: 50px;
    }

}

.four-images-section.background-dark .container {
    background-color: var(--green-100);
}

.four-images-section .row {
    gap: 25px;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        gap: 0;
    }
}

.four-images-section .four-images-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    padding-block: 40px;
    @media screen and (min-width: 991.8px) {
        width: 570px;
        flex-basis: 570px;
        flex: 570px;
        max-width: 570px;
        padding-block: 40px;
    }
}

.four-images-section__text-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.four-images-section__image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.four-images-section__image-wrapper img {
    width: 100%;
}

.four-images-section .four-images-section__text-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 1;
    }

}

.four-images-section .four-images-section__image-wrapper {
    order: 1;
    position: relative;
    @media screen and (min-width: 991.8px) {
        order: 2;
        padding-right: 0;
    }
}

.four-images-section.image-position-bottom .four-images-section__image-wrapper img {
    @media screen and (min-width: 991.8px) {
        margin-bottom: -80px;
    }

}

.four-images-section.image-position-top .four-images-section__image-wrapper img {
    @media screen and (min-width: 991.8px) {
        margin-top: -80px;
    }

}

.four-images-section.text-position-right .four-images-section__text-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 2;
    }
}

.four-images-section.text-position-right .four-images-section__image-wrapper {
    order: 1;
    position: relative;
    @media screen and (min-width: 991.8px) {
        order: 1;
        padding-left: 0;
        padding-right: 20px;
    }
}

.four-images-section.background-dark p,
.four-images-section.background-dark li {
    color: var(--grey-100);
}

.four-images-section.background-dark h2 {
    color: var(--yellow-100);
}

.four-images-section.background-dark h2 span {
    color: var(--beige-200);
}

.four-images-section.background-dark h3 {
    color: var(--yellow-100);
}

.four-images-section__images-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    @media screen and (min-width: 991.8px) {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.four-images-section__images-holder .image-holder {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
}

.image-holder-1 img {
    margin-top: -140px;
    @media screen and (min-width: 991.8px) {
        margin-top: 0;
    }
}

.image-holder-3 img {
    margin-top: -60px;
    @media screen and (min-width: 991.8px) {
        margin-top: -60px;
    }
}

.image-holder-2 img {
    margin-top: -70px;
    @media screen and (min-width: 991.8px) {
        margin-top: 60px;
    }
}

.image-holder-5 img {
    @media screen and (min-width: 991.8px) {
        margin-top: -80px;
    }
}

.hero-section {
    position: relative;
    padding: 0 0 40px 0;
    @media screen and (min-width: 991.8px) {
        padding: 40px 0;
    }
}

.hero-section:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: var(--beige-100);
}

/*.hero-section .row {*/
/*    align-items: center;*/
/*}*/
/*.hero-section::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-color: var(--beige-100);*/
/*}*/

.hero-section .container {
    position: relative;
}

.hero-section .row {
    row-gap: 25px;
}

.hero-section__text-inner {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 595px;
    max-width: 100%;
    /*padding-top: 90px;*/
    @media screen and (min-width: 991.8px) {
        gap: 0;
    }
}

.hero-section__text-inner .button {
    text-align: center;
}

.hero-section__text-wrapper h1 span {
    color: var(--brown-100);
}

.hero-section__text-wrapper .event-subtitle {
    margin-bottom: 10px;
}

.bullet-points {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0;
    @media screen and (min-width: 767.8px) {
        gap: 10px;
        margin-top: 25px;
    }
}

.bullet-points li {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    margin: 0;
    @media screen and (min-width: 767.8px) {
        width: auto;
        flex-basis: auto;
        width: 30%;
        flex-basis: 30%;
    }
}

.bullet-points li .bullet-point-checkbox {
    width: 22px;
    height: 22px;
}

.bullet-point-checkbox svg {
    max-width: 22px;
}

.bullet-points-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bullet-point-wrapper {
    position: relative;
}

.bullet-points a {
    text-decoration: none;
    position: relative;
    color: var(--green-100);
    border-bottom: 1px dotted var(--green-100);
}

.bullet-points a:hover {
    border-bottom: 1px dotted var(--brown-100);
    color: var(--brown-100);
}

.bullet-point-popup {
    position: absolute;
    top: -50px;
    left: -50px;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    white-space: nowrap;
    padding: 8px 20px;
    background-color: var(--white);
    border-radius: 12px;
    font-size: 14px;
    color: var(--green-100);
    opacity: 0;
    z-index: -1;
    box-shadow: 0 4px 6px -1px var(--yellow-300, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--yellow-300, rgb(0 0 0 / 0.1));;
}

.bullet-point-wrapper:hover .bullet-point-popup {
    opacity: 1;
    z-index: 9;
}

.bullet-points li h4 {
    margin: 0;
}

.bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 25px;
    @media screen and (min-width: 767.8px) {
        gap: 40px;
        justify-content: flex-start;

    }
}

.bottom-wrapper .button {
    width: 100%;
    @media screen and (min-width: 767.8px) {
        width: auto;
    }
}

.badge-wrapper .badge-image {
    width: 167px;
    height: auto;
}

.hero-section__image-wrapper img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-section__image-wrapper {
    text-align: center;
}

.hero-section__image-wrapper .iframe-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    @media screen and (min-width: 991.8px) {
        min-height: 480px;
    }
}

.hero-section__image-wrapper .iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-top: 72%; /* 430 / 580 × 100% */
    overflow: hidden;
    margin-top: auto;
    max-width: 100%;
    border-radius: 45px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}


.event-date {
    color: var(--brown-300);
    font-weight: 700;
}

.introduction-section {
    position: relative;
    padding-block: 40px;
    background-color: var(--beige-100);
    min-height: 850px;
    @media screen and (min-width: 991.8px) {
        padding-block: 50px 100px;
    }
}

.introduction-section:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: var(--white);
    @media screen and (min-width: 991.8px) {
        height: 250px;
    }
}

.introduction-section .container {
    position: relative;
}

.introduction-section .row {
    gap: 25px;

    justify-content: center;
    @media screen and (min-width: 991.8px) {
        flex-wrap: nowrap;
        align-items: stretch;
    }
}

.introduction-section .row [class^="col-"] {

    @media screen and (min-width: 991.8px) {
        padding-inline: 0;
    }
}

.introduction-section .row .col-auto {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        width: 33.333%;
        flex-basis: 33.333%;
    }
}

.introduction-section__text-inner {
    height: 100%;
}

.introduction-section__text-inner h2 {
    margin-bottom: 0;
}

.introduction-section__text-inner h2 span {
    color: var(--green-100);
}

.introduction-section__text-inner {

    background-color: var(--white);
    border-radius: 30px;
    padding: 25px 20px;
    gap: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    @media screen and (min-width: 991.8px) {
        min-height: 640px;
        margin-top: 80px;
        padding: 30px;
        border-radius: 50px;
    }
}

.introduction-section__text-inner .text-holder {
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

/*.introduction-section__text-inner .text-holder p:last-of-type {*/
/*    margin-bottom: 0;*/
/*}*/
.introduction-section__text-inner .text-holder p span {
    font-weight: 600;
}

.introduction-section__text-inner .text > :last-child {
    margin-bottom: 0;
}

.introduction-section__text-inner .buttons-wrapper {
    width: 100%;
    flex-basis: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.introduction-section__text-inner a {
    font-weight: 600;
}

.introduction-section__text-inner a.button {
    font-weight: 700;
}

.introduction-section__text-inner .button {
    width: 100%;
    text-align: center;
    padding-inline: 30px;
    @media screen and (min-width: 991.8px) {
        width: auto;
    }
}

.introduction-section__text-inner .text-holder .text a,
.introduction-section__text-inner .text-holder .text strong {
    color: var(--brown-100);
}

.introduction-section__text-inner .text-holder .text a:hover {
    color: var(--green-100);
}

.logos-section {
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    background-color: var(--beige-100);
    @media screen and (min-width: 575.8px) {
        padding-bottom: 45px;
        padding-top: 0;
    }
}

.logos-section {
    min-height: 139px;
}

.logosSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.logosSwiper .swiper-wrapper img {
    width: auto;
    margin: auto;
}

.logos-section.no-margin {
    margin: 0;
    padding-block: 20px;
}

.services-cards-section {
    position: relative;
    padding-block: 40px;
    @media screen and (min-width: 575.8px) {
        padding-block: 50px;
    }
}

.services-cards-section .row {
    row-gap: 25px;
}

.services-cards-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    @media screen and (min-width: 1240px) {
        width: 520px;
        flex-basis: 520px;
    }

}

.services-cards-section__text-wrapper h2 span {
    color: var(--green-100);
}

.services-cards-section__text-inner {
    gap: 10px;
}

@media (min-width: 1024px)  and (max-width: 1240px) {
    .services-cards-section__text-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .services-cards-section__text-inner,
    .services-cards-section__image-wrapper {
        width: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    }
}

.services-cards-section__text-inner p span {
    font-weight: 700;
    color: var(--green-100);
}

.services-cards-section__services-wrapper {
    flex: 1;
    width: auto;
    padding: 0;
    position: relative;
    /*overflow: hidden;*/
    @media screen and (min-width: 991.8px) {
        padding-right: 0;
    }
}

.services-inner.desktop-services {
    display: none;
    @media screen and (min-width: 1240px) {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

}

.services-inner.tablet-services {
    display: block;
    overflow: hidden;
    @media screen and (min-width: 1240px) {
        display: none;
    }

}

.services-inner.desktop-services .service-item {
    flex: 1 1 calc(100% - 15px); /* 2 columns, accounting for gap */
    box-sizing: border-box;
    @media screen and (min-width: 1199.8px) {
        flex: 1 1 calc(50% - 15px);
    }
}

.service-item-inner {
    box-shadow: 0px 0px 10px 0px #00000026;
    height: 100%;
    min-height: 235px;
    padding: 25px;
    border-radius: 25px;
    margin: 20px;
    background-color: var(--grey-100);
    @media screen and (min-width: 1240px) {
        margin: 0;
    }
}

.card-link {
    text-decoration: none;
}

.service-item-inner h4 {
    color: var(--green-100);
}

.service-item-inner p {
    color: var(--black-300);
}

.card-link:hover .service-item-inner {
    background-color: var(--green-100);
}

.cardsSwiper {
    width: 100%;
}

.card-link:hover .service-item-inner h4 {
    color: var(--yellow-100);
}

.card-link:hover .service-item-inner p {
    color: var(--grey-100);
}

.card-link:hover .button-link.brown-100 {
    color: var(--grey-100);
}

.card-link:hover .button-link.brown-100 svg path {
    fill: var(--grey-100);
}

.cards-swiper-arrows {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    @media screen and (min-width: 575.8px) {
        justify-content: flex-start;
        padding-left: 25px;
    }
}

.cards-swiper-arrows .swiper-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--green-300);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transition: 0.4s ease-in-out;
}

.cards-swiper-arrows .swiper-button:before,
.cards-swiper-arrows .swiper-button:after {
    display: none;
}

.cards-swiper-arrows .swiper-button:hover,
.cards-swiper-arrows .swiper-button:focus {
    background-color: var(--green-200);
}

.testimonials-section {
    position: relative;
    padding-block: 40px;
    @media screen and (min-width: 575.8px) {
        padding-inline: 0;
        padding-block: 50px;
    }
}

.testimonials-section .row {
    row-gap: 25px;
}

.testimonials-section__text-wrapper.col {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        flex: 0 0 355px; /* fixed width */
        max-width: 355px;
        padding-right: 0;
    }
}

.testimonials-section__testimonials-wrapper.col {

    padding: 20px 15px;
    border-radius: 50px;
    background-color: var(--beige-100);
    width: calc(100% - 40px);
    flex: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-inline: auto;
    @media screen and (min-width: 991.8px) {
        flex: calc(100% - 375px);
        max-width: calc(100% - 375px);
        margin-right: 0;
        margin-left: auto;
        padding: 15px 20px;
    }
}

.testimonials-section__text-inner p {
    margin-bottom: 10px;
}

.tetstimonial-left-text > *:last-child {
    margin-bottom: 20px;
}

.testimonialsSwiper .swiper-slide {
    padding: 10px;
}

.testimonialsSwiper .testimonial-inner {
    box-shadow: 0 0 10px 0 #0000001A;
    background-color: var(--grey-100);
    border-radius: 25px;
    padding: 25px;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    height: 100%;
}

.testimonial-inner .quote-icon {
    width: 54px;
}

.testimonialsSwiper .testimonial-inner .author-name {
    margin-top: auto;
    margin-bottom: 0;
}

.testimonialsSwiper .testimonial-content p {
    color: var(--black-300);
}

.testimonialsSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch; /* crucial: make slides same height */
}

.testimonialsSwiper .swiper-slide {
    height: auto;
}

.testimonials-swiper-arrows {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    @media screen and (min-width: 575.8px) {
        justify-content: flex-start;
        padding-left: 25px;
    }
}

.testimonials-swiper-arrows .swiper-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--green-300);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transition: 0.4s ease-in-out;
}

.testimonials-swiper-arrows .swiper-button:before,
.testimonials-swiper-arrows .swiper-button:after {
    display: none;
}

.testimonials-swiper-arrows .swiper-button:hover,
.testimonials-swiper-arrows .swiper-button:focus {
    background-color: var(--green-200);
}

.text-image-section {
    position: relative;
    padding-block: 40px;
    padding-inline: 20px;
    @media screen and (min-width: 575.8px) {
        padding-inline: 0;
        padding-block: 50px 100px;
    }
}

.text-image-section.no-pad-bottom {
    padding-bottom: 0 !important;
}

.text-image-section.image-position-top {
    padding-block: 100px 50px;
}

.text-image-section .container {
    border-radius: 30px;
    padding-block: 25px;
    position: relative;
    z-index: 2;
    @media screen and (min-width: 575.8px) {
        border-radius: 50px;
    }

}

.text-image-section.green-heading h2,
.text-image-section.green-heading h3 {
    color: var(--green-100);
}

.text-image-section.background-dark .container {
    background-color: var(--green-100);
}

.text-image-section .row {
    gap: 25px;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        gap: 0;
    }
}

.text-image-section .text-image-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        width: 440px;
        flex-basis: 440px;
        flex: 440px;
        max-width: 440px;
    }
}

.text-image-section.width-wide {
    overflow: hidden;
}

.text-image-section.width-wide .container:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}

.text-image-section.width-wide.background-beige .container:before {
    background-color: var(--beige-100);
}

.text-image-section.width-wide .text-image-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        width: auto;
        flex-basis: 1;
        flex: 1;
        max-width: 570px;
    }
}

.text-image-section__text-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.text-image-section__image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-image-section__image-wrapper img {
    width: 100%;
}

.text-image-section .text-image-section__text-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 1;
    }

}

.text-image-section .text-image-section__image-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 2;
        padding-right: 0;
    }
}

.text-image-section .text-image-section__image-wrapper {
    @media screen and (min-width: 991.8px) {
        width: flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
    }
}

.text-image-section .text-image-section__image-wrapper img {
    max-width: 600px;
}

.text-image-section.image-position-bottom .text-image-section__image-wrapper img {
    @media screen and (min-width: 991.8px) {
        margin-bottom: -80px;
    }

}

.text-image-section.image-position-top .text-image-section__image-wrapper img {
    margin-top: -120px;
    @media screen and (min-width: 991.8px) {
        margin-top: -120px;
    }

}

.text-image-section.text-position-right .text-image-section__text-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 2;
    }
}

.text-image-section.text-position-right .text-image-section__image-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 1;
        padding-left: 0;
        padding-right: 20px;
    }
}

.text-image-section.background-dark .h2 {
    color: var(--white);
}

.text-image-section.background-dark h3 {
    color: var(--white);
}

.text-image-section.background-dark h2,
.text-image-section.background-dark p,
.text-image-section.background-dark li {
    color: var(--grey-100);
}

.text-image-section.background-dark h2 span,
.text-image-section.background-dark h3 span {
    color: var(--beige-200);
}

.text-image-section.background-dark h4 {
    color: var(--yellow-100);
}

.text-image-section.background-beige .container {
    background-color: var(--beige-100);
}

.text-image-section.background-beige h2,
.text-image-section.background-beige h3,
{
    color: var(--green-100);
}

.text-image-section.background-beige p {
    color: var(--black-300);
}

.text-image-section.background-beige h2 span,
.text-image-section.background-beige h3 span {
    color: var(--green-100);
}

.text-image-section.background-beige h4 {
    color: var(--yellow-100);
}

.text-image-section .button.beige-200:hover {
    color: var(--beige-400);
}

.tree-cards-section {
    padding-block: 30px 50px;
    background: var(--beige-100);
}

.tree-cards-section .bottom-wrapper {
    margin-top: 0;
}

.tree-cards-section .row {
    gap: 25px;
    @media screen and (min-width: 1199.9px) {
        gap: 14px;
    }
}

.tree-cards-section__container .row > * {
    width: auto;
}

.tree-cards-section .tree-cards-section__text-wrapper {

    flex: 1 1 100%; /* full width on mobile */
    max-width: 100%;
    @media screen and (min-width: 991.9px) {
        flex: 410px; /* fill remaining space */
    }

}

.tree-cards-section .tree-cards-section__text-wrapper h2 span {
    color: var(--brown-100);
}

.tree-cards-section .tree-cards-section__text-inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tree-cards-section .tree-cards-section__cards-wrapper {
    max-width: 100%;
    width: 100%;
    @media screen and (min-width: 991.9px) {
        flex: calc(100% - 440px);
        display: flex;
        width: auto;
        gap: 40px; /* space between cards */
        padding: 0;
    }
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    justify-content: center;
    row-gap: 15px;
    @media screen and (min-width: 1399.9px) {
        justify-content: flex-start;
    }

}

.card-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media screen and (min-width: 991.9px) {
        width: auto;
    }
}

.card-inner {
    padding: 25px;
    background: var(--grey-100);
    border-radius: 25px;
    min-height: 240px;
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    @media screen and (min-width: 991.8px) {
        width: 240px;
        max-width: 240px;
    }
}


.card-inner > * {
    width: 100%;
}

.card-inner p {
    margin: 0;
}

/* Insurance Section */
.insurance-section {
    position: relative;
    padding-block: 50px;
}

.insurance-section .row {
    row-gap: 32px;
}

.insurance-section__insurance-inner {
    padding: 20px;
    border-radius: 40px;
    background: var(--beige-100);
}

.flip-card {
    background-color: transparent;
    height: 210px;
    perspective: 1000px;
    width: 100%;
    padding: 12px;
    cursor: inherit;
    @media screen and (min-width: 380px) {
        height: 196px;
    }
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(253, 253, 252, 1);
    border-radius: 25px;
    cursor: pointer;

}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px;
}

.flip-card-back h4 {
    font-size: 14px;
}

.flip-card-front {
    background-color: var(--grey-100);
    color: black;
    position: absolute;
    padding: 25px;
}

.flip-card-front .image-holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flip-card-back {
    background-color: var(--green-100);
    color: white;
    transform: rotateY(180deg);
    border-radius: 25px;
    text-align: left;
    padding: 25px;
}

.flip-card-text {
    color: var(--grey-100);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

.flip-card-text ul {
    padding: 0;
    padding-left: 15px;
}

.insurance-section .text-wrapper .text-holder {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

/*.partnersSwiper .swiper-wrapper {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr;*/
/*    gap: 0;*/
/*}*/

@media screen and (min-width: 1239.8px) {
    .partnersSwiper .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

}

.insurance-section .text-wrapper {
    width: 100%;
    flex-basis: 100%;
    order: 1;
}

.insurance-section .insurance-wrapper-left {
    width: 100%;
    flex-basis: 100%;
    order: 2;
}

@media screen and (min-width: 767.8px) and (max-width: 1024px) {
    .insurance-section .text-wrapper .text-holder {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .insurance-section .text-wrapper .text-intro,
    .insurance-section .text-wrapper .image-wrapper {
        width: calc(50% - 20px);
        flex: calc(50% - 20px);
    }
}

@media screen and (min-width: 1024px) {
    .insurance-section .text-wrapper {
        width: 50%;
        flex-basis: 50%;
    }

    .insurance-section .insurance-wrapper-left {
        width: 50%;
        flex-basis: 50%;
    }
}

@media screen and (min-width: 1240px) {
    .insurance-section .insurance-wrapper-left {
        width: 710px;
        flex-basis: 710px;
        order: 1;
    }

    .insurance-section .text-wrapper {
        width: calc(100% - 710px);
        flex-basis: calc(100% - 710px);
        order: 2;
    }

    .insurance-section__insurance-inner {
        padding: 50px 38px;
    }
}

.partners-swiper-arrows {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.partners-swiper-arrows .swiper-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--green-300);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transition: 0.4s ease-in-out;
}

.partners-swiper-arrows .swiper-button:before,
.partners-swiper-arrows .swiper-button:after {
    display: none;
}

.partners-swiper-arrows .swiper-button:hover,
.partners-swiper-arrows .swiper-button:focus {
    background-color: var(--green-200);
}

@media screen and (min-width: 1240px) {
    .partners-swiper-arrows {
        display: none;
    }
}

/* Team Section */
.team-section {
    padding: 40px 0;
}

.team-section .swiper-wrapper {
    align-items: stretch;
}

@media screen and (min-width: 991.9px) {
    .team-section .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        box-sizing: border-box;
    }

    .team-section .swiper-slide {
        flex: 0 0 calc((100% - 2 * 35px) / 3); /* 4 per row with 35px gap */
        max-width: calc((100% - 2 * 35px) / 3);
        height: auto;
    }

}

.team-member-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.team-member {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: var(--green-100);
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    height: 100%;
    @media screen and (min-width: 767.8px) {
        border-radius: 40px;
    }
}

.team-member .team-member-text {
    background-color: var(--green-100);
    width: 100%;
    /*border-bottom-left-radius: 40px;*/
    /*border-bottom-right-radius: 40px;*/
    padding: 15px 30px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.team-member .team-member-text div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-member .team-member-text h4 {
    margin-bottom: 0;
    width: 100%;
}

.team-member-text p {
    margin: 0;
    font-size: 14px;
    width: 100%;
}

.team-swiper-arrows {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    @media screen and (min-width: 575.8px) {
        justify-content: center;
        padding-left: 25px;
    }
    @media screen and (min-width: 991.8px) {
        display: none;
    }
}

.team-swiper-arrows .swiper-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--green-300);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transition: 0.4s ease-in-out;
}

.team-swiper-arrows .swiper-button:before,
.team-swiper-arrows .swiper-button:after {
    display: none;
}

.team-swiper-arrows .swiper-button:hover,
.team-swiper-arrows .swiper-button:focus {
    background-color: var(--green-200);
}

.gallery-section {
    padding-block: 50px;
}

.gallery-nav-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 10px;
    border: none !important;
    margin-bottom: 40px !important;
    @media screen and (min-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
    }
}


.gallery-nav-tabs.nav-tabs .nav-link {

    flex-basis: 25%;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    background: rgba(255, 255, 255, 0);
    border: 3px solid var(--green-100);
    width: 100%;
    padding: 0;
    color: var(--green-100);
    border-radius: 10px;
    outline: none;
}

.gallery-nav-tabs.nav-tabs .nav-link:hover,
.gallery-nav-tabs.nav-tabs .nav-link:focus,
.gallery-nav-tabs.nav-tabs .nav-link.active {
    background: var(--green-100);
    color: var(--white);
    border: 3px solid var(--green-100);
    outline: none;
}

.gallery-section__text-wrapper {
    @media screen and (min-width: 991.8px) {
        width: 355px !important;
    }

}

.gallery-section__slider-wrapper {
    width: 100%;
    max-width: 100%;
    margin-top: 25px !important;

    @media screen and (min-width: 991.8px) {
        width: calc(100% - 355px) !important;
        margin-top: 0;
    }
}

.gallerySwiper {
    background-color: var(--beige-100);
    padding: 20px !important;
    border-radius: 20px !important;
    @media screen and (min-width: 991.8px) {
        padding-block: 50px 20px !important;
        padding-left: 50px !important;
        padding-right: 0 !important;
        border-radius: 75px !important;
    }
}

@media screen and (min-width: 991.8px) {
    .gallerySwiper::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 100%;
        background: var(--beige-100);
        z-index: 2;
    }

}

.gallerySwiper .swiper-slide {
    width: 100%;
    max-width: 600px;
    padding-top: 54.75%;
    position: relative;
}

.gallerySwiper .swiper-slide a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    @media screen and (min-width: 767.8px) {
        border-radius: 45px;
    }
}

.gallerySwiper .swiper-slide a img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallerySwiper {
    /*background-color: var(--beige-100);*/
    /*padding-block: 50px 20px !important;*/
    /*padding-left: 50px !important;*/
    /*padding-right: 0;*/
    /*border-radius: 75px;*/
}

.gallery-swiper-arrows {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    @media screen and (min-width: 575.8px) {
        justify-content: flex-start;
        padding-left: 25px;
    }
}

.gallery-swiper-arrows .swiper-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--green-300);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transition: 0.4s ease-in-out;
}

.gallery-swiper-arrows .swiper-button:before,
.gallery-swiper-arrows .swiper-button:after {
    display: none;
}

.gallery-swiper-arrows .swiper-button:hover,
.gallery-swiper-arrows .swiper-button:focus {
    background-color: var(--green-200);
}

#gallery-nav-tabs {
    display: none;
    @media screen and (min-width: 991.8px) {
        display: block;
        width: 100%;
    }
}

#gallery-nav-select {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--green-100);
    outline: none !important;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'nunito', sans-serif;
    color: var(--white);
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url('/wp-content/uploads/2025/10/down-icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 24px;
}

/* Promo Slider Section */
.promo-slider-section {
    padding: 50px 0;
    background-color: var(--beige-100);
}

.promo-slider-section__container .row {
    row-gap: 25px;
}

.promo-slider-section-text-wrapper {
    width: auto;
    flex: 1;
    @media screen and (min-width: 991.8px) {
        order: 2;
        flex: 0 0 335px;
        width: 335px;
        max-width: 335px;
    }
}

.promo-slider-section-slider-wrapper {
    /*width: 100%;*/
    /*flex-basis: 100%;*/
    order: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    @media screen and (min-width: 991.8px) {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 335px) !important;
    }

}

.promo-slider-section-slider-holder {
    display: flex;
    box-shadow: 0px 0px 10px 0px #00000026;
    background: var(--grey-100);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    @media screen and (min-width: 991.8px) {
        padding: 25px;
        border-radius: 50px;
    }
}

.promo-slider-section-slider-holder .promo-swiper {
    width: 100%;
    overflow: hidden;

}

.promo-slider-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        flex-wrap: nowrap;
    }
}

.promo-slider-image {
    width: 100%;
    flex-basis: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    order: 1;
    @media screen and (min-width: 991.8px) {
        width: auto;
        flex-basis: auto;
        order: 2;
        border-radius: 30px;
    }
}

.promo-slider-image img {
    width: 100%;
}

.promo-slider-text {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 1;
        width: 360px;
        flex-basis: 360px;
    }
}

.promo-slider-section {
    min-height: 330px; /* Match your 'promo-slider' image size */
    position: relative;
}

/* If using Swiper */
.promo-slider-section .swiper {
    min-height: 330px;
}

.promo-slider-section .swiper-slide {
    height: auto;
}

/* Ensure images don't cause shift */
.promo-slider-section img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-fade .swiper-slide {
    background-color: var(--white);
}

.swiper-pagination.promo-swiper-pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
    bottom: auto !important;
    top: auto !important;
}

.swiper-pagination.promo-swiper-pagination .swiper-pagination-bullet {
    font-size: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #DBE0D1;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination.promo-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--green-100);
}

/* Blocks Ends */
#service-popup {
    opacity: 0;
    z-index: -1;
    display: none;
}

#service-popup.visible {
    display: flex;
    opacity: 1;
    z-index: 9999;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup {
    padding: 30px 40px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    position: relative;
    background-color: #DBE0D1;
}


.contact-form-holder .popup p {
    margin: 0;
    color: #486254;
    display: block;
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 576px) {
    .popup {
        padding: 20px;
    }

    .contact-form-holder .popup p {
        font-size: 16px;
    }
}

.contact-form-holder .popup a {
    color: #BB5C3B;
    font-weight: 700;
    text-decoration-line: none;
    display: block;
}

.contact-form-holder .popup a:hover {
    color: #EA9165;
}

.close-popup {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: #486254;
    -webkit-mask-image: url('/wp-content/uploads/2025/10/cclose-preheader.svg');
    mask-image: url('/wp-content/uploads/2025/10/cclose-preheader.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    z-index: 2;
    cursor: pointer;
}

@media screen and (min-width: 576px) {
    .wpcf7 .col {
        min-width: 300px;
    }

}

@media screen and (max-width: 576px) {
    .wpcf7 .col {
        min-width: 100% !important;
    }

}

section#contact-section #other_text p {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 24px;
}

section#contact-section #other_text p a {
    color: #bb5e3c;
    text-decoration-line: underline;
}

.error-container {
    margin-bottom: 40px;
}

.contact-form-holder .talcott-followup p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    row-gap: 16px;
    @media screen and (min-width: 768px) {
        text-align: left;
    }

}

.talcott-followup .icon-holed {
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 768px) {
        width: 75px;
        flex-basis: 75px;
    }
}

.talcott-followup .icon-holed img {
    margin-inline: auto;
}

.talcott-followup .button-wrapper {

    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 768px) {
        width: 200px;
        flex-basis: 200px;
    }
}

.talcott-followup .text-wrapper {
    width: 100%;
    flex-basis: 100%;
    /*margin-bottom: 5px;*/
    @media screen and (min-width: 768px) {
        flex-basis: calc(100% - 275px);
        padding: 0 15px;
    }
}

.talcott-followup .text-wrapper span {
    display: block;
    width: 100%;

}

.talcott-followup .text-wrapper span:first-of-type {
    margin-bottom: 5px;
}

.contact-form-holder .talcott-followup p br {
    display: block;
}