html{
   scroll-behavior: smooth;
}
body.page-template-template-page-get-demo {
  padding-top: 0 !important;
}
body.page-template-template-page-get-demo .footer-area {
  background-color: #fafbfc !important;
  position: relative;
  padding-block: 16px;
}
body.page-template-template-page-get-demo .footer-area #footer-bottom {
  margin: 0;
}
body.page-template-template-page-get-demo .footer-btm {
  margin: 0 !important;
}
body.page-template-template-page-get-demo .footer-area .footer-logo a {
  display: block;
}
body.page-template-template-page-get-demo .footer-area .footer-logo a img {
  width: 27px;
  height: auto;
}
.demo-hero-section {
  background: #f8f4ff;
  padding: 49px 0 32px;
  text-align: center;
}

.demo-hero-section .hero-content {
  max-width: 775px;
  margin: 0 auto;
}

.demo-hero-section h1 {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 600;
  color: #1a1b20;
  margin-bottom: 42px;
}

.demo-hero-section p {
  font-size: 22px;
  line-height: 1.5;
  color: #1a1b20;
  margin: 0;
}

.demo-hero-section p strong {
  font-weight: 600;
}
.video-section {
  padding: 20px 0 108px;
  position: relative;
  z-index: 2;
  background: #f8f4ff;
}
.video-section .video-wrapper {
  position: relative;
  padding-bottom: 43.7%;
  border-radius: 26px;
  overflow: hidden;
  max-width: 1020px;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  
}

.video-section .video-wrapper iframe,
.video-section .video-wrapper video, 
.video-section .video-wrapper lite-youtube
 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-section .video-wrapper video{
  object-fit: cover;
}
.video-section .video-wrapper .title-wrapper {
  position: absolute;
  width: 100%;
  inset: 0;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%),
    #dddddd;
  padding: 0 53px 50px;
      opacity: 0;
    visibility: hidden;
    transition: 200ms ease;
    display: flex;
}

.video-section .video-wrapper:hover .title-wrapper,
.video-section .video-wrapper iframe:hover + .title-wrapper,
.video-section .video-wrapper lite-youtube:hover + .title-wrapper,
.video-section .video-wrapper.playing .title-wrapper{
    opacity: 1;
    visibility: visible;
}
.video-section .video-wrapper .title-wrapper .title-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  width: 100%;
  transition: 0.3s all;
}
.video-section .video-wrapper .title-wrapper h3 {
  font-size: 32px;
  color: #fafbfc;
  font-weight: 400;
}
.video-section .video-wrapper .outline-btn {
  color: #fafbfc;
  border: 1px solid #fafbfc;
  min-width: 253px;
}
.video-section .video-wrapper .outline-btn:hover {
  background-color: #ffffff;
  color: #1a1b20;
  border-color: #fff;
}
.schedule-demo-section {
  background: #ffffff;
  padding: 113px 0 93px;
  position: relative;
  z-index: 1;
}
.custom-form-block br {
  display: none !important;
}
.schedule-demo-section .custom-form-block .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 16px;
}
.schedule-demo-section .custom-form-block .wpcf7-form .step-input-holder {
  flex: 0 0 calc(50% - 18px);
  max-width: calc(50% - 18px);
}
.schedule-demo-section
  .custom-form-block
  .wpcf7-form
  .step-input-holder.form-check {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 11px 0 10px;
}
.schedule-demo-section
  .custom-form-block
  .wpcf7-form
  .step-input-holder.form-check
  .wpcf7-list-item {
  margin: 0;
}
.schedule-demo-section
  .custom-form-block
  .wpcf7-form
  .step-input-holder.form-check
  .wpcf7-list-item
  label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
