.elenco-frecce li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.elenco-frecce li::before {
  content: "\f138"; /* bi-arrow-right */
  font-family: "bootstrap-icons";
  color: #E6B372;
  flex-shrink: 0;
}


body{
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:#000;
    font-size: 20px;
    line-height: 28px;
}

img {
    margin:0;
}


h1{ 
    font-size: 50px;
    font-style: normal;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;  
    line-height:50px;
}

h2{
    font-size:48px;
    font-style: normal;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    line-height:48px; 
}


h3{
    font-size:35px;
    font-style: normal;
    font-weight: 400;  
    line-height:37px;
}

h4{
    font-size:28px;
    font-style: normal;
    font-weight: 400;  
    line-height:32px;
}


a {
    color:#E6B372;
    border:none; 
    text-decoration: underline;
}

.relative{
    position: relative;
}

a:hover,
a.active{
    color:#F4B462;
    
}

b,strong{
    font-weight:700;
}

.finale{
    font-size: 14px;
    color: #fff;
}

.finale ul{
    padding-left: 0;
}

.finale li{
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

.finale a{
    color: #fff;
}

.spazio_brand_footer{
    text-align: right;
}

.img_cactus{
    margin-left: 10px;
    width: 31px;
    height: 24px;
    margin-top: -3px;
}

/* ====== TOP STRIP ====== */
.top-strip {
  background: #004C3F; /* verde scuro */
  color: #fff;
}


/* ====== HERO ====== */
.hero {
  min-height: calc(90vh - 44px); /* toglie altezza top-strip circa */
  /*background:url(../images_temp/video_hp.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate; /* crea uno stacking context pulito */
}

.hero::before{
  content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgb(0 0 0 / 76%) 0%, rgb(0 0 0 / 14%) 55%, rgba(0, 0, 0, .00) 100%);
    pointer-events: none;
    z-index: 0;
    pointer-events: none;
}

/* SOLO quello che deve stare sopra */
.hero-nav,
.hero-content,
.hero-crest{
  position: relative;
  z-index: 1;
}

/* ===== HERO SEMPLICE SOLO PER NEWS ===== */
.hero.hero--news{
  min-height: auto !important;
  background: #092729 !important;
  background-image: none !important;
}

/* toglie overlay sfumato */
.hero.hero--news::before{
  display: none !important;
}

/* togli elementi "hero" che usano absolute */
.hero.hero--news .hero-crest,
.hero.hero--news .hero-content{
  display: none !important;
}

/* bordo navbar come in hero ma su bg pieno */
.hero.hero--news .hero-nav{
  border-bottom: 1px solid rgba(255,255,255,.25);
}



/* Navbar overlay */
.hero-nav {
  border-bottom: 1px solid #ffffff70;

}

.hero_interne{
  min-height: calc(70vh - 44px); /* toglie altezza top-strip circa */
}

/* Desktop links look */
.navbar-dark .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 20px;
  --bs-nav-link-color:#fff;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active{
    color: #E6B372;
}

.menu_hamburger{
margin-top: -12px;
}

/* Fake hamburger lines like icon at right */
.hamburger-lines {
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #fff;
  position: relative;
  border-radius: 2px;
  opacity: .9;

}
.hamburger-lines::before,
.hamburger-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;

}
.hamburger-lines::before { top: -7px; }
.hamburger-lines::after  { top: 7px; }

