/********************************************************
********************************************************
UNIVERSAL STYLES
********************************************************
********************************************************/


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body{
    overflow-x: hidden;
}

:root {
    --color-primary: #464a38;
    --color-secondary: rgb(206, 205, 199);
    --color-logo: #515655;

    --font-primary: "Roboto Condensed";
    --font-secondary: 'Playfair Display';
  }

.page-container{
    display: flex;
    flex-direction: column;
}

/********************************************************
NAVBAR STYLES
********************************************************/

/* #region */

nav{
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    height: 15vh;
    min-height: 80px;
}

.nav-logo-container{
    display: flex;
    flex-direction: column;
    height: 100%;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
}

.nav-logo{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logo-text{
    font-family: var(--font-primary);
    font-size: clamp(0.75rem, 2vw, 1rem);
    padding-bottom: 0.5rem;
}

.logo-list-container ul{
    list-style: none;
}

.nav-list-container{
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.nav-list{
    font-size: clamp(1.5rem, 3vw, 3rem);
    display: flex;
    gap: 4rem;
    list-style: none;
    font-family: var(--font-primary), sans-serif;
    font-weight: 700;
}

.list-item{
    text-decoration: none;
    color: inherit;
}

.list-item:hover{
    cursor: pointer;
    text-decoration: underline;
}

.hide{
    display: none;
}

.socials-container{
    display: flex;
    align-items: center;
}

.nav-instagram-logo{
    height: 6vh;
}

.hamburger-container{
    display: flex;
    align-items: center;
    display: none;
    padding-right: 0.5rem
}

.bar{
    display: block;
    background-color:black;
    height: 5px;
    width: 40px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

/* #endregion */

/********************************************************
FOOTER STYLES
********************************************************/

/* #region */

footer{
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    padding: 3rem 0 0.5rem 0;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.footer-content-container{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    padding: 0 2rem;
    gap: 5vw;
}

.footer-logo-container{
    height: 14vh;
}

.footer-logo{
    height: 100%;;
}

.contact-container{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-container ul{
    display: flex;
    flex-direction: column;
    color: white;
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-family: var(--font-primary);
    list-style: none;
    gap: 0.5rem;
}

.quick-links-container{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.quick-links-container ul{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-family: var(--font-primary);
    color: white;
}

.footer-li{
    list-style: none;
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-family: var(--font-primary);
    color: white;
    text-decoration: none;
}

.building-certs-container{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    padding-top: 1rem;
}

.building-logo-container{
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 10%;
    min-width: 100px;
    padding: 1rem 0;
}

.building-logo{
    width: 100%;
    height: 100%;
    border: 2px solid white;
}

.legal-disclaimer{
    color: white;
    font-family: var(--font-primary);
}

/* #endregion */


/********************************************************
********************************************************
HOME PAGE STYLES
********************************************************
********************************************************/

/* #region */

/********************************************************
HERO IMAGE SECTION STYLES
********************************************************/
.sneaky {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .home-hero-section-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-hero-section{
    width: 100vw;
    position: relative;
    max-height: 80vh;
    min-height: 60vh;
}

.home-hero-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-container{
    position: absolute;
    width:  fit-content;
    z-index: 11;
    box-shadow: 3px 3px 5px black;
    background-color: rgba(115, 115, 112, 0.8);
    border-radius: 10px;
    font-family: 'Playfair Display', sans-serif;
    color: white;
    font-size: clamp(1rem, 3vw + 1rem, 8rem);
    font-weight: 100;
    white-space: nowrap;
    bottom: 10%;
    left: 10%;
    padding: 2rem 2rem;
}

/********************************************************
ABOUT US SECTION STYLES
********************************************************/

.about-us-section{
    align-self: center;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: #e9eae6;
    border-top: black 2px solid;
    border-bottom: black 2px solid;
}

.about-us-content-container{
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 4rem 3rem 2rem 3rem;
    max-width: 1440px;
    gap: 1rem;
}

.border-left{
    position: relative;
}

.border-left:before{
    content: "";
    position: absolute;
    left: 2%;
    top: 0%;
    height: 100%;
    width: 0;
    border-left: 2px solid black;
    z-index: 1;
}

.border-right{
    position: relative;
}

.border-right:before{
    content: "";
    position: absolute;
    right: 2%;
    bottom: -20%;
    height: 120%;
    width: 0;
    border-right: 2px solid black;
    z-index: 99;
}

.display-small{
    display: none;
}

.display-large{
    display: flex;
}

.about-us-section h2{
    font-family: "DM Serif Text", sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3rem);
    color: rgb(0, 0, 0);
    align-self: flex-start;
}

.content-container-part-two{
    display: flex;
    gap: 2rem;
}

.about-us-image-container{
    width: 50%;
    height: 100%;
    display: flex;
    z-index: 12;
}

.about-us-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-image-container-two{
    position: absolute;
    bottom: -10%;
    top: 0%;
    right: 8%;
    height: 110%;
    display: flex;
    z-index: 12;
    aspect-ratio: 4/5;
}

.about-us-image-two{
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: cover;
}

.about-us-text-container-one{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    padding: 2rem 2rem, 2rem 0;
    align-items: center;
    font-size: clamp(0.85rem, 2vw - 0.25rem, 1.75rem);
    font-family: "Playfair Display", sans serif;
}

.about-us-text-container-two{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    padding: 2rem 2rem, 2rem 0;
    align-items: center;
    font-size: clamp(0.85rem, 2vw - 0.25rem, 1.75rem);
    font-family: "Playfair Display", sans serif;
}


/********************************************************
PROJECTS SECTION STYLES
********************************************************/

.projects-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    justify-content: center;
    align-self: center;
    padding: 4rem 2rem;
    z-index: 11;
    background-color: white;
}

.projects-section h2{
    font-family: "DM Serif Text", sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw + 1rem, 6rem);
    padding-bottom: 3rem;
}

.projects-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    align-items: stretch;
}

.single-project-container{
    width: 100%;
    text-decoration: none;
    display: flex;
}

.single-project-container figure{
    aspect-ratio: 1/1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
}

.single-project-container figure:hover{
    transform: scale(1.1);
}

.project-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    flex: 1;
}

.single-project-container figcaption {
    color: black;
    font-size: clamp(1rem, 3vw, 3rem);
    text-align: center;
    white-space: nowrap;
    font-family: var(--font-primary);
}

.single-project-container p{
    color: black;
    font-size: clamp(1rem, 3vw, 1.5rem);
    text-align: center;
    font-family: "Poiret One";
    font-family: var(--font-primary)
}

/********************************************************
REVIEW SECTION STYLES
********************************************************/
.review-page-container{
    align-self: center;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: #cecdc7;
}

.reviews-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    justify-content: center;
    align-self: center;
    padding: 2rem 2rem;
}

.reviews-section h1{
    font-family: var(--font-primary), sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw + 1rem, 8rem);
    padding-bottom: 3rem;
    align-self: flex-end;
}

