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

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
} 

body {
    font-family: 'PT Sans', sans-serif;    
    overflow: hidden;
    font-weight: 100;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* 
#60495A - eggplant
#3a747e - vivid tangerine
#dfd5a5 - celadon 
*/

.blue-background {
    background-color: #3a747e;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 0.6rem;
    font-size: 2.4rem !important;
}

.yellow-background {
    background-color: #dfd5a57a;
    padding: 1.2rem;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-top: -2.4rem;
    /* font-size: 1.8rem !important; */
}

.white-text {
    color: #fff !important;
}

.bold-text {
    font-weight: bold !important;
}

.btn {
    padding: 0.6rem 1.2rem;
    border: 1px solid #3a747e;
    font-size: 3.6rem;
    border-radius: 13px;
    color: #3a747e;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
}

.btn:hover {
    transform: scale(1.05);
}


.centre {
    text-align: center;
}

.margin-right-auto {
    margin-right: auto;
}


/* //////////VERTICAL-NAV//////////// */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #dfd5a5; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 3px solid #3a747e;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #fff;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
      padding-right: 0.6;
  }


/* //////////NAV//////////// */

.nav {
    background-color: #3a747e;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-bottom: 3px solid #dfd5a5;
}

.nav-box {
    display: flex;
    justify-content: flex-end;
}

.nav-logos {
    display: flex;
    gap: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.6rem;
    z-index: 10;
}

.nav-logo {
    width: 17rem;
    height: 100%;
    overflow: visible;
    margin-bottom: -4rem;
    border-bottom: 1px solid #3a747e;
}

