/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.banner-sec {
    position: relative;
    background-position: 100% 75% !important;
}

.banner-sec::after {
    content: '';
    background: url(/wp-content/uploads/2025/05/banner-bottom.png);
    width: 100%;
    position: absolute;
    height: 200px;
    bottom: -10%;
    left: 0;
    z-index: 9;
}


.setMarquee {
    position: relative;
    display: flex;
    width: 100% !important;
    z-index: 99;
    align-items: center;
    height: 95px;
    50px: ;
    background: #2e5747;
    transform: rotate(-1.5deg);
}

.setMarquee span {
    color: #fff;
    font-size: 65px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    width: 120% !important;
    line-height: 32px !important;
    font-family: 'SigmaCondensed' !important;
    justify-content: space-between;
    margin-right: 20px;
    white-space: nowrap;
    height: 95px;
    letter-spacing: 1px;
    background: #2e5747;
}

.setMarquee label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ffffff !important;
    margin: 0;
    border-radius: 100px;
}

.setMarquee>div {
    position: absolute !important;
    animation: marquee 18s linear infinite !important;
    top: 0;
    bottom: 2px !important;
    width: 170% !important;
    padding-bottom: 0;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.setMarquee span a {
    color: #a2c6b2 !important;
}


div.browse-by-categories ul.categories-list {
    padding: 0 0 0;
    margin: 0 0 0;
    display: block;
}

div.browse-by-categories ul.categories-list li {
    display: inline-flex;
    width: 18.4%;
    margin-right: 18px;
}

div.browse-by-categories .inner-container {
    width: 88%;
    margin: 0 auto;
}

div.browse-by-categories ul.categories-list li:last-child {
    margin-right: 0;
}

div.browse-by-categories ul.categories-list li a {
    width: 100%;
    outline: 2px solid #ffffff00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #a3aa40;
    border-radius: 28px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    min-height: 200px;
    transition: all 0.2s linear;
}

div.browse-by-categories ul.categories-list li a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

div.browse-by-categories ul.categories-list li h4 {
    margin: 20px 0 0;
    color: #fff;
    font-family: 'Lato' !important;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}

div.browse-by-categories ul.categories-list li a:hover {
    transform: translate(0px, -8px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    outline: 2px solid #a3aa40;
    outline-offset: 2px;
}


div.experience-the-territory-block ul.experience-list {
    padding: 0 0 0;
    margin: 0 0 0;
}

div.experience-the-territory-block ul.experience-list li {
    display: inline-block;
    width: 32.1%;
    margin-right: 18px;
}

div.experience-the-territory-block ul.experience-list li:nth-child(3n) {
    margin-right: 0 !important;
}

div.experience-the-territory-block ul.experience-list li a.experience-main-link-box {
    height: 325px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    transition: all 0.3s linear;
    display: block;
}

div.experience-the-territory-block ul.experience-list li a img.experience-inner-content {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: all 0.3s linear;
}

div.experience-the-territory-block ul.experience-list li h4 {
    margin: 15px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Variex';
}

div.experience-the-territory-block ul.experience-list li a::after {
    content: '';
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 63%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
    height: 100%;
}

div.experience-the-territory-block ul.experience-list li {}

div.experience-the-territory-block ul.experience-list li a:hover {}

.elementor-form-fields-wrapper input#form-field-email {
    height: 60px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
    color: grey;
}

.elementor-form-fields-wrapper button.elementor-button {
    height: 60px;
    background: #315235 !important;
}

.elementor-form-fields-wrapper button.elementor-button:hover {
    background: #223c25 !important;
    transform: scale(1.035);
}

.after-line-0 {
    position: relative;
}

.after-line-0::after {
    content: '';
    background: #8e9192;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 39px;
    right: 35px;
}

.line-02::after {
    right: -33px;
}

.line-03::after {
    right: 20px;
}


div.home-page-carousel-block ul.carousel-list {
    padding: 0 0 0;
    margin: 0 0 0;
    display: flex;
    gap: 20px;
    justify-content: end;
}

div.home-page-carousel-block ul.carousel-list li {
    height: 680px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    margin: 10px 0px;
    transition: all 0.3s linear;
}


div.home-page-carousel-block ul.carousel-list li .meta-tag {
    position: absolute;
    top: 25px;
    left: 22px;
    display: inline-block;
}

div.home-page-carousel-block ul.carousel-list li .meta-tag h5 {
    margin: 0 0 0;
    display: inline-block;
    background: #fff;
    width: 110px;
    text-align: left;
    padding: 3px 10px;
    border-radius: 10px;
    color: #0a5a7c;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GalanoGrotesque';
}

div.home-page-carousel-block ul.carousel-list li .carousel-content h4 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-family: 'GalanoGrotesque';
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
}

