.sticky {}

.gallery-caption {}

.bypostauthor {}

@font-face {
    font-family: PPEditorial;
    src: url(./assets/fonts/PPEditorialNew-Italic.ttf)
}

@font-face {
    font-family: Advercase;
    src: url(./assets/fonts/AdvercaseFont-Regular.ttf)
}

@font-face {
    font-family: "DM Sans";
    src: url(./assets/fonts/DMSans-VariableFont.ttf)
}

body {
    background-color: #fbf9f7;
    margin: auto 0
}

body>header>h1>a {
    color: #fbf9f7;
    font-weight: 400
}

section {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    max-width: 100%;     /* prevent any fixed width from exceeding screen */
    box-sizing: border-box;
    padding: 0 15px;     /* small padding so content doesn't touch edges */
    
    position: relative;
    height: auto;        /* fit-content can break on mobile */
    overflow: visible;   /* allow children to show fully */
}

/* Make images inside responsive */
section img {
    max-width: 100%;

}

/* Text inside */
.why-choose-text {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}



footer {
    margin-top: 4px;
    height: fit-content
}

a {
    text-decoration: none
}

video {
    max-width: 100%;
    height: auto;
    display: flex;
    object-fit: cover;
    margin: 1rem
}

.desktop {
    display: flex
}

.mobile.image-container {
    display: none
}

.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center
}

