/* FORM LAYOUT */
.p-10{
    padding: 10px;
}
.p-20{
    padding: 20px;
}
.bg-purple {
    background: #EECCF5;
}
.bg-yellow{
  background-color: #f9eead;
}
.border-radius-10 {
    border-radius: 10px;
}
.color-blue {
    color: #030644 !important;
}
.fr-form-wrapper h4 {
    font-family: "Dela Gothic One", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.fr-form-wrapper h3 {
    text-transform: uppercase;
}
.fr-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.fr-form-left {
  flex: 3;
}

.fr-summary-column {
    flex: 1;
    position: sticky;
    top: 30px;
    /* background: #f9f9f9; */
    border-radius: 5px;
}

.fr-summary-column h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}

.fr-summary-list li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* TOP STEPPER */
.stepper-horizontal {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px;
  padding: 0;
  list-style: none;
  width: 100%;
  counter-reset: stepper;
}

.stepper-horizontal .step {
  flex: 1;
  text-align: center;
  position: relative;
  color: #EECCF5;
}

.stepper-horizontal .step .circle {
    display: inline-block;
    width: 34px;
    height: 32px;
    line-height: 32px;
    background: #030644;
    border-radius: 50%;
    color: #a7d1fa;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    z-index: 9;
    border: 2px solid;
}

.stepper-horizontal .step .label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-top: 2px;
    color: #a7d1fa;
}

.stepper-horizontal .step.active .circle {
    background: #030644;
    color: #eeccf5;
    border-color: #eeccf5;
}

.stepper-horizontal .step.completed .circle {
    background: #eeccf5;
    color: #030644;
    border-color: #eeccf5;
}
.stepper-horizontal .step.active .label {
  color: #eeccf5;
}

.stepper-horizontal .step.completed .label {
    color: #eeccf5;
}

.stepper-horizontal .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -50%;
    height: 2px;
    background: #a7d1fa;
    width: 100%;
}

.stepper-horizontal .step.completed:not(:last-child)::after {
    background: #eeccf5;
}
/* STEP SECTIONS */
.fr-form-wrapper {
    margin-bottom: 30px;
}

.fr-step .step {
  list-style: none;
  margin-bottom: 20px;
}

/* steper*/
ul.fr-step {
  padding: 0;
  margin: 0;
  counter-reset: section;
}
/*
ul.fr-step.fr-step-2 {
    counter-reset: section 6;
}
ul.fr-step.fr-step-3 {
    counter-reset: section 9;
}
*/
ul.fr-step .step:not(:last-of-type).active {
  margin-bottom: 2.25rem;
}

ul.fr-step > li:not(:last-of-type) {
  margin-bottom: 20px;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

ul.fr-step .step {
  position: relative;
  list-style: none;
}

ul.fr-step li .form-group.bg-white {
  background: #fff;
  padding: 0px;
}
.form-group h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #a7d1fa;
}

.sec-details {
    margin-bottom: 10px;
    border-bottom: 1px solid #0306443d;
    padding-bottom: 10px;
}
.sec-details:last-child {
    margin-bottom: 0;
    border-bottom: 0px;
    padding-bottom: 0;
}
/* end steper*/

/* OPTION CARDS */
.fr-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0px;
}
.btn_radio input[type="radio"] {
  display: none;
}

.btn_radio .col-lg-6 label {
  min-height: 200px;
}

.btn_radio label {
    position: relative;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    /* min-height: 280px; */
    background: #EECCF5;
    display: block;
    border-radius: 10px;
    border: 5px solid transparent;
    padding-bottom: 50px;
    line-height: 1.3;
    font-size: 14px;
    flex: 1;
}
.input_group.btn_radio {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    max-width: 248px;
}

.btn_radio input[type="radio"]:checked + label {
  border: 5px solid #ff9349;
}

/* .btn_radio label::after, */
.btn_radio label::before {
  position: absolute;
  content: "";
  top: auto;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  bottom: 10px;
  left: 47%;
}

