/*
Theme Name:  Jampaa
Theme URI: https://www.jampaa.it/
Description:  Tema Jampaa
Author:  Jampaa
Author URI: https://www.jampaa.it/
Template:  hello-elementor
Version:  1.0
*/


/*
*	  1.0 SETTINGS
*     1.1 Global Fonts
*   2.0 HEADER
*     2.1 MENU DESKTOP
*     2.2 MENU MOBILE
*     2.3 ANCORE
*   3.0 GALLERY
*   4.0 FAQ OR
*   5.0 FOOTER
*   6.0 CONTENT
*     6.1 PAGINE CORRELATE
*     6.2 GALLERY SLIDER
*     6.3 CONTATTI
*     6.4 BLOG
*   7.0 NEWSLETTER
*   8.0 WPML
*/


/* 1.0 SETTINGS */

  ul{
    padding-left: 15px;
  }

  @media (max-width: 768px) {
    #breadcrumbs {
     padding-bottom:10px;
    }
  }
  @media (min-width: 769px) {
    .e-con-inner:has(.elementor-widget-breadcrumbs){
      padding-bottom:3% !important;
    }
  }

  .pulsante-404{
    font-weight: 700 ;
  }

/* 1.1 Global Fonts */

h1, .h1, h1 p, .h1 p{
    font-size: clamp(2.25rem, 1.442vw + 1.889rem, 3.188rem) !important;
    line-height: clamp(2.344rem, 1.778vw + 2.01rem, 4.144rem) !important;
    font-family: "Maven Pro" !important;
    font-style: normal;
    font-weight: 400
}

h2, .h2, h2 p, .h2 p{
  font-size: clamp(1.875rem, 1.034vw + 1.694rem, 2.625rem) !important;
  line-height: clamp(2.25rem, 1.241vw + 2.033rem, 3.15rem);
  font-family: "Maven Pro" !important;
  font-style: normal;
  font-weight: 400
}

h3, .h3, h3 p, .h3 p{
  font-size: clamp(1.5rem, 1.034vw + 1.319rem, 2.25rem) !important;
  line-height: clamp(1.8rem, 1.707vw + 1.501rem, 3.038rem) !important;
  font-family: "Maven Pro" !important;
  font-style: normal;
  font-weight: 400
}

h4, .h4, h4 p, .h4 p{
  font-size: clamp(1.25rem, 0.69vw + 1.129rem, 1.75rem) !important;
  line-height: clamp(1.5rem, 1.19vw + 1.292rem, 2.363rem) !important;
  font-family: "Maven Pro" !important;
  font-style: normal;
  font-weight: 400
}

h5, .h5, h5 p, .h5 p{
  font-size: clamp(1.125rem, 0.603vw + 1.019rem, 1.563rem) !important;
  line-height: clamp(1.35rem, 1.047vw + 1.167rem, 2.109rem) !important;
  font-family: "Maven Pro" !important;
  font-style: normal;
  font-weight: 400
}

.par-xl, .par-xl p, .par-xl a, .par-xl span{
  font-size: clamp(1.063rem, 0.259vw + 1.017rem, 1.25rem) !important;
  line-height: clamp(1.275rem, 0.569vw + 1.175rem, 1.688rem) !important;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 400
}

.par-l, .par-l p, .par-l a, .par-l span{
  font-size: clamp(1rem, 0.172vw + 0.97rem, 1.125rem);
  line-height: clamp(1.3rem, 0.379vw + 1.234rem, 1.575rem);
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 400
}

.par-m, .par-m p, .par-m a, .par-m span{
  font-size: clamp(0.875rem, 0.172vw + 0.845rem, 1rem) !important;
  line-height: clamp(1.05rem, 0.414vw + 0.978rem, 1.35rem) !important;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 400
}

