


/*
========================================================================
0.  INDEX
........................................................................
1.  Imports


X.  Temp styles [testing]
========================================================================
*/



/*
========================================================================
========================================================================
IMPORTS

*/



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');





/*
========================================================================
========================================================================
ROOT ELEMENTS

*/


body {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif!important;
    text-wrap: balance;
    color: #30313d;
    background-color: #fff;
}

.lead{
    font-weight: 400;
}


.navbar{
    padding: 9px 0;
    background-color: #fff;
}

.navbar-collapse{
    margin-bottom: 0!important;
}

.navbar-brand{
    padding-right: 1rem;
}
.nav-item{
    padding-left: 1rem;
}
.nav-link{
    font-weight: 500;
}



/*
========================================================================
========================================================================
GRID SYSTEM

*/


@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1536px;
    }
}


/*
________________________________________________________________________
RESETS

*/



section, .section{
    padding: 0;
}

.container{
    padding: 1rem;
}

.row{
    margin: 0;
    padding: 0;
    height: 100%;
}

[class*="col"] {
    padding: 0;
    margin: 0 0 1rem 0;
}

button{
    border: none;
    background-color: transparent;
}

.h-100{
    height: 100%;
}

/*
========================================================================
========================================================================
Colour

*/

.white{
    color: #FFF;
}
.grey-neg{
    color: #d9dee4;
}

.blue{
    color: #29abe2;
}
.green{
    color: #39c963;
}
.orange{
    color: #ff562e;
}
.bg-orange{
    background-color: #ff562e;
}

.red{
    color: #f02e18;
}
.bg-red{
    background-color: #f02e18;
}