.nav-container {
    width: 100%;
    max-width: 1440px;
    margin: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-branding {
    flex: 0 0 auto
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-navigation li {
    position: relative;
    margin: 0 15px
}

.menu-item-has-children>a {
    display: flex;
    align-items: center
}

.dropdown-icon {
    margin-left: 5px;
    font-size: 12px
}

ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fbf9f7;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: 100;
    padding: 10px 0;
    border-radius: 4px;
    margin: 0
}

.menu-item-has-children:hover ul.sub-menu {
    display: block
}

ul.sub-menu li {
    margin: 0;
    display: block;
    width: 100%;
    margin: 1rem 0
}

.main-navigation ul li a:hover,
.main-navigation ul li div:hover,
.main-navigation ul li div:active,
menu {
    font-weight: 700
}

.menu-item-has-children:has(ul.active) {
    div {
        font-weight: 700
    }
    img {
        transform: scaleY(-1)
    }
}

.menu-item-has-children img {
    transition: transform .2s ease-in-out
}

.menu-item-has-children:hover img {
    transform: scaleY(-1)
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px
}

.menu-icon {
    display: block;
    position: relative
}

.menu-icon:before,
.menu-icon:after {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0
}

.menu-icon:before {
    top: -8px
}

.menu-icon:after {
    bottom: -8px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.close-button {
    display: none
}

@media (max-width:800px) {
    .menu-toggle {
        display: block;
        order: 3
    }
    .main-navigation {
        position: fixed;
        top: 0;
        right: -900px;
        width: 300px;
        height: 100vh;
        background-color: #fbf9f7;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 80px 20px 20px;
        transition: right .3s ease;
        box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
        z-index: 1000
    }
    .main-navigation.active {
        right: 0
    }
    .main-navigation ul {
        flex-direction: column;
        width: 100%
    }
    .main-navigation li {
        margin: 0;
        width: 100%
    }
    .main-navigation a {
        padding: 15px 0;
        border-bottom: 1px solid #fbf9f7
    }
    ul.sub-menu {
        position: static;
        display: none;
        box-shadow: none;
        padding: 0 0 0 15px;
        width: 100%
    }
    .menu-item-has-children ul.sub-menu.active {
        display: block
    }
    .dropdown-icon {
        margin-left: auto
    }
    .menu-item-has-children>a {
        justify-content: space-between
    }
    #site-navigation>a.button {
        width: 80%;
        text-align: center
    }
    .close-button {
        display: flex;
        cursor: pointer
    }
}

.wrap {
    width: 99%;
    margin: 0 auto
}

.content-area {
    display: inline-block
}

.content-thin {
    width: 70%
}

.content-full-width {
    width: 100%
}

.content-area,
.primary-sidebar {
    display: inline-block
}

.primary-sidebar {
    width: 25%;
    padding: 1%;
    vertical-align: top;
    background-color: #ececec
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px
}

.article-full {
    width: 99%;
    padding: 1%
}

.article-full {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    margin-bottom: 3rem;
    gap: 3rem;
    align-items: center
}

.article-full h1 {
    text-align: center
}

.wp-block-group {
    gap: 2rem
}

@media screen and (max-width:400px) {
    .content-area,
    .primary-sidebar {
        width: 80%
    }
}

@media screen and (max-width:800px) {
    .content-area,
    .primary-sidebar {
        width: 100%
    }
}

h1,
h2,
h3,
h4,
h5,
p {
    color: #23221e;
    margin-right: 2rem;
    margin-left: 2rem
}

h1 {
    font-size: 80px !important;
    font-family: Advercase;
    margin-bottom: 18px !important;
    font-weight: 400 !important
}

h2 {
    font-size: 60px;
    font-family: Advercase;
    margin-bottom: 22px;
    font-weight: 400 !important
}

h3 {
    font-size: 40px;
    font-style: italic;
    font-family: PPEditorial;
    font-weight: 400 !important
}

h4,
.h4 {
    font-size: 30px;
    font-family: Advercase;
    font-weight: 400 !important
}

p.subtitle {
    line-height: 100%;
    font-size: 42px;
    font-style: italic;
    font-family: PPEditorial
}

p {
    line-height: 130%;
    font-size: 16px;
    font-family: "DM Sans";
    max-width: 1032px;
    margin: 8px 1rem
}

p.text-x-large {
    font-size: 26px;
    line-height: 130%;
    font-weight: bold
}

p.text-large {
    font-size: 20px;
    font-weight: bold
}

p.text-medium {
    font-size: 18px;
    font-weight: bold
}

p.text-small {
    font-size: 14px
}

p.text-x-small {
    font-size: 12px
}

.testimonial>p {
    font-size: 28px
}

.newsletter-container {
    display: flex
}

.newsletter-input {
    height: fit-content
}

.newsletter-input input {
    height: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0;
    line-height: 130%;
    font-size: 18px;
    font-family: "DM Sans";
    border: 1px solid #635e38
}

.newsletter-container p {
    height: fit-content;
    margin: .5rem 4px
}

input.wpcf7-submit {
    background-color: #635e38;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0;
    line-height: 130%;
    font-size: 18px;
    font-family: "DM Sans";
    border: 1px solid #635e38
}

.button {
    background-color: #635e38;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 16px 32px;
    line-height: 130%;
    font-size: 1.2rem;
    font-family: "DM Sans";
    border: 1px solid #635e38
}

a.button,
input.wpcf7-submit {
    color: #fbf9f7;
    max-height: fit-content
}

a.button:visited {
    color: #fbf9f7
}

a.button:hover,
input.wpcf7-submit:hover {
    background-color: transparent;
    color: #635e38
}

.button-alt {
    background-color: #fbf9f7;
    color: #635e38;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 16px 32px;
    line-height: 130%;
    font-size: 1.2rem;
    font-family: "DM Sans";
    border: 1px solid #635e38
}

a.button-alt:visited {
    color: #635e38
}

a.button-alt:hover {
    background-color: transparent;
    color: #fbf9f7
}

hr.solid {
    border-top: 1px solid #23221e;
    max-width: 95%
}

@media only screen and (max-width:1100px) {
    h1 {
        font-size: 70px !important
    }
    h2 {
        font-size: 52px
    }
    h3 {
        font-size: 38px
    }
    h4 {
        font-size: 28px
    }
    p.subtitle {
        font-size: 38px
    }
    .testimonial>p {
        font-size: 24px
    }
}

@media only screen and (max-width:600px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    p {
        margin-right: .5rem;
        margin-left: .5rem
    }
    h1 {
        font-size: 50px !important
    }
    h2 {
        font-size: 46px;
        letter-spacing: 0
    }
    h3 {
        font-size: 28px;
        letter-spacing: 0
    }
    h4 {
        font-size: 26px
    }
    p.subtitle {
        font-size: 32px
    }
    p {
        font-size: 14px
    }
    p.text-x-large {
        font-size: 18px
    }
    p.text-large {
        font-size: 18px
    }
    p.text-medium {
        font-size: 16px
    }
    p.text-small {
        font-size: 12px
    }
    p.text-x-small {
        font-size: 10px
    }
    .testimonial>p {
        font-size: 22px
    }
}

.calendly-inline-widget {
    margin-top: 1rem;
    width: 64rem;
    max-width: 1200px;
    min-width: 320px;
    height: 800px
}

.section-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 80px 0
}

.position-relative {
    position: relative
}

.bg-yellow {
    background-color: #f1d8a0
}

.bg-green {
    background-color: #c9d1c4
}

.bg-beige {
    background-color: #f5f0eb
}

.bg-blue {
    background-color: #bac4ca
}

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

