@charset "UTF-8";
body {
  font-family: "proxima_novaregular", sans-serif;
  background-color: #ffffff;
  color: #222;
  font-size: 1.1rem; }

section {
  padding-top: 6rem;
  padding-bottom: 6rem; }

section#main-content {
  padding-top: 4rem; }

h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem; }

/* ================= HERO ================= */
.hero-header {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden; }

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 1; }

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  background: #181838;
  opacity: 0.85;
  z-index: 2; }

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  color: white; }

.hero-text-wrapper {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 4rem; }
  .hero-text-wrapper .hero-title {
    font-size: clamp(1.8rem, 2.4vw, 2.2rem);
    line-height: 1.4;
    font-weight: 400;
    max-width: 520px; }

.offcanvas {
  width: 43% !important;
  padding: 3rem; }

/* ================= page-header ================= */
.page-header {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center center; }
  .page-header .page-header-overlay {
    height: 100%;
    width: 100%;
    background: #181838;
    opacity: 0.40;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0; }
  .page-header h1 {
    font-size: 3.5rem; }

.page-header-overlay.is-hidden {
  opacity: 0;
  visibility: hidden; }

.breadcrumb {
  font-family: "Red Hat Mono", monospace;
  font-size: 0.9rem;
  text-transform: uppercase; }
  .breadcrumb a {
    color: #8263FF;
    text-decoration: none; }

/* ================= SEZIONE WHAT ================= */
.section-what {
  background-color: #ffffff; }
  .section-what p {
    line-height: 1.7; }

/* ================= CONSORTIUM ================= */
.section-consortium {
  background-color: #EFECE5; }

.consortium-strip {
  background-color: #181838; }

/* ================= NEWS & EVENTS ================= */
.section-news-events {
  background-color: #ffffff; }

.news {
  padding-top: 6rem; }

.news-item, .event-item {
  align-items: flex-start; }
  .news-item .news-title, .event-item .news-title {
    font-weight: 500; }

.news-date, .event-date {
  font-family: "Red Hat Mono", monospace; }

.main-image {
  margin-bottom: 3rem; }

.events {
  position: relative; }
  .events .bg-gold {
    display: block;
    width: 100%;
    height: 300px;
    background-color: #C49A58; }
  .events .events-contents {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    z-index: 3;
    margin-top: -13rem; }
    .events .events-contents h2 {
      color: #ffffff; }

/* ================= CONTACT BAND ================= */
.section-contact-band {
  position: relative;
  color: #ffffff; }

.contact-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center; }

.contact-band-overlay {
  position: relative; }

/* ================= FOOTER ================= */
.site-footer {
  background-color: #181838; }
  .site-footer img {
    max-height: 40px;
    width: auto; }
  .site-footer .small {
    font-size: 0.85rem; }

/* ================= SEARCH ================= */
.search-date {
  font-family: "Red Hat Mono", monospace; }

.search-link {
  color: #8263FF;
  text-decoration: none; }
  .search-link:hover {
    text-decoration: underline; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24; }

@font-face {
  font-family: 'proxima_novaregular';
  src: url("../font/proximanova-regular-webfont.woff") format("woff"), url("../font/proximanova_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: 400; }
a {
  color: #8263FF; }

/* ---------- Hero top bar ---------- */
/* Logo */
.navbar-brand {
  background: url(../img/VERTIGO-negative-logo.png) no-repeat center center;
  width: 135px;
  height: 38px;
  display: block;
  background-size: 100%; }

/* Icone top right */
.hero-actions .btn span {
  font-size: 2.2rem; }

#button-search::after {
  display: none; }

#search-panel {
  z-index: 500;
  position: absolute;
  width: 32%;
  right: 100px;
  top: 15px; }
  #search-panel .form-control::placeholder {
    color: #f6f6f6;
    opacity: 0.6; }

#search-panel .input-group {
  width: 100%;
  float: right; }

#search-panel .btn-search, #search-panel input {
  border: none;
  background: #181838;
  padding: 15px 20px;
  color: #ffffff !important;
  border-radius: 0; }

#search-panel label {
  display: none; }

#search-panel .search-close {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #ffffff;
  cursor: pointer; }

#search-panel.collapse {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease; }

#search-panel.collapse.show {
  display: block;
  opacity: 1; }

#search-panel.collapsing {
  height: auto !important;
  opacity: 0;
  transition: opacity 0.25s ease; }

.nav-collapse {
  display: none; }

.nav-collapse.show {
  display: block; }

/* opzionale: animazione icona */
.material-symbols-outlined {
  transition: transform 0.2s ease; }

.material-symbols-outlined.rotated {
  transform: rotate(180deg); }

/* ---------- rotated icon sollapse ---------- */
.rotate-icon {
  display: inline-block;
  /* necessario per ruotare correttamente */
  transition: transform 0.25s ease; }

.rotate-icon.rotated {
  transform: rotate(180deg); }

/* ---------- sticky topbar ---------- */
#hero-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.1); }
  #hero-top.sticky .text-white {
    color: #181838 !important; }
  #hero-top.sticky .navbar-brand {
    background: url(../img/VERTIGO-color-logo.png) no-repeat center center;
    width: 135px;
    height: 38px;
    display: block;
    background-size: 100%; }

