/*----------------------------------------- Detail form css start here -----------------------------------------*/
.offcanvas div#loader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: rgba(255, 255, 255,0.9);
    z-index: 1;
    border-radius: 14px;
    padding: 50vh  0 0;
}
.bottom_nav ul li {
    z-index: 999 !important;
}
.form-container {
    /*max-width: 1020px;*/
    /*margin: 100px auto;*/
    /*background: #fff;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0px 10px 20px rgba(0,0,0,.1);*/
    padding: 30px 40px;
    /*animation: fadeIn 1s ease-in-out;*/
    /*position: relative;*/
    /*z-index: 1;*/
}
.section-header span {
    background: transparent;
    padding: 20px;
    border-radius: 20%;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    color: #000000;
    font-size: 20px;
    border: 1px solid #c9c5c5;
}
.section-header {
    font-size: 20px;
    color: #000000;
    margin-bottom: 25px;
    background: #fff;
    padding: 0 !important;
    border-radius: 0px;
}


/* Buttons for Services */
.service-btn {
    background: #f8f8f8;
    border: 2px solid #ddd;
    color: #333;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 500;
}

.service-btn:hover, .service-btn.active {
    background: #ff1500;
    color: #fff;
    border-color: #ff1500;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(255, 21, 0, 0.3);
}


.form-control:focus, .form-select:focus {
    border-color: #ff1500;
    box-shadow: 0 0 5px rgba(255, 21, 0, 0.5);
}

.size-option {
    text-align: center;
    padding: 15px;
    background: #f8f8f8;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 500;
    width: 22%;
    margin: 10px;
    min-width: 200px;
}
.size-option span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #888;
  margin-top: 4px;
}

.size-option:hover, .size-option.active {
    background: #ff1500;
    color: #fff;
    border-color: #ff1500;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(255, 21, 0, 0.3);
}
.service-option {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    margin: 0;
}
.service-option input[type="radio"] {
    width: 0;
    height: 0;
}
.form-container .form-card .calendar-container {
    flex-flow: row;
    margin: 0 0 15px;
}
.service-option:hover, .service-option.active {
    background: #ff1500;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(255, 21, 0, 0.3);
}

.service-option i {
    font-size: 2rem;
    margin-right: 10px;
}


/* Always Open Calendar */
.calendar-container {
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}


/* Submit Button */
.btn-submit {
    background-color: #ff1500;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 7px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #e01400;
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(255, 21, 0, 0.4);
    color: #fff;
}
.form-control, .form-select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    transition: border-color 0.3s;
    height: 55px;
    font-size: 16px;
background-color: #fafcff !important;
}
.section-header + .row {
    background: #f9f9f9;
    padding: 15px;
    margin: 0px;
}
        .form-control:focus, .form-select:focus {
            border-color: #ff1500;
            box-shadow: 0 0 5px rgba(255, 21, 0, 0.5);
            background-color: #fff !important;
        }
        .btn-add-item {
            background-color: #ff1500;
            color: #fff;
            font-weight: 600;
            transition: all 0.3s;
        }
        .btn-add-item:hover {
            background-color: #e01400;
            transform: scale(1.05);
        }
        .inventory-section {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            background-color: #f8f8f8;
        }
        .form-container h3 {
    font-size: 20px;
    margin: 0 0 25px;
}
.check-common.last-step {
    top: 0;
    margin: 10px 0 0;
}
.flex-row {
    display: flex;
    gap: 30px;
    margin: 0 0 25px;
    flex-wrap: wrap;
}
.flex-row .item-left {
    flex: 0 0 25%;
}
.item-right {
    flex: 0 0 70%;
}
.flex-row .item-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flex-row .item-left ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}

/*.category {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 5px;*/
/*    margin-bottom: 5px;*/
/*    background-color: #f9f9f9;*/
/*    cursor: pointer;*/
/*}*/


.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    border-top: 1px solid #eee;
    padding-top: 8px;
}
.bedroom.common-tab-main {
    height: 670px;
    overflow: auto;
}
.g-recaptcha {
    margin: 0 0 20px;
}
.item div {
    display: flex;
    align-items: center;
    min-width: 97px;
}
.brn-flex-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.item button {
    background-color: #ff1500;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 7px;
    color: #fff;
}
.flex-row .item-left ul li {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ff4a57;
    padding: 12px 8px !important;
    cursor: pointer;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
}
.flex-row .item-left ul li span {
    background: #000000;
    color: #fff;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 23px;
}