.btn_radio label::after {
    content: "";
    position: absolute;
    background: transparent;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url("../img/check-mark.svg");
    width: 24px;
    height: 24px;
    right: 0px;
    /* top: -10px; */
    background-color: #030644;
    border-radius: 50px;
    border: 2px solid #eeccf5;
    transform: scale(0);
}

.btn_radio label::after,.btn_radio label::before {
    position: absolute;
    content: "";
    top: auto;
    border-radius: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    bottom: 10px;
    left: 47%
}

.btn_radio label::before {
    width: 24px;
    height: 24px;
    background: #eeccf5;
    border: 3px solid #030644;
}

.btn_radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn_checkbox input[type="checkbox"] {
  display: none;
}

.btn_checkbox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    display: block;
    border-radius: 0;
    border: 0px solid transparent;
    padding-left: 26px;
    line-height: 1.4;
    background: #fff;
    margin: 5px 0px;
    padding: 10px 20px;
    padding-left: 40px;
    border-radius: 5px;
}

.btn_checkbox label::after,
.btn_checkbox label::before {
  position: absolute;
  content: "";
  top: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 10px;
}
.btn_checkbox label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #ddd8d8;
}

.btn_checkbox label::after {
    opacity: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/check-mark.png);
    -webkit-transform: scale(2);
    transform: scale(2);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 3px;
}

.btn_checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn_radio.normal_radio {
  margin: 20px 0;
}

.normal_radio.btn_radio label {
  padding: 20px;
  min-height: auto;
  height: auto;
  background: 0 0;
}
.normal_radio .input-group {
  margin: 5px 0px;
}
.normal_radio.btn_radio label {
    border: 0 solid transparent;
    line-height: 1.6;
    background: #fff;
    padding: 12px 20px;
    padding-left: 40px;
}

.normal_radio.btn_radio label::after,
.normal_radio.btn_radio label::before {
  top: auto;
  left: 10px;
  bottom: auto;
}
.normal_radio.btn_radio label::before {
    background: #fff;
}
.normal_radio.btn_radio .tran-bg label:before {
    background: #eeccf5;
}

.normal_radio.btn_radio input[type="radio"]:checked + label {
  border: 0 solid #ff9349;
}

.normal_radio.btn_radio label::after {
  bottom: auto;
  margin-top: 0px;
}

.fr-form button.btn {
    padding: 10px;
    min-width: 170px;
    margin: 0;
    margin-right: 10px;
}

/* INPUTS */
.fr-form input[type="text"], .fr-form input[type="email"], .fr-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #030644;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* BUTTONS */
.fr-form button {
    background: #f9eead;
    color: #030644;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.fr-form button:hover {
    background: #a7d1fa;
    color: #030644;
}

.fr-form button.fr-prev {
  background: #aaa;
}

.fr-form button.fr-prev:hover {
  background: #888;
}

/* FIELDSETS */
fieldset {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  margin-top: 15px;
}

legend {
  font-weight: bold;
  font-size: 14px;
}

/* VALIDATION HIGHLIGHT */
/* .fr-form input:invalid {
  border-color: #e74c3c;
} */

.fr-form input:valid {
  border-color: #2ecc71;
}

/*Sidebar*/
.sticky_sidebar {
    position: sticky;
    top: -400px
}
.single_widget {
    margin-bottom: 30px
}

.single_widget.widget_text {
    text-align: center
}

.single_widget.widget_text a {
    margin: 20px 0;
    display: block;
    margin-bottom: 30px
}

.single_widget.widget_text a img {
    margin-right: 10px
}

.single_widget.rg_details {
    border-radius: 10px!important;
    border: 3px solid #EECCF5;
}

.single_widget.rg_details a {
    display: block;
    margin: 20px;
    text-align: center
}

.single_widget.rg_details h3 {
    background: #030644;
    color: #fff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.rg_details ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.rg_details ul li {
    padding: 10px 20px
}

.rg_details ul li p {
    margin: 0;
    font-size: 16px
}

.rg_details ul li h5 {
    margin: 0
}

.rg_form_area h3 {
    color: #000
}

