@font-face {
    font-family: "HandelGothicRegular";
    src: url("/fonts/HandelGothic Regular.woff2") format("woff2"),
         url("/fonts/HandelGothic Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HandelGo";
    src: url("/fonts/HandelGo.woff2") format("woff2"),
         url("/fonts/HandelGo.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HandelArabicBold";
    src: url("/fonts/ITC Handel Gothic Arabic Bold.woff2") format("woff2"),
         url("/fonts/ITC Handel Gothic Arabic Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


 body {
             font-family: "Montserrat", sans-serif;
           
        }

.menu-font
{
  font-family: "HandelGothicRegular", sans-serif;
  font-style: normal;
  font-size:0.9rem;
  text-transform: uppercase;
}

.bgimage {
    width: 100%;
    height: 420px;
background:  #001156;
background: linear-gradient(45deg, rgba(0, 17, 86, 1) 22%, rgba(1, 1, 51, 1) 45%, rgba(55, 0, 84, 1) 73%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 62px;
   
}
.bgimagedif {
    width: 100%;
    height: 480px;
    background: url(/img/banner-sfondo-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 62px;
}
@media (max-width: 768px) {
    .bgimage {
        height: 490px;  /* Altezza ridotta */
       
    }
}

@media (max-width: 768px) {
    .bgimagedif {
        height: 490px;  /* Altezza ridotta */
       
    }
}
.home-title1{
     font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:3.8rem;
  text-transform: uppercase;
    color: white;
  
    line-height: 1;
}

/* Media Query per schermi con larghezza massima di 575.98px */
@media (max-width: 575.98px) {
    .home-title1 {
        font-size: 3rem; /* Dimensione ridotta per dispositivi mobili */
    }
}
.home-title2{
    font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:2.8rem;
  text-transform: uppercase;
    color: white;
      line-height: 1;
}
.home-title3{
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:2.75rem;
  text-transform: uppercase;
    color: white;
     line-height: 1;
}
@media (max-width: 575.98px) {
    .home-title3 {
        font-size: 4rem; /* Dimensione ridotta per dispositivi mobili */
    }
}
.home-title4{
     font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:1.8rem;
  text-transform: uppercase;
    color: white;
  
    line-height: 1;
}
.btn-primary{
   background-color:#131E42; !Important;
    border-color: #131E42 !Important;
    border-radius: 0 !Important;
     font-family: "Titillium Web", sans-serif !Important;
  font-weight: 600!Important;
}
.btn-secondary{
     background-color:#009db8 !Important;
    border-color: #009db8 !Important;
    border-radius: 0 !Important;
      font-family: "Titillium Web", sans-serif !Important;
  font-weight: 600!Important;
}

.home-title5{
    font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.8rem;
   color: rgb(19,30,66);
  
   
  
    line-height: 1;
}
.home-title6{
   font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style:bold;
  font-size:2.7rem;
     color: rgb(19,30,66);
 
  
    line-height: 1;
}
.home-title7{
    font-family: "HandelGothicRegular", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size:2.4rem;
  color: rgb(19,30,66);
  
   
  
    line-height: 1;
}

p {
    font-family: "Montserrat", sans-serif;
  font-weight: 400 !Important; 
  font-style: normal !Important;

}
.text-description
{
     font-family: "Montserrat", sans-serif;
  font-weight: 400 !Important; 
  font-style: normal !Important;
  font-size:0.8rem;
  color:#131E42 ;
}


.footer-text{
     font-family: "Montserrat", sans-serif; ;
  font-weight: 300;
  font-style: normal;
  font-size:1.0rem;
 
    color: white;
  
    line-height: 1;
}

/* CSS esterno o interno nella sezione <style> del tuo documento HTML */

/* Stile di default per tutti i dispositivi */
.col-mobile-black {
    background-color: transparent; /* o qualsiasi altro colore di default */
    padding-left:70px;
    padding-right:70px;
}

/* Stile specifico per schermi sotto i 576px */
@media (max-width: 575.98px) {
    .col-mobile-black {
        background-color: black;
         padding-left:0px;
           padding-right:0px;
    }
}

.small-demo {
	background: #fff;
	box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	width: 100%;
	
}

.small-demo .caption {
	padding: 10px;
	color: #212121;
	font-size: 0.875rem;
}

.small-demo a {
	max-width: 33.3333333333333333333%;
	float: left;
	overflow: hidden;
}
.small-demo img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: -webkit-transform .35s ease;
	-moz-transition: -moz-transform .35s ease;
	-o-transition: -o-transform .35s ease;
	-ms-transition: -ms-transform .35s ease;
	transition: transform .35s ease;
}

.small-demo a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.small-demo-p {
	background: #fff;
	box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	width: 100%;
	
}

.small-demo-p .caption {
	padding: 10px;
	color: #212121;
	font-size: 0.875rem;
}

.small-demo-p a {
	max-width: 50%;
	float: left;
	overflow: hidden;
}
.small-demo-p img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: -webkit-transform .35s ease;
	-moz-transition: -moz-transform .35s ease;
	-o-transition: -o-transform .35s ease;
	-ms-transition: -ms-transform .35s ease;
	transition: transform .35s ease;
}

.small-demo-p a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sponsor-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    padding: 10px; /* Opzionale, per aggiungere un po' di spazio intorno ai loghi */
}

@media (min-width: 768px) {
    .row.text-center {
        display: flex;
        flex-wrap: nowrap;
    }
}

.row.align-items-stretch {
    height: 100%;
}

.col {
    flex: 1; /* Assicura che ogni colonna occupi uniformemente lo spazio disponibile */
}

 .info-box {
            border: 4px solid #01abc2;
            padding: 12px;
            margin-bottom: 20px;
            height:90%;
        }
        .info-box.red-border {
            border-color: red;
        }
        
.schedule-header {
            background-color: #03a9c1;
            color: white;
            padding: 20px 0;
              font-family: "Titillium Web", sans-serif;
         font-weight: 700;
         font-style: normal;
        }
.schedule-day {
            background-color: #dfedee;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
.event {
            background-color: #ffffff;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 15px;
        }
.event h6 {
            font-family:"Titillium Web";
            color:#01abc2; 
            font-size:1.6rem;
            font-weight:700;
        }
.event ul li {
            font-family:"Titillium Web";
            color:black; 
            font-size:1.2rem;
            font-weight:300;
        }
        
.schedule-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 10px;
}

.schedule-item.alternate {
    background-color: #e9ecef;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .schedule-item {
        display: block;
    }
    .schedule-time, .schedule-details {
        flex: none;
        width: 100%;
    }
}



.schedule-time {
    flex: 1;
    font-weight: 600;
}

.schedule-details {
    flex: 3;
    font-weight: bold;
}

.item-category{
 font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:1.6rem;
  line-height: 1;
    color: rgb(19,30,66);
}
 .card {
         overflow: hidden;
         position: relative;
         border: 2px solid #ddd;
         border-color: #02adbf;
         border-radius: 0;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         margin-top:10px;
        }
        
.card-red {
         overflow: hidden;
         position: relative;
         border: 2px solid #ddd;
         border-color: #e30613;
         border-radius: 0;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         margin-top:10px;
        }
        
.card-img-top {
   transition: transform 0.3s ease;
            position: relative;
             border-radius: 0;
            z-index: 1;
}
.card:hover .card-img-top {
    transform: scale(1.1);
}
.card-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
             position: relative;
              z-index: 2;
            background: #dfedee; 
            min-height:150px;
        }
        
        .card-body-red {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
             position: relative;
              z-index: 2;
            background: #fcdfd3; 
            min-height:150px;
        }
        
.card-title a
        {
              font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size:1.4rem;
  font-style: normal;
  text-decoration:none  ;
  color: black;
        }
         .card-title a:hover {
            text-decoration: underline;
        }
        
.speaker-title
{
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.4rem;
  line-height: 1;
  margin-top:20px;
}

.speaker-bio
{
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.0rem;
  line-height: 1;
  margin-top:40px;
}


.card-body-details {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            text-align: center;
             position: relative;
              z-index: 2;
            background: #dfedee; 
            min-height:150px;
        }
.full-screen-div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
    
      color: white;
      font-size: 1.4rem;
      font-family: "Titillium Web", sans-serif;
       font-weight: 600;
    }
    
    @media (max-width: 768px) {
  .item-category {
    font-size: 2rem; /* Aumenta la dimensione del font su schermi più piccoli */
  }
}

