@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

/* Reset */
body, html{scroll-behavior: smooth; font-family: "Comfortaa", serif;
 line-height: 1; font-size: 16px; color: #000000; box-sizing: border-box;margin: 0;padding: 0;}*,*:before,*:after{ box-sizing: border-box; }h1,h2,h3,h4,h5,h6, p, ol, ul{margin: 0 0 1rem 0;padding: 0;}ol,ul{padding-left: 20px;line-height: 1.5;}img{height: auto;}h1{font-size: 4rem;} h2{font-size: 3rem;} h3{font-size: 2rem;} h4{font-size: 1rem;} h5{font-size: 0.8rem;} h6{font-size: 0.6rem;}a{color:#a5b687; font-weight: 600; text-decoration:none}

/* ! Grid System */
.grid { margin: 0 auto; padding: 0 15px; display: flex; flex-flow: row; flex-wrap: wrap; z-index: 2;}
.grid-swiper { margin: 0 auto; padding: 0 15px; width: 100%; display: flex; flex-flow: row; flex-wrap: wrap;}
.grid--center{justify-content: center;}
.col{ flex: 1;}

.wrapper{width: 100%;padding: 0 3%;overflow: hidden; position: relative;}

/* Stile di base: wrapper nascosto e spostato in basso */
.wrapper {
  opacity: 0;                   /* completamente trasparente */
  transform: translateY(20px);  /* spostato di 20px in basso */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Stile quando viene aggiunta la classe .load */
.wrapper.load {
  opacity: 1;                   /* completamente visibile */
  transform: translateY(0);     /* posizione iniziale */
}


[class*='col-'] { position: relative;padding: 0 15px;}

.col-20{ width: 20%; }
.col-25{ width: 25%; }
.col-30{ width: 30%; }
.col-33{ width: 33.33%; }
.col-40{ width: 40%; }
.col-50{ width: 50%; }
.col-60{ width: 60%; }
.col-70{ width: 70%; }
.col-80{ width: 80%; }
.col-85{ width: 85%; }
.col-90{ width: 90%; }
.col-100{ width: 100%; }

@media (max-width: 991px) {
  .tab-20 { width: 20%; }
  .tab-25 { width: 25%; }
  .tab-33 { width: 33.33%; }
  .tab-50 { width: 50%; }
  .tab-100 { width: 100%; }
}

@media (max-width: 768px) {
  [class*='col-'] { width: 100%;}
  .sma-20 { width: 20%; }
  .sma-25 { width: 25%; }
  .sma-33 { width: 33.33%; }
  .sma-50 { width: 50%; }
  .sma-100 { width: 100%; }
}

.alignwide {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

.wp-block-media-text img {
	border-radius: 20px;
}


/* ! Helpers  */
.mt-0{margin-top: 0 }
.mt-1{margin-top: 10px}
.mt-2{margin-top: 20px}
.mt-3{margin-top: 40px}
.mt-4{margin-top: 100px }
.mt-5{margin-top: 200px }

.mb-0{margin-bottom: 0}
.mb-1{margin-bottom: 10px}
.mb-2{margin-bottom: 20px}
.mb-3{margin-bottom: 40px}
.mb-4{margin-bottom: 100px}

.p-0{padding: 0}
.p-1{padding: 10px}
.p-2{padding: 20px}
.p-3{padding: 40px}
.p-4{padding: 100px}

.pt-1{padding-top: 10px;}
.pt-3{padding-top: 20px;}
.pt-3{padding-top: 40px;}
.pt-4{padding-top: 15vh;}

.pb-1{padding-bottom: 10px;}
.pb-2{padding-bottom: 20px;}
.pb-3{padding-bottom: 40px;}
.pb-4{padding-bottom: 15vh;}

.container {max-width: 1360px; margin: auto;}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.img-res { width: 100%; height: auto; margin-bottom: 20px;vertical-align: middle;}
.img-round { border-radius:50%; }
.z-index {position: relative; z-index: 999;}
.wp-image-352 {position: absolute; width: 50px; margin-top: -50px; z-index: 1;}

/* Animazioni */

.fade-in-section {
  opacity: 0;
  transform: translateY(5vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.typewriter-container {
    font-size: 5rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    border-right: 0.15em solid #ff68b4; /* The cursor */
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #ff68b4;
    }
}

h1 {
    color: #fff;
    opacity: 1;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.025em;
    transition: 0.5s;
  }

h2 {
    font-size: 30px;
		line-height: 1.8rem;

}

h3 {
    font-size: 20px;
}

p {
    font-size: 1rem;
	line-height: 1.8rem;
}

/* Menu */
:root { --menu-bg: #F4FBFF; --menu-color: #303FC8; }

main {position: relative; max-width: 1320px; margin: auto;}

nav {
	color: #303FC8;
}

/* ! Navigation menu  */

.sticky-anchor-menu {
  position: -webkit-sticky; /* supporto per Safari */
  position: sticky;
  top: 0;         /* attacca il menu al top della pagina */
  z-index: 9999;  /* assicura che rimanga sopra altri elementi */
  width: 100%;    /* garantisce che occupi tutta la larghezza disponibile */
  background: #fff; /* esempio: sfondo bianco per evidenziare il menu */
}

.logo {width: 200px;}

header {
	  display: none;
      position: fixed;
      width: 100%;
      top: 0;
      right: 0;
      z-index: 1000;
      transition: background-color 0.3s ease; /* per un effetto di transizione morbida */
    }
    /* Stile dell’header di base */
    header {
      background: transparent;
    }
    /* Stile dell’header quando scorre oltre una certa soglia */
    header.scrolled {
	  display: block;
      background-color: #fff; /* il colore di sfondo che desideri */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* opzionale, aggiunge un’ombra sotto l’header */
    }

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all 0.5s ease;
  max-width: 1480px;
  margin: auto;
}
.navbar__menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .navbar__menu {
    position: absolute;
	background: white;
    top: 65px;
    right: -100%;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 1rem;
    transition: all 0.5s ease;
  }
  .navbar__menu.right-open {
    right: 0;
  }
}
.navbar__list {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 2rem;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .navbar__list {
    flex-direction: column;
    flex-grow: 0;
  }
}

.navbar__list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.5s ease;
  color: #fff;
  
  /* Aggiunto per l'elemento pseudo */
  position: relative;
}

.navbar__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px; /* spessore della linea */
  background-color: #9a4956;
  transition: width 0.3s ease; /* durata e tipo di transizione */
}

/* Effetto in hover: la larghezza passa al 100% */
.navbar__list li a:hover::after {
  width: 100%;
}

header.scrolled .navbar__list li a {
  color: black;
}


.navbar__list li .arrow {
  transition: 0.3s ease;
  mix-blend-mode: difference;
}
.navbar__list li .arrow.up {
  transform: rotate(180deg);
}
.navbar__list-drop {
  display: inline-block;
  position: relative;
}
.navbar__list-drop-menu {
  display: none;
  position: absolute;
  width: max-content;
  margin-top: 1rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.122);
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  .navbar__list-drop-menu {
    position: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0.5rem 1rem;
  }
}