div.home-page-carousel-block ul.carousel-list li .carousel-content a.read-more-btn {
    height: 50px;
    width: 50px;
    margin: 12px auto 12px;
    transition: all 0.3s linear;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

div.home-page-carousel-block ul.carousel-list li .carousel-content a.read-more-btn i {
    color: #fff;
    font-size: 20px;
}

.carousel-content p.date-meta-data {
    text-align: center;
    margin: 0;
    color: rgb(255 255 255 / 75%);
    font-size: 22px;
    font-weight: 300;
    font-family: 'GalanoGrotesque';
}

div.home-page-carousel-block ul.carousel-list li .carousel-content a.read-more-btn:hover {
    background: #fff;
}

div.home-page-carousel-block ul.carousel-list li .carousel-content a.read-more-btn:hover i {
    color: #284e39;
}

div.home-page-carousel-block .inner-container {
    width: 86.5%;
    margin: 0 0 0 auto;
    padding-top: 25px;
}

.slick-slide {
    margin-right: 20px;
}

.slick-list {
    margin-right: -20px;
}

div.home-page-carousel-block button.slick-arrow {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: -78px;
    width: 55px;
    height: 55px;
    font-size: 0;
    border-radius: 100px;
    border: 2px solid #fff;
    transition: all 0.3s linear;
}

div.home-page-carousel-block button.slick-prev {
    left: unset !important;
    right: 149px;
}

div.home-page-carousel-block button.slick-next {
    right: 86px;
    border: unset !important;
    background: transparent !important;
}

div.home-page-carousel-block button.slick-arrow:hover {
    background: #fff;
}









/* ========== Template Pages Css */

div.page-title {
    padding: 100px 0px 85px;
    position: relative;
}

div.page-title .page-title-content {
    text-align: center;
}

div.page-title .page-title-content h2 {
    margin: 0 0 0;
    font-size: 60px;
    color: #fff;
    font-family: 'GalanoGrotesque';
    font-weight: 800;
    line-height: 65px;
}

div.page-title .page-title-content p {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-family: 'GalanoGrotesque';
    width: 34%;
    margin: 0 auto;
    font-weight: 400;
    font-style: italic;
}

.page-template-news div#page-title::after {
    content: '';
    background: url(/wp-content/uploads/2025/05/banner-bottom.png);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100px;
    background-size: auto;
}

.page-template section .container {
    max-width: 1300px;
    margin: 0 auto;
}

section.left-and-right-section {
    padding: 80px 0px;
}

section.left-and-right-section .left-and-right-section-content {
    border-top: 1px solid rgb(231 231 231 / 76%);
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.left-and-right-section .left-and-right-section-content .left-side-content h2 {
    font-size: 62px;
    line-height: 60px;
    color: #a2c6b2;
    font-family: 'GalanoGrotesque';
    font-weight: 600;
    margin: 0 0 0;
    width: 72%;
}

section.left-and-right-section .left-and-right-section-content .left-side-content h2 span {
    color: #4e7253;
}

section.custom-filter-section .custom-filter-block {
    padding: 24px;
    border-radius: 17px;
    background: #a3d7c2;
}

section.custom-filter-section .custom-filter-block form label {
    display: none;
}

section.custom-filter-section .custom-filter-block form {
    display: flex;
    gap: 16px;
}

section.custom-filter-section .custom-filter-block form select {
    width: 100%;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #fff !important;
    font-size: 22px;
    color: #6d9484;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
    padding: 6.5px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
}

section.custom-filter-section .custom-filter-block form input::placeholder {
    font-size: 22px;
    color: #6d9484;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
}

section.custom-filter-section .custom-filter-block form .button-class {
    width: 16%;
}

section.custom-filter-section .custom-filter-block form .button-class button {
    width: 100%;
    border-radius: 100px;
    background: #6d9484;
    color: #fff;
    border: 1px solid #6d9484;
    font-size: 22px;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
    padding: 7.5px 20px;
    transition: all 0.3s linear;
}

section.custom-filter-section .custom-filter-block form select:focus {
    border: 1px solid #6d9484 !important;
}

section.custom-filter-section .custom-filter-block form .button-class button:hover {
    background: #527b6a;
    color: #fff;
}

section.left-and-right-section .left-and-right-section-content .right-side-content p {
    margin: 0 0px 0 35px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 300;
    color: #4e7253;
}

section.left-and-right-section .left-and-right-section-content div {
    flex: 1;
    padding: 40px 0px;
}

section.left-and-right-section .left-and-right-section-content .left-side-content {
    border-right: 2px solid #e7e7e7;
}


section.news-list-item-section {
    background: #edf1ef;
    padding: 120px 0px 100px;
}

section#custom-filter-section {
    position: relative;
    z-index: 99;
    margin: 0 0 -44px;
}

section.news-list-item-section ul.news-list-items {
    padding: 0 0 0;
    margin: 0 0 0;
}

section.news-list-item-section ul.news-list-items>li {
    list-style: none;
    margin-bottom: 22px;
}

