

.booking-form-area fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 45px;
    /*padding-right: 55px;*/
    padding-top: 45px;
}




/* Mobile screen — reduce fieldset padding */
@media (max-width: 767px) {
    .booking-form-area fieldset {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 25px !important; /* optional: reduce top padding too */
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .booking-form-area fieldset {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 20px !important;
    }
}

.booking-form-area fieldset h2 {
    font-size: 18px;
    font-weight: 600;
}

.booking-form-area p.desc {
    margin: 0px;
    margin-bottom: 40px;
    font-size: 13px;
    color: #555;
}

.booking-form-area .form-label {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.booking-form-area .text-input {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px;
}

.text-input span {
    color: #222;
    font-weight: bold;
}

.booking-form-area input {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Slab';
}

.booking-form-area textarea {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    height: 80px;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Slab';
}

.booking-form-area #steps-uid-0-p-0 .form-row,
#steps-uid-0-p-0 .form-group,
#steps-uid-0-p-0 .form-date {
    width: 100%
}

.booking-form-area .form-flex {
    margin: 0 -10px;
}

.booking-form-area .form-flex .form-group {
    width: 100%;
    padding: 0 10px;
}

.booking-form-area .form-group,
.booking-form-area .form-date {
    margin-bottom: 18px;
    position: relative;
}

.booking-form-area .form-date-group {
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.booking-form-area .form-date-group select {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    font-family: 'Roboto Slab';
    color: #999;
    box-sizing: border-box;
    background-color: #fff;
    color: #222;
    font-weight: bold;
}

.booking-form-area .form-date-item {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin-right: 10px;
}

.booking-form-area .vertical {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.booking-form-area .vertical .steps {
    width: 30%;
}

.booking-form-area .vertical .content,
.booking-form-area .vertical .actions {
    width: 70%;
}

.booking-form-area .steps ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-left: 40px;
    padding-top: 60px;
}

.booking-form-area .steps ul li {
    padding-bottom: 5   px;
    position: relative;
    list-style: none;
    z-index: 99;
}

.booking-form-area .steps ul li a {
    text-decoration: none;
    color: #222;
}

.booking-form-area .steps ul:after {
    position: absolute;
    /*content: '';*/
    width: 2px;
    height: 180px;
    background: #ebebeb;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
}

.booking-form-area .title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    display: flex;
    display: -webkit-flex;
}

.booking-form-area .title .step-number {
    display: -webkit-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ebebeb;
    color: #999;
    margin-right: 15px;
    border: 5px solid #fff;
    font-weight: bold;
}

.booking-form-area .title .step-text {
    font-weight: bold;
    color: #999;
}

.booking-form-area .current .title .step-number {
    background: #f97316;
    color: #fff;
}

.booking-form-area .current .title .step-text {
    color: #f97316;
}

.booking-form-area .content h3 {
    display: none;
}



.booking-form-area .actions {
    padding-bottom: 90px;
}

.booking-form-area .actions ul {
    padding-left: 45px;
    padding-right: 55px;
}

.booking-form-area .actions ul .disabled {
    display: none;
}

.booking-form-area .actions ul li {
    float: right;
    list-style: none;
}

.booking-form-area .actions ul li:first-child {
    float: left;
}

.booking-form-area .actions ul li a {
    line-height: 1.4;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f97316;
    transition: 0.3s;
    color: #fff;
    position: relative;
    font-weight:400;
}

.booking-form-area .actions ul li:first-child a::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-anim 0.7s linear infinite;
    opacity: 0;
}

@keyframes button-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.booking-form-area .actions ul li:first-child a.loading {
    color: transparent;
}

.booking-form-area .actions ul li:first-child a.loading::after {
    opacity: 1;
}

.booking-form-area .actions ul li:first-child a:disabled,
.booking-form-area .actions ul li:first-child a[disabled] {
    cursor: not-allowed;
    pointer-events: none;
}

.booking-form-area .actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #f97316;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
}

.booking-form-area .form-radio-flex {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
}

.booking-form-area .form-radio-flex .form-radio-item {
    padding: 0 15px;
    margin-bottom: 25px;
}