.rg_details ul li h5 {
    color: #000;
    font-family: "Dela Gothic One", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
.rg_sidebar h3 {
    color: #000
}

.rg_details ul li.bg_white {
    background: #EECCF5;
    margin-bottom: 0px;
    border-bottom: 1px solid #0306443d;
}
.rg_details ul li.bg_white:last-child {
    border-bottom: 0px solid #0306443d;
}
span.fr-price-per-person-line {
    font-weight: 700;
    border-top: 1px solid #03064414;
    padding-top: 5px;
    margin-top: 5px;
}
.rg_details ul li h2 {
    font-size: 24px
}

.rg_details ul li h2 span bdi {
    float: right
}

.widget_checklist ul {
    margin: 0;
    padding: 0 20px;
    list-style-image: url(img/component-icon-check.png)
}

.widget_checklist ul li {
    font-weight: 400;
    color: #f9eead;
    font-size: 14px;
}

/**/

.accordion_area .accordion-item {
    border-top: 1px solid #eeeeee1f;
}

.accordion_area .accordion-header {
  margin: 0;
}

.accordion_area .accordion-button {
    border: none;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    border-radius: 0px;
    color: #f9eead;
}

.accordion_area .accordion-button:hover, .accordion_area .accordion-button:focus {
  background: transparent;
  color:#f9eead
}

.accordion_area .chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #f9eead;
    border-bottom: 1px solid #f9eead;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.accordion_area .accordion-button.active .chevron {
  transform: rotate(-135deg); /* pointing up */
}

.accordion_area .accordion-collapse {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion_area .accordion-collapse.opening,
.accordion_area .accordion-collapse.show {
  height: auto;
}

.accordion_area .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion_area .accordion-body li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #eeccf5;
}
.accordion_area .accordion-body li span {
    text-align: right;
}
.hidden {
  display: none;
}

.single_widget.widget_checklist ul {
    margin: 0;
    padding: 0 20px;
    list-style-image: url(../img/check-icon.png);
}
.single_widget.widget_text span.contact-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.input-group.mb-5 label {
    margin-bottom: 5px;
}
.normal_radio.btn_radio .tran-bg label {
    background: transparent;
    padding-left: 30px;
}

.normal_radio.btn_radio .tran-bg label::before, .normal_radio.btn_radio .tran-bg label::after {
    left: 0;
}
.details-group .sec-details h4 {
    margin: 0px;
}
.error-field {
    border: 1px solid red !important;
    border-radius: 10px;
}
.form-warning {
    color: #b30000;
    background: #ffe0e0;
    padding: 10px 15px;
    border: 1px solid #ffb3b3;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: 500;
}
#fr-preloader {
    display: none; /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}


#fr-preloader .loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
h3.bg-purple.p-10.border-radius-10.color-blue {
    padding: 10px 20px;
}


/* Extra info list under each sportpark */
.fr-sportspark-extra {
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}

.fr-sportspark-extra__item {
    position: relative;
    margin: 4px 0;
    padding-left: 6px;
    list-style: none;
}

/* Custom bullet (small circle) */
.fr-sportspark-extra__item::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #030644;
}

/*end desktop*/



/* RESPONSIVE */
@media (min-width: 768px) and (max-width: 1024px) {
.input_group.btn_radio {
    max-width: inherit;
}
}
@media screen and (max-width: 767px) {
  .fr-form-wrapper {
    flex-direction: column;
  }

  .fr-options {
    flex-direction: column;
  }

  .fr-summary-column {
    position: static;
    margin-top: 20px;
  }

.fr-options {
    grid-template-columns: repeat(1, 1fr);
}
.btn_radio label {
    min-height: auto;
}

.fr-form button.btn {
    padding: 10px;
    min-width: 115px;
    margin-right: 5px;
}
.stepper-horizontal .step .label {
    display: none;
}
.input_group.btn_radio {
    max-width: initial;
}

} /*end mobile*/


/*
Ballie Plyer Registration Form
Develope by: Suhan Alam Rana
Developer URL: https://fiverr.com/ranakpik
Website: https://imaxbd.com
*/