/* Content positioning */
.hero-content {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.hero-title {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.2;
  max-width: 42ch;
}

/* Video CTA */
.btn_label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.btn_arrow {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #E6B372; /* oro */
  color: #624C2F;
  font-size: 18px;
  transition: transform .2s ease, filter .2s ease;
}

.btn_arrow_small{
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.hero-video:hover .btn_arrow {
  transform: scale(1.02);
  filter: brightness(1.05);
}

/* Crest bottom centered */
.hero-crest {
  position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 125px;
    height: 125px;
    border-radius: 999px;
    background: rgb(255 255 255 / 28%);
    display: grid;
    place-items: center;
    backdrop-filter: blur(8px);
    align-content: center;
}

.top-strip-marquee{
padding:4px 0;
}

.marquee{
  overflow:hidden;
}

.marquee__track{
  display:inline-flex;
  align-items:center;
  width:max-content;
  animation: marquee 30s linear infinite;
}

.marquee__text{
  display:inline-block;
  padding-right: 2rem;
}

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

.top-strip-marquee:hover .marquee__track{
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce){
  .marquee__track{ animation: none; }
}

.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin:10px auto;
  border: calc(var(--sizeX) / 13) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }
  40% {
    opacity: 1;
    height: 10px;
  }
  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }
  100% {
    height: 3px;
    opacity: 0;
  }
}
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

.card{
    --bs-card-inner-border-radius: 0;
}

.box-card{
  border-radius: 0;
  overflow: hidden;
}

/* toglie il bianco della card Bootstrap */
.card.box-card{
  background-color: transparent !important;
}

/* footer trasparente */
.card.box-card .box-footer{
  background-color: transparent !important;
  padding: 8px 5px;
}

.box-title{
  color:#111;
  font-size: 24px;
}

.box-title.title_small{
  font-size: 16px;
  line-height: 21px;
}

.box-arrow{
  color:#E6B372;
  font-size: 20px;
  transition: transform .2s ease;
}

/* hover SOLO sulla freccia */
.box-link:hover .box-arrow{
  transform: translateX(6px);
}


/* FRECCE ASSOLUTE */
.boxes-wrapper{
  padding: 0 60px; /* spazio per non coprire i box */
}

.slider-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  padding: 0;
  z-index: 5;
  cursor: pointer;
}

.slider-arrow.slider-arrow_big{
    width: 80px;
  height: 80px;
}

.slider-arrow img{
  width: 100%;
  height: 100%;
  display: block;
}

.slider-arrow--left{ left: 10px; }
.slider-arrow--right{ right: 10px; }

/* (opzionale) hover */
.slider-arrow:hover{
  transform: translateY(-50%) scale(1.02);
}


.info-banner__img{
  object-fit: cover;
  display: block;
}

.info-banner__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 91%) 0%, rgb(0 0 0 / 0%) 45%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.info-banner__content{
  position: absolute;
  inset: 0;
  padding: 26px 28px;
  color: #fff;
}

.info-banner__title{
  font-size: 35px;
}

.info-banner__cta{
  font-size: 24px;
  opacity: .95;
  transition: transform .2s ease, opacity .2s ease;
}

/* hover: freccia che scorre leggermente */
.info-banner:hover .info-banner__cta{
  transform: translateX(6px);
  opacity: 1;
}

.bg_chiaro{
  background-color: #FBF0EA;
}

.title_news_list{
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.4px;
}

.citazione{
  font-size:44px;
    font-style: normal;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    line-height:44px;
}

.testo_font_title{
  font-size: 32px;
  line-height: 38px;
  font-style: normal;
    font-family: "Abhaya Libre", serif;
}

.testimonianze_testi{
  margin-top: -80px;
}

.title_big{
  font-size: 85px;
  line-height: 72px;
  font-style: normal;
  font-family: "Abhaya Libre", serif;
}

.oro{
  color: #E6B372;
}

.blocco_foto_rettore{
  margin-top: -105px;
}

.blocco_testo_rettore{
  margin-top: 120px;
}

.bg_logo{
  position: relative !important; /* forzo il contesto */
  background-color: #FFFAF7;
}