.navbar__list-drop-menu li a {color: black;}

.navbar__list-drop-menu.open {
  display: flex;
}
.navbar__list-drop-menu.features {
  right: 0;
}
.navbar__list-drop-menu.company {
  left: 0;
  width: max-content;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .navbar__buttons {
    width: 100%;
    flex-direction: column;
  }
}
.navbar__buttons a {
    color: black;
    font-weight: 500;
    transition: 0.3s ease;
    list-style-type: none;
    background: white;
    padding: 10px 15px;
}
.navbar__buttons a:hover {
  color: var(--theme-dark-color);
}
.navbar__buttons-register, .navbar__buttons-login {
  width: 100%;
  font-weight: 500;
  color: #073ee3;
  padding: 0.8rem 1.5rem;
  border: 2px #073ee3;
  border-radius: 1rem;
  transition: 0.3s ease;
}
.navbar__buttons-register:hover {
  border: 2px solid var(--theme-dark-color);
  color: var(--theme-dark-color);
}
.navbar .menu {
  display: none;
  float: left;
  transition: all 275ms ease;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navbar .menu {
    display: block;
  }
}
.navbar .menu span {
  display: block;
  width: 22px;
  height: 4px;
  background: #000000;
  margin-bottom: 2px;
  border-radius: 1px;
  transition: all 275ms ease;
}
.navbar .menu.active {
  transform: rotate(-90deg);
}
.navbar .menu.active .bar1 {
  transform: rotate(0deg) translateY(6px);
}
.navbar .menu.active .bar2 {
  opacity: 0;
}
.navbar .menu.active .bar3 {
  transform: rotate(-90deg) translateX(5px);
}

