/* CONTENITORE PRINCIPALE */

.faq-section {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .faq-section-container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .faq-row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  /* COLONNE RESPONSIVE */
  
  .faq-col {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }
  
  /* STILI COLONNA SINSTRA */
  
  .faq-title {
    font-family: Inter;
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 10px;
  }
  
  .faq-subtitle {
    margin-top: 20px;
    font-family: Inter;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
  }
  
  .btn-outline-custom {
    border: solid 2px #fff;
    border-radius: 30px;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .btn-outline-custom:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
  
  .faq-section-help-section {
    margin-top: 100px;
    font-family: Inter, 'sans-serif';
  }
  
  .faq-section-help-text {
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 10px;
    font-family: Inter;
      text-align:left;
  }
  
  .faq-section-help-title {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
      text-align:left;
  }
  
  /* RESPONSIVE DESCRZIONE NELLA CONFEZIONE */
  
  .btn-forum {
    max-width: 320px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: block;

  }
  
  .btn-forum:hover {
    background-color: #0077be;
  }
  
  /* STILI ACCORDION */
  
  .faq-section-accordion-item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  
  .faq-section-accordion-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  
  .faq-section-accordion-header {
    margin: 0;
  }
  
  .faq-section-accordion-button {
    width: 100%;
    border: none;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    background-color: transparent;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: Inter;
    color: #fff;
     padding-inline-start: 0px !important;
  }
  
  .faq-section-accordion-button::after {
    display: none !important;
  }
  
  .faq-section-accordion-icon {
    display: inline-block;
    padding-right: 30px;
    font-size: 22px;
    line-height: auto;
    width: 20px;
    text-align: center;
  }
  
  .faq-section-accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #000;
  }
  
  .faq-section-accordion-collapse.show {
    max-height: 1000px;
  }
  
  .faq-section-accordion-body {
    padding: 0 30px 15px 40px;
    background-color: #000;
    color: #fff;
  }
  
  .faq-section-help-section-mobile {
    display: none;
    margin-top: 50px;
  }
  
  .faq-section-help-section-mobile .faq-section-help-text, .faq-section-help-section-mobile .faq-section-help-title {
    text-align: left !important;
  }
  
  .faq-text {
    font-family: Inter;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
  
  .faq-list {
    font-family: Inter;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    padding: 10px 0 15px 20px;
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
  
  .faq-list li {
    font-family: Inter;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
  
  .faq-link {
    font-family: Inter;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    color: #008bee;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .faq-link:hover {
    color: #0077be;
  }
  
  
  /* MEDIA QUERIES */
/* Layout a due colonne sopra i 900px */
@media (min-width: 900px) {
  .col-left,
  .col-right {
    width: 50%;
  }
}

  
  /* CONTENITORE PRINCIPALE */
  
  @media (max-width: 409px) {
    .faq-section-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  @media (min-width: 410px) and (max-width: 699px) {
    .faq-section-container {
      padding-left: 50px;
      padding-right: 50px;
    }
  }
  
  @media (min-width: 700px) and (max-width: 870px) {
    .faq-section-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  
  @media (min-width: 871px) and (max-width: 1429px) {
    .faq-section-container {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  
  @media(max-width:699px) {
    .faq-row {
      width: 100%;
      max-width: 699px;
      flex-direction: column;
    }
  }
  
  /* COLONNE RESPONSIVE */
  
  @media (max-width:699px) {
    .faq-col {
      padding-right: 0px;
      padding-left: 0px;
    }
    .col-right {
      padding-left: 0% !important;
    }
    .col-left {
      padding-right: 0px !important;
     
    }
  }
  
  @media (min-width: 700px) and (max-width: 768px) {
    .faq-col {
      padding-right: 0px;
      padding-left: 0px;
    }
    .col-right {
      padding-left: 0px !important;
    }
    .col-left {
      padding-right: 25px !important;
    }
  }
  
  @media (max-width:1069px) {
    .faq-col {
      padding-right: 0px;
      padding-left: 0px;
    }
    .col-right {
      padding-left: 0px;
    }
    .col-left {
      padding-right: 30px;
    }
  }
  
  /* STILI COLONNA SINISTRA */
  
  @media (max-width: 890px) {
    .btn-outline-custom {
      font-size: 16px;
      line-height: 22px;
    }
  }
  
  @media(max-width: 835px) {
    .faq-section-help-section {
      margin-top: 50px;
    }
  }
  
  @media(max-width: 1269px) {
    .faq-section-help-text, .faq-section-help-title {
      text-align: left !important;
    }
    .btn-forum {
      margin-left: 0px !important;
    }
  }
  
  @media(max-width:699px) {
    .faq-section-help-title {
      margin-bottom: 20px;
    }
  }
  
  /* RESPONSIVE DESCRIZIONE NELLA CONFEZIONE */
  
  @media (max-width: 1066px) {
    .faq-section-help-title {
      font-size: 18px;
      line-height: 24px;
    }
  }
  
  @media (min-width: 1067px) and (max-width: 1231px) {
    .faq-section-help-title {
      font-size: 20px;
      line-height: 26px;
    }
  }
  
  @media(max-width:722px) {
    .btn-forum {
      font-size: 16px;
      line-height: 20px;
      padding-top: 13px;
      padding-bottom: 13px;
      padding-left: 30px;
      padding-right: 30px;
      max-width: 250px;
    }
  }
  
  @media(min-width:723px) and (max-width:1069px) {
    .btn-forum {
      font-size: 18px;
      line-height: 22px;
      padding-top: 14px;
      padding-bottom: 14px;
      padding-left: 35px;
      padding-right: 35px;
      max-width: 280px;
    }
  }
  
  
  
  /* STILE PER L'INTESTAZIONE DELL'ACCORDION  */
  
  @media (max-width: 900px) {
    .faq-section-accordion-button {
      font-size: 16px;
      line-height: 22px;
    }
  }
  
  @media (max-width: 369px) {
    .faq-section-accordion-button {
      line-height: 20px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 699px) {
    .faq-section-help-section {
      display: none !important;
    }
    .faq-section-help-section-mobile {
      display: block;
      margin-top: 50px;
    }
    .faq-section-help-section-mobile .faq-section-help-text, .faq-section-help-section-mobile .faq-section-help-title {
      text-align: left !important;
    }
  }
  
  /* MAIN WRAPPER */
  
  @media (max-width: 1400px) {
    .main-wrapper {
      max-width: 1140px;
    }
  }
  
  @media (max-width: 1066px) {
    .main-wrapper {
      max-width: 960px;
    }
  }
  
  @media (max-width: 768px) {
    .main-wrapper {
      padding: 0 15px;
    }
    .two-columns {
      flex-direction: column;
    }
    .left-column, .right-column {
      width: 100%;
      flex: 1 0 auto;
    }
    .help-section {
      margin-top: 50px;
    }
  }
  
  @media (max-width: 576px) {
    .accordion-button {
      font-size: 15px;
      padding: 15px 30px 15px 0;
    }
  }
  
  @media (max-width: 360px) {
    .main-wrapper {
      padding: 0 10px;
    }
  }