/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769088807
Updated: 2026-01-22 13:33:27

*/

#elementor-popup-modal-2075 .dialog-close-button{
      right: initial !important;
    left: 15px;
}

.font-moret h1,
.font-moret h2,
.font-moret h3,
.font-moret h4,
.font-moret h5,
.font-moret h6 {       
  font-family: "moret-variable", serif !important;
}

.font-fabiola h1,
.font-fabiola h2,
.font-fabiola h3,
.font-fabiola h4,
.font-fabiola h5,
.font-fabiola h6 {
  font-family: "fabiola-capitals", sans-serif !important;
}

span.number {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

/* Header HOME */

.she-header a.elementor-item {
    color: #000 !important;
    fill: #000 !important;
}
.she-header.header-home path {
    stroke: #000 !important;
}
.she-header.header-home .has-submenu img {
    filter: invert(0);
}
.she-header a.elementor-button.elementor-button-link.elementor-size-sm {
    background: #000 !important;
    color: #fff !important;
}

/* container pagination in riga */
.carousel-line-pagination .swiper-pagination {
  align-items: center;
  gap: 18px;
}

/* reset bullet */
.carousel-line-pagination .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  margin: 0 5px !important;
  background: transparent !important;
  opacity: 1 !important;
  position: relative;
}

/* trattino */
.carousel-line-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 40px;      /* lunghezza trattino */
  height: 2px;      /* spessore */
  background: rgba(0,0,0,.25);
}

/* pallino sotto al trattino attivo */
.carousel-line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);  /* distanza sotto al trattino */
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

.carousel-line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: rgba(0,0,0,.55);
}

.carousel-fraction {
    text-align: center;
}

.carousel-line-pagination .elementor-image-carousel {
    margin-bottom: 30px;
}

/* =========================
   WIDGET: SWIPER SLIDER
========================= */

.dcps-root .dc-swiper {
  position: relative;
}

/* Swiper wrapper/slide */
.dcps-root .swiper-wrapper {
  align-items: stretch;
}

.dcps-root .swiper-slide.dc-slide {
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Card media */
.dcps-root .dc-media {
  position: relative;
  overflow: visible; /* la tua immagine ÃƒÆ’Ã‚Â¨ un cerchio, ok */
}

/* Cerchio immagine (tuo) */
.dcps-root .dc-media-image {
  height: 280px;
  width: 280px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

/* Plus centrato */
.dcps-root .dc-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 0;
  background: rgb(0 0 0 / 24%);
  color: #fff;
  border: none;
  font-size: 28px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/* Titolo sotto */
.dcps-root .dc-title {
  margin-top: 12px;
  text-align: center;
}

/* =========================
   SWIPER NAVIGATION
========================= */

.dcps-root .dc-swiper-button-prev,
.dcps-root .dc-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* posizioni */
.dcps-root .dc-swiper-button-prev { left: -10px; }
.dcps-root .dc-swiper-button-next { right: -10px; }

/* icone frecce: Swiper usa pseudo-elementi */
.dcps-root .dc-swiper-button-prev::after,
.dcps-root .dc-swiper-button-next::after {
  font-size: 16px;
}

/* =========================
   SWIPER PAGINATION
========================= */

.dcps-root .dc-swiper-pagination {
  position: relative;
  margin-top: 14px;
  text-align: center;
}

.dcps-root .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid rgba(0,0,0,.35);
}

.dcps-root .swiper-pagination-bullet-active {
  background: rgba(0,0,0,.55);
}

/* =========================
   MODALE
========================= */

.dcps-root .dc-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  z-index: 9999;
  padding: min(6vh, 40px) 16px;
}

.dcps-root .dc-modal-backdrop.is-open {
  display: block;
}

.dcps-root .dc-modal-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.dcps-root .dc-close {
  position: absolute;
  top: 25px;
  left: 25px;
  border: none;
  cursor: pointer;
  font-size: 22px;
  z-index: 2;
  color: #333;
}

.dcps-root .dc-modal {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,.35);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  margin-top: 6vh;
  padding: 50px;
  align-items: flex-start;
}

.dcps-root .dc-modal-left {
  padding: 26px;
}

.dcps-root .dc-modal-h {
  margin: 0 0 10px 0;
}

.dcps-root .dc-modal-c {
  line-height: 1.6;
}

.dcps-root .dc-modal-right {
  background: #f3f3f3;
}

.dcps-root .dc-modal-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {
  .dcps-root .dc-media-image {
    width: 240px;
    height: 240px;
  }

  .dcps-root .dc-modal {
    grid-template-columns: 1fr;
  }

  .dcps-root .dc-modal-right {
    min-height: 220px;
  }

  /* frecce spesso inutili su mobile (swipe) */
  .dcps-root .dc-swiper-button-prev,
  .dcps-root .dc-swiper-button-next {
    display: none;
  }
}