/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.form-container .header-bg {
    border: 0.1px solid #b38181;
    box-shadow: 1px 1px 7px #040404;
    background-image: url(https://www.fragileremovals.com.au/wp-content/uploads/2020/10/Banner_Photo.jpg);
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.section-header + .row .col-md-4, .section-header + .row  .col-md-12 {
    margin: 10px 0;
}
.flex-row .item-left ul li.tab-btn.active {
    background: #f9f9f9;
    color: #ff1500;
    border-color: #000 !important;
}
.flex-row .item-left ul li.tab-btn.active span {
    background: #ff1500;
}
.form-container textarea.form-control {
    height: 110px;
}
.form-container .calendar-container .calendar .header {
    background: #eeeeee;
}
.form-container .calendar-container .calendar {
    border-color: #000000;
}
.form-container .calendar-container .calendar .day {
    border-color: #eee;
}
.form-container .header-bg h2#heading + p {
    font-size: 20px;
    margin: 0;
}
.form-container .header-bg h2#heading, .form-container .header-bg h2#heading + p {
    color: #fff;
    margin: 5px 0;
}
.form-container .header-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,21,0,0.7);
    z-index: -1;
    border-radius: 10px;
}
.page-template-thank.page-template-thank-php .jumbotron img {
    object-fit: contain;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
    filter: brightness(0.0);
}
label.form-label {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}
label.red-color {
    color: red !important;
}
.text-center {
    text-align: center;
}
button#openOffcanvas {
    position: fixed;
    top: 430px;
    right: 0;
    background-color: #ed1c24;
    padding: 10px;
    border: 7px solid #fff;
    border-right: none;
    color: #fff;
    font-family: 'Impact';
    border-radius: 5px;
    z-index: 9;
    font-size: 33px;
    text-transform: uppercase;
}
.getquotes1, .bottom_nav ul li .nav-arrow {
    z-index: 7 !important;
}
div#bedroomselect1 .check-common {
    top: 0;
}
body.active-offcanvas::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 0;
}
.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
    }
    .action-row button {
    width: auto !important;
    margin: 0 !important;
    padding: 10px !important;
    display: flex;
    align-items: center;
}
.popup-overlay .popup input {
    width: 100%;
}

    .popup {
    background: #fff;
    border-radius: 8px;
    width: 500px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    position: relative;
    margin: 250px auto;
}

.popup h3 {
  margin-top: 0;
}

.popup input[type="text"],
.popup input[type="number"] {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.quantity-selector {
  display: flex;
  align-items: center;
}

.body-hidden {
    overflow: hidden !important;
}
    .quantity-selector button {
    width: 40px !important;
    height: 43px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    display: flex;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.quantity-selector input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 4px;
    padding: 5px;
}

.popup .btn {
    padding: 8px 15px;
    background: #ff1500;
    color: white;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 26px;
    cursor: pointer;
    font-weight: 500;
    width: auto !important;
    margin: 0 !important;
    padding: 0px 10px !important;
}
    .quantity-selector input#quantity {
    margin-bottom: 0;
    width: 70px;
}


/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.acess-street-open, .Stairs-open, .destination_address, .destination_address-street-open {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

div#step4 h3, div#step6 h3 {
    border: .1px solid #f7dedb;
    color: #020202;
    padding: 14px 15px;
    font-size: 16px;
    margin-bottom: 15px;
    background: snow;
}

div#step6 .brn-flex-steps button{
    margin-left: 0;
    margin-right: 0;
}
span.mb-4 {
    display: inline-block;
}

/*.form-container .progress {*/
/*    display: none;*/
/*}*/

.moblie-only {
    display: none;
}
.search-box.search-mobile-only{
    display: none;
}


@media(max-width:1199px){
    /*.form-container {
        margin: 20px 20px 60px;
    }*/
    .offcanvas-body {
        width: 100%;
        max-width: 90% !important;
        margin: 0 auto;
    }
}


@media(max-width:991px){
    .size-option {
        padding: 10px;
        width: 30%;
    }
    div#progressBar {
        min-width: 100px;
    }
    .form-container .header-bg h2#heading + p {
        font-size: 16px;
    }
}



