.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1144 .elementor-element.elementor-element-791308a{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1144 .elementor-element.elementor-element-4237641{--display:flex;}.elementor-1144 .elementor-element.elementor-element-03b29ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1144 .elementor-element.elementor-element-b8a56cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1144 .elementor-element.elementor-element-965e4fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1144 .elementor-element.elementor-element-063ba1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1144 .elementor-element.elementor-element-8eff3c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1144 .elementor-element.elementor-element-14e715b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-ca39204 */.hero {
  position: relative;
  height: 70vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: url('https://ecoverso.earth/wp-content/uploads/2025/08/ecoverso-portale-albero-connessione-natura-scaled.jpeg') center/cover no-repeat;
  margin: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  margin: 0 0 0.5rem;
  color: #fff;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  margin: 0 0 1.4rem;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5521ad9 */.intro-frase {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.intro-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
}

.intro-text::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0a84ae; /* azzurro uniforme */
  margin: 10px auto 0;
  border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09770cb *//* === Sezione: Ultimi Racconti (solo post) === */
#eco-latest-posts-wrapper{
  --eco-accent:#0a84ae;
  --eco-text:#000;

  /* Titolo card fisso */
  --eco-title-size: 18px;

  /* Pulsante fluido */
  --eco-btn-font-min: 13px;
  --eco-btn-font-vw: 1.3vw;
  --eco-btn-font-max: 16px;
  --eco-btn-padding-y: 14px;
  --eco-btn-padding-x: 28px;
}

/* Titolo sezione */
#eco-latest-posts-wrapper .eco-section-title{
  font-size:22px;
  font-weight:700;
  margin:30px 0 15px;
  border-left:4px solid var(--eco-accent);
  padding-left:10px;
}

/* Griglia fissa */
#eco-latest-posts{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:20px;
  max-width:1200px;
  margin:0 auto;
}
#eco-latest-posts > .eco-card{ grid-column:span 4; }
@media (max-width:1024px){ #eco-latest-posts > .eco-card{ grid-column:span 6; } }
@media (max-width:640px){  #eco-latest-posts > .eco-card{ grid-column:span 12; } }

/* Card base (senza hover movimento) */
#eco-latest-posts .eco-card{
  background:transparent;
  border:none;
  box-shadow:none;
  display:flex;
  flex-direction:column;
}

/* Media (senza effetto hover) */
#eco-latest-posts .eco-card-media{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:16px;
}
#eco-latest-posts .eco-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  /* nessuna animazione */
}

/* Overlay CTA (statico, appare solo su hover immagine) */
#eco-latest-posts .eco-card-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
  opacity:0;
  transition:opacity .25s ease;
  z-index:1;
}
#eco-latest-posts .eco-card:hover .eco-card-media::after{ opacity:1; }

#eco-latest-posts .eco-overlay-cta{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  pointer-events:none;
  opacity:0;
  transition:opacity .25s ease;
  color:#fff;
  font-weight:700;
  font-size:14px;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
#eco-latest-posts .eco-card:hover .eco-overlay-cta{
  opacity:1;
}

/* Body */
#eco-latest-posts .eco-card-body{
  padding:14px 2px 0;
  display:flex;
  flex-direction:column;
  flex:1;
  align-items:flex-start;
}

/* Titolo fisso */
#eco-latest-posts .eco-card-title{
  margin:0 0 10px;
  color:var(--eco-text);
  font-size:var(--eco-title-size);
  line-height:1.22;
}
#eco-latest-posts .eco-card-title a{
  color:inherit;
  text-decoration:none;
}

/* Pulsante pillola fluido */
#eco-latest-posts .eco-button{
  display:inline-block;
  width:auto;
  max-width:max-content;
  align-self:flex-start;
  padding:var(--eco-btn-padding-y) var(--eco-btn-padding-x);
  border-radius:999px;
  background:#000;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:clamp(var(--eco-btn-font-min), var(--eco-btn-font-vw), var(--eco-btn-font-max));
  line-height:1;
  transition:transform .12s ease, color .2s ease, background-color .2s ease;
}
#eco-latest-posts .eco-button:hover{
  background:#000;
  color:#fff !important;
  transform:scale(1.06);
}
#eco-latest-posts .eco-button:active{
  transform:scale(0.99);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc5808b *//* =============== ecoBanner Mood (BASE) =============== */
