
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}



html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.nav-link {
    font-weight: 400;
    transition: ease-in 1s;
}

.nav-link:hover {
    color: #f28c1e;
}

body {
    color: #555;
    font-family: "Rubik", sans-serif;
    line-height: 1.7;
    
    background-color: #fbfbfb;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    color: #555;
}



.logo {
    height: 100px;
}

.margin-bottom {
    margin-bottom: 6rem;
}

.hero-innner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    padding: 3rem;
}

.navbar-list {
    display: flex;
    justify-items: center;
    gap: .5rem;
    list-style: none;
}

.call {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.call p {
    font-size: .9rem;
}

.nav-link {
    margin-top: 3rem;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.inner-navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 0 6rem;
}

.navbar-wrapper {
    padding: .6rem 0;
    background-color: #ffffff;
    
    z-index: 99;
    transition: 1s ease-in;
}

.expanded-text {
    white-space: pre-line;
    text-align: center;
    font-size: 1rem; 
    line-height: 1; 
}

header {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("../Images/StockCake-Plumber at Work_1719146423.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 6rem;
    height: 100vh;
    color: #f3f3f3;
    transition: background-image 2s ease-in-out;
}

#contact-us {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("../Images/630504a78cb0cd51f4dd8cb5_shutterstock_2054709983-min-2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    padding: 9.6rem 0;
    transition: background-image 1s ease-in-out;
}

.space {
    padding: 1rem 0;
}

.content {
    height: 200vh; /* This is just to provide enough content to scroll */

    color: #f3f3f3;
    padding: 2rem;
}

.plumber-image {
    height: 600px;
   
}


.highlight {
    position: relative;
    font-weight: bold;
    color: #555555;
}

    .highlight::after {
        display: block;
        content: '';
        padding: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: 0.7;
        transform: scale(1.07, 1.05) skewX(-15deg);
        background-color: #f3f3f3;
       
    }

.heading-primary {
    line-height: 1.05;
    margin-bottom: 1.5rem;
    font-size: 5rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    z-index: 2;
    font-weight: 700;
  
}

.heading-secondary {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-family: "Lato", sans-serif;
    line-height: 1.2;
    margin-bottom: 1.6rem;
    color: #59585d;
}

.heading-tetiary {
    text-transform: uppercase;
    color: #f28c1e;
    font-family: "Merriweather Sans", sans-serif;
    font-size: .9rem;
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.btn
 {
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: .4rem 2rem;
    /* Only necessary for .btn */
    border: none;
    cursor: pointer;
    font-family: inherit;
    /* Put transition on original "state" */
    /* transition: background-color 0.3s; */
    transition: all 1s;
    border-radius: 9px;
}

/*secondary color*/

/*#59585d*/


.btn--full {
    background-color: #ffffff;
    color: #555;
   
}

    .btn--full:hover,
    .btn--full:active {
        background-image: linear-gradient(to top left, #f28c1e, #f28c1e);
        color: #ffffff;
    }




.btn--outline {
    box-shadow: inset 0 0 0 1px #f28c1e;
    color: #f3f3f3;
}

    .btn--outline:hover,
    .btn--outline:active {
        background-color: #f6af62;
        box-shadow: inset 0 0 0 3px #f6af62;
    }

.btn--form {
    border: 1px solid #FFD54F;
    color: #555;
    grid-column: span 2;
    width: 100%;
    padding: 1.2rem;
}

.center-container {
    margin: 0 auto;
    max-width: 80rem;
}

.hero-section {
    padding: 0rem 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

.hero-text {
    padding-top: 2rem;
    text-align: center;
    font-family: inherit;
    font-weight: 400;
    width: 50rem;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 1.2rem;
}

.btn-action {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 0;
}

.about-section {
    background-color: #ffffff;
    border-radius: 20px;
    margin: 5rem auto;
    padding:  6rem 4rem;
    transition: transform 1s, opacity 1s;
}

.reno-image {
    width: 30%;
    float: right;
    border-radius: 10%
}


.grid-container {
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    padding: 2px;
}

.grid-item {
    position: relative;
}

    .grid-item img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 9px;
       
    }

/* Specific grid item placements */
.grid-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transition-delay: 200ms;
}

    .grid-item:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        transition-delay: 400ms;
    }

    .grid-item:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        transition-delay: 600ms;
    }

    .grid-item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        transition-delay: 800ms;
    }

    .grid-item:nth-child(5) {
        grid-column: 2 / 4;
        grid-row: 2 / 3;
        transition-delay: 1000ms;
    }

    .grid-item:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        transition-delay: 1200ms;
    }

    .grid-item:nth-child(7) {
        grid-column: 3 / 4;
        grid-row: 3 / 4;
        transition-delay: 1400ms;
    }

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(7, auto);
    }

    .grid-item:nth-child(5) {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }

    .grid-item:nth-child(6) {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }

    .grid-item:nth-child(7) {
        grid-column: 1 / 2;
        grid-row: 7 / 8;
    }
}

