/*
Theme Name: Fermata Sessant
Author: LC
Description: WP minimal template
Version: 1.1
Text Domain: tema
*/

::-moz-selection  {
    background: #839794;
    color: #ffffff;
}
::selection   {
    background: #839794;
    color: #ffffff;
}


html, body {
    overflow-x: hidden !important;
}

html {
    overflow-y: auto;
}

body {
    overflow-y: auto;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #E8ECE9;
    color: #2F3835;
}

/* Page Loader */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E8ECE9;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

body.page-loading {
    overflow: hidden;
}

.page-loader-hidden {
    opacity: 0;
}

.page-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(131, 151, 148, 0.2);
    border-top-color: #839794;
    border-radius: 50%;
    animation: page-loader-spin 1s linear infinite;
}

@keyframes page-loader-spin {
    to {
        transform: rotate(360deg);
    }
}


.font-1,
body {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-2,
h1, h2, h3, h4, h5, h6,
.side-menu-list a {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;    
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #4A5752;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #839794;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}
p strong, p b {
    color: #2F3835;

}

p a {
    color: #839794;
}



.btn {
    display: inline-block;
    padding: 12px 35px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    width: fit-content;
    transition: all 0.3s ease;
}

.btn:active {
    opacity: 0.85;
}

.btn-default {
    background-color: #839794;
    border: 2px solid #839794;
    color: #ffffff;
}
.btn-default:hover {
    background-color: #6b7d7a;
    border: 2px solid #6b7d7a;
}

.btn-outline {
    background-color: transparent;
    color: #839794;
    border: 2px solid #839794;
}
.btn-outline:hover {
    background-color: #839794;
    color: #ffffff;
}

.border-radius,
.single-camere .slick-list {
    border-radius: 20px;
}

.bg-bianco {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #466560;
}



.slick-dots li {
    margin: 0 10px !important;
}
.slick-dots li button:before {
    font-size: 12px !important;
    top: 30px !important;
    color: #839794 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;  
}

.slick-dark .slick-dots li button:before {
    opacity: .20 !important;
    color: #fff !important;
}
.slick-dark .slick-dots li:hover button:before {
    opacity: .40 !important;
}
.slick-dark .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}



/* ============================================
   HEADER STYLES
   ============================================ */

.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    background-color: #fff;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
}

.header-container {
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1;
}

.header-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: flex-end;
}

.menu-toggle,
.menu-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle img,
.menu-close img {
    width: 36px;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}
.menu-toggle img:hover,
.menu-close img:hover {
    opacity: 0.85;
}

.logo-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}
.logo-link:hover {
    opacity: 0.85;
}

.logo {
    max-height: 174px;
    width: auto;
    display: block;
}



/* Language Switcher */
.language-switcher {
    position: relative;
}

.language-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px;
    font-size: 18px;
    color: #839794;
    font-weight: 500;
}

.language-toggle img {
    width: 24px;
    height: auto;
    display: block;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    background: #ffffff;
    /* border: 1px solid #E8ECE9; */
    border-radius: 10px;
    list-style: none;
    /* padding: 8px 0; */
    min-width: 70px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.language-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown li {
    margin: 0;
}

.language-link {
    display: block;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #839794;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.language-link:hover,
.language-link:focus {
    background-color: #839794;
    color: #ffffff;
}

/* Side Menu */
.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.side-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 385px;
    max-width: 80vw;
    height: 100vh;
    background: #F6F5F2;
    z-index: 9999;
    transition: left 0.3s ease;
    padding: 88px 80px;
    overflow-y: auto;
}

.side-menu.active {
    left: 0;
}


.side-menu-list {
    list-style: none;
    margin-top: 60px;
}

.side-menu-list li {
    margin-bottom: 20px;
}

.side-menu-list a {
    display: block;
    padding: 12px 5px;
    text-decoration: none;
    color: #4A5752;
    font-size: 26px;
    transition: color 0.2s ease;
}

.side-menu-list a:hover,
.side-menu-list a.active,
.side-menu-list .current-menu-item > a,
.side-menu-list .current_page_item > a {
    color: #859B9B;
}

.side-menu-list a.active::before, .side-menu-list .current-menu-item > a::before, .side-menu-list .current_page_item > a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    background-image: url('/images/ico/star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    vertical-align: middle;
    left: -15px;
}

/* ============================================
   SLIDER STYLES
   ============================================ */

.home-slider {
    position: relative;
    width: 100%;
    margin-top: 0px; /* Account for fixed header */
    overflow: hidden;
    min-height: 70vh;
    height: 70vh;
}

.slider-container {
    width: 100%;
    min-height: 70vh;
    height: 70vh;
}

.slider-container .slide {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 600px;
    display: none;
}

.slider-container .slide:first-child {
    display: block;
}

.slider-container.slick-initialized .slide {
    display: block;
}

.slide-image {
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-color: #f5f5f5; /* Fallback color if image doesn't load */
}

.slide-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 140px;
    max-width: 900px;
    z-index: 10;
}
.slide-text {
    font-size: 55px;
    line-height: 64px;
    color: #ffffff;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); */
    margin: 0;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.slider-nav:hover {
    opacity: 0.85;
}

.slider-prev {
    left: 70px;
}

.slider-next {
    right: 70px;
}

.slider-nav img {
    width: 32px;
    height: auto;
    display: block;
}

/* Slick Carousel Custom Styles */
.home-slider .slick-list,
.home-slider .slick-track {
    height: 100%;
    min-height: 70vh;
}

.home-slider .slick-slide {
    height: 70vh;
    min-height: 600px;
}

.home-slider .slick-slide > div {
    height: 100%;
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    gap: 12px;
    z-index: 100;
}

.home-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}

.home-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    text-indent: -9999px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.home-slider .slick-dots li.slick-active button {
    background: #ffffff;
}

/* ============================================
   WOW.JS ANIMATIONS
   ============================================ */