.navbar-widget {display: none; width: 100%}

 /* Menu Button 5 */
        .menu-btn-5 {
            height: 32px;
            width: 40px;
            cursor: pointer;
        }

        
.menu-btn-5 span:nth-child(1), 
.menu-btn-5 span:nth-child(1)::before, 
.menu-btn-5 span:nth-child(1)::after {
    background: #fff;
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    margin-top: 13px;
    transition: .3s ease-in-out;
}

.menu-btn-5.scrolled span:nth-child(1),
.menu-btn-5.scrolled span:nth-child(1)::before,
.menu-btn-5.scrolled span:nth-child(1)::after {
    background: #9a4956; /* Colore cambiato al momento dello scroll */
}


        .menu-btn-5 span:nth-child(1)::before {
            margin-top:-12px;
            
            -webkit-transition: .3s ease-in-out .3s;
            -moz-transition: .3s ease-in-out .3s;
            -o-transition: .3s ease-in-out .3s;
            transition: .3s ease-in-out .3s;
        }

        .menu-btn-5 span:nth-child(1)::after {
            margin-top:12px;
            
            -webkit-transition: .3s ease-in-out .3s;
            -moz-transition: .3s ease-in-out .3s;
            -o-transition: .3s ease-in-out .3s;
            transition: .3s ease-in-out .3s;
        }

        .menu-btn-5 span:nth-child(2) {
            background: #fff;
            content: '';
            position: absolute;
            width: 0px;
            height: 2px;         
            margin-top: 13px;
            
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .menu-btn-5.active span:nth-child(1)::before,
        .menu-btn-5.active span:nth-child(1)::after {
            margin-top:0;
        }

        .menu-btn-5.active span:nth-child(1) {
            -webkit-transition: .5s ease-in-out .6s;
            -moz-transition: .5s ease-in-out .6s;
            -o-transition: .5s ease-in-out .6s;
            transition: .5s ease-in-out .5s;

            -webkit-transform:rotate(45deg);
            -moz-transform:rotate(45deg);
            -o-transform:rotate(45deg);
            transform:rotate(45deg);
        }

        .menu-btn-5.active span:nth-child(2) {
            width: 40px;
            
            -webkit-transition: .3s ease-in-out .8s;
            -moz-transition: .3s ease-in-out .8s;
            -o-transition: .3s ease-in-out .8s;
            transition: .3s ease-in-out .8s;
        }

.menu-btn-5.scrolled span:nth-child(2),
.menu-btn-5.scrolled span:nth-child(2)::before,
.menu-btn-5.scrolled span:nth-child(2)::after {
    background: #9a4956; /* Colore cambiato al momento dello scroll */
}


/* Pseudoelemento per la “linea” animata */
.header__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px; /* spessore della linea */
  background-color: white;
  transition: width 0.3s ease; /* durata e tipo di transizione */
}

/* Effetto in hover: la larghezza passa al 100% */
.header__menu li a:hover::after {
  width: 100%;
}


@media (max-width: 768px) {
  .header__menu{   
    position: absolute; top:85px; right:0; background-color: white; width: 100%; height: 100vh;  
    overflow: hidden;transition: all 0.5s cubic-bezier(.215, .61, .355, 1); transform: translateX(101%);
  }

  .header__menu li{width: 100%;}
  .menu-open .header__menu{transform: translateX(0%);}

  .icon-hamburger{height: 50px;width: 40px;margin-left: 20px;padding-top: 5px;}
  .icon-hamburger span{height: 2px; width: 30px;background: var(--menu-color);position: relative;display: block;margin-top: 11px;transition: all 0.2s cubic-bezier(.215, .61, .355, 1);}
  
  .menu-open .icon-hamburger span:nth-child(1){transform: rotate(45deg) translateY(9px);}
  .menu-open .icon-hamburger span:nth-child(2){transform: rotate(-45deg) translateY(-9px);}

  .header__quick{display: flex; justify-content: flex-end; width: 50%;}

}


/* ! Hero section  */

.logo {
    position: relative;
    color: white;
    width: 250px;
    z-index: 9;
}

.logo img {
	width: 150px;
}



/* Contenitore della paginazione */
.metric-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* Stile base per link e span della paginazione */
.metric-pagination a,
.metric-pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #007bff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Hover sui link */
.metric-pagination a:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