.par-s, .par-s p, .par-s a, .par-s span{
  font-size: clamp(0.75rem, 0.172vw + 0.72rem, 0.875rem) !important;
  line-height: clamp(0.9rem, 0.388vw + 0.832rem, 1.181rem) !important;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 400
}

/* 2.0 HEADER */

#container-header.shrink {
  background-color: #D0DEE1 !important; /* esempio colore scuro */
  transition: background-color 0.3s;
  min-height: 120px !important;
}

#logo-header.shrink img {
  width: 150px !important; /* più piccolo */
  transition: width 0.3s;
}

#menu-principale a {
  transition: color 0.3s;
}

#container-header.shrink #menu-principale a {
  color: #000 !important; /* cambia colore voci menu */
}
.elementor-8 .shrink .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #000 !important; /* cambia colore voci menu */
}

/* 2.1 MENU DESKTOP */

#burger-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 562px;
    height: 100vh;
    background: #f3f9ec;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow: hidden;
  }
  
  #burger-menu.open {
    transform: translateX(0);
  }
  
  .burger-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .burger-nav li {
    padding: 1rem;
    border-bottom: none;
  }
  
  .burger-nav li.menu-item-has-children > a::after {
    content: "›";
    float: right;
    font-size: 40px;
    line-height: 0.5;
    font-weight: 200;
  }
  
  .burger-nav ul ul {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
  }
  
  .burger-nav ul ul.active {
    display: block;
  }
  
  .submenu-back {
    font-weight: bold;
    padding: 1rem;
    display: block;
    background: #fff;
    border-bottom: none;
  }
  
/* Applica solo al menu dentro #burger-menu */
#burger-menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  background: #fff;
  z-index: 2;
  padding-top: 0px;
  margin-left:0px !important;
  height: 100vh;
  margin-top:0px !important;
}

#burger-menu .elementor-nav-menu--dropdown ul.sub-menu.active-slide {
  display: block;
}

#burger-menu .submenu-back {
  font-weight: bold;
  padding: 1rem;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border-bottom: none;
}


/* AGGIORNATO */
.burger-nav,
.burger-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.burger-nav li {
  padding: 1rem;
  border-bottom: none;
}

.burger-nav li.menu-item-has-children > a::after {
  content: "›";
  float: right;
}

.burger-nav ul ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 10;
}

.burger-nav .sub-menu.active {
  display: block !important;
}

.burger-nav .sub-menu.not-active {
  display: none !important;
}

.submenu-back {
  font-weight: bold;
  padding: 1rem;
  display: block;
  background: #f0f0f0;
  border-bottom: none;
  cursor: pointer;
}

div#burger-toggle{
  cursor:pointer;
}

div#burger-close{
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  font-family: sans-serif;
}

#menu-burger-desktop-menu a, #menu-menu-burger-offcanvas-de a, #menu-burger-desktop-menu-fr a, #menu-burger-desktop-menu-en a{
  color: black !important;
}

.shrink .sub-arrow svg{
  fill:black;
}

/* 2.2 MENU MOBILE */

@media (max-width: 1200px) {
  #burger-menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-wrap: nowrap;
  }

  #burger-menu-mobile.open {
    transform: translateX(0);
  }

  #burger-menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #burger-menu-mobile .burger-nav-mobile li {
    padding: 0.5rem 1rem;
    border-bottom: none;
    font-weight: bold;
    text-transform: uppercase;
	
  }
	#burger-menu-mobile .burger-nav-mobile li a {
	 position:relative;
		display:block;
	}
  #burger-menu-mobile .burger-nav-mobile li.menu-item-has-children > a::after {
    content: "›"; 
    float: right;
	font-size:35px;
	line-height:1;  
	position: absolute;
    right: 5%;
    transform: translate(-50%, -50%);
    top: 50%;  
  }

  #burger-menu-mobile .burger-nav-mobile ul {
    display: none;
    background: white;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 10;
  }

  #burger-menu-mobile .burger-nav-mobile ul.active {
    display: block !important;
  }

  #burger-menu-mobile .burger-nav-mobile ul.not-active {
    display: none !important;
  }  

  #burger-menu-mobile .submenu-back {
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
    background: #f8f8f8;
    border-bottom: none;
  }

  #burger-menu-mobile .burger-bottom-buttons {
    margin-top: auto;
    display: flex;
  }

  #burger-menu-mobile .burger-bottom-buttons .btn {
    flex: 1;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
  }

  #burger-menu-mobile .btn.call {
    background: #3a5ca9;
  }

  #burger-menu-mobile .btn.book {
    background: #6aaf3e;
  }

  .burger-nav-mobile a{
    color:black;
  }
}