.reviews-container{
    display: flex;
    width: 100%;
    gap: 2rem;
}

.review-image-container{
    width: 33%;
    height: auto;
    
}

.review-image{
    width: 100%;
    height: 100%
}

.carousel-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.carousel-bar {
  display: block;
  width: 80px;
  height: 6px;
  background: #ededed;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s, height 0.2s;
  opacity: 1;
}

.carousel-bar.active {
  background: #222;
  height: 8px;
}


.review-content {
    background: var(--color-logo);
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
    border-radius: 10px;
}
.review-stars {
    color: #fff;
    font-size: clamp(1rem, 3vw, 2rem);
    margin-bottom: 2.5rem;
    white-space: nowrap;
}

.review-text {
    font-family: var(--font-primary, 'Roboto Condensed'), sans-serif;
    display: flex;
    flex-direction: column;
    font-size: clamp(0.75rem, 2vw, 1.35rem);
    color: #fff;
    text-align: left;
    line-height: 2.1rem;
    margin-bottom: 1rem;
    max-width: 600px;
}


.review-footer {
    width: 100%;
    max-width: 600px;
    border-top: 2px solid #ededed;
    margin-top: 2rem;
    padding-top: 1.2rem;
    display: flex;
    justify-content: flex-end;
}

.review-author {
    font-family: var(--font-primary, 'Roboto Condensed'), sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #ededed;
    text-align: right;
}

/* #endregion */

/********************************************************
********************************************************
BATHROOM PAGE STYLES
********************************************************
********************************************************/

/* #region */

/********************************************************
********************************************************
BATHROOM INTRO SECTION
********************************************************
********************************************************/

.bathrooms-intro-section-container{
    width: 100%;
    display: flex;
    background-color: var(--color-primary);
    padding: 1rem 0;
    margin: 4rem 0 0rem 0;
    border-bottom: black solid 2px;
    justify-content: center;
}

.bathrooms-intro-section{
    width: 100%;
    max-height: 80vh;
    display: flex;
    max-width: 1440px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 2rem;
}

.bathroom-intro-text-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    justify-content: end;
}

.bathroom-heading-container{
    z-index: 12;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bathroom-heading-container p{
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(2rem, 3vw + 1.5rem, 8rem);
    color: rgb(255, 255, 255);
    font-weight: 100;
    white-space: noWrap;
}

.get-in-touch-button-bathroom{
    font-size: clamp(1rem, 3vw, 2rem);
    width: 50%;
    align-self: flex-end;
    font-family: var(--font-primary);
    color: white;
    padding: 0.5rem;
    border-radius: 10px;
    border: white solid 2px;
    background-color: var(--color-primary);
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.get-in-touch-button-bathroom:hover{
    cursor: pointer;
    background-color: rgb(206, 205, 199);
    color: #515655;
}

.bathroom-intro-image-container{
    height: 120%;
    width: 50%;
}

.bathroom-intro-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/********************************************************
********************************************************
BATHROOM GALLERY SECTION
********************************************************
********************************************************/

.projects-page-container{
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
}

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

.b-gallery-row-one{
    display: grid;
    grid-template-columns: 5fr 40fr 55fr;
    gap: 1rem;
    padding: 5rem 2rem 0 1rem;
    position: relative;
    width: 90%;
}

.b-gallery-row-one::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.bathroom-projects-section h2{
    align-self: center;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 3vw, 2.5rem);
    writing-mode: vertical-rl;
    display: inline-block;
    transform: rotate(180deg);
    white-space: noWrap;
    padding-left: 1rem;
}

.b-row-one-img-container{
    width: 100%;
}

.b-row-one-img-container::after{
    content: "";
    position: absolute;
    left: 6%;
    top: 0;
    height: 110%;
    border-left: 2px solid black;
}

.b-row-one-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-projects-text-container{
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
    align-self: center;
    text-align: center;
}

.b-title-container-left{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 0 2rem;
    width: 90%;
}

.b-project-title-two{
    font-family: var(--font-primary);
    align-self: flex-start;
    position: relative;
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    padding: 0.5rem 0;
}

.b-gallery-row-two{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 0 2rem 1rem 2rem;
    width: 90%;
}

.b-gallery-row-two::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-row-two-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.b-gallery-row-two::before{
    content: "";
    position: absolute;
    right: 0%;
    top: -20%;
    height: 120%;
    border-right: black solid 2px;
}

.b-row-two-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.b-gallery-row-three{
    display: grid;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 1rem 2rem;
    width: 90%;
    align-items: center;
    position: relative;
}

.b-gallery-row-three::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-row-three-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.b-row-three-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.b-title-container-right{
    display: grid;
    grid-template-columns: 5fr 52.5fr 52.5fr;
    gap: 1rem;
    padding: 0 2rem;
    width: 90%;
    align-items: center;
    position: relative;
    justify-content: center;
}

.b-project-title-four{
    font-family: var(--font-primary);
    text-align: end;
    align-self: flex-end;
    position: relative;
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    padding: 1rem 0;
}

.b-gallery-row-four{
    display: grid;
    grid-template-columns: 5fr 52.5fr 52.5fr;
    gap: 1rem;
    padding: 0 2rem 1rem 2rem;
    width: 90%;
    position: relative;
    justify-content: center;
}

.b-gallery-row-four::before{
    content: "";
    position: absolute;
    left: 5%;
    top: -20%;
    height: 120%;
    border-left: 2px solid black;
}

.b-gallery-row-four::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-row-four-img-container{
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    justify-content: center;
}

.b-row-four-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.b-gallery-row-five{
    display: grid;
    grid-template-columns: 5fr 55fr 40fr ;
    gap: 1rem;
    padding: 1rem 2rem 1rem 2rem;
    position: relative;
    width: 90%;
}

.b-gallery-row-five::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-row-five-img-container{
    width: 100%;
}

.b-row-five-img-container::after{
    content: "";
    position: absolute;
    left: 7%;
    top: 0;
    height: 110%;
    border-top: 2px solid black;
}

.b-row-five-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-title-six-container{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 42.5fr 42.5fr;
    gap: 1rem;
    padding: 0 2rem 1rem 2rem;
    width: 90%;
}

.b-project-title-six{
    font-family: var(--font-primary);
    align-self: flex-start;
    position: relative;
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    padding: 1rem 0 0 0;
}

.b-gallery-row-six{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 42.5fr 42.5fr;
    gap: 1rem;
    padding: 0 2rem 1rem 2rem;
    width: 90%;
}


.b-row-six-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.b-row-six-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.b-gallery-row-six::before{
    content: "";
    position: absolute;
    right: 0%;
    top: -20%;
    height: 120%;
    border-right: black solid 2px;
}

.b-gallery-row-six::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-gallery-row-seven{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 1rem 2rem 1rem 2rem;
    width: 90%;
}

.b-gallery-row-seven::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-row-seven-text-container{
    display: flex;
    flex-direction: column;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
    justify-content: space-between;
    text-align: start;
}

.b-row-seven-title{
    font-family: var(--font-primary);
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    align-self: flex-end;
}

.b-row-seven-text{
    align-self: center;
    width: 50%;
    padding-top: 30%;
}

.b-row-seven-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.b-row-seven-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}