.eu-logo {
  display: block;
  padding-top: 4rem; }
  .eu-logo img {
    width: 160px; }

/* ========== MENU  ========== */
#nav li {
  width: 100%;
  border-bottom: 1px solid #C9D5D1;
  padding: 1rem 0;
  font-size: 1.3rem; }
  #nav li span {
    float: right;
    font-size: 2rem;
    color: #8263FF; }
  #nav li ul li {
    border-bottom: none;
    padding: .3rem 0;
    font-size: 1rem; }
#nav a {
  text-decoration: none;
  color: #181838; }

/* ---------- Stats card ---------- */
.stats-wrapper {
  display: flex;
  overflow: hidden;
  min-height: 320px; }

.stats-icons {
  width: 160px;
  background-color: #8263FF;
  display: flex;
  align-items: center;
  padding: 2rem 0; }
  .stats-icons img {
    width: 45px; }

.stats-data {
  background: white; }
  .stats-data .stat-item {
    display: flex;
    flex-direction: column; }
  .stats-data .stat-value {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color: #181838;
    font-family: "Red Hat Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; }
  .stats-data .stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 0.2rem; }

/* ---------- Consortium strip ---------- */
.consortium-strip .consortium-index {
  display: block;
  font-family: "Red Hat Mono", monospace;
  margin-bottom: 0.2rem;
  color: #C49A58;
  font-size: 2.2rem; }
.consortium-strip .fw-bold {
  font-size: 1rem;
  margin-bottom: 0.2rem; }
.consortium-strip .small {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: "Red Hat Mono", monospace; }

/* ---------- Consortium map ---------- */
.map {
  width: 630px;
  background: url(../img/map.png) right top no-repeat;
  background-size: 630px;
  display: block;
  height: 600px;
  position: relative;
  margin-left: auto; }

.map .pin {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  padding: 0; }

.map .pin .num {
  color: #000; }

.map .pin:before, .map .pin:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #C49A58;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  left: 3%;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 2px;
  color: #ffffff; }

.logo-map {
  width: 150px;
  margin-right: 1rem; }

@keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5;
    width: 44px;
    height: 44px; } }
.map .pin:before {
  background-color: none;
  border-color: 1px solid #C49A58;
  animation: pulse 1.5s infinite;
  transform: translate(-22%, -20%); }

.map .pin:after {
  animation: 4s infinite blip2;
  content: "1"; }

.map .pin.p1 {
  position: absolute;
  top: 41%;
  left: 8%;
  content: "1"; }

.map .pin.p2 {
  position: absolute;
  top: 30%;
  left: 38%; }

.map .pin.p2::after {
  content: "2"; }

.map .pin.p3 {
  position: absolute;
  top: 34%;
  left: 15%; }

.map .pin.p3::after {
  content: "3"; }

.map .pin.p4 {
  position: absolute;
  top: 70%;
  left: 67%; }

.map .pin.p4::after {
  content: "4"; }

.map .pin.p5 {
  position: absolute;
  top: 74%;
  left: 0%; }