.section-agenda-bg {
    width: 100%;
    height: 70px;
    margin-top: 62px;

}
.section-agenda-name {
   font-weight:700;
    font-family: "Titillium Web", sans-serif; 
    font-size:1.4rem;
    text-decoration:none;
}

.section-agenda-link{
    color:#0d4e95;
    font-weight:700;
    font-family: "Titillium Web", sans-serif; 
    font-size:1.4rem;
    text-decoration:none;
}
.section-agenda-link:hover{
    color:red;
    text-decoration:underline;
}
.section-agenda-title {
    font-size:20pt;
}
.section-agenda-title-data {
    font-size:16pt;
}
.section-image{
    opacity:0.7;
}
.section-agenda-jobtitle {
     font-family: "Titillium Web", sans-serif; 
    font-size:1.2rem;
}

.back-01{
     background: rgb(177,24,234);
background: linear-gradient(0deg, rgba(177,24,234,1) 0%, rgba(33,37,41,1) 100%);
}
.back-02{
     background: rgb(255,237,0);
background: linear-gradient(0deg, rgba(255,237,0,1) 0%, rgba(33,37,41,1) 100%);
}
.back-03{
     background: rgb(226,0,129);
background: linear-gradient(0deg, rgba(226,0,129,1) 0%, rgba(33,37,41,1) 100%);
}
.back-04{
     background: rgb(0,140,7);
background: linear-gradient(0deg, rgba(0,140,7,1) 0%, rgba(33,37,41,1) 100%);
}
.back-05{
     background: rgb(226,123,8);
background: linear-gradient(0deg, rgba(226,123,8,1) 0%, rgba(33,37,41,1) 100%);
}
.back-06{
     background: rgb(193,0,23);
background: linear-gradient(0deg, rgba(193,0,23,1) 0%, rgba(33,37,41,1) 100%);
}
.back-07{
     background: rgb(92,102,101);
background: linear-gradient(0deg, rgba(92,102,101,1) 0%, rgba(33,37,41,1) 100%);
}