.b-gallery-row-eight{
    display: grid;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 1rem 2rem;
    width: 90%;
    position: relative;
}

.b-gallery-row-eight::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0%;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.b-gallery-row-eight::before{
    content: "";
    position: absolute;
    right: 0%;
    top: -10%;
    height: 120%;
    border-left: black solid 2px;
}

.b-projects-text-container-eight{
    display: flex;
    position: relative;
    flex-direction: column;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(1rem, 3vw, 2rem);
    padding: 2rem 0 0 1rem;
    justify-content: space-between;
    text-align: flex-start;
}

.b-projects-text-container-eight p{
    padding-top: 30%;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
}

.b-row-eight-title-container{
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-bottom: 0%;
}

.b-project-title-eight{
    font-family: var(--font-primary);
    font-size: clamp(0.75rem, 2vw, 1.75rem);
}

.b-row-eight-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.b-row-eight-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.b-gallery-row-nine{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 31.666fr 31.66fr 31.66fr;
    gap: 1rem;
    padding: 1rem 2rem 0rem 2rem;
    width: 90%;
}

.b-gallery-row-nine::before{
    content: "";
    position: absolute;
    left: 5%;
    top: -15%;
    height: 130%;
    border-left: 2px solid black;
}

.b-row-nine-img-container{
    width: 100%;
    max-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-row-nine-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.b-title-container-nine{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 31.666fr 31.66fr 31.66fr;
    gap: 1rem;
    padding: 0rem 2rem 0rem 2rem;
    width: 90%;
}

.b-project-title-nine{
    font-family: var(--font-primary);
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    align-self: flex-start;
    position: relative;
    padding: 0.5rem 0;
    white-space: nowrap;
}

/* #endregion */

/********************************************************
********************************************************
KITCHEN PAGE STYLES
********************************************************
********************************************************/

/* #region */
/********************************************************
********************************************************
KITCHEN INTRO SECTION
********************************************************
********************************************************/

.kitchen-intro-section-container{
    width: 100%;
    display: flex;
    background-color: #e5e1df;
    padding: 1rem 0;
    margin: 4rem 0 0rem 0;
    border-bottom: black solid 2px;
    justify-content: center;
}

.kitchen-intro-section{
    width: 100%;
    max-height: 70vh;
    display: flex;
    max-width: 1440px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 2rem;
}

.kitchen-intro-text-container{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    justify-content: end;
}

.kitchen-heading-container{
    z-index: 12;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.kitchen-heading-container p{
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(2rem, 3vw, 8rem);
    color: #595b59;
    font-weight: 100;
    white-space: nowrap;
}

.kitchen-intro-image-container{
    height: 120%;
    width: auto;
}

.kitchen-intro-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.get-in-touch-button-kitchen{
    font-size: clamp(1rem, 3vw, 2rem);
    width: 50%;
    align-self: flex-end;
    font-family: var(--font-primary);
    color: #595b59;
    padding: 0.5rem;
    border-radius: 10px;
    border: #595b59 solid 2px;
    background-color: #e5e1df;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.get-in-touch-button-kitchen:hover{
    cursor: pointer;
    background-color: #515655;
    color: #e5e1df;
}

/********************************************************
********************************************************
KITCHEN GALLERY SECTION
********************************************************
********************************************************/

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

.k-gallery-row-one{
    display: grid;
    grid-template-columns: 5fr 40fr 55fr;
    gap: 1rem;
    padding: 5rem 2rem 0 1rem;
    position: relative;
    width: 90%;
}

.k-gallery-row-one::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-projects-section h2{
    align-self: center;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 3vw, 2.5rem);
    writing-mode: vertical-rl;
    display: inline-block;
    transform: rotate(180deg);
    white-space: noWrap;
    padding-left: 1rem;
}

.k-row-one-img-container{
    width: 100%;
    height: 100%;
}

.k-row-one-img-container::after{
    content: "";
    position: absolute;
    left: 6%;
    top: 0;
    height: 110%;
    border-left: 2px solid black;
}

.k-row-one-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k-projects-text-container{
    display: flex;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
    align-self: center;
    text-align: center;
    align-items: center;
}

.k-project-title-container-left{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 40fr 55fr;
    gap: 1rem;
    padding: 0rem 2rem;
    width: 90%;
}

.k-project-title-left{
    font-family: var(--font-primary);
    align-self: flex-start;
    position: relative;
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    padding: 1rem 0;
}

.k-gallery-row-two{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 40fr 55fr;
    gap: 1rem;
    padding: 0rem 2rem 1rem 2rem;
    width: 90%;
}

.k-gallery-row-two::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-row-two-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.k-gallery-row-two::before{
    content: "";
    position: absolute;
    right: 0%;
    top: -20%;
    height: 120%;
    border-right: black solid 2px;
}

.k-row-two-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-gallery-row-three{
    display: grid;
    grid-template-columns: 5fr 42.5fr 50fr;
    gap: 1rem;
    padding: 1rem 2rem;
    width: 90%;
    align-items: center;
    position: relative;
}

.k-gallery-row-three::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-row-three-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.k-row-three-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-project-title-container-right{
    display: grid;
    grid-template-columns: 5fr 42.5fr 42.5fr;
    gap: 1rem;
    padding: 0 2rem;
    width: 90%;
    align-items: center;
    position: relative;
    justify-content: center;
}

.k-project-title-right{
    font-family: var(--font-primary);
    text-align: end;
    align-self: flex-end;
    position: relative;
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    padding: 1rem 0;
}

.k-gallery-row-four{
    display: grid;
    grid-template-columns: 5fr 42.5fr 42.5fr;
    gap: 1rem;
    padding: 0 2rem 1rem 2rem;
    width: 90%;
    position: relative;
    justify-content: center;
}

.k-gallery-row-four::before{
    content: "";
    position: absolute;
    left: 5%;
    top: -20%;
    height: 120%;
    border-left: 2px solid black;
}

.k-gallery-row-four::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-row-four-img-container{
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    justify-content: center;
}

.k-row-four-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-gallery-row-five{
    display: grid;
    grid-template-columns: 5fr 40fr 55fr;
    gap: 1rem;
    padding: 1rem 2rem 1rem 2rem;
    position: relative;
    width: 90%;
}

.k-gallery-row-five::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-row-five-img-container{
    width: 100%;
}

.k-row-five-img-container::after{
    content: "";
    position: absolute;
    left: 7%;
    top: 0;
    height: 110%;
    border-top: 2px solid black;
}

.k-row-five-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k-projects-text-container-row-five{
    display: flex;
    flex-direction: column;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
    justify-content: space-between;
    gap: 1rem;
}

.k-projects-text-container-row-five p{
    padding-top: 30%;
    text-align: center;
}

.k-project-title-five{
    position: relative;
    width: auto;
    font-family: var(--font-primary);
    width: auto;
    font-size: clamp(0.75rem, 2vw, 1.75rem);
}

.k-gallery-row-six{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 42.5fr 42.5fr;
    gap: 1rem;
    padding: 1rem 2rem 1rem 2rem;
    width: 90%;
}

.k-row-six-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.k-row-six-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-gallery-row-six::before{
    content: "";
    position: absolute;
    right: 0%;
    top: -20%;
    height: 120%;
    border-right: black solid 2px;
}

.k-gallery-row-six::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-gallery-row-seven{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 1rem 2rem 1rem 2rem;
    width: 90%;
}

.k-gallery-row-seven::before{
    content: "";
    position: absolute;
    left: 5%;
    top: -20%;
    height: 120%;
    border-left: 2px solid black;
}

.k-gallery-row-seven::after{
    content: "";
    position: absolute;
    left: -5.60%;
    bottom: 0;
    width: 100vw;
    max-width: 1440px;
    border-bottom: 2px solid black;
}

.k-row-seven-text-container{
    display: flex;
    flex-direction: column;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
    justify-content: space-between;
    text-align: start;
}

.k-title-container{
    display: flex;
    flex-direction: column;
    text-align: start;
}

.k-row-seven-title{
    font-family: var(--font-primary);
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    align-self: flex-end;
}

.k-row-seven-text{
    align-self: center;
    width: 50%;
    padding-top: 30%;
}

.k-row-seven-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.k-row-seven-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-row-eight-text-container{
    display: flex;
    flex-direction: column;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
    justify-content: space-between;
    text-align: center;
    padding: 1rem;
}

.k-gallery-row-eight{
    display: grid;
    position: relative;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 0 2rem;
    width: 90%;
}

.k-row-eight-img-container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.k-gallery-row-eight::before{
    content: "";
    position: absolute;
    right: 0%;
    top: -30%;
    height: 140%;
    border-right: black solid 2px;
}

.k-row-eight-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.k-project-title-eight{
    font-family: var(--font-primary);
    font-size: clamp(0.75rem, 2vw, 1.75rem);
    align-self: flex-start;
    padding-left: 15%;
}

/* #endregion */

/********************************************************
********************************************************
HOME EXTENSION STYLES
********************************************************
********************************************************/

/* #region */

.home-extension-intro-container{
    width: 100%;
    height: 60vh;
    background-color: #595b59;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: black 2px solid;
}

.home-extension-text-container{
    display: flex;
    font-family: 'Playfair Display', sans-serif;
    color: white;
    font-size: clamp(1rem, 4vw + 2rem, 8rem);
    width: 100%;
    max-width: 1440px;
    padding: 4rem;
}

.er-projects-page-container{
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.er-projects-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    align-items: center;
    justify-content: center;
    margin : 0 auto;
    gap: 2rem;
}

.er-text-container{
    display: flex;
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
    font-size: clamp(0.75rem, 2vw, 2rem);
}

.er-gallery-row-one{
    display: grid;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    padding: 2rem 2rem 1rem 0rem;
    position: relative;
    width: 100%;
    border-bottom: 2px solid black;
}

.er-gallery-row-one::after{
    content: "";
    position: absolute;
    left: 4%;
    bottom: 0;
    height: 100%;
    border-left: 2px solid black;
}

.er-projects-section h2{
    align-self: center;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 3vw, 2.5rem);
    writing-mode: vertical-rl;
    display: inline-block;
    transform: rotate(180deg);
    white-space: noWrap;
    padding-left: 1rem;
}

