/*
Theme Name: TailPress
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: TailPress is a simple boilerplate WordPress theme with Tailwind CSS.
Version: 3.2.0
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: tailpress
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
/* @import url("https://use.typekit.net/dkd5lqs.css"); */

@font-face {
    font-family: 'adam';
    src: url('fonts/Adam-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adam';
    src: url('fonts/Adam-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

nav {transform: translateY(-100%); transition: all 0.5s ease;}
nav.active {transform: translateY(0);}
nav {transform: translateY(-100%);}
nav ul {display: flex; flex-direction: column; flex-wrap: wrap; text-align: center; text-transform: capitalize;}
nav ul li:not(:last-of-type) {margin-bottom: 1rem;}
nav ul li a {font-family: "roca", sans-serif; font-size: 2rem; text-transform: capitalize;}
nav ul ul {margin-top: 1rem;}
nav ul ul li a {font-size: 1.25rem;}

.sub-menu {
    display: none;
}

/* 
.menu-item-has-children > a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f078'; 
    font-weight: 900; 
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.25rem;
}
  
.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
} */

.post-edit-link {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    padding: 15px 25px;
    color: #252B42;
    border: solid 1px #252B42;
    background: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}
  
p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.testimonial-copy p {
    font-size: 0.875rem;
    line-height: 1.2 !important;
}

@media (min-width: 782px) {
    .testimonial-copy p {
        font-size: 1rem;
    }
}

@media (min-width: 960px) {
    .testimonial-copy p {
        font-size: 26px !important;
    }
}

button, input, optgroup, select, textarea {
    border-radius: 0 !important;
}

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

.blog select {
    appearance: none;
    -webkit-appearance: none;
    background-color:white;
}

*, body, html { 
    scroll-behavior: smooth;
}

body, html {
    background: #FAF5F2;
}

/* body.locations-template-page-care-home .pre-footer { display:none; } */
p:not(.font-bold):not([class~="font-bold"]):not([class*="font-["]):not(:has(strong)):not(:has(b)),
li:not(.menu-item) *:not(strong):not(b):not(.font-bold):not([class~="font-bold"]):not([class*="font-["]) {
    font-weight: 300;
}

.font-bold {
    font-weight: 600 !important;
}

.empressa-front-hero-eyebrow,
.empressa-front-hero-eyebrow * {
    color: #bda377 !important;
    background: transparent !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.tab-link {
    display: inline-block !important;
    border-radius: 5px !important;
    background: #737373 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-transform: uppercase !important;
}

.tab-link.active {
    background: #1E1E1E !important;
}

.tab-link:hover {
    background: #5e5e5e !important;
}

.tab-link.active:hover {
    background: #1E1E1E !important;
}

.scroll-content-container p:not(:last-child) { 
    margin-bottom:15px;
}

/* .ginput_container.ginput_container_select:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #575757;
    border-right: 1cap solid #575757;
    content: '';
    height: 10px;
    width: 10px;
    pointer-events: none;
} */

.ginput_container.ginput_container_select {
    position: relative;
}

input,
select,
textarea {
    border-radius: 26px;
}

.crossout { position:relative; }
.crossout:after {
    width:100%;
    top:0px;
    left:0px;
    height:100%;
    background-image:url('/wp-content/uploads/2022/12/crossout.svg');
    background-size:contain;
    background-position:center;
    content:'';
    position: absolute;
    background-repeat: no-repeat;
}
.crossout.green.careers:after {
    background-image:url('/wp-content/uploads/2023/02/crossout-green.svg');
}
/* .crossout.green.careers:before {
    content: "Enhance lives";
    position: absolute;
    bottom: 70%;
    left: -40px;
    transform: rotate(-4deg);
    font-size: 100px;
    font-family: arsilonregular;
    color: rgb(74 93 90 / 1);
    text-transform: none;
    font-weight: 100;
    width: fit-content;
    text-align: left;
} */

header { z-index:100; }

body:not(.blog):not(.single-post) header #secondary-menu { transition: 0.5s all; }
body:not(.blog):not(.single-post) header:not(.scrolled) #secondary-menu { transform:translateY(-200%); opacity:0; }
body:not(.blog):not(.single-post) header.scrolled #secondary-menu { transform:translateY(0%); opacity:1; }

body:not(.blog):not(.single-post) header #primary-menu { transition: 0.5s all; }
body:not(.blog):not(.single-post) header:not(.scrolled) #primary-menu { transform:translateY(0%); opacity:1; }
body:not(.blog):not(.single-post) header.scrolled.hidden #primary-menu { transform:translateY(-200%); opacity:0; }
body:not(.blog):not(.single-post) header.scrolled #primary-menu { transform:translateY(0%); opacity: 0; }

/* body.home header #secondary-menu, body.page-id-81 header #secondary-menu,  */
body.blog header #secondary-menu, body.single-post header #secondary-menu {display:none;}

header .nav-toggle { transition: 0.5s all; }
header .main-logo { transition: 0.5s all; }
header .icon-logo { transition: 0.5s all; }

@media(min-width:768px) {
    header #primary-menu .menu-item-has-children .sub-menu {
        position: absolute;
        top: 20px;
        width: fit-content;
        background-color: white;
        backdrop-filter: blur(10px);
        display: none;
        padding: 20px 40px 10px 20px;
        z-index: 100;
        transform: translate(-10px,0);
    }
    header #primary-menu .menu-item-has-children.active .sub-menu {
        display:block;
    }
    header #primary-menu .menu-item-has-children .sub-menu li {
        margin-left:0px;
        margin-right:0px;
        margin-top:10px;
        margin-bottom:10px;
    }
}

header .icon-logo {
    position: absolute;
    top: 0px;
    display:none;
}

.sub-cdd { display:none; }
.custom-dropdown span:after {
    display:inline-block;
    height:8px;
    width:8px;
    border-bottom:2px solid white;
    border-right:2px solid white;
    transform:rotate(45deg) translateY(-5px);
    content:'';
    margin-left:3px;
}
.custom-dropdown:hover .sub-cdd { display:flex; }

.care-home-page-builder-menu {
    position: sticky;
    top: 100px;
    z-index: 99;
}
@media(max-width:768px) { 
    .care-home-page-builder-menu { top:68px; }
}
.care-home-page-builder-menu .initial { cursor:pointer; }

header #primary-menu .menu-item-has-children > a:after {
    content: "";
    display:inline-block;
    height:15px;
    width:15px;
    background-image: url('../tailpress/img/down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:10px;
    transition: all 0.5s ease-in-out;
    transform-origin: center center;
    position: relative;
    top: 5px;
}

header #primary-menu .menu-item-has-children.active > a:after {
    /* background-image: url('../tailpress/img/up.svg'); */
    transform: rotate(180deg);
    top: 0;
}