.booking-form-area .form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.booking-form-area .form-radio-flex input+label {
    margin: 0px;
    width: 223px;
    height: 133px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.booking-form-area .form-radio-flex input+label img {
    width: 100%;
    height: 100%;
}

.booking-form-area .form-radio-flex input:checked+label {
    border: 1px solid #f97316;
    z-index: 1;
}

.booking-form-area .form-radio-flex input:focus+label {
    outline: none;
}

.booking-form-area .form-radio-flex input:hover {
    border: 1px solid #f97316;
}

.booking-form-area label.error {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

.booking-form-area label.error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f135';
    right: 20px;
    top: 50px;
    font-size: 13px;
    color: #f63726;
}

.booking-form-area input.error {
    border: 1px solid #f63726;
}

.booking-form-area #find_bank {
    padding: 0 55px;
    width: 100%;
     margin-right: 20px;
}

#find_bank::-webkit-input-placeholder {
    font-weight: 400;
}

#find_bank::-moz-placeholder {
    font-weight: 400;
}

#find_bank:-ms-input-placeholder {
    font-weight: 400;
}

#find_bank:-moz-placeholder {
    font-weight: 400;
}

.submit {
    width: 150px;
    background: #666;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.submit:hover {
    background-color: #4d4d4d;
}

.form-find {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}

.form-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 18px;
    color: #999;
}

.choose-bank-desc {
    color: #666;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 35px;
}

#slider-margin {
    height: 9px;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    background: #e8e8e8;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    position: relative;
    margin-top: 110px;
}

#slider-margin .noUi-marker-horizontal.noUi-marker-large,
#slider-margin .noUi-marker-horizontal.noUi-marker {
    height: 0px;
}

#slider-margin .noUi-connect {
    background: #f97316;
}

#slider-margin .noUi-connects {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

#slider-margin .noUi-handle {
    width: 15px;
    height: 30px;
    top: -12px;
    background: #e8e8e8;
    outline: none;
    border: none;
    right: -15px;
    border: 1px solid #f97316;
    border-radius: 0px;
}

#slider-margin .noUi-handle:after,
#slider-margin .noUi-handle:before {
    width: 0px;
}

#slider-margin .noUi-handle .noUi-tooltip {
    bottom: 33px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #f97316;
    padding: 0px;
}

#slider-margin .noUi-pips {
    width: 96%;
}

#slider-margin .noUi-pips .noUi-value {
    top: -50px;
    font-size: 16px;
    color: #666;
}

#slider-margin .noUi-pips .noUi-value:before {
    content: '$';
}

#slider-margin .noUi-pips .noUi-value-horizontal {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.your-money {
    font-size: 16px;
    color: #222;
    margin: 0px;
    padding-top: 62px;
}

.your-money .money {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    #find_bank {
        width: 100%;
    }

    .form-radio-flex input+label {
        width: 190px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {

    .form-radio-flex input+label {
        width: 100px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {

    #steps-uid-0-p-0 .form-row,
    #steps-uid-0-p-0 .form-group,
    #steps-uid-0-p-0 .form-date {
        width: 100%;
    }

    .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }

    .form-flex .form-group {
        padding: 0px;
    }

    fieldset,
    .actions ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    #slider-margin .noUi-pips {
        width: 94%;
    }
}

@media screen and (max-width: 480px) {

    .form-date-group,
    .form-find {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }


    #find_bank {
        margin-bottom: 20px;
    }

    .actions ul li a {
        width: 100px;
    }

    .form-radio-flex {
        margin: 0 -5px;
    }

    .form-radio-flex .form-radio-item {
        padding: 0 5px;
    }

    .form-radio-flex input+label {
        width: 90px;
        height: 61px;
    }
}

body .tabordion {
    position: relative;
    width: 100%;
    color: rgba(48, 69, 92, 1);
    margin: 0;
}

body .tabordion div.tab-left {
    display: block;
    width: 100%;
    left: 0;
}

body .tabordion div.tab-left input[name="sections"] {
    left: -9999px;
    position: absolute;
    top: -9999px;
        visibility: hidden;
    opacity: 0;
}

