/*
Theme Name: ACI Radio
Theme URI: https://example.com/aci-radio
Author: Tuo Nome
Author URI: https://example.com
Description: Tema WordPress personalizzato per ACI Radio, basato su design Figma.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aci-radio
Tags: radio, responsive, podcast, news, bootstrap
*/

/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Titillium+Web&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  position: relative;
  z-index: -1;
}

/* Basic resets and styles */

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.cloned #d-cerca {
  display: none !important;
}

.cloned .search-link {
  display: none !important;
}

/* Container */
.container {
  width: 100%;
  /* max-width: 1440px; */
  max-width: 100%;
  margin: 0 auto;
}

.container-large {
  padding-left: 60px;
  padding-right: 60px;
}

/* Header */
.site-header {
  background-color: #003366;
  color: white;
  padding: 1rem 0;
  height: 120px;
}

.site-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.8rem;
  margin: 0;
}

.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}

.site-nav a {
  color: white;
  font-weight: 600;
}

/* Hero player */
.hero-player {
  background: #333;
  color: white;
  padding: 2rem 0;
  text-align: center;
}

.hero-player audio {
  width: 100%;
  max-width: 600px;
  outline: none;
}

/* Sezioni Podcast e News */
.section-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 0.5rem;
}

.section-title-podcast strong {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.section-title-podcast {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;

  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;

  color: #00205B;

}

.podcast-list,
.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.podcast-item,
.news-item {
  flex: 1 1 300px;
  border: 1px solid #ddd;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 20px;
}

.news-image {
  width: 455px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  margin: 20px;
}

.news-image img {
  border-radius: 20px !important;
}

.news-content {
  margin: 50px 0;
}

.news-hero-container {
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.news-highlight-section {
  padding: 60px !important;
}

/* Speaker section */
.speaker-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.speaker-item {
  flex: 1 1 200px;
  text-align: center;
}

.speaker-photo {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

/* Promo app */
.promo-app {
  background: #0073aa;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  margin: 2rem 0;
  border-radius: 6px;
}

.promo-app a {
  background: white;
  color: #0073aa;
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.promo-app a:hover {
  background: #005f85;
  color: white;
}

/* Footer */
.site-footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  margin-top: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
  .site-nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }

  .container-large {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .podcast-list,
  .news-list,
  .speaker-list {
    flex-direction: column;
  }
}

/* header */
.it-nav-wrapper {
  background: #00205B;
}

.it-header-slim-wrapper {
  background: #1245b3;
  padding: 6.5px 18px;
}

@media (min-width: 992px) {
  .it-header-slim-wrapper {
    height: 49px;
    padding: 0;
  }
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

.it-header-slim-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #22438c;
  background: #001C50 !important;
}

.it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content {
  padding-left: 43px;
  /* background-image: url(assets/loghi/aci-header-slim.svg); */
  background-repeat: no-repeat;
  background-size: auto;
}

.it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .navbar-brand-text,
.it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .navbar-brand,
.it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .navbar-partner {
  padding: 10px;
  padding-left: 0px;
  padding-right: 15px;
  line-height: 28px;
  display: inline-block;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a {
  color: #fdfbf7;
  text-decoration: none;
}

.it-header-slim-wrapper .container .row .col-12 .it-header-slim-wrapper-content .aci-navbar-brand-h1 {
  display: inline-flex;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fdfbf7;
  font-family: 'ACI Type Regular', 'PT Sans Narrow Regular';
  font-size: 1.01em;
  font-weight: 100;
  letter-spacing: .1px;
}

.aci-navbar-brand-h1 span {
  font-family: 'Source Sans Pro';
}

/* .featured-news-carousel {
  /* Carousel / Desktop / Editorial cards / Top Image */

/* Auto layout */
/*
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px;
  gap: 60px;
  isolation: isolate;

  width: 1280px;
  height: 756px;

  background: #EAF1FC;

  /* Inside auto layout */
/*
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
} */

.hero-section {
  padding: 2rem;
  background-color: #051843;
  gap: 2rem;
}

.hero-section.bg-image {
  position: relative;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.87;
}

.hero-section .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001741;
  opacity: 0.87;
  z-index: -1;
}

.hero-section .hero-section-stream {
  padding: 2rem;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .hero-section .hero-section-stream {
    flex-direction: row;
    justify-content: center;
    padding: 4rem;
  }
}

.hero-image {
  max-width: 455px;
  border-radius: 20px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text {
  max-width: 608px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .hero-text {
    text-align: left;
  }
}

.hero-text p {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Source Sans Pro';
  margin-bottom: 0.5rem;
}

.hero-text h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.hero-text h2 span {
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}

.hero-button {
  margin-top: 1.5rem;
  background-color: white;
  color: #051843;
  font-weight: bold;
  border: none;
  /* padding: 0.8rem 1.5rem; */
  padding: 0.1rem 0.1rem;
  padding-left: 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.hero-button:hover {
  background-color: #f0f0f0;
}

.hero-button svg {
  margin-left: 0.5rem;
  /* width: 1rem;
  height: 1rem; */
  fill: #051843;
}

.player-bar {
  background-color: #2554af;
  color: white;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 1.5rem;
  max-width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.player-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cover {
  width: 70px;
  height: 70px;
  border-radius: 20%;
  overflow: hidden;
  flex-shrink: 0;
}

.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titles {
  display: flex;
  flex-direction: column;
}

.titles strong {
  font-size: 1.2rem;
}

.titles span {
  font-size: 0.9rem;
  color: #dbe4ff;
}

.badge {
  background-color: #051843;
  color: white;
  font-weight: bold;
  padding: 0.3rem 0.7rem;
  border-radius: 0.8rem;
  font-size: 0.8rem;
}

.controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.volume-control input[type=range] {
  width: 100px;
  accent-color: white;
}

.icon {
  font-size: 1.2rem;
}

.button-circle {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #051843;
  font-size: 1.2rem;
  cursor: pointer;
}

.live-tag {
  border: 2px solid white;
  padding: 0.2rem 0.7rem;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  font-weight: bold;
}

/* Optional: icons using Unicode or inline SVG */
.icon-vol-down::before {
  content: "🔈";
}

.icon-vol-up::before {
  content: "🔊";
}

.icon-back::before {
  content: "⏮️";
}

.icon-pause::before {
  content: "⏸️";
}

.onair-song-title {
  color: #fff;
}

/* SEZIONE PODCAST */
.podcast-section {
  background-color: #f9fbff;
  /* padding: 60px 20px; */
  padding: 60px;
  font-family: 'Open Sans', sans-serif;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #001d5a;
}

.section-title strong {
  color: #000;
  font-weight: 700;
}

.podcast-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.podcast-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 17.2px rgba(33, 76, 158, 0.16);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: row;
}

.podcast-card:hover {
  /* transform: translateY(-4px); */
}

.podcast-image {
  width: 455px;
  height: 455px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  margin: 20px;
}

.podcast-content {
  padding: 20px;
}

.podcast-meta {
  font-size: 16px;
  color: #214C9E;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  font-weight: 500;
  line-height: 23px;
}

.podcast-title {
  font-size: 34px;
  font-weight: 700;
  color: #00205B !important;
  margin: 0 0 12px;
  line-height: 160%;
  letter-spacing: 0.14px;
}

.podcast-title a {
  color: #00205B !important;
}

.podcast-excerpt {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.14px;

}

.podcast-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
  line-height: 100%;
  letter-spacing: 0.14px;
}

.podcast-link {
  font-size: 14px;
  color: #0053ff;
  font-weight: bold;
  text-decoration: none;
}

.podcast-link:hover {
  text-decoration: underline;
}

.card-large {
  grid-column: 1 / -1;
}

.card-large a img {
  width: 370px;
  height: 370px;
  border-radius: 20px;
  margin: 20px;
}

.card-large .podcast-description {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.14px;
}

.card-large .podcast-meta {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.14px;
}

.card-small .podcast-meta {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.14px;
}

.card-small a img {
  width: 264px;
  height: 264px;
  border-radius: 20px;
  margin: 20px;
}

.card-small .podcast-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.14px;
}

.card-small .podcast-title {
  font-size: 26px;
}

.card-small {
  display: flex;
  flex-direction: row;
}

.card-large .btn-outline-blue {
  display: inline-block;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.14px;
  color: #214C9E;
  border: 2px solid #214C9E;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 10px;
  width: max-content;
}

.card-small .btn-outline-blue {
  display: inline-block;
  padding: 6px 16px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.14px;
  color: #214C9E;
  border: 1px solid #214C9E;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 14px;
  width: max-content;
}

.card-img-left {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* oppure "contain", a seconda del comportamento desiderato */
  aspect-ratio: 3 / 2;
  /* opzionale: imposta proporzione 720x480 */
}

/* 🔽 RESPONSIVE: Mobile */
@media screen and (max-width: 767px) {
  .podcast-card {
    flex-direction: column;
    align-items: center;
    margin: 15px;
  }

  .podcast-section {
    padding: 10px;
  }

  .breadcrumb-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .podcast-image,
  .card-large a img,
  .card-small a img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 16px 16px 0 0;
  }

  .podcast-content {
    padding: 16px;
    text-align: left;
  }

  .podcast-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .podcast-description {
    font-size: 15px;
    line-height: 1.5;
  }

  .card-large .podcast-description {
    font-size: 17px;
    line-height: 1.6;
  }

  .card-large .btn-outline-blue,
  .card-small .btn-outline-blue {
    font-size: 16px;
    padding: 10px 20px;
  }
}

/** FINE RESPONSIVE **/

.custom-pagination {
  display: flex;
  list-style: none;
  gap: 6px;
  justify-content: center;
  margin-top: 2rem;
  padding: 0;
}

.custom-pagination li .page-link {
  display: inline-block;
  padding: 0.5em 0.8em;
  /* padding: 13px; */
  background: #edf0f6;
  border-radius: 10px;
  color: #181818;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s;
  border: none;
  line-height: 27px;
  letter-spacing: 0;
  font-size: 14px;
}

.custom-pagination li .page-link:hover {
  background: #d8deea;
}

.custom-pagination li .current {
  background: #214C9E;
  color: white;
  font-weight: bold;
}

.speaker-card .social-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.speaker-card .social-icons a {
  background-color: #00205B;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0;
}

.speaker-list-page .speaker-card {
  max-width: 340px;
}

/* .aci-social-section {
  background-color: #edf3fb;
  padding: 60px 20px;
  font-family: "Open Sans", sans-serif;
}

.aci-social-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
} */

.aci-social-section {
  background-color: #e9f0fb;
  padding: 0px 20px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
  position: relative;
}

.aci-container {
  /* max-width: 1300px; */
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aci-content {
  flex: 1 1 50%;
  max-width: 600px;
}

.aci-title {
  font-size: 40px;
  color: #00205B;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}

.aci-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.aci-social-icons {
  display: flex;
  gap: 30px;
}

.aci-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #002b64;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.aci-icon:hover {
  transform: scale(1.05);
}

.aci-image {
  flex: 1 1 45%;
  text-align: right;
  z-index: 1;
}

.aci-image img {
  max-width: 100%;
  height: auto;
}

.contattaci {
  margin-bottom: 100px;
}

/* come ascoltarci */
.radio-cards {
  /* max-width: 1200px; */
  max-width: 100%;
  margin: 30px auto 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  background-color: #ffffff;
}

.radio-card {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 0px 17.2px 0px #214C9E29;
  gap: 20px;
  padding-top: 60px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  border-radius: 20px;
}

.icon-circle {
  background-color: #e9f0ff;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 134px;
  height: 134px;
}

.radio-card h3 {
  color: #00205B;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-align: center;

}

.radio-card p {
  color: #000;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.14px;
  text-align: center;

}

.radio-card a {
  color: #032f78;
  font-weight: 700;
  text-decoration: underline;
}

/* Responsive (mobile: 1 card per riga) */
@media (max-width: 768px) {
  .radio-cards {
    grid-template-columns: 1fr;
  }

  .speaker-card {
    margin: 0 auto;
  }
}

/* fine come ascoltarci */

/* NEWS */
.aci-titolo-chip span {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00205B;
}

.chip-selected {
  background-color: #00205B !important;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff !important;
}

.chip-selected .chip-label {
  color: #fff !important;
}

.chip-primary:hover {
  background-color: #00205B !important;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff !important;
}

.chip-primary:hover .chip-label {
  color: #fff !important;
}

.chip-primary {
  border-color: #00205B !important;
  gap: 10px;
  padding-top: 7px !important;
  padding-right: 20px !important;
  padding-bottom: 7px !important;
  padding-left: 20px !important;
  border-radius: 100px !important;
  border-width: 1px;
}

.chip-label {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #00205B !important;
  transform: translateY(-3px) !important;
}

.news-section {
  padding: 2rem;
  /* background-color: #f5f8ff; */
  font-family: 'Open Sans', sans-serif;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 6 colonne per layout flessibile */
  gap: 1.5rem;
}

/* Le prime due card devono occupare 1.5 colonne ciascuna */
.news-card:nth-child(1),
.news-card:nth-child(2) {
  grid-column: span 3;
  /* temporaneo: occupa tutte le colonne */
}

/* Le altre: larghezza normale (2 colonne su 6 = 1/3 della riga) */
.news-card {
  grid-column: span 2;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 32, 96, 0.1);
  /* padding: 1rem; */
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  height: auto !important;
  box-sizing: border-box;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.news-card.large {
  /* grid-column: span 3; */
  /* width: 50%; */
}

.news-card img {
  width: 100%;
  height: 214px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.news-date {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #214C9E !important;
}

.news-categories {
  display: flex;
  gap: 0.5rem;
}

.news-tag {
  /* width: 232;
  height: 24; */
  gap: 4px;
  padding-top: 4px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 100px;
  border-width: 1px;


  background-color: #3A6CCC;
  color: #fff;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;

}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 colonne su tablet */
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {

  .news-section {
    padding: 1rem;
  }

  .news-grid {
    grid-template-columns: 1fr;
    /* una sola colonna */
    gap: 1rem;
  }

  /* .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  } */

  .news-card,
  .news-card:nth-child(1),
  .news-card:nth-child(2) {
    grid-column: auto;
    width: 100% !important;
    min-height: auto;
    height: auto !important;
    border-radius: 16px;
  }

  .news-card img {
    height: auto;
    max-height: 200px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
  }

  .news-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
  }

  .news-tag {
    font-size: 12px;
    padding: 4px 10px;
  }

  .news-date {
    font-size: 13px;
  }
}

.news-link {
  /* display: inline-block;
  padding: 6px 16px;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.14px;
  color: #214C9E;
  border: 1px solid #214C9E;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 14px;
  width: max-content; */


  width: 102;
  height: 32;
  gap: 4px;
  opacity: 1;
  padding-top: 4px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 100px;
  border-width: 1px;

  font-family: 'Open Sans';
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #214C9E !important;
  border: 1px solid #214C9E !important;
  background-color: #fff !important;

}

.swiper-pagination-bullet-active {
  background-color: #00205B !important;
}

.swiper-pagination-bullet {
  background-color: #214C9E !important;
}

.card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.card-content .date {
  font-size: 0.85rem;
  color: #6c757d;
}

.card-content .tag {
  background-color: #002d87;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 16px;
  display: inline-block;
  font-weight: 600;
}

.card-content h3 {
  /* font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #002d87; */

  font-family: Open Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #00205B;
}

.read-more {
  margin-top: auto;
  align-self: flex-start;
  color: #214C9E;
  text-decoration: none;
  border: 1px solid #214C9E;
  /* transition: all 0.3s ease; */

  width: 144;
  height: 32;
  gap: 4px;
  padding-top: 4px;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 100px;
  border-width: 1px;

  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;



}

.read-more:hover {
  background-color: #002d87;
  color: white;
  text-decoration: none;
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}

.pagination a {
  display: inline-block;
  margin: 0 4px;
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  background-color: #e0e6f6;
  color: #002d87;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9rem;
}

.pagination a.active {
  background-color: #002d87;
  color: white;
}

.pagination a.next {
  background-color: #d9e1f2;
}

.news-title strong {
  font-family: 'Open Sans';
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #00205B;
}

.news-title {
  font-family: 'Open Sans';
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #00205B;
}


/* FINE NEWS */


@media screen and (min-width: 768px) {
  .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  .card-large {
    grid-column: 1 / 3;
  }

  .card-small {
    min-height: 100%;
  }
}

.podcast-footer {
  text-align: center;
  margin-top: 40px;
}

.podcast-footer .btn-secondary {
  height: 56px;
  display: inline-block;
}

.btn-secondary {
  background: #001d5a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-secondary:hover {
  background: #003399;
}

.btn-outline-blue {
  display: inline-block;
  padding: 10px 18px;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.14px;
  color: #214C9E;
  border: 2px solid #214C9E;
  border-radius: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-blue:hover {
  background-color: #214C9E;
  color: #ffffff;
}

/* SPEAKER */
.speaker-section {
  background-color: #ffffff;
  /* padding: 60px 20px; */
  padding: 60px;
  text-align: center;
}

.speaker-section strong {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.speaker-section .section-title-speaker {
  /* font-weight: 400; */
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;

  font-family: 'Open Sans';
  /* font-weight: 600; */
  font-weight: 400;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  color: #00205B;

}

.speaker-section .section-title-speaker strong {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  color: #00205B;
}

.section-title-speaker {
  font-size: 32px;
  font-weight: 700;
  color: #001d5a;
  margin-bottom: 40px;
}

.speaker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.speaker-card {
  max-width: 240px;
  text-align: center;
}

.speaker-name a {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #103570;
}

.speaker-image {
  width: 206px;
  height: 206px;
  margin: 0 auto 20px;
  border: 4px solid #e6eaf2;
  border-radius: 50%;
  overflow: hidden;
}

.speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-name {
  font-size: 18px;
  font-weight: 700;
  color: #001d5a;
  margin: 10px 0 5px;
}

.speaker-role {
  font-size: 14px;
  color: #002f87;
  font-weight: 500;
  margin-bottom: 10px;
}

.speaker-role i {
  margin-right: 6px;
}

.speaker-desc {
  font-weight: 400;
  font-size: 16px;
  /* font-style: italic; */
  font-style: normal;
  color: #232323;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0;
}

.speaker-button-wrap {
  margin-top: 40px;
}

.speaker-button {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #002f87;
  color: #002f87;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.speaker-button:hover {
  background-color: #002f87;
  color: white;
}

/* ===== Sezione APP ===== */
/* Sezione App */
.aci-app-section {
  position: relative;
  background-color: #eaf0fa;
  /* padding: 4rem 1rem; */
  padding: 60px;
  text-align: center;
  z-index: -1;
}

.aci-app-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* max-width: 1200px; */
  max-width: 100%;
  margin: 0 auto;
}

.aci-app-text h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #001b5e;
  margin-bottom: 1rem;
}

.aci-app-text h2 strong {
  font-size: 2rem;
  color: #001b5e;
  margin-bottom: 1rem;
  font-weight: 700;
}

.aci-app-text .blue {
  color: #0074d9;
}

.aci-app-text p {
  color: #000000;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 1.5rem;
  letter-spacing: 0.14px;
  font-weight: 400;
}

.aci-app-text p strong {
  font-weight: 700;
}

.aci-app-buttons img {
  width: 224px;
  margin: 0 0.5rem;
}

.aci-app-image {
  margin-top: 2rem;
}

.aci-app-image img {
  /* width: 800px; */
  max-width: 100%;
  height: auto;
}

/* Footer */
.aci-footer {
  background-color: #001b5e;
  color: white;
  /* padding: 3rem 1rem 1rem; */
  font-size: 0.9rem;
}

.aci-footer-top {
  /* max-width: 1200px; */
  max-width: 100%;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  /* padding: 3rem 1rem 1rem; */
  padding: 20px 60px;
}

.aci-footer-bottom {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  padding: 3rem 1rem 1rem;
}

.aci-footer-center {
  max-width: 100%;
  margin: 0 auto 2rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  /* padding: 3rem 1rem 1rem; */
  padding: 20px 60px;
}

.aci-footer-logo img {
  width: 174px;
  height: 76px;
  gap: 8px;

}

.aci-footer-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.aci-footer-contact,
.aci-footer-social {
  text-align: center;
}

.aci-footer-contact h4,
.aci-footer-social h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}

.aci-footer-contact h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

aci-footer-contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

aci-footer-contact p strong {
  font-weight: 700;
}

.aci-footer-social h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
}

.social-icons a {
  margin: 0 0.5rem;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.aci-social-icons a {
  color: #fff;
}

.aci-social-icons {
  display: flex;
  gap: 32px;
  font-size: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* .aci-footer-bottom {
  background-color: #001C50;
  padding-top: 24px;
  padding-bottom: 24px;
}

.aci-footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-nav a {
  margin-right: 20px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;

} */

.footer-nav a:last-child {
  margin-right: 0;
}

/* .footer-copy {
  margin: 0;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
} */

.aci-footer-bottom {
  background-color: #001C50;
  padding: 24px 0;
}

.come-ascoltarci {
  padding-left: 60px;
  padding-right: 60px;
}

.breadcrumb-container {
  padding-left: 60px;
  padding-right: 60px;
}

.aci-footer-bottom-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aci-footer-left,
.aci-footer-right {
  /* flex: 1; */
}

/* .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
} */

.footer-nav {
  display: flex;
  justify-content: flex-start;
}

.footer-nav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav .menu li {
  margin: 0;
}

.footer-nav .menu a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}


.footer-copy {
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}


.aci-footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
}

@media (max-width: 767px) {

  .aci-footer-top,
  .aci-footer-center,
  .aci-footer-columns,
  .aci-footer-bottom-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }

  .aci-footer-center {
    gap: 1rem;
  }

  .aci-footer-logo img {
    width: 140px;
    height: auto;
  }

  .aci-footer-contact h4,
  .aci-footer-social h4 {
    font-size: 14px;
  }

  .aci-footer-contact p {
    font-size: 14px;
  }

  .aci-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .aci-image {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 20px;
  }

  .aci-image img {
    max-width: 80%;
    height: auto;
  }

  .aci-social-icons {
    justify-content: center;
    gap: 16px;
    font-size: 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  .footer-nav {
    justify-content: center;
  }

  .footer-nav .menu {
    flex-direction: column;
    gap: 12px;
  }

  .footer-copy {
    text-align: center;
    white-space: normal;
    font-size: 13px;
    margin-top: 1rem;
  }

  .aci-footer-bottom {
    padding: 1.5rem 1rem;
  }
}


@media (min-width: 768px) {
  .aci-app-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .aci-app-text {
    max-width: 50%;
  }

  .aci-app-image {
    max-width: 50%;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }

  .aci-footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .aci-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* .aci-footer-center {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  } */

  .aci-footer-columns {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
  }

  .aci-footer-contact,
  .aci-footer-social {
    text-align: left;
  }
}

/* privacy */
.iubenda_fluid_policy {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}

/* dettaglio podcast*/
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #002060;
  margin-bottom: 1.5rem;
}