.map .pin.p5::after {
  content: "5"; }

.map .pin.p6 {
  position: absolute;
  top: 54%;
  left: 33%; }

.map .pin.p6::after {
  content: "6"; }

.map .pin.p7 {
  position: absolute;
  top: 37%;
  left: 33%; }

.map .pin.p7::after {
  content: "7"; }

.map .pin.p8 {
  position: absolute;
  top: 50%;
  left: 26%; }

.map .pin.p8::after {
  content: "8"; }

.map .pin.p9 {
  position: absolute;
  top: 56%;
  left: 16%; }

.map .pin.p9::after {
  content: "9"; }

.popover {
  text-align: center;
  width: 160px;
  padding: 0.5rem 0 0 0.2rem; }
  .popover img {
    width: 120px;
    padding-bottom: 0.5rem; }

/* ---------- News / Events ---------- */
.news-link,
.event-link {
  color: #8263FF;
  text-decoration: none; }
  .news-link:hover,
  .event-link:hover {
    text-decoration: underline; }

.event-info, .partner-info {
  font-family: "Red Hat Mono", monospace; }
  .event-info span, .partner-info span {
    color: #8263FF;
    float: left;
    margin-right: .5rem; }

.share {
  border-top: 1px solid #C9D5D1;
  border-bottom: 1px solid #C9D5D1;
  margin-top: 2rem;
  padding: 1.5rem 0; }
  .share a {
    color: #8263FF; }

/* ---------- Partners logo carousel ---------- */
.section-partners {
  border-top: 1px solid #C9D5D1; }

#partnersCarousel {
  margin-top: 5rem; }
  #partnersCarousel .logo img {
    width: 140px;
    padding: 0.5rem 0; }

.carousel-control-prev-icon {
  color: #8263FF;
  position: absolute;
  left: -40px; }
  .carousel-control-prev-icon .material-symbols-outlined {
    font-size: 2.5rem; }

.carousel-control-next-icon {
  color: #8263FF;
  position: absolute;
  right: -40px; }
  .carousel-control-next-icon .material-symbols-outlined {
    font-size: 2.5rem; }

.carousel-indicators {
  bottom: -60px; }

.carousel-indicators [data-bs-target] {
  background-color: #181838; }

/* ---------- Partners list ---------- */
.partner {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.5rem; }
  .partner a {
    color: #181838;
    text-decoration: none; }
  .partner a:hover {
    color: #8263FF; }
  .partner h3 {
    font-size: 1.5rem; }

.more-info {
  position: absolute;
  right: 1rem;
  top: 3rem; }
  .more-info span {
    font-size: 2.3rem; }

.partner:first-child .more-info {
  top: 4rem; }

.rotate-icon {
  display: inline-block;
  transition: transform 0.25s ease; }

/* Quando il link ha aria-expanded="true" → collapse aperto → ruota */
.more-info[aria-expanded="true"] .rotate-icon {
  transform: rotate(180deg); }

.badge {
  font-family: "Red Hat Mono", monospace;
  background: #C49A58; }

/* ---------- Contact band cards ---------- */
.contact-card {
  padding: 5rem 7rem; }

.contact-card-left {
  background-color: rgba(130, 99, 255, 0.9); }

.contact-card-right {
  background-color: rgba(196, 154, 88, 0.9);
  margin-top: 7rem; }

/* ---------- Buttons / global ---------- */
.btn {
  border-radius: 0;
  padding: 0.8rem 1.5rem; }

.btn-outline-primary {
  border-color: #8263FF;
  color: #8263FF;
  border: 2px solid; }

.btn-outline-light {
  border: 2px solid; }

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #8263FF;
  border-color: #8263FF; }

.btn-primary {
  background-color: #8263FF;
  border-color: #8263FF; }
  .btn-primary:hover {
    background-color: #6e4aff;
    border-color: #6e4aff; }

.btn-link {
  color: #8263FF; }

/* ================= Contact form ================= */
#contact-form {
  padding: 3rem;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1); }
  #contact-form .form-control {
    border-radius: 0; }
  #contact-form label {
    font-size: 0.9rem;
    padding-bottom: 0.5rem; }

/* ================= results-archive ================= */
#results-archive h3:first-child {
  margin-top: 0 !important; }
#results-archive .doc-item {
  padding: 1rem 1rem 1.2rem;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  font-size: 1.2rem; }
  #results-archive .doc-item span.material-symbols-outlined {
    font-size: 2rem;
    float: left;
    margin-right: 1rem;
    margin-top: -2px; }
  #results-archive .doc-item a {
    color: #181838;
    text-decoration: none; }
  #results-archive .doc-item a:hover {
    color: #8263FF; }

