body { background-color:#f8f9fa; font-family:"Poppins", sans-serif; }
:root {
--themeBlue: #0e0254;
--themeOrange: #ef7f1a;
}
.wizard-container {
    max-width:1100px;
    margin:150px auto;
    background:#fff;
    border-radius:8px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
    overflow:hidden;
    padding: 20px;
}
.wizard-sidebar { 
    background:linear-gradient(180deg,#0d1b4c 0%,#243b6e 100%);
    color:#fff;
    padding:40px 30px;
}
.wizard-step {
    display:flex; 
    align-items:center; 
    margin-bottom:25px; 
    font-size: 14px;
    opacity:0.8; 
    transition:0.3s; 
    cursor:pointer; 
}
.wizard-step.active { 
    opacity:1; 
    font-weight:600; 
    transform:scale(1.05); 
}
.wizard-step .circle { 
    width:30px; 
    height:30px; 
    border-radius:50%; 
    border:2px solid #fff;
    display:flex; 
    align-items:center; 
    justify-content:center;
    margin-right:12px; 
    font-size:14px; 
}
.wizard-step.active .circle { 
    background:#fff; 
    color:#0d1b4c; 
}
.wizard-content { 
    padding:20px; 
    min-height:500px; 
    transition:all 0.3s ease; 
}
.wizard-content h4 { 
    color:#0d1b4c; 
    font-weight:600; 
}
.btn-primary { 
    background:#0d1b4c; 
    border:none; 
}
.btn-primary:hover { 
    background:#182a70; 
}
.d-none { 
    display:none !important; 
}
.step_form_title{
    color:var(--themeBlue);
}
.sub_form_title{
    color:var(--themeBlue);
    font-size: 16px;
    font-weight: 600;
}
.input_form_title{
    color:var(--themeBlue);
    font-size: 15px;
    font-weight: 600;
}
.customise_form_control {
    border: 1px solid #0e0254;
}
.customise_form_control:focus {
    border: 2px solid #0e0254;
    box-shadow:none;
}
#toastContainer {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 2000;
}
.custom-radio-label {
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 13px;
    color: #0e0254 !important;
    transition: all 0.3s 
ease;
    width: 139px;
    text-align: center;
}
.custom-radio-label:hover {
    background-color: #0e0254 !important;
    color: #fff !important;
}
.btn-check:checked + .custom-radio-label {
    background-color: #0e0254;
    color: #fff !important;
/* box-shadow: 0 0 10px rgba(14, 2, 84, 0.4); */
}

::placeholder {
  font-size: 13px;      
  color: #6c757d;         
  opacity: 1;               
  font-weight: 500;         
}

::-webkit-input-placeholder {
  font-size: 13px;
  color: #6c757d;
}
::-moz-placeholder {
  font-size: 13px;
  color: #6c757d;
}
:-ms-input-placeholder {
  font-size: 13px;
  color: #6c757d;
}
:-moz-placeholder {
  font-size: 13px;
  color: #6c757d;
}
.customise_width_step_2 .custom-radio-label {
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 7px 8px;
    font-weight: 600;
    font-size: 13px;
    color: #0e0254;
    transition: all 0.3s ease;
    width: 170px;
    text-align: center;
}
.suitable_section .custom-radio-label {
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 7px 8px;
    font-weight: 600;
    font-size: 13px;
    color: #0e0254;
    transition: all 0.3s ease;
    width: 170px;
    text-align: center;
}
.radio-style-common .custom-radio-label {
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 7px 8px;
    font-weight: 600;
    font-size: 13px;
    color: #0e0254;
    transition: all 0.3s ease;
    width: 180px;
    text-align: center;
}
.area-input-group {
    display: flex;
    align-items: stretch;
}
.area-input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.area-input-group .area-unit {
    max-width: 120px;
    border-left: 0;
}
.card {
    border-radius: 10px;
    background: #fff;
}
.form-label {
    color: #0e0254;
}
.form-control, .form-select {
    height: 38px;
}
#full_address {
    overflow-y: hidden;
    min-height: 30px;
    /* resize: none;  */
}
.text-danger.fw-semibold {
  color: #d9534f !important;
  font-weight: 600;
}

.counter-input::-webkit-inner-spin-button,
.counter-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amenities_section .custom-radio-label {
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 13px;
    color: #0e0254;
    transition: all 0.3s ease;
    width: 174px;
    text-align: center;
}
.amenity-counter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.amenity-box {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 5px 12px;
    cursor: pointer;
    width: 233px;
    color: #0e0254;
    transition: all 0.3s ease;
}
.btn-check:checked + .amenity-box {
   background-color: #0e0254;
    color: #fff;
}
.btn-check:checked + .counter-box{
   background-color: #0e0254;
    color: #fff;
}
.counter-box {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    background: #f8f9fa;
    color: #0e0254;
    border-radius: 5px;
    padding: 3px 8px;
}
.counter-box button {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: #007bff;
}
.counter-box span {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
}
.dropdown_height {
  height: auto;
  max-height: 100px;
  overflow-y: auto;
}
.availbility_section .custom-radio-label {
    border: 1px solid #0e0254;
    border-radius: 10px;
    padding: 7px 5px;
    font-weight: 600;
    font-size: 13px;
    color: #0e0254;
    transition: all 0.3s ease;
    width: 180px;
    text-align: center;
}
.photo-upload-box {
    border: 2px dashed #c3c3c3;
    padding: 30px;
    border-radius: 8px;
    background: #fafafa;
    cursor: pointer;
    transition: 0.2s;
}
.photo-upload-box:hover {
    background: #f0f0f0;
}
.upload-btn {
    background-color: #002b5c;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
}
.photo-thumb {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #ccc;
}
.photo-container {
    position: relative;
    display: inline-block;
}
.photo-remove {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}
.error-message{ 
    display: block;
    margin-top: -6px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}
.is-invalid {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 4px rgba(220,53,69,.5);
}

.form-group.is-invalid,
.d-flex.is-invalid {
    padding: 8px;
    border: 1px solid #dc3545;
    border-radius: 6px;
}

