.book-demo-section {
  /* padding: 60px 0; */
  padding: 0px;
}
.book-demo-section .book-demo-content-wrapper {
  display: flex;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
}
.book-demo-section .form-privacy-text{
  font-family: "Poppins", sans-serif;
}
.book-demo-section .book-demo-content-wrapper .section-tag {
  font-family: Poppins, sans-serif;
  color: #755be2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.book-demo-section .book-demo-content-wrapper h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}
.book-demo-section .book-demo-content-wrapper p {
  /* font-size: 22px; */
  font-size: 12px;
  margin-bottom: 15px;
}
.book-demo-section .book-demo-content-wrapper .form-block {
  /* flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px); */
  background-color: #efe3ff;
  padding: 32px;
  height: max-content;
}
.book-demo-section .book-demo-content-wrapper .form-block h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0px 0px 16px;
  font-family: "Poppins", sans-serif;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper {
  background: #fff;
  border: 1px solid #efe3ff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 12px 32px rgba(117, 91, 226, 0.1);
}
.book-demo-section .book-demo-content-wrapper .form-wrapper label {
  margin-bottom: 5px !important;
  display: inline-block !important;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper p {
  margin-bottom: 12px;
}

.book-demo-section .book-demo-content-wrapper .form-wrapper .form-control,
.book-demo-section .book-demo-content-wrapper .form-wrapper .select-selected {
  height: 45px;
  line-height: 45px !important;
  border-radius: 12px !important;
  border: 1px solid #e3ddf5 !important;
  background: #faf9ff !important;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 15px;
  color: #212529;
  width: 100%;
  text-overflow: ellipsis;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .form-control:focus,
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .select-selected:focus {
  border-color: #755be2 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(117, 91, 226, 0.18) !important;
  outline: none !important;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .form-check {
  padding: 0;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  .wpcf7-list-item {
  margin: 0;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  .wpcf7-list-item-label {
  font-size: 12px;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-width: 16px;
  margin-top: 3px;
  accent-color: #755be2;
}
.book-demo-section
  .book-demo-content-wrapper
  .form-wrapper
  .form-check
  input[type="checkbox"]:checked {
  background-color: #755be2;
  border-color: #755be2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 10l3 3 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
}
.book-demo-section .blue-btn {
  background-color: #755be2;
  color: #fff;
  width: 100%;
  padding: 12px 15px;
  font-weight: 500;
  border: none;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}
.book-demo-section .wpcf7-spinner {
  display: none;
}
.book-demo-section form.submitting .wpcf7-spinner {
  visibility: visible;
}
a.duve-btn-primary,
.duve-btn-primary
{
    border-radius: 100px !important;
    background-color: #1A1B20 !important;
    overflow: hidden !important;
    display: inline-flex !important;
    padding: 0 37px !important;
    border: none !important;
    transition: background-color 300ms !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    position: relative !important;
    align-items: center !important;
    justify-content: center !important;
    /* width: fit-content !important; */
    height: 54px !important;
    font-family: 'Playfair Display' !important;    
    letter-spacing: 3px !important;
    text-transform: uppercase !important;   
    text-decoration: none !important;
    color: #fff !important;
    z-index: 1;
}
.duve-btn-primary:not(.disabled):hover, .duve-btn-white:not(.disabled):hover{
    border-color: transparent !important;
    background-color: #533D55 !important;
    color: #fff !important;
}
.book-demo-section form.submitting .duve-btn-primary{
  color: transparent !important;
}
.book-demo-section .custom-submit-wrapper{
  width: 100%;
}
.book-demo-section .wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  margin-top: 5px;
}
.book-demo-section .form-privacy-text p {
  font-size: 13px !important;
}
.book-demo-section .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 24px;
}
.book-demo-section form.submitting .loader {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.book-demo-section .custom-submit-wrapper {
  position: relative;
}
.book-demo-section form.submitting .blue-btn {
  color: transparent;
}
.book-demo-section #unsupported-pms-card,
.book-demo-section .wpcf7-response-output {
  display: none;
}
.book-demo-section #unsupported-pms-card h3 {
  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: left;
}
.book-demo-section #unsupported-pms-card p {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 25px;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap {
  display: flex;
  margin: 0 -10px;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: 0 10px;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  input {
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  appearance: none;
  left: 10px;
  cursor: pointer;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  label {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  height: auto;
  cursor: pointer;
  background-color: #ebebeb;
  border: none;
  padding: 15px;
  border-radius: 0;
  display: block;
  line-height: 1.2;
  width: 100%;
  padding-left: 45px;
  text-transform: uppercase;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  label::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border: 1px solid #9c9c9c;
  left: 24px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  label::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #755be2;
  left: 28px;
  top: 19px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  input:checked[type="radio"]
  + label {
  background-color: #efe3ff;
}
.book-demo-section
  #unsupported-pms-card
  .radio-options
  .wpcf7-form-control-wrap
  .wpcf7-list-item
  input:checked[type="radio"]
  + label::after {
  opacity: 1;
  visibility: visible;
}
.book-demo-section .review-block-wrapper {
  padding-top: 50px;
}
.nav-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #755be2;
  background: #fff;
  color: #755be2;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.book-demo-section .room-slider-title{
 display: none;
}
.book-demo-section  .room-slider-wrap{
  display:flex;
  align-items:center;
  gap:16px;
}
.book-demo-section .step-input-holder:has(.room-slider-wrapper) p{
    margin: 0 !important;
}
.book-demo-section  .room-slider-wrapper p{
    display: flex;
}
.book-demo-section  .slider-wrap{flex:1;}
.book-demo-section  .room-slider{
  width:100%;
  -webkit-appearance:none;
  appearance:none;
  height:8px;
  border-radius:1000px;
  background:#EFE3FF !important;
  outline:none;
 box-shadow: none;
 border: none;
}
.book-demo-section  .room-slider::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:31px;
  height:31px;
  border-radius:50%;
  background:#755BE2;
  border: 6px solid #fff;
  cursor:pointer;
}
.book-demo-section  .room-slider::-moz-range-thumb{
  width:20px;height:20px;border:none;border-radius:50%;background:#755BE2;
}
.book-demo-section  .value-input{
        max-width: 70px;
    text-overflow: ellipsis;
    padding: 0 5px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 3.5px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    word-spacing: -3px;
}
.book-demo-section  .value-input::-webkit-outer-spin-button,
.book-demo-section  .value-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form{
      display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder.col-2{
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder.col-2 p{
  flex: 1;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder{
  flex: 0 0 100%;
  max-width: 100%;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder p{
  margin: 0;
      line-height: 1.3;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder .single-form{
  margin: 0;
      display: flex;
    flex-direction: column;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder .single-form p{
  order: 1;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper p {
  margin-bottom: 0;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .select-items div{
  line-height: 35px;
    padding: 0 16px;
    font-size: 12px;
}
.book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .countryCode{
  display: none;
}
  .book-demo-section .form-wrapper .duve-btn-primary{
    font-size: 16px !important;
    padding: 0 20px !important;
    height: 48px !important;
  }
  .book-demo-section .form-wrapper  .phone_number .iti__selected-dial-code{
    font-size: 12px;
    margin-top: 2px;
    color: #212529;
  }
  .book-demo-section .form-wrapper  .phone_number .iti__search-input{
    height: 35px;
    padding: 0 10px;
  }
  .book-demo-section .iti{
      display: block;
  }

  .book-demo-section-v6 .container{
    padding: 0px !important;
  }

@media (max-width: 1440px) {
  .book-demo-section .book-demo-content-wrapper h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .book-demo-section .book-demo-content-wrapper {
    gap: 40px;
  }
}
@media(max-width:1024px){
  .book-demo-form-section{
    padding-inline: 0 !important;
  }
  .book-demo-form-section .left-content-block{
    padding-inline: 30px !important;
  }
   .book-demo-form-section  .container{
        padding: 0;
    max-width: 100%;
   }

}
@media (max-width: 991px) {
  .book-demo-section .book-demo-content-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .book-demo-section .book-demo-content-wrapper .form-block,
  .book-demo-section .book-demo-content-wrapper .content-block
  {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book-demo-section .book-demo-content-wrapper p {
    /* font-size: 18px; */
    font-size: 12px;
  }
  .book-demo-section .book-demo-content-wrapper .section-tag,
  .book-demo-section .book-demo-content-wrapper .content-block h2 {
    display: none;
  }
  .book-demo-section .review-block-wrapper {
    padding-top: 30px;
}
}
@media (max-width: 600px) {
  .book-demo-section .book-demo-content-wrapper .form-wrapper .wpcf7-form .step-input-holder.col-2{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book-demo-section .value-input{
    max-width: 50px;
  }
  .book-demo-section .book-demo-content-wrapper .form-block{
    padding: 20px;
  }
  .book-demo-section .book-demo-content-wrapper .form-wrapper{
    padding: 20px;
  
}}
@media (max-width: 430px) {
    .book-demo-section .form-wrapper .duve-btn-primary {
        font-size: 12px !important;
        padding: 0 15px !important;
        height: 44px !important;
        letter-spacing: 2.1px !important;
    }
    a.duve-btn-primary,
    .duve-btn-primary,
    .duve-btn-white a,
    a.duve-btn-white
    {
        font-size: 16px !important;
    }
}