section.news-list-item-section ul.news-list-items li .flex-class {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    border-radius: 22px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgb(50 50 93 / 15%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px;
}

section.news-list-item-section ul.news-list-items li .flex-class .news-img-div {
    width: 40%;
    overflow: hidden;
    position: relative;
    border-radius: 22px 0px 0px 22px;
    height: 365px;
}

section.news-list-item-section ul.news-list-items li .flex-class .news-content-div {
    width: 60%;
    padding: 28px 45px 0px;
    position: relative;
    min-height: 365px;
}

section.news-list-item-section ul.news-list-items li .flex-class .news-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

section.news-list-item-section ul.news-list-items li .flex-class .news-content-div ul.news-meta-data {
    padding: 0 0 0;
    margin: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

section.news-list-item-section ul.news-list-items li .flex-class .news-content-div ul.news-meta-data li {
    list-style: none;
}

section.news-list-item-section ul.news-list-items li .flex-class .news-content-div ul.news-meta-data li.date-meta a {
    color: #6d9484;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    font-family: 'GalanoGrotesque';
}

ul.news-list-items li .flex-class .news-content-div .inner-news-content h4 {
    margin: 15px 0 8px;
    font-size: 48px;
    color: #4e7253;
    line-height: 44px;
    font-weight: 600;
    font-family: 'GalanoGrotesque';
}

ul.news-list-items li .flex-class .news-content-div .inner-news-content p {
    margin: 0 0 0;
    color: #9c9e9d;
    font-size: 24px;
    line-height: 25px;
    font-family: 'GalanoGrotesque';
    font-weight: 400;
    width: 83%;
}

ul.news-list-items li .flex-class .news-content-div .read-more-btn {
    position: absolute;
    right: 25px;
    bottom: 28px;
}

ul.news-list-items li .flex-class .news-content-div .read-more-btn a {
    font-size: 24px;
    line-height: 30px;
    font-family: 'GalanoGrotesque';
    font-weight: 600;
    padding: 4px 40px;
    background: #4e7253;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #4e7253;
    transition: all 0.3s linear;
}

ul.news-list-items li .flex-class .news-content-div .read-more-btn a:hover {
    background: #325336;
    color: #fff;
    transform: scale(1.035);
}

ul.news-list-items li .flex-class .news-content-div ul.news-meta-data li.category-meta a {
    background: #6d9484;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'GalanoGrotesque';
    line-height: 24px;
    padding: 2px 58px 2px 14px;
    border-radius: 100px;
    transition: all 0.2s linear;
    cursor: pointer;
}

ul.news-list-items li .flex-class .news-content-div ul.news-meta-data li.category-meta a:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.template-page-bottom-shape {
    height: 175px;
    margin-top: 75px;
}

.full-height-title-img {
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-height-title-img .page-title-content p {
    width: 70% !important;
}


ul.events-list-items {
    padding: 0 0 0;
    margin: 0 0 0;
}

section.events-list-item-section {
    padding-top: 80px;
}

ul.events-list-items li.event-list-item-box {
    display: inline-block;
    width: 32.3%;
    margin-right: 14.8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 22px;
    transition: all 0.2s linear;
    cursor: pointer;
}

ul.events-list-items li.event-list-item-box:nth-child(3n) {
    margin-right: 0 !important;
}

ul.events-list-items li.event-list-item-box .event-img-and-details {
    position: relative;
    height: 435px;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

ul.events-list-items li.event-list-item-box .event-img-and-details .event-details-box {
    position: absolute;
    width: 100%;
    left: 22px;
    bottom: 34px;
    z-index: 99;
    font-family: 'GalanoGrotesque';
}

ul.events-list-items li.event-list-item-box .event-img-and-details .event-details-box h4 {
    margin: 0 0 0;
    padding: 2px 2px;
    background: #869c85;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 25px;
}

ul.events-list-items li.event-list-item-box .event-img-and-details .event-details-box p {
    font-size: 22px;
    color: #fff;
    margin: 10px 0 14px;
    line-height: 25px;
    width: 64%;
}

ul.events-list-items li.event-list-item-box .event-img-and-details .event-details-box a.events-btn {
    background: #fff;
    padding: 2px 22px;
    border-radius: 100px;
    text-transform: capitalize;
    color: #869c85;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s linear;
    display: inline-block;
}

ul.events-list-items li.event-list-item-box .event-img-and-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.3s linear;
}

ul.events-list-items li.event-list-item-box .event-img-and-details .event-details-box a.events-btn:hover {
    background: #869c85;
    color: #fff;
    transform: scale(1.035);
}

ul.events-list-items li.event-list-item-box .event-date h5 {
    margin: 0 0 0;
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    line-height: 44px;
}

ul.events-list-items li.event-list-item-box .event-date {
    background: #869c85;
    margin-top: -14px;
    z-index: 99;
    position: relative;
    padding: 10px 30px 10px;
    border-radius: 0 0 20px 20px;
    font-family: 'GalanoGrotesque';
}

ul.events-list-items li.event-list-item-box .event-date .flex-class-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

ul.events-list-items li.event-list-item-box .event-date .date-item {
    text-align: center;
}

ul.events-list-items li.event-list-item-box .event-date span {
    font-size: 26px;
    font-weight: 500;
    color: #ffeb00;
    line-height: 25px;
}

ul.events-list-items li.event-list-item-box .event-date .date-item span.arrow-icon i {
    font-size: 30px;
}

ul.events-list-items li.event-list-item-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.events-list-items li.event-list-item-box:hover .event-img-and-details img {
    transform: scale(1.10) rotate(2deg);
}

.smae-shape-class {
    margin-top: 0px;
    height: 160px;
    height: 160px;
    background-position: top !important;
}

ul.sleep-list-items {
    padding: 0 0 0;
    margin: 0 0 0;
}

section.sleep-list-item-section {
    padding-top: 100px;
}

ul.sleep-list-items li.sleep-item-box {
    display: inline-block;
    width: 32.3%;
    margin-right: 14.8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #5a855e;
    border-radius: 18px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    cursor: pointer;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-image {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
    position: relative;
    overflow: hidden;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content {
    font-family: 'GalanoGrotesque';
    padding: 20px;
}

ul.sleep-list-items li.sleep-item-box:nth-child(3n) {
    margin-right: 0 !important;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content h4 {
    margin: 0 0 0;
    color: #fff;
    font-size: 28px;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content p {
    margin: 0 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content ul.sleep-item-meta-data {
    padding: 0 0 0;
    margin: 14px 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content ul.sleep-item-meta-data li {
    list-style: none;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content .sleep-readmore-btn a {
    padding: 2px 20px;
    background: #96e49a;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.2s linear;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content .sleep-readmore-btn a:hover {
    background: #ffffff;
    color: #96e49a;
    transform: scale(1.035);
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content ul.sleep-item-meta-data b {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-content ul.sleep-item-meta-data a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

ul.sleep-list-items li.sleep-item-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.sleep-list-items li.sleep-item-box .sleep-box-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top right, #46acbe 0%, #267d35 100%);
    opacity: 0;
}

section.news-list-item-section ul.news-list-items li:hover .flex-class .news-img-div img {
    transform: scale(1.10) rotate(0.5deg);
}


.bottom-page-title {
    min-height: 580px !important;
    align-items: end !important;
    padding-bottom: 50px !important;
}

.bottom-page-title ul {
    padding: 0 0 0;
    margin: 0 0 0;
}

.bottom-page-title ul li {
    list-style: none;
    color: #fff;
    font-family: 'GalanoGrotesque';
    font-style: italic;
    font-size: 45px;
    font-weight: 300;
}

.bottom-page-title ul li b {
    font-weight: 500;
}

.bottom-page-title ul li i {
    font-size: 26px;
    margin-left: 20px;
}

.detail-news-block-01 .detail-news-flex-class {
    display: flex;
    align-items: center;
}

.detail-news-flex-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
    border-top: 1px solid rgb(216 216 216 / 56%);
    margin-bottom: 80px;
    border-bottom: 1px solid rgb(216 216 216 / 56%);
}

.news-detail-block-01 {
    padding: 80px 0px 80px;
}

.detail-news-flex-class div {
    flex: 1;
    padding: 20px 0;
}

.detail-news-flex-class h2 {
    margin: 0 0 0;
    font-size: 62px;
    color: #a2c6b2;
    font-weight: 600;
    font-family: 'GalanoGrotesque' !important;
    line-height: 62px;
    width: 88%;
}

.detail-news-flex-class ul.detail-news-meta-data {
    padding: 0 0 0;
    margin: 0 0 0 75px;
    width: 55%;
}

.news-detail-block-01 .detail-news-flex-class ul.detail-news-meta-data li {
    list-style: none;
    margin-bottom: 12px;
    background: #cee0d6;
    padding: 12px 16px;
    border-radius: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
    transition: all 0.3s linear;
}

.news-detail-block-01 .detail-news-flex-class ul.detail-news-meta-data li.news-date {
    background: #779a7c;
}

.news-detail-block-01 .detail-news-flex-class ul.detail-news-meta-data li.news-date span {
    margin-right: 12px;
    font-weight: 300;
    font-size: 22px;
}

.news-detail-block-01 .detail-news-flex-class ul.detail-news-meta-data li.news-date b {
    font-weight: 500;
    font-size: 22px;
}

.news-detail-block-01 .detail-news-flex-class ul.detail-news-meta-data li.news-category span {
    color: #779a7c;
    margin-right: 12px;
    font-size: 22px;
    font-weight: 400;
}

.news-detail-block-01 .detail-news-flex-class ul.detail-news-meta-data li.news-category b {
    font-size: 22px;
    color: #779a7c;
    font-weight: 600;
}

.left-detail-news-flex-item {
    border-right: 1px solid rgb(216 216 216 / 56%);
}


.detail-news-description-block {
    padding-bottom: 80px;
    border-bottom: 1px solid rgb(216 216 216 / 56%);
    padding-top: 20px;
}

.detail-news-description-block p {
    margin-bottom: 25px;
    font-size: 26px;
    color: #4e7253;
    font-weight: 300;
    font-family: 'GalanoGrotesque';
    line-height: 28px;
}

.detail-news-events {
    background: #edf1f0;
    padding: 0 0 50px !important;
}

.detail-news-events .container>h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 55px;
    line-height: normal;
    font-weight: 600;
    font-family: 'GalanoGrotesque';
    color: #779a7c;
}

.detail-news-events .container>h2 span {
    color: #a2c6b2;
}

.detail-news-events .date-item h5 {
    font-size: 33px !important;
    font-weight: 600 !important;
}

.detail-news-flex-class h2 span {
    color: #4e7253;
}

section#event-news-block-01 .event-detail-meta-data {
    margin-left: 30px;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper {
    border-radius: 20px;
    background: #cee0d6;
    padding: 20px;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper h4 {
    margin: 0 0 0;
    color: #4e7253;
    font-family: 'GalanoGrotesque';
    font-size: 28px;
    font-weight: 400;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper h4 b {
    font-weight: 700;
    color: #4e7253;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper ul {
    padding: 0 0 0;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper ul li {
    list-style: none;
    background: #779a7c;
    padding: 10px 15px;
    border-radius: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s linear;
    cursor: pointer;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper ul li span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper ul li b {
    color: #fdea02;
    font-family: 'GalanoGrotesque';
    font-weight: 700;
    font-size: 20px;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper ul li.news-date-02 {
    background: #4e7253;
}

.location-item {
    padding: 20px !important;
    border-radius: 20px;
    background: #779a7c;
    margin: 16px 0 0;
    transition: all 0.2s linear;
    cursor: pointer;
}

.location-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #fff !important;
    font-size: 20px;
    font-family: 'GalanoGrotesque';
    font-weight: 500;
    line-height: normal;
}

.location-item a i {
    font-size: 24px;
    margin-bottom: 8px;
}

.location-item:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section#event-news-block-01 .event-detail-meta-data .bg-wrapper ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.custom-map-block {
    margin-top: 80px;
}


.page-title-headings h4 {
    margin: 0px 0 18px;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Variex';
    font-weight: 600;
}

section.sleep-detail-block-01 {
    padding: 60px 0px 80px;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-01 {
    width: 50%;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 {
    width: 50%;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 .sleep-detail-links {
    padding: 18px 25px;
    border-radius: 20px;
    background: #d8eedb;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 .sleep-detail-links ul {
    padding: 0 0 0;
    margin: 0 0 0;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 .sleep-detail-links ul li {
    list-style: none;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 .sleep-detail-links ul li a {
    font-size: 22px;
    color: #546d58;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
    line-height: 30px;
    transition: all 0.3s linear;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 .sleep-detail-links ul li span.icons {
    font-size: 22px;
    color: #546d5c;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .link-below-btn {
    margin: 24px 0 0;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .link-below-btn a {
    width: 100%;
    display: block;
    padding: 12px 20px;
    border-radius: 100px;
    background: #809e84;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'GalanoGrotesque';
    font-weight: 600;
    transition: all 0.2s linear;
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .link-below-btn a:hover {
    background: #638467;
    transform: scale(1.035);
}

section.sleep-detail-block-01 .sleep-detail-inner-block-01 .flex-item-02 .sleep-detail-links ul li a:hover {
    color: #111;
}

.gallery-block {
    margin-top: 40px;
    padding: 40px 0 30px;
    border-top: 2px solid #f0f0f0;
}

.gallery-block ul {
    padding: 0 0 0;
    margin: 0 0 0;
}

.gallery-block ul li {
    list-style: none;
    display: inline-block;
    width: 32.3%;
    margin-right: 15.5px;
    height: 450px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    vertical-align: top;
}

.gallery-block ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.gallery-block ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s linear;
}

.sleep-detail-name-des {
    margin: 0 0 35px;
}

.sleep-detail-name-des h2.title {
    margin: 0 0 12px;
    font-size: 45px;
    line-height: 50px;
    color: #809e84;
    font-weight: 800;
    font-family: 'GalanoGrotesque';
}

.sleep-detail-name-des p.des {
    margin: 0 0 0;
    color: #797979;
    font-size: 34px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'GalanoGrotesque';
}

.sleep-detail-cate-reviews ul {
    padding: 0 0 0;
    margin: 0 0 0;
}

.sleep-detail-cate-reviews ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.sleep-detail-cate-reviews ul li b {
    font-size: 32px;
    color: #809e84;
    font-weight: 600;
    font=we: ;
    font-family: 'GalanoGrotesque';
}

.sleep-detail-cate-reviews ul li a {
    font-size: 32px;
    color: #9a9a9a;
    font-family: 'GalanoGrotesque';
    font-weight: 300;
}

.sleep-detail-cate-reviews ul li.reviews-itme ul.star-rating {
    display: flex;
    gap: 4px;
}

.sleep-detail-cate-reviews ul li.reviews-itme ul.star-rating i {
    font-size: 23px;
    color: #d8eedb;
}

.sleep-detail-block-01-btn {
    margin: 28px 0 0;
}

.sleep-detail-block-01-btn a {
    padding: 10px 28px;
    border-radius: 0;
    background: linear-gradient(204deg, rgba(128, 174, 57, 1) 26%, rgba(128, 174, 57, 0.73) 81%);
    color: #fff;
    font-size: 20px;
    font-family: 'GalanoGrotesque';
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s linear;
    display: inline-block;
}

.detail-description-block {
    padding: 0 0 20px;
    margin: 0 0 50px;
    border-bottom: 2px solid #f0f0f0;
}

.detail-description-block h4 {
    margin: 0 0 8px;
    font-size: 35px;
    color: #6d9484;
    font-weight: 600;
    font-family: 'GalanoGrotesque';
    line-height: 32px;
}

.detail-description-block p {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 34px;
    color: #909392;
    font-weight: 300;
    font-family: 'GalanoGrotesque';
}

.services-list-block {
    padding: 0 0 40px;
    margin: 0 0 0px;
    border-bottom: 2px solid #f0f0f0;
}

.services-list-block h4 {
    margin: 0 0 0;
    font-size: 35px;
    color: #6d9484;
    font-weight: 600;
    font-family: 'GalanoGrotesque';
    line-height: 32px;
}

.services-list-block ul {
    margin: 20px 0 0;
    padding: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 85%;
}

.services-list-block ul li {
    list-style: none;
    flex: 1;
}

.services-list-block ul li a {
    width: 100px;
    display: inline-block;
    height: 100px;
    border-radius: 12px;
    transition: all 0.3s linear;
    background: #fff;
    cursor: pointer;
}

.services-list-block ul li a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.services-list-block ul li a:hover {
    transform: translate(0px, -4px);
    box-shadow: rgb(0 0 0 / 13%) 0px 5px 10px;
}

.page-template-detail-sleep .custom-map-block {
    margin-top: 60px;
}

.sleep-list-item-detail {
    padding: 0 0 50px !important;
    position: relative;
}

.sleep-list-item-detail h2 {
    margin: -18px 0 40px;
    text-align: center;
    font-size: 40px;
    font-family: 'GalanoGrotesque';
    line-height: 40px;
    font-weight: 600;
    color: #70b275;
}

.page-template-detail-sleep section#email-subscriber-sec {
    display: none !important;
}

.sleep-list-item-detail::before {
    content: '';
    background: #edf1f0;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}

section#main-header-02 {
    opacity: 0;
    height: 0;
}

.page-template section#main-header-02 {
    opacity: 1;
    min-height: 100px;
}


section#custom-map-section {
    margin-top: 30px;
}

section#map-detail {
    padding: 80px 0px 80px;
}

section#map-detail .top-map-block {
    margin-bottom: 80px;
}

section#map-detail .top-map-block .top-map-block-flex-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#map-detail .top-map-block .top-map-block-flex-class .flex--item-left-side {
    width: 60%;
}

section#map-detail .top-map-block .top-map-block-flex-class .flex--item-right-side {
    width: 40%;
}

section#map-detail .top-map-block .top-map-block-flex-class .flex--item-right-side .location-img {
    height: 360px;
}

section#map-detail .top-map-block .top-map-block-flex-class .flex--item-right-side .location-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#map-detail .top-map-block h2.location-name {
    margin: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #5c5c5c;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    gap: 15px;
}

section#map-detail .top-map-block span.map-marker-img img {
    width: 33px;
    object-fit: contain;
}

section#map-detail .top-map-block ul {
    padding: 0 8px 0;
    margin: 20px 0 0;
}

section#map-detail .top-map-block ul li {
    list-style: none;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 28px;
    color: #504c4c;
    font-weight: 300;
    font-family: 'GalanoGrotesque';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

section#map-detail .top-map-block ul li b {
    font-weight: 600;
}

section#map-detail .top-map-block ul li a {
    color: #504c4c;
    transition: all 0.2s linear;
}

section#map-detail .top-map-block ul li a:hover {
    color: #869c94;
}

.map-detail-description-block p {
    margin-bottom: 25px;
    font-size: 25px;
    color: #545657;
    font-weight: 300;
    line-height: 32px;
}

.page-template-map div#page-title {
    min-height: 550px !important;
}

.page-template-map div#page-title h2 {
    font-size: 65px;
    font-family: 'Variex' !important;
    margin-bottom: 18px;
}

.page-template-map div#page-title p {
    width: 100% !important;
    font-size: 32px;
    font-weight: 500;
}

.elementor-location-footer li {
    list-style: none !important;
}


.setMarquee::before {
    content: '';
    background: url(/wp-content/uploads/2025/05/top-layer.png);
    width: 103%;
    height: 116px;
    position: absolute;
    top: -82px;
    left: 0;
    z-index: 99;
    background-size: auto;
    background-repeat: no-repeat;
    transform: rotate(1.5deg);
}

.setMarquee::after {
    content: '';
    background: url(/wp-content/uploads/2025/05/bottom-layer.png);
    width: 112%;
    height: 116px;
    position: absolute;
    top: 58px;
    left: -2px;
    z-index: 99;
    background-size: auto;
    background-repeat: no-repeat;
    transform: rotate(1.5deg);
}

div.home-page-carousel-block .slick-list {
    margin-right: -12% !important;
}


.mfp-content div#ekit_modal-popup-3973e6c input.ekit_search-field {
    border: 2px solid #507755 !important;
    color: #111 !important;
    font-size: 16px !important;
    font-family: 'GalanoGrotesque' !important;
    background: #fff;
}

.mfp-content div#ekit_modal-popup-3973e6c input.ekit_search-field::placeholder {
    color: #111 !important;
    font-size: 18px !important;
    font-family: 'GalanoGrotesque' !important;
}

