
            /* :: Import Fonts */
            @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
            @import url(css/bootstrap.min.css);
            @import url(css/classy-nav.css);
            @import url(css/animate.css);
            @import url(css/owl.carousel.css);
            @import url(css/font-awesome.min.css);

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

    /* Poi il resto del tuo codice... */
    body {
        font-family: 'Montserrat', sans-serif;
    }
          

              .Montserratbold, h1, h2, strong {
                  font-family: 'Montserrat', sans-serif !important;
                  font-weight: 700 !important; /* Forza il Grassetto */
              }

              .Montserratmedium, p, span {
                  font-family: 'Montserrat', sans-serif !important;
                  font-weight: 500 !important; /* Forza il Medium */
              }

              .Montserratregular {
                  font-family: 'Montserrat', sans-serif !important;
                  font-weight: 400 !important; /* Forza il Normale */
              }
            /* :: Import All CSS */
            /* :: Base CSS */
            * {
              margin: 0;
              padding: 0; }

            body {
              font-family: "Montserrat";
              background-color: white; }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
              color: #000000;
              font-weight: 500;
              line-height: 1.3;
              font-family: "Montserrat"; }

            p {
              color: #000000;
              font-size: 16px;
              line-height: 1.4;
              font-family: "Montserrat"; }

            a {
              -webkit-transition-duration: 500ms; 
              transition-duration: 500ms;
              text-decoration: none;
              outline: none;
              font-size: 18px;
              font-family: "Montserrat";
              color: #000000; }
              a:hover, a:focus {
                font-family: "Montserrat";
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                text-decoration: none;
                outline: none;
                font-size: px; }

            #preloader {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              -ms-grid-row-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              background-color: #0d0d0d;
              position: fixed;
              width: 100%;
              height: 100%;
              z-index: 1000000; }

            #original-load {
              width: 70px;
              height: 70px;
              border-radius: 50%;
              border: 3px;
              border-style: solid;
              border-color: transparent;
              border-top-color: #f1f1f1;
              -webkit-animation: original 2400ms linear infinite;
              animation: original 2400ms linear infinite;
              z-index: 999; }
              #original-load:before {
                content: "";
                position: absolute;
                top: 7.5px;
                left: 7.5px;
                right: 7.5px;
                bottom: 7.5px;
                border-radius: 50%;
                border: 3px;
                border-style: solid;
                border-color: transparent;
                border-top-color: #f1f1f1;
                -webkit-animation: original 2700ms linear infinite;
                animation: original 2700ms linear infinite; }
              #original-load:after {
                content: "";
                position: absolute;
                top: 20px;
                left: 20px;
                right: 20px;
                bottom: 20px;
                border-radius: 50%;
                border: 3px;
                border-style: solid;
                border-color: transparent;
                border-top-color: #f1f1f1;
                -webkit-animation: original 1800ms linear infinite;
                animation: original 1800ms linear infinite; }

            @-webkit-keyframes original {
              0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
              100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg); } }
            @keyframes original {
              0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
              100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg); } }
            ul,
            ol {
              margin: 0; }
              ul li,
              ol li {
                list-style: none; }

            img {
              height: auto;
              max-width: 100%; }

            .mt-15 {
              margin-top: 15px; }

            .mt-30 {
              margin-top: 30px; }

            .mt-50 {
              margin-top: 50px; }

            .mt-70 {
              margin-top: 70px; }

            .mt-100 {
              margin-top: 100px; }

            .mb-15 {
              margin-bottom: 15px; }

            .mb-30 {
              margin-bottom: 30px; }

            .mb-50 {
              margin-bottom: 50px; }

            .ml-15 {
              margin-left: 15px; }

            .ml-30 {
              margin-left: 30px; }

            .mr-15 {
              margin-right: 15px; }

            .mr-30 {
              margin-right: 30px; }

            .mb-70 {
              margin-bottom: 70px; }

            .mb-100 {
              margin-bottom: 100px; }

            .bg-img {
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat; }

            .bg-transparent {
              background-color: transparent; }

            .font-bold {
              font-weight: 700; }

            .font-light {
              font-weight: 300; }

            .height-400 {
              height: 400px !important; }

            .height-500 {
              height: 500px !important; }

            .height-600 {
              height: 600px !important; }

            .height-700 {
              height: 700px !important; }

            .height-800 {
              height: 800px !important; }

            .section-padding-100 {
              padding: 100px 0; }

            .section-padding-50 {
              padding: 50px 0; }

            .section-padding-50-0 {
              padding: 50px 0 0 0; }

            .section-padding-100-70 {
              padding: 100px 0 70px; }

            .section-padding-100-50 {
              padding: 100px 0 50px; }

            .section-padding-100-0 {
              padding: 100px 0 0; }

            .section-padding-0-100 {
              padding: 0 0 100px; }

            .section-padding-100-20 {
              padding: 100px 0 20px 0; }

            #scrollUp {
              bottom: 60px;
              right: 60px;
              font-size: 13px;
              text-align: center;
              color: #878787;
              letter-spacing: 2px;
              border-bottom: 2px solid #878787;
              -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
              text-transform: uppercase;
              padding: 5px 10px;
              line-height: 1; }
              #scrollUp:hover {
                color: #30336b;
                border-color: #30336b; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                #scrollUp {
                  bottom: 30px;
                  right: 30px; } }
              @media only screen and (max-width: 767px) {
                #scrollUp {
                  bottom: 30px;
                  right: 30px; } }

            .bg-gray {
              background-color: #f1f1f1; }

            .background-overlay {
              position: relative;
              z-index: 2; }
              .background-overlay:after {
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
                background-color: rgba(0, 0, 0, 0.6); }
              
            .language-switcher{
              margin-left: 0;
              
            }

            .original-btn {
              position: relative;
              z-index: 1;
              padding: 0 30px;
              min-width: 175px;
              height: 60px;
              border: 1px solid;
              border-color: #dcdcdc;
              font-size: 14px;
              border-radius: 0;
              line-height: 59px;
              text-transform: uppercase;
              letter-spacing: 3px;
              font-family: "Montserrat", sans-serif;
              box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
              color: #000000; }
              .original-btn:hover, .original-btn:focus {
                font-family: "Montserrat", sans-serif;
                color: #ffffff;
                border-color: #30336b;
                background-color: #30336b; }


                .lang-item img {
                width: 30px;
                height: 20px;
                margin-left: 25px;
              
              
            }

            /* :: logo */

    /* --- BASE & LOGO --- */


    .logo-wrapper {
        padding: 50px 0; /* Margine generoso sopra e sotto */
        text-align: center;
        background: #fff;
    }
    .main-logo {
        max-height: 140px; /* Logo grande su desktop */
        width: auto;
    }

    /* --- NAV BAR --- */
    .nav-container {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    .nav-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        height: 100px;
    }

    /* --- BANDIERE TONDE --- */
    .language-box { 
      display: flex; 
      gap: 22px; 
      margin-left: 10px;
    }
    .flag-circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        border: 1px solid #000000;
        display: block;
    }
    .it { background-image: url('img/core-img/flags:it.png'); }
    .fr { background-image: url('img/core-img/flags:fr.png'); }
    .en { background-image: url('img/core-img/flags:us.png'); }

    /* --- MENU DESKTOP --- */
    .nav-menu { list-style: none; display: flex; margin: 0; padding: 0; }
    .nav-menu > li { margin-left: 30px; position: relative; }
    .nav-menu > li > a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        text-decoration: none;
    }

    /* --- DROPDOWN (Fix per lo screenshot) --- */
    .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        min-width: 200px;
        display: none; /* Nasconde per default */
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        list-style: none;
        padding: 10px 0;
        z-index: 1001;
    }
    .sub-menu li a {
        padding: 10px 20px;
        display: block;
        color: #333;
        text-decoration: none;
        font-size: 13px;
    }
    .has-dropdown:hover .sub-menu { display: block; } /* Mostra solo al passaggio */

    /* --- MOBILE RESPONSIVE --- */
    .menu-toggle { 
      display: none; 
      background: none; 
      border: none; 
      cursor: pointer; 
      margin-right: 10px;
    }
    .menu-toggle span { 
      display: block; 
      width: 35px; 
      height: 4px; 
      background: #333; 
      margin: 6px 0; 
    }

    @media (max-width: 991px) {
        .menu-toggle { display: block; }
        .nav-menu {
            display: none; /* Nasconde menu su mobile */
            position: absolute; top: 70px; left: 0; width: 100%;
            background: #fff; flex-direction: column; padding: 20px;
            border-bottom: 1px solid #eee;
        }
        .nav-menu.active { display: flex; }
        .nav-menu li { margin: 10px 0; }
        .sub-menu { position: static; box-shadow: none; display: block; padding-left: 20px; }
        .main-logo { max-height: 70px; }
    }
            /* -------TEST---------*/


            /* Stile base per il logo (Desktop) */
      .original-logo img {
          max-width: 500px; /* Imposta la grandezza massima che vuoi su PC */
          height: auto;
          transition: all 0.3s ease; /* Rende il cambio di dimensione fluido */
      }

      /* Tablet (schermi sotto i 992px) */
      @media (max-width: 991px) {
          .original-logo img {
              max-width: 400px; 
          }
      }

      /* Mobile (schermi sotto i 768px) */
      @media (max-width: 767px) {
          .original-logo img {
              max-width: 300px; /* Qui si rimpicciolisce sensibilmente per il cellulare */
          }
      }

      /* Mobile Small (schermi sotto i 480px) */
      @media (max-width: 479px) {
          .original-logo img {
              max-width: 200px; /* Molto piccolo per telefoni stretti */
          }
      }

      /* --- FIX MENU APERTO --- */

    /* Nascondi i sottomenu di default */
    .dropdown-list, .sub-menu {
        display: none; 
        list-style: none;
        padding-left: 20px; /* Rientro per far capire che sono sotto-voci */
    }

    /* Mostra il sottomenu solo quando aggiungiamo la classe 'open' via JS */
    .nav-links li.open .dropdown-list, 
    .nav-links li.open .sub-menu {
        display: block !important;
    }

    /* Su Desktop: mostrali al passaggio del mouse */
    @media (min-width: 992px) {
        .has-dropdown:hover .dropdown-list {
            display: block !important;
            position: absolute; /* Li fa "volare" sopra il resto senza spostare i tasti */
            background: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            min-width: 200px;
            z-index: 999;
        }
        .dropdown-list { padding-left: 0; }
    }

    /* --- FIX BANDIERINE --- */
    .flag-circle {
        display: inline-block;
        width: 35px; /* Dimensione che volevi */
        height: 35px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background-size: cover;
        background-position: center;
        margin-right: 10px;
    }

            /* :: logo  e nav end  */

            /* --- HERO AREA --- */
    .hero-area {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 0 !important; /* Rimuove spazio sotto */
        padding-bottom: 0 !important;
    }

    .single-hero-slide {
        height: 100vh; /* Altezza piena dello schermo */
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center; /* Centra in verticale */
        justify-content: center; /* Centra in orizzontale */
        position: relative;
    }

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); /* Scurisce la foto */
    }

    /* --- ANIMAZIONE SCRITTA --- */
    .hero-title {
        opacity: 0;
        transform: translateY(50px);
        transition: all 1s ease-in-out;
        z-index: 10;
        text-align: center; /* Allinea testo */
    }

    /* Appare solo quando la slide ha la classe .active */
    .owl-item.active .hero-title {
        opacity: 1;
        transform: translateY(0);
    }

    .hero-title a {
        font-family: 'Montserrat', sans-serif;
        font-size: 60px; /* Grande su desktop */
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
    }

    /* RESPONSIVE SCRITTA */
    @media (max-width: 767px) {
        .hero-title a {
            font-size: 15px !important; /* Più piccola su mobile */
            letter-spacing: 1px;
        }
        .hero-title {
    line-height: 0.7; 
    margin-bottom: 10px; 
  }
    }

    /* --- DOTS (PALLINI) --- */
    .owl-dots {
        position: absolute !important;
        bottom: 30px !important;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 20 !important;
    }

    .owl-dot {
        display: inline-block;
        height: 12px !important;
        width: 12px !important;
        background: rgba(255, 255, 255, 0.4) !important;
        border-radius: 50%;
        margin: 0 5px !important;
        border: none !important;
    }

    .owl-dot.active {
        background: #ffffff !important;
        transform: scale(1.3);
    }

    /* Nasconde frecce per sicurezza */
    .owl-nav {
        display: none !important;
    }

    /* FIX SPAZIO SUCCESSIVO DIV */
    .hero-area + div, 
    .hero-area + section {
        margin-top: 0 !important;
    }


            
            
            /* :: Header Area CSS */
            .header-area {
              position: relative;
              width: 100%;
              z-index: 100;
              -webkit-transition-duration: 500ms;
              transition-duration: 500ms; }
              .header-area .top-header {
                height: 50px; }
                @media only screen and (max-width: 767px) {
                  .header-area .top-header {
                    height: 50px; } }
                @media only screen and (min-width: 576px) and (max-width: 767px) {
                  .header-area .top-header {
                    height: 50px; } }
                .header-area .top-header .top-social-area {
                  text-align: right; }
                  @media only screen and (max-width: 767px) {
                    .header-area .top-header .top-social-area {
                      text-align:  center; } }
                  .header-area .top-header .top-social-area a {
                    display: inline-block;
                    padding: 5px 15px;
                    color: #000000;
                    font-size: 13px; }
                    .header-area .top-header .top-social-area a:hover, .header-area .top-header .top-social-area a:focus {
                      color: #30336b; }
                    @media only screen and (min-width: 768px) and (max-width: 991px) {
                      .header-area .top-header .top-social-area a {
                        padding: 5px 7px; } }
                    @media only screen and (max-width: 767px) {
                      .header-area .top-header .top-social-area a {
                        padding: 5px 7px; } }
                    @media only screen and (min-width: 576px) and (max-width: 767px) {
                      .header-area .top-header .top-social-area a {
                        padding: 5px 4px; 
                      height: 60%} }
              .header-area .logo-area {
                height: 200px;
                border-top: 1px solid #e1e1e1;
                border-bottom: 1px solid #e1e1e1; }
                @media only screen and (max-width: 767px) {
                  .header-area .logo-area {
                    height: 130px; } }
              .header-area .original-nav-area {
                height: 100px; 
                
              }
                @media only screen and (max-width: 767px) {
                  .header-area .original-nav-area {
                    height: 60px; 
                    margin: 20px;
                  } 
                  }
                .header-area .original-nav-area .subscribe-btn a {
                  display: inline-block;
                  min-width: 140px;
                  height: 40px;
                  background-color: #0d0d0d;
                  color: #ffffff;
                  border-radius: 0;
                  font-size: 12px;
                  text-transform: uppercase;
                  line-height: 40px;
                  padding: 0; }
                  .header-area .original-nav-area .subscribe-btn a:hover, .header-area .original-nav-area .subscribe-btn a:focus {
                    background-color: #30336b; }
                .header-area .original-nav-area .classynav ul li a {
                  text-transform: uppercase;
                  height: 60%;
                }
                  .header-area .original-nav-area .classynav ul li a:focus, .header-area .original-nav-area .classynav ul li a:hover {
                    color: #000000; }
                .header-area .original-nav-area .classy-nav-container {
                  background-color: transparent; }
                .header-area .original-nav-area .classy-navbar {
                  height: 100px;
                  padding: 0; }
                  @media only screen and (max-width: 767px) {
                    .header-area .original-nav-area .classy-navbar {
                      height: 50px;
                      margin-bottom: 50px;
                      
                    } }
              .header-area .is-sticky .original-nav-area {
                background-color: #ffffff;
                margin-top: 0;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
                position: fixed;
                width: 100%;
                height: 60px;
                top: 0;
                left: 0;
                right: 0;
                z-index: 900; }
                .header-area .is-sticky .original-nav-area .classy-navbar {
                  height: 70px; }

            #breakingNewsTicker.ticker {
              width: 100%;
              text-align: center;
              position: relative;
              overflow: hidden; }
              #breakingNewsTicker.ticker ul {
                width: 100%;
                position: relative; }
                #breakingNewsTicker.ticker ul li {
                  display: none;
                  width: 100%; }
                  #breakingNewsTicker.ticker ul li a {
                    color: #000000;
                    font-size: 14px;
                    text-transform: uppercase; }
                    #breakingNewsTicker.ticker ul li a:hover {
                      color: #30336b; }

            .modal-backdrop.show {
              opacity: .8 !important; }

            .subscribe-newsletter-area .modal-content {
              border-radius: 0; }
              .subscribe-newsletter-area .modal-content .modal-body {
                padding: 70px; }
                @media only screen and (max-width: 767px) {
                  .subscribe-newsletter-area .modal-content .modal-body {
                    padding: 40px 30px; } }
                .subscribe-newsletter-area .modal-content .modal-body .title {
                  font-size: 18px;
                  margin-bottom: 20px; }
                .subscribe-newsletter-area .modal-content .modal-body .newsletterForm {
                  position: relative;
                  z-index: 1; }
                  .subscribe-newsletter-area .modal-content .modal-body .newsletterForm input {
                    width: 100%;
                    height: 60px;
                    border: 1px solid #787878;
                    font-size: 14px;
                    font-family: "Montserrat", sans-serif;
                    -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
                    font-style: italic;
                    margin-bottom: 15px;
                    padding: 0 30px; }
                    .subscribe-newsletter-area .modal-content .modal-body .newsletterForm input:focus {
                      border: 1px solid #000000; }
                  .subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type="submit"] {
                    background-color: #ffffff; }
                    .subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type="submit"]:hover {
                      background-color: #30336b;
                      color: #ffffff; }
            .subscribe-newsletter-area .close {
              position: absolute;
              top: -30px;
              right: 0;
              background-color: red !important;
              width: 30px;
              height: 30px;
              color: #ffffff;
              font-weight: 400; }
              .subscribe-newsletter-area .close:hover {
                color: #ffffff; }

            /* :: Hero Slides Area CSS */
            .hero-slides {
              position: relative;
              z-index: 1;
              }
              .hero-slides .single-hero-slide {
                position: relative;
                z-index: 1;
                height: 730px; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .hero-slides .single-hero-slide {
                    height: 500px; } }
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                  .hero-slides .single-hero-slide {
                    height: 450px; } }
                @media only screen and (max-width: 767px) {
                  .hero-slides .single-hero-slide {
                    height: 400px;} }
                .hero-slides .single-hero-slide .slide-content {
                  display: none; }
                  .hero-slides .single-hero-slide .slide-content .post-tag {
                    margin-bottom: 5px;
                    display: block; }
                    .hero-slides .single-hero-slide .slide-content .post-tag a {
                      display: inline-block;
                      padding: 12px 20px 12px;
                      background-color: rgba(83, 1, 1, 0.7);
                      border-radius: 2px;
                      text-transform: uppercase;
                      letter-spacing: 2px;
                      font-size: 10px;
                      color: #ffffff; }
                  .hero-slides .single-hero-slide .slide-content h2 a {
                    font-size: 38px;
                    display: inline-block;
                    padding: 12px 20px 12px;
                    background-color: rgba(83, 1, 1, 0.7);
                    border-radius: 0;
                    text-transform: uppercase;
                    color: #ffffff;
                    margin-bottom: 0; }
                    @media only screen and (min-width: 992px) and (max-width: 1199px) {
                      .hero-slides .single-hero-slide .slide-content h2 a {
                        font-size: 32px;
                      padding: 12px 20px 12px; } }
                    @media only screen and (min-width: 768px) and (max-width: 991px) {
                      .hero-slides .single-hero-slide .slide-content h2 a {
                        font-size: 28px;
                      padding: 12px 20px 12px; } }
                    @media only screen and (max-width: 767px) {
                      .hero-slides .single-hero-slide .slide-content h2 a {
                        font-size: 16px;
                        padding: 12px 20px 12px; } }
              .hero-slides .center .single-hero-slide .slide-content {
                display: block; }
              .hero-slides .owl-nav .owl-prev,
              .hero-slides .owl-nav .owl-next {
                background-color: #cbcbcb;
                top: 50%;
                margin-top: -20px;
                width: 40px;
                height: 40px;
                left: 7%;
                position: absolute;
                z-index: 20;
                text-align: center;
                font-size: 20px;
                color: #ffffff;
                line-height: 42px;
                border-radius: 5px;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms; }
                .hero-slides .owl-nav .owl-prev:hover, .hero-slides .owl-nav .owl-prev:focus,
                .hero-slides .owl-nav .owl-next:hover,
                .hero-slides .owl-nav .owl-next:focus {
                  background-color: #0d0d0d;
                  color: #ffffff; }
              .hero-slides .owl-nav .owl-next {
                left: auto;
                right: 7%; }

                /* Selezione */
                

      /* Gestione dell'immagine */
      /* Stile base del titolo */
      .selezione .title {
          font-size: 30px; 
          color: #000; 
          text-align: center; 
          line-height: 1.2;
          padding: 20px;
          margin-bottom: 100px;
          margin: 0;
      }

      /* --- LOGICA SMART RESPONSIVE --- */

      /* TABLET (iPad e simili - tra 768px e 1024px) */
      @media (min-width: 768px) and (max-width: 1024px) {
          .selezione .title {
              font-size: 26px; /* Leggermente più piccolo per equilibrio */
              padding: 15px;
          }
          .selezione .col-md-10 {
              padding-left: 15px !important; /* Un po' di respiro sui lati su tablet */
              padding-right: 15px !important;
          }
      }

      /* MOBILE (Sotto i 767px) */
      @media (max-width: 767px) {
          .selezione .title {
              font-size: 22px;
              padding: 10px;
          }
          /* Forza a toccare i bordi solo su smartphone */
          .selezione .col-12 {
              padding-left: 0 !important;
              padding-right: 0 !important;
              margin-bottom: 80px;
          }
      }

      /* DESKTOP (Sopra i 1025px) */
      @media (min-width: 1025px) {
          .selezione {
              padding: 40px 0;
          }
      }


      /* --- FLASH BLOG STYLE --- */

      /*  ------ titolo inser ----*/
      /* Container principale */
    .titolo-inser-wrapper {
        padding: 60px 0;
        width: 100%;
        background-color: transparent;
    }

    /* Box interno */
    .titolo-inser-box {
        text-align: center;
        width: 100%;
    }

    /* Linea decorativa superiore */
    .titolo-inser-line {
        width: 80px;
        height: 3px;
        background-color: brown;
        margin: 0 auto 30px;
    }

    /* Titolo H1 */
    .titolo-inser-headline {
        font-size: 50px;
        color: #000;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    /* Testo del paragrafo */
    .titolo-inser-text p {
        font-size: 18px;
        line-height: 1.8;
        color: #333;
        font-weight: 600; /* Effetto bold */
        max-width: 1000px; /* Impedisce al testo di allungarsi troppo su schermi giganti */
        margin: 0 auto;
        font-style: italic;
    }

    /* --- RESPONSIVE --- */

    /* Tablet */
    @media (max-width: 991px) {
        .titolo-inser-headline {
            font-size: 34px;
        }
    }

    /* Smartphone */
    @media (max-width: 767px) {
        .titolo-inser-wrapper {
            padding: 40px 15px;
        }
        
        .titolo-inser-headline {
            font-size: 28px;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .titolo-inser-text p {
            font-size: 16px;
            line-height: 1.6;
        }
    }

      /*  ------ titolo inser  end ----*/

        /*  ------ title-page ----*/

        .title-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px; /* Altezza minima del contenitore */
    padding: 20px;
    margin: 50px 0;    /* Margine sopra e sotto */
    background-color: transparent; /* O il colore che preferisci */
}

.title-page h1 {
    font-size: 50px;       /* Dimensione per Desktop */
    color: black;
    text-align: center;
    font-weight: 800;      /* Effetto Bold deciso */
    line-height: 1.1;
    margin: 0;             /* Reset del margine per gestire tutto dal div padre */
    text-transform: none;  /* Puoi mettere uppercase se lo vuoi tutto maiuscolo */
}

/* --- RESPONSIVE PER TABLET (sotto i 1024px) --- */
@media (max-width: 1024px) {
    .title-page h1 {
        font-size: 50px;
    }
    .title-page {
        margin: 30px 0;
    }
}

/* --- RESPONSIVE PER MOBILE (sotto i 768px) --- */
@media (max-width: 768px) {
    .title-page h1 {
        font-size: 38px;   /* Più piccolo per non rompere il layout su smartphone */
        line-height: 1.0;  /* Interlinea più bassa come piace a te */
    }
    .title-page {
        margin: 20px 0;
        padding: 10px;
    }
}
         /*  ------ title-page  end----*/

      

      /* --- STILE BASE (Desktop) --- */
      .flash-blog {
          background: #fff;
          margin-top: 50px;
          padding: 0px;
          height: 100%; /* Mantiene le box della stessa altezza */
      }

      .flash-blog-content .post-headline {
          font-size: 20px;
          font-weight: 700;
          color: #000;
          text-decoration: none;
          display: block;
          margin-bottom: 10px;
      }

      .flash-text {
          font-size: 14px;
          color: #444;
          line-height: 1.4;
      }

      .post-meta a {
          font-weight: 600;
          text-decoration: underline;
          font-size: 13px;
      }

      /* --- RESPONSIVE MOBILE (Sotto 767px) --- */
      @media (max-width: 767px) {
          
          /* Riduciamo lo spazio tra le due colonne */
          .row.g-2 {
              --bs-gutter-x: 0.5rem; 
          }

          .flash-blog {
              padding: 5px; /* Meno spazio interno per guadagnare larghezza */
              
          }

          /* Titolo molto più piccolo per evitare che una parola si spezzi male */
          .flash-blog-content .post-headline {
              font-size: 14px !important;
              line-height: 1.2;
              margin-bottom: 5px;
          }

          /* Il testo del paragrafo deve essere minuscolo ma leggibile */
          .flash-text {
              font-size: 11px !important;
              line-height: 1.3;
              margin-bottom: 8px;
          }

          /* Il link marrone "Contactez-nous" */
          .post-meta a {
              font-size: 10px !important;
              display: block; /* Lo mette su una riga nuova se è troppo lungo */
              word-wrap: break-word;
          }

          .mt-15 {
              margin-top: 8px !important;
          }
      }


      /* --------food-beverage-----*/
      @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Montserrat:wght@300;400;600&display=swap');

      .fb-gourmet-wrapper {
          background-color: #fff;
          font-family: 'Montserrat', sans-serif;
      }

      .fb-card-gourmet {
          background: transparent;
          transition: all 0.5s ease;
      }

      /* Gestione Immagine Slanciata (500px) */
      .fb-img-box {
          position: relative;
          height: 400px; /* Altezza editoriale */
          overflow: hidden;
          border-radius: 4px; /* Un tocco di morbidezza */
          box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Ombra leggera */
      }

      .fb-img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 1.2s cubic-bezier(0.15, 0.75, 0.5, 1);
      }

      .fb-card-gourmet:hover .fb-img-box img {
          transform: scale(1.08); /* Zoom morbido */
      }

      /* Etichetta Glassmorphism */
    .fb-label-link {
        position: absolute;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%);
        /* Sfondo bordeaux semi-trasparente */
        background-color: rgba(83, 1, 1, 0.7); 
        
        /* Correzione errore di battitura: aggiunta la 'e' in -webkit */
        -webkit-backdrop-filter: blur(10px); 
        backdrop-filter: blur(10px); /* Proprietà standard per compatibilità */
        
        padding: 20px 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);   
        text-decoration: none;
        z-index: 2;
        transition: all 0.3s ease;
    }

      .fb-label-link:hover {
          background: rgba(83, 1, 1, 0.5); /* Colore oro semi-trasparente on hover */
          text-decoration: none;
          transform: translate(-50%, -50%) scale(1.05);
      }

      .fb-category {
          font-size: 30px;
          color: #fff;
          font-weight: bold;
          letter-spacing: 4px;
          text-shadow: 0 2px 10px rgba(0,0,0,0.3);
          
      }

      /* Contenuto Testuale */
      .fb-text-box {
          padding: 20px 0;
          text-align: left;
      }

      .fb-text-box h3 {
          font-family: 'Montserrat', serif;
          font-size: 28px;
          color: #1a1a1a;
          line-height: 1.2;
          margin-bottom: 20px;
      }

      .fb-text-box h3 span {
          font-weight: 400;
          font-style: italic;
          font-family: 'Montserrat', serif;
      }

      .fb-text-box p {
          font-family: 'Montserrat', sans-serif;
          font-size: 15px;
          color: #666;
          font-weight: 300;
          line-height: 1.8;
          margin-bottom: 25px;
      }

      .fb-divider {
          width: 40px;
          border: 1px solid #d4af37; /* Dettaglio Oro */
          margin: 0;
      }

      /* --- RESPONSIVE SIMMETRICO --- */

      @media (max-width: 991px) {
          .fb-img-box {
              height: 400px; /* Riduciamo l'altezza simmetricamente */
          }
          .fb-category {
              font-size: 24px;
          }
      }

      @media (max-width: 767px) {
          .fb-img-box {
              height: 300px; /* Simmetria perfetta per schermi piccoli */
          }
          .fb-label-link {
              padding: 15px 30px;
          }
          .fb-category {
              font-size: 20px;
          }
      }

      /* --------food-beverage end-----*/



      /* -----------Visibility-------------*/
      .visibility-section {
        padding: 60px 0;
        display: flex;
        justify-content: center;
        background-color: #f8f9fa; /* Colore di sfondo della pagina per far risaltare i box */
    }

    .visibility-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1100px; 
        width: 95%;
        gap: 40px; 
    }

  .visibility-item {
    position: relative; 
    flex: 1;
    min-height: 400px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    }
    /* Colore per i TITOLI (h4) della sezione visibility */
    .visibility-inner h4 {
        color: #ffffff; /* Bianco puro */
    }

    /* Colore per i PARAGRAFI (p) della sezione visibility */
    .visibility-inner p {
        color: #cccccc; 
    }

    /* Effetto elevazione al passaggio del mouse */
    .visibility-item:hover {
        transform: translateY(-5px);
    }

      /* Immagini di sfondo specifiche */
      .item-left {
          background-image: url('img/bg-img/Business.jpg');
      }

      .item-right {
          background-image: url('img/Screenshot 2025-12-15 alle 09.10.43.png');
      }

    /* Overlay per scurire lo sfondo e leggere il testo bianco */
