/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* ============================================================
   1. TOKENS / VARIABLES
   ============================================================ */

:root {
    --font-size-xs: 13px;
    --font-size-sm: 14px;
    --font-size-lg: 17px;
    --font-size-xl: 18px;
    --row-spacing-sm: 20px;
    --row-spacing-md: 40px;
    --row-spacing-lg: 80px;
    --row-rounded: 20px;
    --col-bleed-sm: 15px;
    --col-bleed-md: 30px;
    --col-bleed-lg: 45px;
    --col-bleed-xl: 60px;
    --padding-lg: 3rem;
    --padding-sm: 1.5rem;
}


/* ============================================================
   2. BASE
   ============================================================ */

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

ul,
ol {
    margin-left: 1.5rem
}


/* ============================================================
   3. LAYOUT
   ============================================================ */

.l-canvas.type_wide {
    overflow: clip;
}

.g-cols.via_flex.type_default {
    margin: 0 -15px
}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.l-section.pt-0[class*="height_"] {
    padding-top: 0;
}

.l-section.rounded-img-section {
    margin-left: var(--padding-inline, 2.5rem);
    margin-right: var(--padding-inline, 2.5rem);
    border-radius: 20px;
}

.l-section.rounded-img-section .l-section-img {
    border-radius: 20px;
}

.l-section.rounded-img-section .w-hwrapper .w-vwrapper {
    flex: 0 0 calc((var(--site-content-width) / 12) * 5);
}

.home .l-section.rounded-img-section .w-hwrapper .w-vwrapper {
    flex: 0 0 calc((var(--site-content-width) / 12) * 4);
}

/* .l-section.rounded-img-section .w-hwrapper .w-btn-wrapper {
    flex: 1 0 auto;
} */

.fit-content {
    max-width: fit-content;
}

.vertical-hwrapper {
    flex-direction: column;
}


/* ============================================================
   4. TYPOGRAPHY
   ============================================================ */

.h1-style {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: var(--h1-font-weight);
    font-family: var(--h1-font-family);
    letter-spacing: var(--h1-letter-spacing);
    font-style: var(--h1-font-style);
    text-transform: var(--h1-text-transform);
}

.h2-style {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: var(--h2-font-weight);
    font-family: var(--h2-font-family);
    letter-spacing: var(--h2-letter-spacing);
    font-style: var(--h2-font-style);
    text-transform: var(--h2-text-transform);
    color: var(--color-content-heading);
}

.h3-style {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: var(--h3-font-weight);
    font-family: var(--h3-font-family);
    letter-spacing: var(--h3-letter-spacing);
    font-style: var(--h3-font-style);
    text-transform: var(--h3-text-transform);
    color: var(--color-content-heading);
}

.h4-style {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    font-family: var(--h4-font-family);
    letter-spacing: var(--h4-letter-spacing);
    font-style: var(--h4-font-style);
    text-transform: var(--h4-text-transform);
    color: var(--color-content-heading);
}

.h5-style {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
    font-weight: var(--h5-font-weight);
    font-family: var(--h5-font-family);
    letter-spacing: var(--h5-letter-spacing);
    font-style: var(--h5-font-style);
    text-transform: var(--h5-text-transform);
    color: var(--color-content-heading);
}

.h6-style {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    font-weight: var(--h6-font-weight);
    font-family: var(--h6-font-family);
    letter-spacing: var(--h6-letter-spacing);
    text-transform: var(--h6-text-transform)
}

