
/** booking-section **/

.booking-section {
  position: relative;
}

.booking-section .sec-title p {
  max-width: 680px;
  margin: 15px auto 0;
  color: #6e6e6e;
}

.booking-form-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.limoanywhere-ores {
  position: relative;
  width: 100%;
  min-height: 900px;
}

.limoanywhere-ores iframe,
#oresiframe {
  display: block;
  width: 100%;
  min-height: 900px;
  border: 0;
  background: #fff;
}

.limoanywhere-ores a[data-ores-widget] {
  display: inline-block;
  color: var(--theme-color);
  font-weight: 600;
}

.booking-placeholder {
  text-align: center;
  padding: 70px 30px;
  background: linear-gradient(135deg, #f8f8f9 0%, #ffffff 100%);
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
}

.booking-placeholder .icon-box {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(var(--theme-color-rgb), 0.1);
  color: var(--theme-color);
  font-size: 32px;
}

.booking-placeholder h3 {
  margin-bottom: 15px;
  color: var(--title-color);
}

.booking-placeholder p {
  max-width: 560px;
  margin: 0 auto 20px;
  color: #6e6e6e;
}

.booking-placeholder code {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f1f1f3;
  color: var(--theme-color);
  font-size: 13px;
}

.booking-setup-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.booking-setup-list li {
  margin-bottom: 10px;
  color: #6e6e6e;
}

.booking-placeholder .note {
  margin-bottom: 0;
  font-size: 14px;
}


/** thank-you-section **/

.thank-you-section {
  position: relative;
}

.thank-you-box {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 70px 50px;
}

.thank-you-box .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 34px;
}

.thank-you-box h6 {
  margin-bottom: 12px;
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thank-you-box h2 {
  margin-bottom: 18px;
}

.thank-you-box p {
  max-width: 560px;
  margin: 0 auto 35px;
  color: #6e6e6e;
  font-size: 17px;
  line-height: 30px;
}

.thank-you-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}


/** responsive-css **/

@media only screen and (max-width: 767px) {
  .booking-form-wrap {
    padding: 15px;
  }

  .limoanywhere-ores,
  .limoanywhere-ores iframe,
  #oresiframe {
    min-height: 700px;
  }

  .booking-placeholder {
    padding: 45px 18px;
  }

  .thank-you-box {
    padding: 50px 22px;
  }
}