.grid {
    
    display: grid;
    gap: 1rem;
}

.grid--col-2 {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}





.section-dark {
    background-image: linear-gradient(to top left,#fef4e9, #fbddbc);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 9px;
    margin-bottom: 6rem;
    padding: 6rem;
}



.section-dark-2 {
    background-image: linear-gradient(to top left, #59585d,#f28c1e);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 20px;
    margin-bottom: 5rem;
}

.grid--col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid--col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid--col-6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.icon-wrapper {
    display: flex;
    justify-content: start;
    padding: 1rem 0;
    
}

.footer {
    padding: 6rem 3rem;
    background-color: #333;
}

.footer__nav {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    text-align: center;
    margin-bottom: 5rem;
}

.footer__nav {
    display: flex;
    justify-content: center;
}

.footer__item {
    margin-right: 4rem;
}

.footer__link {
    font-size: 1rem;
    color: #eee;
    text-decoration: none;
}

.footer__logo {
    height: 5rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 5rem;
}

.footer__copyright {
    font-size: .7rem;
    color: #aaa;
    text-align: center;
}

.footer__copyright .footer__link {
    font-size: 1rem;
}

.contact-us {
    margin-top: 10px;
}

.footer__bottom {
    background-color: #333;
    color: #f3f3f3;
    border-top: 1px solid #555;
    padding-top: 10px;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: center;
}


.svg {
    height: 30px;

}

.icon {
    font-size: 2rem;
    background-color: #f6af62;
    padding: 2rem;
    border-radius: 50%;
    color: #f3f3f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.services-card {
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background-color: #ffffff;
    border-radius: 20px;
}

.features {

    font-size: 1rem;
    color: #59585d;
}

.icon-text-wrapper {
    margin-bottom: 2rem;
}

.btn--quote {
    border-bottom: 2px solid #f28c1e;
    border-radius: 0px;
    padding: .5rem .2rem;
    font-size: 1rem;
    color: #f28c1e;
}




.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 100;
    transition: all 0.5s;
}


.overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 100;
    transition: all 0.5s;
}


