* {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans';
}

html {
    height: 100%
}
body{
    background-image: url("../images/body_bg.webp");
    overflow-x: hidden;
}
p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #183374;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: transparent;
    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: 15px;*/
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans';
    color: #2C3E50;
    background-color: #FBFFFE;
    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 #183374;
    outline-width: 0
}

#msform .action-button,.popup_btn2, .formSubmit {
    width: 50%;
    background: #204296;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus, .formSubmit:hover {
    background-color: #311B92
}

#msform .action-button-previous,.popup_btn1, .main-prev-button {
    width: 49%;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    text-decoration:none;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus , .main-prev-button:hover {
    background-color: #000000;
    color: white;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background: transparent;
}

.fs-title {
    font-size: 42px;
    color: #010205;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
    line-height: 62px;
}


.purple-text {
    color: #183374;
    font-weight: normal
}

.steps {
    font-size: 25px;
    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;
    padding-top: 100px;
}

ul#progressbar li {
    position: relative;
}

ul#progressbar li img {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

#progressbar .active {
    color: #183374
}

#progressbar .active img {
    filter: grayscale(0);
}

#progressbar img {
    filter: grayscale(1);
}

#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: "1"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "3"
}

#progressbar #step5:before {
    font-family: FontAwesome;
    content: "4"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    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: #183374
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #183374
}

.fit-image {
    width: 100%;
    object-fit: cover
}
select {
    padding: 15px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans';
    color: #2C3E50;
    background-color: #FBFFFE;
    font-size: 16px;
    letter-spacing: 1px;
    
}
input::placeholder {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    color: #2C3E50;
}

.radio-option {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: max-content;
    align-items: center;
}
.radio-option input {
    margin-left: 10px;
}
.radio-option img {
    width: 30px; /* Adjust size of the icon */
    height: 30px; /* Adjust size of the icon */
    margin-right: 10px;
}
.radio-wrap{
    width: 100%;
    justify-content: space-between;
}

.radio-option input {
    width: max-content !important;
    margin-bottom: 0 !important;
}
.type-of-sec p {
    width: 100%;
    margin-bottom: 0px;
}

.type-of-sec.d-flex {
    align-items: center;
    flex-direction: column !important;
    margin-bottom:25px;
}

select, option {
      font-family: 'Plus Jakarta Sans', Arial, sans-serif;
      color:#2C3E50;
      letter-spacing:1px;
      font-size: 16px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
}

/* S-CSS  */
/* Main Section Css */
.main-cont{
    padding: 0px 116px 0px 50px;
}
.main-bg {
    width: 100%;
    height: 100vh;
}
.select-option{
    border: 1px solid #204296;
    border-radius: 6px;
    padding:8px 30px 8px 20px;
    display: flex;
    align-items: center;
}
.radio-container {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 16px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #2C3E50;
  }
  
  /* Hide the browser's default radio button */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #204296;
  }
  
    section#multiSelectForm .checkmark {
        left: 0;
    }
    
    section#multiSelectForm .radio-wrap.d-flex .radio-option .radio-container {
        padding-left: 30px;
    }
  
  /* When the radio button is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
    background-color: #204296;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  
    .form-main-inner .pincode input {
        padding: 10px 22px;
    }
  
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
  }
   #msform select, .form-main-inner input{
    padding:16px 12px;
  }
  .submit-btn {
    background-color: #204296;
    text-align: center;
    border-radius: 50px;
    padding: 15px 0px;
    margin-top: 40px;
    /* position: absolute;
    width: 39%;
    right: 100px;
    bottom:110px; */
}
  .submit-btn a{
    display:block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }


  /* Product Selection Section */
  .product-selection{
    padding: 30px 0px 5px;
    /*overflow-x: scroll;*/
    /* background-color: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 12px; */
  }
  .product-selection h2{
    font-size: 24px;
    color: #1E1E1F;
    font-weight: 500;
  }
  .product-selection-inner{
    margin-top: 20px;
    display: flex;
     flex-wrap: wrap; 
    justify-content: start;
    gap: 2%;
    /*width:fit-content;*/
  }
  .product-selection::-webkit-scrollbar {
    height: 5px;
  }
  .product-selection::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #F1F1F1; 
    border-radius: 5px;
  }
  .product-selection::-webkit-scrollbar-thumb {
    background: #C1C1C1; 
    border-radius: 5px;
  }

  .product{
    width:18%;
    margin-bottom:20px;
  } 
  .product-img{
    position: relative;
    width:100%;
  }
  .product-img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
  .product-img p{
    position: absolute;
    margin: 0;
    bottom: 7px;
    left: 15px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
  }
  .product-category {
    border: 1px solid #204296;
    padding: 15px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top: none;
}
.product-category .radio-container{
    font-size: 16px;
    color: #959595;
    padding-left: 36px;
    height:90px;
    overflow:hidden;
    /*display:flex !important;*/
    align-items:start;
    
}
.product-category .checkmark{
    left: 0;
    right: auto;
    width: 22px;
    height: 22px;
}
.product-category .radio-container .checkmark:after{
    width: 8px;
    height: 8px;
}
.radio-wrap.d-flex .radio-option .radio-container {
    font-size: 16px;
    padding-right: 30px;
}
.radio-wrap.d-flex .radio-option .radio-container .checkmark{
    width:20px ;
    height: 20px;
}
.radio-wrap.d-flex .radio-option .radio-container .checkmark:after{
    width: 8px;
    height: 8px;
}