.nav-socials {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.nav-social {
    width: 4rem;
    height: 4rem;
    transition: all 0.3s;
}

.nav-social:hover {
    transform: scale(1.05);
}

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

.nav-list {
    list-style: none;
}

.nav-link {
    display: block;
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 2.4rem;
    color: #FFF;
    cursor: pointer;
}

.nav-active {
    background-color: #dfd5a5;
}

li.nav-active:hover {
    background-color: #dfd5a5;
}

.nav-list:hover {
    background-color: #dfd5a5;
}

.nav-special {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-special-img {
    width: 4rem;
}

.spacer {
    height: 4.8rem;
}

.nav-down-arrow {
    width: 1.6rem;
}

.logo-link {
    height: 100%;
}

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #3a747e;
    min-width: 26rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 3px solid #dfd5a5;
    border-top: 0px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 2.4rem;
    color: #FFF;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #dfd5a5c7;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .nav-link {background-color: #dfd5a5;}

/* //////////TITLE//////////// */

.title {
    padding: 4.8rem 0.6rem;
    background-color: #dfd5a5;
    border-bottom: 3px solid #3a747e;
}

.title-box {
    margin: 0 auto;
}

.title-cotainer {
    text-align: center;
}

.title-header {
    font-size: 7.2rem;
    color: #fff;
    text-align: center;
    font-weight: 100;
}

/* //////////HERO//////////// */


.hero {
    background-image: url("/imgs/orig/hero-banner.jpg");
    background-position: center;
    background-size: cover;
    height: 80vh;
    margin-bottom: 0.6rem;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hero-header {
    font-size: 7.2rem;
    color: #fff;
    background-color: #3333336c;
    border-radius: 13px;
    padding: 0.6rem 1.2rem;
    text-align: center;
    font-weight: 100;
}



/* //////////HERO-TRIO//////////// */

.hero-trio {
    padding: 2.4rem 0.6rem;
}

.hero-trio-box {
    max-width: 140rem;
    margin: 0 auto;
}

.hero-trio-box a {
    text-decoration: none;

}

.hero-trio-container {
    display: flex;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
    
}

.hero-duo-container {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
    padding-right: 1.2rem;
    border-right: 6px solid #3a747e;
    
}


.hero-main-img {
    background-image: linear-gradient( #3a747e,#3a747e00,#3a747e00), url("/imgs/hero-main.png");
    background-size: cover;
    width: 65rem;
    height: 68.6rem;

}

.hero-secondary-img-one {
    background-image: linear-gradient( #3a747e,#3a747e00,#3a747e00), url("/imgs/hero-2.jpg");
    background-size: cover;
    height: 32.5rem;
    width: 60rem;
}

.hero-secondary-img-two {
    background-image: linear-gradient( #3a747e,#3a747e00,#3a747e00), url("/imgs/hero-3.jpg");
    background-size: cover;
    height: 32.5rem;
    width: 60rem;
}

.hero-main-img::after {
    content: "Services";
    font-size: 6rem;
    color: #fff;
    padding-left: 4.8rem;
    padding-top: 9.6rem;
    font-weight: 100;
}


.hero-secondary-img-one::after {
    content: "Locations";
    font-size: 6rem;
    color: #fff;
    padding-left: 2.4rem;
    font-weight: 100;

}

.hero-secondary-img-two::after {
    content: "Blog";
    font-size: 6rem;
    color: #fff;
    padding-left: 2.4rem;
    font-weight: 100;

}


/* -------INTRO SECTION------ */

.intro {
    padding: 0 0.6rem;
}



.intro-box {
    max-width: 200rem;
    margin: 0 auto;
}

.intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.intro-img-box {

    overflow: hidden;
}

.intro-img-box-mobile {
    overflow: hidden;
    display: none;
    justify-self: center;
    align-self: center;
}

.intro-img {
    width: 100%;
    transition: all 0.3s;
}

.intro-img:hover {
    transform: scale(1.1);
}

.intro-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    overflow: hidden;
    padding: 0 0.6rem;
    justify-self: center;
}

.intro-header {
    font-size: 3.6rem;
    font-weight: 100;
    color: #3a747e;
    text-align: center;
}

.intro-text {
    text-align: center;
    font-size: 2rem;
    color: #444;
    max-width: 84rem;
    align-self: center;
    font-weight: 300;
}

.intro-link {
    font-size: 2.2rem;
    padding: 0.6rem 1.2rem;
    font-weight: 100;
    background-color: #3a747e;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    align-self: center;
    width: 40rem;
}

.intro-link:hover {
    background-color: #fff;
    color: #3a747e;
    border: 1px solid #3a747e;
}



/* -------CTA SECTION------ */

.cta {
    padding: 9.6rem 0.6rem 9.6rem;
    display: grid;
    background-color: #dfd5a5;
}



.cta-box {
    max-width: 120rem;
    margin: 0 auto;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form-page {
    justify-self: center;
    width: 70rem;
}

.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;

    color: #fff;
    align-self: flex-start;
    justify-self: flex-start;
}

.cta-title {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem;
}

.cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #3a747e;
    resize: none;
    padding: 1.2rem;
}

.cta-form.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #3a747e !important;
    opacity: 1;
    font-weight: 500;
}



.message-input {
    height: 12rem;
}

.cta-form.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #3a747e;
    font-weight: bold;
}

.submit-btn {
    width: 25%;
    align-self: flex-end;
    padding: 0.8rem;
    border-radius: 13px;
    border: none;
    background-color: #dfd5a5;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    font-family: 'Quicksand', sans-serif;
    cursor: pointer;
}



  /* -------FOOTER SECTION------ */

  .footer {
    padding: 9.6rem 0.6rem;
    background-color: #3a747e;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #e9ecf4;
}

.footer-details {
    font-size: 1.8rem;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #e9ecf4;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#ddd;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}

.footer-placeholder {
    font-size: 4.8rem;
}

/* //////////PAGE//////////// */

.page {
    padding: 4.8rem 0.6rem;
}

.page-box {
    max-width: 100rem;
    margin: 0 auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    border-radius: 13px;
}

.page-header {
    font-size: 3rem;
    color:#3a747e;
    font-weight: 100;
    text-align: center;
    padding-bottom: 0.6rem;
}

.page-heading {
    font-size: 3.6rem;
    color: #60495A;
}

.page-text {
    font-size: 2.2rem;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.page-link {
    text-decoration: none;
    color: #3a747e;
}

.page-span {
    color:#3a747e;
}

.page-price {
    font-size: 2.4rem;
    color: #3a747e;
    margin-left: auto;
    font-weight: 500;
}

.page-btn {
    background-color: #dfd5a5;
    color: #fff;
    border: none;
    margin: auto;
}

.bullet-points-list {
    justify-self: center;
    padding: 0 2.4rem;
    list-style: none;
    /* text-align: center; */
}

.bullet-point::before {
    content: "\2022";
    color: #69995d;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.bullet-point {
    font-size: 2.2rem;
    color: #333;
    padding: 0.6rem 0;
}


/* //////////BLOG HERO SECTION//////// */

.blog-hero {
    background-image: url("/imgs/orig/black-bathroom-floor.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-driveway {
    background-image: url("/imgs/driveway/driveway-2.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-herringbone {
    background-image: url("/imgs/planks/herringbone-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-karndean {
    background-image: url("/imgs/vinyl/vinyl-5.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-broken-tiles {
    background-image: url("/imgs/tiles/tiles-5.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-ll {
    background-image: url("/imgs/vinyl/ll-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-amtico {
    background-image: url("/imgs/vinyl/amtico-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-paint {
    background-image: url("/imgs/orig/paint-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-efflorescence {
    background-image: url("/imgs/2025/efflorescence.webp");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-vinyl {
    background-image: url("/imgs/vinyl/vinyl-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-path {
    background-image: url("/imgs/driveway/path-3.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-moving {
    background-image: url("/imgs/orig/hires-24.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-tiles {
    background-image: url("/imgs/tiles/tiles-1.jpg");
    background-size: cover;
    height: 70vh;
    /* background-position: bottom; */
}

.blog-hero-coating {
    background-image: url("/imgs/orig/concrete-floor-8.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.pub-hero {
    background-image: url("/imgs/orig/pub-hero.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}


.blog-hero-residential {
    background-image: url("/imgs/cb/38.jpg");
    background-size: cover;
    background-position: bottom;
    height: 70vh;
}

.blog-hero-hottub {
    background-image: url("/imgs/2025/hottub.jpg");
    background-size: cover;
    background-position: center;
    height: 70vh;
}

.blog-hero-foundation {
    background-image: url("/imgs/orig/foundation.jpg");
    background-size: cover;
    background-position: bottom;
    height: 70vh;
}

.blog-hero-epoxy-resin {
    background-image: url("/imgs/epoxy/epoxy-resin-banner.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-locations {
    background-image: url("/imgs/orig/bedroom-cream-floor.png");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-concrete-overlay {
    background-image: url("/imgs/orig/overlay-banner.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-wet-concrete {
    background-image: url("/imgs/orig/wetconcrete-3.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-rubbertiles {
    background-image: url("/imgs/rubber/rubberfloor-4.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}


.blog-hero-barn {
    background-image: url("/imgs/orig/barn-floor-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-mop {
    background-image: url("/imgs/misc/mop-3.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-removal {
    background-image: url("/imgs/misc/remove-2.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-painted-two {
    background-image: url("/imgs/driveway/painted-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-suspended {
    background-image: url("/imgs/orig/suspended-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-stamped {
    background-image: url("/imgs/misc/finishes-2.jpeg");
    background-position: 10%;
    height: 70vh;
    background-size: cover;
}

.blog-hero-grinders {
    background-image: url("/imgs/2025/concreteGrinder.jpg");
    height: 70vh;
    background-size: cover;
    background-position-y: 75%;
    background-position-x: center;
}

.blog-hero-concrete-tiles-two {
    background-image: url("/imgs/tiles/tiles-16.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-finishes {
    background-image: url("/imgs/misc/finishes-3.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-powerfloat {
    background-image: url("/imgs/orig/powerfloat-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-insulation {
    background-image: url("/imgs/2025/insulationConcrete.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-cement {
    background-image: url("/imgs/microcement/microcement-3.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-marble-outside {
    background-image: url("/imgs/marble/marble-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-concrete-lifespan {
    background-image: url("/imgs/orig/concrete-lifespan-banner.jpg");
    background-position-y: 20%;
    height: 80vh;
    background-size: cover;
}

.blog-hero-disadvantages {
    background-image: url("/imgs/orig/disadvantages-banner.jpg");
    background-position: bottom;
    height: 80vh;
    background-size: cover;
}

.blog-hero-good {
    background-image: url("/imgs/orig/good-flooring-banner.jpg");
    background-position: bottom;
    height: 80vh;
    background-size: cover;
}

.blog-hero-price {
    background-image: url("/imgs/orig/price-banner.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-best {
    background-image: url("/imgs/orig/uk-best-banner.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-slate {
    background-image: url("/imgs/slate/slate.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-outside {
    background-image: url("/imgs/orig/outside-blog.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-epoxy-outside {
    background-image: url("/imgs/epoxy/epoxy-outside.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-how-to {
    background-image: url("/imgs/orig/how-to.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-long-lasting {
    background-image: url("/imgs/orig/long-lasting.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-best-money {
    background-image: url("/imgs/orig/best-money.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-travertine {
    background-image: url("/imgs/travertine/travertine-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-screed {
    background-image: url("/imgs/screed/screed-2.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-brushed {
    background-image: url("/imgs/misc/brushed-1.jpg");
    background-position-y: 80%;
    background-position-x: right;
    height: 70vh;
    background-size: cover;
}

.blog-hero-location {
    background-image: url("/imgs/orig/residential/hires-8.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-new-build {
    background-image: url("/imgs/orig/new-build.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-painted {
    background-image: url("/imgs/orig/painted-concrete.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-conservatory {
    background-image: url("/imgs/orig/locations/bridgend-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-incline {
    background-image: url("/imgs/2025/incline.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-limewash {
    background-image: url("/imgs/2025/limewash.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}


.blog-hero-screedboard {
    background-image: url("/imgs/screed/screedboard-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-joists {
    background-image: url("/imgs/planks/joists-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-shower {
    background-image: url("/imgs/orig/residential/bathroom-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-stick-tiles {
    background-image: url("/imgs/tiles/tiles-14.jpeg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-stamped-patio {
    background-image: url("/imgs/outside/stamped-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-microcement {
    background-image: url("/imgs/microcement/microcement-1.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-microcement-outside {
    background-image: url("/imgs/microcement/microcement-3.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-stain {
    background-image: url("/imgs/outside/stained-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-grinder {
    background-image: url("/imgs/orig/grinder-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-bullfloat {
    background-image: url("/imgs/screed/bullfloat-3.jpg");
    background-size: cover;
    height: 70vh;
    background-position: top;
    background-position-x: left;
}


.blog-hero-overlay {
    background-image: url("/imgs/driveway/driveway-2.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-blackstain {
    background-image: url("/imgs/orig/black-concrete-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-oil {
    background-image: url("/imgs/orig/damaged-5.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-epoxy {
    background-image: url("/imgs/epoxy/epoxy-hires-7.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-hardwood {
    background-image: url("/imgs/planks/hardwood-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-concrete-two {
    background-image: url("/imgs/orig/concrete-floor-10.jpeg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-barrier {
    background-image: url("/imgs/orig/vapour-barrier.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-tile {
    background-image: url("/imgs/orig/vapour-barrier.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-carpet {
    background-image: url("/imgs/carpet/carpet-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-concrete-tiles {
    background-image: url("/imgs/tiles/concrete-tiles-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-tiles-two {
    background-image: url("/imgs/tiles/tiles-9.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-rebar {
    background-image: url("/imgs/misc/rebar-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-ballast {
    background-image: url("/imgs/2025/ballast.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-acidstain {
    background-image: url("/imgs/orig/acid-stain-2.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-epoxy-garage {
    background-image: url("/imgs/epoxy/epoxy-outside-2.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-concrete-furniture {
    background-image: url("/imgs/concrete-furniture/concrete-furniture.jpg");
    background-position: bottom;
    height: 70vh;
    background-size: cover;
}

.blog-hero-ballastCalculator {
    background-image: url("/imgs/concrete/ballastCalculatorBanner.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-reseal {
    background-image: url("/imgs/2025/residentialConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-mix {
    background-image: url("/imgs/2025/concreteMix.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
    background-position-x: center;
}

.blog-hero-garage {
    background-image: url("/imgs/2025/garageOne.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
    background-position-x: center;
}

.blog-hero-recycle {
    background-image: url("/imgs/2025/recycle2.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
    background-position-x: center;
}

.blog-hero-salt {
    background-image: url("/imgs/2025/saltFinish.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
    background-position-x: center;
}

.blog-hero-cracked {
    background-image: url("/imgs/2025/crackConcrete1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
    background-position-x: 55%;
}

.blog-hero-fresh {
    background-image: url("/imgs/2025/freshConcrete1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
    background-position-x: center;
}

.blog-hero-white {
    background-image: url("/imgs/2025/whiteConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
    background-position-x: center;
}

.blog-hero-patio {
    background-image: url("/imgs/2025/patioConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
    background-position-x: center;
}

.blog-hero-wetConcrete {
    background-image: url("/imgs/2025/wetConcrete1.jpeg");
    background-size: cover;
    height: 70vh;
    background-position-y: top;
    background-position-x: center;
}


.blog-hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    gap: 2.4rem;
}

.blog-hero-header {
    font-size: 7.2rem;
    color: #fff;
    background-color: #3333336c;
    border-radius: 13px;
    padding: 0.6rem 1.2rem;
    text-align: center;
    font-weight: 100;
}

/* //////////PAGE-Z SECTION//////// */

.page-z {
    padding: 4.8rem 0.6rem;
}

.page-z-box {
    max-width: 140rem;
    margin: 0 auto;
}

.page-z-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 4.8rem;
}

.page-z-img {
    width: 95%;
}

.page-z-text-box {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
}

.page-z-header {
    color: #3a747e;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 100;
}

.page-z-text {
    color: #666;
    font-size: 2.4rem;
    text-align: center;
}


/* //////////FIVE SECTION//////// */

.five {
    padding: 1.2rem 0.6rem;
}

.five-box {
    margin: 0 auto;
    max-width: 140rem;
}

.five-container {
    display: flex;
    gap: 2.4rem;
}

.five-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
    /* justify-content: space-between; */
}

.five-img {
    height: 25rem;
    align-self: center;
}

.five-header {
    font-size: 2.4rem;
    color: #444;
}

.five-text {
    font-size: 1.8rem;
    color: #777;
}

.three-img {
    width: 35rem;
    justify-self: center;
    align-self: center;
}

.three-header {
    font-size: 2.4rem;
    color: #444;
}

.three-text {
    font-size: 1.8rem;
    color: #777;
}

/* //////////BLOG-FIVE SECTION//////// */

.blog-five {
    padding: 2.4rem 0.6rem;
}

.blog-five-box {
    margin: 0 auto;
    max-width: 140rem;
}

.blog-five-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9.6rem;
}

.blog-five-main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-decoration: none;
}

.blog-five-header,
.blog-five-pack-header {
    font-size: 3.6rem;
    color: #333;
    text-align: center;
}

.blog-five-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

.blog-five-pack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.4rem;
}

.blog-five-pack-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-decoration: none;
}

.blog-five-pack-img {
    width: 100%;
}

/* //////////HEADER-LIST SECTION//////// */

.header-list {
    padding: 9.6rem 0.6rem;
}

.header-list-box {
    max-width: 160rem;
    margin: 0 auto;
}

.header-list-container {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-items: center;
}

.header-list-text {
    text-decoration: none;
    font-size: 3.6rem;
    color: #fff;
    padding: 0.6rem 2.4rem;
    background-color: #3a747e;
    width: 40rem;
    text-align: center;
}

/* //////////CONTACT BUTTON//////////// */

.contact {
    padding: 0rem 1.2rem 0rem;
}

.contact-box {
    max-width: 50rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-button {
    position: relative;
    font-size: 3.6rem;
    text-align: center;
    background-color: #3a747e;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border: 3px solid #dfd5a5;
    cursor: pointer;
    text-decoration: none;
}

.contact-pointer {
    width: 3.6rem;
    position: absolute;
    bottom: -45%;
    right: -7%;
}

/* //////////BACKGRONDS SECTION//////// */

.terrazzo {
    /* background-image: url('/imgs/orig/terrazzo-background-2.jpg');
    background-size: cover; */
    background-color: #3a747e1e;
}

.residential-hero {
    background-image: url("/imgs/orig/bedroom-foor-4.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.blog-hero-troweled {
    background-image: url("/imgs/2025/troweledConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
    background-position-x: 45%;
}

.blog-hero-sealer {
    background-image: url("/imgs/2025/concreteSealer1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 45%;
    background-position-x: 45%;
}

.blog-hero-precast {
    background-image: url("/imgs/2025/precastConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
    background-position-x: 45%;
}

.commercial-hero {
    background-image: url("/imgs/orig/hotel-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.industrial-hero {
    background-image: url("/imgs/orig/industrial-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.warehouse-hero {
    background-image: url("/imgs/2025/wetConcrete1.jpeg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
}

.bathroom-hero {
    background-image: url("/imgs/orig/residential/bathroom-banner.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.garage-hero {
    background-image: url("/imgs/orig/residential/garage-banner.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.basement-hero {
    background-image: url("/imgs/orig/basement-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}


.kitchen-hero {
    background-image: url("/imgs/orig/residential/kitchen-banner.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.tile-hero {
    background-image: url("/imgs/tiles/tile-banner.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-load {
    background-image: url("/imgs/2025/concreteLoad.jpg");
    background-size: cover;
    height: 70vh;
    background-position: top;
}

.blog-hero-haunch {
    background-image: url("/imgs/2025/haunch.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-greenhouse {
    background-image: url("/imgs/2025/greenhouseBase.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-sharpSand {
    background-image: url("/imgs/2025/sharpSand.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-wacker {
    background-image: url("/imgs/2025/wackerPlate.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-microtopping {
    background-image: url("/imgs/2025/microtopping.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-ballastHardcore {
    background-image: url("/imgs/2025/ballastHardcore.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}


.blog-hero-polishedDriveway {
    background-image: url("/imgs/2025/polishedDriveway.jpg");
    background-size: cover;
    height: 70vh;
    background-position: top;
}


.epoxy-floor-hero {
    background-image: url("/imgs/epoxy/epoxy-floor-banner.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: 90%;
}

.blog-hero-epoxy-cost {
    background-image: url("/imgs/epoxy/blog-hero-cost.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-twoPart {
    background-image: url("/imgs/2025/twoPart.jpg");
    background-size: cover;
    height: 70vh;
    background-position: top;
}

.blog-hero-multiColoured {
    background-image: url("/imgs/2025/multiColouredConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-stenciled {
    background-image: url("/imgs/2025/stenciledConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-heating {
    background-image: url("/imgs/2025/heatingPipes.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-plateCompactor {
    background-image: url("/imgs/2025/plateCompactor.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-cloudy {
    background-image: url("/imgs/2025/cloudyConcrete.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-aggregate {
    background-image: url("/imgs/orig/aggregate-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-petDog {
    background-image: url("/imgs/orig/floor-with-pet-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-oilStain {
    background-image: url("/imgs/2025/oilStain.jpg");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-led {
    background-image: url("/imgs/2025/concreteLED.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-hardcore {
    background-image: url("/imgs/2025/How_Much_Hardcore_Do_I_Need_Per_m2.webp");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-concreteAsphalt {
    background-image: url("/imgs/2025/concrete-over-asphalt.webp");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-gardenOffice {
    background-image: url("/imgs/2025/best-base-for-garden-office.webp");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-c {
    background-image: url("/imgs/2025/c25.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}


.blog-hero-blockPaving {
    background-image: url("/imgs/2025/stop-weeds-in-block-paving.webp");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-mot {
    background-image: url("/imgs/2025/mot-type-1.jpg");
    background-size: cover;
    height: 70vh;
    background-position-y: center;
}

.blog-hero-concreteWet {
    background-image: url("/imgs/2025/does-rain-ruin-fresh-concrete.webp");
    background-size: cover;
    height: 70vh;
    background-position-y: bottom;
}

.blog-hero-binding {
    background-image: url("/imgs/2025/concreteBinding.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-drivewayFall {
    background-image: url("/imgs/2025/minimum-fall-for-driveway.webp");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-pavingOnConcrete {
    background-image: url("/imgs/2025/lay-paving-on-concrete.webp");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-logCabin {
    background-image: url("/imgs/2025/best-base-for-log-cabin.webp");
    background-size: cover;
    height: 70vh;
    background-position: bottom;
}

.blog-hero-winterConcrete {
    background-image: url("/imgs/2025/laying-concrete-in-winter.webp");
    background-size: cover;
    height: 70vh;
    background-position: center;
}

.blog-hero-mesh {
    background-image: url("/imgs/2025/mesh.jpg");
    background-size: cover;
    height: 70vh;
    background-position: center;
}



/* //////////three-ROW SECTION//////// */


.three-row {
    padding: 2.4rem 0.6rem;
}

.three-row-box {
    max-width: 180rem;
    margin: 0 auto;
}

.three-row-container {
    display: flex;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
}

.three-row-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
}

.three-row-img {
    width: 100%;
}

.three-row-header {
    font-size: 3.6rem;
    color: #333;
}

.three-row-link {
    font-size: 2.2rem;
    padding: 0.6rem 1.2rem;
    font-weight: 100;
    background-color: #3a747e;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    align-self: center;
}

.three-row-link:hover {
    background-color: #fff;
    color: #3a747e;
    border: 1px solid #3a747e;
}


.blog-home {
    padding: 4.8rem 1.2rem 1.2rem 1.2rem;
}

.blog-home-box {
    margin: 0 auto;
    max-width: 160rem;
}

.blog-home-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 2.4rem;
    column-gap: 2.4rem;
}

.blog-home-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    text-decoration: none;
}

.blog-home-img {
    max-width: 100%;
}

.blog-home-item-header {
    font-size: 3rem;
    text-align: center;
    text-decoration: none;
    color: #444;
}

/* //////////BALLAST CALCULATOR//////// */

.ballast {
    padding: 0.6rem;
}

.ballast-box {
    margin: 0 auto;
    max-width: 45rem;
    padding: 2rem;
    background: #f8f9fa; /* Light gray background */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ballast-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ballast-item {
    display: flex;
}

.ballast-input {
    width: 8rem;
    margin: 0 0.6rem 0 1.2rem;
    font-size: 2.4rem;
    color: #555;
}

.ballast-text {
    font-size: 2.4rem;
    color: #333;
}

.ballast-text-result {
    margin-left: 0.6rem;
    font-size: 2.4rem;
    color: #3d9926;
}

.ballast-cubic-result {
    width: 5rem;
}

.checkbox-input {
    width: 2rem;
    margin-right: 1.2rem;
    margin-left: 0.6rem;
}

.calculator-header {
    font-size: 2.4rem;
    font-weight: bold;
}

/* /////////TABLE */

.table-container {
    margin: auto;
    background: #fff;
    border-radius: 8px;
    overflow-x: auto; /* Enables horizontal scrolling */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

table {
    max-width: 88rem;
    border-collapse: collapse;
    text-align: left;
    overflow-x: auto;
    font-size: 1.8rem;
    padding: 0.6rem;
    margin: auto;
}

th, td {
    padding: 1.2rem;
    border: 1px solid #ddd;
}

th {
    background-color: #3a747e;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #e9ecef;
}


.concreteLoad-calc-container {
    max-width: 600px;
    margin: auto;
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}
.concreteLoad-calc-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.concreteLoad-calc-label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.concreteLoad-calc-input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.concreteLoad-calc-btn {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    background: #3a747e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.concreteLoad-calc-btn:hover {
    background: #555;
}
.concreteLoad-calc-result {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}


.listTwo {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.listItemTwo {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    border-left: 5px solid #3a747e;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.listItemTwo:hover {
    background: #eee;
    border-left: 5px solid #555;
}

.listIconTwo {
    font-size: 20px;
    color: #28a745;
    margin-right: 10px;
}


.faqTwo {
    max-width: 120rem;
    /* margin: auto; */
    font-family: Arial, sans-serif;
}

.faqItemTwo {
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 6px;
    border-left: 5px solid #3a747e;
    padding: 12px;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.faqItemTwo:hover {
    background: #eee;
    border-left: 5px solid #555;
}

.faqAnswerTwo {
    display: none;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 100;
}

.faqItemTwo.active .faqAnswerTwo {
    display: block;
}

.curingCalc-container {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.curingCalc-container h2 {
    text-align: center;
    color: #333;
}
.curingCalc-container label {
    font-weight: bold;
    display: block;
    margin: 12px 0 6px;
    color: #555;
}
.curingCalc-container select, .curingCalc-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
}
.curingCalc-container label {
    font-size: 2rem;
}
.curingCalc-button {
    width: 100%;
    padding: 12px;
    background: #3a747e;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
    transition: background 0.3s;
}
.curingCalc-button:hover {
    background: #1976d2;
}
.curingCalc-result {
    margin-top: 20px;
    padding: 18px;
    background: #e3f2fd;
    border-left: 5px solid #3a747e;
    display: none;
    border-radius: 6px;
    font-size: 1.8rem;
}
.curingCalc-result h3 {
    margin-top: 0;
    color: #0d47a1;
    font-size: 2rem;
}

.sealerTool-container {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sealerTool-header {
    text-align: center;
    color: #333;
    font-size: 2.4rem;
}

.sealerTool-container label {
    font-weight: bold;
    display: block;
    margin: 12px 0 6px;
    color: #555;
    font-size: 1.8rem;
}

.sealerTool-container select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: white;
}

.sealerTool-button {
    width: 100%;
    padding: 12px;
    background: #3a747e;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
    transition: background 0.3s;
}

.sealerTool-button:hover {
    background: #1976d2;
}

.sealerTool-result {
    margin-top: 20px;
    padding: 18px;
    background: #e3f2fd;
    border-left: 5px solid #3a747e;
    display: none;
    border-radius: 6px;
    font-size: 1.8rem;
}

.sealerTool-result h3 {
    margin-top: 0;
    color: #0d47a1;
    font-size: 2rem;
}

/* Main Container */
.prosConsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* Individual Boxes */
.prosConsBox {
    width: 48%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Headings */
.prosConsBox h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
    display: flex;
    align-items: center;
}

/* Cons Heading */
.consHeader::before {
    content: "❌ ";
    color: #dc3545;
    font-size: 22px;
    padding-right: 1.2rem;
}
/* Pros Heading */
.prosHeader::before {
    content: "✅ ";
    color: #28a745;
    font-size: 22px;
    padding-right: 1.2rem;
}


/* List Styling */
.prosList, .consList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prosList li, .consList li {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
}

/* List Icons */
.prosList li::before, .consList li::before {
    font-size: 18px;
    margin-right: 8px;
}

/* Pros Icons */
.prosList li::before {
    content: "✔";
    color: #28a745;
}

/* Cons Icons */
.consList li::before {
    content: "✖";
    color: #dc3545;
}

/* Responsive Design */
@media (max-width: 768px) {
    .prosConsBox {
        width: 100%;
    }
}


.expanCalc-container {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.expanCalc-container h2 {
    text-align: center;
    color: #333;
}
.expanCalc-container label {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin: 12px 0 6px;
    color: #555;
}
.expanCalc-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
}
.expanCalc-button {
    width: 100%;
    padding: 12px;
    background: #3a747e;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
    transition: background 0.3s;
}
.expanCalc-button:hover {
    background: #1976d2;
}
.expanCalc-result {
    margin-top: 20px;
    padding: 18px;
    background: #e3f2fd;
    border-left: 5px solid #3a747e;
    display: none;
    border-radius: 6px;
    font-size: 1.8rem;
}
.expanCalc-result h3 {
    margin-top: 0;
    color: #0d47a1;
    font-size: 1.8rem;
}

.listThree-container {
    background: #ffffff;
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: auto;
}

.listThree-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.listThree-intro {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.listThree-item {
    display: flex;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 12px;
    align-items: flex-start;
    transition: 0.3s ease-in-out;
}

.listThree-item:hover {
    background: #e0e0e0;
}

.listThree-number {
    font-size: 24px;
    font-weight: bold;
    color: #2196f3;
    background: #e3f2fd;
    padding: 10px 15px;
    border-radius: 50%;
    margin-right: 15px;
    min-width: 45px;
    text-align: center;
}

.listThree-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.listThree-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.listThree-solution {
    font-style: italic;
    color: #333;
}

.listThree-item p {
    font-size: 2rem;
}

.crackRepair-container {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.crackRepair-header {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.crackRepair-container label {
    font-weight: bold;
    display: block;
    margin: 12px 0 6px;
    color: #555;
    font-size: 1.8rem;
}
.crackRepair-container select, .crackRepair-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 12px;
}
.crackRepair-button {
    width: 100%;
    padding: 12px;
    background: #3a747e;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
    transition: background 0.3s;
}
.crackRepair-button:hover {
    background: #1976d2;
}
.crackRepair-result {
    margin-top: 20px;
    padding: 18px;
    background: #eee;
    border-left: 5px solid #3a747e;
    display: none;
    border-radius: 6px;
    font-size: 1.6rem;
}
.crackRepair-result h3 {
    margin-top: 0;
    color: #1976d2;
    font-size: 1.8rem;
}

.howTo-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}


.howTo-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}


.howTo-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}


.howTo-item {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    margin-bottom: 12px;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}

.howTo-item:hover {
    transform: translateY(-3px);
}


.howTo-icon {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #007bff;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}


.howTo-content {
    flex-grow: 1;
}

.howTo-titleBox {
    display: flex;
    align-items: center;
}

.howTo-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}


.howTo-text {
    font-size: 1.8rem;
    color: #555;
    margin-top: 5px;
}

/* Container Styling */
.twoColumn-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
.twoColumn-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Flexbox Layout */
.twoColumn-flexbox {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* Individual Boxes */
.twoColumn-box {
    flex: 1;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out;
}

.twoColumn-box:hover {
    transform: translateY(-5px);
}

/* Title Styling */
.twoColumn-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

/* Text Styling */
.twoColumn-text {
    font-size: 1.8rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Footer Note */
.twoColumn-note {
    text-align: center;
    font-size: 1.8rem;
    color: #666;
    margin-top: 20px;
    font-style: italic;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .twoColumn-flexbox {
        flex-direction: column;
    }
    
    .twoColumn-box {
        width: 100%;
    }
}

.ufhCalc-container {
    max-width: 600px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 2rem auto;
  }
.ufhCalc-container label {
    font-size: 1.6rem;
}
  .ufhCalc-header {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #333;
  }
  .ufhCalc-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1.8rem;
  }
  .ufhCalc-button {
    width: 100%;
    padding: 12px;
    background: #3a747e;
    color: #fff;
    border: none;
    font-size: 1.8rem;
    border-radius: 6px;
    cursor: pointer;
  }
  .ufhCalc-button:hover {
    background: #303f9f;
  }
  .ufhCalc-intro {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
  }
  .ufhCalc-result {
    background: #3a747e14;
    border-left: 4px solid #3333336c;
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
    color: #333;
    font-size: 1.6rem;
  }

  .hardcoreCalc-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .hardcoreCalc-container {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
    font-size: 1.6rem;
  }

  .hardcoreCalc-input {
    width: 100%;
    padding: 10px;
    margin: 6px 0 16px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .hardcoreCalc-btn {
    background: #333;
    color: #fff;
    padding: 12px;
    width: 100%;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
  }

  .hardcoreCalc-btn:hover {
    background: #444;
  }

  .hardcoreCalc-result {
    margin-top: 20px;
    font-weight: bold;
    color: #2a5d2a;
  }

  .hardcoreCalc-container label {
    display: block;
    margin-top: 10px;
  }

  .motCalc-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
  }
  
  .motCalc-header {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .motCalc-label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.8rem;
  }
  
  .motCalc-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  
  .motCalc-dimensions {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .motCalc-btn {
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    background-color: #333;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .motCalc-btn:hover {
    background-color: #000;
  }
  
  .motCalc-result {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  

  .compare-section {
    padding: 2rem 0.6rem;
    background: #f9f9f9;
  }
  
  .compare-header {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  
  .compare-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  @media (min-width: 700px) {
    .compare-grid {
      flex-direction: row;
      justify-content: space-between;
    }
  }
  
  .compare-col {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 1.5rem;
    flex: 1;
  }
  
  .compare-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #333;
  }
  
  .compare-list {
    list-style: none;
    padding: 0;
  }
  
  .compare-list li {
    margin-bottom: 0.75rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  

  .cfCalc-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: #f7f7f7;
    border-radius: 12px;
    font-size: 1.6rem;
  }
  
  .cfCalc-header {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  
  .cfCalc-subtext {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #555;
  }
  
  .cfCalc-form {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  
  .cfCalc-field legend {
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
  }
  
  .cfCalc-field input,
  .cfCalc-field select {
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
  }
  
  .cfCalc-field.cfCalc-inline {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .cfCalc-field.cfCalc-inline input {
    flex: 1;
  }

  .cfCalc-field label {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
  
  .cfCalc-field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #333; /* optional styling tweak */
  }
  
  .cfCalc-pad-left {
    padding-left: 1.2rem;
  }
  
  .cfCalc-field button {
    font-size: 1.6rem;
    padding: 0.8rem 1.4rem;
    background: #222;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .cfCalc-field button:hover {
    background: #444;
  }
  
  .cfCalc-results {
    margin-top: 2rem;
    padding: 1.6rem;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  
  .cfCalc-resultsHeader {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }

  .info-container {
    background: #fff;
    padding: 2rem;
    margin-top: 3rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 1.6rem;
  }
  
  .info-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .info-intro {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: #555;
  }
  
  .info-box {
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
  
  .info-subheading {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  
  .info-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  
  .info-list {
    list-style: disc;
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  
  .dyeCalc-container {
    max-width: 650px;
    margin: 3rem auto;
    padding: 2rem;
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-size: 1.6rem;
  }
  
  .dyeCalc-header {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  
  .dyeCalc-intro {
    margin-bottom: 2rem;
    color: #555;
  }
  
  .dyeCalc-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .dyeCalc-form label {
    font-weight: 600;
    margin-bottom: 0.3rem;
    display: block;
  }
  
  .dyeCalc-form input,
  .dyeCalc-form select {
    padding: 0.8rem 1rem;
    font-size: 1.6rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
  }
  
  .dyeCalc-form button {
    padding: 1rem;
    font-size: 1.6rem;
    background: #333;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .dyeCalc-form button:hover {
    background: #555;
  }
  
  .dyeCalc-results {
    margin-top: 2.5rem;
    padding: 1.5rem;
    background: #fff;
    border-left: 4px solid #444;
    border-radius: 8px;
  }
  
  .dyeCalc-results h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  
  .dyeCalc-note {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #666;
  }
  
  .dyeCalc-mode {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .dyeCalc-checkbox {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  
  .dyeCalc-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #333;
    margin: 0;
  }
  
  .serviceBlock-container {
    padding: 3rem 1.5rem;
    max-width: 900px;
    margin: 0 auto 4rem auto;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  .serviceBlock-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #222;
  }
  
  .serviceBlock-text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.5rem;
  }
  
  .serviceBlock-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.6rem;
  }
  
  .serviceBlock-list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.75rem;
  }
  
  .serviceBlock-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2a9d8f;
    font-weight: bold;
  }

  
  .serviceSplit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto 0rem auto;
    background-color: #f9f9f9;
    border-radius: 0.75rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  }
  
  .serviceSplit-block {
    flex: 1 1 45%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
  }
  
  .serviceSplit-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #222;
  }
  
  .serviceSplit-text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #444;
  }
  
  .serviceSplit-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.6rem;
    margin-top: auto;
  }
  
  .serviceSplit-list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.75rem;
  }
  
  .serviceSplit-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2a9d8f;
    font-weight: bold;
  }
  
  @media (max-width: 40.6rem) {
    .serviceSplit-container {
      flex-direction: column
    }
  }
  
  .whyChooseSplit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    max-width: 140rem;
    margin: 0 auto 0rem auto;
    padding: 3rem 1.5rem;
    background-color: #f4f4f4;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  .whyChooseSplit-content {
    flex: 1 1 60%;
  }
  
  .whyChooseSplit-image {
    flex: 1 1 35%;
    max-width: 400px;
  }
  
  .whyChooseSplit-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  }
  
  .whyChoose-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #222;
  }
  
  .whyChoose-list {
    list-style: none;
    padding: 0;
    font-size: 1.6rem;
  }
  
  .whyChoose-item {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.2rem;
    color: #333;
    line-height: 1.6;
  }
  
  .whyChoose-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #2a9d8f;
    font-size: 1.6rem;
    font-weight: bold;
  }
  
  /* Mobile Stack */
  @media screen and (max-width: 55.6rem) {
    .whyChooseSplit-container {
      flex-direction: column;
    }
  
    .whyChooseSplit-image {
      max-width: 100%;
      margin-top: 2rem;
    }
  }
  

  .projectTypes-container {
    max-width: 1100px;
    margin: 0 auto 0rem auto;
    padding: 1.2rem 1.5rem 3rem;
  }
  
  .projectTypes-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #222;
  }
  
  .projectTypes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }
  
  .projectTypes-item {
    flex: 1 1 30%;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  
  .projectTypes-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
  
  .projectTypes-subtitle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
  }
  
  .projectTypes-text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #444;
  }
  
  /* Mobile stack */
  @media screen and (max-width: 768px) {
    .projectTypes-grid {
      flex-direction: column;
    }
  
    .projectTypes-item {
      flex: 1 1 100%;
    }
  }

  .coverage-container {
    max-width: 900px;
    margin: 0 auto 4rem auto;
    padding: 3rem 1.5rem;
    background-color: #f9f9f9;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  .coverage-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #222;
  }
  
  .coverage-intro {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #444;
    line-height: 1.6;
  }
  
  .coverage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    list-style: none;
    padding: 0;
    font-size: 1.6rem;
  }
  
  .coverage-list li {
    position: relative;
    padding-left: 2.2rem;
    color: #333;
  }
  
  .coverage-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2a9d8f;
    font-weight: bold;
  }

  .testimonials-container {
    max-width: 1100px;
    margin: 0 auto 4rem auto;
    padding: 3rem 1.5rem;
    background-color: #f4f4f4;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  }
  
  .testimonials-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #222;
  }
  
  .testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }
  
  .testimonial-card {
    flex: 1 1 30%;
    background: #fff;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .testimonial-text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1rem;
  }
  
  .testimonial-author {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a2a2a;
  }

  .testimonial-rating {
    font-size: 1.6rem;
    color: #f2b01e;
    margin-top: auto;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
  }
  
  
  /* Mobile stack */
  @media screen and (max-width: 768px) {
    .testimonials-grid {
      flex-direction: column;
    }
  
    .testimonial-card {
      flex: 1 1 100%;
    }
  }
  
  .finishesShowcase-container {
    max-width: 1200px;
    margin: 0 auto 5rem auto;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f2f2f2, #ffffff);
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  
  .finishesShowcase-title {
    font-size: 2.4rem;
    color: #1f1f1f;
    margin-bottom: 1rem;
  }
  
  .finishesShowcase-intro {
    font-size: 1.6rem;
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
    color: #444;
    line-height: 1.6;
  }
  
  .finishesShowcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    justify-items: center;
  }
  
  .finishBox {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out;
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  
  .finishBox:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background-color: #eef9f7;
    color: #1e7464;
    cursor: default;
  }
  
  .ctaQuoteForm-container {
    max-width: 900px;
    margin: 0 auto 5rem auto;
    padding: 4rem 2rem;
    background-color: #eee;
    color: #333;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  .ctaQuoteForm-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #333;
  }
  
  .ctaQuoteForm-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
  }
  
  .ctaQuoteForm-contact {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    font-size: 1.6rem;
  }
  
  .ctaQuoteForm-contact li {
    margin-bottom: 0.5rem;
  }
  
  .ctaQuoteForm-contact a {
    color: #333;
    text-decoration: underline;
  }
  
  .ctaQuoteForm-contact a:hover {
    text-decoration: none;
  }
  
  .ctaQuoteForm-wrapper {
    margin-top: 2rem;
  }
  
  .ctaQuoteForm-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .ctaQuoteForm-input,
  .ctaQuoteForm-textarea {
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
    border: none;
    border-radius: 0.5rem;
    outline: none;
  }
  
  .ctaQuoteForm-textarea {
    resize: vertical;
    min-height: 120px;
  }
  
  .ctaQuoteForm-submit {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 1rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .ctaQuoteForm-submit:hover {
    background-color: #555;
  }
  
  .contactBanner-container {
    display: block;
    background: #eee;
    color: #333;
    text-align: center;
    padding: 0.6rem 2rem;
    margin:  auto;
    max-width: 800px;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: background 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .contactBanner-container:hover {
    background: #dddd;
  }
  
  .contactBanner-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
  
  .contactBanner-text span {
    font-weight: 600;
    text-decoration: underline;
  }
  
  .locationsSection {
    background-color: #f9f9f9;
    padding: 4rem 2rem;
  }
  
  .locationsContainer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .locationsHeader {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  
  .locationsIntro {
    font-size: 1.6rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 2rem auto;
  }
  
  .locationsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
  
  .locationsGrid a {
    display: block;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  .locationsGrid a:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
  }
  
  .testimonialsTwo {
    background-color: #f9f9f9;
    padding: 6rem 2rem;
  }
  
  .testimonialsTwo-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .testimonialsTwo-header {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .testimonialsTwo-subhead {
    font-size: 1.6rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
  }
  
  .testimonialsTwo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
    gap: 2rem;
  }
  
  .testimonialCard {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .testimonial-top {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  
  .testimonial-avatar {
    width: 60px;
    height: 60px;
    background-color: #333;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
    border: 4px solid #ddd;
  }
  
  .testimonial-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .testimonial-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
  }
  
  .testimonial-location {
    font-size: 1.6rem;
    color: #666;
    margin-top: 0.2rem;
  }
  
  .testimonial-rating {
    font-size: 1.6rem;
    color: #f4b400;
    letter-spacing: 2px;
    margin-top: 0.3rem;
  }
  
  .testimonial-text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    margin-top: auto;
  }
  
  .guideBlog-container {
    padding: 4rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  
  .guideBlog-header {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  
  .guideBlog-intro {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    color: #444;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .guideBlog-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin-bottom: 2.4rem;
  }
  
  @media (min-width: 640px) {
    .guideBlog-list {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  .guideBlog-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    transition: box-shadow 0.2s ease;
    cursor: pointer;
  }
  
  .guideBlog-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  .guideBlog-item a {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  .guideBlog-item a:hover {
    color: #000;
  }

  .guideBlog-header {
    font-size: 3rem;
    color: #555;
    margin-right: auto;
    text-align: left;
    margin-bottom: 1.2rem;
  }
  

  .decision-section {
  padding: 2rem 0.6rem;
  background: #eef2f5;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.decision-heading {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.decision-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 700px) {
  .decision-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}

.decision-col {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 1.5rem;
  flex: 1;
}

.decision-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.decision-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.decision-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  font-size: 1.7rem;
}

.decision-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  color: #1e7464;
  font-size: 3rem;
  line-height: 1;
}