.lg-font {
    font-size: var(--font-size-lg);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.xl-font {
    font-size: var(--font-size-xl);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.w-text .w-text-value>span {
    color: var(--color-alt-content-heading);
}

.h3-style.wpb_text_column p strong {
    color: var(--color-alt-content-heading);
    font-weight: var(--font-weight);
}

.l-body .background_inside_text.heading-with-bg-icon {
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    background-size: 50px !important;
    padding-left: 82px !important;
    color: var(--color-content-heading) !important;
    background-position: 0 !important;
}

/* Nav */

.w-nav-control {
    background: var(--color-content-secondary);
    min-height: 46px;
    border-radius: 10px;
    padding: 0 0.7rem;
}

body.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
    margin-inline-end: 0;
}

.w-nav-close {
    line-height: 2;
    width: 2em;
    font-size: 2rem;
    opacity: 1;
    inset-inline-end: 1rem;
}

.w-nav-close::before {
    font-weight: 300;
}

.w-nav-icon {
    color: var(--color-content-primary);
}

.w-nav .book-consultation-block {
    margin-top: 5rem;
}

.w-nav .mobile-call-block {
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

/* .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
    margin-top: 5rem;
} */


/* ============================================================
   5. COMPONENTS
   ============================================================ */

/* Narrow element - constrains any element to specified column width */

/* 10 columns */
.narrow-el-10 {
    max-width: calc((var(--site-content-width) + 20px) * 10 / 12 - 20px);
    margin-left: auto;
    margin-right: auto;
}

/* 9 columns */
.narrow-el-9 {
    max-width: calc((var(--site-content-width) + 20px) * 9 / 12 - 20px);
    margin-left: auto;
    margin-right: auto;
}

/* 8 columns */
.narrow-el-8 {
    max-width: calc((var(--site-content-width) + 20px) * 8 / 12 - 20px);
    margin-left: auto;
    margin-right: auto;
}

/* 6 columns */
.narrow-el-6 {
    max-width: calc((var(--site-content-width) + 20px) * 6 / 12 - 20px);
    margin-left: auto;
    margin-right: auto;
}

.pad-half-col-left {
    padding-left: calc((var(--col-width) + 20px) / 2);
}

.pad-half-col-right {
    padding-right: calc((var(--col-width) + 20px) / 2);
}

.pad-half-col {
    padding-inline: calc((var(--col-width) + 20px) / 2);
}

/* ----- Buttons ----- */

.w-btn.icon_atright {
    display: flex;
    align-items: center;
    max-width: fit-content;
    padding: 0.75em 1em !important;
}

.w-btn.icon_atright i {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: currentColor;
    transition: .2s;
    line-height: 1;
}

.w-btn.icon_atright:hover i {
    border-radius: 50%;
}

.w-btn.icon_atright.us-btn-style_1 i::before {
    color: var(--color-content-primary);
    transition: color .2s;
}

.w-btn.icon_atright.us-btn-style_1:hover i::before {
    color: var(--color-content-secondary);
}

.w-btn.icon_atright.us-btn-style_2 i::before {
    color: var(--color-content-secondary);
    transition: color .2s;
}

.w-btn.icon_atright.us-btn-style_2:hover i::before {
    color: var(--color-content-primary);
}

.w-btn.icon_atright.us-btn-style_3 i::before {
    color: #fff;
    transition: color .2s;
}

.w-btn.icon_atright.us-btn-style_3:hover i::before {
    color: var(--color-content-primary);
}

/* ----- Badges ----- */

.cu-badge {
    max-width: fit-content;
    text-align: center;
    font-size: 12px;
    line-height: 2.25;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    background: var(--color-content-secondary);
    padding: 4px 10px 4px 10px;
}

/* ----- Boxes ----- */

.blurry-box {
    font-size: var(--font-size-xl);
    background: var(--color-alt-content-overlay);
    padding: 2.1rem;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.home .blurry-box {
    font-size: var(--font-size-lg);
    line-height: 1.47;
    font-weight: 400;
}

/* ----- Separators ----- */

.w-separator.size_large:empty {
    height: 5rem;
}

/* ----- Gallery ----- */

.w-gallery .w-gallery-item {
    border-radius: 20px;
    overflow: clip;
}

/* ----- Tabs ----- */

.w-tabs-section-header {
    padding: 2em 1.5em;
}

h4.w-tabs-section-title {
    font-size: var(--h4-font-size) !important;
    letter-spacing: var(--h4-letter-spacing);
}

/* ----- Border-top column ----- */

.border-top-column > .vc_column-inner::before {
    content: '';
    display: block;
    background: var(--color-content-border);
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.border-top-column>.vc_column-inner > .wpb_wrapper {
    padding-top: var(--padding-lg);
}

.border-top-column.top-sm>.vc_column-inner>.wpb_wrapper {
    padding-top: var(--padding-sm);
}

/* ----- Process hwrapper ----- */

.w-hwrapper.process-hwrapper {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    column-gap: 2rem;
    justify-content: space-between;
}

.w-hwrapper.process-hwrapper::before {
    content: '';
    width: calc(100% - 82px);
    height: 1px;
    position: relative;
    top: 0;
    left: 82px;
    display: inline-flex;
    flex: 0 0 calc(100% - 82px);
    background-color: var(--color-content-border);
}

.w-hwrapper.process-hwrapper .w-text {
    min-height: 62px;
    padding-top: 13px;
}

.w-hwrapper.process-hwrapper > .w-text,
.w-hwrapper.process-hwrapper > .w-vwrapper {
    flex: 0 0 calc(50% - 1rem);
}

.w-hwrapper.our-process-hwrapper,
.remodeling-process-hwrapper {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    column-gap: 30px;
    justify-content: space-between;
}

.w-hwrapper.our-process-hwrapper::before {
    content: '';
    width: calc(100% - 82px);
    height: 1px;
    position: relative;
    top: 0;
    left: 82px;
    display: inline-flex;
    flex: 0 0 calc(100% - 82px);
    background-color: var(--color-content-border);
}

.w-hwrapper.our-process-hwrapper>.w-text,
.w-hwrapper.our-process-hwrapper>.wpb_text_column,
.w-hwrapper.our-process-hwrapper>.w-video,
.w-hwrapper.our-process-hwrapper>.w-image,
.w-hwrapper.our-process-hwrapper>.w-vwrapper {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
}

.w-hwrapper.our-process-hwrapper .w-text,
.w-hwrapper.our-process-hwrapper .wpb_text_column,
.remodeling-process-hwrapper .w-text,
.remodeling-process-hwrapper .wpb_text_column {
    padding-top: 13px;
    min-height: 62px;
}

.w-hwrapper.our-process-hwrapper .w-image,
.w-hwrapper.our-process-hwrapper .w-video {
    margin-top: 13px;
    border-radius: 20px;
    overflow: clip;
}

.w-hwrapper.process-hwrapper > .w-vwrapper {
    gap: 2rem;
}

.w-hwrapper.process-hwrapper>.w-vwrapper a {
    color: var(--color-content-text);
}

.w-hwrapper.process-hwrapper>.w-vwrapper .w-image,
.w-hwrapper.process-hwrapper>.w-vwrapper .w-video {
    border-radius: 20px;
    overflow: clip;
}

.w-hwrapper.process-hwrapper > .w-vwrapper .w-text.icon_atright .w-text-h {
    display: flex;
    justify-content: space-between;
}

.w-hwrapper.process-hwrapper > .w-vwrapper .w-text.icon_atright .w-text-h i {
    font-size: 1.4rem;
}

.remodeling-process-hwrapper::before {
    content: '';
    width: calc(100% - 82px);
    height: 1px;
    position: relative;
    top: 0;
    left: 82px;
    display: inline-flex;
    flex: 0 0 calc(100% - 82px);
    background-color: var(--color-content-border);
}

.remodeling-process-hwrapper>.w-text {
    flex: 0 0 calc(35% - 15px);
    min-width: 0;
}

.remodeling-process-hwrapper>.wpb_text_column {
    flex: 0 0 calc(65% - 15px);
    min-width: 0;
}

/* reset the counter once on the steps column */
.numbered-items-column {
    counter-reset: remodel-step;
}

/* each step increments the counter */
.numbered-items-column .remodeling-process-hwrapper {
    counter-increment: remodel-step;
}

.numbered-items-column .remodeling-process-hwrapper .w-text-value {
    display: flex;
    gap: 2rem;
}

/* number bubble before each step heading */
.numbered-items-column .remodeling-process-hwrapper .w-text-value::before {
    content: counter(remodel-step) ".";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--color-content-secondary);
    color: var(--color-content-heading);
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: 1;
    flex-shrink: 0;
    vertical-align: middle;
    transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
}

/* ----- Talk-to-an-expert ----- */

.w-vwrapper.talk-to-an-expert-vwrapper {
    padding: 40px;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    max-width: 440px;
}

/* ----- Team member ----- */

.team-member-vwrapper.w-vwrapper>*:not(:last-child) {
    margin-bottom: 0;
}

.team-member-vwrapper img {
    border-radius: 20px;
    aspect-ratio: 55/76;
    margin-bottom: 1.2rem;
    object-fit: cover;
}

/* ----- Testimonials grids ----- */

.testimonials-small-grid .w-grid-item-h {
    border-top: 1px solid var(--color-content-border);
}

.testimonials-small-grid .post_content {
    padding-top: 1.7rem;
}

.testimonials-large-grid .w-grid-item-h {
    border-top: 1px solid var(--color-content-border);
}

.testimonials-large-grid .post_content {
    padding-top: 1.7rem;
}

/* ----- Carousel (Owl) ----- */

.owl-carousel.navstyle_square>.owl-nav button {
    text-shadow: none;
    color: var(--color-content-text);
    width: auto;
}

.no-touch .owl-carousel.navstyle_square .owl-prev:hover,
.no-touch .owl-carousel.navstyle_square .owl-next:hover  {
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0));
    color: var(--color-content-secondary);
}

.owl-prev:after {
    content: '\f060';
    font-weight: 300;
}

.owl-next:after {
    content: '\f061';
    font-weight: 300;
}


/* ============================================================
   6. PAGE: HOME
   ============================================================ */

.cu-slide-grid .w-text.usg_text_1 {
    position: relative;
    z-index: 2;
}

.cu-slide-grid .w-grid-item:not(.post-44) .usg_text_1 {
    animation-name: none !important;
    opacity: 1 !important;
}

.cu-slide-grid .slide-image-vwrapper {
    transform: translateY(-7rem);
    position: relative;
    z-index: 1;
}

.cu-slide-grid .slide-image-vwrapper .w-btn {
    margin-top: 8rem;
}

.home-logos-carousel img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.home-products-section .vc_col-md-6 .wpb_wrapper {
    counter-reset: product-counter;
}

.home-products-img-vwrapper {
    counter-increment: product-counter;
    position: relative;
}

.home-products-img-vwrapper .w-image {
    border-radius: 20px;
    overflow: clip;
    padding-left: calc(var(--site-content-width) / 12);
    position: relative;
    z-index: 4;
}

.home-products-img-vwrapper .w-image::before {
    content: counter(product-counter, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: calc(var(--site-content-width) / 12 - 30px);
    z-index: 1;
    color:#536B78;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
}

.home-products-img-vwrapper .w-text {
    transform: translateY(-42px);
    position: relative;
    z-index: 5;
}

.home-products-img-vwrapper .w-image-h,
.home-products-img-vwrapper .w-text {
    clip-path: inset(0 calc(100% - 1px) 0 0);
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.home-products-img-vwrapper.is-revealed .w-image-h,
.home-products-img-vwrapper.is-revealed .w-text {
    clip-path: inset(0 0 0 0);
}

.home-showcase-section .w-tabs-list-h {
    gap: 1.5rem;
}

.home-showcase-section .showcase-tabs.w-tabs.style_trendy>.w-tabs-list .w-tabs-item  {
    opacity: 1;
    color: var(--color-alt-content-heading);
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    letter-spacing: var(--h3-letter-spacing);
    padding: 0 0;
}

.home-showcase-section .showcase-tabs.w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active {
    color: var(--color-content-text);
}

.home-showcase-section .home-tab-gallery-vwrapper {
    position: relative;
}

.home-showcase-section .home-tab-gallery-vwrapper > .w-btn-wrapper {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.home-testimonials-section .quote-img {
    max-width: 104px;
}

.home-testimonials-section .quote-img img {
    padding: 26px;
}

.l-section.home-process-section {
    padding-top: 1.5rem;
}

.process-ctas-inner .w-text {
    font-size: var(--font-size-xl);
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 2.33;
    margin-bottom: 0.5rem;
}

.process-ctas-inner .w-vwrapper {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: clip;
}

.process-ctas-inner .w-vwrapper::before {
    content: '';
    display: block;
    padding-bottom: calc(5 / 6 * 100%);
}

.process-ctas-inner .process-cta-first-img,
.process-ctas-inner .process-cta-second-img {
    position: absolute;
    inset: 0;
    transition: opacity .5s;
}

.process-ctas-inner .process-cta-first-img .w-image-h,
.process-ctas-inner .process-cta-second-img .w-image-h,
.process-ctas-inner .process-cta-first-img img,
.process-ctas-inner .process-cta-second-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.process-ctas-inner .process-cta-first-img {
    z-index: 2;
    opacity: 1;
}

.process-ctas-inner .process-cta-second-img {
    z-index: 2;
    opacity: 0;
}

.process-ctas-inner .cta-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    z-index: 3;
}

.process-ctas-inner .cta-svg .w-image-h,
.process-ctas-inner .cta-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.process-ctas-inner .w-vwrapper:hover .process-cta-first-img {
    opacity: 0;
}

.process-ctas-inner .w-vwrapper:hover .process-cta-second-img {
    opacity: 1;
}

.process-ctas-inner .w-video {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 1;
    transition: opacity .3s;
}

.process-ctas-inner .w-vwrapper:hover .w-video {
    opacity: 0;
}

.process-ctas-inner .w-video .w-video-h,
.process-ctas-inner .w-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding-bottom: 0 !important;
}

.process-ctas-inner .cta-svg img {
    transition: opacity .3s;
}

.process-ctas-inner .cta-svg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('img/beige-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
}

.process-ctas-inner .w-vwrapper:hover .cta-svg img {
    opacity: 0;
}

.process-ctas-inner .w-vwrapper:hover .cta-svg::after {
    opacity: 1;
}

.home-carousel-section {
    padding-bottom: 4rem;
}


/* ============================================================
   7. PAGE: PRODUCTS
   ============================================================ */

.l-section.height_medium.product-main-section {
    padding-top: 0;
}

.product-featured-image-vwrapper {
    aspect-ratio: 11 / 5;
    position: relative;
    border-radius: 20px;
    overflow: clip;
    padding-top: 3rem;
    margin-bottom: 5.5rem;
}

.product-featured-image-vwrapper .w-post-elm.post_image {
    position: absolute;
    inset: 0;
}

.product-featured-image-vwrapper .w-post-elm.post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-main-section ul {
    font-size: var(--font-size-xl);
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-left: 1.6rem;
}

.product-main-section ul > li::marker {
    font-size: 1.2em;
    color: var(--color-content-secondary);
}

.products-landing-main-section .w-slider.nav_thumbs .w-slider-h > .royalSlider .rsOverflow {
    border-radius: 20px;
    overflow: clip;
}

.products-landing-main-section .w-slider.nav_thumbs .rsNavItem.rsThumb {
    border-radius: 20px;
    overflow: clip;
    height: auto;
}

.w-slider.has_ratio .rsThumbsContainer img {
    aspect-ratio: 5 / 4;
    height: auto;
}

.royalSlider .rsArrow:after {
    font-weight: 300;
}

.products-landing-main-section .w-slider.nav_thumbs .rsThumb.rsNavSelected::after {
    border-radius: 20px;
}

.product-faq-title-column {
    padding-top: 3rem;
    border-top: 1px solid var(--color-content-border);
}

/* ----- General Product Pages ----- */

.ab_custom_page_title .w-post-elm-value > span {
    color: var(--color-alt-content-heading);
}

.w-vwrapper.product-desc-vwrapper > *:not(:last-child) {
    margin-bottom: 0.8rem;
}

.w-vwrapper.product-desc-vwrapper > .cu-badge {
    margin-top: 1.2rem;
}

.products-landing-inner-row {
    border-top: 1px solid var(--color-content-border);
    padding-top: 2.2rem;
    padding-bottom: 4rem;
}

.products-landing-inner-row:last-of-type {
    border-bottom: 1px solid var(--color-content-border);
}

.products-landing-inner-row .product-logo-image {
    max-width: 210px;
}

.products-landing-inner-row h3 {
    margin-bottom: 2.2rem;
}

.products-landing-inner-row .product-image-hwrapper {
    justify-content: space-between;
}

.products-landing-inner-row .product-image-hwrapper .w-btn-label {
    display: none;
}

.products-landing-inner-row .product-image-hwrapper .us-btn-style_4 i {
    font-size: 1.4rem;
    margin-right: 0;
}

/* ============================================================
   8. PAGE: Portfolio
   ============================================================ */


.portfolio-main-section {
    counter-reset: client-counter;
}

.portfolio-main-section .portfolio-project-name {
    counter-increment: client-counter;
}

.portfolio-main-section .portfolio-project-name .w-text-h::before {
    content: counter(client-counter, decimal-leading-zero) "  ";
}

.portfolio-main-section .portfolio-project-name .w-text-h::before {
    content: counter(client-counter, decimal-leading-zero);
    display: inline-block;
    font-size: 1em;
    color: var(--color-alt-content-heading);
    padding-right: .2em;
}

.portfolio-main-section .w-slider.nav_thumbs .w-slider-h>.royalSlider .rsOverflow {
    border-radius: 20px;
    overflow: clip;
}

.portfolio-main-section .w-slider.nav_thumbs .rsNavItem.rsThumb {
    border-radius: 20px;
    overflow: clip;
    height: auto;
}

.w-slider.has_ratio .rsThumbsContainer img {
    aspect-ratio: 5 / 4;
    height: auto;
}

.royalSlider .rsArrow:after {
    font-weight: 300;
}

.portfolio-main-section .w-slider.nav_thumbs .rsThumb.rsNavSelected::after {
    border-radius: 20px;
}

.portfolio-main-section .w-image {
    border-radius: 20px;
   overflow: clip;
}

.w-image.meta_modern .w-image-h {
    display: block;
}


/* ============================================================
   8. PAGE: BLOG
   ============================================================ */

.cu-post-content img {
    border-radius: 20px;
}

.cu-blog-grid-hwrapper {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--color-content-border);
}

.cu-blog-grid-hwrapper .w-post-elm.post_image {
    flex: 0 0 40%;
}

.cu-blog-grid-hwrapper .post_date {
    flex: 0 0 150px;
}

.single .w-post-elm.post_title {
    line-height: 0.92;
    text-wrap: pretty;
}

.single .l-section.height_medium {
    padding-bottom: 2rem;
}

.single .single-top-author-date .post-author-name::before {
    content: 'By ';
}

.author-box-vwrapper {
    position: relative;
}

.author-box-vwrapper .post_author.avapos_left {
    align-items: flex-start;
}

.author-box-vwrapper .post-author-ava img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.author-box-vwrapper .post_author.avapos_left .post-author-ava {
    margin-right: 30px;
}

.author-box-vwrapper .post-author-name::before {
    content: 'About Author';
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2.25;
    border-radius: 6px;
    background: #FFF;
    padding: 4px 10px;
    display: block;
    margin-bottom: 1.5rem;
    max-width: fit-content;
}

.author-box-vwrapper .post-author-name {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: var(--h4-font-weight);
    font-family: var(--h4-font-family);
    letter-spacing: var(--h4-letter-spacing);
    font-style: var(--h4-font-style);
    text-transform: var(--h4-text-transform);
    color: var(--color-content-heading);
    margin-bottom: 10px;
}

.author-box-vwrapper .post-author-info {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0;
    padding-right: calc(var(--site-content-width) / 12);
}

.author-box-vwrapper .w-btn-wrapper {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    margin: 0;
    margin-inline-end: 0 !important;
}

.author-box-vwrapper .linkedin-link {
    margin-top: 1.2rem;
    font-size: 1.2rem;
}

.author-box-vwrapper .linkedin-link .w-text-value {
    display: none;
}

.cu-sharing {
    border-radius: 6px;
    background: var(--color-content-secondary);
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cu-sharing.w-sharing.type_simple .w-sharing-item {
    border-width: 0;
}

.cu-sharing.w-sharing.type_simple .w-sharing-item i {
    opacity: 1;
    transition-duration: .2s;
}

.cu-sharing.w-sharing.type_simple .w-sharing-item:hover i {
    opacity: .7;
}

.sharing-icons-holder {
    position: relative;
}

.sharing-icons-holder::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-border);
    content: '';
    z-index: 1;
}