/* V-css */
.form-check {
    background: #ffff;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0px !important;
}

.form-check-input {
    width: 20px !important;
    height: 20px !important;
    border: #353535 1px solid !important;
    padding: 0 !important;
    appearance: auto !important;
    position: absolute;
    top: 15px;
    left: 35px;
	accent-color:orangered;
}

.form-check-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.form-check-input:focus {
    border:0 0 0 .25rem #e38648b9;
}



.form-check-label {
    display: inline-block;
    padding: 10px;
    /* background-color: #f1f1f1;  */
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 100%;
    height: 160px;
    text-align: center;
    border: 1px solid #959595;
}

/* Change background color when the checkbox is checked */
.choosen-amenties input[type="checkbox"]:checked + .form-check-label {
    background-color: #E4EAF9;
    color: #204296;
}

/* Optional: Style the checkbox itself (hidden for design purposes) */
input[type="checkbox"] {
    display: none;
}
label.form-check-label img {
    display: block;
    width: auto;
    margin-inline: auto;
    filter: grayscale(1);
}
.choosen-amenties input[type="checkbox"]:checked + .form-check-label  img{
    filter: grayscale(0);
}

.default-amenties .form-check-label{
    background-color: #E4EAF9;
    color: #204296;
}
.default-amenties .form-check-label img{
    filter: grayscale(0);
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(7, 7, 7, 0.6);
    text-align: center;

}
.popup-content {
    background: white;
    padding:40px 75px;
    border-radius: 8px;
    width: 60%;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.decorate_left,.decorate_right{
    position: absolute;
}
.decorate_left {
    left: 0;
    bottom: 0;
}
.decorate_right {
    right: 0;
    bottom: 0;
}
.popup_btn a{
    text-decoration: none;
    z-index: 11;
}
.popup_btn:hover a{
    color: white;
}

.select-container {
    position: relative;
    display: inline-block;
    z-index:1;
}
.select-container .select-icon{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-100%);
    z-index:0;
}
.select-container select {
    appearance: none;
    
}
.form-main-inner h2 {
    font-size: 24px;
}


@media screen and (max-width: 991px) {
    .product{
        width: 30%;
    }
    .radio-wrap{
        flex-direction: column;
    }
    
    /* NEW */
    .product {
        width: 390px;
    }
    .product-selection-inner{
        flex-wrap: nowrap;
        width: fit-content;
    }
    .product-selection{
        overflow-x: scroll;
    }
}
@media screen and (max-width:767px){
    .main-cont {
        padding: 20px;
    }
    fieldset {
        padding: 20px;
        overflow: hidden;
    }
    
    .type-of-sec.d-flex {
        flex-wrap: wrap;
                padding: 10px;
    }
    .product {
        width:190px;
    }
    .popup-content {
        width: 90%;
        padding: 10px;
    }
    #msform .action-button, .popup_btn2,.main-prev-button,.formSubmit {
        width: 100%;
    }
    
    #msform .action-button-previous, .popup_btn1 {
        width: 100%;
    }
    .popup_btn.d-flex {
        flex-wrap: wrap;
    }
    h2 {
        font-size: 24px;
        line-height: 42px;
    }
    
    label.radio-container {
        padding-right: 30px;
    }
    .main-bg {
        display: none;
    }
    ul#progressbar {
        padding-left: 0;
        margin: 10px;
    }
    
    #progressbar li:before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin: 10px auto 10px auto;
        line-height: 22px;
    }
    
    ul#progressbar li img {
        width: 50px;
        top: -50px;
    }
    
    #progressbar li {
        font-size: smaller;
    }
    h2.fs-title {
        font-size: 32px;
        line-height: 48px;
    }
    label.radio-container {
        padding-left: 0;
        font-size: 16px;
    }
    
    .radio-wrap {
        gap: 20px;
    }
    select{
        appearance: none;
      -webkit-appearance: none; /* For Safari */
      -moz-appearance: none; /* For Firefox */
    }
    .select-option {
        gap: 10px;
    }
    .default-amenties {
        padding-bottom: 40px;
    }
    
    .choosen-amenties {
        padding-top: 20px;
    }
    
    img.decorate_left {
        display: none;
    }
    
    img.decorate_right {
        display: none;
    }
    
    img.w-70 {
        width: 100%;
    }
    .product {
        width:240px;
    }
    .product-img img{
        max-width:100%;
    }
    .product-selection-inner{
        gap:20px;
    }
section#mainSection {
    width: 100%;
    overflow: hidden;
}
select{
        padding-right:32px !important;
    }

}