.schedule-demo-section
  .custom-form-block
  .wpcf7-form
  .step-input-holder
  .custom-select {
  display: flex;
  flex-direction: column;
}
.schedule-demo-section
  .custom-form-block
  .wpcf7-form
  .step-input-holder
  .custom-select
  p {
  order: 1;
}
#unsupported-pms-card {
  display: none;
}
.custom-form-block {
  padding: 32px;
  max-width: 1116px;
  margin: 0 auto 140px;
  box-shadow: none;
  border: none !important;
  background-color: #efe3ff;
}
.custom-form-block h2 {
  color: #1a1b20;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.custom-form-block label {
  display: block;
  margin-bottom: 4px;
}
.custom-form-block label.form-check-label {
  font-size: 12px;
  cursor: pointer;
  padding-left: 25px;
}
.custom-form-block .form-control {
  border: 1px solid transparent;
  background-color: #fbfaff;
  padding: 15px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  height: 50px;
}
.custom-form-block .border-input .form-control {
  background-color: transparent;
  border: 1px solid #9c9c9c;
  border-radius: 8px;
}
.custom-form-block .border-input .form-control:focus {
  background-color: transparent;
  border-color: #9c9c9c;
  outline: 0;
  box-shadow: none;
}
.custom-form-block #slide1 .border-input .form-control {
  border: 1px solid transparent;
  background-color: #fbfaff;
  border-radius: 0;
}

.custom-form-block .form-control:focus {
  background-color: #fbfaff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.custom-form-block .select-items div,
.custom-form-block .select-selected {
  padding: 0 15px;
}
.custom-form-block .select-selected {
  background-position: 98% center;
  background-color: #fbfaff;
}
#phonePrefixFlag {
  max-width: 120px;
  width: 120px;
  flex: 0 0 120px;
}
.form-group#phoneInputHolder {
  flex: 1;
}
#phonePrefixFlag #selectContainer {
  display: flex;
  align-items: center;
}
#phonePrefixFlag .select2-container {
  width: auto !important;
}
#phonePrefixFlag
  .select2-container.select2-container--default
  .select2-selection--single {
  height: 24px;
  border: none;
  background: transparent;
}
.custom-form-block .form-check {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}
.custom-form-block .form-check.switch-radio label.form-check-label {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  height: auto;
}
.custom-form-block .title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.custom-form-block .demo-left-sec-content p {
  font-size: 22px;
  margin-bottom: 15px;
}
.custom-form-block .blue-btn {
  background-color: #755be2;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: 500;
}
.custom-form-block .blue-btn.disabled {
  background-color: #9c9c9c;
}
.form-group#phoneInputHolder input {
  width: 100%;
  padding: 0;
}
.custom-form-block .form-control:focus,
.custom-form-block .form-control:active,
.custom-form-block .select-selected:focus,
.custom-form-block .single-form.custom-select:focus {
  border: 1px solid var(--medium-purple-755-be-2);
}
.custom-form-block .select-selected.select-arrow-active {
  border-color: #755be2;
}
.custom-form-block .form-control::placeholder {
  color: #9c9c9c;
}
.custom-form-block .form-control.no-placeholder::placeholder {
  color: transparent;
}
.custom-select .select-items {
  box-shadow: none;
  border: 1px solid #755be2;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0;
}
.custom-select .select-items div:hover {
  background-color: #f8f4ff !important;
  color: #231f20;
}
.form-check .form-check-input {
  border: 1px solid #9c9c9c;
  margin: 0 !important;
  cursor: pointer;
}
.form-check .form-check-input:focus {
  border-color: #9c9c9c;
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #755be2;
  border-color: #755be2;
}
.error-msg {
  color: #ff1612;
  font-size: 14px;
}
.custom-form-block .wpcf7-not-valid-tip,
.custom-form-block .fieldErrorMessage {
  position: relative;
  color: #ff1612;
  font-size: 14px;
}
.custom-form-block .select-selected {
  border: 1px solid transparent;
  line-height: 49px;
}
.custom-form-block .not-valid .select-selected {
  border-color: #ff1612;
}
.custom-form-block .form-control.not-valid,
.custom-form-block .border-input .form-control.not-valid,
.custom-form-block #slide1 .border-input .form-control.not-valid {
  border: 1px solid #ff1612;
}
.custom-form-block #phone-step-holder .not-valid {
  border: 1px solid #ff1612;
}
.custom-form-block .demo-right-sec .slide h2 {
  font-size: 32px;
}
.custom-select .select-items div:nth-child(odd) {
  background-color: #fff;
}
.custom-select .select-items div.same-as-selected {
  background-color: #f8f4ff;
}
.custom-form-block input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-width: 16px;
  margin-top: -2px;
  accent-color: #755be2;
}
.custom-form-block input[type="checkbox"]:checked {
  background-color: #755be2;
  border-color: #755be2;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 10l3 3 7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.custom-form-block .wpcf7-form .step-input-holder.form-privacy-text {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.custom-form-block .wpcf7-form .step-input-holder.form-privacy-text p {
  font-size: 12px;
  margin-top: 14px;
}
.custom-form-block .wpcf7-form .step-input-holder.form-privacy-text a {
  color: #755be2;
}
.custom-form-block .wpcf7-form .custom-submit-wrapper {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: relative;
}
.custom-form-block .wpcf7-form .custom-submit-wrapper .blue-btn {
  border-color: transparent;
  outline: none;
  max-width: 328px;
  font-size: 20px;
  padding-block: 10px;
  border: 2px solid transparent;
}

