#selector {
    position: absolute;
    top: 10px;
    left: 60px;
    width: calc(100% - 120px);
    height: 14px;
}

.price-calculator-row {
    // grid-template-columns: 1fr auto 1fr 1fr 1fr 1fr 0.5fr;
}

.input-error {
    border: 2px solid red !important;
}

#add-row-btn {
    cursor: pointer;
}

.grecaptcha-badge {
    position: fixed !important;
    bottom: 14px !important;
    left: 0 !important; /* left side */
    width: 70px !important; /* only logo */
    height: 60px !important;
    overflow: hidden !important;
    border-radius: 2px;
    box-shadow: 0 0 5px gray;
    transition: width 0.3s ease !important;
    cursor: pointer;
    z-index: 9999 !important;
}

.row-remove-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

button.remove-blind-btn {
    border: none;
    background-color: var(--brand-pink);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding: 0;
    line-height: 25px;
    font-size: 13px;
}

/* Expand badge on hover */
.grecaptcha-badge:hover {
    width: 256px !important; /* full width */
}

/* Make iframe inside badge fit */
.grecaptcha-badge iframe {
    width: 256px !important;
    height: 60px !important;
}
.file-list,
.file-list2 {
    font-size: 12px;
}

.next-btn.button.w-button:disabled {
    background: gray;
    cursor: not-allowed; /* Optional: shows user it’s disabled */
    opacity: 0.6; /* Optional: slightly faded look */
}

.form-sub-text-2 {
    color: #000;
    margin-top: 5px;
    font-size: 0.75rem;
}

.red-all {
    color: red;
    font-weight: 500;
    padding-bottom: 15px;
}

.form-step {
    display: none;
}
.form-step.active {
    display: block;
}

.form-step .form_field-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-step .form_field-label,
.form-step .form-right {
    flex: 1 1 50%;
}

.form-step .form_input {
    width: 100%;
}

html,
body {
    margin: 0;
}
.border {
    border: 3px solid #ff00b3;
}

.mb-5 {
    margin-bottom: 1rem;
}

.mt-20 {
    margin-top: 20px;
}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.enquiry-left.mobile-visible {
    height: auto;
    display: flex;
}

.reviews {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    overflow: hidden;
}

.item2 {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background-color 0.1s ease 0s;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 24px;

    border: 1px solid transparent;
}

.blind-vis {
    text-align: left;
}

.slider {
    position: absolute;
    top: 10px;
    left: 60px;
    width: calc(100% - 120px);
    height: 14px;
}

.how-it-works-grid {
    grid-row-gap: 32px;
    grid-column-gap: 32px;
}

.dimension-type-select {
    width: 90px;
}

.selector {
    text-decoration: underline;
}

.enquiry-left-content .note-box .note-box-heading {
    color: #000000;
}

.button-choose.new-button {
    background: #dfdddd;
    border: 1px solid #aaaaaa;
    max-width: 142px;
    padding: 0.5rem 0.25rem;
}

.w-layout-grid.upload-button-grid {
    grid-template-columns: auto 1fr;
}

.button-choose,
.upload-buton-wrapper,
.button-yellow {
    cursor: pointer;
}

.upload-field {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    max-width: 100%;
}

.enquiry-field.textarea {
    min-height: 100px;
}

input.like-text {
    border: none;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    padding: none;
    width: 40px;
    background: none;
    text-align: right;
}

.window-dimensions-container .upload-field {
    width: 204px;
}

.upload-buton-wrapper .button.is-small.is-icon {
    cursor: pointer;
}

.button.with-hover.new-button:hover {
    background-image: none;
}

.button.with-hover.is-icon.new-button {
    max-height: 38px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
}

.button.is-icon.new-button {
    grid-column-gap: 0.5rem;
    width: 143px;
    max-width: auto;
}

#widget-container form button {
    background-color: #ff00b3;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.photo-upload-grid .w-layout-grid grid-4 label {
    background-color: #ff00b3;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    cursor: pointer;
}

.selector {
    cursor: pointer;
}

#widget-container {
    max-width: 75% !important;
    width: 100%;
}

.visualisation-grid {
    margin: 0 auto;
    max-width: 100% !important;
}

#selector {
    background-color: #fff;
}

#zoomout {
    position: absolute;
    left: 10px;
}

#zoomin {
    position: absolute;
    right: 10px;
}

#zoomin,
#zoomout {
    top: 10px;
    width: 15px;
}

.move-scale-text {
    text-align: center;
}

.drag-image {
    display: grid;
    grid-template-columns: auto auto;
}

.step-on-left-text {
    margin-right: 2rem;
}

.zoom {
    margin-top: 25px;
    clear: both;
    height: 55px;
    margin: 0 auto;

    margin-top: 25px;
}

.ui-slider .ui-slider-handle {
    width: 7px !important;
    height: 20px !important;
}

.boarderHalf,
.clickndragDisc,
.zoom {
    position: relative;
}

.container {
    padding-top: 30px;
    width: 480px;
    margin: auto;
    position: relative;
}

h4.inLine {
    margin: 0 0 10px;
    font-size: 1.5em;
    color: #fff;
}

