.elementor-kit-1397{--e-global-color-primary:#3D7D42;--e-global-color-secondary:#D9D9D9;--e-global-color-text:#222222;--e-global-color-accent:#C90E2B;--e-global-color-13f4851a:#28532C;--e-global-color-52235058:#85091C;--e-global-color-21f8c9b7:#000;--e-global-color-47eea86e:#FFF;--e-global-color-6cb047a:#FFFFFF00;--e-global-color-c838e11:#262E64;--e-global-color-631271f:#BFD4C1;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-size:70px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Times New Roman";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Times New Roman";--e-global-typography-accent-font-size:32px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-fcce242-font-family:"Montserrat";--e-global-typography-fcce242-font-size:16px;--e-global-typography-fcce242-font-weight:400;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-1397 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1397 h1{font-size:3.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1397{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:22px;--e-global-typography-fcce242-font-size:15px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1397{--e-global-typography-primary-font-size:clamp(2.222rem, 1.127rem + 3.944vi, 5.333rem);--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:20px;--e-global-typography-fcce242-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* BUTTONS */
.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em 2em;
    font-size: 1rem;
    font-weight: 600;
    color: #3D7D42;
    background-color: #ffffff;
    border: 2px solid #3D7D42;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(61,125,66,0.1);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.elementor-button:hover::before {
    left: 100%;
}

.elementor-button:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    color: #3D7D42;
}

.elementor-button .icon-right {
    margin-left: 8px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.elementor-button:hover .icon-right {
    opacity: 1;
    transform: translateX(0);
}

.menu-header li,
.menu-header li a {
    white-space: normal;
    word-spacing: normal;
    letter-spacing: normal;
}

.menu-header li a {
    word-spacing: 0.15em;
}

.menu-header li:nth-child(odd),
.menu-header li:nth-child(odd) a {
    font-weight: 700 !important;
}

/* MAP */
.map-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 14px;
    transition: filter 0.4s ease;
}

.map-img img {
    display: block;
    width: 100%;
    border-radius: inherit;
}

.map-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
    transition: none;
}

.map-img:hover::after {
    animation: shineMove 1s forwards;
}

@keyframes shineMove {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

/* COOKIES PAGE */
.page-template-tpl-cookies-policy h2:first-of-type {
    display: none;
}

.page-template-tpl-cookies-policy {
    margin: 0 1rem;
}


/* INDIVIDUAL HOME HERO */
@media (min-width:1200px) and (max-width:1300px) {
    .individual-home-hero {
    min-height: 600px;
 }
}/* End custom CSS */