.ecobanner-mood{
  position: relative;
  width: 100%;
  min-height: clamp(420px, 60vh, 720px);

  display: grid;
  place-items: center;
  padding: 40px 24px;
  overflow: hidden;

  /* Configurabili (possono essere sovrascritte da classi/inline) */
  --bg: none; /* immagine/video fallback */
  --overlay-color: rgba(0,0,0,.40); /* intensità velo */
  --text-color: #fff; /* colore testo */

  /* Tipografia (default banner) */
  --title-min: 26px; --title-vw: 3.2vw; --title-max: 46px;
  --sub-min: 15px; --sub-vw: 1.6vw; --sub-max: 19px;

  /* Pulsante (default banner) */
  --btn-bg: rgba(255,255,255,.75);
  --btn-bg-hover: #fff;
  --btn-text: #000;
  --btn-text-hover: var(--btn-text);
  --btn-font-min: 13px; --btn-font-vw: 1.3vw; --btn-font-max: 16px;

  background: var(--bg) center 30% / cover no-repeat;

}

/* video di sfondo (opzionale) */
.ecobanner-mood .ecobanner-media{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}

/* overlay per contrasto */
.ecobanner-mood .ecobanner-overlay{
  position: absolute; inset: 0;
  background: var(--overlay-color); z-index: 1;
}

/* contenuto */
.ecobanner-mood .ecobanner-content{
  position: relative; z-index: 2;
  max-width: 920px; text-align: center;
  color: var(--text-color);
}

/* tipografia base (usa variabili) */
.ecobanner-mood .ecobanner-title{
  margin: 0 0 8px; font-weight: 800; line-height: 1.1;
  font-size: clamp(var(--title-min), var(--title-vw), var(--title-max));
  color: var(--text-color);
}
.ecobanner-mood .ecobanner-subtitle{
  margin: 0 0 20px; font-weight: 400; line-height: 1.5;
  font-size: clamp(var(--sub-min), var(--sub-vw), var(--sub-max));
  color: var(--text-color); opacity: .95;
}

/* CTA container */
.ecobanner-mood .ecobanner-cta{
  display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}

/* pulsante (usa variabili dedicate) */
.ecobanner-mood .ecobanner-btn{
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-text);
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(var(--btn-font-min), var(--btn-font-vw), var(--btn-font-max));
  line-height: 1;
  transition: transform .12s ease, background-color .25s ease, color .25s ease;
}
/* Hover — forziamo nero */
.ecobanner-mood .ecobanner-btn:hover,
.ecobanner-mood a.ecobanner-btn:hover {
  background: var(--btn-bg-hover);
  color: #000 !important;
  transform: scale(1.04);
}

}
.ecobanner-mood .ecobanner-btn:active{ transform: scale(0.99); }

/* mobile */
@media (max-width: 768px){
  .ecobanner-mood{ min-height: 360px; padding: 28px 16px; }
}

/* =============== Override SOLO per questa sezione =============== */
/* Aggiungi la classe .text-banner-mood nel markup della sezione */
.text-banner-mood{
  /* testi bianchi */
  --text-color: #ffffff;

  /* stile pulsante solo per questa sezione */
  --btn-bg: rgba(255,255,255,.75);
  --btn-bg-hover: #ffffff;
  --btn-text: #000000;
  --btn-text-hover: #000000;
}

/* Forza il colore dei testi per vincere su regole globali */
.text-banner-mood .ecobanner-title,
.text-banner-mood .ecobanner-subtitle {
  color: var(--text-color) !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8a56cc *//* Sezione video hero */
.eco-video-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: url('https://ecoverso.ecoverso.earth/wp-content/uploads/2025/08/ecoverso-foresta-luce-rigenerazione-natura.jpg-scaled.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Overlay scuro per testo leggibile */
.eco-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contenuto centrale */
.eco-video-content {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 20px;
  max-width: 800px;
}

.eco-video-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 10px;
}

.eco-video-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  margin-bottom: 25px;
}