.shrink .menu-item a{
  color:black !important;
}

.shrink #burger-toggle svg{
  fill:black !important;
}

/* 2.3 ANCORE */

[id^="generali"] {
  scroll-margin-top: 120px; /* Altezza del menu fisso */
}

[id^="piscina"] {
  scroll-margin-top: 120px; /* Altezza del menu fisso */
}

[id^="palestra"] {
  scroll-margin-top: 120px; /* Altezza del menu fisso */
}


/* 3.0 GALLERY */

div#button-gallery-room {
  cursor: pointer;
}

.rotate-device.show a {
  color: white;
  font-weight: 800;
  border-style: solid;
}

.cta-gallery {
  font-size: 80px;
}

.fa-solid.fa-unlock.cta-gallery{
  font-size:30px;
}

.standard-gallery-wrapper-category.image h2 i {
  font-size: 23px;
  line-height: 23px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.standard-gallery-wrapper .gallery-filters {
  display: flex !important;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  text-transform: uppercase;
}

.standard-gallery-wrapper {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin: 50px 0;
}

.standard-gallery-wrapper .gallery-filters button:not(:hover):not(:active):not(.has-background), .standard-gallery-wrapper .gallery-filters button, .standard-gallery-wrapper .gallery-filters button:active, .standard-gallery-wrapper .gallery-filters button:focus, .standard-gallery-wrapper .gallery-filters button:visited {
  margin: 0;
  background: transparent !important;
  color: #0069B4 !important;
  border: 1px solid #0069B4;
}

.standard-gallery-wrapper .gallery-filters button.active:not(:hover):not(:active):not(.has-background), .standard-gallery-wrapper .gallery-filters button.active, .standard-gallery-wrapper .gallery-filters button:hover {
  background: #0069B4 !important;
  color: #ffffff;
}

.standard-gallery-wrapper .gallery-filters button.active:not(:hover):not(:active):not(.has-background), .standard-gallery-wrapper .gallery-filters button.active, .standard-gallery-wrapper .gallery-filters button:hover {
  background: #0069B4 !important;
  color: #ffffff !important;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category:not(:last-of-type) {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(138, 147, 167, 0.3);
}

.standard-gallery-wrapper .standard-gallery-wrapper-category img {
  /* border-radius: 10px; */
  cursor: pointer;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
  max-width: 480px;
  margin: 0 30px 0 0;
}

.standard-gallery-wrapper.gallery-container-image .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
  max-height: 380px;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category .swiper-slide h3 {
  margin: 10px 0;
}

.standard-gallery-wrapper hr {
  background: #8A93A7;
  opacity: 0.3;
  width: 100%;
}

.standard-gallery-wrapper-category.image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(40px, 1fr);
  gap: 15px;
}

.standard-gallery-wrapper-category.image h2 {
  grid-column: 1/-1;
}

