/*
Theme Name: Wonderful theme
Theme URI: https://wonderful.it/
Template: hello-elementor
Author: Fii design di Campanaro Federica
Author URI: https://www.fiidesign.it/
Version: 1.0.1774551997
Updated: 2026-03-26 20:06:37

*/


	body {
	  overflow-x: hidden;
	}

	body{
	font-family: 'DM Sans', sans-serif !important;
	}

	.wf-section, .tab-content{
		padding-top:4em;
		padding-bottom:4em;
	}

	.wf-section-top, .tab-content-top{
		padding-top:4em;
	}

	.wf-section-bottom, .tab-content-bottom{
		padding-bottom:4em;
	}

	.wf-section-title{
		padding-top:5em;
		padding-bottom:5em;
	}

	p{
		margin-block-end: 2em;
	}

	p:last-child {
	  margin-block-end: 0;
	}

	.wf-sidebar{
		height: 100%;
		position: sticky;
		top: 0px;
	}


	.wf-course-tab {
	  cursor: pointer;
	}

	.tab-content,
	.tab-content-top,
	.tab-content-bottom {
	  display: none;
	}

	.tab-content.is-active,
	.tab-content-top.is-active,
	.tab-content-bottom.is-active {
	  display: block;
	}

	.wf-course-subnav{
	  position: sticky !important;
	  top: 0 !important;
	  z-index: 9999 !important;
	  background: #fff !important;
	}

	.wf-course-subnav > .e-con-inner{
	  background: #fff !important;
	}

	.wf-course-subnav .e-n-menu-wrapper,
	.wf-course-subnav .e-n-menu-heading{
	  background: #fff !important;
	}


	@media (max-width: 1024px) {
		.elementor-element.wf-section, .elementor-element.tab-content{
			padding-top: 2em;
			padding-bottom: 2em;
			padding-left: 4em !important;
			padding-right: 4em !important;
		}
		
		.elementor-element.wf-section-top, .elementor-element.tab-content-top{
			padding-top: 2em;
			padding-left: 4em !important;
			padding-right: 4em !important;
		}
		.elementor-element.wf-section-bottom, .elementor-element.tab-content-bottom{
			padding-bottom: 2em;
			padding-left: 4em !important;
			padding-right: 4em !important;
		}

		.elementor-element.wf-section-title{
			padding-top:4em;
			padding-bottom:4em;
		}

		.wf-sidebar {
			position: static;
			top: auto;
			height: auto;
		}

	}

	@media (max-width: 768px) {
		.elementor-element.wf-section, .elementor-element.tab-content{
			padding-top:2.5em;
			padding-bottom:2.5em;
			padding-left:2em !important;
			padding-right: 2em !important;
		}

		.elementor-element.wf-section-top, .elementor-element.tab-content-top{
			padding-top:2.5em;
			padding-left:2em !important;
			padding-right: 2em !important;        
		}

		.elementor-element.wf-section-bottom, .elementor-element.tab-content-bottom{
			padding-bottom:2.5em;
			padding-left:2em !important;
			padding-right: 2em !important;
		}

		.elementor-element.wf-section-title{
			padding-top:2em;
			padding-bottom:2em;
		}


	}





/* =========================================================
   WONDERFUL - SINGOLO CORSO
   Gestione colore dinamico + stile sezioni
   ========================================================= */

/* Colore di default */
.single-corsi {
  --wf-course-color: #A70924;
  --wf-course-color-rgb: 167, 9, 36;
}

/*.single-corsi span[style*="text-decoration: underline"]{
.tab-programma strong,
.tab-info-utili strong{
  color: inherit !important;
  text-decoration: none !important;
  display: inline;
  padding: 0.01em 0.5em;
  border-radius: 25em 20em;
  background: rgba(201, 162, 39, 0.25);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.4;
	}*/

/* =========================================================
   HERO
   ========================================================= */

.wf-hero-wrap {
  position: relative;
  overflow: hidden;
}

.wf-hero-wrap > .e-con-inner {
  position: relative;
  z-index: 2;
}

.wf-hero-content,
.wf-hero-cta {
  position: relative;
  z-index: 3;
}

.wf-hero-shape {
  position: absolute !important;
  top: 50%;
  right: -45%;
  transform: translateY(-50%);
  width: 70%;
  max-width: 1100px;
  z-index: 1;
  pointer-events: none;
  margin: 0 !important;
}

.wf-hero-shape .elementor-widget-container {
  margin: 0 !important;
}

.wf-hero-shape svg {
  display: block;
  width: 90%;
  height: auto;
  opacity: 0.20;
}

.wf-hero-shape svg,
.wf-hero-shape svg * {
  fill: var(--wf-course-color) !important;
  /*stroke: var(--wf-course-color) !important;*/
}

/* =========================================================
   LABEL
   ========================================================= */

.wf-course-label .elementor-heading-title {
  color: var(--wf-course-color) !important;
}

