/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here*/

//sticky header
.elementor-element-95c0d0f {
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}
.elementor-element-95c0d0f.sticky-white {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.elementor-element-95c0d0f.sticky-white .menu-item a {
  color: #08159b !important;
  transition: color 0.3s ease;
}

.elementor-element-95c0d0f.sticky-white .elementor-icon svg {
  fill: #08159b !important;
  transition: fill 0.3s ease;
}

/* Transizione logo */
.elementor-element-95c0d0f img.wp-image-310 {
  transition: opacity 0.3s ease;
}

.custom-link {
	color: #08159B;
}

/*pills tamaco*/
.pills-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  overflow: hidden !important;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease !important;
}
.pills-container.pills-collapsed {
  max-height: 90px !important;
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%) !important;
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%) !important;
}
.pills-container.pills-expanded {
  max-height: 1000px !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.pills-container span {
  display: inline-block !important;
  padding: 0.4rem 1rem !important;
  background: #f0f1f5 !important;
  border-radius: 100px !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #5a6478 !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}
.pills-toggle {
  display: flex !important;
  justify-content: center !important;
  padding: 0.5rem 0 0 !important;
  cursor: pointer !important;
}
.pills-toggle svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  color: #5a6478 !important;
}
.pills-toggle.pills-open svg {
  transform: rotate(180deg) !important;
}

/* Riga icone touchpoint - colonne uguali */
.elementor-element-c942b2a > .elementor-container,
.elementor-element-b2256f9 > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: stretch !important;
}

.elementor-element-c942b2a > .elementor-container > .elementor-element,
.elementor-element-b2256f9 > .elementor-container > .elementor-element {
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
}

/*tamaco manifesto*/
selector.tamaco-manifesto {
  position: relative;
  background: #1a1a5e;
  overflow: hidden;
}

selector.tamaco-manifesto::before,
selector.tamaco-manifesto::after {
  content: '';
  position: absolute;
  width: 85%;
  height: 80%;
  top: 10%;
  left: 8%;
  background: rgba(180, 195, 215, 0.2);
  border-radius: 16px;
  z-index: 1;
}

selector.tamaco-manifesto::before {
  transform: rotate(-3deg);
}

selector.tamaco-manifesto::after {
  transform: rotate(2deg);
  background: rgba(180, 195, 215, 0.15);
}

/*elenco servizi*/
.tag-box {
  background-color: #16257A;
  border-radius: 16px;
  padding: 2px 8px;
  font-family: 'ApfelGrotezk', sans-serif;
  font-size: 20px;
  line-height: 1,5;
  text-align: center;
  word-spacing: 4px;
  color: #ffffff;
}

.tag-box .dot {
  color: #f8b133;
  font-size: 20px;
}

/*pagina servizi*/
.elementor-element-562e4f7 {
  overflow: hidden;
}

.elementor-element-2c68353 {
  margin-right: calc(-1 * ((100vw - 100%) / 2)) !important;
}

.elementor-counter-title {
	text-align: center !important;
}

/*font slider*/
#SR7_7_1-35-5,                                                                                          
#SR7_7_1-35-6 {                                                                                       
      font-family: 'ApfelGrotezk', sans-serif !important;                                                            
  } 