.mfp-content div#ekit_modal-popup-3973e6c button.ekit_search-button i {
    background: #507755 !important;
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    left: 6px;
}


.mfp-bg {
    background: rgb(80 119 85 / 79%) !important;
}

div.home-page-carousel-block button.slick-prev {
    border: unset !important;
    font-size: 0 !important;
    background: transparent !important;
}

div.home-page-carousel-block button.slick-prev::before {
    content: '' !important;
    background: url(/wp-content/uploads/2025/05/arrow-icon.png);
    width: 55px;
    height: 55px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s linear;
}

div.home-page-carousel-block button.slick-prev:hover::before {
    filter: invert(1);
}

div.home-page-carousel-block button.slick-next::before {
    content: '' !important;
    background: url(/wp-content/uploads/2025/05/arrow-icon.png);
    width: 55px;
    height: 55px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s linear;
    transform: scale(-1);
}

section.custom-filter-section .custom-filter-block form input {
    width: 100%;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #fff !important;
    font-size: 22px;
    color: #6d9484;
    font-weight: 400;
    font-family: 'GalanoGrotesque';
    padding: 7.5px 20px 7.5px 35px;
    height: 50px;
}

section.custom-filter-section .custom-filter-block form .input-block {
    width: 31%;
    position: relative;
}