.text-bold {
    font-weight: bold
}

.nested-link {
    color: #23221e;
    font-weight: bolder
}

.nested-link:hover {
    text-decoration: underline
}

.nested-link:visited {
    color: #23221e !important
}

.margin-left-none {
    margin-left: 0
}

.margin-bottom-none {
    margin-bottom: 0
}

.margin-top-none {
    margin-top: 0
}

.flex {
    display: flex
}

.space-between {
    justify-content: space-between
}

.hover {
    cursor: pointer
}

.center {
    justify-content: center
}

.align-center {
    align-items: center
}

.list-type-none {
    list-style-type: none
}

ul.services-links {
    padding-left: 0
}

.design-container {
    position: absolute;
    top: 55%;
    right: 0;
    transform: translate(0, -50%);
    width: 60%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.wwk-team {
    padding: 40px 0 40px 40px
}

.wwk-team h3 {
    margin-left: 1rem
}

.awards {
    width: 60%
}

.grid,
.testimonial-container {
    display: grid;
    grid-template-columns: 50% 50%
}

.testimonial-container {
    margin: 2rem
}

.testimonial-alt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%
}

.step-grid-container {
    display: grid;
    grid-template-columns: 40% 60%
}

.values-container {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 80px
}

.values-container .step-container {
    margin-top: 0
}

.values-container img {
    max-height: 601px;
    margin-bottom: 40px
}

.hero-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-left: 2rem
}

.hero-grid h1 {
    margin-left: 0
}

.hero-grid>div>div {
    margin-top: 40px
}

.hero-contact {
    margin-top: 4rem
}

#heroSection .hero-contact p {
    margin-top: 1rem
}

#heroSection h1 {
    margin: 0 !important
}

#heroSection p {
    margin: 2rem 0
}

.italic {
    font-style: italic
}

#heroSection p.text-large {
    font-style: italic
}

#heroSection a.button {
    margin: 2rem 0
}

.hero-image-container {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    margin-left: 1rem
}

.hero-image {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: flex;
    object-fit: cover;
    height: auto;
    max-width: 100%
}

.product-banner>.product-banner-text {
    justify-content: center
}

.product-banner>.product-banner-text>p {
    font-weight: 400;
    justify-content: start
}

.banner-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem
}

.product-banner-images {
    width: 100%;
    position: relative
}

.product-hero-image-sm-container {
    position: absolute;
    top: 50%;
    transform: translate(10%, -50%);
    width: 30%
}

.product-hero-image-sm {
    border-radius: 15px;
    display: flex;
    object-fit: cover;
    height: auto;
    max-width: 100%
}

.product-hero-image-container {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.product-hero-image {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: flex;
    object-fit: cover;
    height: auto;
    max-width: 85%
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.image-container-right-align {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    gap: 2rem
}

.image-container-left-align {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    gap: 2rem
}

.award-image-container {
    display: flex;
    object-fit: cover;
    max-width: 100%;
    margin: 2rem
}

.image-rounded {
    border-radius: 15px;
    display: flex;
    object-fit: cover;
   
    max-width: 100%;
    margin: 2rem
}

.image-rounded-alt {
    border-radius: 15px;
    display: flex;
    object-fit: cover;
    height: 100%;
    max-width: 100%
}

.image-left-rounded {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: flex;
    object-fit: cover;
    height: 100%;
    max-width: 100%
}

.image-right-rounded,
.image-right-rounded-alt,
.testimonial-image {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    object-fit: cover;
    height: auto;
    max-width: 100%
}

.testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    max-width: 600px
}

.testimonial p.italic,
.testimonial-alt p.italic {
    margin: 3rem 2rem 0 3rem
}

.testimonial p.text-bold,
.testimonial-alt p.text-bold {
    margin: 2rem 2rem 3rem 3rem
}

.testimonial-alt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    max-width: 90%
}

.services-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    transition: ease-in-out 500ms
}

.services-grid a:hover img {
    transform: scale(1.05)
}

.services-grid>div.additional-service {
    margin-top: 4rem
}

.services-grid .image-container img {
    height: auto
}

.black {
    color: #23221e !important
}

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

.step-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 32px
}

.container,
.design-process-container {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem
}

.step-container .step-number {
    height: 100%;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: bolder;
    background-color: #f1d8a0;
    max-height: 24px
}

.footer-section-main {
    display: flex;
    flex-wrap: wrap
}

.footer-info {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    padding: 36px
}

.footer-info a {
    color: #23221e
}

.footer-info a:hover {
    text-decoration: underline
}

