.kq-kitchen-quote-form {
    max-width: 100%;
}

.kq-kitchen-quote-form .kq-step-title {
    font-size: 36px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
}

.kq-upload-group input {
    padding: 10px;
    border: 1px solid #00000063;
    font-size: 16px;
    color: #000;
    width: 100%;
}

.kq-kitchen-quote-form .kq-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.kq-kitchen-quote-form .kq-col {
    flex: 1;
}

.kq-kitchen-quote-form input[type="text"],
.kq-kitchen-quote-form input[type="email"],
.kq-kitchen-quote-form input[type="tel"],
.kq-kitchen-quote-form select,
.kq-kitchen-quote-form textarea {
    width: 100%;
    border: 1px solid #9e9e9e;
    padding: 15px;
    font-size: 16px;
    border-radius: 0;
    background: #fff;
}

.kq-kitchen-quote-form textarea {
    min-height: 130px;
    resize: vertical;
}

.kq-kitchen-quote-form .kq-label {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0px;
    color: #000;
}

.kq-kitchen-quote-form .kq-desc {
    color: #000;
    margin-bottom: 15px;
    font-size: 16px;
}

.kq-kitchen-quote-form .kq-btn-row .wpcf7-list-item {
    margin: 0 15px 0px 0;
    display: inline-block;
}

.kq-kitchen-quote-form .kq-btn-row .wpcf7-list-item label {
    display: block;
    min-width: 220px;
    text-align: center;
    border: 1px solid #999;
    height: 50px;
    cursor: pointer;
}

.kq-kitchen-quote-form .kq-btn-row input[type="radio"] {
    display: none;
}

.kq-kitchen-quote-form .kq-upload-group {
    margin-bottom: 25px;
}

.kq-kitchen-quote-form .kq-upload-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.kq-kitchen-quote-form .kq-upload-title {
    margin-top: 40px;
    font-size: 28px;
}

.kq-kitchen-quote-form .kq-submit-area {
    background: #272727;
    text-align: center;
    padding: 50px 20px;
    margin-top: 40px;
}

.kq-kitchen-quote-form .kq-submit-area h2 {
    margin-bottom: 25px;
    font-size: 42px;
    color: #fff;
}

.kq-kitchen-quote-form .kq-submit-btn {
    background: #93C936 !important;
    color: #fff !important;
    border: none !important;
    margin: auto;
    padding: 16px 45px !important;
    font-size: 18px !important;
    cursor: pointer;
}

.page-id-10327 .wpcf7 form.invalid .wpcf7-response-output {
    color: #000 !important;
}

.kq-kitchen-quote-form input::placeholder,
.kq-kitchen-quote-form textarea::placeholder {
    color: #999 !important;
    opacity: 1;
}

.kq-kitchen-quote-form input::-webkit-input-placeholder,
.kq-kitchen-quote-form textarea::-webkit-input-placeholder {
    color: #999 !important;
}

.kq-kitchen-quote-form input::-moz-placeholder,
.kq-kitchen-quote-form textarea::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}

.kq-kitchen-quote-form input:-ms-input-placeholder,
.kq-kitchen-quote-form textarea:-ms-input-placeholder {
    color: #999 !important;
}

/* Hide default radio */
.kq-kitchen-quote-form .wpcf7-list-item input[type="radio"] {
    display: none;
}

/* Default button style */
.kq-kitchen-quote-form .wpcf7-list-item label {
    display: block;
    min-width: 220px;
    text-align: center;
    border: 1px solid #999;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

/* Active state */
.kq-kitchen-quote-form .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
    display: flex;
    background: #93C936 !important;
    color: #fff;
    height: 50px;
}

.kq-kitchen-quote-form span.wpcf7-list-item-label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
}

.kq-edge-trigger {
    border: 1px solid #999;
    padding: 15px;
    cursor: pointer;
    background: #fff;
}

.kq-edge-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99999;
}

.kq-edge-modal-content {
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    margin: 30px auto;
}

.kq-edge-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.kq-close-modal {
    cursor: pointer;
    font-size: 30px;
}

.kq-edge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 20px;
}

.kq-edge-item {
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    padding: 15px;
}

.kq-edge-item.active {
    background: #93C936;
}

.kq-edge-item.active span {
    color: #fff !important;
}

.kq-edge-item img {
    width: 100%;
    height: auto;
}

.main_service_area h3 {
    font-size: 26px;
    text-transform: capitalize;
    color: #000;
    padding-top: 20px;
}


/* thank you */
.page-id-4856 .site_padding.rs_our_project_sec {
    padding-bottom: 80px !important;
}

.page-id-2698 .banner_main_page_section,
.error404 .banner_main_page_section {
    height: 300px !important;
}

.thank_u_section {
    text-align: center;
}

.thank_u_section .site_button {
    margin: auto;
}

