/* ============================================================
   Book a Demo page
   ============================================================ */

.dd-booking-demo-first-section {
  display:flex;
  padding-top: 16px;
  flex-wrap: wrap;
}

.dd-booking-demo-header {
  width: 60%;
  min-width: 450px;
  padding-right: 2px;
}
.dd-booking-demo-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold !important;
}
.dd-booking-demo-subtext {
  font-size: 1rem !important;
  color: #444;
  margin-bottom: 1rem !important;
}
.dd-booking-demo-benefits {
  list-style: none;
  padding: 0;
}
.dd-booking-demo-benefits li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #222;
}

.dd-booking-demo-form-container {
  width: 40%;
  min-width: 450px;
  background: #fafbfc;
}
.dd-booking-demo-form-box {
  width: 100%;
  border-radius: 8px;
  padding: 24px 32px 32px 32px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.dd-booking-demo-form-box label{
  font-weight: normal !important;

}
.dd-booking-demo-form-box label>abbr{
  color: red;
}

.dd-booking-demo-form-box input:focus,
.dd-booking-demo-form-box textarea:focus {
  border-color: #0F856D !important;
}

.dd-booking-demo-form-box h2 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold !important;
}

.dd-booking-demo-submit {
  width: 100%;
  background-color: #0F856D !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
}

.dd-booking-demo-submit:hover{
  background-color: #D1FAF2 !important;
  color:#0F856D !important;
}

.dd-booking-demo-testimonial-section {
  clear: both;
  background: #f7f8fa;
  padding: 48px 12px 32px 12px;
  margin-top: 64px;
}
.dd-booking-demo-testimonial-title {
  font-weight: 600;
  margin-bottom: 16px;
  margin-left: 16%;
  font-size: 1.1rem;
}
.dd-booking-demo-testimonial-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 24px 32px;
  max-width: 700px;
  margin: 0 auto;
}
.dd-booking-demo-testimonial-text {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 1rem;
}
.dd-booking-demo-testimonial-author {
  font-size: 0.95rem;
  color: #444;
}
.dd-booking-demo-testimonial-role {
  font-size: 0.85rem;
  color: #888;
}
.dd-booking-demo-trust-text {
  background: #f7f8fa;
  text-align: center;
  padding: 32px 12px 48px 12px;
  font-size: 1.1rem;
  font-weight: bold !important;
  margin: 0;
}

.dd-booking-demo-message-success {
    color: #008000;
}

.dd-booking-demo-field-error {
    color: #FF0000;
}
