/*
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&display=swap');
@import url("https://use.typekit.net/dkd5lqs.css");

/* @font-face {
    font-family: 'arsilonregular';
    src: url('fonts/dhan_studio_-_arsilon-webfont.woff2') format('woff2'),
         url('fonts/dhan_studio_-_arsilon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

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'; /* or 'Font Awesome 6 Free' depending on your version */
    content: '\f078'; /* Unicode for chevron-down */
    font-weight: 900; /* Required for solid icons */
    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: #F07E4C;
    border: solid 1px #F07E4C;
    background: white;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "roca", sans-serif;
    line-height: 1;
}
  

* {
    /* border: solid 1px red; */
    font-family: "halyard-display", sans-serif;
    font-weight: 300;
    font-style: normal;
}

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

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 { 
    font-family: "halyard-display", sans-serif;
    scroll-behavior: smooth;
}

body, html {
    background: #FAF5F2;
}

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

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

.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;
}

.pattern-1 {
    background-image:url('/wp-content/uploads/2022/12/pattern-1.svg');
    background-size:80%;
    background-position: top left;
    background-repeat:no-repeat;
}

.pattern-2 {
    background-image:url('/wp-content/uploads/2022/12/pattern2.svg');
    background-size:70%;
    background-position: bottom right;
    background-repeat:no-repeat;
}

.pattern-3 {
    background-image:url('/wp-content/uploads/2023/01/pattern-3.svg');
    background-size:contain;
    background-position: bottom left;
    background-repeat:no-repeat;
}

.pattern-5 {
    background-image:url('/wp-content/uploads/2023/02/pattern5.svg');
    background-size:contain;
    background-position: bottom left;
    background-repeat:no-repeat;
}

.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-main { transition: 0.5s all; }
body:not(.blog):not(.single-post) header:not(.scrolled) #primary-menu-main { transform:translateY(0%); opacity:1; }
body:not(.blog):not(.single-post) header.scrolled.hidden #primary-menu-main { transform:translateY(-200%); opacity:0; }
body:not(.blog):not(.single-post) header.scrolled #primary-menu-main { 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-main .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-main .menu-item-has-children.active .sub-menu {
        display:block;
    }
    header #primary-menu-main .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;
}

@media(max-width:768px) {
    body:not(.blog):not(.single-post) header.scrolled .nav-toggle {opacity: 1;}
    body:not(.blog):not(.single-post) header.scrolled #secondary-menu { transform:translateY(0); opacity:1; }
    
    /* header:not(.scrolled) .nav-toggle { transform:translateY(0%); opacity:1; }
    header.scrolled .nav-toggle { transform:translateY(-200%); opacity:0; }

    header:not(.scrolled) .main-logo{ transform:translateY(0%); opacity:1; }  */

    header.scrolled .main-logo { transform:translateY(0%); opacity: 1; }
    
    /* header .icon-logo {
        display:block;
    }
    header:not(.scrolled) .icon-logo { transform:translateY(-200%); opacity:1; }
    header.scrolled .icon-logo { transform:translateY(30%); opacity:1; } */

    /* #secondary-menu {top: -15px;} */
}

.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-main .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-main .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-main {
        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-main:before:hover {
    
    }
    /* #menu-main-menu, #menu-careers-menu { flex-direction: column;}
    #primary-menu-main.hidden{
        left:100%;
        display:block !important;
    }
    #primary-menu-main: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;
}

.pb-block.awards#awards img {filter: grayscale(1);}

@media only screen and (min-width: 1700px)  {
    .w-full.sm\:w-3\/4.basis-full.sm\:basis-3\/4.sm\:min-h-\[300px\].pt-\[100\%\].sm\:pt-\[0\].team-photo.sm\:pt-0 {
        padding-top: 50% !important;
    }
}

.lifestyle .lifestyle-carousel > .owl-stage .owl-carousel .owl-item {margin-left: -1px; padding-left: 5px;}
.lifestyle#our-story .lifestyle-carousel .owl-item.active {padding-left: 5px;}

.lifestyle#our-story .lifestyle-carousel .owl-item.active,
.lifestyle .lifestyle-carousel .owl-item.active {position: relative; padding-left: 5px;}
        
.life-style#our-story .lifestyle-carousel .owl-item.active::before,
.lifestyle .lifestyle-carousel .owl-item.active::before {content:""; position: absolute;left:-1px; top:0; height: 100%; width: 2px;background: white;}
.lifestyle .lifestyle-carousel .lifestyle-gallery-carousel .owl-item.active {padding-left: unset;}
.lifestyle .lifestyle-carousel .lifestyle-gallery-carousel .owl-item.active::before {left: 0; background: transparent; width: 0;}


/* Forms */
.gform-theme--foundation .gform_fields {
    background: white !important; 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 1rem !important;
    padding: 20px !important;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}

.gform-footer.gform_footer.top_label {
    background: white !important;
    margin-top: 0 !important;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 0 20px 20px 20px;
}

.gform-footer.gform_footer.top_label input[type="submit"]{
    background-color: #F07E4C !important;
    color: white !important; /* Replace with actual color if needed */
    border: 1px solid #F07E4C !important; /* Replace with actual color */
    padding: 0.5rem 1rem !important; /* py-2 px-4 */
    border-radius: 9999px !important; /* rounded */ 
    transition: background-color 0.3s, color 0.3s !important;
}

.gform-theme--foundation .gform_fields label {
    color: #919191 !important;
    font-family: "halyard-display", sans-serif;
    font-weight: normal;
}

.gform-theme--foundation .gform_fields .ginput_container_consent {
    display: flex !important;
    align-items: center !important;
}

.gform-theme--foundation .gform_fields label.gfield_consent_label {
    font-size: 11px !important;
    margin-left: 10px !important;
}

.gform-theme--foundation .gform_fields .ginput_container_consent input[type="checkbox"]{
    border: solid 1px #F07E4C !important;
    border-radius: unset !important;
    width: 15px !important;
    height: 15px !important;
}

.gform-theme--foundation .gform_fields input,
.gform-theme--foundation .gform_fields select,
.gform-theme--foundation .gform_fields textarea {
    color: #919191 !important;
    border-radius: 5px !important;
    border: solid 1px #BABABA !important;
}

.gform-theme--foundation .gform_fields textarea {
    min-block-size: 6rem !important;
}

.tile p:first-of-type {
    font-family: "roca", sans-serif;
    font-weight: bold;
}