div.home-page-carousel-block button.slick-next:hover::before {
    filter: invert(1);
}

div.home-page-carousel-block ul.carousel-list li:hover {}

.gallery-block ul li:hover img {
    transform: scale(1.10) rotate(1deg);
}

div.home-page-carousel-block ul.carousel-list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease !important;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to top right, rgba(70, 172, 190, 0.96) 0%, rgba(40, 78, 57, 0.2) 100%);
    border-radius: 20px;
}


[data-id="0dea77b"] {
    position: relative;
}

[data-id="0dea77b"]::after {
    content: '';
    background: linear-gradient(180deg, rgb(40 78 57 / 80%) 21%, rgba(40, 78, 57, 0) 100%) !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 150px;
}

.lg-backdrop {
    background: rgb(0 0 0 / 62%) !important;
}

div#lg-outer-1 button.lg-prev {
    background: #ffffff00 !important;
    width: 50px !important;
    height: 50px !important;
    border: 2px solid #fff !important;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

div#lg-outer-1 button.lg-next {
    background: #ffffff00 !important;
    width: 50px !important;
    height: 50px !important;
    border: 2px solid #fff !important;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

.lg-toolbar .lg-icon:hover {
    background: transparent !important;
}

.lg-outer .lg-thumb-outer {
    background: #507755ad !important;
}