.grey-0 {color: #1a1b25;}
.grey-1 {color: #30313d;} /* Text colour */
.grey-2 {color: #414552;}
.grey-3 {color: #545969;}
.grey-4 {color: #687385;}
.grey-5 {color: #87909f;}
.grey-6 {color: #a3acba;}
.grey-7 {color: #c0c8d2;}
.grey-8 {color: #d9dee4;}
.grey-9 {color: #ebeef1;}
.grey-10 {color: #f1f3f7;}
.grey-11 {color: #f6f8fa;}

.bg-grey-0 {background-color: #1a1b25;}
.bg-grey-1 {background-color: #30313d;}
.bg-grey-2 {background-color: #414552;}
.bg-grey-3 {background-color: #545969;}
.bg-grey-4 {background-color: #687385;}
.bg-grey-5 {background-color: #87909f;}
.bg-grey-6 {background-color: #a3acba;}
.bg-grey-7 {background-color: #c0c8d2;}
.bg-grey-8 {background-color: #d9dee4;}
.bg-grey-9 {background-color: #ebeef1;}
.bg-grey-10 {background-color: #f1f3f7;}
.bg-grey-11 {background-color: #f6f8fa;}

.bg-blue-green-gradient{
    background-image: linear-gradient(to bottom right, #29abe2, #39c963);
}


.btn{
    padding: 0.45rem 1.5rem;
    border-radius: 24px;
    letter-spacing: 0.25px;
    font-weight: 600;
}

.btn-main {
    color: #fff;
    background-color: #ff562e;
    border: 1px solid #ff562e;
  }
  .btn-main:visited {
    color: #fff;
    background-color: #ff562e;
    border: 1px solid #ff562e;
  }
  .btn-main:hover {
    color: #fff;
    background-color: #ff7858;
    border: 1px solid #ff7858;
  }
  .btn-check:focus + .btn-main, .btn-main:focus {
    color: #fff;
    background-color: #ff562e;
    border: 1px solid #ff562e;
    box-shadow: none;
  }
  .btn-main:active {
    color: #fff!important;
    background-color: #ff562e!important;
    border: 1px solid #ff562e!important;
  }



  .btn-white {
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .btn-white:visited {
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .btn-white:hover {
    color: #333;
    background-color: #f1f1f3;
    border: 1px solid #f1f1f3;
  }
  .btn-check:focus + .btn-white, .btn-white:focus {
    color: #333;
    background-color: #f1f1f3;
    border: 1px solid #f1f1f3;
    box-shadow: none;
  }
  .btn-white:active {
    color: #333!important;
    background-color: #f1f1f3!important;
    border: 1px solid #f1f1f3!important;
  }


.btn-whats-included {
    font-size: 0.875rem;
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.35rem 1.5rem 0.45rem;
    color: #545969;
    background-color: transparent;
    border: 1px solid #545969;
    border-radius: 18px;
  }
.btn-whats-included:hover {
    color: #30313d;
    border: 1px solid #30313d;
}

.whats-included-box{
    padding: 2rem;
    color: #30313d;
}

.hidden-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    opacity: 0;
    padding: 0;
}

.show-content {
    min-height: 12rem;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 1;
    padding: 0;
}




/*
========================================================================
========================================================================
Styling

*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.display{
    font-size: 3rem;
    font-weight: 700;
}
.display-regular{
    font-size: 3rem;
    font-weight: 400;
}

.small{
    font-size: 85%;
}

.page-head{
    margin-top: 5rem;
    padding: 2rem 1rem 1rem;
}

.header-home{
    min-height: 48rem;
}
.header-home-mobile{
    min-height: 12rem;
}

.header-article{
    min-height: 8rem;
}
.header-article-mobile{
    min-height: 1rem;
}

.header-box-home{
    margin: 5rem 0;
    padding: 3rem;
}
.header-box-home-mobile{
    margin: 7rem 0 4rem;
    padding: 1rem;
}

.header-box-article{
    margin: 7rem 0 1rem;
    padding: 2rem;
}
.header-box-article-mobile{
    margin: 6rem 1rem 0;
    padding: 1rem;
}

.service-box{
    margin: 0.5rem 1rem;
    padding: 2rem 2rem 1rem;
    border-radius: 0 24px 24px 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}
.service-box-1{
    background: linear-gradient(#1a1b25, #1a1b25) padding-box,
                linear-gradient(to bottom right, #1a1b25, #2189b5, #39c963) border-box;
    border-radius: 0 24px 24px 24px;
    border: 2px solid transparent;
}
.service-box-2{
    background: linear-gradient(#1a1b25, #1a1b25) padding-box,
                linear-gradient(to bottom right, #1a1b25, #29abe2) border-box;
    border-radius: 0 24px 24px 24px;
    border: 2px solid transparent;
}
.service-box-3{
    background: linear-gradient(#1a1b25, #1a1b25) padding-box,
                linear-gradient(to bottom right, #1a1b25, #ff562e) border-box;
    border-radius: 0 24px 24px 24px;
    border: 2px solid transparent;
}

.card{
    margin: 0;
    color: #d9dee4;
    background-color: transparent;
    border: none;
}

.why-us-box{
    min-height: 32rem;
    margin: 1rem;
    color: #FFF;
    padding: 1.5rem;
    border-radius: 9px;
}

.boiler-page-price-options{
    min-height: 8rem;
    margin: 0.25rem;
    padding: 1.25rem;
    border-radius: 9px;
}

.box{
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

/*
========================================================================
========================================================================
HOME 2

*/

/* Loading stransitions */
.loading-fade-in-header {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.5s ease-in, transform 0.25s ease-in;
    transition-delay: 0.1s;
}

.header-fade-in-loaded {
    opacity: 1;
    transform: translateY(0);
}


.loading-fade-in {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease-in, transform 1s ease-in;
    transition-delay: 0.25s;
}

.fade-in-loaded {
    opacity: 1;
    transform: translateY(0);
}
/* END Loading stransitions */


.brand-gradient{
    background: linear-gradient(-70deg, #259acb, #39c963);
    background: -webkit-linear-gradient(-70deg, #259acb, #39c963);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-container{
    margin: 0.5rem;
    padding: 2rem;
    background-color: #FFF;
    border-radius: 9px;
}





/*
========================================================================
========================================================================
END HOME 2

*/


/* About us */

.about-us-img{
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to bottom right, #fff, #2189b5, #39c963) border-box;
    border-radius: 0 32px 32px 32px;
    border: 4px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

/* IMG GALLERY */
.gallery-wrapper {
    position: relative;
    margin: 2rem auto;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.gallery {
    position: relative;
    max-width: 100%; /* Set a maximum width for the gallery */
    margin: auto; /* Center the gallery */
}
.gallery-img {
    display: none; /* Hide all images by default */
    width: 100%; /* Make images responsive */
}
.show-img {
    display: block; /* Show the active image */
}

.prev, .next {
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 10;
    user-select: none;
}

.prev {
    left: 1rem;
}

.next {
    right: 1rem;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* END IMG GALLERY */


.header-quote-page{
    margin-top: 5rem;
    padding: 7rem 0 0 0;
    min-height: 24rem;
    text-align: center;
}

.header-boiler-page{
    margin-top: 5rem;
    padding: 2rem;
    min-height: 36rem;
}

.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-img-home-2{
    background-image: url(../img/home-2-header.png);
    background-position: left;
}

.bg-img-home{
    background-image: url(../img/home-img.png);
}

.bg-img-service-box{
    background-image: url(../img/grey-flash.png);
}

.bg-why-us-1{
    background-image: url(../img/why-us-1.jpg);
}
.bg-why-us-2{
    background-image: url(../img/why-us-2.jpg);
}
.bg-why-us-3{
    background-image: url(../img/why-us-3.jpg);
}

.bg-img-kitchens{
    background-image: url(../img/kitchens.jpg);
}
.bg-img-bathrooms{
    background-image: url(../img/bathtime.jpg);
}
.bg-img-boilers{
    background-image: url(../img/boilers.jpg);
}


.bg-img-soft-kitchens{
    background-image: url(../img/soft-bg-kitchens.png);
}
.bg-img-soft-bathrooms{
    background-image: url(../img/soft-bg-bathrooms.png);
}
.bg-img-soft-boilers{
    background-image: url(../img/soft-bg-boilers.png);
}

.bg-img-soft-long-1{
    background-image: url(../img/soft-bg-long-1.png);
}
.bg-img-soft-long-2{
    background-image: url(../img/soft-bg-long-2.png);
}

.bg-img-soft-thankyou{
    background-image: url(../img/soft-bg-bathrooms.png);
    background-size: contain;
}

.bg-img-in-bath{
    background-image: url(../img/in-bath.jpeg);
    background-position: left;
}



.mobile-nav-bottom{
    position: fixed;
    height: 62px;
    padding: 0.5rem 0.75rem;
    bottom: 0px;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #ebeef1;
    text-align: center;
    transition: bottom 0.3s ease-in-out;
  }

  .btn-mobile-nav-bottom{
    width: 100%;
    padding: 0.25rem 1rem 0.4rem;
    color: #FFF;
    background-color: #1a1b25;
    border: 4px solid #FFF;
    border-radius: 14px;
  }




/*
========================================================================
========================================================================
Quote pages

*/

.form-container{
    margin-top: -8rem;
    padding: 1rem;
    background-color: #FFF;
    border-radius: 9px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.form-section{
    margin: 1rem;
}

.form-section,
.filter-section { 
    display: none;
  }


.visible {
    display: block;
}


.filter-section{
    padding: 2rem;
}

.what-next{
    margin-top: 2rem;
    padding: 1rem 1rem 0.5rem 1.5rem;
    background-color: #eaf7fc;
    border: 2px solid #7fcdee;
    border-radius: 9px;
}


.progress-bar{
    width: 100%;
    height: 0.25rem;
    margin-bottom: 3rem;
    background-color: #ebeef1;
    border-radius: 3px;
}
.progress-10,
.progress-20,
.progress-30,
.progress-40,
.progress-50,
.progress-60,
.progress-70,
.progress-80,
.progress-90{
    height: 0.25rem;
    background-color: #39c963;
    border-radius: 3px;
}
.progress-10{
    width: 10%;
}
.progress-20{
    width: 20%;
}
.progress-30{
    width: 30%;
}
.progress-40{
    width: 40%;
}
.progress-50{
    width: 50%;
}
.progress-60{
    width: 60%;
}
.progress-70{
    width: 70%;
}
.progress-80{
    width: 80%;
}
.progress-90{
    width: 90%;
}


.form-label{
    margin-top: 1rem;
}

.postcode-box{
    margin: 0 1rem 1rem 0;
    padding: 0.5rem;
    border: 2px solid #ff7858;
    border-radius: 6px;
}

.button-input{
    min-width: 100%;
    margin: 0.75rem 0.5rem 0;
    padding: 3rem 2rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #f1f3f7;
    border: 2px solid #f1f1f2;
    border-radius: 9px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.button-input:hover{
    background-color: #ffeeea;
    border: 2px solid #ff7858;
}


.button-input-normal{
    padding: 0.35rem 1.5rem 0.5rem;
    color: #fff;
    font-weight: 600;
    background-color: #ff562e;
    border: 2px solid #ff562e;
    border-radius: 32px;
}

.button-input-normal:hover{
    padding: 0.35rem 1.5rem 0.5rem;
    color: #fff;
    font-weight: 600;
    background-color: #ff562e;
    border: 2px solid #ff562e;
    border-radius: 32px;
}










/* BLOG */

.article-sidebar{
    padding: 1rem 1.5rem 0;
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
}

.article-sidebar-item-primary{
    padding: 1rem 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.blog-card{
    padding: 1rem;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.25);
}
.blog-card-title{
    min-height: 7rem;
}



/* KNOWLEDGE BASE */

.knowledge-base-sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    overflow-y: auto;
    background-color: #f1f2f3;
    padding-top: 2rem;
}
.knowldge-base-content{
    margin-left: 250px;
    padding: 2rem;
}