.logo-bg{
  left: 320px;
  bottom: 145px;
  width: 300px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.bg_logo_center{
  background: url(../images/bg_logo.jpg) #FFFAF7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; /* l'immagine si vede tutta al centro */
}


.bg_verde_scuro{
  background-color: #072122;
}

.bg_connessioni{
  background-color: #092729;
}

/* bordi verticali tra i loghi (senza ripeterli due volte) */
.logos-row .logos-col{
  padding: 15px;
  position: relative;
}

/* linea a destra di ogni colonna... */
.logos-row .logos-col::after{
  content:"";
  position:absolute;
  top:15%;
  bottom:15%;
  right:0;
  width:1px;
  background: rgba(255,255,255,.25); /* opacizzata */
}

/* ...tranne l'ultima */
.logos-row .logos-col:last-child::after{
  display:none;
}

.border_separator{
  border-bottom: 1px solid #0f3e41;
}

.social-link:hover img{
  filter: brightness(0) saturate(100%) invert(83%) sepia(21%) saturate(707%) hue-rotate(352deg) brightness(92%) contrast(92%);
}

.title_footer{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.info_footer{
  font-size: 16px;
  line-height: 22px;
}

.info_footer ul{
  padding-inline-start: 0px;
  list-style-type:none;
}

.info_footer li{
  line-height: 20px;
  margin-bottom: 13px;
}

.info_footer li a{
  color: #fff;
  text-decoration: none;
}

.info_footer li a:hover,
.info_footer li a.active{
  color: #E6B372;
}

.link_footer_gold .bi{
  color: #E6B372 !important;
}

.link_footer_gold:hover{
  color: #E6B372 !important;
}

/* niente bordo / background */
.btn_menu{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* niente bordo anche su hover/focus/active */
.btn_menu:hover,
.btn_menu:focus,
.btn_menu:active,
.btn_menu:focus-visible{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* hamburger bianco leggermente trasparente */
.btn_menu .bi-list{
  color: rgba(255,255,255,.75);
  font-size: 1.8rem; /* opzionale */
  line-height: 1;
}

.offcanvas-menu{
  --bs-offcanvas-width: 100vw;
  background:#fff;
  height: 100vh !important;
}

.menu-grid{
  --bs-offcanvas-width: 100vw;
  height: 100vh !important;
}

/*header fisso + body scrollabile dentro */
.offcanvas-menu .offcanvas-body{
  height: calc(100vh - var(--bs-offcanvas-header-height, 72px));
  overflow-y: auto;
}

.topbar{
  background-color: #092729;
  font-size: 16px;
}

.topbar-link{
  color: #E6B372;
  text-decoration: none;
}

/* divisori solo desktop */
@media (min-width: 992px){
  .menu-col--left,
  .menu-col--center{
    border-right: 1px solid rgba(0,0,0,.08);
  }
}

.menu-top-link{
  color:#062B2C;
  text-decoration:none;
  font-weight:600;
}


.menu-close{
  font-size: 1.6rem;
  color:#062B2C;
}

.menu-left{
  display:flex;
  flex-direction:column;
  gap: 11px;
}

.menu-item-wrap{ width:100%; }

/* VOCE PRINCIPALE (unica) */
.menu-main{
  width:100%;
  text-align:left;
  border:0;
  background:transparent;
  padding:0;
  font-size:25px;
  line-height:1.05;
  color:#0b0b0b;
}
.menu-main:hover{ color:#E6B372; }
.menu-main:focus{ outline:none; box-shadow:none; }

.menu-main.active{ opacity:1; }
.menu-item-accent{ color:#E6B372; }

/* MOBILE submenu: sotto la voce */
.mobile-submenu-holder{
  padding: 12px 0 4px 0;
}

.submenu-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:4px 0;
  color:#0b0b0b;
  text-decoration:none;
  font-size:1.12rem;
}
.submenu-link i{ color:#E6B372; }
.submenu-link:hover{ opacity:.75; }

/* pannelli desktop */
.submenu-panel{ display:none; }
.submenu-panel.is-active{ display:block; }

.list_offcanva ul{
  padding-inline-start: 0px;
  list-style-type:none;
}

.list_offcanva li{
  margin-bottom: 0px;
  
}

.list_offcanva a{
  font-size: 16px;
  text-decoration: none;
}

/* quando l'offcanvas è aperto blocca lo scroll del sito sotto */
body.offcanvas-open{
  overflow: hidden !important;
  height: 100vh;
}

.social_offcanva img{
  filter: brightness(0) saturate(100%)
          invert(83%) sepia(21%) saturate(707%)
          hue-rotate(352deg) brightness(92%) contrast(92%);
}

.breadcrumb-item{
  font-size: 15px;
}

.title_link_intro{
  border-bottom: 1px solid #E6B372;
  padding-bottom: 10px;
}

/* ACTIVE: testo oro + nasconde la freccia */
.active-link .lista-link-title{
  color:#E6B372;
}
.active-link .lista-link-icon{
  display:none !important;
}

.list-group-item-action:focus, .list-group-item-action:hover{
  background-color:#fff;
  color: #E6B372;
}


.video-hero-img{
  object-fit: cover;
}

.video-hero-overlay{
  background: rgba(0,0,0,.45);
}

.video-hero-content{
  max-width: 720px;
}

.video-hero-title{
  color:#fff;
}

.video-hero-label{
  color: rgba(255,255,255,.8);
  letter-spacing: .12em;
  font-size: .75rem;
}

.table>:not(caption)>*>*{
  background-color: transparent;
  border-bottom: 1px solid #F8E6D0;
}


.elenco-icona{
  color:#E6B372;
  margin-top: 2px;
}

.bg_sfumato{
  background: #004C3F;
  background: linear-gradient(180deg, rgba(0, 76, 63, 1) 0%, rgba(9, 39, 41, 1) 100%);
}

.title_body{
  font-size:35px;
    font-style: normal;
    font-weight: 400;  
    line-height:37px;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.partner-line{
  color: #F8E6D0;
  opacity: 1;
}

.partner-link span{
  color: #000 ;
}

.partner-footer{
  font-size: 18px;
}

.box_comunicazione{
  position: absolute;
  background: rgb(255 249 246 / 74%);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(12px);
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 2;
}

.bg_cta{
  background: #000F0D;
  background: linear-gradient(90deg, rgba(0, 15, 13, 1) 0%, rgba(85, 5, 39, 1) 54%);
}

.title_staff_big{
  font-size: 75px;
  line-height: 72px;
  font-style: normal;
  font-family: "Abhaya Libre", serif;
  color: #E6B372;
}

.form-control,
.form-select{
  border: 1px solid rgb(0 0 0 / 10%);
  box-shadow: none !important;
  padding: 1rem .75rem;
  font-size: 1.1rem;
}

.form-floating>label{
  font-size: 1.1rem;
}

.form-control:focus,
.form-select:focus{
  border-color: #F0EAE6;
}

.map-responsive{
  width:100%;
  height:400px;
}
.map-responsive iframe{
  width:100%;
  height:100%;
  border:0;
}

/* stile FAQ */

.accordion-item{
  background-color:transparent;
}

.faq-accordion .accordion-item{
  border:0;
  border-bottom:1px solid rgba(0,0,0,.10);
  border-radius:0;
}

.faq-accordion .accordion-button{
  padding: 22px 0;
  font-size: 22px;
  background: transparent;
  box-shadow: none !important;
  color:#0b0b0b;
}

.faq-accordion .accordion-body{
  padding: 0 0 26px 0;
  font-size: 18px;
  line-height: 1.6;
}

.faq-accordion .accordion-button:not(.collapsed){
  color:#E6B372 !important;
}

/* togli freccia bootstrap */
.faq-accordion .accordion-button::after{
  display:none;
}

/* aggiungi pallino con icona */
.faq-accordion .accordion-button{
  position:relative;
  padding-right: 90px;
}

.faq-accordion .accordion-button::before{
  content: "↓";
  position:absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:#E6B372;
  color:#1b1b1b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
}

/* quando aperto cambia icona */
.faq-accordion .accordion-button:not(.collapsed)::before{
  content: "↑";
}

/* link dentro risposta */
.faq-link{
  color:#0b0b0b;
  text-decoration: underline;
}

.data_list{
  font-size: 35px;
  line-height: 39px;
  color: #E6B372;
  font-style: normal;
  font-family: "Abhaya Libre", serif;
}

.page-link{
  color: #000;
  border: 1px solid #DED7D3;
  background-color: transparent;
}

.page-link:hover,
.page-link.active{
  color: #F2B708;
  background-color: transparent;
}

.breadcrumb_white .breadcrumb-item.active{
  color: #CBCBCB;
}

.breadcrumb_white .breadcrumb-item+.breadcrumb-item::before{
  color: #CBCBCB;
}


/* GRANDE SCHERMO */
@media (min-width: 1290px){
    


}


/* GRANDE SCHERMO */
@media (min-width: 1288px){
    



}

/* GRANDE SCHERMO */
@media (min-width: 1900px){
    


}


/* GRANDE SCHERMO */
@media (max-width: 1489px){
  



}

/* GRANDE SCHERMO */
@media (min-width: 1489px){
    

}


/* GRANDE SCHERMO */
@media (max-width: 1288px){
    



}

/* MEDIO */
@media (max-width: 1200px){

 .blocco_foto_rettore{
  margin-top: 20px;
}

.blocco_testo_rettore{
  margin-top: 20px;
}

.title_big{
  font-size:48px;
    letter-spacing: 0;
    line-height:48px;
}



}

/* SOLO TABLET */
@media (max-width: 1129px){

.box_colum{
    border-radius: 30px !important;
}

.box-footer .box-title{
    font-size: 18px;
    line-height: 22px;
}

.box-title.title_small{
  font-size: 14px;
  line-height: 18px;
}




}


/* SOLO TABLET */
@media (max-width: 1021px){




}

/* SPAZIO TABLET */
@media (max-width: 992px) {
  

h1{
    font-size:40px;
    letter-spacing: 0;
    line-height:40px;
}  

h2{
    font-size:35px;
    letter-spacing: 0;
    line-height:35px;
}


h3{
    font-size:26px;
    line-height:32px;
}

h4{
    font-size:21px;  
    line-height:27px;
}

.title_staff_big{
  font-size:40px;
    line-height:40px;
}

.boxes-wrapper{ padding: 0 44px; }
.slider-arrow{ width: 44px; height: 44px; }
.slider-arrow.slider-arrow_big{
    width: 44px;
  height: 44px;
}

.info-banner__content{ padding: 18px 18px; }
.info-banner__title{ font-size: 1.6rem; }
.info-banner__cta{ font-size: 1rem; }

.citazione{
  font-size:35px;
  line-height:35px;
}

.testo_font_title{
  font-size: 25px;
  line-height: 32px;
}

.testimonianze_testi{
  margin-top: 20px;
}

.logos-row .logos-col::after{
    display:none;
  }

.menu-main{
  font-size:20px;

}

.list_offcanva li{
  margin-bottom: 3px;
  
}

.list_offcanva a{
  font-size: 18px;
  text-decoration: none;
}

.video-hero-title{
  font-size: 20px;
    line-height: 23px;
}

.title_body{
  font-size:26px;
  ine-height:32px;
}

.box_comunicazione{
  position: relative;
  left: 0;
  top:auto;
  left: 0;
  transform: none;
  z-index: 0;
}

.data_list{
  font-size:26px;
  ine-height:32px;
}


}  




/* SOLO MOBILE */
@media (max-width: 768px) {

h1{
    font-size:30px;
}






}

/* SOLO MOBILE */
@media (max-width: 576px) {




}

