@font-face {
    font-family: 'Questrial';
    src: url('../../media/fonts/Questrial/questrial-regular-webfont.woff2') format('woff2'),
         url('../../media/fonts/Questrial/questrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM_Plex_Sans';
    src: url('../../media/fonts/IBM_Plex_Sans/ibmplexsans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../media/fonts/IBM_Plex_Sans/ibmplexsans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Regular.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Italic.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Medium.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-MediumItalic.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Semibold.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-SemiboldItalic.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Bold.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ES_Build';
    src: url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-BoldItalic.woff2') format('woff2'),
         url('../../media/fonts/ES_Build_Trial/ESBuildTRIAL-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

html {
  height: 100%;
}

body {
  font-family: "IBM_Plex_Sans";
  background-color: #FFFFFF;
  color:#004080;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body *::selection {
    background-color: #004080;
    color: #FFFFFF;
}

H1, H2, H3, H4 {
    font-family: "Questrial";
}


H1 {
    color: #004080;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
}

H2 {
    color: #004080 !important;
    font-size:46px;
    line-height: 38px;
}

/* Override h2 pseudo-elements */
h2::before, h2::after, .h2::before, .h2::after {
    display: none !important;
    background-color: transparent !important;
    content: none !important;
    height: 0 !important;
    width: 0 !important;
    position: static !important;
}

.accordion_block H2 {
    color: #853036 !important;
}

H3 {
    color: #004080 !important;
    font-size:28px;
    line-height: 28px;
}

H4 {
    color: #004080 !important;
    font-size:20px;
    line-height: 20px;
}

p {
    font-size: 15px;
    line-height: 18px;
}

.has-primary-color, .has-primary-color > * {
  color: #004080 !important;
}

.page-template-template-exhibitors-2025 .exhibitors-item {
    font-size: .875rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.exhibitors-item .btn {
	font-size:0.9rem
}

/******* Utilities *******/

.title-md {
    font-size: 24px
}

.title-lg {
    font-size: 32px
}

.title-xl {
    font-size: 50px;
}

@media only screen and (min-width:991px) {
    .title-xl {
        font-size: 64px;
    }
}

.title:after,
.title:before {
    display:none;
}

.btn-custom {
    background-color: #ECE8EF;
    color: #004080 !important;
    font-weight: 900;
    padding: 10px 15px;
    display:inline-block !important;
    border-radius:10px;
    outline: 2px #004080 solid !important;
    outline-offset: -2px;

}

.btn-custom:hover {
    color: #fff;
}



.btn-custom.icon.animate img {
    transition: transform 0.3s ease-in-out;
}

.btn-custom.icon.animate:hover img {
    animation: rotate 1s linear infinite;
}

.btn-custom.icon figure {
    padding: 14px;
    padding-right:0;
    border-left: 1px dashed #fff;
}

.btn-custom.icon img {
    max-width:20px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #852E36;
}

.background {
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    position:relative;
}

.overlay-white:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(255,255,255,0.7)
}

.overlay-primary:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgba(133,46,54, 0.7);
}

/******* Header *******/

main {
    padding-top: 4.25rem;
    flex: 1 0 auto;
}

.home main {
    padding-top: 73px
}

.page-content-padding {
    padding-top: 2.5rem;
}

/* @media only screen and (min-width:991px) {
     main {
        padding-top: 11.25rem;
    }
    
} */


.medium-logo {
    max-width: 130px;
}

.wpml-ls-item {
    display: none;
}

.wp-block-button__link {
	border-radius:11px;
}

@media only screen and (min-width:991px) {
     .medium-logo {
        max-width: 200px;
    }
    

	.wp-block-button__link {
		text-align:left;
		position:relative;
		font-size:16px;
		padding-right: 80px;
	}

	.wp-block-button__link:after {
		content: "";
        background-image: url(/wp-content/uploads/2025/02/stellina.svg);
        background-size: contain;
        background-position: center;
        height: 100%;
        width: 20px;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        margin: 0 10px;
        top: 0;
	}

    .wp-block-button__link:before {
        top: 0;
        content: "";
        position: absolute;
        right: 42px;
        border-right: 1px dashed;
        height: 100%;
    }

	.wp-block-button__link:hover {
        color: #fff;
        background-color: #842f35;
	}

	.wp-block-button__link:hover:after {
		animation: rotate 1s linear infinite;
	}
}

.site-header {
    padding-bottom:0;
}

.header_box {
    padding:13px 0;
    background-color:#39C3C8;
    height: 73px;
}

.btn-buy {
    position: fixed;
    bottom: 0%;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.btn-buy a {
    font-size:16px;
    padding:0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-left: 25px!important;
}

.btn-buy a span {
   display: inline-block;
   transition:0.3s
}

.btn-buy a figure {
    border-left: 1px dashed #fff!important;
    transition:0.3s;
    padding: 10px 25px!important;
}

.btn-buy a img{
    border-left: 0!important;
    max-width: 15px!important;
}



.btn-buy a:hover figure {
    padding-top: 15px!important;
}

.time_from {
    font-weight:900;
    text-transform:uppercase;
    font-size:13px
}

.social_header  {
    gap:8px
}

.social_header a {
    height: 24px;
    width: 24px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social_header a i {
    font-size:14px
}

.social-container .social-item {
  background-color: #00408000;
  width: 1.4375rem;
  height: 1.4375rem;
  line-height: 1.4375rem;
  color: #fff;
  border: 1px solid white;
}


.toggler {
    width: 39px;
    height: 33px;
    background: #39C3C8;;
    border-radius: 11px;
    position: relative;
    cursor: pointer;
}

.toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 50%;
    -webkit-transform: rotate(0deg)translateX(-50%);
    transform: rotate(0deg)translateX(-50%);
    -webkit-transition: .25sease-in-out;
    transition: .25sease-in-out;
}

.toggler.open span {
    left:20%;
}

.toggler span:nth-child(1) {
    top:9px;
}

.toggler span:nth-child(2) {
    top:16px;
}

.toggler span:nth-child(3) {
    top:23px;
}

.toggler.open span:nth-child(1) {
    top:16px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.toggler.open span:nth-child(3) {
    top:16px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.h_header {
    gap:10px
}

.h_header p {
    font-size:11px;
    font-weight:900;
    text-transform:uppercase
}

.cta_header .btn-custom {
    font-size:12px;
	min-height:40px;
	padding: 0 10px;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2;
}

.cta_header .btn-custom.icon img {
    padding: 9px;
    padding-right:0;
    max-width: 20px;
    border-left: 1px dashed #fff
}

.menu_right {
    gap:10px;
}

.nav_header {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    height: calc(100vh - 74px);
    top: 74px;
    background-color: #E1DDD9;
    width: 100%;
    display:flex;
    z-index: 9999999;
    overflow-y:auto;
}

.nav_header.open {
    transform: translateX(0);
}

.nav_header .sub-menu {
    display:none;
    padding:0;
}

.nav_header .sub-menu li {
    margin-bottom:0;
    margin-top:10px
}

.navbar_nav-box {
    padding: 1.5rem;
    width: 100%;
}

.navbar_nav-image {
    width: 35%;
}

.navbar_nav-image img {
    object-fit: cover;
}

.navbar_nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.navbar_nav li {
    margin-bottom:20px
}

.navbar_nav li:before {
    display:none!important
}

.navbar_nav a {
    font-size:20px;
    color: #004080;
    text-transform:uppercase;
    font-weight:900;
    position:relative;
    display: flex;
    align-items: center;
    font-family: 'Questrial', sans-serif;  /* nuovo font */
}

.navbar_nav .sub-menu a {
    width: 100%;
}

.navbar_nav .menu-item-has-children a:after {
    content:"";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #852E36;
    transform: rotate(180deg);
    margin-left: auto;
}

.navbar_nav .sub-menu a:after {
    display: none;
}

.navbar_nav .sub-menu a {
    color: #000;
    font-weight:400;
    font-size: 16px
}

.navbar_nav li.open .sub-menu {
    display:block
}

.h_header .text-language-switcher {
    font-size: 14px;
}

.custom-language-switcher {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 10px;
    align-items: center;
}

.custom-language-switcher li:before {
    display: none!important;
}

.custom-language-switcher li.active {
    border: 3px solid #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.custom-language-switcher li a img {
    width: 50px
}

@media only screen and (min-width: 992px) {
    .btn-buy {
        bottom: initial;
        top: 65%;
        transform: translateY(-50%)rotate(-90deg);
        width: auto;
		transform-origin: left top;
    }
    .btn-buy a {
        width: auto;
        font-size: 12px;
        border-top-left-radius: 0;
 		border-top-right-radius: 0;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
		border-top-right-radius: 0;
        padding-left: 10px!important;
    }
    .btn-buy a figure {
        padding: 10px!important;
    }
    .navbar_nav li {
        margin-bottom:30px;
		width:30%;
    }
    .navbar_nav-box {
        padding: 5% 0% 5% 10%;
        width: 65%;
    }
    .nav_header .sub-menu {
        position: absolute;
        left: 40%;
        top: 0;
        height: 100%;
		width:100%;
    }

    .nav_header .sub-menu li {
        margin-bottom:30px;
        margin-top:0;
        width: 100%;
    }

    .navbar_nav a {
        font-size:24px;
        width: 100%;
    }

    .navbar_nav .sub-menu a {
        font-size: 18px
    }

    .navbar_nav .menu-item-has-children a:after {
        transform: rotate(90deg);
    }

}


/******* Hero video block  *******/

.hero_video {
    height: calc(100vh - 74px);
    position: relative;
    overflow:hidden
}

.hero_video video{
    object-fit:cover
}

.hero_video img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width:312px
}

.hero_video .hero-static-image {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
    max-width: none !important;
    max-height: 100%;
    object-fit: cover;
    transform: none !important;
}

.banner-scrolling {
    position: absolute;
    bottom: 0;
    background-color: #004080
}

.bottom-bar-item {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 100vw;
    line-height: 0;
}

.wrapper-scrolling-text {
    height: 3.5rem;
    display: flex;
    position: relative;
    text-decoration: none;
}



.wrapper-scrolling-text .scrolling-text p {
   margin-bottom:0;
   font-size:16px;
   text-transform:uppercase;
   font-weight:900;
   position: relative;
}

.bottom-bar-item .wrapper-scrolling-text .scrolling-text p:after {
    content: "";
    background-image:url('/wp-content/uploads/2025/02/stellina.svg');
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    height: 11px;
    width: 11px;
    background-size: contain;
}

@keyframes scrollingtext {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@media only screen and (min-width: 991px) {
    .wrapper-scrolling-text .scrolling-text p {
        font-size:22px;
    }
}


@media only screen and (max-width: 991px) {
        .hero_video {
        height: 260px;
        }
}



/******* Text image block  *******/

@media only screen and (min-width: 991px) {
    .box_text_image  {
        display:block;
        height:60vh;
        overflow:auto!important;
    }

    .box_text_image::-webkit-scrollbar {
        display: none;
    }
}

.text_image p {
    font-size:14px
}

.bg-image:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%
}

.text_image img {
    border-radius: 20px;
}

.text_image H2 {
    padding: 0 0 20px;
}

/******* Double Text block  *******/

.double-text  H2 {
    padding: 0;
    margin-bottom: 0 !important;
}

.double-text .left-section H2 {
    font-size: 52px;
}

.double-text .right-section {
  padding-left: 0 !important;
}

.double-text .left-section-image {
  max-width: 110px !important;
}

/******* Accordion block  *******/

.accordion_block h2 {
    font-size:48px;
    color: #852E36
}

.accordion_block p {
    font-size:14px;
}

.accordion_block .card {
    border: 1px solid #852E36;
    border-radius:12px!important;
}

.accordion_block .card .card-header{
    border-radius:12px;
    margin-bottom:0;
    padding:0;
    padding-left: 20px;
    border:none
}

.accordion_block .card .card-header .triangle{
    transform: rotate(180deg);
    transition: 0.3s;
    margin-right: 5px;
}

.accordion_block .card .card-header.active {
    border-bottom: 1px solid #852E36;
    transform: rotate(0deg)
}

.accordion_block .card .card-header.active .triangle {
    transform: rotate(0)
}

.accordion_block .card .card-header h3 button {
    font-size: 18px;
    color: #852E36;
    padding:0;
    display:block;
    border:none;
    width: 100%;
}

.accordion_block .card .card-header h3 button:focus {
   outline:none;
   box-shadow:none
}

.accordion_block .card .card-header h3 button .accordion-left-content {
    flex: 1;
}

.accordion_block .card .card-header h3 button .accordion-right-content {
    flex-shrink: 0;
}

.accordion_block .card .card-header h3 button .icon_box {
    background-color: #852E36;
    padding: 10px 15px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.accordion_block .card .card-header h3 button .icon_box img {
    max-width: 35px;
}

.accordion_block .card .card-body{
    border-top: none;
}

.accordion_block .card-body span {
    font-size: 14px
}


/******* CTA block  *******/

.cta_block h3,
.cta_block .social a i {
    font-size:28px
}

.cta_block h4 {
    font-size:21px
}

.cta_block .social a {
    display: flex;
    height: 52px;
    width: 52px;
    border: 3px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/******* butcher animation  *******/

.butcheranim .group {
  position: relative;
  width: 528px;
  height: 401px;
}

.butcheranim .group .overlap-group {
  position: relative;
  width: 459px;
  height: 401px;
}

.butcheranim .group .overlap-group.right {
  left: 60px;
}

.butcheranim .group .img_right {
  position: absolute;
  width: 190px;
  height: 309px;
  top: 92px !important;
  left: 269px !important;
  transition: transform 0.1s ease-in-out;
  transform-origin: 0% 100%;
}

.butcheranim .group .img_center {
  position: absolute;
  width: 369px;
  height: 369px;
  top: 0;
  left: 11px;
  object-fit: cover;
}

.butcheranim .group .img_left {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 27px;
  left: 0;
  transition: transform 0.1s ease-in-out;
  transform-origin: center;
}

@media only screen and (min-width: 992px) {
    .butcheranim .group:hover .img_right {
        transform: rotate(-5deg);
    }

    .butcheranim .group:hover .img_left {
        transform: rotate(45deg);
    }
}

/* Mobile responsive styles for butcher animation */
@media only screen and (max-width: 991px) {
  .butcheranim .group {
    max-width: 100vw;
    width: 90%;
    margin: 0 auto;
    height: auto;
    transform-origin: center top;
  }

  .butcheranim .group .overlap-group {
    position: relative;
    width: 87vw;
    height: 76vw;
    left: -14vw;
    margin: 0 auto;
  }

  .butcheranim .group .overlap-group.right {
    left: -60px !important;
  }
}



@media only screen and (max-width: 991px) {
  .butcheranim .group {
    transform: scale(0.77);
  }
}

@media only screen and (max-width: 384px) {
  .butcheranim .group {
    transform: scale(0.76);
  }
}

@media only screen and (max-width: 375px) {
  .butcheranim .group {
    transform: scale(0.75);
  }
}

@media only screen and (max-width: 360px) {
  .butcheranim .group {
    transform: scale(0.70);
  }
}




/* section separator - override old styles */

.sectionseparator  h1::before, .sectionseparator  h1::after, .sectionseparator  h2::before, .sectionseparator  h2::after {
  background-color: none;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.sectionseparator::before, .sectionseparator::after {
  background-color: #842f35;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 20%;
}

.sectionseparator h1 {
    font-size: 96px;
}


/* Custom star bullet styling */


.starbullet {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0;
}

.starbullet li {
  position: relative;
  padding-left: 10px; 
  margin-bottom: 45px;
  list-style: none !important; 
  list-style-type: none !important; 
}

.starbullet li:before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0.2em; 
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/06/img_left-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.starbullet li::marker {
  content: "" !important; 
  font-size: 0 !important; 
}

.starbullet.bulletcontent {
  margin-left: 30px;
}

.starbullet .title-container, .starbullet .subtitle-container, .starbullet .image-container {
  padding-left: 0;
}

.starbullet p {
  font-size: 14px;
}

.starbullet .subtitle-container {
  padding-top: 10px;
}



/******* Vertical List block  *******/

.vertical_list_block .vertical-list-title {
    color: #004080;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.vertical_list_block .vertical-list-item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.vertical_list_block .vertical-list-bullet {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.vertical_list_block .bullet-circle {
    width: 12px;
    height: 12px;
    background-color: #39C3C8;
    border-radius: 50%;
}

.vertical_list_block .vertical-list-item-title {
    color: #004080;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vertical_list_block .vertical-list-item-content {
    color: #004080;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}

.vertical_list_block .vertical-list-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}

@media only screen and (max-width: 991px) {
    .vertical_list_block .vertical-list-title {
        font-size: 2.1rem !important;
        line-height: 2.1rem !important;
    }
    
    .vertical_list_block .vertical-list-item-title {
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
    }
    
    .vertical_list_block .vertical-list-item {
        margin-bottom: 35px;
    }
}




.logo-container img{
  max-width: 105px;
  width: 105px;
  height: auto;
}

.logo-container a {
  display: inline-block;
  line-height: 0;
}

.logo-container a img {
  max-width: 105px;
  width: 105px;
  height: auto;
  display: block;
}

footer {
  background-color: #004080;
  color: #ECE8EF;
  margin-top: auto;
}

footer a{
  color: #ECE8EF;
}

.language-selector .fa {
  margin-left: 10px;
}

.company-data {
  white-space: nowrap;
  overflow-x: auto;
}

.language-selector {
  display: none;
}

.hero-content {
    top: 15vh;
}

.hero-logo {
  margin-bottom: 3vh !important;
  max-height: 15vh;
}


.hero-years {
    font-size: 7vh !important;
    line-height: 7vh !important;
}   

.hero-title {
    font-size: 4vh !important;
    line-height: 4vh !important;
} 

.hero-edition {
    font-size: 6vh !important;
    line-height: 6vh !important;
} 

.hero-date {
    font-size: 3vh !important;
    line-height: 3vh !important;
}


.btn.btn-secondary {
  background-color: #004080 !important;
  border: 2px solid #004080;
  color: #fff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #005db9 !important;
}

/* Mobile fine tuning  */
@media only screen and (max-width: 991px) {
   
.social_header {
  display: none !important;
}  
   
    .img-fluid {
    max-width: 95%;
    }

    .logo-container img{
        max-width: 130px;
        width: 130px;
        height: auto;
    }

    .logo-container a {
        display: inline-block;
        line-height: 0;
    }

    .logo-container a img {
        max-width: 130px;
        width: 130px;
        height: auto;
        display: block;
    }

    .starbullet {
    padding-left: 10px;
    }

    H1 {
        font-size: 5rem !important;
        line-height: 5rem !important;
    }

    H2 {
        font-size: 2.1rem !important;
        line-height: 2.1rem !important;
    }   
    
    H3 {
        font-size: 1.4rem !important;
        line-height: 1.4rem !important;
    }     
    
    .section_separator .mainbox {
        margin-left: 15px;
    }

    .header_box {
      height: 81px;
    }

    .hero-years {
        font-size: 7vh !important;
        line-height: 7vh !important;
    }   

    .hero-title {
        font-size: 5.5vh !important;
        line-height: 5.5vh !important;
    } 
    
    .hero-edition {
        font-size: 6vh !important;
        line-height: 6vh !important;
    } 
    
    .hero-date {
        font-size: 3vh !important;
        line-height: 3vh !important;
    }

    .menu_right .menu-label {
        display: none;
    }

    .cta_header {
        padding-left: 1rem !important;
    }


}

/* Stili per la sezione relatori per anno */
.relatori-section {
    padding: 2rem 0;
    padding-bottom: 11rem;
}

/* Card relatore con bordo come sidebar */
.speaker-card {
    background-color: #ffffff;
    border: 2px solid #4fc3d7;
    border-radius: 15px;
    padding: 1rem;
    height: 100%;
}

.speaker-card .speaker-name {
    font-family: 'ES_Build' !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.speaker-card .speaker-excerpt {
    margin-bottom: 20px;
}

.speaker-card p {
    font-family: 'ES_Build' !important;
}

.speaker-card img {
    border-radius: 10px;
}

.speaker-card .eventi-title {
    font-family: 'ES_Build' !important;
    color: #004080 !important;
    margin-bottom: 0;
    text-transform: none !important;
}

.speaker-card .accordion-cta .plus,
.speaker-card .accordion-cta .minus {
    color: #004080 !important;
}

.speaker-card .accordion .card {
    border: 2px solid #004080 !important;
    border-radius: 10px !important;
}

.speaker-card .accordion .card-header {
    border-radius: 10px !important;
}

.speaker-card .accordion .card-body {
    color: #004080;
    font-weight: 600;
}

.speaker-card .cv-link {
    font-family: 'IBM_Plex_Sans' !important;
    color: #004080 !important;
    margin-bottom: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.speaker-card .cv-arrow {
    
}

/* Sidebar Edizioni */
.edizioni-sidebar {
    background-color: #ffffff;
    border: 2px solid #4fc3d7;
    border-radius: 15px;
    padding: 1rem;
    margin-right: 5rem;
    position: sticky;
    top: 2rem;
    width: 15rem;
}

.sidebar-title {
    color: #4fc3d7;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: left;
}

.edizioni-list {
    display: flex;
    flex-direction: column;
}

.edizione-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: transparent;
}

.edizione-item.active {
    background-color: transparent;
    color: inherit;
}

.anno-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #b8e6ef;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    transform: scale(1);
}

.edizione-item.active .anno-dot {
    background-color: #4fc3d7;
    transform: scale(1.3);
}

.anno-text {
    font-weight: bold;
    font-size: 1rem;
}

/* Contenuto Relatori */
.relatori-content-section {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.relatori-content-section.active {
    display: block;
}

.edizione-title {
    color: #1565c0;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.relatori-subtitle {
    color: #1565c0;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #004080;
}

.relatori-grid {
    line-height: 1.8;
}

.relatori-grid p {
    margin-bottom: 1rem;
    color: #004080;
}

.relatori-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2rem;
}

.relatori-grid ul {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.relatori-grid li {
    color: #004080 !important;
    font-weight: 600;
    padding: 0.25rem 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    list-style: none !important;
    list-style-type: none !important;
    font-size: 1rem;
}

.relatori-grid li:before {
    display: none !important;
    content: none !important;
}

.relatori-grid li::marker {
    content: "" !important;
    font-size: 0 !important;
}

/* Forza IBM_Plex_Sans per i titoli nella sezione relatori */
.relatori-section h2.edizione-title,
.relatori-section h3.relatori-subtitle {
    font-family: "IBM_Plex_Sans" !important;
}

/* Layout Flex per sezione relatori */
.relatori-flex-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.relatori-content-flex {
    flex: 1;
}

/* Archivio storico relatori */
body.page-template-template-archive-speakers-history .relatori-flex-container {
	flex-wrap: nowrap;
	gap: 40px;
}

body.page-template-template-archive-speakers-history .relatori-sidebar-flex {
	flex: 0 0 260px;
}

body.page-template-template-archive-speakers-history .relatori-content-flex {
	flex: 1;
}

body.page-template-template-archive-speakers-history .edizioni-select-wrapper {
	display: none;
	width: 100%;
	margin-bottom: 16px;
}

body.page-template-template-archive-speakers-history .edizioni-select-label {
	display: none;
	font-weight: 600;
	margin-bottom: 8px;
}

body.page-template-template-archive-speakers-history .edizioni-select {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 16px;
	background-color: #fff;
	color: #222;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* === SINGLE SPEAKER PAGE === */
.speaker-single-box {
    background-color: #ffffff;
    border: 2px solid #004080;
    border-radius: 10px;
    padding: 1rem;
}

.speaker-single-photo {
    border-radius: 10px;
    width: 100%;
}

.speaker-single-name {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #004080;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 1rem;
}

.speaker-single-profession {
    font-family: 'ES_Build', sans-serif;
    color: #004080;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.speaker-single-cv {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    line-height: 1.6;
    margin-top: 1.5rem;
}

.speaker-single-cv p {
    margin-bottom: 0;
    color: #004080;
}

/* Sidebar eventi */
.speaker-single-sidebar {
    position: sticky;
    top: 2rem;
}

.sidebar-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    color: #004080;
    margin-bottom: 1.5rem;
}

.event-single-card {
    background-color: #ffffff;
    border: 2px solid #4fc3d7;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-single-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #004080;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    padding: 0;
}

.event-single-description {
    font-family: 'ES_Build', sans-serif;
    color: #004080;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.event-single-speakers {
    font-family: 'IBM_Plex_Sans', sans-serif;
    font-size: 0.9rem;
    color: #004080;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.event-button-wrapper {
    margin-top: auto;
}

.event-single-button {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    background-color: #ECE8EF;
    border: 2px solid #004080;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
}

.event-single-button:hover {
    background-color: #004080;
    color: #ffffff;
    text-decoration: none;
}

.event-button-wrapper {
    padding-top: 5rem;
}

/* === ARCHIVE EVENTI 2025 === */
.intro-title-section {
    padding: 13px 0;
    background-color: #39C3C8;
    min-height: 73px;
    display: flex;
    align-items: center;
}

.intro-title-section .page-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0;
    text-align: start;
    font-size: 2.875rem;
}

.intro-title-section .intro-row {
    margin: 0;
}

.events-filter-wrapper {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.events-area-filter {
    background-color: #004080;
    color: #ffffff;
    font-family: 'IBM_Plex_Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    padding: 1rem 3rem 1rem 1rem;
    width: 100%;
    text-align: center;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(50% + 80px) center;
    transition: background-color 0.3s ease;
}

.events-area-filter:hover {
    background-color: rgba(0,64,128,0.9);
}

.events-area-filter:focus {
    outline: 2px solid #4fc3d7;
    outline-offset: 2px;
}

.events-area-filter option {
    background-color: #ffffff;
    color: #004080;
    padding: 0.5rem;
}

.day-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 600;
    color: #4fc3d7 !important;
}

/* === SINGLE EVENTO 2025 === */
.event-page-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #004080;
    text-align: center;
}

.timeline-events {
    position: relative;
    padding-left: 3rem;
    padding-top: 1rem;
}

.timeline-events::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(0, 64, 128, 0.6);
}

.timeline-event-item {
    position: relative;
    margin-bottom: 2rem;
}

.timeline-dot {
    position: absolute;
    left: -3rem;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4fc3d7;
    border: 3px solid #4fc3d7;
}

.timeline-event-card {
    background-color: #ffffff;
    border: 2px solid #004080;
    border-radius: 15px;
    padding: 2rem;
}

.timeline-event-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #004080;
    margin-bottom: 1rem;
    padding: 0;
}

.timeline-event-description {
    font-family: 'ES_Build', sans-serif;
    color: #004080;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.timeline-event-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.timeline-event-date,
.timeline-event-time {
    font-family: 'ES_Build', sans-serif;
    font-weight: 400;
    color: #004080;
    margin-bottom: 0;
}

.timeline-event-speakers-label {
    font-family: 'ES_Build', sans-serif;
    color: #004080;
    font-weight: 400;
    margin-bottom: 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0);
    width: 20%;
}

.timeline-event-speakers {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    margin-bottom: 1rem;
    font-weight: 500;
}

.timeline-event-speakers a {
    color: #004080;
    text-decoration: none;
    transition: color 0.3s ease;
}

.timeline-event-speakers a:hover {
    color: #4fc3d7;
    text-decoration: underline;
}

.timeline-event-button-wrapper {
    margin-top: 1.5rem;
}

.timeline-event-button {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    background-color: #ECE8EF;
    border: 2px solid #004080;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
}

.timeline-event-button:hover {
    background-color: #004080;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .relatori-flex-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .relatori-sidebar-flex {
        flex: none;
        min-width: auto;
    }
    
    .edizioni-sidebar {
        position: static;
        margin-bottom: 2rem;
    }
    
    .edizione-title {
        font-size: 2rem;
    }
    
    .relatori-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .speaker-single-name {
        font-size: 2rem;
    }
    
    .speaker-single-box {
        padding: 1.5rem;
    }
    
    .speaker-single-sidebar {
        position: static;
        margin-top: 2rem;
    }
    
    .day-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
	body.page-template-template-archive-speakers-history .relatori-flex-container {
		gap: 24px;
	}

	body.page-template-template-archive-speakers-history .relatori-sidebar-flex,
	body.page-template-template-archive-speakers-history .relatori-content-flex,
	body.page-template-template-archive-speakers-history .relatori-content-section {
		width: 100%;
	}

	body.page-template-template-archive-speakers-history .edizioni-sidebar {
		width: 100%;
		position: static;
		margin-right: 0;
	}

	body.page-template-template-archive-speakers-history .edizioni-select-wrapper,
	body.page-template-template-archive-speakers-history .edizioni-select-label {
		display: block;
	}

	body.page-template-template-archive-speakers-history .edizioni-list {
		display: none;
	}

	body.page-template-template-archive-speakers-history .relatori-grid {
		display: block;
	}

body.page-template-template-archive-speakers-history .relatori-grid ul {
		width: 100%;
	}
}

/* === SINGLE SESSION 2025 === */
.session-content-box {
    background-color: #ffffff;
}

.session-subtitle {
    font-family: 'ES_Build', sans-serif;
    font-weight: 600;
    color: #004080;
    margin-bottom: 1.5rem;
}

.session-meta-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.session-date,
.session-time {
    font-family: 'ES_Build', sans-serif;
    font-weight: 400;
    color: #004080;
    margin-bottom: 0;
}

.session-extended-content {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    line-height: 1.8;
}

.session-extended-content p {
    margin-bottom: 1rem;
}

.btn-back-to-event {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    background-color: #ECE8EF;
    border: 2px solid #004080;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-back-to-event:hover {
    background-color: #004080;
    color: #ffffff;
    text-decoration: none;
}

.session-sidebar {
    position: sticky;
    top: 2rem;
}

.session-speakers-list .speaker-card {
    margin-bottom: 1.5rem;
}

.session-event-name {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #004080;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-top: 2px solid #4fc3d7;
}

.event-info-card {
    background-color: #ffffff;
    border: 2px solid #004080;
    border-radius: 15px;
    padding: 1.5rem;
}

.event-parent-title {
    font-family: 'ES_Build', sans-serif;
    font-weight: 700;
    color: #004080;
    margin-bottom: 1rem;
}

.event-parent-link {
    font-family: 'IBM_Plex_Sans', sans-serif;
    color: #004080;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-parent-link:hover {
    color: #4fc3d7;
    text-decoration: underline;
}