.content p:not(:last-child) { margin-bottom:15px;}

.link-underline {font-weight:600; position:relative;}
.link-underline:after { height:2px; background-color:rgb(74 93 90); content:''; position:absolute; top:100%; width:100%; left:0px; }

/* .scroll-content-container {position:relative; }
.scroll-content-container:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgb(234 167 142),rgb(234 167 142), rgba(234, 167, 142,0));
    height: 320px;
    bottom: -10px;
    left: 0px;
    z-index: 10;
}
.scroll-content-container:not(:first-child):before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgb(234 167 142),rgb(234 167 142), rgba(234, 167, 142,0));
    height: 320px;
    top: -10px;
    left: 0px;
    z-index: 10;
} */

.masked {
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-y: -650px;
    mask-repeat: no-repeat;
    transition: 0.3s all;
}

.masked-in {
    -webkit-mask-position-y: 0px;
    z-index:10;
}
.masked-out {
    -webkit-mask-position-y: -650px;
}

.crossout::after {
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* -webkit-mask-position-x: -700px; */
    animation-name: maskinCrossout;
    animation-fill-mode: forwards;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

.crossout.out::after {
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    /* -webkit-mask-position-x: 0px; */
    animation-name: maskinCrossoutOut;
    animation-fill-mode: forwards;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

.crossout::before {
    animation-name: crossoutWordingReveal;
    animation-duration: 0.5s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes crossoutWordingReveal {
    from { 
        transform:rotate(-15deg) translateY(20px);
        opacity:0;
        bottom:50%;
    }
    to {
        transform:rotate(-4deg) translateY(0px);
        opacity:1;
        bottom:70%;
    }
}
@keyframes maskinCrossout {
    from { 
        -webkit-mask-position-x: -700px;
    }
    to {
        -webkit-mask-position-x: 0px;
    }
}
@keyframes maskinCrossoutOut {
    from { 
        -webkit-mask-position-x: 0px;
    }
    to {
        -webkit-mask-position-x: -700px;
    }
}

/* @keyframes maskin {
    from { 
        -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    }
    to {
        -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
    }
}

@keyframes maskout {
    from { 
        -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
    }
    to {
        -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
    }
} */

.care-type-carousel .owl-stage { padding-left:0px !important}
.liefstyle-gallery-carousel .owl-stage { padding-left:0px !important}
.news-carousel .owl-stage { padding-left:0px !important}
.lifestyle-gallery-carousel .owl-stage { padding-left:0px !important}

.link-underline { transition:0.3s all; }
.link-underline:hover {
    color:rgb(234 167 142 / 1)
}
.link-underline:hover:after {
    background-color:rgb(234 167 142 / 1)
}

.care-home-gallery-carousel .owl-stage {
    padding-left: calc(40% + 134px) !important;
    padding-right: 48px !important;
}

@media(max-width:1022px) {
    #primary-menu {
        height: 100vh;
        width: 100vw;
        margin: 0;
        line-height: 2.6;
        font-size: 20px;
        padding: 110px 2rem 2rem 2rem;
        box-sizing: border-box;
        transition:all 1s;
    }
    #primary-menu:before:hover {
    
    }
    #menu-main-menu, #menu-careers-menu { flex-direction: column;}
    #primary-menu.hidden{
        left:100%;
        display:block !important;
    }
    #primary-menu:not(.hidden) {
        left:0px;
        display:block !important;
    }
    header .lg\:hidden {
        display:block;
    }
    header .lg\:flex .flex { width:100% ;}
    .crossout.green.careers:before { font-size: 15vw; width:129% }
}

