.iti.iti--allow-dropdown {
        width: 100%;
      }

      .section.home.wf-section {
        background-color: #4e1b3c;
        background-image: linear-gradient(to right, #f37122, #ffb347);
      }

      .font-16.dark.offset {
        margin-top: -5px;
        margin-bottom: 0px;
      }

      .white p {
        color: #fff;
      }

      span.bold {
        font-weight: 700;
        color: #f37122;
      }

      .br {
        border-bottom: 1px solid #ddd;
        ;
      }
    
      html {
        scroll-behavior: smooth;
      }

      .flex-container.flex-on-tablet.w-container {
        padding-bottom: 2%;
      }

      .section.home.wf-section {
        background-color: #4e1b3c;
      }

      .font-16.dark.offset {
        margin-top: -5px;
        margin-bottom: 0px;
      }

      .white p {
        color: #fff;
      }

      span.bold {
        font-weight: 700;
        color: #f37122;
      }

      .br {
        border-bottom: 1px solid #ddd;
        ;
      }

      /*form style*/
      .container-form {
        background-color: #ffffff;
        padding: 5%;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
        color: #1a1717;
      }

      .form-title {
        padding-bottom: 2px !important;
        padding-top: 3px !important;
        text-align: center !important;
        background: #f37122 !important;
        margin-bottom: 7px !important;
      }

      .form-title h3 {
        color: white;
        font-weight: 600;
      }

      label {
        font-size: 13px;
      }

      span.whatsapp {
        font-size: 0.7rem;
        color: red;
      }

      label.redwhatsapp {
        color: red;
        font-weight: 100;
        font-size: 0.7rem;
      }
      
      
.accordion {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Titillium Web', sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 10px;
}

.accordion-header.active::after {
  content: "-";
}

.accordion-content {
  display: none;
  padding: 10px;
}

.accordion-item.active .accordion-header {
  background-color: #f37122;
  color: #fff;
}

.accordion-item.active .accordion-content {
  display: block;
}