.smallText {
    padding-left: 10px;
    font-size: 12px;
    display: inline-block;
}

.inLine,
.smallText {
    display: inline-block;
}

#topbarLeft,
#topbarRight {
    position: absolute;
    top: 85px;
}

#topbarLeft {
    position: absolute;
    left: 65px;
    top: 85px;
}

#topbarImage {
    height: 40px;
}

#bottombarImage,
#topbarImage {
    position: relative;
    width: 100%;
}

.header78_content-bottom {
    max-width: calc(100vw - 17px);
}

.mt-5 {
    margin-top: 10px;
}

.blind-bttom {
    height: auto;
}

.boarder {
    padding: 45px 80px;
    position: relative;
    background: #1d1d1b;
}

.holder-image {
    position: relative;
    cursor: grab;
}

#w-node-eff7b769-8e71-d022-b95a-5eb0f56eb83f-a1b5b231 {
    grid-area: auto / auto / auto / auto / auto;
}

.region-why-section h2.heading-style-h4,
.region-why-section h2.heading-style-h3,
.region-styles-section h2.heading-style-h3 {
    text-align: center;
}

.holder-image img {
    max-width: none;
}

.enquiry-left {
    height: 100%;
}

.googl-reviews-section h4 {
    font-size: 24px;
    font-weight: 500;
}

.modal {
    z-index: 6;
}

#flash-message {
    display: none;
}

.red-text,
.text-danger {
    color: red;
    font-size: 0.75rem;
    font-weight: 500;
    padding-bottom: 15px;
}

.blind-top {
    overflow: hidden;
}

.no-logo-text {
    color: var(--brand-pink);
    font-size: 0.75rem;
}

.pink-text {
    color: var(--brand-pink);
}

.white-button {
    background: none;
}

.image-in-holder {
    overflow: hidden;
}

.blind-top {
    background-color: #fff;
}

#items {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.5s ease-in-out, -moz-transform 0.325s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.325s ease-in-out;
    transition: opacity 0.5s ease-in-out, -ms-transform 0.325s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.325s ease-in-out;
    background-color: rgba(255, 255, 255, 0.875);
    border-radius: 100%;
    border: solid 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    height: 4rem;
    position: fixed;
    width: 4rem;
    z-index: 1;
    opacity: 1;
}

.item.inactive {
    -moz-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
}

.item.is-dragging {
    box-shadow: 0 0.125em 0.75em 0 rgba(0, 0, 0, 0.125);
    cursor: move;
}

.item.size1 {
    width: 2rem;
    height: 2rem;
}

.item.size2 {
    width: 4rem;
    height: 4rem;
}

.item.size3 {
    width: 6rem;
    height: 6rem;
}

.item.color1 {
    background-color: rgba(224, 244, 255, 0.75);
}

.item.color2 {
    background-color: rgba(255, 224, 224, 0.75);
}

.item.color3 {
    background-color: rgba(224, 255, 244, 0.75);
}

.blind-vis {
    justify-content: flex-start;
}

.blind-vis {
    background-color: #e9f9fe;
}

.blind-vis {
    max-width: 100%;
    height: auto;
}

#selector {
    background-color: #fff;
}

#clickndrag {
    width: 80px;
    margin: 25px;
}

.blind-top {
    line-height: 0 !important;

    overflow: hidden !important;
    zoom: 1 !important;
    padding: 0 !important;
    margin-bottom: 0;
    border: none;
}

.clickndragDisc {
    float: right;
    width: 750px;
    margin-right: 100px;
}

.boarderHalf,
.clickndragDisc,
.zoom {
    position: relative;
}

.ui-slider .ui-slider-handle {
    height: 35px;
    background: #ffd81a !important;
}

.enquiry-bottom-buttons {
    display: none;
}

.textarea-measurements {
    width: 50%;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #f6179d;
    margin-left: 7px;
    margin-top: 2px;
}

.text-style-link {
    word-break: break-all;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
}

#drop-area,
#drop-area2 {
    border: 2px dashed #ccc;
    padding: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-step .form_field-wrapper {
        flex-wrap: wrap; /* allow items to break onto new lines */
    }

    .form-step .form_field-label,
    .form-step .form-right {
        flex: 1 1 100%;
    }

    .contact11_form .form-step input[type="submit"] {
        width: auto;
    }
}

@media (min-width: 768px) {
    .price-calculator-row {
        grid-template-columns: 1fr auto 1fr 1fr 1fr 1fr 0.5fr;
    }
}