.standard-gallery-wrapper-category.image .single-image {
  position: relative;
  max-height: 300px;
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1.5rem;
  width: 4rem;
  height: 4rem;
  background-color: var(--link-color);
  padding: 0.8rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget:hover {
  background-color: var(--link-color-hover);
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget svg {
  fill: #ffffff;
}

.standard-gallery-wrapper-category.image .single-image:nth-of-type(1n+10) {
  display: none;
}

.standard-gallery-wrapper-category.image .single-image figure {
  margin: 0;
  height: 100%;
  width: 100%;
}

.standard-gallery-wrapper-category.image .single-image figure img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  max-height: -webkit-fill-available;
}

.standard-gallery-wrapper-category.image span.description {
  position: absolute;
  right: 12px;
  left: auto;
  bottom: 12px;
  top: auto;
  z-index: 1;
  background: var(--link-color);
  color: #ffffff;
  padding: 10px 12px;
  margin-left: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgb(0 0 0 / 50%);
}

.standard-gallery-wrapper-category.image span.description>i {
  font-size: 18px;
}

.standard-gallery-wrapper-category.image span.description.active>i {
  display: none;
}

.standard-gallery-wrapper-category.image span.description:not(.active)>span.text {
  display: none;
}


.standard-gallery-wrapper-category.image figure.cta img {
  filter: blur(5px);
  -webkit-filter: blur(9px);
  z-index: 2;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.standard-gallery-wrapper-category.image .overlay-cta:hover ~ figure.cta img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}


.standard-gallery-wrapper-category.image figure figcaption {
  display: none;
}

.standard-gallery-wrapper-category.image .overlay-cta {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 3;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.standard-gallery-wrapper-category.image .overlay-cta span {
  margin: auto;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--green);
  font-weight: 700;
}

.standard-gallery-wrapper-category.image .overlay-cta:hover span {
  background: var(--green);
}

.standard-gallery-wrapper-category.image .overlay-cta.overlay-cta-play {
  color: #fff;
  font-size: 7rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.lead-generation-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;

  background-image: url('/wp-content/uploads/2021/11/last-image-gallery-message.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lead-generation-content-description {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 100px 50px;
}

.lead-generation-content-description .lead-generation-icon {
  font-size: 80px;
  margin-bottom: 40px;
  text-align: center;
}

.standard-gallery-wrapper-category.image figure.cta .overlay-cta a.btn::after {
  display: none !important;
  visibility: hidden !important;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide iframe {
  height: 300px !important;
  margin-bottom: 10px;
}

.rll-youtube-player .play {
  width: 100% !important;
}

.swiper-slide .video-rate i {
  font-size: 20px !important;
}

.swiper-slide>.video-title {
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 31px !important;
  color: #484B5C !important;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-prev,
.standard-gallery-wrapper-category.enable-slide .swiper-button-next {
  position: absolute;
  top: 50%;
  background: #fff;
  z-index: 1;
  margin: 0 !important;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-next {
  right: 0;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-prev {
  left: 0;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category {
  overflow: hidden;
  position: relative;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
  max-width: 480px;
  margin: 0 30px 0 0;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide iframe {
  height: 300px !important;
  margin-bottom: 10px;
}

.standard-gallery-wrapper.gallery-container-image .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
  max-height: 380px;
}

@media (max-width: 600px) {
  .standard-gallery-wrapper-category.image {
      gap: 5px !important;
      grid-template-columns: repeat(2, 1fr);
  }

  .standard-gallery-wrapper-category.image span.description {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      right: 5px;
      bottom: 5px;
  }

  .standard-gallery-wrapper-category.image span.description.active {
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: 0;
      border-radius: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

  .standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-container-horizontal .swiper-slide {
      max-width: 290px;
      max-height: unset;
  }
}

.overlay-cta {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 3;
  cursor: pointer;
}

.gallery-container-wrapper-category.image figure.cta .overlay-cta a.btn {
  margin: auto !important;
  width: fit-content !important;
}

.lead-generation-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;

  background-image: url('/wp-content/uploads/2021/11/last-image-gallery-message.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lead-generation-content-description {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10rem 5rem;
}

.lead-generation-content-description .lead-generation-icon {
  font-size: 8rem;
  margin-bottom: 4rem;
  text-align: center;
}

.gallery-container-wrapper-category.image figure.cta .overlay-cta a.btn::after {
  /* margin-left: 0.5rem; */
  display: none !important;
  visibility: hidden !important;
}

.gallery-container-wrapper .gallery-container-wrapper-category.swiper-container-horizontal .swiper-slide iframe {
  height: 30rem !important;
  margin-bottom: 1rem;
}

.rll-youtube-player .play {
  width: 100% !important;
}

body button.pswp__button {
  border: none !important;
  margin: 0 !important;
  background: transparent !important;
}

body button.pswp__button.pswp__button--close,
body button.pswp__button.pswp__button--zoom {
  margin: 0 20px 0 0 !important;
}

body .pswp__custom-caption {
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  max-width: 500px;
  padding: 2px 10px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: #000;
  font-size: 14px;
  border-radius: 1px;
}

.pswp__360-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pswp__360-image-container iframe {
  background: #444;
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 20rem);
  max-height: 100vh;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none !important;
}

.pswp__video-container {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pswp__video-container video {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 20rem);
  max-height: 100vh;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.rotate-device {
  position: fixed;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  color: #fff;
}

.rotate-device.show {
  display: flex;
}

.rotate-device .phone {
  height: 5rem;
  width: 10rem;
  border: 0.3rem solid white;
  border-radius: 1rem;
  animation: rotate-device 4s ease-in-out infinite;
}

.rotate-device a,
.rotate-device a:active,
.rotate-device a:focus,
.rotate-device a:visited,
.rotate-device a:hover {
  color: #fff;
  letter-spacing: normal;
  padding: 10px 30px;
}

@keyframes rotate-device {
  0% {
      transform: rotate(-90deg)
  }

  70% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(-90deg)
  }
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
  z-index: 100 !important;
  width: 100px;
}

body button.pswp__button.pswp__button--close, body button.pswp__button.pswp__button--zoom, body button.pswp__button.pswp__button--close:hover , body button.pswp__button.pswp__button--zoom:hover {
  width: 40px !important;
}

button.btn.filter-button {
  background-color: var(--brown) !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  color: white !important;
}

button.btn.filter-button.active {
  background-color: var(--green) !important;
}

button.btn.filter-button.active:hover {
  background: #BAC0C2 !important;
}

/* 4.0 FAQ OR */

.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: auto;
}

.faq-category-or {
  width: calc(50% - 20px); /* Due colonne */
  margin-bottom: 20px;
}

.faq-category-title-or {
  margin-bottom: 10px;
}

.accordion-or {
  border: 1px solid #ccc; /* Bordino attorno all'accordion */
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header-or {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
}

.accordion-question-or {
  text-align: left;
  flex-grow: 1; /* Occupa tutto lo spazio disponibile */
  line-height: 1.8;
  font-size: 16px;
  font-family: 'Reem Kufi', sans-serif !important;
  color: #39414D !important;
}

.accordion-icon-or {
  font-size: 12px;
  margin-left: 10px;
  transform: rotate(0);
  transition: transform 0.3s;
}

.accordion-or.active .accordion-icon-or {
  transform: rotate(180deg); /* Ruota l'icona quando attivo */
}

.accordion-content-or {
  padding: 10px;
  display: none;
  border-top: 1px solid #ccc; /* Bordino tra domanda e risposta */
}

@media screen and (max-width:768px) {
  .faq-category-or {
      width: 100%; /* Due colonne */ 
  }
  .accordion-question-or{
      max-width: 70%;
  }
}

h1.h1-faq {
  text-align: center;
}

h2.faq-category-title-or {
  font-size: 26px !important;
}

a.floatingIcon {
  display: none;
}

/* 5.0 FOOTER */

.copyright{
  color:#0069B4;
  font-weight: 700 !important;
  display: inline !important;
}

@media screen and (max-width: 600px){
  .mobile-footer-booking{
      height:55px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 601px){
  .mobile-footer-booking{
      height:85px !important;
  }
  .footer-icons{
      margin:auto !important;
  }
  .footer-icons .elementor-widget-container{
      padding: 0px !important;
  }
}
.footer-icons.phone .elementor-icon{
  font-size:23px !important;
  margin:auto
}

.footer-icons.bells .elementor-icon{
  font-size:32px !important;
  margin: auto;
}
.footer-icons .elementor-icon-box-title{
  margin:auto;
}

.links-policy a{
  color: black;
}

/*   6.0 CONTENT  */


/*   6.1 PAGINE CORRELATE  */

@media (max-width: 600px) {
  .correlati-sfondo{
    background-color: #FFFFFFba ;
  }
}

/*  6.2  GALLERY SLIDER */

.triple-slider {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.triple-slider .swiper-wrapper {
  align-items: center;
}

.triple-slider .swiper-slide {
  width: 240px;
  height: 300px;
  opacity: 0.3;
  transform: scale(0.85);
  transition: transform 0.4s ease, opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}

.triple-slider .swiper-slide-active {
  width: 360px;
  height: 450px;
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.triple-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* FRECCE */
.swiper-button-prev,
.swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 58px !important;
  height: 58px !important;
  background: #fff !important; 
  color: #0069B4 !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  z-index: 20 !important;
}

.swiper-button-prev {
  /*left: -80px !important;*/
}

.swiper-button-next {
  /*right: -80px !important;*/
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
  font-weight: bold !important;
}

/* RESPONSIVE */
@media (max-width: 1023px) {
  .triple-slider .swiper-slide {
    width: 200px;
    height: 260px;
  }

  .triple-slider .swiper-slide-active {
    width: 280px;
    height: 370px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .triple-slider .swiper-slide {
    width: 160px;
    height: 220px;
  }

  .triple-slider .swiper-slide-active {
    width: 240px;
    height: 300px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

/* 6.3 CONTATTI */

.link-contatti a{
  text-decoration-color: black !important;
}

#psinformativa2 a{
  color:black;
}

/* 6.4 BLOG */

.post-list-blog h3{
  line-height: 1.6rem !important;
}

.post-list-blog .elementor-post__meta-data{
  padding-top:10px;
}

/* 7.0 NEWSLETTER */

#mc-embedded-subscribe{
  background-color: #0069B4 !important;
  border-radius: 40px !important;
}

#mc_embed_signup form{
  margin:0px !important;
}

#psinformativa2 a{
  font-weight: 700;
}

/* 8.0 WPML */

.js-wpml-ls-item-toggle.wpml-ls-item-toggle, .js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover, .js-wpml-ls-item-toggle.wpml-ls-item-toggle:focus{
  background: none !important;
  color: white !important;
  border: none !important;
  width: fit-content !important;
  font-family: "Roboto", Sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.wpml-ls-legacy-dropdown-click{
  width: fit-content !important;
}

.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link{
  color: white !important;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 700;
}

.shrink .js-wpml-ls-item-toggle.wpml-ls-item-toggle,.shrink .js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover,.shrink .js-wpml-ls-item-toggle.wpml-ls-item-toggle:focus{
  color: black !important;
}

.shrink .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link{
  color: black !important;
}

.mobile-wpml .js-wpml-ls-item-toggle.wpml-ls-item-toggle,.mobile-wpml .js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover,.mobile-wpml .js-wpml-ls-item-toggle.wpml-ls-item-toggle:focus{
  color: black !important;
  font-weight: 400;
  font-size: 22px;
}

.mobile-wpml .elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link{
  color: black !important;
  border: none;
  background: none;
  font-size: 22px;
  font-weight: 400 !important;
}

.mobile-wpml .wpml-ls-legacy-dropdown-click .wpml-ls-item{
  background-color: #D0DEE1;
}

.shrink .js-wpml-ls-sub-menu.wpml-ls-sub-menu{
  background-color: #D0DEE1;
}