/* Stile per la pagina attiva (current) */
.metric-pagination .current,
.metric-pagination span.current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Se hai elementi disabilitati (opzionale) */
.metric-pagination .disabled,
.metric-pagination span.disabled {
  color: #ccc;
  pointer-events: none;
  border-color: #eee;
}

/* Pagination */
.page-numbers.current > span {
  background-color: #e2e2e2;
  color: #fff;
}

/* stylelint-disable */
/* Nav item */
.nav-item:hover .dropdown-menu:not(.show) {
  display: block;
}

.custom-logo-link img {
  max-width: 150px;
  margin-right: 20px;
}


/* Accordion */
.accordions {
  margin: 0 auto;
}

.accordion {
    border-top: 1px solid #14a39d;
  margin-bottom: 1rem;
    overflow: hidden;
  transition: border-color .5s ease;
}

.accordion:hover {
  border-color: #000;
}

.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 1.5rem;
  color: #14a39d;

}
.accordion__header:after, .accordion__header:before {
  content: '';
  position: absolute;
  right: 0.5rem;
  width: 2px;
  height: 0.75em;
  background-color: #14a39d;
  transition: all 0.2s;
}
.accordion__header:after {
  transform: rotate(90deg);
}

.accordion:has(input:checked) .accordion__header {
  color: #14a39d;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
    font-size: 18px;
    line-height: 1.4;
    color: #949494;
    transition: max-height 0.5s ease;
	
  transition: max-height 0.5s ease;
  * {
        padding: 0 1em 1em;
  }
}

.accordion input {
  display: none;
}

.accordion:has(input:checked) {
  border-color: #14a39d;
  background-color: #fff;
}

.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
  background-color: #14a39d;
 }

.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
  background-color: #14a39d;
 }

.accordion input:checked ~ .accordion__content {
    max-height: 1000px; /* Adjust based on content length */
}

/*! Slider */