/* =========================================================
   ICONE HERO
   ========================================================= */

.wf-course-icons .elementor-icon-list-icon i,
.wf-course-icons .elementor-icon-list-icon svg {
  color: var(--wf-course-color) !important;
  fill: var(--wf-course-color) !important;
}

/* =========================================================
   TAB MENU
   ========================================================= */

.wf-course-tabs .e-n-menu-item a,
.wf-course-tabs .e-n-menu-title-container {
  position: relative;
  cursor: pointer;
}

.wf-course-tabs .e-n-menu-heading .e-n-menu-title-text {
  transition: color 0.25s ease;
}

.wf-course-tabs .e-n-menu-item:hover .e-n-menu-title-text,
.wf-course-tabs .e-n-menu-item.is-active .e-n-menu-title-text,
.wf-course-tabs .e-n-menu-item .e-link:hover .e-n-menu-title-text,
.wf-course-tabs .e-n-menu-item.is-active a {
  color: var(--wf-course-color) !important;
}

.wf-course-tabs .e-n-menu-item:hover,
.wf-course-tabs .e-n-menu-item.is-active {
  border-color: var(--wf-course-color) !important;
}

/* Contenuti tab */
.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

/* =========================================================
   BULLET LIST
   ========================================================= */

.wf-bullet-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wf-bullet-list ul li {
  position: relative;
  padding-left: 1.2em;
}

.wf-bullet-list ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wf-course-color);
  position: absolute;
  left: 0;
  top: 0.6em;
}

/* =========================================================
   BOX PROSSIME DATE
   ========================================================= */

.wf-next-dates-box {
  background: rgba(var(--wf-course-color-rgb), 1) !important;
  border: 1px solid rgba(var(--wf-course-color-rgb), 1);
  border-radius: 16px;
}



/* =========================================================
   RESPONSIVE HERO SHAPE
   ========================================================= */

@media (max-width: 1024px) {
  .wf-hero-shape {
    justify-content: center;
    opacity: 0.7;
  }

  .wf-hero-shape svg {
    width: 100%;
    height: auto;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .wf-hero-shape {
    opacity: 0.45;
  }

  .wf-hero-shape svg {
    max-width: 520px;
  }
}


/* =========================================================
   INFO UTILI - bullet ACF trasformati in icone SVG
   ========================================================= */

/* =========================================================
   INFO UTILI - bullet ACF trasformati in icone SVG
   ========================================================= */

:root {
  --wf-info-icon-color: #5A6578;
  --wf-info-icon-size: 1.3rem;
  --wf-info-icon-size-small: 1.05rem;
}

/* reset elenco */
.wf-info-icon-a-chi ul,
.wf-info-icon-obiettivi ul,
.wf-info-icon-durata ul,
.wf-info-icon-contenuti ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wf-info-icon-a-chi ul li,
.wf-info-icon-obiettivi ul li,
.wf-info-icon-durata ul li{
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1.1rem;
}

.wf-info-icon-contenuti ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.1rem;
}

.wf-info-icon-a-chi ul li:last-child,
.wf-info-icon-obiettivi ul li:last-child,
.wf-info-icon-durata ul li:last-child,
.wf-info-icon-contenuti ul li:last-child {
  margin-bottom: 0;
}