.podcast-table-section {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.podcast-table-section h2 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 0.14px;
  color: #00205B;
  border-bottom: none;

}

.podcast-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.podcast-table thead th {
  text-align: left;
  padding: 12px;
  color: #002060;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid #002060;
}

.podcast-table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #1a1a1a;
  vertical-align: middle;
  color: #64a0ff;
}

.podcast-table .td-button {
  text-align: right;
}

.listen-btn {
  background-color: #003da5;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 4px 4px 14px;
  border-radius: 100px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.listen-btn:hover {
  background-color: #003da5;
  color: #fff;
  text-decoration: underline;
}

.arrow {
  font-size: 12px;
}

/* PODCAST HEADER DETAIL*/
/* .podcast-hero {
  background: linear-gradient(to bottom right, #002f63, #003a7f);
  padding: 40px 20px;
  color: white;
  font-family: 'Open Sans', sans-serif;
} */

.content-post-detail {
  display: flex;
}

.podcast-hero {
  /* width: 100vw; */
  /* min-height: 100vh; */
  background: linear-gradient(to bottom right, #002f63, #003a7f);
  padding: 40px 20px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;

  /* display: flex; */
  justify-content: center;
  align-items: center;
}


.podcast-hero-container {
  /* display: flex; */
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.podcast-image img {
  /* border-radius: 20px;
  width: 300px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); */

  width: 100%;
  border-radius: 20px !important;
  /* padding: 20px; */

}

.podcast-content {
  flex: 1;
  min-width: 280px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* height: 100%; */
  /* text-align: center; */
}

.breadcrumb {
  /* font-size: 14px;
  color: #b3c5e2;
  margin-bottom: 10px; */

  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

}

.breadcrumb .breadcrumb_last {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;


}

.breadcrumb a {
  color: #b3c5e2;
  text-decoration: none;
}

.breadcrumb strong {
  color: white;
}

.podcast-content h1 {
  /* font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px; */

  font-family: Source Sans Pro;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;

}

.podcast-table-section .podcast-meta {
  /* font-size: 14px;
  color: #b3c5e2;
  margin-bottom: 20px; */

  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.14px;
  color: #fff;
}

.podcast-table-section .podcast-content p {
  /* font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px; */

  font-family: Open Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.14px;
  color: #fff;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background: white;
  color: #003da5;
  text-decoration: none;
  transition: background 0.3s ease;

  gap: 14px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 22px;
  border-radius: 100px;

  font-family: Open Sans;
  font-weight: 700;
  font-size: 28px;
  line-height: 20.8px;
  letter-spacing: 0px;

  margin-top: 20px;
  width: max-content;

}

.cta-button:hover {
  background: #e6ecf5;
}

.play-icon {
  /* display: inline-block;*/
  background: #00205B !important;
  color: white;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 15px;
  /* line-height: 24px;  */

  width: 16;
  height: 18;
  top: 19.5px;
  left: 249px;


}

.podcast-table .icon {
  /* display: inline-block;*/
  background: #fff !important;
  color: #00205B;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px;
  /* line-height: 24px;  */

  top: 19.5px;
  left: 249px;


}

@media (max-width: 768px) {
  .content-post-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .podcast-content {
    width: 100%;
  }

  .cta-button {
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .podcast-table thead {
    display: none;
  }

  .podcast-table,
  .podcast-table tbody,
  .podcast-table tr,
  .podcast-table td {
    display: block;
    width: 100%;
  }

  .podcast-table tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    background-color: #fff;
  }

  .podcast-table td {
    padding: 0.5rem 0;
    border: none;
    text-align: center;
  }

  .section-title {
    text-align: center;
  }

  .podcast-table td:nth-child(1)::before {
    content: "Data: ";
    font-weight: bold;
  }

  .podcast-table td:nth-child(2)::before {
    content: "Titolo: ";
    font-weight: bold;
  }

  .podcast-table td:nth-child(3)::before {
    content: "Durata: ";
    font-weight: bold;
  }

  .podcast-table td:nth-child(4)::before {
    content: " ";
  }
}


/* FINE PODCAST HEADER DETAIL*/

/* #sticky-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00205B;
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sticky-player audio {
  width: 300px;
} */

.player-bar.fixed {
  position: fixed;
  bottom: 50px;
  left: 20px;
  right: 20px;

  /* width: 100%; */
  z-index: 9999;
}

/* 🔽 Mobile styles */
@media (max-width: 767px) {
  .player-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    font-size: 14px;
    border-radius: 1rem;
  }

  .player-bar.fixed {
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
}

.risultati_ricerca {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;

}

.input-search {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 20px !important;
  border-radius: 100px !important;
  border-width: 1px !important;
  border: 1px solid var(--Blu, #00205B) !important;
  background-color: #fff;
  margin-right: 20px;
}

.btn-search {
  width: 150.03px;
  height: 44px;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #00205B;
  color: #ffffff;
  gap: 10px;
  /* non ha effetto diretto sul bottone, ma va bene se usi icone interne */
  transform: rotate(-0.03deg);
  /* simulazione "angle: -0.03 deg" */
}

.btn-search:hover {
  width: 150.03px;
  height: 44px;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #3A6CCC;
  color: #ffffff;
  gap: 10px;
  /* non ha effetto diretto sul bottone, ma va bene se usi icone interne */
  transform: rotate(-0.03deg);
  /* simulazione "angle: -0.03 deg" */
}

.label-ricerca {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00205B;
}

.search-wrapper {
  gap: 0.5rem;
}

.search-input {
  border: none !important;
  border-bottom: 2px solid white !important;
  background: transparent !important;
  color: white !important;
  padding: 0.2rem 0.5rem;
  outline: none;
  width: 200px;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-icon {
  cursor: pointer;
  color: white;
}

#search-submit,
#search-close {
  /* background: none; */
  background: none;
  border: 1px solid #fff;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

.search-input {
  border: none !important;
  border-bottom: 2px solid white !important;
  background: transparent !important;
  color: white !important;
  padding: 0.2rem 0.5rem;
  outline: none;
  width: 200px;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-icon {
  cursor: pointer;
  color: white;
}

#search-submit,
#search-close {
  background: none;
  border: 1px solid #fff;
  cursor: pointer;
  color: white;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 100px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.search-input-custom {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: Regular;
  line-height: 24px;
  letter-spacing: 0%;
  background: transparent;
  border: none;
  color: white;
  padding: 0.5rem 0;
  width: 300px;
  font-size: 1rem;
  outline: none;

  opacity: 1;
  left: 44px;
  border-bottom-width: 0.5px;

  border-bottom: 0.5px solid #FFFFFF
}

.search-input-custom::placeholder {
  color: white;
  opacity: 0.8;
}

.btn-search-custom {
  display: flex;
  align-items: center !important;
  background-color: white !important;
  color: #00205B !important;
  border: none !important;
  padding: 0.5rem 1.2rem !important;
  font-weight: 700;
  font-size: 1rem !important;
  gap: 4px;
  opacity: 1;
  padding-top: 16px !important;
  padding-right: 22px !important;
  padding-bottom: 16px !important;
  padding-left: 25px !important;
  border-radius: 100px !important;
  height: 40px !important;
}

.btn-search-custom svg {
  stroke: #00205B;
  margin-left: 0.5rem;
}

.btn-search-custom:hover {
  background-color: #e6e6e6;
}

/* @media (min-width: 992px) {
	.it-header-center-wrapper .it-header-center-content-wrapper .btn-search-custom {
		border-radius: 24px;
		display: block;
		background: #fdfbf7;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 16px;
		transition: all 0.3s;
	}
} */

.input-search {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 20px !important;
  border-radius: 100px !important;
  border-width: 1px !important;
  border: 1px solid var(--Blu, #00205B) !important;
  background-color: #fff;
  margin-right: 20px;
}

.btn-search {
  border: none;
}


.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-box {
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0, 98, 255, 0.4); */
  background: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 17.2px 0px #214C9E29;
  text-align: left;
}

.info-box a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.14px;

}

/* .info-box p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0.14px;
} */

.info-box.image-box {
  padding: 0;
  /* max-height: 280px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: auto;
  max-height: 100%;
  position: relative;
}

.info-box.image-box img {
  max-width: 100%;
  max-height: 100%;
  /* width: auto; */
  /* height: auto; */
  /* object-fit: contain; */
  /* display: block; */
  position: absolute;
}

.text-box h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: Bold;
  font-size: 29px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;


}

.text-box p {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: Italic;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #232323;

}

.info-box .role {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #214C9E;

}

.info-box blockquote {
  margin: 0;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
}

.info-box {
  flex: 1 1 50%;
  box-sizing: border-box;
}

.text-box {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  max-height: none;
}

/* Responsive per mobile */
@media (max-width: 768px) {
  .info-row {
    flex-direction: column;
  }

  .info-box {
    flex: 1 1 100%;
  }

  .image-box img {
    height: auto;
  }
}

/* Responsive Breakpoint */
@media (max-width: 768px) {

  .speaker-section {
    padding: 10px;
  }

  .info-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .info-box {
    width: 100%;
  }

  .image-box {
    height: 280px !important;
  }

  .info-box img {
    object-fit: cover !important;
    height: 100% !important;
    position: relative !important;
  }

  .info-box.image-box img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Riordina la griglia: immagine - testo, immagine - testo */
  .info-grid>.info-box:nth-child(1),
  .info-grid>.info-box:nth-child(4),
  .info-grid>.info-box:nth-child(5) {
    order: 2;
    /* testo */
  }

  .info-grid>.info-box:nth-child(2),
  .info-grid>.info-box:nth-child(3),
  .info-grid>.info-box:nth-child(6) {
    order: 1;
    /* immagine */
  }

  .info-grid>.info-box:nth-child(1) {
    order: 2;
  }

  .info-grid>.info-box:nth-child(2) {
    order: 1;
  }

  .info-grid>.info-box:nth-child(3) {
    order: 3;
  }

  .info-grid>.info-box:nth-child(4) {
    order: 4;
  }

  .info-grid>.info-box:nth-child(5) {
    order: 6;
  }

  .info-grid>.info-box:nth-child(6) {
    order: 5;
  }

  /* Optional: migliora la leggibilità dei testi */
  /* .info-box.text-box {
    padding: 10px;
    background-color: #f9f9f9;
  }

  .info-box .number {
    font-weight: bold;
    font-size: 1.2em;
  }

  .info-box h3 {
    font-size: 1.1em;
    margin: 5px 0;
  }

  .info-box p {
    font-size: 1em;
    margin: 0;
  } */

}

.navbar .navbar-collapsable {
  z-index: 10;
}

.aci.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
  background-color: #00296b !important;
}