.main_row_all .form-col input,
.form-col select,
.form-row textarea {
    height: 45px !important;
    border-radius: 10px !important;
    width: 100% !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-size: 16px !important;
    background: transparent !important;
}

.main_row_all span.wpcf7-list-item.first {
    margin-left: 0 !important;
}

.main_row_all span.wpcf7-list-item-label {
    font-size: 16px;
    color: #000;
}

.radio_main {
    padding: 10px;
}

.radio_main h4 {
    color: #000;
}

.main_row_all .form-row label {
    font-size: 18px;
    color: #000;
}

.main_row_all .form-row textarea {
    height: 100px !important;
    resize: none;
}

.main_row_all input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    height: 70px;
    border: 1px solid #000;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    color: #000;
}

.form-col label {
    font-size: 18px;
    color: #000;
}

.form-row-main {
    display: flex;
    flex-wrap: wrap;
}

.form-submit button {
    border: navajowhite;
}

td.actions input {
    border: navajowhite;
}

.quantity input {
    font-size: 18px;
    color: #000 !important;
}

table#yith-ywrq-table-list tr th {
    font-size: 16px;
    color: #000;
}


td.product-name a {
    font-size: 16px;
    color: #000;
}

.form-row-main .form-col {
    width: 50%;
    padding: 10px;
}

.form-col {
    padding: 10px;
}

/* end */

.banner_main_page_section {
    height: 512px !important;
}

.banner_page_rowe {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 50px !important;
}

.banner_title_page {
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding-top: 40px !important;
}

.abt_img_page img {
    height: 394px;
    border-radius: 40px;
    object-fit: cover;
}


/* contact us */