.lg-outer .lg-thumb-item.active {
    border-color: #000 !important;
}




.pum-theme-default-theme {
    background: rgb(0 0 0 / 30%) !important;
}

.pum-container {
    padding: 35px !important;
    background: #fff !important;
    border-radius: 22px !important;
}

.pum-content+.pum-close {
    background: transparent !important;
    padding: 0 !important;
    width: 30px !important;
    font-size: 30px !important;
    height: 30px !important;
    line-height: 0 !important;
    right: 8px !important;
    top: 8px !important;
    box-shadow: unset !important;
    color: red !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #86a28c !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 12px 25px !important;
    border: unset !important;
    width: 100%;
    border-radius: 100px;
    font-family: 'GalanoGrotesque';
    font-weight: 600;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #d8eedb !important;
    color: #809e87 !important;
}

div.wpforms-container-full .wpforms-form input {
    height: 48px !important;
    border-radius: 10px !important;
    border-left: 3px solid #809e84 !important;
    font-size: 15px !important;
    font-family: 'GalanoGrotesque';
    padding: 10px;
}

div.wpforms-container-full .wpforms-form textarea {
    border-radius: 10px !important;
    border-left: 3px solid #809e84 !important;
    font-size: 15px !important;
    font-family: 'GalanoGrotesque';
    padding: 10px;
}