/* ============================================================
   9. PAGE: FOOTER
   ============================================================ */

.footer-cta-column {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-cta-vwrapper {
    border-radius: 6px;
}

.footer-cta-vwrapper.has-link {
    background-color: var(--color-content-bg-alt);
    transition: background-color .2s;
    position: relative;
    cursor: pointer;
}

.footer-cta-vwrapper.has-link:hover {
    background-color: var(--color-content-secondary);
}

.footer-cta-vwrapper img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.footer-cta-vwrapper .w-text {
    padding: 5rem 2.5rem 5rem calc(var(--site-content-width) / 12);
}

.footer-cta-vwrapper .w-text .w-text-h {
    display: flex;
    align-items: center;
    column-gap: 5rem;
}

.footer-contact-hwrapper .w-text .w-text-h {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.footer-contact-hwrapper .w-text:not(.no_text).icon_atleft i {
    margin-inline-end: 0;
    color: var(--color-footer-bg);
    background: var(--color-content-secondary);
    border-radius: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-separator.size_small.with_line.footer-hr {
    height: 2px;
    transform: translateY(-1px);
}

.map-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.map-embed-container iframe,
.map-embed-container object,
.map-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.showroom-map-embed-container {
    position: relative;
    padding-bottom: 91%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.showroom-map-embed-container iframe,
.showroom-map-embed-container object,
.showroom-map-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-map-embed-container {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
    margin-right: 5rem;
}

.footer-map-embed-container iframe,
.footer-map-embed-container object,
.footer-map-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ============================================================
   10. PLUGINS
   ============================================================ */

/* ----- Gravity Forms ----- */

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 1rem;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_footer input {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4 !important;
    font-weight: 600;
    background: #1D232F;
    color: var(--color-content-secondary);
    border-radius: 6px;
    padding: 1.1em 2.0em;
    transition: .3s;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    background: var(--color-content-secondary);
    color: var(--color-content-primary);
}


/* Misc */

.w-hwrapper.title-desc-img-hwrapper {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    column-gap: 30px;
    justify-content: space-between;
}

.w-hwrapper.title-desc-img-hwrapper::before {
    content: '';
    width: calc(100% - 82px);
    height: 1px;
    position: relative;
    top: 0;
    left: 82px;
    display: inline-flex;
    flex: 0 0 calc(100% - 82px);
    background-color: var(--color-content-border);
}

.w-hwrapper.title-desc-img-hwrapper>.w-text,
.w-hwrapper.title-desc-img-hwrapper>.wpb_text_column,
.w-hwrapper.title-desc-img-hwrapper>.w-video,
.w-hwrapper.title-desc-img-hwrapper>.w-image,
.w-hwrapper.title-desc-img-hwrapper>.w-vwrapper {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
}

.w-hwrapper.title-desc-img-hwrapper .w-text,
.w-hwrapper.title-desc-img-hwrapper .wpb_text_column {
    padding-top: 13px;
    min-height: 62px;
}

.w-hwrapper.title-desc-img-hwrapper .w-image,
.w-hwrapper.title-desc-img-hwrapper .w-video {
    margin-top: 13px;
    border-radius: 20px;
    overflow: clip;
}

.book-consultation-vwrapper {
    border-radius: 6px;
}

.book-consultation-vwrapper img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    aspect-ratio: 2/1;
}

.book-consultation-vwrapper .w-text {
    padding: 2.5rem 1rem;
    text-align: left;
}

.book-consultation-vwrapper .w-text .w-text-h {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    justify-content: space-between;
}

.w-tabs-sections.icon_triangle>div>.w-tabs-section-header .w-tabs-section-control:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    pointer-events: none;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.67476 0.332235L15.4248 7.08224C15.6361 7.29358 15.7548 7.58023 15.7548 7.87911C15.7548 8.178 15.6361 8.46464 15.4248 8.67599C15.2134 8.88733 14.9268 9.00606 14.6279 9.00606C14.329 9.00606 14.0424 8.88733 13.831 8.67599L9.00383 3.84692L9.00383 17.6282C9.00383 17.9265 8.8853 18.2127 8.67432 18.4237C8.46334 18.6346 8.1772 18.7532 7.87883 18.7532C7.58046 18.7532 7.29431 18.6346 7.08333 18.4237C6.87235 18.2127 6.75383 17.9265 6.75383 17.6282L6.75383 3.84692L1.92383 8.67411C1.71248 8.88546 1.42584 9.00419 1.12695 9.00419C0.828065 9.00419 0.541421 8.88546 0.330076 8.67411C0.118732 8.46277 0 8.17612 0 7.87724C0 7.57835 0.118732 7.29171 0.330076 7.08036L7.08008 0.330362C7.18473 0.225464 7.30908 0.142273 7.44598 0.0855695C7.58288 0.0288659 7.72963 -0.000232604 7.87781 -0.0000590339C8.02599 0.000114537 8.17267 0.0295602 8.30944 0.0865861C8.4462 0.14361 8.57035 0.227093 8.67476 0.332235Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.67476 0.332235L15.4248 7.08224C15.6361 7.29358 15.7548 7.58023 15.7548 7.87911C15.7548 8.178 15.6361 8.46464 15.4248 8.67599C15.2134 8.88733 14.9268 9.00606 14.6279 9.00606C14.329 9.00606 14.0424 8.88733 13.831 8.67599L9.00383 3.84692L9.00383 17.6282C9.00383 17.9265 8.8853 18.2127 8.67432 18.4237C8.46334 18.6346 8.1772 18.7532 7.87883 18.7532C7.58046 18.7532 7.29431 18.6346 7.08333 18.4237C6.87235 18.2127 6.75383 17.9265 6.75383 17.6282L6.75383 3.84692L1.92383 8.67411C1.71248 8.88546 1.42584 9.00419 1.12695 9.00419C0.828065 9.00419 0.541421 8.88546 0.330076 8.67411C0.118732 8.46277 0 8.17612 0 7.87724C0 7.57835 0.118732 7.29171 0.330076 7.08036L7.08008 0.330362C7.18473 0.225464 7.30908 0.142273 7.44598 0.0855695C7.58288 0.0288659 7.72963 -0.000232604 7.87781 -0.0000590339C8.02599 0.000114537 8.17267 0.0295602 8.30944 0.0865861C8.4462 0.14361 8.57035 0.227093 8.67476 0.332235Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: rotate(180deg);
    border: none;
    border-radius: 0;
}


/* ============================================================
   11. MEDIA QUERIES
   ============================================================ */

/* ----- Mobile-first (min-width) ----- */

@media (min-width: 768px) {

    
}

@media (min-width: 1025px) {

    .home-carousel-section .owl-carousel {
        mask-image: linear-gradient(to right, transparent 0%, black 3rem, black calc(100% - 3rem), transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3rem, black calc(100% - 3rem), transparent 100%);
    }

    .home-testimonials-section .testimonials-large-grid {
        padding-left: calc(var(--site-content-width) / 24);
    }

    .products-landing-inner-row .product-image-hwrapper .w-image {
        max-width: calc(var(--site-content-width) / 12 * 4);
    }

    .process-hwrapper>.w-vwrapper .w-text.icon_atright .w-text-value {
        max-width: 290px;
    }

    .process-hwrapper > .w-vwrapper .w-image,
    .process-hwrapper > .w-vwrapper .w-video {
        max-width: 260px;
    }

    .w-hwrapper.title-desc-img-hwrapper .w-image,
    .w-hwrapper.title-desc-img-hwrapper .w-video {
        flex-basis: 300px;
    }

    .cu-blog-grid-hwrapper {
        justify-content: space-between;
    }

    .cu-blog-grid-hwrapper .post_date {
        flex: 0 0 150px;
    }

    .cu-blog-grid-hwrapper > .w-vwrapper {
        flex-grow: 1;
    }
    
    .footer-contact-hwrapper>*:first-child {
        flex: 4 1 0;
        padding: 3.5rem 0 1.5rem;
        border-right: 1px solid var(--color-footer-border);
        height: inherit;
    }

    .footer-contact-hwrapper>*:last-child {
        flex: 3 1 0;
        padding: 3.5rem 0 1.5rem;
        border-right: 1px solid var(--color-footer-border);
        height: inherit;
    }
}

@media (min-width: 1280px) {

    .col-extend-right-sm > .vc_column-inner {
        width: calc(100% + var(--col-bleed-sm));
    }

    .col-extend-right-md > .vc_column-inner {
        width: calc(100% + var(--col-bleed-md));
    }

    .col-extend-left-md>.vc_column-inner {
        width: calc(100% + var(--col-bleed-md));
        margin-left: calc(-1 * var(--col-bleed-md));
    }

    .col-extend-left-xl>.vc_column-inner {
        width: calc(100% + var(--col-bleed-xl));
        margin-left: calc(-1 * var(--col-bleed-xl));
    }

    .col-extend-both-xl > .vc_column-inner {
        width: calc(100% + var(--col-bleed-xl) * 2);
        margin-left: calc(-1 * var(--col-bleed-xl));
    }

    .border-top-column.col-extend-right-md .wpb_text_column {
        padding-right: calc((var(--site-content-width) / 12) + 30px);
        text-wrap: pretty;
    }

    .footer-contact-hwrapper>*:last-child {
        padding-left: calc(var(--site-content-width) / 24) !important;
    }

    .map-embed-container {
        padding-bottom: 30.65%;
    }

    .cu-blog-grid-hwrapper {
        gap: 5rem;
    }
}

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

    body.header_hor .w-nav.type_desktop .w-nav-anchor.level_1:not(.w-btn) {
        padding-inline: 14px;
    }

    .header_hor .l-subheader-cell.at_center>.w-nav {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
    }

    .l-header .l-subheader.at_middle .l-subheader-cell.at_left {
        flex-basis: 222px;
        flex-shrink: 0;
    }

    .process-ctas-inner .w-text {
        line-height: 1.5 !important;
    }
}

/* ----- Desktop-down (max-width) ----- */

@media (max-width: 1024px) {

    .l-section.home-carousel-section > .l-section-h {
        overflow: hidden;
    }

    .home-carousel-section .owl-carousel {
        mask-image: linear-gradient(to right, transparent 0%, black 3rem, black calc(100% - 3rem), transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3rem, black calc(100% - 3rem), transparent 100%);
    }

    .product-featured-image-vwrapper {
        aspect-ratio: 4 / 3;
        margin-bottom: 1.5rem;
    }

    .home-products-section .h1-style {
        font-size: var(--h3-font-size);
    }

    .cu-blog-grid-hwrapper {
        flex-wrap: wrap;
        gap: 0.7rem;
    }

    .cu-blog-grid-hwrapper .w-post-elm.post_image {
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 1.5rem;
    }

    .cu-blog-grid-hwrapper .post_date {
        order: 2;
    }

    .cu-blog-grid-hwrapper .w-vwrapper {
        order: 3;
    }

    .l-section.rounded-img-section .w-hwrapper {
        flex-wrap: wrap;
        gap: 2.5rem;
    }

    .l-section.rounded-img-section .w-hwrapper .w-vwrapper .w-text {
        order: 1;
        margin-bottom: 1.5rem;
    }

    .l-section.rounded-img-section .w-hwrapper .w-vwrapper .wpb_text_column {
        order: 2;
        padding: 1.5rem;
        margin-bottom: 0 !important;
    }

    .l-section.rounded-img-section .w-hwrapper>:not(:last-child) {
        margin-inline-end: 0;
    }

    .l-section.rounded-img-section .w-vwrapper>*:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .home .l-section.rounded-img-section .w-hwrapper .w-vwrapper,
    .l-section.rounded-img-section .w-hwrapper .w-vwrapper  {
        flex: 1;
    }

    .w-vwrapper.talk-to-an-expert-vwrapper {
        aspect-ratio: auto;
        max-width: none;
    }

    .l-footer .h1-style {
        font-size: var(--h2-font-size);
        text-wrap: balance;
    }
}

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

    .header_hor .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height.rounded-img-section:not(:first-of-type) {
        min-height: 80vh;
    }

    .author-box-vwrapper .post-author-info {
        padding-right: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .footer-contact-hwrapper>*:first-child {
        flex: 3 1 0;
        padding: 3rem 0 2rem;
        border-right: 1px solid var(--color-footer-border);
        height: inherit;
    }

    .footer-contact-hwrapper>*:last-child {
        flex: 3 1 0;
        padding: 3rem 0 2rem 2.5rem;
        border-right: 1px transparent;
        height: inherit;
    }

    .footer-map-embed-container {
        margin-right: 3rem;
    }
}

@media (max-width: 1024px) and (min-width: 601px) {

    .w-grid.testimonials-large-grid .h3-style {
        font-size: var(--h4-font-size) !important;
        line-height: 1.5;
    }

    .footer-cta-vwrapper .w-text {
        padding: 2.5rem;
    }

    .footer-cta-vwrapper .w-text .w-text-h {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {

    .w-hwrapper.process-hwrapper>.w-text,
    .w-hwrapper.process-hwrapper>.w-vwrapper {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .w-hwrapper.process-hwrapper>.w-text {
        margin-bottom: 0;
    }

    .w-hwrapper.our-process-hwrapper>.w-text,
    .w-hwrapper.our-process-hwrapper>.w-vwrapper {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .w-hwrapper.our-process-hwrapper>.w-text,
    .w-hwrapper.our-process-hwrapper>.wpb_text_column,
    .w-hwrapper.our-process-hwrapper>.w-video,
    .w-hwrapper.our-process-hwrapper>.w-image,
    .w-hwrapper.our-process-hwrapper>.w-vwrapper {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
    }

    .w-hwrapper.our-process-hwrapper>.w-text {
        order: 1;
        margin-bottom: 0;
    }

    .w-hwrapper.our-process-hwrapper>.w-video,
    .w-hwrapper.our-process-hwrapper>.w-image {
        order: 2;
        margin-bottom: 1rem;
    }

    .w-hwrapper.our-process-hwrapper>.w-vwrapper {
        order: 3;
    }

    .w-hwrapper.title-desc-img-hwrapper>.w-text,
    .w-hwrapper.title-desc-img-hwrapper>.wpb_text_column,
    .w-hwrapper.title-desc-img-hwrapper>.w-video,
    .w-hwrapper.title-desc-img-hwrapper>.w-image,
    .w-hwrapper.title-desc-img-hwrapper>.w-vwrapper {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
    }

    .remodeling-process-hwrapper > * {
        flex: 1 1 auto !important;
        min-height: auto !important;
    }

    .remodeling-process-hwrapper>.w-text {
        margin-bottom: 0 !important;
    }

    .header_hor .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height.rounded-img-section:not(:first-of-type) {
        min-height: 70vh;
    }

    .products-landing-inner-row {
        padding-bottom: 0;
        padding-top: 2.5rem;
    }

    .w-vwrapper.talk-to-an-expert-vwrapper {
        padding: 2.5rem 1.5rem;
    }
    
    .author-box-vwrapper .post-author-info {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }

    .footer-contact-hwrapper {
        padding-top: 1.5rem;
    }

    .footer-contact-hwrapper > * {
        flex: 1 1 0;
    }

    .footer-cta-vwrapper .w-text {
        padding: 1.5rem;
    }

    .footer-map-embed-container {
        margin-right: 0;
        margin-bottom: 2.5rem !important;
    }
}

@media (max-width: 600px) {

    .w-grid.cu-slide-grid .usg_vwrapper_3 {
        aspect-ratio: 3 / 4 !important;
    }

    .cu-slide-grid .slide-image-vwrapper {
        transform: translateY(0);
    }

    .w-grid.cu-slide-grid .usg_post_image_1 {
        aspect-ratio: 3 / 4 !important;
    }

    .w-grid.cu-slide-grid .usg_text_1 {
        /* font-size: var(--h3-font-size) !important;
        line-height: var(--h3-line-height) !important; */
        margin-bottom: 3.5rem !important;
    }

    .cu-slide-grid .slide-image-vwrapper .w-btn {
        margin-top: -1.5rem;
        margin-bottom: none;
    }

    .home-carousel-section {
        padding-bottom: 2rem;
        padding-top: 2.5rem;
    }

    .home-products-img-vwrapper .w-image {
        padding-left: calc(var(--site-content-width) / 24);
    }

    .home-products-img-vwrapper .w-image::before {
        left: calc(var(--site-content-width) / 24 - 30px);
    }

    .l-section.home-testimonials-section.height_huge {
        padding-bottom: 0;
    }

    .home-testimonials-section .quote-img img {
        padding: 6px;
    }

    .home-showcase-section .w-tabs-list-h {
        gap: .7rem;
    }

    .home-showcase-section .showcase-tabs.w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
        font-size: var(--h5-font-size);
    }

    .home-showcase-section .home-tab-gallery-vwrapper>.w-btn-wrapper {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .home-tab-gallery-vwrapper .w-image-h > div{
        padding-bottom: 66.6667% !important;
    }

    .w-grid.testimonials-large-grid .h3-style {
        font-size: var(--font-size-xl);
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: -0.02em;
    }

    .w-gallery.three-columns-gallery.type_grid:not([style*="--columns:1;"]) .w-gallery-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-main-section .w-btn-wrapper:not(.product-featured-image-vwrapper > .w-btn-wrapper) {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-inline-end: auto;
        margin-inline-start: auto;
        display: block !important;
    }

    .product-main-section .w-btn-wrapper:not(.product-featured-image-vwrapper > .w-btn-wrapper) .w-btn.icon_atright {
        position: relative;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 1.1em 1.0em !important;
    }

    .product-main-section .w-btn-wrapper:not(.product-featured-image-vwrapper > .w-btn-wrapper) .w-btn.icon_atright i {
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .footer-btns-hwrapper .w-btn-wrapper {
        width: 90%;
    }

    .footer-btns-hwrapper .w-btn-wrapper .w-btn.icon_atright {
        position: relative;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 1.1em 1.0em !important;
    }

    .footer-btns-hwrapper .w-btn-wrapper .w-btn.icon_atright i {
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .product-main-section .w-image.manufacturer-logo {
        text-align: center;
    }

    #menu-footer-menu {
        column-count: 2;
        font-size: var(--h5-font-size);
    }

    .map-embed-container {
        padding-bottom: 80%;
    }
}

@media (max-width: 399px) {
    .home-showcase-section .showcase-tabs.w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
        font-size: 1.1rem;
    }
}