.programme-speaker-link{
      color:#0d4e95;
    font-weight:700;
    font-family: "Titillium Web", sans-serif; 
    font-size:1.4rem;
    text-decoration:none;
}
.programme-speaker-link:hover{
      color:red;

}

  .section-title {
            font-size: 1.6em;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 10px;
        }
.section-sub-title {
            font-size: 1.4em;
            font-weight: bold;
            color:red;
        }
        .time {
            font-weight: bold;
            margin-top: 10px;
        }
        .session-details {
            margin-top: 5px;
            margin-left: 15px;
            line-height: 1.4;
        }
        .session-title {
            font-weight: bold;
            font-size: 1.2em;
        }
         .session-subtitle {
            font-weight: normal;
            font-size: 1.2em;
            text-decoration:underline;
            
        }
        
        .cst-nome-relatore {
            font-weight: bold;
           font-size: 1.1em;
        }
        .cst-carica-relatore {
            font-style: normal;
             font-size: 1.1em;
        }

.speaker-interview {
    font-weight: bold;
    font-size:1.2em;
    
}
.speaker-interview-position{
    font-weight: normal;
    font-size:1.0em;
}
.speaker-interview-row{
    border-bottom-width:2px;
    border-bottom-style:dotted;
    padding-bottom:5px;
    padding-top:10px;
    
}