div.carousel-section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 550px
}

.carousel {
    width: 90%;
    max-width: 1240px;
    margin-bottom: 20px
}

.carousel h2 {
    text-align: center;
    margin-bottom: 50px
}

.reviews {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: auto
}

.review {
    min-height: 275px;
    box-sizing: border-box;
    padding: 10px;
    transition: transform .5s ease;
    display: none;
    background: #f8f4eb;
    border: 1px solid #2a2928;
    border-radius: 10px;
    margin: 10px;
    max-width: 456px;
    width: 50%
}

.review.active {
    opacity: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.navbar {
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: space-between
}

.logo img {
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative
}

.nav-links li {
    position: relative
}

#nav-link>p {
    font-size: 1.2rem
}

.dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    gap: .5rem
}

.dropdown li {
    padding: .5rem 0
}

.dropdown li a {
    font-weight: normal
}

.services-links.open .dropdown {
    display: flex
}

.review p {
    margin: 10px 0
}

.review .author {
    font-weight: 700;
    margin-top: 10px
}

.arrows {
    gap: 16px;
    display: flex;
    justify-content: space-between
}

.arrow {
    background-color: #585432;
    border: 2px solid #585432;
    padding: 12px 12px 8px 12px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto
}

.arrow:hover {
    background-color: #f8f4eb
}

.fill {
    fill: #fbf9f7
}

.arrow:hover .fill {
    fill: #585432
}

.review-dots {
    display: flex;
    align-items: center;
    gap: 10px
}

.review-dot {
    width: 8px;
    height: 8px;
    background-color: #f8f4eb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .3s
}

.review-dot.active {
    background-color: #585432
}

.carousel-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.grid-container {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 2%;
    margin-top: 40px;
    width: 100%
}

.get-inspred-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 2%;
    margin-top: 40px;
    width: 100%
}

.showroom {
    margin: 20px
}

.text-center {
    text-align: center
}

.text-start {
    text-align: start
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    max-width: 100%;
    margin: 4rem 6rem 4rem 2rem;
    gap: 2rem
}

.portfolio-grid .image-rounded {
    margin: 0;
    width: 100%
}

.service-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 4rem 0
}

.areas {
    display: flex;
    justify-content: space-around;
    width: 100%
}

.service-area p {
    margin-top: 20px;
    margin-bottom: 20px
}

.text-medium.service-text {
    font-weight: 400
}

.get-inspired {
    margin: 32px 0
}

.get-inspired>h2,
.get-inspired>p,
.product-banner>.product-banner-text>h1,
.product-banner>.product-banner-text>p {
    margin-left: 2rem;
    margin-right: 0
}

.why-choose-text>* {
    text-align: left;
    margin-left: 2rem
}

.why-us {
    max-width: 1000px
}

.why-us-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 16px 40px 16px
}

.why-us-text h3 {
    margin: 8px 1rem
}

.footerInfo {
    max-width: 95%;
    display: flex;
    width: 95%
}

.footerInfo p {
    margin: 0
}