.slick-list {padding-bottom: 20px;}


    /* 2. Wrapper che contiene slider e frecce esterne */
    .slider-wrapper{
      position:relative;
      max-width:1200px;
      margin-inline:auto;
    }

    /* 3. Card singolo servizio */
    .service-card{
      height:100%;
	  min-height: 565px;
      background:linear-gradient(180deg,#ffffff 0%,#f8e9ec 100%);
      border-radius:32px;
      box-shadow:0 6px 16px rgba(0,0,0,.08);
      padding:1.5rem 1.5rem 5.5rem; /* extra spazio in basso per la CTA */
	  margin: 0 15px;
      display:flex;
      flex-direction:column;
      position:relative;
      overflow:hidden; /* mantiene il bordo esterno pulito */
    }


    /* 3b. Maschera nell'angolo in basso a destra */
    /*
       - La pseudo‑elemento crea un “intaglio” usando l'immagine PNG
         (bianco = area visibile dell'elemento; nero/trasparente = area nascosta).
       - L'immagine va nella stessa cartella del file html oppure modificala con il relativo percorso.
    */
    .service-card::after{
      content:"";
      position:absolute;
      bottom:0;
      right:0;
      width:280px;   /* ↙  regola questi valori finché l'incavo combacia */
      height:152px;  /* ↘  con la tua immagine/pulsante            */
      background:#fff; /* colore di sfondo della pagina/sfondo sotto la card */
      -webkit-mask:url('https://andreanutrizionista.com/wp-content/uploads/2025/05/bottom-right.png') no-repeat bottom right / 100% 100%;
              mask:url('https://andreanutrizionista.com/wp-content/uploads/2025/05/bottom-right.png') no-repeat bottom right / 100% 100%;
      pointer-events:none;
      z-index:1; /* sotto a testi e bottone, sopra al gradiente */
    }

    .service-card figure{
      width:100%;
      aspect-ratio:1/1; /* quadrato */
      overflow:hidden;
      border-radius:24px;
      margin-bottom:1.25rem;
      position:relative;
      z-index:2; /* sopra la maschera */
    }
    .service-card figure img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .service-card h3{
      font-size:1.25rem;
      font-weight:600;
      margin-bottom:0.75rem;
      color:#8b3651; /* prugna */
      z-index:2;
    }

    .service-card p{
      font-size:0.9rem;
      z-index:2;
    }

    /* 4. Freccia interna alla card */
    .service-card .inner-arrow{
      position:absolute;
      bottom:1.75rem;
      right:1.75rem;
      width:65px;
      height:45px;
      background:#8b3651; /* prugna */
      color:#fff;
      border:none;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.4rem;
      text-decoration:none;
      cursor:pointer;
      transition:background .25s ease;
      z-index:3; /* sopra la maschera bianca */
    }
    .service-card .inner-arrow:hover{background:#a84b66}

    /* 5. Personalizzazione frecce slick esterne */
    .nav-arrow{
      position:absolute;
      bottom: -110px;
      z-index:5;
      width:70px;
      height:70px;
      border-radius:50%;
      border:2px solid #d8b8c1;
      background:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:1.8rem;
      color:#8b3651;
      transition:background .25s ease,color .25s ease,border-color .25s ease;
      cursor:pointer;
    }
    .nav-arrow:hover{
      background:#f8e9ec;
      color:#a84b66;
      border-color:#a84b66;
    }
    .prev-arrow{left:0px;} /* spazio a sinistra */
    .next-arrow{right:0px;}

    /* 6. Dots */
    .slick-dots{
      margin-top:2rem!important;
	  bottom: -50px!important;
    }

	.slick-dots li button:before {
    font-size: 30px!important;
    color: #8b3552!important;
}

    .slick-dots li button:before{
      font-size:18px!important; /* riduce la dimensione default */
      color:#8b3651;
      opacity:0.4;
    }
    .slick-dots li.slick-active button:before{
      opacity:1;
      color:#009688; /* turchese – come nello screenshot */
    }

    /* 7. Responsive */
    @media(max-width:992px){.prev-arrow{left:20px}.next-arrow{right:20px}}
    @media(max-width:768px){.prev-arrow{left:20px}.next-arrow{right:20px}}



  /* ! Footer  */

  footer {
    background: #fff;
      color: rgb(35, 35, 35);
      padding-top: 25px;
      border: 15px solid white;
  }
  
  .footer__menu{padding: 0;margin: 0; display: block; align-items: center;}
  .footer__menu li{display: block;}
  .footer__menu li a{color: white; opacity: 0.8;display: block;padding: 5px;font-size: 11px; font-weight: 400; text-transform: uppercase;
  }
  
  .footer__menu a::before {
    background-color: #00bcd4;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }
  .footer__menu a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  
  .footer-title {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
  }
  
  .footer-p {
    font-size: 11px;
  }
  
  .social-links a {
    color: white;
    padding-right: 20px;
  }
  
  .copy {
    margin-top: 25px;
    padding-top: 25px;
      padding-bottom: 25px;
      border-top: 1px solid white;
    font-size: 11px;
  }
  
  .copy a {
    color: white;
  }



#topBtn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  display: block;
  background-color: #9a4956;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#topBtn.show {
  opacity: 1;
  pointer-events: auto;
}

#topBtn:hover {
  background-color: #555;
}

#topBtn svg {
  vertical-align: middle;
}





  /* Desktop */
@media only screen and (min-width: 992px) {
  /* Inserisci qui le tue regole CSS per desktop */
	
}

/* Tablet in modalità landscape */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  /* Inserisci qui le tue regole CSS per tablet in modalità landscape */
	
		.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
		.navbar__list li a {
    color: #fff;

}
	
		.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}


}

/* Tablet in modalità portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  /* Inserisci qui le tue regole CSS per tablet in modalità portrait */
	
		.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
		.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}
	
		.navbar__list li a {
    color: #000;

}
	

}

/* Smartphone in modalità landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Inserisci qui le tue regole CSS per smartphone in modalità landscape */
	
		.hero-container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
		.navbar__list li a {
    color: #000;

}
	
		.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}
	
	
}

/* Smartphone in modalità portrait */
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Inserisci qui le tue regole CSS per smartphone in modalità portrait */
	
	.hero-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    height: 500px;
    padding-right: 20px;
    z-index: 9;
}
	
	.hero-content h1 {
      font-size: 45px;
      margin-bottom: 20px;
	  font-weight: 300;
    }
	
	.wp-image-352
 {
	 position: absolute;
    width: 50px;
    margin-top: -85px;
    margin-left: 20px;
    z-index: 1;
	}
    
	
	.navbar__list li a {
    color: #000;

}
	
	.news-blocks {
    justify-content: left;
    overflow-y: scroll;
}
	
	
}