.faq-section-main.faq-page-sec {
    padding-top: 0 !important;
    margin-top: 0px !important;
}

.faq-page-sec .faq-right-section {
    width: 100% !important;
    gap: 0;
}

.faq-section-main.faq-page-sec .e-con-inner {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

.faq-page-accordian {
    padding-left: 105px !important;
    padding-right: 105px;
}

/* .faq-page-sec h4 {
    width: 100%;
    padding: 15px 15px 15px 100px;
    background: #B78C4A;
    background: linear-gradient(90deg, rgba(183, 140, 74, 1) 0%, rgba(183, 140, 74, 0) 100%);
} */

.faq-page-sec h3 {
    width: 100%;
    padding: 15px 15px 15px 100px;
    background: #B78C4A;
    background: linear-gradient(90deg, rgba(183, 140, 74, 1) 0%, rgba(183, 140, 74, 0) 100%);
    margin-bottom: 10px;
    font-family: var(--font-instrument) !important;
    font-weight: 700;
    font-size: 30px;
    color: var(--blackcolor);
    line-height: 35px !important;
    margin: 40px 0 20px;
    text-transform: none;
}

.faq-page-sec h4 {
    margin-bottom: 10px;
}

.faq-section-main.faq-page-sec {
    background: white;
}

.faq-section-main.faq-page-sec .e-con-inner .faq-right-section .e-n-accordion details summary span.e-n-accordion-item-title-icon span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: 0;
    z-index: 999;
    left: -29%;
    opacity: 1 !important;
}

.page-id-1490 .common-outer .smarter-way-outer .e-con-inner .buying-cabinets-right-image .elementor-widget-image {
    width: 100%;
    position: relative;
    padding-bottom: 125%;
    display: block;
}

.page-id-1490 .common-outer {
    padding-bottom: 0;
}





/* =========================================
   PAGE BANNER
========================================= */

.page-banner-section {
    position: relative;
    width: 100%;

    /* Image ratio: 1380 x 358 */
    padding-bottom: 25.95%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}


/* =========================================
   DARK OVERLAY
========================================= */

.page-banner-section::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.35);

    z-index: 1;
}


/* =========================================
   RIGHT SIDE DECORATIVE SHAPE
========================================= */

.page-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    height: 100%;
    background-image: url(../images/overlay-pattern.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.9;
    /* filter: brightness(0) saturate(100%) invert(0%) sepia(57%) saturate(293%) hue-rotate(62deg) brightness(105%) contrast(88%); */
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(3%) hue-rotate(337deg) brightness(102%) contrast(100%);
}


/* =========================================
   OVERLAY DIV
========================================= */

.page-banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -6%, rgba(0, 0, 0, 0.54) 100%);
}


/* =========================================
   TITLE WRAPPER
========================================= */

.banner-title-wrap {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}


/* =========================================
   TITLE
========================================= */

.page-banner-title {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}








@media (max-width: 1200px) {
    body .faq-section-main.faq-page-sec .e-con-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* =========================================
   TABLET
========================================= */




@media (max-width: 1024px) {

    .page-banner-section {
        padding-bottom: 35%;
        background-position: center center;
    }

    .banner-title-wrap {
        left: 6%;
    }

    .page-banner-title {
        font-size: clamp(42px, 6vw, 64px);
    }

    .page-banner-section::before {
        width: 28%;
    }

    .faq-page-accordian {
        padding-left: 35px !important;
        padding-right: 35px;
    }

    .faq-page-sec h4 {
        padding: 15px 15px 15px 50px;

    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .page-banner-section {
        padding-bottom: 55%;

        background-position: center center;
    }

    .page-banner-title {
        font-size: 42px;
        line-height: 1.1;
    }

    .banner-title-wrap {
        left: 7%;
        top: 50%;
    }

    .page-banner-section::before {
        width: 38%;
    }

    .page-banner-section::after {
        background: rgba(0, 0, 0, 0.38);
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .page-banner-section {
        padding-bottom: 65%;
    }

    .banner-title-wrap {
        left: 8%;
    }

    .page-banner-title {
        font-size: 34px;
    }

    .page-banner-section::before {
        width: 45%;
    }


    .faq-page-accordian {
        padding-left: 15px !important;
        padding-right: 15px;
    }

    .faq-page-sec h4 {
        width: 100%;
        padding: 15px 15px 15px 30px;
    }

    .faq-section-main.faq-page-sec .e-con-inner .faq-right-section .e-n-accordion details summary span.e-n-accordion-item-title-icon span::before {
        left: 24%;
    }
}




/*ABOUT PAGE DESIGN Start::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.common-abt-two .e-con-inner .buying-cabinets-left-content .common-heading h2,
.common-abt-two .e-con-inner .buying-cabinets-left-content .common-heading h2 strong {
    font-size: 40px;
    line-height: 48px;
    padding: 0;
}

.common-abt-two .e-con-inner .buying-cabinets-left-content .common-heading h3 {
    font-family: var(--font-instrument) !important;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-top: 5px;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}

.common-abt-two .e-con-inner .buying-cabinets-left-content .common-heading h3::before {
    position: absolute;
    content: "";
    width: 3.5px;
    height: 100%;
    background-color: #B58945;
    left: -30px;
    top: 0;
}

.common-abt-two .e-con-inner .buying-cabinets-left-content .common-heading h2,
.common-abt-two .e-con-inner .buying-cabinets-left-content .common-heading h2 strong {
    font-size: 40px !important;
    line-height: 48px !important;
}

.common-abt {
    background: #CDC1B3;
    margin-top: 60px;
    position: relative;
}

.common-abt::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 50%;
    bottom: 0 !important;
    right: 0 !important;
    top: auto;
    left: auto;
    background: url(../images/abt-overlay.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    opacity: 15%;
}

.common-abt .e-con-inner {
    max-width: 91.5% !important;
    margin-right: 0;
    gap: 80px;
    padding: 60px 60px 60px 0px;

}

.common-abt .e-con-inner .quality-cabinets-right-content {
    width: 74%;
}

.common-abt-two .e-con-inner .buying-cabinets-left-content {
    padding-bottom: 20px;
}

.common-abt .e-con-inner .since-num-left .elementor-widget-text-editor {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-right: 50px;
    align-items: flex-end;
}

.common-abt .e-con-inner .since-num-left {
    width: 26%;
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}



.common-local-show::before {
    display: none;
}

.visit-local-main-div .e-con-inner .common-local-show .bay-showroom-right::before,
.visit-local-main-div .e-con-inner .bay-showroom .tri-valley-showroom::before {
    display: none;
}

.visit-local-main-div .e-con-inner .common-local-show {
    gap: 0 !important;
}

.visit-local-main-div .e-con-inner .common-local-show .bay-showroom-right {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.page-id-1583 .common-outer {
    padding: 0;
}

.common-local-show .tri-valley-showroom .common-btn {
    margin-top: 15px;
}

.page-id-1583 .quality-cabinets-main .e-con-inner .quality-cabinets-left-image .elementor-widget-image {
    padding-bottom: 170% !important;
}

/*ABOUT PAGE DESIGN End::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/