.visibility-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Nero al 50% di trasparenza */
    z-index: 1;
}

.visibility-inner {
    position: relative;
    z-index: 2; /* Porta il testo sopra l'overlay */
    text-align: center;
}

/* --- IL BOTTONE FLOU / NEON --- */
.btn-flou {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #00d4ff;
    border-radius: 10px;
    background: rgba(0, 212, 255, 0.1); /* Sfondo leggermente colorato */
    
    /* L'effetto Flou/Bagliore */
    backdrop-filter: blur(5px); /* Sfoca leggermente quello che c'è dietro il bottone */
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.5), 
                inset 0 0 10px rgba(0, 212, 255, 0.3);
    
    transition: all 0.4s ease;
}

.btn-flou:hover {
    background: rgba(0, 212, 255, 0.8);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.8); /* Aumenta il bagliore */
    transform: scale(1.05);
}
@media (max-width: 767px) {
  .btn-flou {
    font-size: 10px;
  }
}

      /* -----------Visibility end -------*/


            /* Blog Content Area CSS */
      .single-blog-area {
        display: flex;
        flex-direction: column;
        height: auto; /* Cambia da 100% a auto per farlo aderire al contenuto */
        margin-bottom: 50px !important; /* Dimezza lo spazio sotto il blocco */
    }
              .single-blog-area .single-blog-thumbnail {
                position: relative;
                z-index: 1; }
                .single-blog-area .single-blog-thumbnail img {
                  width: 100%; }
                  
                .single-blog-area .single-blog-thumbnail .post-date {
                  position: absolute;
                  z-index: 10;
                  left: 15px;
                  top: 15px;
                  border: 1px solid #787878;
                  background-color: #ffffff;
                  padding: 20px 8px;
                  text-align: center; }
                  .single-blog-area .single-blog-thumbnail .post-date a {
                    font-size: 24px;
                    text-transform: uppercase;
                    color: #000000;
                    line-height: 1;
                    font-family: "Montserratmedium"; }
                    .single-blog-area .single-blog-thumbnail .post-date a span {
                      display: block;
                      font-family: "Montserrat", sans-serif;
                      font-size: 11px;
                      color: #878787; }
              .single-blog-area .single-blog-content .line {
                background-color: #ffffff;
                width: 26px;
                height: 2px;
                margin-bottom: 5px; }
              .single-blog-area .single-blog-content .post-tag {
                color: #ff0000;
                font-size: 20px;
                text-transform: uppercase;
                letter-spacing: 0px;
                margin-bottom: 5px;
                display: block; }
                .single-blog-area .single-blog-content .post-tag:hover, .single-blog-area .single-blog-content .post-tag:focus {
                  color: #000000; }
              .single-blog-area .single-blog-content h4 a {
                display: inline-block;
                color: #000000;
                font-size: 24px;
                }
                .single-blog-area .single-blog-content h4 a:hover, .single-blog-area .single-blog-content h4 a:focus {
                  color: #30336b; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .single-blog-area .single-blog-content h4 a {
                    margin-bottom: 20px; } }
              .single-blog-area .single-blog-content > p {
                line-height: 2;
                margin-bottom: 20px; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .single-blog-area .single-blog-content > p {
                    margin-bottom: 30px; } }

                    /* --- Progetti sociali -----*/
                    .progetti-sociali-card-v2 {
                    background-color: rgb(233, 233, 233);
                    margin-bottom: 30px;
                    border: 1px solid rgb(173, 173, 173);
                    /*border-radius: 8px;*/
                    overflow: hidden;
                    width: 100%;
                }

                .ps-flex-container {
                    display: flex;
                    align-items: stretch;
                }

                /* DESKTOP: Immagine a sinistra rettangolare */
                .ps-img-block {
                    flex: 0 0 250px; /* Larghezza fissa su desktop */
                    position: relative;
                    margin: 0;
                }

                .ps-img-block img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }

                .ps-content-block {
                    flex: 1;
                    padding: 30px;
                }

                .ps-text {
                    font-size: 15px;
                    line-height: 1.6;
                    margin-bottom: 15px;
                }

                .ps-link-btn {
                    font-weight: 400;
                    color: #d4af37;
                    text-transform: uppercase;
                    text-decoration: none;
                    text-decoration: underline;
                }

                /* --- RESPONSIVE MOBILE (Rimpicciolimento Immagine) --- */

                @media (max-width: 767px) {
                    .ps-flex-container {
                        flex-direction: column; /* L'immagine va sopra */
                    }

                    .ps-img-block {
                        flex: 0 0 auto; /* Libera l'altezza fissa */
                        width: 100%;
                    }

                    .ps-img-block img {
                        position: relative; /* Torna nel flusso normale */
                        width: 100%;
                        height: auto; /* L'immagine si rimpicciolisce in base alla larghezza dello schermo */
                        max-height: 250px; /* Evita che diventi troppo alta se la foto originale è verticale */
                    }

                    .ps-content-block {
                        padding: 20px;
                        text-align: center;
                    }
                }
                    /* --- Progetti sociali  end -----*/




                    /* --- selezione  --- */
                    .selezione {
                        padding: 40px 0;
                        background-color: #fff;
                    }

                    .selezione-header {
                        text-align: center;
                        margin-bottom: 25px;
                    }

                    .selezione-title {
                        font-family: 'Montserrat', serif;
                        font-size: 40px;
                        color: #000000;
                        font-weight: bold;
                        text-transform: uppercase;
                        letter-spacing: 2px;
                    }

                    .selezione-img-container {
                        width: 100%;
                        height: auto;
                    }

                    .selezione-img-container img {
                        width: 100%;
                        height: auto; /* Mantiene proporzioni reali */
                        display: block;
                    }

                    /* --- RESPONSIVE MOBILE A TUTTA PAGINA --- */

                    @media (max-width: 767px) {
                        /* Rimuoviamo il padding del container solo su mobile */
                        .container.mobile-full-width {
                            max-width: 100% !important;
                            width: 100% !important;
                            padding-left: 0 !important;
                            padding-right: 0 !important;
                        }

                        .selezione-header {
                            padding: 0 15px; /* Manteniamo il testo dentro i margini */
                        }

                        .selezione-title {
                            font-size: 26px;
                        }

                        .selezione {
                            padding: 20px 0 0 0; /* Riduciamo lo spazio per l'effetto full-width */
                        }
                    }
                    /* --- selezione end  --- */




                /* --- LINGUAGGIO DESKTOP (Computer) --- */
                .single-blog-thumbnail {
                    width: 100%;
                    /* Altezza ridotta per il desktop: regola questo valore (es. 350px o 400px) */
                    height: 550px; 
                    overflow: hidden;
                    position: relative;
                }

                .single-blog-thumbnail img {
                    width: 100%;
                    height: 100%;
                    /* Fondamentale per non schiacciare l'immagine */
                    object-fit: cover; 
                    /* Puoi usare 'center' o 'top' se vuoi mostrare più la parte alta del cibo/paesaggio */
                    object-position: center; 
                }

                /* --- RESPONSIVE PER MOBILE (Smartphone) --- */
                @media (max-width: 767px) {
                    .single-blog-thumbnail {
                        /* Qui la facciamo diventare più alta come avevi chiesto prima */
                        height: 500px; 
                    }
                    
                    .single-blog-thumbnail img {
                        /* L'immagine si adatta automaticamente all'altezza mobile */
                        object-fit: cover;
                    }
                }
                    
              .single-blog-area .single-blog-content .post-meta p {
                font-size: 9px;
                text-transform: uppercase;
                margin-bottom: 0;
                letter-spacing: 1px;
                display: inline-block; }
                .single-blog-area .single-blog-content .post-meta p:first-of-type {
                  text-align: center; }
                .single-blog-area .single-blog-content .post-meta p a {
                  font-size: 13px;
                  text-transform: uppercase;
                  color: #ff0000;
                  letter-spacing: 1px;
                }
              .single-blog-area.blog-style-2 .single-blog-content > p {
                margin-bottom: 30px; }

            .single-catagory-area {
              position: relative;
              z-index: 1; }
              .single-catagory-area .catagory-title {
                background-color: #000000;
                top: 50%;
                left: 50%;
                width: 226px;
                height: 156px;
                position: absolute;
                z-index: 10;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -ms-grid-row-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms; }
                .single-catagory-area .catagory-title:hover {
                  background-color: #30336b; }
                .single-catagory-area .catagory-title a {
                  font-size: 10px;
                  color: #ffffff;
                  letter-spacing: 3px;
                  display: inline-block;
                  text-transform: uppercase; }

          /* RESET VELOCE per pulizia */
          * { margin: 0; padding: 0; box-sizing: border-box; }
          body { font-family: 'Montserrat', sans-serif; background: #fff; color: #333; }
          .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

          /* SEZIONE NEWS HERO */
          /* Container degli articoli */
      .featured-content-under {
          background: #ffffff;
          padding: 25px;
          border: 1px solid #e1e1e1;
          height: 100%;
          display: flex;
          flex-direction: column;
      }
        @media (max-width: 767px) {
            .single-blog-content p{
              font-size: 15px;
              line-height: 0.3;
            }  
                }


      /* Stile per l'area di testo con scroll (Solo Desktop) */
      @media (min-width: 992px) {
          .article-body-scroll {
              max-height: 450px; /* Altezza fissa su PC */
              overflow-y: auto;  /* Attiva lo scroll verticale */
              padding-right: 15px;
          }
      }

      /* Rimuove lo scroll su Mobile */
      @media (max-width: 991px) {
          .article-body-scroll {
              max-height: none; 
              overflow: visible;
          }
          .featured-content-under {
              margin-bottom: 40px; 
          }
          .hero-content-container .row > div:first-child {
            margin-bottom: 50px !important;
        }
      }

      
    @media (max-width: 1024px) {
        
        
        .featured-content-under {
            display: flex !important;
            flex-direction: column !important;
            height: auto !important;
            min-height: min-content !important;
        }

        
        .featured-img {
            position: relative !important;
            height: auto !important;
            max-height: 300px; 
            overflow: hidden;
            margin-bottom: 20px;
        }

        .featured-img img {
            position: relative !important;
            object-fit: cover;
        }

        
        .article-body-scroll {
            position: relative !important;
            height: auto !important;
            max-height: none !important;
            overflow: visible !important;
            padding: 0 !important;
            margin-top: 10px;
        }
    }


    @media (max-width: 991px) {
        .hero-content-container .row > div {
            margin-bottom: 60px !important; 
        }
    }

      

      /* Personalizzazione estetica della barra di scorrimento */
      .article-body-scroll::-webkit-scrollbar {
          width: 5px;
      }
      .article-body-scroll::-webkit-scrollbar-thumb {
          background: #d4af37; /* Colore oro come i tuoi tag */
          border-radius: 10px;
      }
      .article-body-scroll::-webkit-scrollbar-track {
          background: #f1f1f1;
      }

      /* Utility Tag */
      .tag.gold {
          background: #d4af37;
          color: #fff;
          padding: 2px 8px;
          font-weight: bold;
          font-size: 12px;
          margin-right: 5px;
      }


          /* Blog sector*/

          /* Stile Sezione Blog */
      .blog-section {
          padding: 30px 0;
          background-color: #f9f9f9; /* Sfondo leggermente grigio per far risaltare le card bianche */
      }

      .blog-card {
          background: #fff;
          
          overflow: hidden;
          box-shadow: 0 4px 15px rgba(0,0,0,0.05);
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          display: flex;
          flex-direction: column;
          border: 1px solid #eee;
      }

      .blog-card:hover {
          box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }

      /* Wrapper Immagine */
      .blog-img-wrapper {
          position: relative;
          height: 200px;
          overflow: hidden;
      }

      .blog-img-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.5s ease;
      }

      

      /* Etichetta Categoria sopra l'immagine */
      .blog-category {
          position: absolute;
          bottom: 10px;
          left: 10px;
          background: #d39e00; /* Il colore oro del tuo brand */
          color: #fff;
          padding: 4px 12px;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: bold;
          border-radius: 4px;
      }

      /* Contenuto Testuale */
      .blog-content {
          padding: 20px;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
      }

      .blog-title {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 15px;
          color: #222;
          line-height: 1.4;
      }

      .blog-excerpt {
          font-size: 14px;
          color: #666;
          margin-bottom: 20px;
      }

      .blog-source {
          font-size: 12px;
          color: #999;
          font-style: italic;
          margin-bottom: 15px;
      }

      /* Link "Continua a leggere" */
      .blog-read-more {
          font-size: 14px;
          font-weight: 600;
          color: #d39e00;
          text-decoration: none;
          margin-top: auto; /* Lo spinge sempre in fondo alla card */
          transition: color 0.2s;
      }

      .blog-read-more:hover {
          color: #000;
          text-decoration: underline;
      }

    /* button-business*/
    .button-business {
        background-color: #530101; /* Il tuo colore bordeaux/brown */
        color: #ffffff;
        padding: 15px 40px;
        border: 2px solid #530101;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
        transition: all 0.4s ease; /* Transizione morbida per l'hover */
        border-radius: 0; /* Angoli vivi per un look più business/luxury */
        display: inline-block;
        outline: none;
    }

    /* Effetto Hover (Oro) */
    .button-business:hover {
        background-color: #d4af37; /* Colore Oro */
        border-color: #d4af37;
        color: #ffffff;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Ombra leggera al passaggio */
        transform: translateY(-2px); /* Si alza leggermente */
    }

    /* Effetto al click (Active) */
    .button-business:active {
        transform: translateY(1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Responsive */
    @media (max-width: 767px) {
        .button-business {
            padding: 12px 30px;
            font-size: 12px;
            width: 100%; /* Su mobile occupa tutta la larghezza se necessario */
        }
    }
    /* button-business*/


          /* Partner sector*/
          
      /* Stili per la sezione partner */
      /* --- STILE PARTNER DESKTOP --- */
      .partners-section {
          padding: 60px 0;
          margin-bottom: -100px;
          background-color: #ffffff; /* Un leggero sfondo grigio per far risaltare i loghi bianchi */
      }
      .section-title {
        font-size: 28px;
      }

      .logos-grid {
          display: grid;
          /* Su Desktop: 5 colonne uguali */
          grid-template-columns: repeat(3, 1fr); 
          gap: 20px; /* Spazio tra i loghi */
          align-items: center;
          text-align: center;
      }

      .partner-item a {
          text-decoration: none;
          display: block;
          transition: transform 0.3s ease;
      }

      .partner-item a:hover {
          transform: translateY(-5px); /* Effetto elevazione al passaggio del mouse */
      }

      .partner-item img {
          max-height: 100px; /* Evita che i loghi siano troppo giganti */
          width: auto;
          margin-bottom: 10px;
        /* filter: grayscale(100%); /* Opzionale: loghi grigi, colorati solo al passaggio del mouse */
          opacity: 0.7;
          transition: 0.3s;
      }

      .partner-item a:hover img {
          filter: grayscale(0%);
          opacity: 1;
      }

      .partner-item p {
          font-size: 12px;
          color: #333;
          margin: 0;
          font-weight: 600;
      }

      /* --- RESPONSIVE MOBILE --- */

      /* Tablet (max 991px) */
      @media (max-width: 991px) {
          .logos-grid {
              grid-template-columns: repeat(3, 1fr); /* 3 loghi per riga */
              gap: 20px;
          }
      }

      /* Smartphone (max 767px) */
      @media (max-width: 767px) {
          .logos-grid {
              grid-template-columns: repeat(3, 1fr); /* 2 loghi per riga, perfetto per il mobile */
              gap: 15px;
          }
          .section-title {
            font-size: 22px;
          }

          .partner-item img {
              max-height: 80px; /* Loghi leggermente più piccoli su mobile */
          }

          .partner-item p {
              font-size: 9px; /* Testo più piccolo per stare su una riga */
              color: #333;
          }
      }


      /* Testo animato */
        /* Contenitore Principale richiesto */
       .scritte-animate {
            background-color: #0d0d0d;
            color: #ffffff;
            font-family: 'Times New Roman', Times, serif;
            padding: 20px 0;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
        }

        .scritte-animate .ticker-row {
            display: flex;
            white-space: nowrap;
            padding: 10px 0;
        }

        .scritte-animate .ticker-track {
            display: flex;
            gap: 2rem;
            padding-right: 2rem;
            /* La durata viene gestita dinamicamente dal JS tramite la variabile --duration */
            animation-duration: var(--duration, 25s); 
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }

        .scritte-animate .ticker-item {
            font-size: 2.5rem;
            line-height: 1.2;
        }

        .scritte-animate .italic-text {
            font-style: italic;
            font-weight: bold;
        }

        /* Direzione Animazioni */
        .scritte-animate .row-left .ticker-track {
            animation-name: scrollLeft;
        }

        .scritte-animate .row-right .ticker-track {
            animation-name: scrollRight;
        }

        @keyframes scrollLeft {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        @keyframes scrollRight {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }

        @media (max-width: 768px) {
            .scritte-animate .ticker-item {
                font-size: 1.6rem;
            }
            .scritte-animate .ticker-row {
                padding: 5px 0;
            }
        }
   
      /* Testo animato end */

      /* ==========================================================================
   SEZIONE: STORIE ITALIANE (Classi Dedicate)
   ========================================================================== */

.storie-italiane-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Struttura della Card */
.storie-italiane-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%; /* Sfrutta h-100 di Bootstrap */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.storie-italiane-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Gestione Immagine per col-12 e responsive */
.storie-italiane-img-wrapper {
    width: 100%;
    height: 330px; /* Altezza fissa per i blocchi */
    overflow: hidden;
    position: relative;
}

.storie-italiane-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Taglia l'immagine perfettamente senza schiacciarla su col-12 */
    transition: transform 0.4s ease;
}

.storie-italiane-card:hover .storie-italiane-img-wrapper img {
    transform: scale(1.04);
}

/* Contenuto Testuale */
.storie-italiane-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Spinge i contenuti verticalmente */
}

.storie-italiane-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.4;
    margin-bottom: 12px;
}

.storie-italiane-excerpt {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1; /* Spinge il link "Continua a leggere" sempre in fondo alla card */
}

/* Link di Azione */
.storie-italiane-read-more {
    font-size: 0.9rem;
    color: #caa41c;
    text-decoration: none;
    font-weight: 600;
    align-self: flex-start; /* Impedisce al link di allargarsi su tutta la riga */
    transition: color 0.2s ease;
}

.storie-italiane-read-more:hover {
    color: #002d62;
    text-decoration: underline;
}

/* Spaziatura per la classe mb-6 usata nella griglia */
.mb-6 {
    margin-bottom: 30px;
}

/* Ottimizzazione Mobile (sotto i 768px) */
@media (max-width: 767px) {
    .storie-italiane-img-wrapper {
        height: 210px; /* Abbassa leggermente l'immagine sui telefoni per proporzione */
    }
}

 /* Storie page*/
 /* ==========================================================================
   SEZIONE: STORIE ITALIANE PAGE (Layout da Schizzo)
   ========================================================================== */

.storie-italiane-page {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
    color: #333333;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* --- TITOLO --- */
.storie-italiane-page .page-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111111;
    margin-bottom: 10px;
}

.storie-italiane-page .title-underline {
    width: 80px;
    height: 3px;
    background-color: #002d62; /* Colore istituzionale/accento */
    margin: 0 auto 50px auto;
}

/* --- TESTI --- */
.storie-italiane-page .text-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444444;
    margin-bottom: 15px;
    text-align: justify;
}