.wow {
    visibility: hidden;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wow.animated {
    visibility: visible;
}


/* Prevenire scrollbar durante le animazioni */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Assicura che le animazioni non causino overflow */
.intro-col {
    overflow: hidden;
    position: relative;
}

/* ============================================
   INTRO SECTION STYLES
   ============================================ */

.intro-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.intro-container {
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    gap: 0;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.intro-col {
    width: 50%;
    flex: 0 0 50%;
}

.intro-col-image {
    padding-right: 25px;
}

.intro-col-content {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.intro-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.intro-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.intro-text p {
    margin-bottom: 25px;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

.intro-button {
    margin-top: 5px;
}

/* ============================================
   CAMERE SECTION STYLES
   ============================================ */

.camere-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.camere-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.camere-container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
}

.camere-title {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.camere-slider {
    position: relative;
}

.camere-slider .slick-slide {
    padding: 0 15px;
}

.camere-card {
    height: auto;
}

.camere-card-inner {
    background-color: rgba(232, 236, 233, 0.85);
    padding: 35px 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.camere-card-inner:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.camere-card-icon {
    margin-bottom: 12px;
}

.camere-card-icon img {
    width: 42px;
    height: auto;
    object-fit: contain;
    display: block;
}

.camere-card-title {
    font-size: 28px;
    margin-bottom: 24px;
}

.camere-card-description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    flex-grow: 1;
}

.camere-card-description p {
    margin-bottom: 15px;
}

.camere-card-description p:last-child {
    margin-bottom: 0;
}

.camere-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.camere-nav:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 1);
}

.camere-prev {
    left: -25px;
}

.camere-next {
    right: -25px;
}

.camere-nav img {
    width: 24px;
    height: auto;
    display: block;
}

/* Slick Carousel Custom Styles per Camere */
.camere-slider .slick-list {
    margin: 0 -15px;
}

.camere-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.camere-slider .slick-slide {
    height: auto;
}

.camere-slider .slick-slide > div {
    height: 100%;
}

/* ============================================
   STARSBOX SECTION STYLES
   ============================================ */

.starsbox-section {
    padding: 0;
    background-color: #839794;
}

.starsbox-container {
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 0;
    align-items: stretch;
}

.starsbox-col {
    display: flex;
    flex-direction: column;
}

.starsbox-col-image {
    width: 33.333%;
    flex: 0 0 33.333%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.starsbox-col-content {
    width: 66.666%;
    flex: 0 0 66.666%;
    display: flex;
    flex-direction: column;
    padding: 50px 80px 50px 45px;
}

.starsbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.starsbox-slider {
    margin-bottom: 30px;
}

.starsbox-card {
    height: 100%;
}

.starsbox-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 570px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.starsbox-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.2%, rgba(0, 0, 0, 0.75) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 30px 30px;
    color: #ffffff;
}

.starsbox-card-title {
    font-size: 42px;
    color: #fff;
    margin: 0 0 10px 0;
}

.starsbox-card-subtitle {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.starsbox-card-button {
    align-self: flex-start;
}

.starsbox-text {
    font-size: 16px;
    line-height: 26px;
}

.starsbox-text p {
    font-size: 17px;
    line-height: 32px;
}
.starsbox-text p, .starsbox-text strong, .starsbox-text b {
    color: #ffffff;
}

.starsbox-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .starsbox-container {
        padding: 0 40px;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .starsbox-section {
        padding: 0 0 35px;
    }

    .starsbox-container {
        padding: 0;
        flex-direction: column;
    }

    .starsbox-col-image {
        min-height: 350px;
        background-position: center 85%;
    }


    .starsbox-col-image,
    .starsbox-col-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .starsbox-col-content {
        padding: 0 20px;
    }

    .starsbox-card-title {
        font-size: 28px;
        margin: 0 0 6px 0;
    }
    .starsbox-card-subtitle {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .starsbox-card {
        margin-bottom: 30px;
    }
    .starsbox-card:last-of-type {
        margin-bottom: 0;
    }

    .starsbox-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .starsbox-image {
        height: auto;
        max-height: 320px;
    }

    .starsbox-card-inner {
        min-height: 360px;
    }

    .starsbox-card-overlay {
        padding: 40px 24px 30px;
    }



}

/* Responsive Styles */
@media (max-width: 1024px) {
    .header-container {
        padding: 0 30px;
    }
    
    
    .slide-text {
        font-size: 40px;
    }
    
    .slider-prev {
        left: 30px;
    }
    
    .slider-next {
        right: 30px;
    }
    
    .intro-container {
        padding: 0 30px;
    }
    
    .intro-col-image {
        padding-right: 20px;
    }
    
    .intro-col-content {
        padding-left: 20px;
    }
    
    .intro-title {
        font-size: 36px;
    }
    
    .camere-section {
        padding: 80px 0;
    }
    
    .camere-container {
        padding: 0 30px;
    }
    
    .camere-title {
        font-size: 40px;
        margin-bottom: 50px;
    }
    
    .camere-prev {
        left: 10px;
    }
    
    .camere-next {
        right: 10px;
    }
}

@media (max-width: 768px) {

    p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .btn {
        padding: 8px 20px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .header {
        padding: 15px 0;
    }
    
    .header-container {
        padding: 0 20px;
    }
    
    .logo {
        max-height: 90px;
    }

    .menu-toggle img, .menu-close img {
        width: 24px;
        height: auto;
    }
    .language-toggle img {
        width: 16px;
    }
    .social-link img {
        width: 24px;
        height: 24px;
    }

    .language-toggle {
        gap: 8px;
        padding: 5px;
        font-size: 13px;
        font-weight: 400;
    }
    .language-link {
        font-size: 13px;
        font-weight: 400;
    }

    .side-menu {
        padding: 46px;
    }
    .menu-close {
        left: -30px;
        position: relative;
    }

    .side-menu-list {
        margin-top: 30px;
    }


    .side-menu-list li {
        margin-bottom: 5px;
    }
    .side-menu-list a {
        padding: 12px 5px;
        color: #4A5752;
        font-size: 18px;
    }

    
    .home-slider,
    .home-slider .slick-slide {
        height: 350px;
        min-height: auto;
    }
    .slide-image {
        min-height: auto;
    }

    .slide-text br {
        display: none;
    }
    
    .slide-content {
        top: 50%;
        transform: translateY(-50%);
        left: 60px;
        text-align: center;
        right: 60px;
    }
    
    .slide-text {
        font-size: 32px;
        line-height: normal;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .slider-nav img {
        width: 20px;
        height: 20px;
    }
    
    .slider-prev {
        left: 20px;
    }
    
    .slider-next {
        right: 20px;
    }
    
    .intro-section {
        padding: 60px 0;
    }
    
    .intro-container {
        flex-direction: column;
        padding: 0 20px;
    }
    
    .intro-col {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .intro-col-image {
        padding-right: 0;
        padding-bottom: 30px;
        order: 2;
    }
    
    .intro-col-content {
        padding-left: 0;
        order: 1;
    }
    
    .intro-title {
        font-size: 24px;
    }
    
    .camere-section {
        padding: 50px 0;
        min-height: auto;
    }
    
    .camere-container {
        padding: 0 20px;
    }
    
    .camere-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .camere-card {
        margin-bottom: 30px;
    }
    .camere-card:last-of-type {
        margin-bottom: 0;
    }


    .camere-card-inner {
        padding: 30px 20px;
    }
    
    .camere-card-title {
        font-size: 24px;
    }
    
    .camere-card-description {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .camere-card-description br {
        display: none;
    }

    .camere-card-icon img {
        width: 32px;
    }

    .camere-nav {
        width: 40px;
        height: 40px;
    }
    
    .camere-nav img {
        width: 20px;
    }
    
    .camere-prev {
        left: 5px;
    }
    
    .camere-next {
        right: 5px;
    }

    .intro-button {
        padding: 8px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
 
    
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 15px;
    }
    
    .header-left {
        gap: 12px;
    }
    
    .header-right {
        gap: 4px;
    }
    
    
    .slide-text {
        font-size: 24px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
    }
    
    .slider-nav img {
        width: 18px;
        height: 18px;
    }
    
    .slider-prev {
        left: 15px;
    }
    
    .slider-next {
        right: 15px;
    }
    
    
    .camere-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .camere-card-inner {
        padding: 25px 15px;
    }
    
    .camere-card-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .camere-card-description {
        font-size: 13px;
        line-height: 21px;
    }

    
    .camere-nav {
        width: 35px;
        height: 35px;
    }
    
    .camere-nav img {
        width: 18px;
    }
    
    .camere-prev {
        left: 0;
    }
    
    .camere-next {
        right: 0;
    }
    
    .intro-section {
        padding: 40px 0;
    }

    
    .intro-col-image {
        padding-bottom: 20px;
        order: 2;
    }
    
    .intro-col-content {
        order: 1;
    }
    
    
    .intro-text {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.site-footer {
    color: #E8ECE9;
    padding: 70px 0 40px;
    position: relative;
}

.footer-container {
    margin: 0 auto;
    padding: 0;
}

.footer-top {
    text-align: center;
    margin-bottom: 44px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo-img {
    max-width: 258px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-brand {
    margin-bottom: 40px;
}

.footer-star-icon {
    margin-top: 44px;
}

.footer-star-large {
    width: 42px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-contact {
    font-size: 14px;
    color: #E8ECE9;
    text-align: center;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #839794;
    margin: 20px 0;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.footer-contact a {
    color: #E8ECE9;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-contact a:hover {
    opacity: 0.8;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.footer-links a {
    color: #E8ECE9;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}




/* Footer Responsive */
@media (max-width: 1024px) {
    .footer-container {
        padding: 0 30px;
    }
    
    .footer-brand-name {
        font-size: 28px;
    }
    
    .footer-tagline {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 0 30px;
    }
    
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-logo-img {
        max-height: 90px;
    }
    
    .footer-brand-name {
        font-size: 24px;
        letter-spacing: 1px;
    }
    
    .footer-tagline {
        font-size: 16px;
    }
    
    .footer-top {
        margin-bottom: 25px;
    }
    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-star-icon {
        margin-top: 0;
    }
    .footer-star-large {
        width: 24px;
        height: auto;
    }
    
    .footer-contact {
        font-size: 13px;
    }
    
    .footer-links {
        font-size: 13px;
        display: block;
        text-align: center;
    }

    .slick-dots li {
        margin: 0 5px !important;
    }

}

@media (max-width: 480px) {
    .site-footer {
        padding: 40px 0 20px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    
    .footer-brand-name {
        font-size: 20px;
    }
    
    .footer-tagline {
        font-size: 14px;
    }
    
    .footer-contact {
        font-size: 12px;
    }
    
    .footer-links {
        font-size: 12px;
    }
}

/* ============================================
   PAGE COVER STYLES
   ============================================ */

.page-cover {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-cover-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    text-align: center;
}

.page-cover-title {
    font-size: 55px;
    line-height: 64px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* Page Cover Simple (senza immagine) */
.page-cover-simple {
    min-height: 150px;
    background-color: #839794;
    background-image: none;
}

.page-cover-simple .page-cover-title {
    color: #ffffff;
    text-shadow: none;
    font-size: 36px;
    line-height: 44px;
}

/* Page Cover Responsive */
@media (max-width: 1024px) {
    .page-cover {
        min-height: 350px;
        padding: 100px 0 60px;
    }
    
    .page-cover-simple {
        min-height: 130px;
        padding: 50px 0;
    }
    
    .page-cover-container {
        padding: 0 30px;
    }
    
    .page-cover-title {
        font-size: 40px;
    }
    
    .page-cover-simple .page-cover-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .page-cover {
        min-height: 300px;
        padding: 80px 0 50px;
    }
    
    .page-cover-simple {
        min-height: 120px;
        padding: 40px 0;
    }
    
    .page-cover-container {
        padding: 0 20px;
    }
    
    .page-cover-title {
        font-size: 32px;
    }
    
    .page-cover-simple .page-cover-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    .page-cover {
        min-height: 250px;
        padding: 60px 0 40px;
    }
    
    .page-cover-simple {
        min-height: 100px;
        padding: 30px 0;
    }
    
    .page-cover-container {
        padding: 0 15px;
    }
    
    .page-cover-title {
        font-size: 28px;
    }
    
    .page-cover-simple .page-cover-title {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ============================================
   STANDARD PAGE SECTION STYLES
   ============================================ */

.standard-page-section {
    padding: 80px 0;
}

.standard-page-content {
    margin: 0 auto;
    padding: 0 80px;
    max-width: 1400px;
}

.standard-page-content > * {
    font-size: 15px;
    line-height: 24px;
    color: #4A5752;
}

.standard-page-content p strong, .standard-page-content p b {
    color: #4A5752;
}

.standard-page-content .wp-block-separator {
    border: none;
    border-top: 2px solid rgba(131,151,148,0.15);
    margin-bottom: 30px;
    margin-top: 30px;
}

.standard-page-content p {
    margin-bottom: 15px;
}

.standard-page-content p:last-child {
    margin-bottom: 0;
}

/* Uniforma elenchi puntati ai paragrafi */
.standard-page-content ul,
.standard-page-content ol {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #4A5752;
}

.standard-page-content ul:last-child,
.standard-page-content ol:last-child {
    margin-bottom: 0;
}

.standard-page-content li {
    font-size: 15px;
    line-height: 24px;
    color: #4A5752;
}

.standard-page-content li:last-child {
    margin-bottom: 0;
}

.standard-page-content h2,
.standard-page-content h3,
.standard-page-content h4 {
    color: #4A5752;
    margin-top: 30px;
    margin-bottom: 15px;
}

.standard-page-content h2:first-child,
.standard-page-content h3:first-child,
.standard-page-content h4:first-child {
    margin-top: 0;
}

.under-construction {
    text-align: center;
    padding: 100px 20px;
}

.under-construction h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}

.under-construction p {
    font-size: 18px;
    color: #839794;
    line-height: 28px;
    margin-bottom: 35px;
}

/* Standard Page Responsive */
@media (max-width: 1024px) {
    .standard-page-content {
        padding: 0 40px;
    }
    
    .under-construction {
        padding: 80px 20px;
    }
    
    .under-construction h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .standard-page-section {
        padding: 60px 0;
    }
    
    .standard-page-content {
        padding: 0 20px;
    }
    
    .standard-page-content > *,
    .standard-page-content p,
    .standard-page-content ul,
    .standard-page-content ol,
    .standard-page-content li {
        font-size: 13px;
        line-height: 21px;
    }
    
    .standard-page-content .wp-block-separator {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .under-construction {
        padding: 60px 20px;
    }
    
    .under-construction h2 {
        font-size: 32px;
    }
    
    .under-construction p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .standard-page-section {
        padding: 40px 0;
    }
    
    .standard-page-content {
        padding: 0 15px;
    }
    
    .under-construction {
        padding: 40px 15px;
    }
    
    .under-construction h2 {
        font-size: 24px;
    }
}

/* ========================================
   Esperienze Page
   ======================================== */
.esperienze-section {
    padding: 80px 0;
}

.esperienze-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.esperienze-button {
    width: 100%;
    text-align: center;
    justify-content: center;
}

/* Responsive Esperienze */
@media (max-width: 768px) {
    .esperienze-section {
        padding: 60px 0;
    }
    
    .esperienze-buttons {
        gap: 15px;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .esperienze-section {
        padding: 40px 0;
    }
    
    .esperienze-buttons {
        gap: 12px;
        padding: 0 15px;
    }
}

/* ========================================
   Chi Siamo Page
   ======================================== */
.chi-siamo-section {
    padding: 80px 0;
}

.chi-siamo-section .container {
    margin: 0 auto;
    padding: 0 80px;
}

.chi-siamo-content {
    margin-bottom: 60px;
}

.chi-siamo-title {
    font-size: 36px;
    text-align: left;
    margin-bottom: 30px;
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
}

.chi-siamo-description {
    font-size: 18px;
    line-height: 1.8;
    color: #4A5752;
    /* max-width: 900px; */
    margin: 0 auto;
}

.chi-siamo-description p {
    margin-bottom: 20px;
}

.chi-siamo-description p:last-child {
    margin-bottom: 0;
}

/* Uniforma elenchi puntati ai paragrafi */
.chi-siamo-description ul,
.chi-siamo-description ol {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #4A5752;
}

.chi-siamo-description ul:last-child,
.chi-siamo-description ol:last-child {
    margin-bottom: 0;
}

.chi-siamo-description li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
    color: #4A5752;
}

.chi-siamo-description li:last-child {
    margin-bottom: 0;
}

.chi-siamo-description ul li {
    list-style-type: disc;
}

.chi-siamo-description ol li {
    list-style-type: decimal;
}

.chi-siamo-description h2,
.chi-siamo-description h3,
.chi-siamo-description h4 {
    color: #4A5752;
    margin-top: 30px;
    margin-bottom: 15px;
}

.chi-siamo-description h2:first-child,
.chi-siamo-description h3:first-child,
.chi-siamo-description h4:first-child {
    margin-top: 0;
}

.chi-siamo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.chi-siamo-gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.chi-siamo-gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.chi-siamo-gallery-link:hover {
    opacity: 0.8;
}

.chi-siamo-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Chi Siamo */
@media (max-width: 1024px) {
    .chi-siamo-section {
        padding: 60px 0;
    }
    
    .chi-siamo-section .container {
        padding: 0 40px;
    }
    
    .chi-siamo-gallery {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .chi-siamo-section {
        padding: 40px 0;
    }
    
    .chi-siamo-section .container {
        padding: 0 20px;
    }
    
    .chi-siamo-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    .chi-siamo-description {
        font-size: 16px;
    }
    
    .chi-siamo-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

}

@media (max-width: 480px) {

    
    .chi-siamo-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* ========================================
   Contatti Page
   ======================================== */
.contatti-section {
    padding: 50px 0 80px 0;
}

.contatti-section .container {
    margin: 0 auto;
    padding: 0 80px;
}

.contatti-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contatti-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contatti-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}


.contatti-map-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contatti-map-container {
    width: 100%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contatti-map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Responsive Contatti */
@media (max-width: 1024px) {
    .contatti-section {
        padding: 60px 0;
    }
    
    .contatti-section .container {
        padding: 0 40px;
    }
    
    .contatti-map-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .contatti-section {
        padding: 40px 0;
    }
    
    .contatti-section .container {
        padding: 0 20px;
    }
    
    .contatti-content {
        gap: 40px;
    }
    
    .contatti-info {
        gap: 20px;
    }
    
    .contatti-map-container {
        height: 350px;
    }

    .contatti-info .btn {
        padding: 7px 15px;
        font-size: 13px;
        line-height: 20px;
    }


}

@media (max-width: 480px) {
    .contatti-section .container {
        padding: 0 15px;
    }
    
    .contatti-info {
        flex-direction: column;
    }
    
    .contatti-map-container {
        height: 300px;
    }
    
    .under-construction p {
        font-size: 14px;
        line-height: 24px;
        max-width: 260px;
        margin: 0 auto 30px;
    }

}

/* Single Camera Section Styles */
.single-camera-intro {
    padding: 60px 0;
}

.single-camera-intro .container {
    margin: 0 auto;
    padding: 0 80px;
}

.single-camera-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 40px;
}

.single-camera-title-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.single-camera-icon {
    flex-shrink: 0;
}

.single-camera-icon img {
    width: 42px;
    height: auto;
    display: block;
}

.single-camera-title {
    font-size: 55px;
    line-height: 64px;
    margin: 0;
}

.single-camera-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    flex-shrink: 0;
}

.single-camera-disponibilita {
    background-color: #839794;
    color: #ffffff;
    padding: 3px 12px 4px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.single-camera-prezzo {
    font-size: 20px;
    color: #859B9B;
}


.single-camera-terms {
    margin-top: 1px;
}
.single-camera-terms-text {
    font-size: 13px;
    color: #4A5752;
}

@media (max-width: 768px) {
    .single-camera-terms-text {
        font-size: 11px;
    }
}

.single-camera-terms-text a {
    color: #859B9B;
}


.single-camera-text {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
}

/* .single-camera-text p { } */

.single-camera-text p:last-child {
    margin-bottom: 0;
}

/* Layout a 2 colonne quando testo_full_2 è presente */
.single-camera-text-two-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}
.single-camera-text-two-columns .single-camera-text-col-main {
    padding-right: 40px;
    border-right: 2px solid rgba(131,151,148,0.15);
}

.single-camera-text-two-columns .single-camera-text-col-secondary {
    grid-template-columns: 1fr;
}

.single-camera-text-col {
    width: 100%;
}

.single-camera-text-col h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.single-camera-text-col p:last-child {
    margin-bottom: 0;
}

.single-camera-gallery-wrapper {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.single-camera-gallery {
    width: 100%;
    position: relative;
}

.single-camera-gallery-slide {
    width: 100%;
    position: relative;
    /* Altezza calcolata dinamicamente via JavaScript */
}

.single-camera-gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E8ECE9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    overflow: hidden;
}

.single-camera-gallery-link:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Slick Gallery Styles */
.slick-gallery .slick-list {
    margin: 0;
}

.slick-gallery .slick-track {
    display: flex;
}

.slick-gallery .slick-slide {
    width: 100%;
    height: auto;
}

.slick-gallery .slick-slide > div {
    width: 100%;
    height: 100%;
}

/* Assicura che le slide della galleria camera mantengano le proporzioni */
.single-camera-gallery .slick-slide {
    height: auto;
}

.single-camera-gallery .slick-slide > div {
    height: 100%;
}

.slick-gallery .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.slick-gallery .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.slick-gallery .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.slick-gallery .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(133, 155, 155, 0.35);
    opacity: 1;
    transition: background-color 0.3s ease;
}

.slick-gallery .slick-dots li:hover button:before, 
.slick-gallery .slick-dots li.slick-active button:before {
    background-color: #859B9B;
    opacity: 1;
}


/* Single Camera Gallery Navigation Arrows - Stile come home-slider */
.single-camera-gallery-wrapper {
    position: relative;
}

.single-camera-gallery-prev {
    left: 70px;
}

.single-camera-gallery-next {
    right: 70px;
}

.slick-gallery .slick-dots li button:before {
    top: 0 !important;
}



/* Responsive Single Camera Section */
@media (max-width: 1024px) {
    .single-camera-container {
        padding: 0 40px;
    }
    
    .single-camera-title {
        font-size: 36px;
    }
    
    .single-camera-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .single-camera-info {
        align-items: flex-start;
        width: 100%;
    }
    
    .single-camera-gallery-prev {
        left: 30px;
    }
    
    .single-camera-gallery-next {
        right: 30px;
    }
}

@media (max-width: 768px) {
    .single-camera-intro {
        padding: 20px 0;
    }

    .single-camera-intro .container {
        padding: 0 20px;
    }

    .single-camera-header {
        gap: 5px;
        margin-bottom: 30px;
    }

    .single-camera-title {
        font-size: 32px;
    }
    
    .single-camera-header {
        margin-bottom: 30px;
    }
    
    .single-camera-gallery-prev {
        left: 20px;
    }
    
    .single-camera-gallery-next {
        right: 20px;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .slider-nav img {
        width: 20px;
        height: 20px;
    }

    /* Layout a 2 colonne torna a colonna singola su mobile */
    .single-camera-text-two-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}

@media (max-width: 480px) {
    .single-camera-title {
        font-size: 28px;
    }
    
    .single-camera-icon img {
        width: 32px;
    }
    
    .single-camera-disponibilita {
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .single-camera-prezzo {
        font-size: 15px;
    }
    
    .single-camera-gallery-prev {
        left: 15px;
    }
    
    .single-camera-gallery-next {
        right: 15px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
    }
    
    .slider-nav img {
        width: 18px;
        height: 18px;
    }
}

/* ============================================
   SERVIZI SECTION STYLES
   ============================================ */

.servizi-section {
    padding: 60px 0 80px 0;
}

.servizi-inclusi {
    padding-top: 15px;
}
.servizi-section .container {
    margin: 0 auto;
    padding: 0 80px;
}

.servizi-section-title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 30px;
    text-align: center;
}

.servizi-slider-wrapper {
    position: relative;
}

.servizi-slider {
    position: relative;
}

.servizi-slider .slick-slide {
    padding: 0 15px;
}

.servizio-card {
    height: auto;
}

.servizio-card-inner {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .servizio-card-inner:hover { } */

.servizio-card-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
}

.servizio-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.servizio-card-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 12px;
}

.servizio-card-description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    flex-grow: 1;
}

#txt_animali_no_soppalco {
    display: none;
}
 .single-camere.postid-89 #txt_animali_no_soppalco,
 .single-camere.postid-385 #txt_animali_no_soppalco {
    display: block;
}

.servizio-card-inclusion {
    margin-top: auto;
}

.servizio-incluso-badge {
    display: inline-block;
    font-size: 14px;
    color: #859B9B;
    font-weight: 600;
}

.servizio-card-price {
    margin-top: auto;
    padding-top: 15px;
}

.servizio-price-text {
    font-size: 18px;
    color: #839794;
    font-weight: 600;
}

/* Slick Carousel Custom Styles per Servizi */
.servizi-slider .slick-list {
    margin: 0 -15px;
}

.servizi-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.servizi-slider .slick-slide {
    height: auto;
}

.servizi-slider .slick-slide > div {
    height: 100%;
}

.servizi-prev,
.servizi-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, opacity 0.3s ease;
}

.servizi-prev:hover,
.servizi-next:hover {
    opacity: 0.85;
    /* background: rgba(255, 255, 255, 1); */
}

.servizi-prev {
    left: -65px;
}

.servizi-next {
    right: -65px;
}

.servizi-prev img,
.servizi-next img {
    width: 32px;
    height: auto;
    display: block;
}



.servizi-aggiuntivi .servizi-section-title {
    color: #859B9B;
}
.servizi-aggiuntivi .servizio-card-inner {
    background-color: #F6F5F2;
}



/* Responsive Servizi */
@media (max-width: 1024px) {
    .servizi-section .container {
        padding: 0 40px;
    }
    
    .servizi-section-title {
        font-size: 32px;
    }
    
    .servizi-prev {
        left: 10px;
    }
    
    .servizi-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .servizi-section {
        padding: 30px 0 70px;
    }
    
    .servizi-section .container {
        padding: 0 20px;
    }
    
    .servizi-section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .servizio-card-image {
        height: 200px;
    }
    
    .servizio-card-content {
        padding: 20px;
    }
    
    .servizio-card-title {
        font-size: 20px;
    }

    .servizio-price-text {
        font-size: 14px;
    }
    
    
    .servizi-prev,
    .servizi-next {
        width: 40px;
        height: 40px;
        display: none;  
    }
    
    .servizi-prev img,
    .servizi-next img {
        width: 20px;
    }
    
    .servizi-prev {
        left: 5px;
    }
    
    .servizi-next {
        right: 5px;
    }
}

@media (max-width: 480px) {
    .servizi-section-title {
        font-size: 24px;
    }
    
    .servizio-card-image {
        height: 180px;
    }
    
    .servizio-card-title {
        font-size: 18px;
    }
    
    .servizio-card-description {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

/* ============================================
   CONTACT FORM SECTION STYLES
   ============================================ */

.contact-form-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 73, 69, 0.83);
    z-index: 1;
}



.contact-form-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

.contact-form-title {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-wrapper {
    max-width: 450px;
    margin: 0 auto;
}

/* Contact Form 7 Styles */
.contact-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-form-wrapper .wpcf7-form p {
    margin-bottom: 16px;
    line-height: 16px;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    color: #2F3835;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.contact-form-wrapper textarea {
    border-radius: 20px;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
.contact-form-wrapper textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(131, 151, 148, 0.3);
}

.contact-form-wrapper input[type="text"]::placeholder,
.contact-form-wrapper input[type="email"]::placeholder,
.contact-form-wrapper input[type="tel"]::placeholder,
.contact-form-wrapper textarea::placeholder {
    color: #839794;
    opacity: 0.7;
}

.contact-form-wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .wpcf7-submit {
    background-color: #839794;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 16px;
}

.cf7-custom-row-btn {
    text-align: center;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper .wpcf7-submit:hover {
    background-color: #6b7d7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-form-wrapper input[type="submit"]:active,
.contact-form-wrapper .wpcf7-submit:active {
    transform: translateY(0);
}

/* Error and Success Messages */
.contact-form-wrapper .wpcf7-response-output {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
}


.contact-form-wrapper .wpcf7-mail-sent-ok {
    background-color: rgba(76, 175, 80, 0.2);
    color: #4caf50;
    border: 1px solid #4caf50;
}

.contact-form-wrapper .wpcf7-mail-sent-ng,
.contact-form-wrapper .wpcf7-aborted {
    background-color: rgba(244, 67, 54, 0.2);
    color: #fff;
    border: 1px solid #f44336;
}

.contact-form-wrapper .wpcf7-spam {
    background-color: rgba(255, 152, 0, 0.2);
    color: #fff;
    border: 1px solid #ff9800;
}

.contact-form-wrapper .wpcf7-validation-errors {
    background-color: rgba(255, 152, 0, 0.2);
    color: #fff;
    border: 1px solid #ff9800;
}

.contact-form-wrapper .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.contact-form-wrapper .wpcf7-not-valid {
    border: 2px solid #f44336 !important;
}


.wpcf7-acceptance span, .wpcf7-acceptance span a {
    font-size: 13px;
    color: #fff;
}




/* Responsive Contact Form */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 50px 0 5px;
        min-height: auto;
    }
    
    .contact-form-container {
        padding: 0 20px;
    }
    
    .contact-form-title {
        font-size: 24px;
        margin-bottom: 0;
    }
    
    .contact-form-wrapper {
        padding: 30px 0;
    }
    
    .contact-form-wrapper input[type="text"],
    .contact-form-wrapper input[type="email"],
    .contact-form-wrapper input[type="tel"],
    .contact-form-wrapper textarea {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .contact-form-wrapper textarea {
        min-height: 100px;
    }

    .wpcf7-acceptance span, .wpcf7-acceptance span a {
        font-size: 11px;
    }
}

@media (max-width: 480px) {

    .contact-form-wrapper {
        padding: 25px 0;
    }
    
    .contact-form-wrapper input[type="submit"],
    .contact-form-wrapper .wpcf7-submit {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* ============================================
   VIDEO HERO SECTION STYLES
   ============================================ */

.video-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-hero-inner {
    position: relative;
    width: 100%;
    padding-bottom: 46%; /* aspect ratio circa 1440x660 */
    overflow: hidden;
}

.video-hero-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 1;
    pointer-events: none;
}

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

.video-hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

.video-hero-play img {
    width: 120px;
    height: 120px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.video-hero-play:hover img {
    opacity: 1; 
}

/* FsLightbox: nasconde il bottone "Scarica/Download" nella toolbar */
.fslightbox-toolbar-button[title*="Scarica"],
.fslightbox-toolbar-button[title*="Download"],
.fslightbox-toolbar-button[aria-label*="Scarica"],
.fslightbox-toolbar-button[aria-label*="Download"],
.fslightbox-toolbar-button[aria-label*="download"],
.fslightbox-toolbar-button[title*="download"],
.fslightbox-toolbar-button[title*="Save"],
.fslightbox-toolbar-button[aria-label*="Save"],
/* Selettori generici per eventuali bottoni download */
.fslightbox-toolbar [class*="download"],
.fslightbox-toolbar [class*="save"],
.fslightbox-toolbar button[title*="download" i],
.fslightbox-toolbar button[aria-label*="download" i] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* FsLightbox: fix larghezza toolbar video al 100% */
.fslightbox video {
    width: 100% !important;
    max-width: 100% !important;
}

.fslightbox-container video,
.fslightbox-slide video,
[class*="fslightbox"] video {
    width: 100% !important;
    max-width: 100% !important;
}

/* Assicura che i controlli del video siano al 100% della larghezza */
.fslightbox video::-webkit-media-controls-panel,
.fslightbox video::-webkit-media-controls-enclosure {
    width: 100% !important;
    max-width: 100% !important;
}

/* Fix per la toolbar/controlli del video HTML5 */
.fslightbox video::-webkit-media-controls {
    width: 100% !important;
}

/* Container del video in fslightbox */
.fslightbox-container,
.fslightbox-slide,
[class*="fslightbox"] [class*="container"],
[class*="fslightbox"] [class*="slide"] {
    /* width: 100% !important; */
    max-width: 100% !important;
}


.fslightbox-slide-btn {
    border-radius: 100%;
}
.fslightbox-toolbar {
    background: transparent !important;
}



@media (max-width: 768px) {
    .video-hero-inner {
        padding-bottom: 56.25%; /* 16:9 su mobile */
    }

    .video-hero-play img {
        width: 50px;
        height: 50px;
    }

    .video-hero-play-triangle {
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 18px;
    }
}

/* ============================================
   BOOKING & GIFT CARD SECTION STYLES
   ============================================ */

.booking-giftcard-section {
    padding: 0;
    background-color: #F6F5F2;
}

.booking-giftcard-container {
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 0;
    align-items: flex-start;
    text-align: center;
}

.booking-giftcard-col {
    width: 50%;
    flex: 0 0 50%;
    padding: 80px;
}

.booking-col {
    display: flex;
    flex-direction: column;
    background-color: #E8ECE9;
}

.giftcard-col {
    display: flex;
    flex-direction: column;
}

.booking-giftcard-title {
    font-size: 44px;
    margin-bottom: 50px;
}

.booking-image-wrapper {
    margin-bottom: 30px;
}

.booking-image {
    width: auto;
    max-height: 175px;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto 30px;
}

.booking-text {
    margin-bottom: 50px;
}


.booking-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: auto;
    justify-content: center;
}

.booking-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    text-decoration: none;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
}

.booking-button-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.booking-button-icon-neg {
    display: none;
}

.booking-button-phone:hover .booking-button-icon-neg {
    display: block;
}

.booking-button-phone:hover .booking-button-icon {
    display: none;
}

/* Gift Card Slider */
.giftcard-slider-wrapper {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}

.giftcard-slider {
    position: relative;
}

.giftcard-slider .slick-slide {
    padding: 0 15px;
}

.giftcard-card {
    display: block;
    height: auto;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
    cursor: default;
    pointer-events: none;
}


.giftcard-card-image {
    width: 100%;
    padding-bottom: 140%; /* Aspect ratio verticale per gift card */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    border-radius: 30px;
    border: 6px solid #E8ECE9;
}

.giftcard-card:hover .giftcard-card-image {
    opacity: 0.8;
}

.giftcard-prev,
.giftcard-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.giftcard-prev:hover,
.giftcard-next:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 1);
}

.giftcard-prev {
    left: -25px;
}

.giftcard-next {
    right: -25px;
}

.giftcard-prev img,
.giftcard-next img {
    width: 24px;
    height: auto;
    display: block;
}

/* Slick Carousel Custom Styles per Gift Card */
.giftcard-slider .slick-list {
    margin: 0 -15px;
}

.giftcard-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.giftcard-slider .slick-slide {
    height: auto;
}

.giftcard-slider .slick-slide > div {
    height: 100%;
}

/* Responsive Booking & Gift Card */
@media (max-width: 1024px) {
    .booking-giftcard-container {
        gap: 40px;
    }
    
    .booking-giftcard-title {
        font-size: 32px;
    }
    
    .giftcard-prev {
        left: 10px;
    }
    
    .giftcard-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .booking-giftcard-section {
        padding: 0;
    }
    
    .booking-giftcard-container {
        flex-direction: column;
        padding: 0;
        gap: 15px;
    }
    
    .booking-giftcard-col {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .booking-giftcard-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .booking-image-wrapper {
        margin-bottom: 10px;
    }
    
    .booking-image {
        max-height: 90px;
    }

    .booking-text {
        margin-bottom: 20px;
    }
    
    .booking-giftcard-col {
        padding: 50px 20px 70px;
    }

    .booking-buttons {
        display: block;
        text-align: center;
    }
    .booking-button {
        margin: 0 auto 15px;
    }


    .giftcard-slider-wrapper {
        max-width: 100%;
    }

    .giftcard-prev,
    .giftcard-next {
        width: 40px;
        height: 40px;
    }
    
    .giftcard-prev img,
    .giftcard-next img {
        width: 20px;
    }
    
    .giftcard-prev {
        left: 5px;
    }
    
    .giftcard-next {
        right: 5px;
    }
}

@media (max-width: 480px) {
    
    .booking-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .booking-button-icon {
        width: 18px;
        height: 18px;
    }
}

/* ============================================
   GIFT CARD GRID SECTION STYLES
   ============================================ */

.giftcard-grid-section {
    padding: 80px 0;
}

.giftcard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px;
}

.giftcard-grid-card {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

/* Disabilita download e tasto destro nelle immagini fslightbox delle gift card */
.fslightbox img[src*="gift-card"],
.fslightbox [data-fslightbox="giftcard-grid"] img,
.fslightbox img[data-no-download="true"] {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.giftcard-grid-card-image {
    width: 100%;
    padding-bottom: 140%; /* Aspect ratio verticale per gift card */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    border: 6px solid #fff;
}

.giftcard-grid-card:hover .giftcard-grid-card-image {
    opacity: 0.8;
}

/* Responsive Gift Card Grid */
@media (max-width: 1024px) {
    .giftcard-grid {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .giftcard-grid-section {
        padding: 50px 0;
    }
    .giftcard-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
}

/* ============================================
   SINGLE GIFT CARD SECTION STYLES
   ============================================ */

.single-giftcard-section {
    padding: 60px 0;
}

.single-giftcard-section .container {
    margin: 0 auto;
    padding: 0 80px;
}

.single-giftcard-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.single-giftcard-image-wrapper {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.single-giftcard-image-link {
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.single-giftcard-image-link:hover {
    opacity: 0.8;
}

.single-giftcard-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border: 6px solid #fff;
}

.single-giftcard-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.single-giftcard-title {
    font-size: 34px;
    font-weight: 700;
    color: #4A5752;
    margin: 0;
    line-height: 1.2;
}

.single-giftcard-contenuti {
    font-size: 18px;
    line-height: 1.6;
    color: #4A5752;
}

.single-giftcard-contenuti p {
    margin-bottom: 15px;
}

.single-giftcard-contenuti p:last-child {
    margin-bottom: 0;
}

.single-giftcard-description {
    font-size: 18px;
    line-height: 1.6;
    color: #4A5752;
}

.single-giftcard-description p {
    margin-bottom: 15px;
}

.single-giftcard-description p:last-child {
    margin-bottom: 0;
}

.single-giftcard-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.single-giftcard-price-label {
    font-size: 18px;
    font-weight: 600;
    color: #4A5752;
}

.single-giftcard-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #4A5752;
}

.single-giftcard-pdf-button-wrapper {
    margin-top: 10px;
}

.single-giftcard-pdf-button {
    display: inline-block;
}

/* Responsive Single Gift Card */
@media (max-width: 1024px) {
    .single-giftcard-section .container {
        padding: 0 40px;
    }
    
    .single-giftcard-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .single-giftcard-section {
        padding: 40px 0;
    }
    
    .single-giftcard-section .container {
        padding: 0 20px;
    }
    
    .single-giftcard-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .single-giftcard-image-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .single-giftcard-info {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .single-giftcard-title {
        font-size: 24px;
    }
    
    .single-giftcard-contenuti {
        font-size: 16px;
    }
    
    .single-giftcard-description {
        font-size: 16px;
    }
    
    .single-giftcard-price-value {
        font-size: 20px;
    }



    .single-camera-text-col h3 {
        font-size: 18px;
 
    }
    .single-camera-text-two-columns .single-camera-text-col-main {
        padding-right: 0;
        border-right: none;
    }
}

/* ============================================
   SOCIAL SECTION STYLES
   ============================================ */

.social-section {
    padding: 80px 0;
    background-color: #839794;
    text-align: center;
}

.social-container {
    margin: 0 auto;
    padding: 0 80px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.social-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
}


.social-link img {
    width: 32px;
    height: 32px;
    display: block;
}




.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.social-links {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    opacity: 1;
    transition: opacity 0.3s ease;
    margin-bottom: 40px;
}

.social-link:hover {
    opacity: 0.85;
}

/* Placeholder se il plugin non è installato */
.instagram-feed-placeholder {
    padding: 60px 20px;
    background-color: #E8ECE9;
    border-radius: 20px;
    color: #4A5752;
}

.instagram-feed-placeholder p {
    margin-bottom: 15px;
}

.instagram-feed-placeholder code {
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

#sb_instagram .sbi_photo img {
    border-radius: 20px;
}
#sb_instagram #sbi_images {
    gap: 20px !important;
}


/* Responsive Social Section */
@media (max-width: 1024px) {
    .social-container {
        padding: 0 40px;
    }
    
    .social-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .social-section {
        padding: 60px 0;
    }
    
    .social-container {
        padding: 0 20px;
    }
    
    .social-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .social-link {
        width: 32px;
        height: 32px;
    }
    .social-link img {
        width: 24px;
        height: 24px;
    }

    .social-section .social-link img {
        width: 28px;
        height: 28px;
    }

    .social-links {
        gap: 16px;
    }

}




.grecaptcha-badge {
    visibility: hidden !important;
}