.contact-container {
    display: flex;
    justify-content: space-between;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-item a {
    font-size: 16px;
    color: #000;
    padding-left: 10px;
}

.top-bar {
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
    margin-top: 30px;
}

.divider {
    position: relative;
}

.divider::after {
    position: absolute;
    content: '';
    background: #ddd;
    height: 30px;
    width: 1px;
    top: 0;
}

.page_get_in_touch::after {
    position: absolute;
    content: '';
    background: #0D0D0D;
    width: 98%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.map_section_main::after {
    position: absolute;
    content: '';
    background: #0D0D0D;
    width: 98%;
    height: 45%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_details_page::after {
    position: absolute;
    content: '';
    background: #f5f5f5;
    width: 98%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page_get_in_touch .rs_get_in_touch_block2 {
    padding: 0 !important;
}

.main_service_area ul li {
    display: inline-block;
    padding: 10px;
}

.main_service_area ul {
    padding: 0 !important;
    text-align: center !important;
}

/* contact us end*/

/* suburb page */
.map_content {
    text-align: center;
}

.map_content .btm_btn {
    justify-content: center;
}

.map_box iframe {
    width: 100%;
    height: 442px;
    border-radius: 30px;
}

.map_suburb_sec {
    overflow: hidden;
}

.map_suburb_sec::before {
    position: absolute;
    content: '';
    width: 98%;
    height: 100%;
    background: #F2F2F2;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.map_suburb_sec::after {
    content: "";
    position: absolute;
    top: -330px;
    right: 0;
    width: 280px;
    height: 480px;
    background-image: url(/wp-content/uploads/2026/02/visit_us_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    margin: auto;
}

.suburb_content {
    text-align: center;
    border: 1px solid #DDDDDD;
}

.suburb_content .btm_btn {
    justify-content: center !important;
}



/* suburb page end*/

/* popup */
.portfolio-category {
    margin-bottom: 60px;
}

.portfolio-item {
    width: 25%;
}

.portfolio-cat-title {
    font-size: 30px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
}

.portfolio-grid {
    display: flex;
    flex-wrap: wrap;

}

.portfolio-img {
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.portfolio-img img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: .3s;
    color: #fff;
}

.portfolio-img:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 200px;
    line-height: 1;

    font-size: 18px;
}

.portfolio-plus {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

.view-more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #93C936;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    color: #000;
}

/* LIGHTBOX */

.portfolio-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.portfolio-lightbox img {
    max-width: 80%;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-prev {
    left: 40px;
}

.lightbox-next {
    right: 40px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

/* POPUP */

.portfolio-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

.post_box_content {
    font-size: 16px;
    color: #000;
}

.post_box_content th,
.post_box_content td {
    padding: 10px;
}

.post_box_content {
    overflow: auto;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .kq-kitchen-quote-form .kq-step-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .kq-kitchen-quote-form span.wpcf7-list-item-label {
        width: 120px !important;
    }

    .kq-kitchen-quote-form .kq-label,
    .kq-kitchen-quote-form span.wpcf7-list-item-label {
        font-size: 16px;
    }

    .kq-edge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kq-kitchen-quote-form .kq-row {
        flex-direction: column;
        gap: 15px;
    }

    .kq-kitchen-quote-form .kq-btn-row .wpcf7-list-item label {
        min-width: 100%;
    }

    /* request a quote */
    #yith-ywraq-form #yith-ywrq-table-list td.product-thumbnail {
        display: block;
        max-width: 100px;
        margin: auto;
    }

    .form-row-main .form-col {
        width: 100% !important;
    }

    .main_row_all .wpcf7-list-item {
        margin: 0 !important;
        width: 100%;
    }

    /* end */

    /* banner */
    .banner_main_page_section {
        height: 220px !important;
    }

    .banner_title_page {
        font-size: 30px;
        padding-top: 0 !important;
        text-align: center;
    }

    div#main-content {
        margin-top: 100px;
    }

    .abt_img_page img {
        height: 325px;
    }

    .about_seo_row .et_pb_column {
        width: 100% !important;
    }

    .about_seo_row {
        display: block !important;
    }

    /* banner end */
    /* contact us page */
    .contact-item {
        display: block !important;
        text-align: center !important;
        width: 50%;
    }

    .contact-item a {
        padding: 0 !important;
    }

    .divider::after {
        display: none;
    }

    .contact-item-inner-svg {
        height: 40px;
    }

    .contact-item span {
        display: block;
        text-align: center;
    }

    .contact-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* contact us page end*/
    /* service area */
    .main_service_area ul {
        display: flex;
        flex-wrap: wrap;
    }

    .main_service_area ul li {
        width: 50% !important;
    }

    .main_service_area ul li .site_button {
        width: 130px;
        margin: auto;
    }

    /* service area end*/
    /* suburb */
    .map_suburb_sec::after {
        display: none !important;
    }

    .map_suburb_sec_row {
        display: block !important;
    }

    .map_suburb_sec_row .et_pb_column {
        display: block !important;
    }

    .map_box iframe {
        height: 320px !important;
    }

    /* suburb end*/
    /* portfolio page */
    .portfolio-img img {
        height: 260px !important;
    }

    .portfolio-title {
        bottom: 65px;
    }

    .view-more {
        left: 15px;
        right: auto;
    }

    .portfolio-item {
        width: 100% !important;
    }

    .portfolio-img .portfolio-hover {
        opacity: 1 !important;
    }

    /* portfolio page end*/
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .main_service_area ul {
        display: inline-block;
    }

    .main_service_area ul li {
        width: auto !important;
    }

    /* form reques */
    .form-row-main .form-col {
        width: 50% !important;
    }

    .portfolio-item {
        width: 50% !important;
    }

    /* form reques end*/

}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* banner */
    .banner_main_page_section {
        height: 220px !important;
    }

    .banner_title_page {
        font-size: 40px;
        padding-top: 0 !important;
    }

    div#main-content {
        margin-top: 100px;
    }

    .about_seo_row .et_pb_column {
        width: 100% !important;
    }

    .about_seo_row {
        display: block !important;
    }

    /* banner end */
    /* contact us page */
    .contact-item {
        display: block !important;
        text-align: center !important;
    }

    .contact-item-inner-svg {
        height: 40px;
    }

    .contact-item span {
        display: block;
        text-align: center;
    }

    /* contact us page end*/
    /* suburb */
    .map_suburb_sec::after {
        display: none !important;
    }

    .map_suburb_sec_row {
        display: block !important;
    }

    /* suburb end*/
    /* portfolio page */
    .portfolio-img img {
        height: 260px !important;
    }

    .portfolio-title {
        bottom: 65px;
    }

    .view-more {
        left: 15px;
        right: auto;
    }

    .portfolio-item {
        width: 33.33% !important;
    }

    /* portfolio page end*/
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    /* banner */
    .banner_main_page_section {
        height: 350px !important;
    }

    .banner_title_page {
        font-size: 50px;
    }

    /* banner end */
    /* portfolio page */
    .portfolio-img img {
        height: 260px !important;
    }

    .portfolio-title {
        bottom: 65px;
    }

    .view-more {
        left: 15px;
        right: auto;
    }

    /* portfolio page end*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* banner */
    .banner_main_page_section {
        height: 350px !important;
    }

    .banner_title_page {
        font-size: 50px;
    }

    /* banner end */
    /* portfolio page */
    .portfolio-img img {
        height: 260px !important;
    }

    /* portfolio page end*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* banner */
    .banner_main_page_section {
        height: 350px !important;
    }

    .banner_title_page {
        font-size: 50px;
    }

    /* banner end */
    /* portfolio page */
    .portfolio-img img {
        height: 260px !important;
    }

    /* portfolio page end*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* banner */
    .banner_main_page_section {
        height: 400px !important;
    }

    .banner_title_page {
        font-size: 60px;
    }

    /* banner end */
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}