/* Pulsante */
.eco-video-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: var(--eco-accent, #0a84ae);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.eco-video-btn:hover {
  background-color: #066888;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65f615b *//* ========== Carousel Woo + Filtri: Scelti da Ecoverso ========== */
.eco-woo-carousel{
  --woo-text:#000;
  --woo-sub:#555;
  --woo-border:#e9e9e9;
  --woo-accent:#0a84ae;

  /* bottone card (solo lui è “fluido”) */
  --btn-font-min:13px; --btn-font-vw:1.3vw; --btn-font-max:16px;
  --btn-py:14px; --btn-px:28px;

  max-width:1200px; margin:0 auto;
}

/* Header con titolo + frecce */
.eco-woo-head{ display:flex; align-items:center; justify-content:space-between; margin:30px 0 14px; }
.eco-woo-title{ font-size:22px; font-weight:700; margin:0; border-left:4px solid var(--woo-accent); padding-left:10px; }
.eco-woo-controls{ display:flex; gap:8px; }
.eco-woo-nav{
  width:36px; height:36px; border-radius:999px; border:1px solid var(--woo-border);
  background:#fff; cursor:pointer; font-size:20px; line-height:1; display:grid; place-items:center;
}
.eco-woo-nav:hover{ background:#f5f5f5; }

/* ===== Filtri solo testo (scroll orizzontale) ===== */
.eco-woo-filter{
  display:flex; gap:12px; overflow:auto; padding:6px 2px 10px; margin:0 0 10px;
  scroll-snap-type:x mandatory;
}
.eco-woo-filter::-webkit-scrollbar{ height:8px; }
.eco-woo-filter::-webkit-scrollbar-thumb{ background:#ddd; border-radius:999px; }

.eco-woo-chip{
  flex:0 0 auto; scroll-snap-align:start;
  border:none; background:transparent; color:var(--woo-text);
  font-weight:600; letter-spacing:.1px; cursor:pointer;
  padding:10px 14px; border-radius:999px;
  transition:background .2s ease, color .2s ease;
}
.eco-woo-chip:hover{ background:#f5f5f5; }
.eco-woo-chip.is-active{
  background:#000; color:#fff;
}

/* ===== Track del carosello ===== */
.eco-woo-track{
  display:flex; gap:20px; overflow:auto; scroll-snap-type:x mandatory; scroll-behavior:smooth;
  padding:4px 2px 16px; margin:0 -2px;
}
.eco-woo-track::-webkit-scrollbar{ height:10px; }
.eco-woo-track::-webkit-scrollbar-thumb{ background:#d7d7d7; border-radius:999px; }

/* Slide/card */
.eco-woo-slide{
  flex:0 0 25%;
  scroll-snap-align:start;
  display:flex; flex-direction:column;
}
@media (max-width: 1100px){ .eco-woo-slide{ flex-basis: 33.333%; } }
@media (max-width: 820px){  .eco-woo-slide{ flex-basis: 50%; } }
@media (max-width: 560px){  .eco-woo-slide{ flex-basis: 82%; } }

/* Media: immagine arrotondata, overlay scuro in hover */
.eco-woo-media{ position:relative; display:block; aspect-ratio:4/3; overflow:hidden; border-radius:16px; }
.eco-woo-media img{ width:100%; height:100%; object-fit:cover; display:block; }
.eco-woo-media::after{
  content:""; position:absolute; inset:0; background:rgba(0,0,0,.35); opacity:0; transition:opacity .25s ease; z-index:1;
}
.eco-woo-slide:hover .eco-woo-media::after{ opacity:1; }
.eco-woo-overlay{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2;
  color:#fff; font-weight:700; opacity:0; transition:opacity .25s ease; text-shadow:0 1px 2px rgba(0,0,0,.45);
}
.eco-woo-slide:hover .eco-woo-overlay{ opacity:1; }

/* Badge prezzo */
.eco-woo-badge{
  position:absolute; top:12px; right:12px; z-index:2;
  padding:6px 10px; border-radius:999px; backdrop-filter: blur(6px);
  background:#ffffffcc; border:1px solid var(--woo-border); font-size:12px; font-weight:700;
}

/* Body */
.eco-woo-body{ padding:14px 2px 0; display:flex; flex-direction:column; }
.eco-woo-card-title{ margin:0 0 10px; font-size:18px; line-height:1.22; }
.eco-woo-card-title a{ color:var(--woo-text); text-decoration:none; }

/* Bottone pillola (unico “responsive/pop”) */
.eco-woo-button{
  display:in/* End custom CSS */