@media(max-width:767px){
    .property-heading.mt-4, .property-heading.mt-4 h3 {
        margin: 0 !important;
    }
    .form-container {
        padding: 12px;
    }
    label.size-option.access-delivery-street, label.size-option.access-delivery-street_destination {
        width: 100%;
    }
    .search-box.search-mobile-only{
        display: block;
    }
    .search-box.search-desktop-only{
        display: none;
    }
    
    .flex-row .item-left ul li.tab-btn.active+.item-right {
        display: block !important;
    }
    .bedroom.common-tab-main .item button {
        margin-bottom: 0;
        width: auto;
    }
    .item button + span {
        padding: 0 10px;
    }
    /*.mobile-only {
        display: block !important;
    }*/
    .item-right {
        display: none;
    }
    .page-template-thank.page-template-thank-php .jumbotron img {
        width: 100%;
        max-width: 100%;
    }
    .page-template-thank.page-template-thank-php .jumbotron {
        padding: 30px 15px;
    }
    .page-template-thank.page-template-thank-php .jumbotron p.lead a {
        font-size: 18px;
        padding: 10px 24px;
    }
    .page-template-thank.page-template-thank-php .jumbotron p {
        font-size: 20px;
    }
    .page-template-thank.page-template-thank-php .jumbotron h1.display-3 {
        font-size: 54px;
    }
    .popup {
        width: 90%;
        margin: 0;
        position: fixed;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        left: 50%;
        height: max-content;
        overflow-y: auto;
        z-index: 99999999999999;
    }
    label.form-label {
        font-size: 16px;
    }
    .form-control, .form-select {
        padding: 10px;
        height: 38px;
        font-size: 14px;
    }
    .section-header + .row .col-md-4, .section-header + .row  .col-md-12 {
        margin: 5px 0;
    }
    .form-container button {
        padding: 7px 17px;
        margin: 10px 15px;
        box-shadow: none;
        outline: none;
        border: none;
        font-size: 14px;
    }
    .form-container .d-flex.justify-content-between {
        flex-flow: column;
    }
    .calendar-container {
        flex-flow: column;
        gap: 10px;
        padding: 10px;
    }
    .service-option {
        font-size: 16px;
        padding: 12px;
    }
    .section-header {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 10px;
        letter-spacing: -.7px;
        margin-top: 20px;
    }
    .section-header + .row {
        padding: 0px;
    }
    .section-header span {
        padding: 15px;
        width: 35px;
        height: 35px;
        margin: 0 4px 0 0;
        font-size: 16px;
    }
    .flex-row {
        gap: 15px;
        margin: 0 0 20px;
        flex-flow: column !important;
    }
    .form-container .form-card .calendar-container {
        flex-flow: column;
    }
    .form-container .d-flex.mb-3 {
        flex-wrap: wrap;
    }
    .size-option {
        width: 48%;
        margin: 5px 1%;
        min-width: auto;
        font-size: 14px;
        padding: 8px;
    }
    .section-header + .row {
        padding: 8px 0;
    }
    .acess-street-open, .Stairs-open, .destination_address, .destination_address-street-open {
        margin: 10px 0 10px !important;
    }
    div#step8 .brn-flex-steps button {
        margin-left: 0;
        margin-top: 20px !important;
        margin-right: 0;
    }
    .g-recaptcha {
        margin: 20px 0  0px 0 !important;
    }
    .form-container div#loader img {
        max-width: 80px;
    }
    div#step12 .brn-flex-steps button#submitButton {
        font-size: 14px;
    }
    .check-common input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
    }
    .flex-row .item-left {
        flex: auto;
        height: auto;
        overflow: auto;
    }
    div#step9 .brn-flex-steps button {
        margin-left: 0;
        margin-right: 0;
    }
    .bedroom.common-tab-main {
        height: auto;
        overflow: auto;
    }
}


.skip-inventry-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.skip-inventry {
    background: #ff1500;
    border: none;
}


@media (max-width:767px){
	.section-header + .row .col-md-4, .section-header + .row  .col-md-12 {
    		margin: 5px 0 0 !important;
	}
	.service-option {
    		font-size: 14px !important;
   		 padding: 8px !important;
	}
	.section-header {
    		font-size: 14px !important;
    		margin-bottom: 0px !important;
    		padding: 10px !important;
    		letter-spacing: -.5px !important;
    		margin-top: 0px !important;
	}
	img.brand-logo {
    		max-width: 100px !important;
   		 margin: 0 auto !important;
    		display: block !important;
	}
	#heading {
    		text-align: center !important;
    		font-size: 20px !important;
	}
    .form-container .header-bg h2#heading + p {
        font-size: 14px !important;
    }
    .header-bg {
        background: #eee;
        padding: 10px 0;
        margin: 12px 0 0 !important;
    }
    .form-container {
        padding: 0 10px 10px;
    }
    div#step1, div#step2, div#step3, div#step4, div#step5, div#step6, div#step7, div#step8, div#step9 {
        margin: 0 !important;
    }
    .acess-street-open.mb-4 {
        padding: 10px;
    }
}