@media(max-width:768px) {
    .page-template-page-careers #content_and_image5 img {max-width:200px; height:auto; margin-left:auto; margin-right:auto;}
    /* .page-template-page-careers #content_and_image5 .content {text-align:center;} */
    .awards img.max-w-\[180px\] {
        width:calc(100% / 4)
    }
    header img { max-width:93px; }
    .page-template-page-careers header img { max-width:214px; }
    #scrolling-content { position:relative; }
    #scrolling-content .images {
        height: 37vh !important;
        border-top: 80px solid #eaa78e;
        top: 0px;
        margin-top: -90px;
    }
    #scrolling-content .scrolling-images { z-index:11; }
    #scrolling-content .scrolling-images + div { 
        position: absolute;
        top: 0px;
        width: 100%;
        padding: 2rem;
        left: 0;
        padding-top: 220px;
    }

    .care-home-gallery-carousel .owl-stage {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .care-home-gallery-carousel .owl-nav {
        left: auto !important;
        position: relative !important;
        width: 50px !important;
        right: 0px;
        margin-left: auto;
        margin-right: 32px;
        margin-top:10px;
    }
    .news-carousel .owl-stage { padding-left:32px !important}
}


.care-home-gallery-carousel .owl-nav {
    position: absolute;
    top: 23%;
    left: calc(43%);
    width: 59.5%;
    color: white;
    font-size: 50px;
    line-height: 35px;
}

.care-home-gallery-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

.icon {
    transition:0.5s all;
}

.icon:after {
    float:left;
    content:'';
    width: 50%;
    height:1px;
    transform:rotate(-38deg) translate(-3px);
    transform-origin: center right;
    background-color:rgb(74 93 90 / 1);
}
.icon:before {
    float:left;
    content:'';
    width: 50%;
    height:1px;
    transform:rotate(38deg) translate(3px);
    transform-origin: center left;
    background-color:rgb(74 93 90 / 1);
}

.icon.white:after {
    background-color:rgb(255 255 255 / 1)
}
.icon.white:before {
    background-color:rgb(255 255 255 / 1)
}