.agenda-wrapper {
  background-color: white;
  padding: 20px;
  color:#131E42;

}
/* Mobile: rimuove padding sotto i 768px */
@media (max-width: 768px) {
  .agenda-wrapper {
    padding: 0;
  }
}
.agenda-title {
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  margin-top:20px;
  margin-bottom: 5px;
  color:#131E42;
}
.agenda-area-title {
  text-align: center;
  font-size: 30px;
  font-weight:bold;
  margin-top:10px;
  margin-bottom: 10px;
  color:#131E42;
}
.agenda-st-title {
  text-align: center;
  font-size: 26px;
  font-weight:bold;
  margin-top:4px;
  margin-bottom: 10px;
  color:#131E42;
}
/* Mobile: riduce il font a 26px */
@media (max-width: 768px) {
  .agenda-title {
    font-size: 26px;
  }
}
.agenda-sub-title {
  text-align: center;
  font-size: 16px;
  font-weight:normal;
  margin-bottom: 30px;
  color:#131E42;
}
/* Mobile: riduce il font a 26px */
@media (max-width: 768px) {
  .agenda-sub-title  {
    font-size: 14px;
  }
}
.agenda-section {
  margin-bottom: 30px;
}
.agenda-st-sub-title{
    font-weight:normal;
      font-style: italic;
}

.agenda-section-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color:#4dbbb8;
}
.agenda-section-st-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  color:#4dbbb8;
  font-style:Uppercase;
}
.agenda-sub-section-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  color:#4dbbb8;
}
.agenda-section-title-black {
  font-weight: bold;
  margin-bottom: 15px;
  color:black;
}
.agenda-speaker-name{
    font-weight: bold;
  color:#1578fd;
}
.agenda-moderator-name{
    font-weight: bold;
  color:#fb3d73;
}
.agenda-type-session{
    font-weight: bold;
  color:black;
}
.agenda-table {
  width: 100%;
  border-collapse: collapse;
}

.agenda-time {
  vertical-align: top;
  width: 80px;
  font-weight: bold;
display: flex;
  gap: 4px;
}

/* Mobile: larghezza 65px */
@media (max-width: 768px) {
  .agenda-time {
    width: 60px;
  }
}
.agenda-st-time {
  vertical-align: top;
  width: 120px;
  font-weight: bold;

}
@media (max-width: 768px) {
  .agenda-st-time {
       width: 80px;
    flex-direction: column;   /* va in verticale */
    align-items: center;      /* opzionale: centra i numeri */
  }

.agenda-st-time .time-separator {
    margin: 0;                /* evita spazi strani */
  }
}

.agenda-small-row{
     padding-top: 0px;
}
.agenda-row{
     padding-top: 16px;
}
.min-height-md-320 {
  min-height: 100px; /* valore base per mobile */
}

@media (min-width: 768px) {
  .min-height-md-320 {
    min-height: 290px; /* valore da md in su */
  }
}

.min-height-md-home {
  height: 100px; /* valore base per mobile */
}

@media (min-width: 768px) {
  .min-height-md-home {
    height:3090px; /* valore da md in su */
  }
}

.logo-md-home {
  padding-left: 20px; /* valore base per mobile */
  padding-right:20px;
}

@media (min-width: 768px) {
 .logo-md-home {
  padding-left: 100px; /* valore base per mobile */
  padding-right:100px;
}
}
.fondazione-md-home {
  padding-left: 80px; /* valore base per mobile */
  padding-right:80px;
  margin-bottom:20px;
}

@media (min-width: 768px) {
 .fondazione-md-home {
  padding-left: 0px; /* valore base per mobile */
  padding-right:0px;
  height:330px;}
  
}

.micromegas-md-home {
  padding-left: 50px; /* valore base per mobile */
  padding-right:50px;
  margin-top:40px;
}

@media (min-width: 768px) {
 .micromegas-md-home {
  padding-left: 0px; /* valore base per mobile */
  padding-right:0px;
   height:270px;}
}

.banner-home-top {
  
  padding-top:10px;
}

@media (min-width: 768px) {
 .banner-home-top {
  padding-top:40px;
  
}}


.home-numbers
{
    background:  #001156;
background: linear-gradient(45deg, rgba(0, 17, 86, 1) 22%, rgba(1, 1, 51, 1) 45%, rgba(55, 0, 84, 1) 73%);
}
.home-startup
{
    background:  #dfedee;
   
}
.home-startup-text{
    font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:1.2rem;
  color: #1b1464;
  line-height: 1.5;
}