.er-row-one-left-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
}

.er-row-one-left-img-container{
    aspect-ratio: 9/10;
    width: 100%;
}

.er-row-one-left-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.er-row-one-right-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.er-row-one-right-img-container{
    max-width: 100%;
}

.er-row-one-right-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.er-gallery-row-two{
    display: flex;
    position: relative;
    width: 100%;
    grid-template-columns: 5fr 55fr 40fr;
    gap: 1rem;
    border-bottom: solid black 2px;
    padding-bottom: 2rem;
}

.er-gallery-row-two::after{
    content: "";
    position: absolute;
    left: 98%;
    top: -10%;
    height: 110%;
    border-right: 2px solid black;
}


.er-gallery-row-two span{
    width: 5%;
}

.er-row-two-left-container{
    display: flex;
    flex-direction: column;
    width: 47.2%;
    gap: 1rem;
    text-align: center;
}

.er-row-two-left-image-container-top{
    display: flex;
    width: 100%;
    height: 100%;
}

.row-two-image-left-top{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.er-row-two-left-image-container-bottom{
    display: flex;
    width: 100%;
    height: 100%;
}

.row-two-image-left-bottom{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.er-row-two-right-container{
    width: 47.5%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 5%;
}

.er-row-two-right-image-container-top{
    display: flex;
    width: 70%;
    height: auto;
    align-self: center;
}

.row-two-image-right-top{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.er-row-two-right-image-container-bottom{
    display: flex;
    width: auto;
    height: 45%;
}

.row-two-image-right-bottom{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.er-gallery-row-three{
    display: flex;
    width: 100%;
    text-align: center;
    border-bottom: solid black 2px;
    padding: 0rem 2rem 2rem 2rem;
}

.extra-padding-bottom{
    padding-bottom: 1rem;
}

.er-gallery-row-four{
    display: grid;
    grid-template-columns: 5fr 31.6fr 31.6fr 31.6fr;
    gap: 1rem;
    padding: 0rem 2rem 2rem 0rem;
}

.er-row-four-left-image-container{
    display: flex;
    width: 100%;
}

.er-row-four-left-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.er-row-four-text{
    align-self: center;
    text-align: center;
}

/* #endregion */

/********************************************************
********************************************************
CONTACT US STYLES
********************************************************
********************************************************/

/* #region */

.contact-page-container{
    width: 100%;
    display: flex;
    background-color: var(--color-primary);
    justify-content: center;
}

.contact-us-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
}

.contact-us-section h1{
    font-size: clamp(2rem, 3vw, 6rem);
    font-family: 'Playfair Display', sans-serif;
    padding-top: 1rem;
    color: rgb(218, 214, 214);
}

.contact-us-section p{
    font-size: clamp(1rem, 3vw, 2rem);
    font-family: 'Playfair Display', sans-serif;
    padding: 1rem;
    color: rgb(218, 214, 214);
}

.contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    gap: 1.5rem;
    padding: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: white;
}

.form-group input,
.form-group textarea {
    padding: 0.75rem;
    border: 2px solid var(--color-secondary);
    border-radius: 5px;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2vw, 1.25rem);
    background-color: white;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
}

.form-group textarea {
    min-height: 200px;
    resize: vertical;
}

.form-group input:invalid,
.form-group textarea:invalid {
    border-color: #474747;
}

.submit-button {
    align-self: flex-end;
    padding: 1rem 2rem;
    background-color: grey;
    color: white;
    border: none;
    border-radius: 5px;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2vw, 1.25rem);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

/* #endregion */

/********************************************************
********************************************************
THANK YOU PAGE STYLES
********************************************************
********************************************************/

/* #region */
.thank-you-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #d5d3d3;
}