.icon.up {
    transform:rotate(180deg);
}
.icon.down {
    transform:rotate(0deg);
}
.icon.right {
    transform:rotate(90deg);
}
.icon.left {
    transform:rotate(270deg);
}

.gform_wrapper.gravity-theme .gfield_label {
    color:rgb(74 93 90 / 1);
    font-weight:300 !important;
    font-size:12px !important;
    margin-bottom:0px !important;
}

.gform_wrapper.gravity-theme .gfield input.large:focus, 
.gform_wrapper.gravity-theme .gfield select.large:focus, 
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0px;
    box-shadow:none;
}

.gform_wrapper.gravity-theme .gfield input[type="text"], 
.gform_wrapper.gravity-theme .gfield input.large, 
.gform_wrapper.gravity-theme .gfield select.large, 
.gform_wrapper.gravity-theme .gfield textarea { 
    background-color:transparent;
    border-bottom:1px solid rgb(74 93 90 / 1);
    color:rgb(74 93 90 / 1);
    font-size:16px !important;
    font-weight:600 !important;
    padding:0px !important;
    height:50px !important;
}

.ginput_container_consent {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.gfield_consent_label {
    font-size: 12px;
    padding-left: 10px;
    display: block;
    width: calc(100% - 40px);
}

.ginput_container_consent input[type="checkbox"] {
    margin-top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #F07D4C;
}

.ginput_container_consent input[type="checkbox"]:checked {
    background: rgb(74 93 90 / 1);
}

.gform_wrapper.gravity-theme .gfield select {
    -webkit-appearance: none;
    appearance: none;
}

.uppercase {
    text-transform: uppercase;
}

.gform_required_legend { display:none !important; }

.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
  filter:brightness(1.2);
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    background-color:rgb(74 93 90 / 1);
    color:white;
    font-weight: 800;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor:pointer;
}

#gform_wrapper_4 #field_4_11 {margin-top: 20px;}
#gform_wrapper_4 #field_4_11 br {display: none;}
.gfield_radio#input_4_1 {display: flex; align-items: center; flex-wrap: wrap;}
.gfield_radio#input_4_1 .gchoice {margin-right: 15px;}
.gfield_radio#input_4_1 .gchoice:last-of-type {margin-right: 0;}
.gfield_radio#input_4_1 input[type='radio'] {border: solid 1px rgb(74 93 90 / 1); border-radius: 50% !important; height: 12px; width: 12px;}
.gfield_radio#input_4_1 input[type='radio']:checked {background: rgb(74 93 90 / 1);}
.gfield_radio#input_4_1 label {max-width: 100%; font-size: 12px;}

@media screen and (max-width: 475px) {
    #gform_wrapper_4 #field_4_11 br {display: block;}
}
    
@media screen and (max-width: 400px) {
.gfield_radio#input_4_1 .gchoice {width: 100%; margin-right: 0; margin-bottom: 10px;}
.gfield_radio#input_4_1 .gchoice:last-of-type {margin-bottom: 0;}
}

.page-template-page-careers .pre-footer { display:none !important; }

.offer-hover, .offer-hover span {
    transition:5s all ease-in;
}

.offer-hover:hover {
    transform:rotate(360deg);
}

.offer-hover:hover span {
    transform:rotate(-360deg);
}

footer .links ul#menu-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 1rem 2rem; /* Adjust spacing between rows and columns */
    align-items: center;
}

footer .links ul#menu-footer-menu li {
    width: 100%;
}

/* .page-template-page-careers footer#colophon > div:before {
    width: calc(100% - 6rem);
    content: '';
    position: absolute;
    top: 0px;
    left: 3rem;
    height: 1px;
    background-color: #4A5D5A;
    opacity: 0.5;
} */

.mobile-close { display:none;}

@media(max-width:1024px) {
    .mobile-close { 
        display:block;
        position: absolute;
        top: 35px;
        right: 0;
        color: rgb(74 93 90 / 1);
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        font-weight: 600;
    }
    #menu-main-menu .menu-item-has-children.active ul.sub-menu {
        display: block;
    }
    #menu-main-menu ul.sub-menu {
        margin-left: 30px;
        display: none;
    }
    .pattern-1 { 
        background-size:cover;
    }
}