.hire-us {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.hire-us>div {
    max-width: 350px;
    margin: 2rem
}

@media (max-width:1200px) {
    .hero-grid {
        text-align: center;
        grid-template-columns: 100%;
        margin-left: 1rem
    }
    .contact-info {
        justify-content: center
    }
    .hero-image-container {
        display: flex;
        justify-content: flex-end;
        max-width: 100%
    }
    .hero-image {
        border-radius: 15px;
        width: 95%;
        height: auto;
        max-width: 100%;
        margin: 0 1.5rem;
        justify-content: center;
        align-items: center
    }
}

@media (max-width:1000px) {
    .product-banner {
        text-align: center
    }
    .desktop {
        display: none
    }
    .mobile.image-container {
        display: flex
    }
    .banner-buttons {
        flex-direction: column;
        align-items: center
    }
    .banner-buttons .button,
    .banner-buttons .button-alt {
        width: fit-content
    }
    .awards {
        width: 75%
    }
    .calendly-inline-widget {
        max-width: 500px;
        height: 1200px
    }
    .grid-container {
        text-align: center;
        grid-template-columns: 100%;
        gap: 0
    }
    .step-grid-container,
    .values-container,
    .testimonial-container {
        grid-template-columns: 100%
    }
    .values-container {
        text-align: center;
        margin-top: 40px
    }
    .testimonial {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0
    }
    .testimonial-image {
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px
    }
    .testimonial p.italic,
    .testimonial p.text-bold {
        margin: 2rem
    }
}

@media (max-width:800px) {
    .container {
        padding-bottom: 500px
    }
    .newsletter-container {
        flex-wrap: wrap
    }
    .design-process-container {
        padding-bottom: 700px
    }
    .step-container {
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 0;
        margin-bottom: 0
    }
    .design-container {
        top: 100%;
        left: 0;
        transform: translate(0, -100%);
        width: 100%;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        height: fit-content
    }
    .wwk-team {
        padding-left: 0
    }
    .why-choose-text>* {
        text-align: center;
        margin-left: 1rem
    }
    .get-inspired>h2,
    .get-inspired>p {
        margin-left: 1.5rem
    }
    .product-banner>.product-banner-text>h1,
    .product-banner>.product-banner-text>p {
        margin-left: 0;
        margin-right: 0
    }
    .portfolio-grid {
        grid-template-columns: 50% 50%;
        margin: 4rem 2rem 4rem 1rem;
        gap: 1rem
    }
    .portfolio-grid .image-rounded {
        max-width: 100%;
        margin: 0
    }
    .awards {
        flex-direction: column
    }
    .hero-grid {
        margin: 0
    }
    .footerInfo {
        flex-direction: column;
        align-items: center;
        gap: 8px
    }
    .get-inspred-grid,
    .grid {
        grid-template-columns: 100%
    }
    .calendly-inline-widget {
        max-width: 450px;
        height: 1100px
    }
    .why-us-text h3,
    .why-us-text p {
        margin: 8px 0
    }
    .image-rounded {
        border-radius: 15px;
        display: flex;
        object-fit: cover;
        max-width: 90%;
        margin: .5rem;
        justify-content: center
    }
    .reviews {
        justify-content: center
    }
    .review {
        min-height: 270px;
        margin: 0;
        width: 100%
    }
    .section-container {
        margin: 60px 0
    }
    .carousel-navigation {
        margin-top: 32px
    }
    .services-grid {
        grid-template-columns: 50% 50%;
        margin-top: 1rem;
        margin-bottom: 0
    }
    .service-area {
        flex-direction: column
    }
    .image-right-rounded-alt {
        border-radius: 0
    }
}

@media (max-width:600px) {
    .newsletter-container input.wpcf7-email {
        width: 300px
    }
    .container {
        padding-bottom: 350px
    }
}

@media (max-width:500px) {
    .design-process-container {
        padding-bottom: 730px
    }
    .testimonial p.italic,
    .testimonial p.text-bold,
    .testimonial-container {
        margin: 1rem
    }
    .calendly-inline-widget {
        max-width: 300px;
        height: 1100px
    }
    .service-arrow {
        max-width: 32px;
        max-height: 32px
    }
    .container {
        padding-bottom: 450px
    }
    .newsletter-container input.wpcf7-email {
        width: 225px
    }
}

@media (max-width:400px) {
    .design-process-container.home {
        padding-bottom: 875px
    }
}

@media (max-width:350px) {
    .design-process-container {
        padding-bottom: 850px
    }
    .design-process-container.home {
        padding-bottom: 950px
    }
}

@media only screen and (min-width:1440px) {
    .design-container,
    .image-left-rounded,
    .image-right-rounded,
    .image-right-rounded-alt,
    .hero-image,
    .product-hero-image {
        border-radius: 15px
    }
}

.faq-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
    max-width: 95%
}

.faq-question {
    background-color: #c9d1c4;
    cursor: pointer;
    border-radius: 40px;
    padding: 20px;
    font-weight: bold;
    display: flex;
    gap: 10px
}

.faq-question.alt {
    background-color: #bac4ca
}

.faq-question .icon {
    font-size: 1.5rem
}

.faq-answer {
    overflow: hidden;
    transition: max-height .4s ease, opacity .4s ease;
    display: none;
    margin-top: 10px;
    font-weight: normal
}

.faq-item.active .faq-answer {
    display: inline-block
}

.faq-item.active .faq-question .icon {
    content: "×"
}

.grid-container .faq-answer,
.grid-container .faq-question {
    padding-right: 10px;
    padding-left: 20px;
    text-align: start
}

@media (max-width:800px) {
    .faq-item .faq-question {
        margin-right: 0
    }
    .faq-container {
        margin-top: 0
    }
}

.slider-container {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f5f1ed;
    margin: 4rem 0
}

.slider {
    display: flex;
    transition: transform .3s ease
}

.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0;
    max-width: 300px;
    margin: 20px
}

@media (max-width:800px) {
    .slider img {
        margin: 8px
    }
}