.modal__header {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.modal__form {
    margin: 0 3rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 2.5rem;
}

.modal__form label {
    font-size: 1rem;
    font-weight: 500;
}

.modal__form input {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

.modal__form button {
    grid-column: 1 / span 2;
    justify-self: center;
    margin-top: 1rem;
}

.btn--close-modal {
    font-family: inherit;
    color: inherit;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    font-size: 2rem;
    cursor: pointer;
    border: none;
    background: none;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

/* COOKIE MESSAGE */
.cookie-message {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background-color: white;
    color: #bbb;
    font-size: 1.5rem;
    font-weight: 400;
}

.form-grid {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    gap: 1rem;
}

.section-hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(60%);
    transition: 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

@media(prefers-reduced-motion) {
    .setion-hidden {
        transition: none;
    }
}

.services-card:nth-child(1) {
    transition-delay: 200ms;
}
.services-card:nth-child(2) {
    transition-delay: 400ms;
}
.services-card:nth-child(3) {
    transition-delay: 600ms;
}

.open-menu {
    outline: none;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 3rem;
}

.modals {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60rem;
    background-color: #f3f3f3;
    padding: 5rem 6rem;
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.5s;
}


.modal-menu {
    position: fixed;
    top: 50%;
    right: -30%;
    width: 60%;
    height: 100%;
    background-color: #ffffff;
    padding: 2rem 3rem;
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.5s;
    transform: translateX(200px);
}

.modal-open-menu {
    transform: translate(-50%, -50%);
}

.btn--close-menu {
    font-size: 3rem;
   
    padding: 2rem;
    border-radius: 50%;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border: none;
    outline: none;
}

.open-menu {
    display: none;
}

.modal-menu {
    display: none;
}

.about-section .heading-tetiary {
    margin-bottom: 2rem;
}

.span {
    grid-column: span 2;
}

.header-illustrations {
    position: relative;
    z-index: 2;
    width: 200px;
}

.svg-illustrations {
    position: relative;
    z-index: 2;
    width: 300px;
}

.image-section {
    position: relative;
    z-index: 2;
    
   
   
  
}

.image-section::before {
    position: absolute;
    content: "";
    display: block;
    width: 60%;
    padding-bottom: 60%;
    background-color: #f28c1e;
    top: 30%;
    left: 30%;
    transform: translate(-30%, -30%);
    z-index: 0;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .image-section::after {
        position: absolute;
        content: "";
        display: block;
        width: 30%;
        padding-bottom: 30%;
        background-color: #f6af62;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        border-radius: 50%;
    }


.header-illustrations::before {
    position: absolute;
    display: block;
    z-index: -1;
    background-image: url("../Images/logo.jpg");
}

/* SLIDER */
.slider {
    max-width: 100rem;
    height: 50rem;
    margin: 0 auto;
    position: relative;
    /* IN THE END */
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* THIS creates the animation! */
    transition: transform 1s;
}

    .slide > img {
        /* Only for images that have different size than slide */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    color: #333;
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
    font-size: 2rem;
    cursor: pointer;
}

.slider__btn--left {
    left: 6%;
    transform: translate(-50%, -50%);
}

.slider__btn--right {
    right: 6%;
    transform: translate(50%, -50%);
}

.dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dots__dot {
    border: none;
    background-color: #b9b9b9;
    opacity: 0.7;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin-right: 1.75rem;
    cursor: pointer;
    transition: all 0.5s;
    /* Only necessary when overlying images */
    /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

    .dots__dot:last-child {
        margin: 0;
    }

.dots__dot--active {
    /* background-color: #fff; */
    background-color: #888;
    opacity: 1;
}

/* TESTIMONIALS */
.testimonial {
    width: 65%;
    position: relative;
}

   

.testimonial__header {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.testimonial__text {
    font-size: 1.7rem;
    margin-bottom: 3.5rem;
    color: #333;
}

.testimonial__author {
    margin-left: 3rem;
    font-style: normal;
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    column-gap: 2rem;
}

.testimonial__photo {
    grid-row: 1 / span 2;
    width: 6.5rem;
    border-radius: 50%;
}

.testimonial__name {
    font-size: 1.7rem;
    font-weight: 500;
    align-self: end;
    margin: 0;
}

.testimonial__location {
    font-size: 1.5rem;
}

.section__title--testimonials {
    margin-bottom: 4rem;
}

.img-box {
    display: flex;
    justify-content: center;
    padding: 5rem;
    border-radius: 20px;
    
}



.section {
    margin: 6rem 0 0 0;
    background-color: #333;
}

.features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6af62;
    height: 5.5rem;
    width: 5.5rem;
    border-radius: 50%;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

    .features__icon ion-icon {
        height: 2.5rem;
        width: 2.5rem;
        color: #ffffff;
    }

.icon-1 {
    font-size: 2rem;
    color: #ffffff;
}

.features__header {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta {
    background-color: #f28c1e;
    color: #ffffff;
}

.expand {
    padding: 1rem 7rem;
}

.top-band {
    background-color: #f28c1e;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    color: #f3f3f3;
    width: 100%;
    padding: 3rem 10rem;
    font-size: 1rem;
    height: 50px;
}

.f-icon {
    font-size: 2rem;
    color: #ffffff;
}

.center-div {
    display: flex;
    justify-content: center;
}

.form-wrapper {
    max-width: 700px;
    padding: 2rem;
    width: 100%;
}

.floating-action {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 2rem;
    background-color: #f28c1e;
    padding: 2rem;
    border-radius: 50%;
    color: #f3f3f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 1s ease-in;
}

.floating-action-2 {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    font-size: 2rem;
    background-color: #f3f3f3;
    padding: 2rem;
    border-radius: 50%;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 1s ease-in;
}


    .floating-action-2::before {
        content: "Request a quote";
        position: absolute;
        display: block;
        font-size: .9rem;
        width: auto;
        padding: 10px 10px;
        background-color: white;
        color: #555;
        top: -30px;
        left: 50%;
        transform: translate(-123%, 90%);
        z-index: 0;
        z-index: -5;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: opacity 0.3s, visibility 0.3s;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
    }

.floating-action::before {
    content: "Chat with us on what's app";
    position: absolute;
    display: block;
    font-size: .9rem;
    width: auto;
    padding: 10px 10px;
    background-color: white;
    color: #555;
    top: -30px;
    left: 50%;
    transform: translate(-116%, 90%);
    z-index: 0;
    z-index: -5;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}

.floating-action:hover::before{
    opacity: 1;
    visibility: visible;
}

.floating-action-2:hover::before {
    opacity: 1;
    visibility: visible;
}






.navbar-wrapper .sticky {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
    padding: .5rem 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

    .navbar-wrapper .sticky .nav-link {
      
        color: #333333;
    }
    .navbar-wrapper .sticky .logo {
        height: 60px
    }

.text-section {
    text-align: justify;

    
}

.remove-bullets {
    list-style-type: none;
   
    padding: 0;
}

.plumbing-image {
    height: 15%;
}