.form-body.active[data-step="5"] {
    padding: 0 !important;
}
.accordionnn {
    background-color: #f3f3f3;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 15px;
    border-radius: 8px;
}
.form-body[data-step="6"] {
  background: #017fb3;
  padding: 40px 140px !important;
}
.elementor-popup-modal .dialog-widget-content {
  background: transparent !important;
  box-shadow: none !important;
}
.accordionn {
  background-color: #f3f3f3;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 15px;
  border-radius: 8px;
}

.accordionn:hover {
  background-color: #ccc;
}

.accordionn:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordionn .active:after {
  content: "\2212";
}

.panell {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

#acceptanceBox {
  margin-top: 6px;
  margin-right: 6px;
}

#yNameField,
#emailField {
  background: #ffffff url(/wp-content/uploads/2025/08/profile.png) no-repeat
    15px center;
  background-size: 18px;
  height: 50px;
  padding: 25px 10px 26px 40px;
}

#telField {
  background: #ffffff url(/wp-content/uploads/2025/08/mobile.png) no-repeat 15px
    center;
  background-size: 18px;
  height: 50px;
  padding: 25px 10px 26px 40px;
}

body {
  background: #222;
  margin: 0;
  padding: 0;
}

.form-wrapperr {
  max-width: 1000px;
  margin: 0px auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

/* Header */
.form-headerr {
  background: #0081b5;
  padding: 25px;
  text-align: center;
  color: #fff;
}
.form-headerr h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff !important;
}

/* Stepper */
.stepper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
.stepper::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #cfd8dc;
}
.step {
  position: relative;
  text-align: center;
  flex: 1;
  z-index: 2;
}
.step .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0077a7;
  margin: 0 auto;
  border: 2px solid #cfd8dc;
}
.step.active .circle {
  background: #fff;
  border: 3px solid #ffffff;
}
.step p {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
}

/* Form body */
.form-body {
  padding: 40px;
  display: none;
}
.form-body.active {
  display: block;
}
.dropdown,
.input-field {
  background: #f7f7f7;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  width: 100%;
}

/* Button */
.form-footer {
  padding: 20px 40px 40px;
  text-align: center;
}
.btn {
  background: #d6f0e0;
  border: none;
  color: #6c6c6c;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 5px;
}
.btn.active {
  background: #28a745;
  color: #fff;
}
.selectEle {
  background-color: #f3f3f3;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 15px;
  border-radius: 8px;
  height: 50px;
  padding: 0 20px;
}
.d-none {
  display: none;
}

.imgMar {
  margin: -2px 8px -5px 3px;
}

.btnLbl.active {
  background: #0081b5;
}

.btnLbl {
  background: #0081b529;
  color: #0081b5;
  text-decoration: none !important;
}

.btnLbl:hover {
  background: #0081b5;
  color: #fff !important;
}

.btnBlue {
  background: #0081b5 !important;
}

.main-selector {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.main-selector li {
  float: left;
  margin: 0 10px 10px 0;
  width: 235px;
  min-height: 40px;
  position: relative;
}

.insideSelect {
  position: relative;
  display: none;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  text-transform: capitalize;
}

.insideSelect.show {
  opacity: 1;
  display: block;
  z-index: 999;
}

.main-selector label,
.main-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0081b529;
  color: #0081b5;
  border-radius: 8px;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
}

.main-selector input[type="checkbox"] {
  opacity: 0.01;
  z-index: 100;
}

.main-selector input[type="checkbox"]:checked + label,
.Checked + label {
  background: #0081b5;
  color: #fff;
}

.main-selector label {
  padding: 10px;
  cursor: pointer;
  z-index: 90;
}

.main-selector label:hover {
  background: #ddd;
}

#nextBtn[disabled] {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

p#errorMsg {
  color: red;
  font-size: 12px;
}

.form-body.active[data-step="5"] {
  padding: 0;
}

.detailsWrapper {
  background: #0081b5;
  color: #fff;
  padding: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.cusDetails {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

#selectedCheckboxData {
  font-weight: bold;
}
.calendarr {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 550px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.calendarWrapperr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.calendarr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.calendarr-header h2 {
  font-size: 20px;
  margin: 0;
}

.calendarr-header .nav {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px;
  user-select: none;
  color: #5c1a61;
}

.day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: #0181b5;
  margin-bottom: 20px;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 5px;
}

.days div {
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
  color: black;
  width: 35px;
  height: 35px;
}

.days div:hover {
  background: #e6f7ff;
}

.days .today {
  font-weight: bold;
}

.days .selected {
  background: #0088cc;
  color: #fff;
  font-weight: bold;
}

.form-body[data-step="4"] {
  padding-top: 0;
  background-image: url(/wp-content/uploads/2025/08/bg-blue.png);
  background-size: 120% 40%;
  background-position: -10px -10px;
  background-repeat: no-repeat;
}
#thankyouWrapper svg {
    width: 50%;
}
#firstAvailable:hover {
    background: #28a745 !important;
}
#firstAvailable:focus {
    background: #d6f0e0 !important;
}
#firstAvailable.active:focus {
    background: #28a745 !important;
}