@media (max-width:480px){
    .skip-inventry-sec {
        flex-direction: column;
    }
    .skip-inventry-sec .section-header {
        margin: 0 !important;
    }
    .form-container.quick_quote_form div#step6 button {
        padding: 8px 10px;
    }
}

.offcanvas-body {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    height: max-content;
    transform: translateY(-50%);
}
/*.btn-expander {
    width: 100% !important;
    max-width: 1020px !important;
    margin: 0px auto !important;
    z-index: 999;
    top: 0px !important;
    right: 0;
    left: 0;
    height: 100% !important;
    bottom: 0;
}*/
.btn-expander {
    width: 100% !important;
    max-width: 1020px !important;
    margin: 0px auto !important;
    z-index: 999;
    height: 100% !important;
    position: static !important;
}
.quick_quote-form:before {
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.quick_quote-form {
    position: relative;
}

.wc_captcha-form {
	display:block;
	float:none;
	clear:both;
	margin-bottom: 16px!important;
	vertical-align: middle;
}

.login form .wc_captcha-form span {
	display: inline-block;
}
.wc_captcha-form input[type="text"].wc-input, form.comment-form .wc_captcha-form input[type="text"].wc-input  {
	display: inline-block;
	vertical-align: middle;
	width: 60px!important;
	margin-bottom: 0;
}


.form-container.quick_quote_form div#step5 .section-header {
    margin-bottom: 10px;
}
.form-container.quick_quote_form div#step5 div#top-controll {
    margin: 10px 0 20px;
}
.form-container.quick_quote_form div#step5 h3#monthYear1 {
    padding: 10px;
    margin-bottom: 10px;
}
.form-container.quick_quote_form div#step5 div#additionalControls {
    margin: 10px 0;
}
.form-container.quick_quote_form div#step5 .brn-flex-steps button {
    margin: 0;
    line-height: 20px;
}
.form-container.quick_quote_form div#step5 .brn-flex-steps .day {
    padding: 5px;
}

.form-container.quick_quote_form div#step5 .section-header + .row .col-md-4, .form-container.quick_quote_form div#step5 .section-header + .row .col-md-12{
	margin:5px 0;
}
.btn-expander div#loader {
    position: absolute;
    z-index: 99999;
    left: 50%;
}
.form-container.quick_quote_form .step-sec{
	overflow-y:auto;
	
	overflow-x:hidden;
}


@media (max-width:767px){
    div#top-controll button {
        margin: 0 10px;
    }
    .form-container .calendar-container .calendar .day {
        border-color: #eee;
        padding: 0;
    }
    .calendar-container {
        padding: 0;
    }
    div#additionalControls button {
        margin: 0 5px;
    }
    div#step8 .brn-flex-steps button, div#top-controll {
        margin-top: 0px !important;
    }
    button#openOffcanvas {
        top:330px;
    }
}


/* Sidebar Styles */

.sidebar-header {
    background: linear-gradient(135deg, #ff4444 0%, #ff6b6b 100%);
    color: white;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.sidebar-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(30px, -30px);
}

.sidebar-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.sidebar-header p {
    font-size: 0.9rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

.sidebar-content {
    padding: 0;
}

.move-section {
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.move-section:last-child {
    border-bottom: none;
}

.move-section.filled {
    background: linear-gradient(135deg, #f0fdf4 0%, #f7fee7 100%);
}

.section-header {
    padding: 1.5rem 2rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.section-header:hover {
    background: rgba(0, 0, 0, 0.02);
}

.move-section.filled .section-header:hover {
    background: rgba(34, 197, 94, 0.05);
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.section-title h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-label {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

.edit-link {
    color: #ff4444;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.move-section.filled .edit-link {
    opacity: 1;
}

.edit-link:hover {
    color: #dc2626;
}

.address-info {
    margin-top: 0.75rem;
}

.address-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

.property-details {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.property-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.property-item::before {
    content: '•';
    color: #22c55e;
    font-weight: bold;
    width: 12px;
}

.empty-state {
    color: #9ca3af;
    font-style: italic;
    font-size: 0.9rem;
}

.details-container {
    display: none;
}

.move-section.filled .details-container {
    display: block;
}

.move-section.filled .empty-state {
    display: none;
}
.move-section {
    display: none; /* Hide by default */
}

.move-section:last-child {
    border-bottom: none;
}

.move-section.filled {
    display: block; /* Show when filled */
}
    