.thank-you-section {
    max-width: 600px;
    width: 100%;
    text-align: center;
    background-color: var(--color-primary);
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.thank-you-content h1 {
    font-family: var(--font-primary);
    font-size: clamp(2rem, 5vw, 3rem);
    color: white;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.thank-you-content p {
    font-family: var(--font-secondary);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: white;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.thank-you-button-container {
    margin-top: 2rem;
}

.return-home-button {
    display: inline-block;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: white;
    background-color: grey;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid var(--color-primary);
    transition: all 0.3s ease;
    font-weight: 500;
}

.return-home-button:hover {
    background-color: white;
    color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.er-gallery-row-three{
    padding: 0 1rem 1rem 1rem;
}

.thank-you-container {
    padding: 1rem;
}

.thank-you-section {
    padding: 1.5rem 1rem;
}

/* #endregion */

/********************************************************
********************************************************
MEDIA QUERIES
********************************************************
********************************************************/

@media(max-width: 2400px){
    .kitchen-heading-container p{
        font-size: clamp(2rem, 3vw + 1rem, 8rem);
    }
}


@media(max-width: 1350px){
    .b-row-six-img{
        width: 100%;
    }

    .b-row-eight-img-container{
        align-items: center;
        justify-content: center;
    }
}


@media (min-width: 1300px) {
    .carousel-btn {
         display: none !important; }
  }

@media(max-width: 1300px){
    .reviews-container {
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        scroll-behavior: smooth;
        position: relative;
        gap: 1rem;
        padding: 1rem 0;
    }
    .review-content {
        min-width: 80vw;
        max-width: 90vw;
        flex: 0 0 80vw;
        box-sizing: border-box;
        margin: 0;
        border-radius: 0.5rem;
    }
    .review-image-container {
        min-width: 66vw;
        flex: 0 0 66vw;
        box-sizing: border-box;
        transition: box-shadow 0.2s;
        margin: 0;
    }
    .carousel-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2.5rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .carousel-bar {
        display: block;
        width: 80px;
        height: 6px;
        background: #ededed;
        border-radius: 3px;
        cursor: pointer;
        transition: background 0.2s, height 0.2s;
        opacity: 1;
    }

    .carousel-bar.active {
        background: #222;
        height: 8px;
    }

    .get-in-touch-button-bathroom, .get-in-touch-button-kitchen, .get-in-touch-button-home{
        width: 70%;
    }

    .reviews-section {
        position: relative;
    }

    .k-gallery-row-two::before{
        content: "";
        position: absolute;
        right: 0%;
        top: -30%;
        height: 130%;
        border-right: black solid 2px;
    }
}

@media(max-width: 1100px){
    .nav-list{
        gap: 1.55rem;
    }

    .projects-section{
        padding: 2rem 2rem;
    }

    .projects-section h2{
        padding-bottom: 2rem;
    }

    .reviews-section{
        padding: 1;
    }

    .reviews-container{
        gap: 1rem;
    }

    .get-in-touch-button-bathroom, .get-in-touch-button-kitchen, .get-in-touch-button-home{
        width: 60%;
    }

    .k-row-one-img-container::after{
        left: 7%;
    }
}

@media(max-width: 900px){
    .b-row-one-img-container::after{
        left: 7%;
    }
}

@media(max-width: 800px){
    .about-us-image-container-two{
        right: 5%;
    }

    .er-projects-section h2{
        padding-left: 0;
    }
}

@media(max-width: 768px){

/********************************************************
NAVBAR STYLES
********************************************************/
    .hamburger-container{
        display: flex;
    }

    .hamburger{
        display: flex;
        height: 6vh;
        min-height: 50px;
        flex-direction: column;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
        padding: 0.25rem;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(0.99rem) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-0.63rem) rotate(-45deg);
    }

    .nav-list-container{
        position: fixed;
        right: -100%;
        z-index: 20;
        top: 19%;
        width: 100vw;
        background-color: rgba(81, 86, 85, 0.95);
        justify-content: center;
        text-align: center;
        padding: 1rem;
        transition: right 0.5s;
    }

    .nav-list{
        flex-direction: column;
        color: white;
    }

    .hide{
        display: flex;
        align-self: center;
    }

    .socials-container{
        display: none;
    }

    .nav-list-container.active{
        right: 0;
    }

/********************************************************
HOME PAGE STYLES
********************************************************/

    .about-us-content-container{
     gap: 0rem;
     padding-top: 4rem;
    }

    .about-us-section h2{
        align-self: center;
    }

    .display-small{
        display: flex;
        align-self: center;
    }

    .display-large{
        display: none;
    }

    .content-container-part-two{
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        text-align: center;
    }

    .column-reverse{
        flex-direction: column-reverse;
    }

    .less-padding{
        padding: 1rem ;
    }

    .about-us-image-container{
        aspect-ratio: 5/4;
        width: 100%;
    }

    .about-us-text-container-one{
        width: 80%;
    }

    .about-us-text-container-two{
        width: 80%;
    }

    .border-right:before{
        content: "";
        position: absolute;
        right: 2%;
        bottom: -10%;
        height: 110%;
        width: 0;
        border-right: 2px solid black;
        z-index: 99;
    }

    .about-us-image-container-two{
        position: relative;
        right: 0%;
        width: 55%;
        height: auto;
        padding-top: 1rem;
    }

    .projects-section{
        padding: 2rem 2rem;
    }

    .projects-container{
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .projects-section h2{
        padding-bottom: 1rem;
        font-size: clamp(3rem, 3vw, 4rem)
    }

    .single-project-container{
        width: 100%;
    }

    .single-project-container figcaption {
        font-size: clamp(2rem, 1vw, 3rem);
    }

    .single-project-container figure:hover{
        transform: none;
    }

    /********************************************************
    BATHROOM PAGE STYLES
    ********************************************************/
    .bathrooms-intro-section-container{
        width: 100%;
        display: flex;
        background-color: var(--color-primary);
        padding: 1rem 0;
        margin: 2rem 0 1rem 0;
        border-bottom: black solid 2px;
        justify-content: center;
    }
    
    .bathrooms-intro-section{
        margin: 0 2rem 0 0;
    }
    
    .bathroom-intro-text-container{
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .bathroom-heading-container p{
        font-size: clamp(2rem, 3vw + 1rem, 8rem);
    }

    .b-gallery-row-one{
        width: 100%;
        padding: 1rem 2rem 0 1rem;
    }

    .b-gallery-row-one::after{
        left: 0;
    }

    .bathroom-projects-section h2{
        padding-left: 0rem;
    }

    .b-row-one-img-container::after{
        left: 7%;
        top: -5%;
    }

    .b-projects-section h2{
        padding-right: 0;
    }

    .b-title-container-left{
        padding: 0 2rem 0rem 1rem;
        width: 100%;
    }

    .b-gallery-row-two{
        width: 100%;
        padding: 0 2rem 1rem 1rem;
    }

    .b-gallery-row-two::after{
        left: 0;
    }

    .b-gallery-row-two::before{
        right: 2%;
        height: 130%;
        top: -30%;
    }

    .b-gallery-row-three{
        width: 100%;
        padding: 1rem 2rem 1rem 1rem;
    }

    .b-gallery-row-three::after{
        left: 0;
    }

    .b-title-container-right{
        padding: 0 2rem 0 1rem;
        width: 100%;
    }

    .b-project-title-four{
        padding: 0.5rem 0;
    }

    .b-gallery-row-four{
        padding: 0 2rem 1rem 1rem;
        width: 100%;
    }

    .b-gallery-row-four::after{
        left: 0%;
    }

    .b-gallery-row-five{
        padding: 1rem 2rem 1rem 1rem;
        width: 100%;
    }

    .b-gallery-row-five::after{
        content: "";
        position: absolute;
        left: 0;
        border-bottom: 2px solid black;
    }

    .b-title-six-container{
        display: grid;
        position: relative;
        grid-template-columns: 5fr 42.5fr 42.5fr;
        gap: 1rem;
        padding: 0 2rem 0 1rem;
        width: 100%;
    }

    .b-project-title-six{
        padding: 0.5rem 0;
    }

    .b-gallery-row-six{
        padding: 0 2rem 1rem 1rem;
        width: 100%;
    }

    .b-gallery-row-six::before{
        right: 2%;
    }

    .b-gallery-row-six::after{
        left: 0%;
    }

    .b-gallery-row-seven{
        padding: 1rem 2rem 1rem 1rem;
        width: 100%;
    }

    .b-gallery-row-seven::after{
        left: -5.60%;
        
    }

    .b-gallery-row-eight{
        padding: 1rem 2rem 1rem 1rem;
        width: 100%;
    }

    .b-gallery-row-eight::after{
        left: 0%;
    }

    .b-gallery-row-nine{
        display: grid;
        position: relative;
        grid-template-columns: 5fr 31.666fr 31.66fr 31.66fr;
        gap: 1rem;
        padding: 1rem 2rem 0rem 1rem;
        width: 100%;
    }

    .b-gallery-row-nine::before{
        content: "";
        position: absolute;
        left: 5%;
        top: -15%;
        height: 130%;
        border-left: 2px solid black;
    }

    .b-title-container-nine{
        display: grid;
        position: relative;
        grid-template-columns: 5fr 31.666fr 31.66fr 31.66fr;
        gap: 1rem;
        padding: 0rem 2rem 0rem 2rem;
        width: 100%;
    }


    /********************************************************
    KITCHEN PAGE STYLES
    ********************************************************/

    .kitchen-intro-section-container{
        margin: 2rem 0 1rem 0;
    }
    
    .kitchen-intro-section{
        margin: 0 2rem 0 0;
    }
    
    .kitchen-intro-text-container{
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 2rem 0rem 1rem 2rem;
    }

    .kitchen-heading-container p{
        font-size: clamp(1rem, 3vw + 0.75rem, 8rem);
    }

    .k-gallery-row-one{
        padding: 2rem 2rem 0 1rem;
        width: 100%;
    }

    .k-projects-section h2{
        padding-left: 0rem;
    }

    .k-row-one-img-container::after{
        left: 7%;
        top: -5%;
        height: 120%;
    }

    .k-gallery-row-one::after{
        left: 0%;
    }

    .k-project-title-container-left{
        width: 100%;
    }

    .k-gallery-row-two{
        width: 100%;
    }

    .k-gallery-row-two::before{
        right: 2%;
        top: -30%;
        height: 130%;
    }

    .k-gallery-row-two::after{
        left: 0%;
    }

    .k-gallery-row-three{
        padding: 1rem 2rem;
        width: 100%;
    }

    .k-gallery-row-three::after{
        left: 0;
    }

    .k-project-title-container-right{
        width: 100%;
    }

    .k-gallery-row-four{
        width: 100%;
    }

    .k-gallery-row-four::before{
        top: -30%;
        height: 130%;
    }

    .k-gallery-row-four::after{
        left: 0;
    }

    .k-gallery-row-five{
        width: 100%;
    }

    .k-gallery-row-five::after{
        left: 0;
    }

    .k-gallery-row-six{
        width: 100%;
    }

    .k-gallery-row-six::before{
        right: 2%;
    }

    .k-gallery-row-six::after{
        left: 0;
    }

    .k-gallery-row-seven{
        width: 100%;
    }

    .k-gallery-row-seven::after{
        left: 0;
    }

    .k-gallery-row-eight{
        width: 100%;
    }

    .k-gallery-row-eight::after{
        left: 0;
    }

    .k-gallery-row-eight::before{
        right: 2%;
        top: -30%;
        height: 150%;
    }

    /********************************************************
    EXTENSIONS AND RENOVATIONS PAGE STYLES
    ********************************************************/

    .er-gallery-row-one::after{
        left: 5%;
    }

    /********************************************************
    CONTACT PAGE STYLES
    ********************************************************/

    .contact-form {
        padding: 2rem;
    }
    
    .submit-button {
        width: 100%;
    }

    .thank-you-section {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .review-content {
        padding: 2rem 0.5rem;
    }
    .review-title {
        font-size: 2rem;
    }
    .review-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .review-footer {
        max-width: 100%;
    }
}

@media (max-width: 600px) {

    .hero-text-container{
        font-size: clamp(1rem, 3vw + 0.75rem, 8rem);
    }

    .about-us-content-container{
        padding: 2rem 3rem 2rem 3rem;
    }

    .b-gallery-row-one{
        grid-template-columns: 5fr 50fr 45fr;
    }

    .b-row-one-img-container::after{
        left: 8%;
        top: -5.5%;
    }

    .b-gallery-row-two::before{
        right: 3%;
    }

    .b-gallery-row-four::before{
        top: -30%;
        height: 130%;
    }


    .b-project-title-four{
        padding: 0.5rem 0rem;
    }

    .b-projects-text-container-nine{
        padding-left: 0;
    }

    .b-projects-text-container-nine p{
        padding-top: 10%;
    }

    .k-row-one-img-container::after{
        left: 8%;
        top: -6%;
    }

    .k-project-title-left{
        padding: 0.5rem 0;
    }

    .k-gallery-row-two::before{
        right: 3%;
        top: -40%;
        height: 140%;
    }

    .k-project-title-right{
        padding: 0.5rem 0;
    }

    .home-extension-intro-container{
        height: 45vh;
    }

    .home-extension-text-container{
        font-size: clamp(1rem, 4vw + 1rem, 8rem);
        padding: 4rem;
    }

    .er-gallery-row-one::after{
        left: 6%;
    }

    .er-projects-section h2{
        font-size: clamp(1.25rem, 2vw, 3rem);
    }
}

@media (max-width: 523px) {

    .footer-content-container{
        justify-content: space-evenly;
    }

    .building-logo-container{
        width: 20%;
    }

    .about-us-content-container{
        padding: 2rem;
    }

    .bathroom-intro-text-container{
        gap: 2rem;
        padding: 1rem;
    }

    .kitchen-heading-container p{
        font-size: clamp(1.5rem, 3vw, 8rem);
    }

    .k-row-one-img-container::after{
        left: 8%;
        top: -6%;
    }

    .k-projects-section h2{
        padding-right: 0rem;
    }
    
    .k-gallery-row-eight::before{
        top: -40%;
        height: 170%;
    }

    .er-gallery-row-one::after{
        left: 7%;
    }

    .er-row-two-right-image-container-top{
        width: 90%;
    }
}

@media(max-width: 480px){

    .building-logo-container{
        width: 30%;
    }

    .about-us-text-container-one{
        width: 100%;
    }

    .about-us-text-container-two{
        width: 100%;
    }

    .bathrooms-intro-section{
        margin: 0 1rem 0 0;
    }

    .bathroom-heading-container p{
        font-size: clamp(1.6rem, 3vw, 8rem);
    }

    .bathroom-intro-text-container{
        padding: 1rem;
    }

    .bathroom-intro-image-container{
        height: 130%;
        width: auto;
    }

    .b-gallery-row-one{
        padding: 1rem 1rem 0 0rem;
        grid-template-columns: 5fr 50fr 45fr;
    }

    .b-row-one-img-container::after{
        left: 6%;
    }

    .b-title-container-left{
        padding: 0 2rem 0rem 0rem;
    }

    .b-gallery-row-two, .b-gallery-row-four, .b-gallery-row-six{
        padding: 0 2rem 1rem 0rem;
    }

    .b-gallery-row-three, .b-gallery-row-five, .b-gallery-row-seven, .b-gallery-row-eight{
        padding: 1rem 2rem 1rem 0rem;
    }

    .b-gallery-row-nine{
        padding: 1rem 2rem 0rem 0rem;
    }

    .b-title-six-container{
        padding: 0 2rem 0rem 0rem;
    }

    .b-gallery-row-six::before{
        right: 4%;
    }

    .b-row-seven-text{
        align-self: center;
        width: 70%;
        padding-top: 30%;
    }

    .b-projects-text-container-eight{
        padding-left: 0;
    }

    .b-projects-text-container-eight p{
        padding-top: 0%;
    }

    .b-title-container-nine{
        padding: 0rem 1rem 0rem 0rem;
    }

    .kitchen-intro-section{
        margin: 0 1rem 0 0;
    }

    .kitchen-intro-text-container{
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .kitchen-heading-container p{
        font-size: clamp(1.25rem, 3vw, 8rem);
    }

    .kitchen-intro-image-container{
        height: 120%;
        max-height: 60vh;
        width: auto;
    }

    .k-project-title-container-left{
        padding: 0 1rem;
        grid-template-columns: 5fr 50fr 45fr;
    }

    .k-gallery-row-one{
        padding: 1rem 1rem 0 0rem;
        grid-template-columns: 5fr 50fr 45fr;
    }

    .k-row-one-img-container::after{
        left: 6%;
        top: -7%;
    }

    .k-gallery-row-two{
        padding: 0 1rem 1rem 1rem;
    }

    .k-gallery-row-two::before{
        right: 1.5%;
        height: 150%;
        top: -50%;
    }

    .k-gallery-row-three{
        padding: 1rem 1rem;
    }

    .k-project-title-container-right{
        padding: 0rem 1rem;
    }

    .k-gallery-row-four{
        padding: 0rem 1rem 1rem 1rem;
        width: 100%;
    }

    .k-gallery-row-five{
        padding: 1rem 1rem;
    }

    .k-projects-text-container-row-five p{
        padding-top: 0%;
        text-align: center;
    }

    .k-gallery-row-six{
        padding: 1rem 1rem;
    }

    .k-gallery-row-seven{
        padding: 1rem 1rem;
    }

    .k-row-seven-text{
        align-self: center;
        width: 60%;
        padding-top: 25%;
    }

    .k-gallery-row-eight{
        padding: 0 1rem;
    }

    .k-gallery-row-eight::before{
        top: -40%;
        height: 160%;
    }

    .er-projects-section {
        gap: 1rem;
    }

    .er-gallery-row-one{
        padding: 1rem 1rem 1rem 0rem;
    }

    .er-row-one-left-container{
        gap: 2rem
    }

    .er-gallery-row-two{
        padding-bottom: 1rem;
    }

    .er-gallery-row-three{
        padding: 0rem 2rem 1rem 2rem;
    }

    .extra-padding-bottom{
        padding-bottom: 0rem;
    }
}

@media(max-width: 400px){  

    .hero-text-container{
        font-size: clamp(1rem, 3vw + 0.75rem, 8rem);
        padding: 1rem;
    }

    .about-us-image-container-two{
        width: 75%;
    }

    .single-project-container figcaption {
        font-size: clamp(1.8rem, 1vw, 3rem);
    }

    .border-left:before{
        left: 4%;
    }

    .border-right:before{
        right: 4%;
    }

    .get-in-touch-button-bathroom, .get-in-touch-button-kitchen, .get-in-touch-button-home{
        width: auto;
    }

    .bathroom-heading-container p{
        font-size: clamp(1.3rem, 3vw, 8rem);
    }

    .b-row-one-img-container::after{
        top: -7%;
        height: 120%;
    }

    .b-gallery-row-two::before{
        top: -40%;
        height: 140%;
    }

    .b-gallery-row-four::before{
        top: -40%;
        height: 140%;
    }

    .b-gallery-row-six::before{
        top: -30%;
        height: 130%;
    }

    .b-row-seven-title{
        padding: 0 10% 0% 0;
    }
    
    .b-row-seven-text{
        width: 100%;
        padding-top: 20%;
    }

    .b-projects-text-container-eight{
        padding: 0;
    }

    .b-projects-text-container-eight p{
        padding-top: 0%;
        font-family: 'Playfair Display', sans-serif;
        font-size: clamp(0.75rem, 2vw, 2rem);
    }

    .kitchen-intro-image-container{
        height: 130%;
        width: auto;
    }

    .kitchen-heading-container p{
        font-size: clamp(1rem, 3vw, 8rem);
    }

    .k-gallery-row-one{
        padding: 1rem 1rem 0 0.25rem;
        grid-template-columns: 5fr 50fr 45fr;
    }

    .k-row-one-img-container::after{
        left: 8%;
        top: -7%;
    }

    .k-gallery-row-four::before{
        top: -40%;
        height: 140%;
    }

    .k-row-seven-text{
        align-self: center;
        width: 70%;
        padding-top: 20%;
    }

    .k-gallery-row-eight::before{
        top: -50%;
        height: 170%;
    }

    .k-row-eight-text-container{
        padding-left: 10%;
    }

    .home-extension-text-container{
        font-size: clamp(1rem, 4vw + 1rem, 8rem);
        padding: 2rem;
    }

    .er-gallery-row-one::after{
        left: 8%;
    }
}    