/* base icona */
.wf-info-icon-a-chi ul li::before,
.wf-info-icon-obiettivi ul li::before,
.wf-info-icon-durata ul li::before,
.wf-info-icon-contenuti ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: var(--wf-info-icon-size);
  height: var(--wf-info-icon-size);
  background-color: var(--wf-info-icon-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* DESTINATARI */
.wf-info-icon-a-chi ul li::before {
  -webkit-mask-image: url('/WNDRF/wp-content/uploads/2026/04/Users.svg');
  mask-image: url('/WNDRF/wp-content/uploads/2026/04/Users.svg');
}

/* OBIETTIVI */
.wf-info-icon-obiettivi ul li::before {
  -webkit-mask-image: url('/WNDRF/wp-content/uploads/2026/04/FileCheck.svg');
  mask-image: url('/WNDRF/wp-content/uploads/2026/04/FileCheck.svg');
}

/* DURATA */
.wf-info-icon-durata ul li::before {
  -webkit-mask-image: url('/WNDRF/wp-content/uploads/2026/04/Target.svg');
  mask-image: url('/WNDRF/wp-content/uploads/2026/04/Target.svg');
}

/* CONTENUTI */
.wf-info-icon-contenuti ul li::before {
  width: var(--wf-info-icon-size-small);
  height: var(--wf-info-icon-size-small);
  top: 0.38em;
  -webkit-mask-image: url('/WNDRF/wp-content/uploads/2026/04/ChevronRight.svg');
  mask-image: url('/WNDRF/wp-content/uploads/2026/04/ChevronRight.svg');
}



/* =========================================
   TESTIMONIANZE / FEEDBACK CAROUSEL
   ========================================= */

.wf-feedback-section {
  position: relative;
}

.wf-feedback-header {
  margin-bottom: 32px;
}

.wf-feedback-eyebrow {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8c94a3;
  font-weight: 700;
  margin-bottom: 10px;
}

.wf-feedback-title {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  color: #08122f;
  font-weight: 700;
}

.wf-feedback-carousel {
  overflow: hidden;
}

.wf-feedback-track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.wf-feedback-card {
  flex: 0 0 calc(33.333% - 16px);
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 24px 24px;
  box-sizing: border-box;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* icona quote svg custom */
.wf-feedback-quote {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  background-color: #d9dde5;
  -webkit-mask-image: url("https://www.fiidesign-cliente.it/WNDRF/wp-content/uploads/2026/04/Quote.svg");
  mask-image: url("https://www.fiidesign-cliente.it/WNDRF/wp-content/uploads/2026/04/Quote.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 1;
}

.wf-feedback-text {
  color: #4c5565;
  font-size: 18px;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 28px;
}

.wf-feedback-text p {
  margin: 0;
}

.wf-feedback-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.wf-feedback-avatar {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  overflow: hidden;
}

.wf-feedback-avatar--image img,
.wf-feedback-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wf-feedback-meta {
  min-width: 0;
}

.wf-feedback-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #08122f;
  margin-bottom: 4px;
}

.wf-feedback-company {
  font-size: 16px;
  line-height: 1.35;
  color: #7b8494;
}

.wf-feedback-nav {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}

/* bottoni frecce */
.wf-feedback-arrow,
.wf-feedback-arrow:hover,
.wf-feedback-arrow:focus,
.wf-feedback-arrow:focus-visible,
.wf-feedback-arrow:active {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d9dde5 !important;
  color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  transition: background 0.25s ease, transform 0.25s ease;
}

.wf-feedback-arrow:hover,
.wf-feedback-arrow:focus,
.wf-feedback-arrow:focus-visible,
.wf-feedback-arrow:active {
  background: #c7cdd8 !important;
}

.wf-feedback-arrow span {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('/WNDRF/wp-content/uploads/2026/04/ArrowRight.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.wf-feedback-arrow-prev span {
  transform: rotate(180deg);
}

.wf-feedback-arrow-next span {
  transform: rotate(0deg);
}

.wf-feedback-arrow[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* tablet */
@media (max-width: 1024px) {
  .wf-feedback-card {
    flex: 0 0 calc(50% - 12px);
  }
}

/* mobile */
@media (max-width: 767px) {
  .wf-feedback-track {
    gap: 16px;
  }

  .wf-feedback-card {
    flex: 0 0 100%;
    min-height: auto;
    padding: 22px 18px 20px;
  }

  .wf-feedback-text {
    font-size: 16px;
  }

  .wf-feedback-nav {
    gap: 12px;
    margin-top: 24px;
  }

  .wf-feedback-arrow,
  .wf-feedback-arrow:hover,
  .wf-feedback-arrow:focus,
  .wf-feedback-arrow:focus-visible,
  .wf-feedback-arrow:active {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .wf-feedback-arrow span {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}


/* =========================================
   LOGHI / CI HANNO SCELTO
   ========================================= */

.wf-logos-section {
  padding: 20px 0 10px;
}

.wf-logos-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wf-logos-track {
  display: flex;
  align-items: center;
  gap: 6em;
  width: max-content;
}

.wf-logos-item {
  flex: 0 0 auto;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wf-logos-item img {
  max-height: 100px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.wf-logos-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

/* STATICO */
.wf-logos-carousel.is-static {
  overflow: visible;
}

.wf-logos-carousel.is-static .wf-logos-track {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  animation: none;
  transform: none;
}

/* MARQUEE */
.wf-logos-carousel.is-marquee .wf-logos-track {
  flex-wrap: nowrap;
  animation: wfLogosMarquee 22s linear infinite;
  will-change: transform;
}

.wf-logos-carousel.is-marquee:hover .wf-logos-track {
  animation-play-state: paused;
}

@keyframes wfLogosMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .wf-logos-track {
    gap: 28px;
  }

  .wf-logos-item {
    min-width: 100px;
  }

  .wf-logos-item img {
    max-height: 42px;
    max-width: 120px;
  }

  .wf-logos-carousel.is-static .wf-logos-track {
    gap: 28px;
  }

  .wf-logos-carousel.is-marquee .wf-logos-track {
    animation-duration: 22s;
  }
}



/* =========================================
   CALENDARIO
   ========================================= */

.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode,
[data-wf2-calendar],
.wf2-calendar,
.wf2-calendar-wrap,
.wf2-calendar-desktop {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.elementor-widget-shortcode .elementor-shortcode {
  display: block !important;
  flex: 1 1 100% !important;
}