.elementor-11011 .elementor-element.elementor-element-43aa0aa .cms-carousel{height:740px;}.elementor-11011 .elementor-element.elementor-element-43aa0aa .cms-slider--content{max-width:1280px;}.elementor-11011 .elementor-element.elementor-element-43aa0aa .cms-slider-desc{max-width:1280px;}.elementor-11011 .elementor-element.elementor-element-43aa0aa > .elementor-widget-container{background-color:#FFFFFF;}.elementor-11011 .elementor-element.elementor-element-fcd71ef{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px 0px;--background-transition:0.3s;--padding-block-start:50px;--padding-block-end:50px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-11011 .elementor-element.elementor-element-d3131f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-11011 .elementor-element.elementor-element-64782e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-11011 .elementor-element.elementor-element-cb3167a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}@media(min-width:768px){.elementor-11011 .elementor-element.elementor-element-d3131f8{--width:34%;}.elementor-11011 .elementor-element.elementor-element-64782e7{--width:34%;}.elementor-11011 .elementor-element.elementor-element-cb3167a{--width:34%;}}@media(max-width:1366px){.elementor-11011 .elementor-element.elementor-element-43aa0aa .cms-carousel{height:640px;}}@media(max-width:1024px){.elementor-11011 .elementor-element.elementor-element-43aa0aa .cms-carousel{height:500px;}}@media(max-width:880px){.elementor-11011 .elementor-element.elementor-element-43aa0aa .cms-carousel{height:550px;}}/* Start custom CSS for cms_slider, class: .elementor-element-43aa0aa *//* ================================
   CMS SLIDER – TITOLI RESPONSIVE
   ================================ */

/* Desktop / base */
.cms-slider--content {
  max-width: 900px;        /* limita la larghezza del blocco testo */
  margin-top: 150px;       /* margine superiore */
}

.cms-slider-title {
  font-size: 3.2rem;       /* ~51px su base 16px */
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 0.75rem;
  word-wrap: normal;       /* non forza la rottura delle parole */
  overflow-wrap: normal;   /* impedisce la divisione automatica */
  hyphens: none;           /* disattiva la sillabazione */
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

.cms-slider-subtitle {
  font-size: 1.4rem;       /* ~22px */
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* ================================
   Large tablet (tra 993px e 1200px)
   ================================ */
@media (min-width: 993px) and (max-width: 1200px) {
  .cms-slider--content {
    margin-left: 50px;
    margin-right: 50px;
  }

  .cms-slider-title {
    font-size: 2.8rem;
  }

  .cms-slider-subtitle {
    font-size: 1.3rem;
  }
}

/* ================================
   Tablet (≤ 992px)
   ================================ */
@media (max-width: 992px) {
  .cms-slider--content {
    max-width: 100%;
    padding: 0 2rem;       /* un po’ di respiro sui lati */
  }

  .cms-slider-title {
    font-size: 2.4rem;
  }

  .cms-slider-subtitle {
    font-size: 1.2rem;
  }
}

/* ================================
   Laptop standard (tra 1201px e 1366px)
   ================================ */
@media (min-width: 1201px) and (max-width: 1366px) {
  .cms-slider--content {
    margin-left: 100px;
    margin-right: 50px;
  }
}

/* ================================
   Mobile orizzontale (≤ 768px)
   ================================ */
@media (max-width: 768px) {
  .cms-slider--content {
    text-align: left;
    padding: 0 1.5rem;
  }

  .cms-slider-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .cms-slider-subtitle {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

/* ================================
   Mobile verticale / very small (≤ 576px)
   ================================ */
@media (max-width: 576px) {
  .cms-slider--content {
    padding: 0 1.25rem;
  }

  .cms-slider-title {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .cms-slider-subtitle {
    font-size: 1rem;
  }
}

/* (OPZIONALE) – togli il taglio a 3 righe su mobile */
@media (max-width: 576px) {
  .cms-slider-title.text-line-3,
  .cms-slider-subtitle.text-line-3 {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5e7e693 *//* ================================
   LOGO RESPONSIVE CYBERSEL
   ================================ */

/* Imposta dimensioni base (desktop) */
.site-logo img {
  max-width: 186px;
  max-height: 150px;       /* ← altezza massima */
  height: auto;
    /* ← spazio interno inferiore */
  transition: all 0.3s ease-in-out;
}

/* --- Tablet e down (≤ 1024px) --- */
@media (max-width: 1024px) {
  .site-logo img {
    max-width: 220px;
    max-height: 150px;     /* mantiene proporzioni corrette */

  }
}

/* --- Mobile orizzontale (≤ 768px) --- */
@media (max-width: 768px) {
  .site-logo img {
    max-width: 200px;
    max-height: 150px;
  }
}

/* --- Mobile verticale / small (≤ 576px) --- */
@media (max-width: 576px) {
  .site-logo img {
    max-width: 200px;
    max-height: 200px;
  }
}

/* (opzionale) centra il logo su mobile se non già gestito dal tema */
@media (max-width: 768px) {
  .site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}/* End custom CSS */