.pum-container .pum-title {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    font-family: 'GalanoGrotesque';
    line-height: 46px;
    margin: -8px 0 25px;
    color: #809e87;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}

.pum-container .pum-title::after {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #809e87;
    bottom: -2px;
}

.sleep-detail-block-01-btn a:hover {
    background: linear-gradient(180deg, rgba(128, 174, 57, 1) 26%, rgba(128, 174, 57, 0.73) 81%);
    transform: scale(1.035);
}

.she-header {
    min-height: 100px;
    opacity: 1 !important;
    transition: min-height 0.2s linear, opacity 0.2s linear !important;
    z-index: 999 !important;
}

/* General Datepicker Box */
.ui-datepicker {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    padding: 12px !important;
    font-size: 14px !important;
    color: #333;
    font-family: 'GalanoGrotesque' !important;
    border: unset !important;
    width: 300px !important;
}

/* Header */
.ui-datepicker-header {
    color: #a3aa40;
    border: none !important;
    background: transparent !important;
}

/* Navigation arrows */
.ui-datepicker-prev,
.ui-datepicker-next {
    background: none;
    border: none;
    color: white;
    top: 10px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    color: #e9e9e9;
}

/* Calendar title */
.ui-datepicker-title {
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'GalanoGrotesque' !important;
    margin-bottom: 8px !important;
    color: #a3aa40 !important;
}

/* Day names */
.ui-datepicker th {
    color: #777;
    font-weight: normal;
}

/* Individual days */
.ui-datepicker-calendar td a {
    text-align: center;
    margin: 2px;
    border-radius: 100px;
    transition: all 0.2s ease;
    border: unset !important;
    background: transparent !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

/* Hover effect */
.ui-datepicker-calendar td a:hover {
    background-color: #a3aa41 !important;
    color: white;
}

/* Selected day */
.ui-datepicker-calendar .ui-state-active {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid grey !important;
}

/* Today highlight */
td.ui-datepicker-today a {
    border: 2px solid #a3aa40;
    font-weight: bold;
    border: 1px solid #b7b7b7 !important;
    color: #000 !important;
}

.ui-datepicker .ui-icon {
    margin-top: -4px !important;
    filter: invert(1);
}

.ui-datepicker-calendar td {
    background: transparent !important;
}

section.custom-filter-section .custom-filter-block form .input-block span {
    position: absolute;
    top: 12px;
    left: 12px;
}

section.custom-filter-section .custom-filter-block form .input-block span i {
    color: #bebebe;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background: transparent !important;
    border: unset !important;
    transform: unset !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 1px !important;
}

section.custom-filter-section .custom-filter-block form input:focus {
    border: 1px solid #6d9484 !important;
}

section.custom-filter-section .custom-filter-block form select:focus {
    border: 1px solid #6d9484 !important;
}


section.custom-filter-section .custom-filter-block form .input-block span.select-box-icon {
    right: 13px !important;
    left: unset;
    border: 1px solid #6d9484;
    width: 27px;
    height: 27px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

section.custom-filter-section .custom-filter-block form .input-block span.select-box-icon i {
    color: #6d9484;
}

div.home-page-carousel-block ul.carousel-list li:hover::after {
    opacity: 0.80;
}

ul.sleep-list-items li.sleep-item-box:hover .sleep-box-image::after {
    opacity: 0.75;
}

ul.sleep-list-items li.sleep-item-box:hover .sleep-box-image img {
    transform: scale(1.10) rotate(1deg);
}

section.news-list-item-section ul.news-list-items li .flex-class .news-img-div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(to top right, rgba(70, 172, 190, 0.96) 0%, rgba(40, 78, 57, 0.2) 100%);
    transition: background 0.3s ease;

}

section.news-list-item-section ul.news-list-items li:hover .flex-class .news-img-div::after {
    opacity: 0.75;
}

ul.events-list-items li.event-list-item-box .event-img-and-details::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to top right, rgba(70, 172, 190, 0.96) 0%, rgba(40, 78, 57, 0.2) 100%);
    transition: background 0.3s ease;
}

ul.events-list-items li.event-list-item-box:hover .event-img-and-details::after {
    opacity: 0.75;
}

.gallery-block ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to top right, rgba(70, 172, 190, 0.96) 0%, rgba(40, 78, 57, 0.2) 100%);
    transition: background 0.3s ease;
}

.gallery-block ul li:hover::after {
    opacity: 0805;
}

.elementor-button-wrapper .elementor-button:hover {
    transform: scale(1.035);
}

.elementor-button-wrapper .elementor-button {
    transition: transform 0.3s linear !important;
}

.experience-inner-content {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}

div.experience-the-territory-block ul.experience-list li a.experience-main-link-box img.experience-box-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    transform: scale(1.05);
}

div.experience-the-territory-block ul.experience-list li a:hover::after {
    content: '';
    background: linear-gradient(to top right, rgba(70, 172, 190, 0.96) 0%, rgba(40, 78, 57, 0.2) 100%) !important;
}

div.experience-the-territory-block ul.experience-list li a.experience-main-link-box:hover img.experience-box-bg-img {
    transform: scale(1.25) rotate(5deg);
}

li.carousel-main-box .carousel-content {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
}

.slick-slide {
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

div.home-page-carousel-block ul.carousel-list li img.carousel-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s linear;
}

div.home-page-carousel-block ul.carousel-list li:hover img.carousel-main-img {
    transform: scale(1.25) rotate(5deg);
}

div.experience-the-territory-block ul.experience-list li a:hover .experience-inner-content img {
    filter: drop-shadow(2px 4px 6px black);
}

table.ui-datepicker-calendar thead th {
    border: unset !important;
    font-size: 13px;
    font-weight: 500;
    padding-top: 16px !important;
}

.ui-datepicker .ui-datepicker-title span.ui-datepicker-month {
    margin-right: 18px;
}

.ui-datepicker .ui-datepicker-title span {
    letter-spacing: 1px;
}