.searchform select {
    appearance: none;
    -webkit-appearance: none;
    background-color:white;
}

.searchform .select-container:before {
    width: 10px;
    height: 2px;
    background-color: #495d5a;
    content: '';
    position: absolute;
    right: 16px;
    top: 10px;
    transform: rotate(45deg);
    pointer-events: none;
}

.searchform .select-container:after {
    width: 10px;
    height: 2px;
    background-color: #495d5a;
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(-45deg);
    pointer-events: none;
}

.searchform .select-container { position:relative; }

.content-groups .owl-stage-outer .owl-stage-outer:before {
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    background-color: white;
    position: absolute;
    z-index: 100;
    display: block;
    width: 1px;
}

.text-section p:not(:last-child) {
    margin-bottom:20px;
}

.text-section h2 {
    font-size:26px;
    color: rgb(74 93 90 / 1);
    font-weight:600;
    line-height:30px;
    margin-bottom:40px;
}

.text-section a { 
    font-weight:600;
    transition:0.3s all;
}
.text-section a:hover { 
    color:rgb(234 167 142 / 1)
}

@media(max-width:768px) {
    .scroller-container {
        flex-direction:column;
    }
    .scroller-container .p-wrap { max-height:43vh; }
}

/* .home .just-content:first-of-type h3 {text-transform: uppercase; font-size: 60px; font-weight: bold;}
 */
@media(max-width:1020px) {
    /* .home .just-content:first-of-type h3 {font-size: 30px;} */
}

.backToTop {left: 20px;}

@media(max-width: 568px){
    .page-template-page-careers header img { max-width: 175px; }
}

@media(max-width: 400px){
    .page-template-page-careers header img {max-width: 150px;}
}

.page-id-94 .content-image#content_and_image5 div.w-full:nth-of-type(2),
.page-id-247 .content-image#content_and_image5 div.w-full:nth-of-type(2){min-height: 630px}

@media(max-width: 640px){
    .page-id-94 .content-image#content_and_image5 div.w-full:nth-of-type(2),
    .page-id-247 .content-image#content_and_image5 div.w-full:nth-of-type(2){min-height: unset;}
}

.careers-hero.bg-principlegreen {
    background-position: 50% 16% !important;
}
section#career_image_block {
    background-position: center !important;
}

@media(max-width:1200px){   
    .home #homepage-hero {
        background-position: 50% !important;
    }
}

@media(max-width: 640px){
    .careers-hero.bg-principlegreen {
        background-position: 90% 16% !important;
    }

    section#career_image_block {
        background-position: 65% 50% !important;
    }
}