.storie-italiane-page .text-content .lead-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #222222;
    line-height: 1.6;
}

/* --- STRUTTURA IMMAGINI (GESTIONE PROPORZIONI) --- */
.storie-italiane-page .img-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    background-color: #f5f5f5;
}

.storie-italiane-page .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Impedisce alle immagini di schiacciarsi */
    display: block;
}

/* 1. Immagine Verticale (Blocco Superiore) */
.storie-italiane-page .vertical-img {
    height: 400px;
}

/* 2. Immagine Orizzontale (Blocco Centrale) */
.storie-italiane-page .horizontal-img {
    height: 300px;
}

/* 3. Immagine Quadrata (Blocco Inferiore al Centro) */
.storie-italiane-page .square-img {
    width: 280px;
    height: 420px;
}

/* --- OTTIMIZZAZIONE MOBILE --- */
@media (max-width: 767px) {
    .storie-italiane-page .page-title {
        font-size: 2rem;
    }
    
    .storie-italiane-page .vertical-img,
    .storie-italiane-page .horizontal-img {
        height: 250px; /* Altezze standard e comode per il telefono */
    }
    
    .storie-italiane-page .square-img {
        width: 100%;
        height: 250px;
    }

    .storie-italiane-page .text-content p {
        text-align: left; /* Più leggibile su schermi piccoli */
    }
}
  /* Storie page end */

          /* Curiosita page*/

        /* --- Sezione Curiosità Verticale --- */
      .curiosita-list {
          display: flex;
          flex-direction: column;
          gap: 40px; /* Spazio tra i blocchi */
          align-items: center;
          padding: 50px 0;
      }

      .curiosita-col-vertical {
          width: 100%;
          max-width: 1200px; /* Larghezza ideale per la leggibilità */
          height: 500px;    /* Altezza fissa richiesta */
          background: #ffffff;
          border: 1px solid #eeeeee;
          /*border-radius: 15px;*/
          display: flex;
          flex-direction: column;
          overflow: hidden;
          box-shadow: 0 10px 25px rgba(0,0,0,0.05);
          transition: transform 0.3s ease;
      }

      .curiosita-col-vertical:hover {
          transform: translateY(-5px);
      }

      /* Immagine fissa */
      .curiosita-img-fixed {
          width: 100%;
          height: 220px;
          flex-shrink: 0;
      }

      .curiosita-img-fixed img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }

      /* Area Testuale */
      .curiosita-content {
          padding: 25px;
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          overflow: hidden; /* Blocca il contenuto per attivare lo scroll */
      }

      .curiosita-content h3 {
          font-size: 22px;
          color: #222;
          margin: 10px 0 15px 0;
          font-weight: 700;
      }

      /* Box dello Scroll */
      .scroll-text-box {
          overflow-y: auto;
          flex-grow: 1;
          padding-right: 15px;
          margin-bottom: 15px;
      }

      .scroll-text-box p {
          font-size: 15px;
          line-height: 1.7;
          color: #555;
          text-align: justify;
      }

      /* Link a fondo blocco */
      .read-more-btn {
          font-size: 12px;
          font-weight: 600;
          color: #d39e00;
          text-decoration: none;
          align-self: flex-start;
      }

      .read-more-btn:hover {
          text-decoration: underline;
      }

      /* Scrollbar Personalizzata (Oro) */
      .scroll-text-box::-webkit-scrollbar {
          width: 5px;
      }
      .scroll-text-box::-webkit-scrollbar-track {
          background: #f9f9f9;
      }
      .scroll-text-box::-webkit-scrollbar-thumb {
          background: #d39e00;
          border-radius: 10px;
      }
      /* --- HERO NEWS STANDARD --- */
      #news-hero-standard {
          width: 100%;
          /* Rimosso position: sticky e z-index negativi */
          position: relative;
          overflow: hidden;
          margin-bottom: 40px; /* Spazio prima della sezione curiosità */
      }

      #news-hero-standard .featured-hero-img {
          /* DEFINISCI L'ALTEZZA QUI (puoi usare px o vh) */
          height: 450px; 
          
          /* GESTIONE IMMAGINE STANDARD */
          background-size: cover;      /* Copre tutto il div senza deformarsi */
          background-position: center; /* Centra l'immagine sia orizzontalmente che verticalmente */
          background-repeat: no-repeat;
          
          /* Rimosso background-attachment: fixed */
          position: relative;
          width: 100%;
      }

      /* L'overlay scuro sopra l'immagine */
      #news-hero-standard .hero-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3); /* Leggero filtro scuro per contrasto */
          z-index: 1;
      }

      /* --- RESPONSIVE MOBILE --- */
      @media (max-width: 767px) {
          #news-hero-standard .featured-hero-img {
              height: 250px; /* Più bassa su smartphone */
          }
          #news-hero-standard {
              margin-bottom: 25px;
          }
      }

      /* --- SEZIONE SUCCESSIVA (Non servono più z-index particolari) --- */
      .curiosita-section {
          background: #ffffff; /* Sfondo bianco standard */
          padding-top: 20px;
      }
                .post-tag-content {
              position: absolute;
              width: 1140px;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
              @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .post-tag-content {
                  width: 100%; } }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .post-tag-content {
                  width: 100%; } }
              @media only screen and (max-width: 767px) {
                .post-tag-content {
                  width: 100%; } }

            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .post-sidebar-area {
                margin-top: 100px; } }
            @media only screen and (max-width: 767px) {
              .post-sidebar-area {
                margin-top: 100px; 
              align-items: center;
              } }

              /* --- RESPONSIVE MOBILE: RIMOZIONE SCROLL --- */
    @media (max-width: 767px) {
        /* Rende il blocco flessibile per mostrare tutto il contenuto */
        .curiosita-col-vertical {
            height: auto; 
            max-height: none;
        }

        /* Espande il box del testo e toglie lo scroll */
        .scroll-text-box {
            height: auto;
            max-height: none;
            overflow-y: visible;
            padding-right: 0;
        }

        /* Nasconde la scrollbar esteticamente */
        .scroll-text-box::-webkit-scrollbar {
            display: none;
        }
    }


              /*------------*/

            .sidebar-widget-area {
              position: relative;
              z-index: 1;
              margin-bottom: 60px; }
              .sidebar-widget-area .search-form {
                position: relative;
                z-index: 1; }
                .sidebar-widget-area .search-form input[type="search"] {
                  width: 100%;
                  height: 40px;
                  border: none;
                  border-bottom: 1px solid #bbbec1;
                  font-size: 12px;
                  font-style: italic;
                  font-family: "Montserrat", sans-serif;
                  color: #bbbec1;
                  -webkit-transition-duration: 500ms;
                  transition-duration: 500ms; }
                  .sidebar-widget-area .search-form input[type="search"]:focus {
                    border-bottom: 1px solid #000000; }
                .sidebar-widget-area .search-form input[type="submit"] {
                  display: none; }
              .sidebar-widget-area .newsletterForm {
                position: relative;
                z-index: 1; }
                .sidebar-widget-area .newsletterForm input {
                  width: 100%;
                  height: 40px;
                  border: 1px solid #787878;
                  font-size: 13px;
                  font-family: "Montserrat", sans-serif;
                  -webkit-transition-duration: 500ms;
                  transition-duration: 500ms;
                  font-style: italic;
                  color: #b2b2b2;
                  margin-bottom: 15px;
                  padding: 0 25px; }
                  .sidebar-widget-area .newsletterForm input:focus {
                    border: 1px solid #000000; }
                .sidebar-widget-area .newsletterForm button[type="submit"] {
                  background-color: #ffffff;
                  -webkit-transition-duration: 500ms;
                  transition-duration: 500ms; }
                  .sidebar-widget-area .newsletterForm button[type="submit"]:hover {
                    background-color: #30336b; }
              .sidebar-widget-area .title {
                font-size: 18px;
                margin-bottom: 52px; }
                .sidebar-widget-area .title.subscribe-title {
                  margin-bottom: 20px; }
              .sidebar-widget-area .single-blog-post {
                margin-bottom: 25px; }
                .sidebar-widget-area .single-blog-post .post-thumbnail {
                  -webkit-box-flex: 0;
                  -ms-flex: 0 0 115px;
                  flex: 0 0 115px;
                  min-width: 115px;
                  padding-right: 15px; }
                .sidebar-widget-area .single-blog-post .post-content .post-tag {
                  color: #a1a1a1;
                  font-size: 11px;
                  text-transform: uppercase;
                  margin-bottom: 10px; }
                  .sidebar-widget-area .single-blog-post .post-content .post-tag:hover, .sidebar-widget-area .single-blog-post .post-content .post-tag:focus {
                    color: #000000; }
                .sidebar-widget-area .single-blog-post .post-content h4 {
                  margin-bottom: 10px;
                  line-height: 1; }
                  .sidebar-widget-area .single-blog-post .post-content h4 .post-headline {
                    font-size: 16px;
                    color: #000000; }
                .sidebar-widget-area .single-blog-post .post-content .post-meta p {
                  margin-bottom: 0; }
                  .sidebar-widget-area .single-blog-post .post-content .post-meta p a {
                    font-size: 11px;
                    color: #878787;
                    font-family: "Montserrat", sans-serif;
                    text-transform: uppercase; }
                    .sidebar-widget-area .single-blog-post .post-content .post-meta p a:hover, .sidebar-widget-area .single-blog-post .post-content .post-meta p a:focus {
                      color: #000000; }
              .sidebar-widget-area .tags {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-top: -5px;
                margin-left: -5px; }
                .sidebar-widget-area .tags a {
                  display: block;
                  padding: 0 35px;
                  border: 1px solid #c5c5c5;
                  font-size: 12px;
                  color: #000000;
                  height: 45px;
                  line-height: 43px;
                  margin: 5px; }
                  .sidebar-widget-area .tags a:hover, .sidebar-widget-area .tags a:focus {
                    border: 1px solid #30336b;
                    color: #ffffff;
                    background-color: #30336b; }
                  @media only screen and (min-width: 992px) and (max-width: 1199px) {
                    .sidebar-widget-area .tags a {
                      padding: 0 20px; } }
                  @media only screen and (min-width: 768px) and (max-width: 991px) {
                    .sidebar-widget-area .tags a {
                      padding: 0 15px; } }



      /*test inserzioni---------*/
      /* Importazione Font di Classe */
      @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Playfair+Display:wght@600&display=swap');

      .inserzioni-premium-wrapper {
          background-color: #fcfcfc;
      }

      /* Card Luxury */
      .inserzione-card-luxury {
          background: #fff;
          border: 1px solid #eaeaea;
          transition: all 0.4s ease;
      }

      .inserzione-card-luxury:hover {
          box-shadow: 0 15px 40px rgba(0,0,0,0.1);
          transform: translateY(-5px);
      }

      /* Immagine */
      /* Stile Desktop (Base) */
      .ins-img-container {
          position: relative;
          height: 400px; /* La tua altezza fissa per il desktop */
          overflow: hidden;
          width: 100%;
      }

      .ins-img-container img {
          width: 100%;
          height: 100%;
          object-fit: cover; /* Mantiene l'immagine centrata e riempie lo spazio */
          transition: transform 0.8s ease;
          display: block;
      }

      /* --- RESPONSIVE --- */

      /* Tablet (sotto i 991px) */
      @media (max-width: 991px) {
          .ins-img-container {
              height: 300px; /* Riduciamo l'altezza per schermi medi */
          }
      }

      /* Smartphone (sotto i 767px) */
      @media (max-width: 767px) {
          .ins-img-container {
              /* Qui l'altezza diventa fluida o più bassa per simmetria */
              height: 50%; 
              /* Opzione alternativa: se vuoi che sia perfettamente quadrata su mobile 
                puoi usare height: 70vw; (70% della larghezza schermo) */
          }
          
          .ins-content {
              padding: 25px; /* Riduciamo il padding del testo per non sprecare spazio */
          }
          
          .ins-content h3 {
              font-size: 20px; /* Titolo leggermente più piccolo */
          }
      }

      .inserzione-card-luxury:hover .ins-img-container img {
          transform: scale(1.05);
      }

      /* Badge */
      .ins-badge {
          position: absolute;
          top: 20px;
          right: 20px;
          background: #d4af37;
          padding: 5px 15px;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #333;
          font-weight: 700;
      }

      /* Contenuto */
      .ins-content {
          padding: 40px;
      }

      .ins-content h3 {
          font-family: 'Montserrat', serif;
          font-weight: bold;
          font-size: 26px;
          margin-bottom: 20px;
          color: #1a1a1a;
      }

      .ins-content p {
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          line-height: 1.8;
          color: #777;
          margin-bottom: 25px;
          font-weight: 300;
      }

      .ins-link {
          font-family: 'Montserrat', sans-serif;
          font-size: 11px;
          letter-spacing: 1px;
          color: #d4af37; /* Colore Oro */
          text-decoration: none;
          font-weight: 700;
          border-bottom: 1px solid #d4af37;
          padding-bottom: 5px;
          transition: 0.3s;
      }

      .ins-link:hover {
          color: #000;
          border-color: #000;
      }

      @media (max-width: 767px) {
        .ins-link {
          font-size: 10px;
        }
        .ins-content p {
          font-size: 12px;
          margin-bottom: 18px;
        }
        .ins-content {
          padding: 20px;
      }

      }

      /* Card CTA (Special Edition) */
      .ins-cta-card {
          height: 100%;
          min-height: 500px;
          background: linear-gradient(rgba(128,0,0,0.85), rgba(0,0,0,0.85)), url('img/bg-cta.jpg');
          background-size: cover;
          background-position: center;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          padding: 50px;
          margin-bottom: -70px;
      }

      .ins-cta-inner h4 {
          font-family: 'Montserrat', sans-serif;
          font-size: 32px;
          margin-bottom: 20px;
      }

      .btn-ins-contact {
          display: inline-block;
          margin-top: 30px;
          padding: 15px 40px;
          border: 2px solid #fff;
          border-radius: 5px;
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          letter-spacing: 2px;
          font-size: 12px;
          transition: 0.3s;
      }

      .btn-ins-contact:hover {
          background: #fff;
          color: #800000;
      }

      /*test inserzioni---------*/

            .instagram-feed-area {
              position: relative;
              z-index: 1;
              border-top: 1px solid #dcdcdc; }
              .instagram-feed-area .insta-title {
                text-align: center; }
                .instagram-feed-area .insta-title h5 {
                  margin-bottom: 0;
                  padding: 40px 0;
                  font-size: 18px; }
              .instagram-feed-area .single-insta-feed {
                position: relative;
                margin-left: 5px;
                z-index: 1;
                clear: both; }
                .instagram-feed-area .single-insta-feed .hover-effects a {
                  display: block;
                  color: #ffffff;
                  font-size: 30px;
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  z-index: 10;
                  background-color: rgba(0, 0, 0, 0.5);
                  opacity: 0;
                  visibility: hidden; }
                .instagram-feed-area .single-insta-feed:hover .hover-effects a, .instagram-feed-area .single-insta-feed:focus .hover-effects a {
                  opacity: 1;
                  visibility: visible; }

              /* Partners */
                .post-tag {
              position: relative;
              text-decoration: none;
            }

            .post-tag::before {
              content: "";
              position: absolute;
              width: 100%;
              height: 4px;
              bottom: 0;
              left: 0;
              background-color: brown;
              visibility: hidden;
              transform: scaleX(0);
              transition: all 0.3s ease-in-out;
            }

            .post-tag:hover::before {
              visibility: visible;
              transform: scaleX(1);
            }
              
              
                /* Partners end*/
              

            .breadcumb-area {
              position: relative;
              z-index: 1;
              height: 368px; }
              .breadcumb-area .breadcumb-content h2 {
                padding: 10px 15px 0;
                margin-bottom: 0;
                font-size: 48px;
                background-color: #000000;
                color: #ffffff;
                display: inline-block;
                text-transform: uppercase;
                line-height: 1; }
                @media only screen and (max-width: 767px) {
                  .breadcumb-area .breadcumb-content h2 {
                    font-size: 30px; } }

            .blog-post-author {
              position: relative;
              z-index: 1;
              padding: 70px 0;
              border-top: 1px solid;
              border-bottom: 1px solid;
              border-color: #c5c5c5; }
              .blog-post-author .author-thumbnail {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 132px;
                flex: 0 0 132px;
                min-width: 132px;
                padding-right: 20px;
                width: 112px;
                height: 112px;
                border-radius: 50%; }
                @media only screen and (max-width: 767px) {
                  .blog-post-author .author-thumbnail {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 90px;
                    flex: 0 0 90px;
                    min-width: 90px; } }
                .blog-post-author .author-thumbnail img {
                  border-radius: 50%; }
              .blog-post-author .author-info .line {
                background-color: #c8c8c8;
                width: 26px;
                height: 2px;
                margin-bottom: 20px; }
              .blog-post-author .author-info .author-role {
                color: #a1a1a1;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 3px;
                margin-bottom: 10px;
                display: block; }
              .blog-post-author .author-info h4 a {
                display: inline-block;
                color: #000000;
                font-size: 24px;
                margin-bottom: 0; }
              .blog-post-author .author-info p {
                line-height: 2;
                margin-bottom: 0;
                font-family: "Open Sans", sans-serif; }

            .single-blog-wrapper .single-blog-area .single-blog-content p {
              font-family: "Open Sans", sans-serif; }

            .comment_area {
              border-bottom: 1px solid #c5c5c5;
              padding-bottom: 40px; }
              .comment_area .title {
                margin-bottom: 50px; }
              @media only screen and (max-width: 767px) {
                .comment_area .comment-content {
                  padding: 20px 15px; } }
              .comment_area .comment-content .comment-author {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 79px;
                flex: 0 0 79px;
                min-width: 79px;
                margin-right: 55px;
                border-radius: 50%; }
                @media only screen and (max-width: 767px) {
                  .comment_area .comment-content .comment-author {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 60px;
                    flex: 0 0 60px;
                    min-width: 60px;
                    margin-right: 15px; } }
                .comment_area .comment-content .comment-author img {
                  border-radius: 50%; }
              .comment_area .comment-content .comment-meta {
                margin-bottom: 30px; }
                .comment_area .comment-content .comment-meta .post-date {
                  color: #a1a1a1;
                  font-size: 11px;
                  text-transform: uppercase;
                  letter-spacing: 3px;
                  margin-bottom: 0;
                  display: block; }
                .comment_area .comment-content .comment-meta .post-author {
                  margin-bottom: 15px;
                  display: block; }
                .comment_area .comment-content .comment-meta p {
                  margin-bottom: 15px;
                  font-size: 14px;
                  font-family: "Open Sans", sans-serif;
                  line-height: 2; }
                .comment_area .comment-content .comment-meta .comment-reply {
                  font-size: 11px;
                  color: #000000;
                  font-family: "Open Sans", sans-serif;
                  text-transform: uppercase; }
              .comment_area .single_comment_area {
                margin-bottom: 30px; }
                .comment_area .single_comment_area:last-of-type {
                  margin-bottom: 0; }
              .comment_area .children .single_comment_area {
                margin-left: 50px;
                margin-top: 30px; }
                @media only screen and (max-width: 767px) {
                  .comment_area .children .single_comment_area {
                    margin-left: 15px; } }

            .single_comment_area .children .single_comment_area .comment-meta {
              margin-bottom: 0; }

            .cool-facts-area {
              position: relative;
              z-index: 1;
              background-attachment: fixed; }
              .cool-facts-area .single-blog-area .line {
                margin: 0 auto 15px;
                background-color: #ffffff; }
              .cool-facts-area .single-blog-area .post-tag {
                color: #ffffff; }
              .cool-facts-area .single-blog-area .post-headline {
                color: #ffffff; }
              .cool-facts-area .single-blog-area p {
                color: #ffffff; }
              .cool-facts-area .single-cool-facts-area h2 {
                font-size: 50px;
                color: #ffffff;
                line-height: 1; }
              .cool-facts-area .single-cool-facts-area p {
                margin-bottom: 0;
                font-size: 16px;
                color: #ffffff; }

                @media only screen and (max-width: 767px) {
                  .cool-facts-area .single-cool-facts-area h2  {
                    font-size: 40px; } 
                    .cool-facts-area .single-cool-facts-area p  {
                    font-size: 14px; } 
                  }

            /* News */
            /* Layout Generale */
          .news-section {
              padding: 60px 0;
              background-color: #f9f9f9;
          }

          .news-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
              gap: 30px;
              margin-top: 40px;
          }

          /* Stile della Card */
          .extra-news-card {
          border: 1px solid #f0f0f0;
          background: #fff;
          transition: 0.3s;
          display: flex;
          flex-direction: column;
      }

      .extra-news-card:hover {
          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      }
      

      .extra-img-wrapper {
          width: 100%;
          height: 200px; /* Altezza fissa per farle sembrare uguali */
          overflow: hidden;
      }

      .extra-img-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }

      .extra-content {
          padding: 20px;
          flex-grow: 1; /* Spinge il contenuto per riempire la card */
      }

      .extra-category {
          font-size: 12px;
          text-decoration: underline;
          text-transform: uppercase;
          font-weight: bold;
          color: #d39e00; /* Oro */
          margin-bottom: 5px;
      }

      .extra-title {
          font-size: 17px;
          font-weight: 700;
          margin-bottom: 15px;
          line-height: 1.4;
      }

      .extra-date {
          font-size: 12px;
          color: #999;
          margin-top: auto; /* Mette la data sempre in fondo */
      }
          /* Contenuto */
          .news-content {
              padding: 20px;
          }

          .news-content h3 {
              margin: 0 0 10px;
              font-size: 18px;
              color: #333;
          }

          .news-content p {
              font-size: 14px;
              color: #666;
              line-height: 1.6;
          }

          .btn-read-more {
              display: inline-block;
              margin-top: 15px;
              color: #d4af37;
              text-decoration: none;
              font-weight: bold;
              font-size: 14px;
          }

          .btn-read-more:hover {
              text-decoration: underline;
          }    
          /* nav sticky*/
          @media only screen and (max-width: 991px) {
          /* Contenitore principale: lo rendiamo un punto di riferimento relativo */
          .classy-navbar {
              display: flex !important;
              justify-content: center !important; /* Centra le bandiere */
              align-items: center !important;
              position: relative !important; 
              width: 100% !important;
              height: 60px !important; /* Forza un'altezza costante */
              padding: 0 !important;
          }

          /* Le bandiere: ora occuperanno il centro senza interferenze */
          .language-switcher {
              display: flex !important;
              justify-content: center !important;
              margin: 0 auto !important;
              z-index: 5;
          }

          .lang-item img {
              width: 25px !important; /* Dimensione fissa per ordine */
              margin: 0 8px !important;
          }

          /* L'Hamburger Menu: lo stacchiamo dal flusso e lo mettiamo a destra */
          .classy-navbar-toggler {
              position: absolute !important;
              right: 20px !important; /* Distanza dal bordo destro */
              top: 50% !important;
              transform: translateY(-50%) !important; /* Centratura verticale perfetta */
              margin: 0 !important;
              display: block !important;
          }

          /* Rimuoviamo eventuali margini del container che sbilanciano il centro */
          .classy-nav-container {
              padding: 0 !important;
          }
      }
          

          /* Sponsor */

        
      .sponsor-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr); 
          gap: 15px;
          align-items: center;
          justify-items: center;
          margin-top: 40px;
          width: 80%;
          max-width: 800px; 
          margin-left: auto;
          margin-right: auto;
          
      }
      

      /* Layout per Tablet (3 o 4 colonne) */
      @media (min-width: 768px) {
          .sponsor-grid {
              grid-template-columns: repeat(4, 1fr);
              gap: 40px;
          }
      }

      /* Layout per Desktop (Tutto schermo - 5 o 6 colonne) */
      @media (min-width: 1024px) {
          .sponsor-grid {
              /* Aumenta il numero a seconda di quanti sponsor hai */
              grid-template-columns: repeat(6, 1fr); 
              gap: 50px;
              max-width: 100%; /* Lascia un po' di margine ai bordi dello schermo */
              margin-left: auto;
              margin-right: auto;
          }
      }
      

      /* Stile opzionale per i loghi all'interno */
      .sponsor-grid img {
          width: 100%;
          max-width: 180px; /* Dimensione massima per non farli sembrare giganti */
          height: auto;
          filter: grayscale(100%);
          transition: 0.3s;
      }

      .sponsor-grid img:hover {
          filter: grayscale(0%);
          transform: scale(1.05);
      }

          /* news */
          .mega-news-section { padding: 5px 0; background: #fff; }

          /* Griglia Principale */
          .mega-grid {
              display: grid;
              grid-template-columns: 2fr 1fr; /* La news principale occupa i 2/3 */
              gap: 40px;
              margin-bottom: 40px;
          }

          @media (max-width: 992px) {
              .mega-grid { grid-template-columns: 1fr; }
          }

              /* storiediimpese*/
      .storiediimpese-dual {
            padding: 80px 0;
            background-color: #ffffff;
        }

        /* --- PUNTO DI CONTROLLO LARGHEZZA --- */
        .storiediimpese-dual .container {
            max-width: 1500px; 
        }

        .impresa-dual-card {
            background: #fff;
            overflow: hidden;
            height: auto; /* <--- MODIFICATO: La card si allunga col testo */
            display: flex;
            flex-direction: column;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transform: translateY(-5px); 
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .impresa-dual-footer {
            margin-top: auto; 
            padding-top: 50px;
            border-top: 1px solid #eee;
            font-size: 13px;
            color: #999;
            font-style: italic;
        }

        /* Immagini */
        .impresa-image-stack {
            position: relative;
            width: 100%;
            height: 400px; 
        }

        .img-base {
            width: 100%;
            height: 120px; 
            overflow: hidden;
        }
        .img-base img { width: 100%; height: 100%; object-fit: cover; }

        .img-overlay {
            position: absolute;
            top: 120px;
            left: 0;
            width: 100%;
            height: 280px; 
            border-top: 5px solid #fff;
        }
        .img-overlay img { width: 100%; height: 100%; object-fit: cover; }

        /* Testo: SCROLL RIMOSSO OVUNQUE */
        .impresa-dual-content {
            padding: 30px;
            flex-grow: 1;
        }

        .blog-scroll-content {
            height: auto;        /* <--- MODIFICATO: Niente altezza fissa */
            overflow-y: visible; /* <--- MODIFICATO: Niente scroll */
            font-size: 15px;
            line-height: 1.6;
            color: #444;
            padding-right: 0;    /* <--- MODIFICATO: Rimosso spazio barra */
        }

      /* --- RESPONSIVE --- */

    @media (max-width: 1024px) {
        .storiediimpese-dual .container {
            max-width: 95%; 
        }
    }

    @media (max-width: 767px) {
        .storiediimpese-dual {
            padding: 50px 0;
        }

        .impresa-dual-card {
            transform: none; 
            margin-bottom: 30px;
        }

        .impresa-image-stack {
            height: 300px; 
        }

        .img-base { height: 100px; }
        .img-overlay { top: 100px; height: 200px; }

        .impresa-dual-content {
            padding: 20px; 
        }
        
        .impresa-dual-footer {
            padding-top: 25px;
        }
    }

    @media (max-width: 479px) {
        .impresa-image-stack {
            height: 250px;
        }
        .img-base { height: 80px; }
        .img-overlay { top: 80px; height: 170px; }
    }

          /* storiediimpese  end */

           /* storiediitaliani */
           


           /* storiediitaliani   end */




          

          /* Card Grande (Featured) */
          /* Forza le card ad avere la stessa altezza nella riga */
      .featured-card {
          display: flex;
          flex-direction: column;
          height: 100%;
          background: #fff;
          border: 1px solid #eee; /* Opzionale, per definire i bordi se affiancate */
      }
      .featured-card:hover {
          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
          
        }

      .featured-img {
          width: 100%;
          height: 250px; /* Altezza ridotta rispetto al col-12 per mantenere proporzioni */
          object-fit: cover;
      }

      .featured-content {
          padding: 20px;
          flex-grow: 1; /* Spinge il contenuto per riempire lo spazio vuoto */
          display: flex;
          flex-direction: column;
      }

      /* Ridimensiona leggermente i titoli quando sono affiancati */
      .h4-responsive {
          font-size: 20px;
          font-weight: bold;
          margin: 15px 0;
          line-height: 1.3;
      }

      .featured-content p {
          font-size: 15px;
          flex-grow: 1; /* Allinea i pulsanti "Continua a leggere" in fondo */
      }

          .sponsor-item {
              display: block;
              transition: transform 0.3s ease;
          }

          .sponsor-item img {
              max-width: 140px;
              height: auto;
              filter: grayscale(100%); /* Inizialmente in bianco e nero */
              opacity: 0.6;
              transition: all 0.4s ease;
          }

          .sponsor-item:hover img {
              filter: grayscale(0%); /* Torna a colori */
              opacity: 1;
          }

          .sponsor-item:hover {
              transform: scale(1.1); /* Leggero ingrandimento */
          }

            /* Contact Area CSS */
            .contact-form h5,
            .post-a-comment-area h5 {
              font-size: 18px;
              color: #000000;
              margin-bottom: 30px; }
            .contact-form button,
            .post-a-comment-area button {
              background-color: #ffffff; }

            /* Form CSS */
            .group {
              position: relative;
              z-index: 1;
              margin-bottom: 30px; }
              .group input,
              .group textarea {
                font-size: 12px;
                font-style: italic;
                padding: 10px;
                display: block;
                width: 100%;
                height: 35px;
                border: none;
                border-bottom: 2px solid;
                border-color: #f1f1f1; }
                .group input:focus,
                .group textarea:focus {
                  outline: none;
                  box-shadow: none; }
              .group label {
                color: #878787;
                font-style: italic;
                font-size: 12px;
                font-weight: normal;
                position: absolute;
                pointer-events: none;
                left: 0;
                top: 5px;
                transition: 0.5s ease all; }
              .group .bar {
                position: relative;
                display: block;
                width: 100%; }
                .group .bar:before, .group .bar:after {
                  content: '';
                  height: 2px;
                  width: 0;
                  bottom: 0;
                  position: absolute;
                  background-color: #30336b;
                  transition: 0.5s ease all; }
                .group .bar:before {
                  left: 50%; }
                .group .bar:after {
                  right: 50%; }
              .group .highlight {
                position: absolute;
                height: 60%;
                width: 100px;
                top: 25%;
                left: 0;
                pointer-events: none;
                opacity: 0.5; }
              .group textarea {
                min-height: 90px; }

            /* Form Active State */
            input:focus ~ label,
            textarea:focus ~ label,
            input:valid ~ label,
            textarea:valid ~ label {
              top: -15px;
              font-size: 12px;
              color: #30336b; }

            input:focus ~ .bar:before,
            textarea:focus ~ .bar:before,
            input:focus ~ .bar:after,
            textarea:focus ~ .bar:after {
              width: 50%; }

            input:focus ~ .highlight,
            textarea:focus ~ .highlight {
              -webkit-animation: inputHighlighter 0.3s ease;
              animation: inputHighlighter 0.3s ease; }

            /* Animations */
            @-webkit-keyframes inputHighlighter {
              from {
                background-color: #30336b; }
              to {
                width: 0;
                background-color: transparent; } }
            @-moz-keyframes inputHighlighter {
              from {
                background-color: #30336b; }
              to {
                width: 0;
                background-color: transparent; } }
            @keyframes inputHighlighter {
              from {
                background-color: #30336b; }
              to {
                width: 0;
                background-color: transparent; } }
            .map-area {
              position: relative;
              z-index: 1; }
              .map-area #googleMap {
                width: 100%;
                height: 690px; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .map-area #googleMap {
                    height: 500px; } }
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                  .map-area #googleMap {
                    height: 450px; } }
                @media only screen and (max-width: 767px) {
                  .map-area #googleMap {
                    height: 400px; } }

            /* Search bar */
            #search-wrapper {
              display: inline-block;
              position: relative;
              right: 7px;
              margin-left: 50px; }
              @media only screen and (min-width: 992px) and (max-width: 1199px) {
                #search-wrapper {
                  margin-left: 15px; } }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                #search-wrapper {
                  margin-left: 0; } }
              @media only screen and (max-width: 767px) {
                #search-wrapper {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                #search-wrapper {
                  margin-top: 15px;
                  padding-left: 1em; } }
              @media only screen and (max-width: 767px) {
                #search-wrapper {
                  margin-top: 15px;
                  padding-left: 1em; } }
              #search-wrapper.search-expanded #close-icon:before {
                -webkit-animation: cross-1-in 0.25s linear 0s forwards;
                animation: cross-1-in 0.25s linear 0s forwards; }
              #search-wrapper.search-expanded #close-icon:after {
                -webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
                animation: cross-2-in 0.25s linear 0.2s forwards; }
              #search-wrapper.search-expanded:after {
                -webkit-animation: lens-out 0.5s linear 1 forwards;
                animation: lens-out 0.5s linear 1 forwards; }
              #search-wrapper:after {
                position: absolute;
                bottom: 3px;
                right: -9px;
                display: block;
                content: "";
                width: 14px;
                height: 2px;
                background-color: #000000;
                -webkit-transform: rotate(45deg) scaleX(0);
                transform: rotate(45deg) scaleX(0);
                transform-origin: 0 50%;
                -webkit-animation: lens-in 0.6s linear 0.9s forwards;
                animation: lens-in 0.6s linear 0.9s forwards; }
              #search-wrapper #search {
                background: none;
                border: 2px solid;
                border-color: #000000;
                outline: none;
                padding: 0 9px;
                border-radius: 1000px;
                width: 0;
                transition: all 0.3s 0.6s;
                font-size: 12px; }
                #search-wrapper #search::-webkit-input-placeholder {
                  color: rgba(0, 0, 0, 0.6); }
                #search-wrapper #search:focus {
                  width: 270px;
                  padding: 7px 15px; }
                  @media only screen and (min-width: 992px) and (max-width: 1199px) {
                    #search-wrapper #search:focus {
                      width: 170px; } }
                  @media only screen and (max-width: 767px) {
                    #search-wrapper #search:focus {
                      width: 200px; } }
              #search-wrapper #close-icon {
                cursor: pointer;
                position: absolute;
                right: 10px;
                top: 50%;
                width: 20px;
                height: 20px;
                -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
                transition: 0.2s all;
                display: none; }
                #search-wrapper #close-icon[style*="display: block"] {
                  color: red; }
                  #search-wrapper #close-icon[style*="display: block"]:before {
                    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
                    transform: rotate(45deg) scaleX(1) translateY(10px); }
                  #search-wrapper #close-icon[style*="display: block"]:after {
                    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
                    transform: rotate(-45deg) scaleX(1) translateY(-10px); }
                #search-wrapper #close-icon:before, #search-wrapper #close-icon:after {
                  display: block;
                  content: "";
                  position: absolute;
                  width: 20px;
                  height: 2px;
                  background-color: #878787;
                  transform-origin: 100% 50%; }
                #search-wrapper #close-icon:before {
                  -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
                  transform: rotate(45deg) scaleX(0) translateY(10px); }
                #search-wrapper #close-icon:after {
                  -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
                  transform: rotate(-45deg) scaleX(0) translateY(-10px); }
                #search-wrapper #close-icon.closing:before {
                  -webkit-animation: cross-1-out 0.25s linear 0s forwards;
                  animation: cross-1-out 0.25s linear 0s forwards; }
                #search-wrapper #close-icon.closing:after {
                  -webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
                  animation: cross-2-out 0.25s linear 0.2s forwards; }

            @-webkit-keyframes lens-out {
              0% {
                -webkit-transform: rotate(45deg) scaleX(1);
                transform: rotate(45deg) scaleX(1); }
              30% {
                -webkit-transform: rotate(45deg) scaleX(1.4);
                transform: rotate(45deg) scaleX(1.4); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(0);
                transform: rotate(45deg) scaleX(0); } }
            @keyframes lens-out {
              0% {
                -webkit-transform: rotate(45deg) scaleX(1);
                transform: rotate(45deg) scaleX(1); }
              30% {
                -webkit-transform: rotate(45deg) scaleX(1.4);
                transform: rotate(45deg) scaleX(1.4); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(0);
                transform: rotate(45deg) scaleX(0); } }
            @-webkit-keyframes lens-in {
              0% {
                -webkit-transform: rotate(45deg) scaleX(0);
                transform: rotate(45deg) scaleX(0); }
              30% {
                -webkit-transform: rotate(45deg) scaleX(1.4);
                transform: rotate(45deg) scaleX(1.4); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(1);
                transform: rotate(45deg) scaleX(1); } }
            @keyframes lens-in {
              0% {
                -webkit-transform: rotate(45deg) scaleX(0);
                transform: rotate(45deg) scaleX(0); }
              30% {
                -webkit-transform: rotate(45deg) scaleX(1.4);
                transform: rotate(45deg) scaleX(1.4); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(1);
                transform: rotate(45deg) scaleX(1); } }
            @-webkit-keyframes cross-1-in {
              0% {
                -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
                transform: rotate(45deg) scaleX(0) translateY(10px); }
              70% {
                -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
                transform: rotate(45deg) scaleX(1.2) translateY(10px); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
                transform: rotate(45deg) scaleX(1) translateY(10px); } }
            @keyframes cross-1-in {
              0% {
                -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
                transform: rotate(45deg) scaleX(0) translateY(10px); }
              70% {
                -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
                transform: rotate(45deg) scaleX(1.2) translateY(10px); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
                transform: rotate(45deg) scaleX(1) translateY(10px); } }
            @-webkit-keyframes cross-2-in {
              0% {
                -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
                transform: rotate(-45deg) scaleX(0) translateY(-10px); }
              70% {
                -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
                transform: rotate(-45deg) scaleX(1.2) translateY(-10px); }
              100% {
                -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
                transform: rotate(-45deg) scaleX(1) translateY(-10px); } }
            @keyframes cross-2-in {
              0% {
                -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
                transform: rotate(-45deg) scaleX(0) translateY(-10px); }
              70% {
                -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
                transform: rotate(-45deg) scaleX(1.2) translateY(-10px); }
              100% {
                -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
                transform: rotate(-45deg) scaleX(1) translateY(-10px); } }
            @-webkit-keyframes cross-1-out {
              0% {
                -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
                transform: rotate(45deg) scaleX(1) translateY(10px); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
                transform: rotate(45deg) scaleX(0) translateY(10px); } }
            @keyframes cross-1-out {
              0% {
                -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
                transform: rotate(45deg) scaleX(1) translateY(10px); }
              100% {
                -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
                transform: rotate(45deg) scaleX(0) translateY(10px); } }
            @-webkit-keyframes cross-2-out {
              0% {
                -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
                transform: rotate(-45deg) scaleX(1) translateY(-10px); }
              100% {
                -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
                transform: rotate(-45deg) scaleX(0) translateY(-10px); } }
            @keyframes cross-2-out {
              0% {
                -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
                transform: rotate(-45deg) scaleX(1) translateY(-10px); }
              100% {
                -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
                transform: rotate(-45deg) scaleX(0) translateY(-10px); } }


            /* Footer Area CSS */
              .Copyright {
                font-size: 15px;
              }
              @media only screen and (max-width: 767px) {
                  .Copyright a {
                    font-size: 12px; } }

            .footer-area {
              padding: 60px 0 2px;
              position: relative;
              z-index: 1; }
              .footer-area .footer-social-area a {
                display: inline-block;
                padding: 5px 20px;
                color: #000000;
                font-size: 25px; }
              .footer-area .classynav ul li a {
                text-transform: uppercase;
                color: #4f4d4d; }
                .footer-area .classynav ul li a:focus, .footer-area .classynav ul li a:hover {
                  color: #000000; }

            .coming-soon-area {
              position: relative;
              z-index: 1; }
              .coming-soon-area #breakingNewsTicker.ticker ul li a {
                color: #ffffff; }
              .coming-soon-area .header-area .top-header .top-social-area a {
                color: #ffffff; }
              .coming-soon-area .header-area .logo-area {
                height: auto;
                padding: 130px 0 100px;
                border-top: 1px solid #999da4;
                border-bottom: none; }
                @media only screen and (max-width: 767px) {
                  .coming-soon-area .header-area .logo-area {
                    padding: 80px 0 50px 0; } }
              .coming-soon-area .coming-soon-timer {
                border-bottom: 1px solid #999da4;
                position: relative;
                z-index: 1; }
                .coming-soon-area .coming-soon-timer .coming-soon-content {
                  position: relative;
                  z-index: 1; }
                .coming-soon-area .coming-soon-timer p {
                  font-size: 14px;
                  margin-bottom: 0;
                  text-transform: uppercase;
                  letter-spacing: 3px;
                  color: #ffffff;
                  width: 100%;
                  text-align: center;
                  position: absolute;
                  top: 2px;
                  z-index: 10; }
                  @media only screen and (max-width: 767px) {
                    .coming-soon-area .coming-soon-timer p {
                      font-size: 12px;
                      letter-spacing: 1px; } }
                .coming-soon-area .coming-soon-timer #clock {
                  padding: 100px 0;
                  color: #ffffff;
                  font-size: 72px;
                  display: inline-block;
                  line-height: 1; }
                  @media only screen and (max-width: 767px) {
                    .coming-soon-area .coming-soon-timer #clock {
                      font-size: 30px; } }
                  .coming-soon-area .coming-soon-timer #clock span {
                    color: #ffffff;
                    font-size: 18px;
                    display: block;
                    margin-bottom: 0; }
                    @media only screen and (max-width: 767px) {
                      .coming-soon-area .coming-soon-timer #clock span {
                        font-size: 14px; } }
              .coming-soon-area .contact-form h5 {
                color: #ffffff; }
              .coming-soon-area .contact-form .group input,
              .coming-soon-area .contact-form .group textarea {
                border-color: #999da4;
                background-color: transparent;
                color: #ffffff; }
              .coming-soon-area .contact-form .group label {
                color: #ffffff; }
              .coming-soon-area .sidebar-widget-area .title {
                color: #ffffff; }

              .condition-générales {
                padding: 20px;
                color: rgb(0, 0, 0);
              }
              

            .sonar-wrapper {
              position: relative;
              z-index: 0; }
              .sonar-wrapper .sonar-emitter {
                position: relative;
                margin: 0 auto;
                width: 35%;
                height: 20px;
                background-color: transparent; }
                @media only screen and (max-width: 767px) {
                  .sonar-wrapper .sonar-emitter {
                    width: 60%; } }
                .sonar-wrapper .sonar-emitter .sonar-wave {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  border-radius: 0;
                  background-color: #ffffff;
                  opacity: 0;
                  z-index: -1;
                  pointer-events: none;
                  border-radius: 50px;
                  animation: sonarWave 1200ms linear infinite; }

            @keyframes sonarWave {
              0% {
                opacity: 0.3; }
              100% {
                -webkit-transform: scale(1.7);
                transform: scale(1.7);
                opacity: 0; } }
            /* The End */

            /*# sourceMappingURL=style.css.map */