.card-link {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.card-link:hover {
    transform: translateY(-5px);
}

.data-intervento {
    font-size: 1.1rem;
     font-weight: 700;
}

.sessione {
    font-size: 0.95rem;
    color: #4dbbb8;
    text-transform: uppercase;
}

.nome-cognome {
    font-size: 1.1rem;
    font-weight: 600;
}

.ruolo {
    font-size: 0.95rem;
    color: #555;
}

.startup-title{
     font-size: 1.2rem;
    text-transform: uppercase;
    margin-top:6px;
    font-weight:bold;
}

 .sponsor-logo.shadow-custom {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        border-radius: 4px; /* opzionale per angoli smussati */
    }
.moderatore-name{
    color:#fb3d73;
}
.wtc-menu{
    font-family: "HandelGothicRegular", sans-serif;
    font-weight: bold;
}

.wtc-bar {
    width: 100%;
    max-width: 500px; /* identico alla grafica: larghezza contenuta */
    margin: 0 auto;
}

.wtc-date {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "HandelGothicRegular" ;
    color: white;
    padding-left: 5px;
}



.wtc-section-title {
   font-size: 2rem;
    font-weight: 400;
    font-family: "HandelGothicRegular" ;
   text-transform: uppercase;
    color:  #05F5A6;
}
.wtc-section-title.black {
    color: #000; /* nero */
     font-size: 3rem;
}

.wtc-text-green{
   color:  #05F5A6;
   font-weight: 600;

}
.wtc-text-yellow{
   color:  #D9E021;
   font-weight: 600;
   
}

.wtc-white-bullets {
    list-style-type: disc;
    color: white;                /* colore del testo */
}

.wtc-white-bullets li::marker { 
    color: white;                /* colore dei pallini */
}

.wtc-btn {
  display: inline-block;
  background-color: white; /* blu scuro come da immagine */
  color: black;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 16px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.wtc-section-sub-title {
   font-size: 1.2rem;
    font-weight: 600;
    font-family: "Arial" ;
   text-transform: uppercase;
    color:  #05F5A6;
}
.wtc-micro {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 130px; /* dimensione desktop */
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {

  .wtc-micro {
    position: static;         /* torna nel flusso naturale */
    display: block;
    margin: 20px auto 0 auto; /* centrato */
    width: 90px;              /* versione mobile più piccola */
  }
}


/* “fumetto” */
.bubble {
  position: relative;
  max-width: 380px;
  padding: 24px 28px;
  color: #fbe9ff;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);   /* pannello interno */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

/* bordo esterno spesso */
.bubble::before {
  content: "";
  position: absolute;
  inset: -10px;                 /* quanto “esce” il bordo */
  border-radius: 30px;
  border: 6px solid rgba(0, 0, 0, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.wtc-agenda-day {
    background-color: #0b1b5a;
    color: #ffffff;
    padding: 40px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wtc-agenda-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.wtc-agenda-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #05F5A6;
    margin-bottom: 12px;
}

.wtc-agenda-subtitle {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 28px;
}

/* --- COLONNE --- */

.wtc-agenda-columns {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.wtc-agenda-column {
    flex: 1 1 0;
}

/* --- ITEM --- */

.wtc-agenda-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.wtc-agenda-item:first-child {
    border-top: none;
}

.wtc-agenda-time {
    min-width: 60px;
    font-weight: 700;
    color: #ffd447;
}

.wtc-agenda-content {
    border-left: 2px solid rgba(0, 255, 153, 0.7);
    padding-left: 10px;
}

.wtc-agenda-title-small {
    font-weight: 600;
    margin-bottom: 4px;
}

.wtc-agenda-detail {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* --- MOBILE --- */

@media (max-width: 768px) {
    .wtc-agenda-columns {
        flex-direction: column;
        gap: 24px;
    }

    .wtc-agenda-title {
        font-size: 1.1rem;
    }

    .wtc-agenda-time {
        min-width: 50px;
    }
}

/* wrapper piena larghezza con sfondo come la grafica */
.wtc-days-wrapper {
    padding: 20px 0;
}

/* container flessibile con 3 pulsanti allineati */
.wtc-days-switcher {
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}

/* stile pulsanti */
.wtc-day-btn {
    flex: 1 1 0;
    border: 1px solid #3de6a5;  /* verde acqua in linea col titolo */
    background: transparent;
    color: #ffffff;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding: 12px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 1.3;
}

/* sottotitolo del giorno */
.wtc-day-btn span {
    display: block;
    margin-top: 2px;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: none;
    color: #c0d4ff; /* azzurrino come i testi descrittivi */
}

/* stato hover/focus */
.wtc-day-btn:hover,
.wtc-day-btn:focus {
    background: #0b2b73;
    box-shadow: 0 0 0 2px rgba(61, 230, 165, 0.35);
    outline: none;
}

/* stato attivo (giorno selezionato) */
.wtc-day-btn--active {
    background: linear-gradient(135deg, #3de6a5 0%, #55f0ff 100%);
    color: #02194a;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    border-color: transparent;
}

.wtc-day-btn.active {
    background: linear-gradient(135deg, #3de6a5 0%, #55f0ff 100%);
    color: #02194a;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    border-color: transparent;
}

.wtc-day-btn--active span {
    color: #02194a;
}

/* responsive: sotto i 768px i pulsanti vanno a colonna */
@media (max-width: 768px) {
    .wtc-days-switcher {
        flex-direction: column;
    }

    .wtc-day-btn {
        width: 100%;
    }
}


/* --- BOX SESSIONE (dentro col-md-6) --- */

.wtc-session-box {
    background: linear-gradient(135deg, #0b1b5a 0%, #1a0f4f 60%, #240a4a 100%);
    border-radius: 10px;
    padding: 18px 20px 20px;
    border: 1px solid rgba(0, 255, 153, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
    color: #ffffff;
    font-size: 0.9rem;
}

/* header */

.wtc-session-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.wtc-session-time {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #ffd447;
}

.wtc-session-title {
    font-weight: 700;
    color: #05F5A6;
    font-size: 1.0rem;
}

/* liste */

.wtc-session-topics {
    margin: 8px 0 12px;
    padding-left: 18px;
}

.wtc-session-topics li {
    margin-bottom: 4px;
    line-height: 1.35;
}

/* methods */

.wtc-session-subtitle {
    margin-top: 6px;
    font-weight: 600;
}

.wtc-session-methods {
    margin: 4px 0 10px;
    padding-left: 20px;
}

.wtc-session-methods li {
    margin-bottom: 3px;
    line-height: 1.35;
}

/* scientific value */

.wtc-session-value {
    margin: 4px 0 0;
    font-style: italic;
    font-size: 0.85rem;
    opacity: 0.9;
}

/* mobile tweak */

@media (max-width: 768px) {
    .wtc-session-box {
        padding: 16px;
        font-size: 0.88rem;
    }

    .wtc-session-title {
        font-size: 0.95rem;
    }
}
.wtc-flip-static-container {
    text-align: center;
    padding: 40px 0;
}

.wtc-flip-static {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.flip-static-unit {
    width: 80px;
    height: 120px;
    background: #0d122d;
    border: 2px solid rgba(0,255,210,0.5);
    border-radius: 10px;
    color: #00ffd7;
    font-family: 'Courier New', monospace;
    font-size: 6rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:
        inset 0 -10px 15px rgba(0, 0, 0, 0.4),
        inset 0 10px 15px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* Effetto “flip board” */
.flip-static-unit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255,255,255,0.1);
}

.flip-static-unit span {
    display: block;
    transform: translateY(0); /* puoi modificare se vuoi simulare uno scorrimento */
}

.flip-sep {
    font-size: 5rem;
    color: #00ffd7;
    font-family: 'Courier New', monospace;
}

.wtc-label {
    margin-top: 18px;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.1em;
}

.wtc-quantum {
        padding-left: 150px;
        padding-right: 150px;
    }

@media (max-width: 768px) {
    .wtc-quantum {
       padding-left: 5px;
        padding-right: 5px;
    }

}

@media (min-width: 768px) {
    .qall-logo-desktop {
        max-width: 300px;   /* scegli tu il valore */
    }
}