input[type="submit"]{
    text-transform: uppercase !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

*, body, html { 
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

body, html {
    background: #FAF5F2;
}

h1, h2, h3, h4, h5, h6, 
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: "Montserrat", sans-serif;
}

.post-edit-link {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    padding: 15px 25px;
    color: #F07E4C;
    border: solid 1px #F07E4C;
    background: white;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    line-height: 1;
}
  
* {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

p:not(:last-of-type) {
    margin-bottom: 1rem !important;
}


.content li {
		margin-bottom: 1rem;
	}
	
.content ul,
.content ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
	
.content ul {
  list-style: none;
  padding-left: 1.5rem;
}

.content ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.75rem;
}

.content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
	
	.content ul li ul {
		margin-top: 1rem;
	}

/* Services hero and stats typography lives in the theme, not ACF content. */
.services-hero-stats,
.services-hero-stats * {
    font-family: "Montserrat", sans-serif;
}

.services-hero-subheading,
.services-hero-subheading * {
    color: #575757 !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 23px !important;
}

.services-stats-visual {
    max-width: 28rem !important;
}

.services-stats-card {
    overflow: hidden;
}

.services-stats-heading,
.services-stats-heading * {
    color: #231F20 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 2rem !important;
}

.services-stats-heading p {
    margin-bottom: 0 !important;
}

.services-stat-item p {
    margin-bottom: 0.45rem !important;
}

.services-stat-value,
.services-stat-item .stat-value {
    display: inline-block !important;
    background-color: transparent !important;
    background-image: linear-gradient(to right, #B38D5D, #CFAE78) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    line-height: 2.5rem !important;
}

.services-stat-value *,
.services-stat-item .stat-value * {
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    font-weight: 700 !important;
}

.services-stat-label,
.services-stat-label * {
    background: none !important;
    color: #575757 !important;
    font-size: 0.875rem !important;
    font-weight: 300 !important;
    line-height: 1.25rem !important;
}

.services-stat-item a {
    color: #bda377 !important;
    font-weight: 700 !important;
}

.services-stat-label a,
.services-stat-label strong,
.services-stat-label b {
    color: #bda377 !important;
    font-weight: 700 !important;
}

.services-stats-source,
.services-stats-source * {
    color: #bda377 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 23px !important;
}

@media (min-width: 782px) {
    .services-stats-source,
    .services-stats-source * {
        font-size: 1.125rem !important;
    }

    .services-hero-subheading,
    .services-hero-subheading * {
        font-size: 1.125rem !important;
    }
}

/* Testimonials slider: scoped styles avoid relying on copied Tailwind utilities being present in the compiled build. */
.empressa-testimonials-slider {
    background: #FAFAFA;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 76px;
}

.empressa-testimonials-slider > div {
    max-width: 1280px;
}

.empressa-testimonials-slider > div > p {
    color: #bda377 !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 24px;
}

.empressa-testimonials-slider > div > h1 {
    color: #231F20 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    margin-bottom: 42px !important;
}

.empressa-testimonials-swipe {
    overflow: hidden;
    box-shadow: 0 7px 18px rgba(35, 31, 32, 0.06);
}

.empressa-testimonials-slide {
    min-height: 320px;
    padding: 72px 96px 64px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.empressa-testimonials-logo {
    width: auto !important;
    max-width: 230px !important;
    height: auto !important;
    max-height: 92px !important;
    margin-bottom: 42px !important;
    object-fit: contain;
}

.empressa-testimonials-slider .testimonial-copy {
    max-width: 1050px;
    margin-right: auto;
    margin-bottom: 28px !important;
    margin-left: auto;
    color: #575757 !important;
    font-family: "Montserrat", sans-serif !important;
    font-style: italic;
}

.empressa-testimonials-slider .testimonial-copy p {
    color: inherit !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
}

.empressa-testimonials-slider .testimonial-copy p:first-child::before {
    content: '"';
}

.empressa-testimonials-slider .testimonial-copy p:last-child::after {
    content: '"';
}

.empressa-testimonials-title {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.empressa-testimonials-prev,
.empressa-testimonials-next {
    width: 46px;
    height: 54px;
    border-radius: 0 !important;
    color: #b18d5f !important;
    background: #ffffff !important;
    box-shadow: 0 2px 7px rgba(35, 31, 32, 0.12) !important;
}

.empressa-testimonials-prev {
    left: -14px !important;
}

.empressa-testimonials-next {
    right: -14px !important;
}

.empressa-testimonials-dot {
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
    border-radius: 9999px !important;
    background: #d4d9df !important;
}

.empressa-testimonials-dot.is-active {
    background: linear-gradient(to right, #978360, #E9CB96, #978360) !important;
}

@media (max-width: 781px) {
    .empressa-testimonials-slider {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .empressa-testimonials-slider > div > p {
        font-size: 14px !important;
        margin-bottom: 16px;
    }

    .empressa-testimonials-slider > div > h1 {
        font-size: 34px !important;
        margin-bottom: 28px !important;
    }

    .empressa-testimonials-slide {
        min-height: 0;
        padding: 48px 26px 44px !important;
    }

    .empressa-testimonials-logo {
        max-width: 180px !important;
        max-height: 80px !important;
        margin-bottom: 28px !important;
    }

    .empressa-testimonials-slider .testimonial-copy p {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .empressa-testimonials-title {
        font-size: 14px !important;
    }

    .empressa-testimonials-prev,
    .empressa-testimonials-next {
        width: 38px;
        height: 46px;
    }

    .empressa-testimonials-prev {
        left: 4px !important;
    }

    .empressa-testimonials-next {
        right: 4px !important;
    }
}