.schedule-demo-section .featured-testimonial-wrapper {
  position: relative;
  padding-top: 106px;
  text-align: center;
}
.schedule-demo-section .featured-testimonial-wrapper::before {
  content: "";
  position: absolute;
  height: 76px;
  width: 76px;
  background-size: cover;
  background-image: url(../img/purple-quote-icon.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .featured-testimonial-text {
  font-size: 46px;
  line-height: 1.37;
  margin-bottom: 28px;
  font-family: "Playfair Display";
  margin-inline: auto;
  font-style: italic;
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .testimonial-profile-block
  .image-block {
  height: 120px;
  width: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .testimonial-profile-block
  .image-block
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .testimonial-profile-block {
  position: relative;
  padding-bottom: 112px;
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .testimonial-profile-block::before {
  position: absolute;
  content: "";
  border-left: 3px solid #755be2;
  width: 3px;
  height: 56px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .testimonial-profile-block
  p {
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
}
.schedule-demo-section
  .featured-testimonial-wrapper
  .testimonial-profile-block
  p.name {
  font-weight: 700;
  display: block;
}
.schedule-demo-section .featured-testimonial-wrapper .button {
  margin: 0 auto;
  width: 100%;
  max-width: 253px;
}
.schedule-demo-section .schedule-demo-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.wpcf7-form-control-wrap.countryCode {
  display: none;
}
.wpcf7-form-control-wrap.phone_number {
  display: block;
}
.wpcf7-form-control-wrap.phone_number .iti {
  width: 100%;
}
.wpcf7-form-control-wrap.phone_number .iti__flag {
  /* border-radius: 50%;
  height: 21px;
  width: 21px;
  background-size: cover; */
}
.wpcf7-form-control-wrap.phone_number .iti__selected-country-primary {
  padding-left: 12px;
  padding-right: 11px;
  gap: 6px;
  background-color: transparent !important;
}
.wpcf7-form-control-wrap.phone_number .iti__arrow {
  border: none;
}
.wpcf7-form-control-wrap.phone_number .iti__arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 18px;
  position: absolute;
  transition: 0.3s;
}
.wpcf7-form-control-wrap.phone_number .iti__arrow.iti__arrow--up:before {
  transform: rotate(180deg);
}
.wpcf7-form-control-wrap.phone_number .iti__selected-country {
  padding-right: 16px;
}
.wpcf7-form-control-wrap.phone_number .iti__selected-country::before {
  position: absolute;
  content: "";
  height: 24px;
  border-left: 1px solid #9c9c9c;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form-control-wrap.phone_number .iti .iti__selected-dial-code {
  margin-left: 8px;
}
.wpcf7-form-control-wrap.phone_number .iti__dropdown-content {
  box-shadow: none;
  border: 1px solid #755be2;
  border-radius: 8px;
  background-color: var(--light-purple);
  overflow: hidden;
}
.wpcf7-form-control-wrap.phone_number
  .iti__dropdown-content
  .iti__search-input {
  padding: 8px;
}
.wpcf7-form-control-wrap.phone_number
  .iti__dropdown-content
  .iti__country.iti__highlight,
.wpcf7-form-control-wrap.phone_number
  .iti__dropdown-content
  .iti__country:hover {
  background-color: #f8f4ff;
  opacity: 1;
}
.custom-form-block .wpcf7-spinner {
  display: none;
}
.custom-form-block .loader {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.custom-form-block .submitting .loader {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.custom-form-block .wpcf7-form.submitting .custom-submit-wrapper .blue-btn {
  color: transparent;
}
.get-demo-header {
  padding: 24px;
}
.get-demo-header ul {
  display: flex;
  /* justify-content: center; */
  list-style-type: none;
  gap: 28px;
}
.get-demo-header ul .logo-block {
  display: block;
}
.get-demo-header ul .logo-block img {
  width: 124px;
  height: auto;
}
.get-demo-header ul li {
  display: flex;
  align-items: center;
  gap: 28px;
}
.get-demo-header ul li .remove-btn {
  display: block;
}
.get-demo-header ul li .remove-btn img {
  width: 27px;
  height: auto;
}
.get-demo-footer {
  padding: 25px 0;
}
.get-demo-footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.get-demo-footer .footer-wrapper .menu {
  display: flex;
  list-style-type: none;
}
.get-demo-footer .footer-wrapper .menu a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.67;
  color: #2e2e2e !important;
}
.get-demo-footer .footer-wrapper .menu li {
  font-size: 11px;
  line-height: 19px;
  color: #1a1b20;
}
.get-demo-footer .footer-wrapper .menu li + li {
  padding-left: 15px;
}
.get-demo-footer .footer-wrapper .footer-logo img {
  height: 28px;
  width: auto;
}
.sticky-section{
  position: sticky;
  top: 0;
}
.step-pre-title{
    font-size: 34px;
    font-weight: 700;
    color:#755BE2;
    line-height: 1.2;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 25px;
    display: block;
    text-align: center;
}
.step-title{
    font-size:20px !important;
    font-weight: 400;
    line-height: 28.8px;
}
@media (max-width: 1199px) {
  .video-section .video-wrapper {
    padding-bottom: 51.5%;
    max-width: 863px;
  }
  .video-section .video-wrapper .title-wrapper {
    padding: 0 47px 47px;
  }
  .schedule-demo-section .schedule-demo-wrapper {
    max-width: 862px;
  }
  .custom-form-block {
    margin-inline: 0;
  }
  .schedule-demo-section {
    padding-top: 60px;
    clip-path: none;
  }
  .custom-form-block {
    margin-bottom: 86px;
  }
  .schedule-demo-section .featured-testimonial-wrapper {
    padding-top: 101px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .featured-testimonial-text {
    font-size: 38px;
  }
  .schedule-demo-section .featured-testimonial-wrapper .button {
    font-size: 20px;
    height: 54px;
  }
  .video-section .video-wrapper .title-wrapper h3 {
    font-size: 28px;
  }
  .video-section .video-wrapper .outline-btn {
    font-size: 16px;
    min-width: 326px;
  }
  .demo-hero-section h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .demo-hero-section {
    padding: 30px 0 14px;
  }
  .demo-hero-section .hero-content {
    max-width: 735px;
  }
  .video-section {
    padding: 20px 0 65px;
  }
  .custom-form-block h2 {
    font-size: 28px;
  }
  .custom-form-block .wpcf7-form .custom-submit-wrapper .blue-btn {
    max-width: 267px;
    font-size: 16px;
    padding-block: 9px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .testimonial-profile-block {
    padding-bottom: 113px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .testimonial-profile-block::before {
    bottom: 29px;
  }
  .schedule-demo-section .featured-testimonial-wrapper .button {
    height: 48px;
    max-width: 207px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .schedule-demo-section .custom-form-block .wpcf7-form {
    gap: 18px;
  }
  .schedule-demo-section .custom-form-block .wpcf7-form .step-input-holder {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video-section .video-wrapper .title-wrapper h3 {
    font-size: 16px;
  }
  .video-section .video-wrapper .outline-btn {
    min-width: unset;
    font-size: 10px;
    width: auto;
    padding-inline: 31px;
    height: 28px;
  }
  .video-section .video-wrapper .title-wrapper {
    padding: 0 15px 17px;
  }
  .video-section .video-wrapper {
    padding-bottom: 56.9%;
  }
  .schedule-demo-section {
    padding-top: 4px;
    clip-path: none;
    padding-bottom: 35px;
  }
  .video-section {
    padding: 13px 0 28px;
    background-color: transparent;
  }
  .custom-form-block input[type="checkbox"] {
    margin-top: 3px;
  }
  .schedule-demo-section
    .custom-form-block
    .wpcf7-form
    .step-input-holder.form-check
    .wpcf7-list-item
    label {
    align-items: flex-start;
    gap: 7px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .schedule-demo-section
    .custom-form-block
    .wpcf7-form
    .step-input-holder.form-check {
    margin: 0;
  }
  .custom-form-block .wpcf7-form .custom-submit-wrapper .blue-btn {
    font-size: 16px;
    max-width: 100%;
  }
  .custom-form-block .wpcf7-form .step-input-holder.form-privacy-text p {
    margin-top: 2px;
    letter-spacing: -0.1px;
  }
  .custom-form-block {
    margin-bottom: 64px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .featured-testimonial-text
    br {
    display: none;
  }
  .schedule-demo-section .featured-testimonial-wrapper::before {
    height: 64px;
    width: 64px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .featured-testimonial-text {
    font-size: 36px;
    letter-spacing: 0.2px;
    line-height: 1.3;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .testimonial-profile-block
    .image-block {
    height: 90px;
    width: 90px;
    margin: 0 auto 14px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .testimonial-profile-block
    p {
    font-size: 18px;
            line-height: 1.2;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .testimonial-profile-block
    p.company {
    display: block;
  }
  .get-demo-header ul .logo-block img {
    width: 85px;
  }

  .get-demo-header ul li .remove-btn img {
    width: 19px;
  }
  .demo-hero-section {
    padding: 26px 0 17px;
    text-align: left;
    background: transparent;
  }

  .demo-hero-section h1 {
    font-size: 32px;
    margin-bottom: 31px;
  }

  .demo-hero-section p {
    font-size: 17px;
    line-height: 1.7;
  }
  .custom-form-block {
    padding: 32px 23px;
  }
  .custom-form-block h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  .schedule-demo-section
    .featured-testimonial-wrapper
    .featured-testimonial-text {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 32px;
  }
  .schedule-demo-section .schedule-demo-wrapper > .container {
    width: 100% !important;
  }
  .schedule-demo-section .featured-testimonial-wrapper {
    padding-top: 95px;
  }
  .schedule-demo-section .featured-testimonial-wrapper .button {
    max-width: 100%;
  }
    .video-section .video-wrapper .title-wrapper{
        opacity: 1;
        visibility: visible;
    }
    .step-pre-title {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .step-title{
        font-size: 16px !important;
    }
}

@media (max-width: 430px) {
  .video-section .container {
    width: 340px;
  }
}
/* Touch devices */
@media (hover: none) {
    .video-section .video-wrapper .title-wrapper{
        opacity: 1;
        visibility: visible;
    }

}