body .tabordion div.tab-left input[name="sections"]:checked+label {
    background: rgb(73 102 177);
    color: rgb(255 255 255);
}

body .tabordion div.tab-left input[name="sections"]:checked~article {
    display: block;
}

body .tabordion div.tab-left label img {
    filter: invert(6%) sepia(56%) saturate(42%) hue-rotate(138deg) brightness(108%) contrast(100%);
}

body .tabordion div.tab-left label {
    background: rgba(220, 231, 235, 0.5);
    border-bottom: 1px solid rgba(34, 190, 198, 1);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: rgba(254, 255, 250, 1);
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 0.83em;
    position: relative;
    width: 100%;
    z-index: 0;
}

body .tabordion div.tab-left article {
    display: none;
    left: 0;
    width: 100%;
    padding: 1em;
    position: relative;
    top: 0;
    background: rgba(254, 255, 250, 1);
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 1.7;
}

body .tabordion div.tab-left article p {
    margin-bottom: 1em;
}

@media all and (min-width: 768px) {
    body .tabordion {
        width: 100%;
        color: rgba(48, 69, 92, 1);
        height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body .tabordion div.tab-left label {
        background: rgb(73 102 177 / 14%);
        padding: 2em 1.2%;
        width: 24%;
        color: #000000d6;
        font-size: 14px;
    }

    body .tabordion div.tab-left article {
        position: absolute;
        width: 75%;
        left: 25.5%;
    }
}

.inventory-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

     {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 14px 18px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    margin-bottom: 0px !important;
    background-color: #fff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    color: #333 !important;
    transition: all 0.25s ease !important;
    width: 100% !important;
}

.inventory-list ul li .quantity-set {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    right: 10%;
    gap: 13px;
    z-index: 99999;
    background: transparent;
    height: 100%;
    align-items: anchor-center;
}

.inventory-list ul li .quantity-set .bi {
    font-size: 12px;
    border-radius: 50%;
    padding: 0 5px 0px 4px;
    font-weight: 800;
    cursor: pointer;
}

.inventory-list ul li {
    position: relative;
}

.inventory-list ul li .quantity-set .bi.bi-dash-lg {
    border: 1px solid #d30707;
    color: #d30707;
}

.inventory-list ul li .quantity-set .bi.bi-plus-lg {
    border: 1px solid #f97316;
    color: #f97316;
}

.inventory-item .quantity-set .bi.bi-plus-lg {
    border: 1px solid #f97316;
    color: #f97316;
}

.inventory-item:hover {
    border-color: #ff6f00;
    box-shadow: 0 2px 6px rgba(255, 111, 0, 0.2);
}

.inventory-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    /* Modern browsers */
}

.inventory-item span {
    flex: 1;
    font-size: 12px;
    /* display: flex; */
    color: #626262;
}

.inventory-item span .quantity {
    padding-right: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
}

.invetory-services {
    margin-top: 30px;
    border-top: 1px dotted #dedede;
    padding-top: 15px;
}

.invetory-services .form-check {
    display: flex;
    padding: 0;
}

.invetory-services .form-check input {
    width: 17px;
    height: 17px;
    max-width: 20px;
    padding: 0;
    border-radius: 3px;
    margin-right: 8px;
    margin-left: 2px;
}

.checkbox-form .form-check {
    display: flex;
    padding: 0;
}

.checkbox-form .form-check input {
    width: 17px;
    height: 17px;
    max-width: 20px;
    padding: 0;
    border-radius: 3px;
    margin-right: 8px;
    margin-left: 2px;
}

.property-dropdown {
    position: relative;
    width: 100%;
    font-family: "Segoe UI", sans-serif;
}

.error.text-danger {
    font-size: 14px;
}

input:focus-visible,
input:active,
input:focus {
    outline: none;
}

select:focus-visible,
select:active,
select:focus {
    outline: none;
}


.select-box {
    border: 1px solid #ebebeb;
    padding: 10px 14px;
    border-radius: 3px;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
}

.select-box:hover {
    border-color: #007bff;
}

.dropdown-menu-property {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #cce5ff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 10px 15px;
}

.dropdown-menu-property.active {
    display: block;
}