.doc-item iframe {
  width: 100% !important; }

#docType.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin-top: 0;
  background: #ffffff;
  padding-top: 2.6rem;
  padding-bottom: 2rem !important;
  border-top: 1px solid #dee2e6; }

/* ================= Accordion FAQ ================= */
#accordionFAQ .accordion-item {
  margin-bottom: 1.5rem;
  border: 1px solid #dee2d6 !important; }
#accordionFAQ .accordion-item:first-of-type, #accordionFAQ .accordion-item:last-of-type {
  border-radius: 0; }
#accordionFAQ .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
#accordionFAQ .accordion-button {
  padding: 1.5rem !important;
  font-size: 1.3rem; }
#accordionFAQ .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #8263FF; }

button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important; }

/* ================= RESPONSIVE ================= */
@media (min-width: 991.98px) and (max-width: 1200px) {
  .hero-overlay {
    width: 50%; }

  .offcanvas {
    width: 50% !important; }

  #search-panel {
    width: 35%; }

  .stats-icons {
    width: 100px !important; }

  .stats-data .stat-label {
    margin-left: -1rem; }

  .bg-gold {
    height: 250px !important; }

  .events-contents {
    margin-top: -10rem !important; } }
@media (max-width: 991.98px) {
  .hero-overlay {
    width: 55%; }

  .offcanvas {
    width: 55% !important; }

  #search-panel {
    width: 38%; }

  .hero-top {
    margin-bottom: 1.5rem; }

  .hero-content {
    padding-bottom: 3rem; }

  .stats-wrapper {
    flex-direction: row; }

  .stat-value {
    font-size: 1.9rem !important; }

  .news-item {
    flex-direction: column; } }
@media (max-width: 767.98px) {
  .hero-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.65; }

  .offcanvas {
    width: 100% !important; }

  .hero-text-wrapper {
    padding-left: 0;
    padding-right: 0; }

  #search-panel {
    width: 100%;
    top: 0;
    right: 0; }
    #search-panel .btn-search {
      padding: 20px 20px; }

  .more-info {
    display: none; }

  .map {
    width: 450px !important;
    background: url(../img/map.png) right top no-repeat;
    background-size: 450px !important;
    display: block;
    height: 500px;
    position: relative;
    margin-right: auto; }

  .map .pin.p1 {
    top: 34%;
    left: 6%; }

  .map .pin.p2 {
    top: 25%;
    left: 36%; }

  .map .pin.p3 {
    position: absolute;
    top: 28%;
    left: 13%; }

  .map .pin.p4 {
    position: absolute;
    top: 60%;
    left: 65%; }

  .map .pin.p5 {
    position: absolute;
    top: 62%;
    left: -1%; }

  .map .pin.p6 {
    position: absolute;
    top: 45%;
    left: 31%; }

  .map .pin.p7 {
    position: absolute;
    top: 30%;
    left: 31%; }

  .map .pin.p8 {
    position: absolute;
    top: 42%;
    left: 24%; }

  .map .pin.p9 {
    position: absolute;
    top: 47%;
    left: 14%; }

  .carousel-control-prev, .carousel-control-next {
    display: none; }

  .news-item img, .event-item img {
    margin-bottom: 1rem; }

  #docType .btn {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem; } }
@media (max-width: 575.98px) {
  .hero-text-wrapper {
    padding-left: 2rem;
    padding-right: 0; }

  #main-content {
    padding-top: 1rem !important; }

  #docType {
    padding-bottom: 1rem !important; }
    #docType .btn {
      display: block;
      margin-right: 0 !important; }

  #docType.sticky {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