.dc-modal-image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}




.dchg-track{
  display:flex;
  gap:0;
  align-items:center;
  width:100%;
  min-height: 500px;
}

/* CARD: compatta */
.dchg-card{
  position:relative;
  flex:1 1 0;
  min-width:54px;
  height: 630px;
  overflow:hidden;
  cursor:pointer;
  outline:none;
  transition:flex .35s ease, transform .25s ease, opacity .25s ease;
  opacity:.95;
}

/* Thumbnail sempre visibile */
.dchg-thumb{
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  transition:opacity .2s ease;
}

/* Contenuto espanso: nascosto di default */
.dchg-expanded{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns: 1fr 1fr; /* foto + box testo */
  opacity:0;
  pointer-events:none;
  transform: translateX(10px);
  transition: opacity .2s ease, transform .35s ease;
}

/* HERO (sinistra) */
.dchg-hero{
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  min-height: 500px;
}

/* BOX TESTO (destra) */
.dchg-copy{
  background: var(--panel-bg, #0b2a1f);
  color:#fff;
  padding: 100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  text-align: center;
}

.dchg-cta{
  margin-top:6px;
  color: #fff;
}
.dchg-cta:hover{
  color: #fff;
}
.dchg-cta:hover{ text-decoration:underline; }

/* Stato attivo/hover: card si espande e mostra layout foto+testo */
.dchg-card.is-active{
  flex: 6 1 0;          /* espansione */
  opacity:1;
  transform: translateY(-2px);
}

.dchg-card.is-active .dchg-thumb{
  opacity:0;            /* nascondo la thumb */
}

.dchg-card.is-active .dchg-expanded{
  opacity:1;
  pointer-events:auto;
  transform: translateX(0);
}

/* Mobile */
@media (max-width:1024px){
  .dchg-track{ flex-direction:column; }
  .dchg-card{ height:250px; width:100%; min-width:0; }
  .dchg-card.is-active{ flex: 1 1 auto; }
  .dchg-expanded{ grid-template-columns: 1fr; }
}





.dcms-root{
  --dcms-panel-bg: #0b2a1f;
  --dcms-counter-opacity: .18;
  width: 100%;
}

/* layout tipo screenshot */
.dcms-slide .dcms-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

/* LEFT */
.dcms-left{
  position: relative;
  background: #fff;
  overflow: hidden;
  max-height: 800px;
  min-height: 800px;
}

.dcms-image{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dcms-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dcms-embed{
  width: 100%;
  height: 100%;
  position: relative;
}
.dcms-embed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* RIGHT */
.dcms-right{
  background: var(--dcms-panel-bg);
  color: #fff;
  padding: 64px 56px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  overflow: hidden;
}

/* counter */
.dcms-counter{
  position: absolute;
  top: 36px;
  left: 56px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.dcms-counter-big{
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
  opacity: var(--dcms-counter-opacity);
}

.dcms-counter-small{
  font-size: 12px;
  letter-spacing: 2px;
  opacity: .6;
}

/* copy */
.dcms-title{
  margin: 0;
  max-width: 380px;
}

.dcms-text{
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
  max-width: 380px;
}

/* nav arrows */
.dcms-nav{
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.dcms-prev,
.dcms-next{
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.10);
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.dcms-prev:hover,
.dcms-next:hover{
  background: rgba(0,0,0,.18);
}

/* responsive */
@media (max-width: 1024px){
  .dcms-slide .dcms-grid{
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .dcms-left{
    height: 320px;
  }
  .dcms-right{
    padding: 28px 20px;
  }
  .dcms-counter{
    position: static;
    margin-bottom: 6px;
  }
  .dcms-counter-big{
    font-size: 64px;
  }
  .dcms-title {
    max-width: 100%;
  }
}




/* Nascondi testo dentro ogni slide */
.elementor-element-3d0ad0d .elementor-testimonial__content{
  display:none !important;
}

.elementor-element-3d0ad0d .dc-testimonial-below{
  max-width: 500px; 
  margin: 28px auto 0;
  text-align: center;
}

.elementor-element-3d0ad0d .dc-testimonial-below .dc-title{
  font-family: "Moret", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -2px;
  margin: 0 0 10px;
}

.elementor-element-3d0ad0d .dc-testimonial-below .dc-body{
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.elementor-element-3d0ad0d .elementor-testimonial__image img {
    filter: grayscale(1);
}

.elementor-element-3d0ad0d .elementor-testimonial__image img {
    filter: grayscale(1);
}

.elementor-element-3d0ad0d .swiper-slide.swiper-slide-active {
    transform: rotate(-6deg) !important;
}

.elementor-element-3d0ad0d .swiper-slide {
    transform: rotate(6deg) !important;
}

.elementor-element-3d0ad0d .swiper-slide.swiper-slide-next {
  transform: translateY(-30px) rotate(0deg) !important;
}