.dropdown-arrow {
    position: absolute;
    top: -6px;
    left: 25px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid #cce5ff;
    border-top: 1px solid #cce5ff;
    transform: rotate(45deg);
}

.dropdown-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.dropdown-column {
    flex: 1;
}

.dropdown-header {
    font-weight: 600;
    color: #007bff;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.dropdown-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-column li {
    padding: 5px 0;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease;
}

.dropdown-column li:hover {
    color: #007bff;
    text-decoration: underline;
}

.loader-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bouncing-loader {
    display: flex;
    gap: 8px;
}

.bouncing-loader span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FF0066;
    animation: bounce 0.6s infinite alternate;
}

.bouncing-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.bouncing-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    from {
        transform: translateY(0);
        opacity: 0.6;
    }

    to {
        transform: translateY(-16px);
        opacity: 1;
    }
}

.loader-overlay {
    display: none;
}

.loader-overlay.active {
    display: flex;
}

.loader-overlay {
    background: #00000082;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    scroll-behavior: unset;
}

.loader-custome {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 50%;
    justify-items: center;
}

/*# sourceMappingURL=style.css.map */
select:disabled {
    background: #fbfbfb;
}

.upload-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.upload-box {
    position: relative;
    width: 220px;
    height: 120px;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-box input {
    height: 100%;
}

.upload-box:hover {
    border-color: #3b82f6;
    background-color: #f0f9ff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.upload-icon {
    font-size: 28px;
    opacity: 0.6;
    margin-bottom: 6px;
    overflow: hidden;
}

.uupload-box p {
    font-size: 14px;
    color: #626262;
}

.upload-icon .preview-img {
    width: 59px;
}

.upload-link {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

.upload-link:hover {
    text-decoration: underline;
}

.upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.simple-spinner {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.simple-spinner span {
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-right-color: rgb(38 51 72);
    animation: spinner-anim 0.8s linear infinite;
}

@keyframes spinner-anim {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
.price p{
        text-align: center;
    background: #f4f8fb;
    padding: 10px 0;
    border-radius: 7px;
    border: 1px solid #0d42ffc9;
}
.price p span{
        font-weight: 500;
    color: #000;
}
.price p span:nth-last-child(1){
    font-size: 18px;
    color: #0432d7 !important;
}
.suggestion-box{
        position: relative;
    top: -16px;
    left: 9px;
    box-shadow: 2px 2px 8px 2px #dedede;
}

.suggestion-box ::-webkit-scrollbar {
  width: 3px;
}

.suggestion-box ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.suggestion-box ::-webkit-scrollbar-thumb {
  background: #888; 
}
.suggestion-box ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.tabordion {
  display: flex;
  width: 100%;
  height: calc(100vh - 150px); /* adjust if you have header/footer */
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
}

/* hide radio buttons */
.tabordion input[type="radio"] {
  display: none;
}

/* LEFT SIDE (room list) */
.tabordion label.tab-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 220px;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.tabordion label.tab-label img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tabordion label.tab-label:hover {
  background: #f6f8fc;
}

.tabordion input[type="radio"]:checked + label.tab-label {
  background: #e8f1ff;
  font-weight: 600;
  color: #002b5c;
}

/* RIGHT SIDE (content form) */
.tabordion article {
  display: none;
  flex-grow: 1;
  background: #fafafa;
  padding: 25px;
  overflow-y: auto;
}

/* show only the active article */
#option1:checked + label + article,
#option2:checked + label + article,
#option3:checked + label + article,
#option4:checked + label + article,
#option5:checked + label + article,
#option6:checked + label + article,
#option7:checked + label + article,
#option8:checked + label + article {
  display: block;
}

/* inventory list styling */
.inventory-list {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.inventory-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-list li {
  margin-bottom: 12px;
}

.inventory-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s ease;
}

.inventory-item:hover {
  background: #f9f9f9;
}

.quantity {
  display: inline-block;
  color: #666;
  font-size: 13px;
  margin-right: 5px;
}
.checkout-contact-step .checkout-simple-wrap{
    margin-bottom: 60px;
}
.back-to-main{
        text-align: right;
    font-size: 12px;
    cursor: pointer;
}