@media screen and (min-width: 992px) {
    .success-container {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .navbar-dropdown-list-wrapper {
        padding-top: 28px;
    }

    .navbar-dropdown-2 {
        padding: 1.5rem 1rem;
    }

    .navbar-dropdown-list {
        font-size: 14px;
    }

    .triangle {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #f6179d;

        margin-left: 20px;
        position: absolute;
        top: 22px;
        z-index: 10;
    }

    .navbar-dropdown-list-wrapper::before {
        content: ;
        width: 10px;
        background: #f6179d;
        height: 10px;
    }
}

@media screen and (max-width: 991px) {
    .ga-form {
        margin-left: 30px;
        margin-right: 30px;
    }

    .navbar5_link,
    .navbar-link {
        -webkit-tap-highlight-color: transparent;
        background: none;
        outline: none;
    }

    .navbar5_menu {
        z-index: 999;
    }

    .w-nav-menu {
        display: none;
    }
    .w-nav-menu.w--open {
        display: block;
    }

    .navbar-dropdown-2 .navbar-dropdown-list-wrapper {
        display: none;
    }

    .navbar-dropdown-list-wrapper {
        position: static;
    }

    .textarea-measurements {
        width: 100%;
    }

    #widget-container {
        width: 100%;
        max-width: 100% !important;
    }
    .hide-mobile {
        display: none;
    }

    .volume-button-field {
        border: 0px;
    }

    .volume-image {
        width: auto;
    }

    .step-on-left-text {
        width: auto;
        margin-right: 0rem;
    }

    .volume-radio-button {
        box-shadow: none;
    }

    .enquiry-left-content {
        min-height: 300px;
    }

    .enquiry-right-content {
        margin-bottom: 1rem;
    }

    .hide-before-width-height {
        padding-left: 10px;
        padding-right: 10px;
    }

    .buttons-up-down {
        display: none;
    }

    .blind-chain {
        max-height: 50%;
        overflow: hidden;
    }

    .enquiry-bottom-buttons {
        margin-top: 2rem;
        padding-bottom: 2rem;
        margin-left: 5%;
        margin-right: 5%;
        order: 99999;
        display: inline-block;
    }
    .window-container {
        grid-template-columns: auto;
    }

    img.volume-image {
        display: block !important;
    }

    .contact11_form {
        grid-template-columns: 1fr; /* one column on small screens */
    }

    .contact11_form input,
    .contact11_form textarea,
    .contact11_form select {
        width: 100%;
        max-width: 100%; /* prevent overflow */
        box-sizing: border-box; /* include padding/border in width */
    }

    .contact11_form input[type="radio"] {
        width: auto;
        max-width: 100%; /* prevent overflow */
        box-sizing: border-box; /* include padding/border in width */
    }

    .reviews {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .reviews .item2 {
        text-align: center;
        flex: 0 0 30%; /* each takes ~half the width */
        scroll-snap-align: center;
        margin-right: 1rem;
    }
}

@media screen and (max-width: 479px) {
    .reviews {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .reviews .item2 img {
        display: inline-block;
    }

    .reviews .item2 {
        text-align: center;
        flex: 0 0 80%; /* show one at a time (80% of width) */
        scroll-snap-align: center;
        margin-right: 1rem;
    }

    .volume-button-field {
        padding-left: 0px;
        padding-right: 0px;
        width: auto;
        text-align: center;
    }

    .container {
        width: 100%;
    }

    .step-on-left-text {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .w-layout-grid.upload-button-grid {
        grid-template-columns: 1fr;
    }

    /* .window-container {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        grid-template-rows: auto;
        grid-template-columns: auto 1fr;
    } */

    .window-dimensions-container .upload-field {
        width: 100%;
    }

    .volume-image-wrapper {
        height: auto;
    }

    .white-button {
        height: 180px;
    }

    .upload-field {
        width: 100%;
        max-width: 100%;
    }
}

.price {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 100%;
    /* or 54px */
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    /* nicer dark pink */
    color: #f6179d;
}

/* Commercial components */

.bullet-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #020200;
}

.price-grid {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0px;
    margin-top: 1.5rem;
}

.pricing-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;

    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    /* padding-top: 0.5rem;
    padding-bottom: 0.5rem; */
}

.include-tax {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;

    /* nicer dark pink */
    color: #f6179d;
}

.pricing-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pricing_box {
    width: 285px;
    height: 392.37px;

    background: #ffffff;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
    margin-bottom: 40px;
}

.pricing_box_content {
    padding: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.your_logo {
    border: 1px solid #00c9f3;

    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 100%;
    /* or 27px */
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 40px;
    /* Brand Cyan */
    color: #00c9f3;
}

.price-page .closed-button.w-button {
    height: 55px;
}
.price-page .closed-hero-buttons {
    flex-wrap: wrap;

    align-items: center; /* centers vertically */
}

/* example sizes & pricing */
.example-size-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    font-style: italic;
    text-align: center;
    font-family: yorkten-slab-normal, sans-serif;
    color: #000000;
    margin-bottom: 20px;
}

.commercial-blinds-hero-section.price-page {
    background-image: url(../images/price-image.png);
}

.drop_on_right {
    position: absolute;
    top: 33%;
    right: 10px;

    /* Short heading here */

    width: 40.35px;
    height: 47.83px;

    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    color: #1d1d1b;
}

.width_on_top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    text-align: center;

    /* Black */
    color: #1d1d1b;
}

@media screen and (max-width: 991px) {
    .commercial-blinds-hero-section.price-page {
        background-position: 15% 3%;
        background-repeat: no-repeat;
        background-size: 33%;
        padding-top: 55svw;
    }

    .closed-hero-buttons.mb-50 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