@media (min-width: 1000px) and (max-width: 1450px) {

    div.home-page-carousel-block .inner-container {
        width: 95.6% !important;
    }

    div.home-page-carousel-block ul.carousel-list li {
        height: 640px !important;
    }

    .carousel-section .elementor-widget-heading {
        padding-left: 62px;
        max-width: 100% !important;
        width: 65.5% !important;
    }

    .setMarquee span {
        width: 142% !important;
    }

    .banner-sec .elementor-column {
        padding-left: 20px;
    }

}

@media (min-width: 1050px) and (max-width: 1200px) {
    section#main-header-01 .elementor-container [data-id="0fc8d75"] {
        width: 22% !important;
    }

    section#main-header-02 .elementor-container [data-id="acc60ce"] {
        width: 22%;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    section#main-header-01 .elementor-container [data-id="0fc8d75"] {
        width: 18% !important;
    }

    section#main-header-02 .elementor-container [data-id="acc60ce"] {
        width: 18%;
    }
}


@media (min-width: 1350px) and (max-width: 1450px) {
    section#main-header-01 .elementor-container [data-id="0fc8d75"] {
        width: 16% !important;
    }

    section#main-header-02 .elementor-container [data-id="acc60ce"] {
        width: 16%;
    }
}

@media (min-width: 1100px) and (max-width: 1250px) {
    div.home-page-carousel-block ul.carousel-list li .carousel-content h4 {
        width: 100% !important;
        font-size: 24px !important;
    }

    div.home-page-carousel-block ul.carousel-list li {
        height: 600px !important;
    }

    .setMarquee span {
        font-size: 60px !important;
    }

    .setMarquee::after {
        top: 45px !important;
    }
}


.sidemenu-list ul li a {
    transition: .25s ease;
}

.sidemenu-list ul li a:hover {
    transform: translateX(1rem);
}

.flatpickr-calendar.open,
.pika-single,
body div#ui-datepicker-div[style] {
    z-index: 99 !important;
}


/* ----- SideMenu  */

#elementor-popup-modal-370 .dialog-message {
    overflow: hidden !important;
}

.sidemenu-list ul.elementor-icon-list-items li.elementor-icon-list-item::after {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-45%);
    left: 5%;
    padding-bottom: 45%;
    width: 39%;
    opacity: 0;
    transition: .2s ease .1s;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-mask-image: url(/wp-content/uploads/2025/06/hex_menu-1.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    z-index: 99;
}

.sidemenu-list .sidemenu-list-1::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada-5.jpg) !important;
}

.sidemenu-list .sidemenu-list-1::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada-5.jpg) !important;
}

.sidemenu-list .sidemenu-list-2::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/DJI_0311-copia.jpg) !important;
}

.sidemenu-list .sidemenu-list-3::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada_food_e_prodotti_tipici.jpg) !important;
}

.sidemenu-list .sidemenu-list-4::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/DJI_0756.jpg) !important;
}


.sidemenu-list .sidemenu-list-5::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada_eventi.jpg) !important;
}

.sidemenu-list .sidemenu-list-6::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/DJI_0311-copia.jpg) !important;
}

.sidemenu-list .sidemenu-list-7::after {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit-lanzada-minerali.jpg) !important;
}

.sidemenu-list ul.elementor-icon-list-items li {
    padding-left: 54% !important;
    position: unset;
}

.sidemenu-list ul.elementor-icon-list-items li.sidemenu-list-hover::after {
    opacity: 1 !important;
}

.sidemenu-list .sidemenu-list-1::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada-5.jpg) !important;
}

.sidemenu-list .sidemenu-list-2::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/DJI_0311-copia.jpg) !important;
    z-index: -1 !important;
}

.sidemenu-list .sidemenu-list-3::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada_food_e_prodotti_tipici.jpg) !important;
}

.sidemenu-list .sidemenu-list-4::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/DJI_0756.jpg) !important;
}


.sidemenu-list .sidemenu-list-5::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit_lanzada_eventi.jpg) !important;
}

.sidemenu-list .sidemenu-list-6::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/DJI_0311-copia.jpg) !important;
}

.sidemenu-list .sidemenu-list-7::before {
    background: url(https://www.visitlanzada.it/wp-content/uploads/2022/11/visit-lanzada-minerali.jpg) !important;
}

.sidemenu-list li.elementor-icon-list-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    padding-bottom: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease .1s;
    animation: zoom_img paused 40s linear forwards;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-mask-image: url(/wp-content/uploads/2025/06/hex_menu-1.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    z-index: -1 !important;
}

@keyframes zoom_img {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

.sidemenu-list ul.elementor-icon-list-items li.sidemenu-list-hover::before {
    opacity: 1 !important;
    animation-play-state: running;
    z-index: -4 !important;
}


#elementor-popup-modal-370 section.elementor-section .elementor-container .elementor-column {
    height: 100vh;
    display: flex;
    align-items: center;
}


div#lg-toolbar-1 {
    background: rgb(0 0 0 / 40%) !important;
}

div#lg-toolbar-1 button {
    background: transparent !important;
    color: #ffff !important;
}

div#lg-toolbar-1 a#lg-download-1 {
    color: #fff !important;
    background: transparent;
}

div#lg-toolbar-1 span#lg-counter-current-1 {
    color: #fff;
}
button#lg-actual-size-1 {
    display: none;
}

#elementor-popup-modal-370 .dialog-widget-content {
    z-index: 99 !important;
    position: relative;
}

#elementor-popup-modal-370 .dialog-widget-content::after {
    content: '';
    background: linear-gradient(198deg, rgb(96 152 141 / 94%) 0%, #4a724ec9 100%) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidemenu-list .elementor-icon-list-item  a {
    z-index: 99;
}