.video-box video {
  border-radius: 44px;
  min-height: 628px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.video-box {
  padding: 0px 20px 0px 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-box::before {
  content: "";
  font-size: 64px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
  background: url("/wp-content/uploads/2024/07/play-1.png");
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.video-box.playing::before {
  display: none;
}

.title_video_slider {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  padding: 0px 20px 0px 20px;
}

.text_video_slider p {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 15px;
  padding: 0px 20px 0px 20px;
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-top: -50px;
  line-height: 18px;
}

/* CONTACT FORM 7 */

.wpcf7 .input_form_LP {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  border: solid 1px #a7a7ab;
  padding: 20px;
  border-radius: 44px;
}

.cf-container .cf-col-6 .wpcf7-form-control-wrap {
  position: relative;
}

.input_select_LP {
  outline: none;
  -webkit-appearance: none;
}

.wpcf7-form-control-wrap[data-name="agency"]:before {
  content: url("http://www.franchising-primacasa.it/wp-content/uploads/2024/07/chevron-down.png");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  .wpcf7 .input_form_LP {
    font-size: 12px;
  }

  .wpcf7 input.wpcf7-form-control[type="submit"] {
    padding: 15px 25px 15px 25px;
  }

  .wpcf7 input.wpcf7-form-control[type="submit"]:hover {
    padding: 15px 25px 15px 25px;
  }

  .cf-col-12 {
    text-align: center;
  }

  .cf-col-12.submit-form {
    display: flex;
    flex-direction: column;
  }
}

.wpcf7 input[type="submit"] {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin: 20px 0px 20px 0px;
  border: solid 1px #f2da00;
  background-color: #f2da00;
  color: #056838;
  border-radius: 50px;
  padding: 15px 50px 15px 50px;
  font-size: 1.563rem;
  line-height: 1.2em;
}

.wpcf7 input[type="submit"]:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin: 20px 0px 20px 0px;
  border: solid 1px #056838;
  background-color: #056838;
  color: #f2da00;
  border-radius: 50px;
  padding: 15px 50px 15px 50px;
  font-size: 1.563rem;
  line-height: 1.2em;
}

.elementor-counter-title {
  z-index: 1;
  text-align: center;
  }

.cf-col-6{
  margin: 10px 0px;
}