

  /* Styling for container to align price & button */
    #priceContainer {
        display: flex;
        align-items: center;
        gap: 15px; /* Space between price and button */
        margin-top: 10px;
    }

    .payment-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
}
.payment-option {
    display: flex;
    align-items:flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
}
.payment-option img {
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

    /* Styling for the price display */
    #selectedPrice {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    /* Highlight effect for the price */
    #priceValue {
        color: #fff;
        background-color: #091057; /* Bright orange */
        padding: 5px 10px;
        border-radius: 5px;
    }

    /* Disabled button style */
    #nextBtn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    /* Enabled button style */
    #nextBtn {
        background-color: #28a745;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
    }
    /* Styling for the price display */
    #selectedPrice {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
            text-align: end;
    }

    /* Highlight effect for the price */
    #priceValue {
        color: #fff;
        background-color: #ff5733; /* Bright orange */
        padding: 5px 10px;
        border-radius: 5px;
    }

    /* Disabled button style */
    #nextBtn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    /* Enabled button style */
    #nextBtn {
        background-color: #28a745;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 10px;
    }
#destinationList {
    list-style: none;
    padding: 0;
}

#displaySelectedPrice {
    font-size: 20px;
    font-weight: bold;
       text-align: end;
    color: black;  /* Highlighted color */
}

#destinationList li {
/*    background: #f8f9fa;*/
  /*  padding: 10px;*/
    margin: 5px 0;
    border-radius: 5px;
    cursor: pointer;
        font-size: 16px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 0px;

    color: black;

}

#destinationList li:hover {
    background: white;
}


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
        padding-left: 30px;
    padding-right: 30px;
}

}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 2px;
   /* width: 100%;*/
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 150px;
    background: #091057;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #091057;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    margin-top: 0px
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 18px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
    background-image: "url(assets/img/maxi/ser11.png)!important";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    display: none;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #091057
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #091057
}

.fit-image {
    width: 100%;
    object-fit: cover
}


@media (max-width: 575px) {
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 575px) {
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    display:grid!important;
}
}



.default-btn1 {
    border: 0px solid #091057;
    /* box-shadow: inset 0px 0px 15px 0px #091057; */
    background-color: white;
    border-radius: 5px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: blue;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 575px) {
li#margin12 {
    margin-left: 30px;

}
}
.custom-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.heading-line,
.heading-line-sm {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
}

.heading-line {
  font-size: 1.3rem;
}

.heading-line-sm {
  font-size: 1.1rem;
}

.heading-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.heading-underline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 50%;
  height: 3px;
  background: linear-gradient(to right, #ff9900, #fff12f);
  border-radius: 2px;
}

