/*
Theme Name: Elite Windows
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}





/* BASE */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #030303;
    box-sizing: border-box;
    font-family:"myriad-pro", sans-serif;
    /* outline: 1px solid red !important; */
}


body{
    font-family:"myriad-pro", sans-serif;
    overflow-x: hidden !important;
    display: grid;
  }




@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 760px) {}
@media only screen and (max-width: 660px) {}
@media only screen and (max-width: 560px) {}
@media only screen and (max-width: 460px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {
    body, header, main, section, footer {
    width: 320px;
    }
}


/* LAYOUT */

section, article, main, nav, header {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}

footer {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}





/* BUTTON LINKS */
.all-button, input[type=submit] {
    justify-self: start;
    font-family:"myriad-pro", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0.7em 2em;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.white-button {
    background-color: #EEF9EA;
    border: 1px solid #EEF9EA;
    color: #156754;
}

.green-button {
    background-color: #5BAC43;
    border: 1px solid #5BAC43;
    color: #fff;
}



@media only screen and (max-width: 1000px) {
    /* .all-button, input[type=submit] {
        padding: 1em 0.5em;
    } */
}




/* GREEN BOXES */

.outer-boxes {
    position: relative;
    height: 160px;
    width: 120px;
}

.large-box {
    position: absolute;
    width: 79px;
    height: 79px;
    top: 0;
    left: 0;
}

.small-box {
    position: absolute;
    width: 59px;
    height: 59px;
    bottom: 0;
    right: 0;
}

.dark-green .large-box,
.dark-green .small-box {
    background-color: #156754;
}

.light-green .large-box,
.light-green .small-box {
    background-color: #5BAC43;
}



@media only screen and (max-width: 1000px) {

    .outer-boxes {
        height: 70px;
        width: 100px;
        position: absolute;
    }

    .large-box {
        width: 52px;
        height: 52px;
    }

    .small-box {
        width: 39px;
        height: 39px;
    }
    
}





/* TEXT */
h1, h2, h3, h4, h5, h6{
    color:#030303;
    font-family:"ac-caslon-pro", serif;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    /* margin-bottom: 0.5em; */
}

h1{
    font-size: 4.375em;
}

h2{
    font-size: 3.438em;
}

h3{
    font-size: 1.25em;
}

h4{
    font-size: 1.125em;

}

p, li {
    color: #171825;
    font-size: 1.563em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.5em;
}

li {
    margin-bottom: 0;
}

label{
    font-size: 1.563em;
    text-transform: uppercase;  
}

img {
    width: 100%;
}

ul.main-nav{
  padding: 0;
}

ol{
  list-style-type: decimal;
}


strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  cursor: pointer !important;
  text-decoration: none;

}

@media only screen and (max-width: 1000px) {

    h1, h2, h3, h4, h5, h6{
        line-height: 1.2;
    }

    h1,  h1 span{
        font-size: 2.5em;
    }
    
    h2{
        font-size: 2.5em;

    }
    
    h3{
        font-size: 1.125em;
    
    }
            
    p , li{
        font-size: 1.25em;
    }   
    
    label {
        font-size: 1.25em;
    }

}










/* MENU BAR DESKTOP VIEW */

.grid-header-section {
    display: grid;  
    background-color: #EEF9EA;   
    z-index: 99999;
}




@media only screen and (min-width: 1000px) {

    #hamburger-input:checked, #hamburger-menu #sidebar-menu{
        display: none;
    }

    .grid-header-section {
        display: grid;      
        z-index: 2;
    }

    .grid-header-outer {
        display: grid;
        grid-template-columns: 25% 1fr;
        grid-column: 1 / 17;
        align-items: center;
        margin: 1em 0;
        padding: 0 2em;
        z-index: 99;
        gap: 5em;
    }

    .grid-header-outer a img{
        max-width: 456px;
        width: 100%;
        display: grid;
    }

    .header-menu {
        display: grid;
    }

    .header-menu ul{
        display: flex;
        text-align: center;
        align-self: center;
        justify-content: space-between;
    }

    .header-menu ul li {
        list-style: none;
        align-self: center;
        /* padding: 0 2em; */
        position: relative;
    }

     .header-menu ul .contact-menu-link {
        border-right: 0 !important;
     }

    .menu-item a span{
        text-transform: uppercase;
        color: #030303;
        font-weight: 600;
        font-size: 22px;
    }

    .menu-item a span i {
        color: #00AC4B;
    }

    .front-page-menu .menu-item a span{
        color: #fff;
    }

    .menu-item .sub-menu a span:hover {
        color: #00528C;
    }
    
   
    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }

    .menu-item-has-children .toggle-icon::before {
        content: '\f04b';      
        font: var(--fa-font-sharp-solid);     
        display: inline-block;               
        margin-left: 5px;
        font-size: 1em;
        color: #5BAC43;    
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }


/* SUB MENU ***************************************************************************/

    .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }

    .menu-item .sub-menu .menu-item a {
        color:#0B233B;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.05em;
    }

      .menu-item .sub-menu .menu-item-has-children > a:after {
        color: #5BAC43;

}
    .menu-item .sub-menu .menu-item a:hover {
        font-weight: 600;
    }

    /* .menu-item .sub-menu { */
    .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #EEF9EA;
        text-align: left;
        z-index: 50 !important;
        margin: auto;
        position: absolute;
        padding: 1em 0;
        top: 83%;
        left: -50%;
    }

    .menu-item-has-children:hover > a .toggle-icon::before {
    transform: rotate(90deg);
    }

    .menu-item .sub-menu  {
        position: relative;
    }

    .menu-item .sub-menu .menu-item {
        text-align: center;
        border-right: 0;
        min-width: 297px;
      
    }

    .menu-item .sub-menu .menu-item a span {
        color: #156754;
        text-transform: capitalize;
        font-size: 25px;
        line-height: 1.5;
    }

    .menu-item .sub-menu .menu-item:last-child a {
        border-bottom: 0 !important;
    }

    .menu-item .sub-menu .menu-item a {
        color: #fff;
        font-weight: 600;
        font-size: 26px;
        text-transform: none;
        border-bottom: 2px solid #fff;
        display: flex;
        padding: 1em;
        text-align: center;
        justify-content: center;
        align-items: center;
    }




/* SUB SUB MENU ***************************************************************************/

    .menu-item .sub-menu .menu-item-has-children > .sub-menu {
        display: none;
        position: relative;
        top: 0;
        left: 0;                          
        background-color: #EEF9EA;
        border-top: 0;
        z-index: 50 !important;
        grid-template-columns: 1fr;
        text-align: left;
        padding: 0.3em 0;
    }

    .menu-item .sub-menu .menu-item-has-children:hover > .sub-menu {
        display: grid;                      
    }

    .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
        padding: 0.2em 1px;
        border: 0;
    }

    .menu-item .sub-menu .menu-item .sub-menu .menu-item a span {
        color: #156754;
        font-weight: 500;
        font-size: 20px;
        text-transform: none;
    }

    .menu-item .sub-menu .menu-item .sub-menu .menu-item a:hover {
        font-weight: 600;
    }

    .menu-item .sub-menu .menu-item .sub-menu .menu-item-has-children > a:after {
        content: "\f107";         
        font-family: "Font Awesome 6 pro";
        font-weight: 900;
        margin-left: 0.5em;
        color: #5BAC43;
    }

}

.contact-menu-link a {
    font-weight: 500;
    font-size: 22px;
    padding: 0.5em 2em !important;  
    background: #5BAC43;    
}

.contact-menu-link a span {
    color: #fff;
}









/* RESPONSIVE MENU UNCLICKED */
@media only screen and (max-width: 1000px) {

    .grid-header-outer, 
    .outer-banner-message-outer,
    .info-header-bar,
    .inner-grid-header {
        display: none;
    }

    .header-bar {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-column: 2 / 16;
        align-self: center;
        margin: 1em 0;
        z-index: 20;
        align-items: center;
        gap: 2em;
    }
    
    .header-bar img{
        max-width: 270px;
        width: 100%;
        object-fit: contain;
        padding: 1em 0;
    }

    .mobile-icons {
        background-color: #814CFF;
    }

    .mobile-info-header-bar {
        grid-column: 2/16;
        padding: 0.5em 0;
        text-align: center;
    }

    .mobile-inner-info-header-bar:not(:first-of-type) {
        display: none;
    }

    .mobile-inner-info-header-bar p, 
    .mobile-inner-info-header-bar i{
        color: #F4F0F0;
    }

    .mobile-inner-grid-header {
        justify-self: end;
    }

    .mobile-inner-grid-header .account-cart {
        gap: 5px;
        display: flex;
        align-items: center;
    }

    .mobile-inner-grid-header .account-cart i {
        color: #814CFF;
        font-size: 20px;
     }

     .mini-cart-toggle {
        width: auto !important;
     }

    .responsive-menu {
        align-self: center;
    }

    #sidebar-menu ul li a:hover{
        color:#5BBDB2;
    }

    .menu-icon {
        width: 23px;
        height: 6px;
        background-color: #5BAC43;
        margin: 2px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #F4F0F0;
    }
    
    #hamburger-input{
        display: none;
    }
    
    #hamburger-menu {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    #hamburger-menu #sidebar-menu {
        grid-template-columns: 1fr;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        background-color: #EEF9EA;
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 20;
    }

    /* Scroll Side Menu */
    #sidebar-menu {
        /* min-height: 100vh; */
        overflow-y: auto;
        background-color: #EEF9EA;
        height: 100%;
    }

    /* Hide sub-menu by default */
    .sub-menu.hidden {
        display: none;
    }

    .inner-side-menu-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: space-evenly;
        gap: 1em;
        background-color: #EBE8F4;
        padding: 2em;
    }

    .mobile-inner-grid-header-inner {
        justify-self: start;
    }

    .inner-side-menu-inner img{
        max-width: 41px;
    }

    .inner-side-menu-inner a {
        justify-content: center;
    }

    #hamburger-menu ul li ul,
    #hamburger-menu ul li ul li ul {
        height: auto;
    }

    #hamburger-menu li {
        list-style-type: none;
        border-bottom: 2px solid #fff;
        justify-items: center;
        padding: 0.5em 0;
    }

    #hamburger-menu a {
        text-decoration: none;
        transition: transform 0.5s;
        align-items: center;
        display: flex;
        text-transform: capitalize;
        justify-content: center;
    }

    #hamburger-menu i {
        font-size: 28px;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }

    #elitemeds-side-nav li > a > span,
    #elitemeds-side-nav li > .menu-link-wrapper > a > span {
        color: #171825;
        font-weight: 600;
    }

    #elitemeds-side-nav li.current-menu-item > a > span,
    #elitemeds-side-nav li.current-menu-ancestor > a > span,
    #elitemeds-side-nav li.dropdown-open > a > span,
    #elitemeds-side-nav li.dropdown-open > .menu-link-wrapper > a > span {
        color: #814CFF;
    }

    .side-nav li a span {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
    }

    #elitewindows-side-nav {
        padding: 0.5em 2em;
        display: grid;
    }



    /* SUB MENU */

    #hamburger-menu ul .sub-menu{
        width: auto;
    }

    #hamburger-menu li .sub-menu .menu-item {
        list-style-type: none;
        text-align: center;
    }

    #hamburger-menu li .sub-menu .menu-item:nth-last-child(1) {
        border-bottom: none;
    }

    #hamburger-menu li:nth-last-child(1) {
        border-bottom: none;
    }

     #sidebar-menu ul li .sub-menu li {
        padding: 0.3em 0;
        border: 0;
     }

    #sidebar-menu ul li .sub-menu li a > span {
        color: #156754;
        font-size: 22px;
        letter-spacing: 1.1px;
        font-weight: 600;
        text-transform: capitalize;
    }

    #sidebar-menu ul li .sub-menu li .sub-menu li {
        padding: 0.1em 0;
        border: 0;
    }

    #sidebar-menu ul li .sub-menu li .sub-menu li a > span {
        font-weight: 3400;
        font-size: 20px;
    }




    /* SUB SUB MENU */

    #hamburger-menu ul .sub-menu li .sub-menu {
        padding: 0;
        gap: 0;
    }

    #hamburger-menu ul .sub-menu li .sub-menu li {
        margin: 0;
    }

    .menu-link-wrapper {
        display: flex;
        align-items: center;
        gap: 1em;       
        justify-content: center;
    }

    .toggle-icon::before {
        content: '\f04b';
        font: var(--fa-font-sharp-solid);
        display: inline-block;
        margin-left: 5px;
        font-size: 0.7em;
        color: #5BAC43;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .toggle-icon.open::before {
        transform: rotate(90deg);    
    }

    #hamburger-menu .get-a-quote {
        background-color: #D31C1B;
        margin: 0 2em;
        color: #fff;
        border-radius: 5px;
    }

    .mobile-social-media i {
        font-size: 24px !important;
        width: 24px !important;
        color: #fff !important;
        justify-content: normal !important;
    }


    .side-nav li .sub-menu li {
        margin-left: 0;
    }
    
 

}





/* CONTACT BANNER */


.contact-banner {
    background-color: #5BAC43;
    display: grid;
}

.side-menu-contact-info  { 
    grid-column: 1 / 17;
    display: flex;
    justify-content: right;
    gap: 1em;
    padding: 0.5em 2em;
    background-color: #5BAC43;
}

.side-menu-contact-info a {
    color: #fff;
    font-weight: 600;
}

.side-menu-contact-info i {
    color: #fff;
    padding-right: 0.2em;
}




@media only screen and (max-width: 1000px) {

    .side-inner-contact-details {
        display: none !important;
    }

    .side-inner-contact-details:nth-child(1),
    .side-inner-contact-details:nth-child(2) {
        display: flex !important;
        justify-content: center;
    }

    .side-menu-contact-info {
        display: flex;
        padding: 0.5em;
        justify-content: center;
        /* flex-direction: column; */
        justify-self: center;
        width: 100%;
        align-self: end;
    }

    .side-menu-contact-info i {
        font-size: 14px;
    }

}
    






/* MAIN BANNER */

.main-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

.main-banner .light-green {
    bottom: -3em;
    left: 6em;
    position: absolute;
    transform: rotate(270deg);
}

.main-banner img {
    max-width: 65px;
    justify-self: center;
    padding: 1em 0;
}

.outer-main-banner {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    align-self: center;
    position: relative; 
    z-index: 1; 
}

.outer-main-banner h1, .outer-main-banner p{
    color: white; 
}

.main-banner-title {
    display: grid;
    gap: 2em;
    align-items: end;
}

.main-banner-title h1 span {
    color: #fff;
    font-weight: 700;
}
    
.header-contents {
    display: grid;
    gap: 1em;
    text-align: center;
    max-width: 800px;
    justify-self: center;
}

.header-contents h1 strong {
    color: #fff;
}

.header-contents label {
    color: #5BAC43;
    font-size: 25px;
    letter-spacing: 1.25px;
    font-weight: 600;
}

.header-contents p {
    margin: 0;
}

.home-page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}


/* SUB BANNER */

.sub-page-banner {
    background-color: #156754;
    padding: 3em 0;
}

.sub-page-banner-inner {
    grid-column: 2/16;
    text-align: center;
    max-width: 905px;
    justify-self: center;
}

.sub-page-banner-inner h1 {
    font-weight: 600;
    color: #fff;
}

.sub-page-banner-inner p,
.sub-page-banner-inner p strong {
    color: #fff;
}


.sub-page-banner-inner i {
    color: #95C11F;
    font-size: 92px;
}




@media  only screen and  (max-width:1000px){
  
    .main-banner-title {
        flex-direction: column;
        text-align: center;
        display: grid;
    }

    .outer-main-banner {
        padding: 0;
        gap: 1em;
        grid-template-columns: 1fr;
    }

    .outer-main-banner label{
        text-align: center;
    }

    .main-banner img {
        max-width: 35px;
    }

    .sub-page-banner {
        padding: 2em 0;
    }

    .sub-page-banner h1 {
        font-size: 40px;
    }

    .main-banner-title p label {
        font-size: 18px;
        font-weight: 600;
    }

    .header-contents {
        gap: 1em;
    }

    .single-blog-header {
        padding: 2em 0 8em 0
    }
        
    .main-banner .light-green {
        bottom: -1em;
        left: 2em;
        transform: rotate(180deg) scaleX(-1);    
        transform-origin: center center;
    }

}























/* FOOTER */

.footer {
    background-color: #156754;
    position: relative;
}

.footer .light-green {
    right: 4em;
    top: -2em;
}

.footer-areas {
    display: grid;
    grid-template-columns: 30% auto auto auto;
    grid-column: 2 / 16;
    margin: 2em 0;
    gap: 1em;
    z-index: 1;
}

.footer-box {
    display: grid;
    align-content: start;
    gap: 1em;
}

.footer-about-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.footer-box p {
    font-size: 24px;
    color: #fff;
}

.footer-box p i {
    color: #95C11F;
    font-size: 23px;
}

.footer-box p a {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}

.footer-box h3 a i {
    font-size: 15px !important;
    padding: 0.5em;
    background: #95C11F;
    border-radius: 50%;
    margin-left: 0.5em;
    color: #00528C;
}

.footer-box h3 {
    font-size: 25px;
    color: #fff;
    font-family:"ac-caslon-pro", serif;
    margin: 0;
}
 
.outer-footer-details {
    display: grid;
    gap: 1em;
    align-content: start;
}

.footer-box li {  
    margin: 0;
    color: #fff;
    list-style: none;
}

.footer-box li a span {
    text-transform: none;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}

.footer-logo img {
    max-width: 422px;
}



/* FOOTER COLUMN TWO */



/* FOOTER COLUMN THREE */



/* FOOTER COLUMN FOUR */

.footer-inner-contact-details a,
.footer-inner-contact-details {
    color: #fff;
    font-family:"myriad-pro", sans-serif;
    font-size: 22px;
    display: flex;
    gap: 1em;
}

.footer-inner-contact-details i {
    color: #fff;
    font-size: 22px;
}


.footer-col-four {
    display: flex;
    gap: 1em;
}

.footer-col-four i {
    color: #fff;
    font-size: 24px;
}

.lower-content-image {
    display: grid;
    gap: 1em;
}





@media only screen and (max-width: 1150px) {

    .footer .light-green {
        right: 1em;
        top: -1em;
        transform:rotateY(180deg)
    }

    .footer-areas {
        grid-template-columns: 1fr;
        gap: 3em;
        justify-content: center;
        text-align: center;
        justify-items: center;
        margin: 5em 0;
    }

    .footer-logo img {
        justify-self: center;
    }

    .inner-lower-footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .outer-footer-details {
        justify-items: center;
    }
    
    .footer-nav {
        grid-template-columns: 1fr;
    }

    .footer-box a img {
        max-width: 373px;
    }

    .footer-box p a {
        font-size: 15px;
    }

    .footer-box p {
        font-size: 20px;
    }

    .inner-contact-details {
        justify-content: center;
    }

    .footer-col-four,
    .footer-inner-contact-details a, .footer-inner-contact-details {
        flex-direction: column;
    }

    .footer-about-nav {
        gap: 0.5em;
    }

 

}










/* REPEATED ELEMENTS - GET IN TOUCH */

.book-now-cta {
    position: relative; 
    padding: 3em 0;
    background-color: #5BAC43;
}

.book-now-cta .dark-green {
    position: absolute;
    left: 6em;
    bottom: -2em;
    transform: rotate(180deg);
}

.inner-book-now-cta-content {
    display: grid;
    grid-column: 2/16;
    align-content: center;
    text-align: center;
    z-index: 1;
    justify-self: center;
    gap: 1em;
}

.inner-book-now-cta-content label,
.inner-book-now-cta-content h2, 
.inner-book-now-cta-content p,
.inner-book-now-cta-content p strong {
    color: #fff;
}

.inner-book-now-cta-content p {
    margin: 0;
}

.inner-book-now-cta-content label {
    font-size: 25px;
    letter-spacing: 1.25px;
}

.inner-book-now-cta-content h2 {
    text-transform: uppercase;
}

.inner-book-now-cta-content a {
    justify-self: center;
}


@media only screen and (max-width: 1000px) {

    .book-now-cta {
        padding: 5em 0;
    }

    .inner-book-now-cta {
        padding: 2em 0;
        grid-template-columns: 1fr;
        gap: 3em;
    }

    .book-now-cta .dark-green {
        left: 1em;
        bottom: -1em;
        transform: rotateX(180deg);
    }

}












/* HOME BLOG PAGE */

.blogs {
    background-color: #fff;
    padding: 4em 0;
}

.blogs-header {
    display: grid;
    grid-column: 2/16;
    padding: 2em 0;
    text-align: center;
    gap: 1em;
}

.blogs-header h2 {
    color: #00528C;
}

.blog-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.blog-boxes-home {
    grid-template-columns: repeat(3,1fr);
    grid-column: 2/16;
}

.blog-related-boxes {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 2/16;
}

.blog-related {
    background-color:#fff;
}

.blog-content {
    display: grid;
    gap: 1em;
    text-align: left;
    padding: 1em;
}

.blog-content p a {
    font-size: 22px;
    color: #156754;
}

.blog-box-home:hover .blog-content p a,
.blog-box-home:hover .blog-content p,
.blog-box-home:hover .blog-content h3  {
    color: #E2E9F3;
}

.blog-content a h3 {
    font-size: 30px;
}

.blog-content h3 {
    text-transform: capitalize;
    color: #156754;
    font-size: 30px;
    font-family:"myriad-pro", sans-serif;
}

.blog-content p {
    color: #156754;
    font-size: 20px;
}

.blog-box-home {
    background-color: #EEF9EA;
    padding: 1em;
    position: relative;
    display: grid;
    gap: 1em;
    text-align: center;  
    align-content: start;
    height: 100%;
}

.blog-box-home:hover {
    background-color: #156754;
    cursor: pointer;
}



.blog-box-home * {
    position: relative;
    z-index: 1;
}

.single-product-box {
    height: 100%;
}

.blog-box-home-img {
    width: 100%;
    display: grid;
}

.blog-box-home-img img {
    max-height: 288px;
    object-fit: cover;
    /* aspect-ratio: 1 / 1; */
}

.single-product-img img {
    max-height: 200px;
}

.blog-date {
    position: absolute;
    right: 1em;
    font-size: 20px;
    z-index: 1;
    top: 0;
    display: grid;
    text-transform: none;
    letter-spacing: 2px;
}

.day {
    color: #5BAC43;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-box-home:hover .day {
    color: #E2E9F3;
}

.post-category-home {
  font-size: 24px;
  background-color: #5BAC43;
  padding: 0.5em;
  text-transform: capitalize;
}

.post-category-home a {
    color: #fff;
    font-size: 20px;
}

.outer-blog-link {
    display: grid;
    grid-column: 2/16;
    justify-content: center
}



@media only screen and (max-width: 1000px) {

    .blog-box {
        gap: 2em;
        padding: 1em 1em 2em 1em;
    }

    .blogs {
        padding: 2em 0;
      }

    .blog-boxes {
        grid-template-columns: 1fr;
        grid-column: 2/16;
        order: 2;
    }

    .blog-boxes-home {
        order: 1 !important;
        gap: 2em;
        padding: 0;
    }

    .outer-blog-link {
        order: 2;
    }  

    .blog-content {
        text-align: center;
        padding: 4em 0 0;
    }

    .blog-content a {
        justify-self: center;
        font-size: 1.25em;
        padding: .5em 2em !important;
    }

    .blog-content span {
        justify-self: center;
    }

    .blog-content p {
        font-size: 20px;
    }

    .blog-content h3 {
        font-size: 28px !important;
    }

    .blog-date {
        right: auto;
        justify-self: center;
        top: 1.5em;
    }

    

}









/* BLOG PAGE */

.blog-page {
    padding: 4em 0;
    position: relative;
    border-bottom: 5px solid #95C11F;
}

.inner-blog-page {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-column: 2/16;
    gap: 2em;
}

/* Blog Search and Categories */
.blog-catergories-search {
    display: grid;
    gap: 2em;
    align-self: start;
}

.bog-search, .blog-categories {
    background-color: #EEF9EA;
    padding: 2em 1em;
}

.blog-categories {
    display: grid;
    gap: 1em;  
}

.blog-categories h3 {
    font-size: 30px;
    color: #030303;
    font-weight: 700;
    text-transform: capitalize;
    font-family:"myriad-pro", sans-serif;
}

.blog-categories ul {
    display: grid;
    gap: 1em;
}

.blog-categories ul li {
    padding: 0.5em;
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-categories ul li::after {
    content: '\f04b';
    font: var(--fa-font-sharp-solid);
    font-size: 1em;
    color: #5BAC43;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.blog-categories ul li a {
    font-size: 25px;
    color: #030303;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-categories-search {
    display: grid;
    gap: 2em;
    align-content: start;
}

.blog-search {
    background-color: #EEF9EA;
}

.blog-search .search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.blog-search form {
    display: grid;
    grid-template-columns: 1fr 20%;
}

.blog-search .search-submit span, .screen-reader-text {
    display: none;
}

/* search form */
.blog-search form input[type=search] {
    border: none;
    resize: vertical;
    background-color: transparent;
    padding: 0.8em;
    width: 100%;
    text-transform: none;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
}

.search-results-title {
    padding: 1em 0;
}

.blog-search form input[type=search]::placeholder {
    color: #000;
}

.search-submit {
    text-align: right;
    padding-right: 1em !important;
}

.search-submit i {
    font-size: 35px;
    color: #5BAC43;
}


/* Blog Boxes display */
.blog-boxes-page {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3em;
    z-index: 1;
}

.blog-boxes-page h2 {
    display: grid;
    grid-column-start: span 2;
    text-align: center;
    padding-bottom: 0.5em;
}

.blog-box {
    padding: 1em;
    background-color: #EFF0F0;
    box-shadow: 0px 3px 6px #00000029;
}

.blog-box, .blog-content, .blog-box-img {
    position: relative;
    z-index: 1;
}

.blog-boxes-page .blog-box-img img {
    max-width: none;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.blog-box:hover {
    background-color: #00AC4B !important;
}

.blog-box h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-box:hover h4, .blog-box:hover p {
    color: #fff;
}

.blog-box a {
    color: #00AC4B;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-box:hover a {
    color: #FFC833;
}

.blog-button {
    grid-column-start: span 2;
    justify-self: center;
    margin: 2em 0;
    display: grid;
}

.blog-box-img {
    position: relative;
}

.post-category {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
}

.blog-box-content {
    display: grid;
    gap: 1em;
    padding: 4em 1em 1em 1em;
    position: relative;
}

.post-date {
    position: absolute;
    padding: 0.5em;
    display: grid;
    max-width: 94px;
    max-height: 86px;
    background-color: #FFC833;
    top: -2em;
    left: 0.5em;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    height: 100%;
    align-items: center;
    width: 100%;
    letter-spacing: 0;
}

.post-date-year {
    font-size: 18px;
    font-weight: 700;
}



@media only screen and (max-width: 1120px) {

    .inner-blog-page {
        grid-template-columns: 1fr;
    }

    .blog-boxes-page {
        grid-template-columns: 1fr;
        padding: 3em 0;
    }
    
    .blog-boxes-page .blog-content {
        display: grid;
        gap: 1em;
        flex-direction: column;
        align-items: start;
    }

    .blog-large-triangle {
        display: none;
    }

    .blog-page {
        padding: 2em 0;
    }

    .blog-categories-search {
        gap: 1em;
    }

    .blog-content a {
        padding: 0.5em 2.5em;
        font-size: 22px;
    }

    .post-date {
        left: 0.2em;        
    }

    .post-category {
        right: auto;
        left: auto;
        justify-self: center;
        bottom: -1em;
    }
}



















/* SINGLE BLOG POST */

section.single-post {
    position: relative;
    background-color: #EEF9EA;
  }
  
  .inner-single-post {
    grid-column: 1 / 17;
    margin: 0 0 4em 0;
    gap: 3em;
  }
  
  .inner-single-post h1 {
    text-align: center;
  }
  
.single-blog {
    background-color: #EEF9EA;
}
  
 .single-blog-image {
    position: relative;
    margin-top: -18em;
}

  .single-blog-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 90vh;
  }

  .single-content {
    padding: 7em 0 0;
    display: grid;
    gap: 1em;
    background: #EEF9EA;
    position: relative;
    max-width: 85%;
    justify-self: center;
}
  
  .single-content p {
    color: #000;
    font-size: 16px;
  }

  .single-content h2 {
    font-weight: 600;
    text-transform: uppercase;
  }
    
  .single-content a {
    color: #fff;
  }

.single-post-cat {
    bottom: auto;
    right: auto;
    left: 0;
    box-shadow: none;
    top: -1em;
}

.single-blog-date {
    top: 3em;
    left: 0;
    width: 100%;
}
 
  .outer-blog-boxes-single {
    grid-column: 2 / 16;
  }

  .blog-boxes-page-single {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 3em;
    padding: 4em 0;
  }

  .blog-page-single label {
    /* grid-column: 2/16; */
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    /* font-family:"ac-caslon-pro", serif; */
  }

  .all-blogs-button {
    grid-column: 2/16;
    display: grid;
    justify-self: center;
    margin: 2em 0 0 0;
  }

.single-blog-header {
    padding: 3em 0;
    background-color: rgba(21, 103, 84, 0.9);
    z-index: 1;
}

.label-header {
    grid-column: 2/16;
    margin: 0 0 2em 0;
    color: #156754;
    font-size: 40px;
}



@media only screen and (max-width: 1120px) {

    .blog-boxes-page-single {
        grid-template-columns: 1fr;
        padding: 2em 0;
    }

}



@media only screen and (max-width: 960px) {

    .single-blog-image {
        max-height: 365px;
        height: 100%;
    }

    .single-blog img {
        max-height: 365px;      
    }
    
    .inner-single-post {
        grid-column: 1/17;
        margin: 0 0 2em 0;
    }

    .single-date-blog {
        left: auto;
        bottom: -3em;
        top: auto;
    }

    .single-blog {
        /* gap: 3em; */
        display: grid;
    }

    .single-content,
    .single-content h1 {
        text-align: center;
    }

    .single-blog-image {
        float: none;
        width: 100%;
        margin-top: -13em;
    }   

    .single-blog img {
        z-index: 1;
    }

    .post-category-p {
        margin-top: 2em;
    }

    /* .single-post {
        padding: 2em 0;
    } */

    .post-date-single {
        left: 0.5em;
    }
      
    .post-category-single {
       right: 0.5em;
    }

    /* .single-content  {
    padding: 4em 0 0;
    } */

    .single-post-cat {
        top: -1em;       
        left: auto;
    }

    .single-post-cat a {
        font-size: 20px;
    }

    .blog-page-single .label-header {
        text-align: center;
        padding: 0;
        margin: 0 0 1em 0;
    }
    

}




/* TEXT IMAGE SPLIT */

.text-image-split {
    background-color: #EEF9EA;
}

.inner-text-image-split {
    display: grid;
    grid-column: 2/16;
    grid-template-columns: 1fr 1fr;
    gap: 2em;    
    margin: 8em 0;
}

.split-image {
    position: relative;
}

.split-image-one,
.split-image-two {
    position: absolute;
    max-width: 387px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    z-index: 1;
    max-height: 512px;
    align-self: center;
}

.split-image-one {
    left: 0;
    top: 0;
}

.split-image-two {
    right: 0;
    bottom: 0;
}

.split-content {
    display: grid;
    gap: 1em;
    align-content: center;
}

.split-content ul li {
    list-style: disc;
    margin-left: 1em;
}

.split-content p span {
    color: #5BAC43;
}

.split-content h2 {
    color: #156754;
}

.light-green-box, .dark-green-box {
    max-width: 205px;
    aspect-ratio: 1/1;
    width: 100%;
    position: absolute;
}

.light-green-box {
    bottom: -1em;
    left: 0;
    background-color: #A6CB9B;
}

.dark-green-box {
    top: -1em;
    right: 0;
    background-color: #156754;
}

.hide-green-boxes .dark-green-box,
.hide-green-boxes .light-green-box {
    display: none;
}

.hide-green-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.hide-green-boxes .split-image-one,
.hide-green-boxes .split-image-two {
    position: relative;
    height: 100%;
}



@media only screen and (max-width: 1000px) {

    .inner-text-image-split {
        grid-template-columns: 1fr;
        margin: 4em 0 8em 0;
        grid-column: 1/17;
    }

    .split-image-one, .split-image-two {
        max-width: 170px;
        width: 100%;
    }

    .light-green-box, .dark-green-box {
        max-width: 95px;
    }

    
    .dark-green-box {
        top: -1em;
        right: 1em;
    }

    .light-green-box {
        bottom: -1em;
        left: 1em;
    }

    .split-image {
         min-height: 20em;
    }

    .split-content {
        text-align: center;
        padding: 0 1em;
    }

    .split-image {
        min-height: 17em;
    }

    .split-image-one {
        left: 5em;
    }

    .split-image-two {
        right: 5em;
    }

    .hide-green-boxes {
        grid-template-columns: 1fr;
    }

    .split-image.hide-green-boxes .split-image-one {
        left: 0;
        max-width: 100%;
        width: 100%;
    }

    .split-image.hide-green-boxes .split-image-two {
        right: 0;
        max-width: 100%;
        width: 100%;
    }


}


@media only screen and (max-width: 600px) {

    .split-image-one, .split-image-two {
        width: 60%;
    }

    .split-image-one {
        left: 1em;
    }

    .split-image-two {
        right: 1em;
    }

}






/* OUR SERVICES */

.our-services-content {
    grid-column: 3 / 15;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
    padding: 5em 0;
}

.our-services-content-all {
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    max-width: 618px;
    max-height: 405px;
    aspect-ratio: 1 / 1;
    width: 100%;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.our-services-content-1 {
    width: 100%;
    height: 100%;
    align-content: center;
    display: grid;
}

.our-services-content-all h2 {
    font-size: 55px;
    color: #fff;
    z-index: 1;
    margin: 0;
}

.our-services-content-all::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 103, 84, 0.35);
    transition: background-color 0.3s ease;
    z-index: 0;
    pointer-events: none;
}

.our-services-content-all:hover::before {
  background-color: rgba(91, 172, 67, 0.85);
}

@media only screen and (max-width: 1000px) {

  .our-services-content {
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    gap: 1em;
    padding: 1em 0;
  }

    .our-services-content-all h2 {
        font-size: 30px;
    }

    .our-services-content-all {
        max-height: 258px;
    }


}




/* SIMPLE TEXT CONTENT */

.simple-text-content {
    padding: 4em 0;
}

.inner-simple-text-content {
    grid-column: 2/16;
    text-align: center;
    justify-self: center;
}

.inner-simple-text-content p {
    display: grid;
    justify-items: center;
    max-width: 1000px;
    justify-self: center;
}

.inner-simple-text-content img {
    max-width: 400px;
    margin-bottom: 1em;
    object-fit: contain;
    max-height: 152px;
}

.back-green p,
.back-green h2,
.back-green label {
    color: #fff;
}

.simple-text-content-image h2,
.simple-text-content-image p{
    color: #fff;
}

.simple-text-content-image a {
    justify-self: center;
}

.inner-simple-text-content-image {
    display: grid;
    gap: 1em;
}

.inner-simple-text-content-image img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}


@media only screen and (max-width: 1000px) {

    .simple-text-content {
        padding: 4em 0 2em 0;
    }

}











/* TESTIMONIALS */


.testimonial{
    background-color: #156754;
}

.testimonial-box{
    grid-column: 5/13;
    text-align: center;
    padding-bottom: 100px;
    display: grid;
    gap: 1em;
    padding: 3em 0;
}

.testimonial-box h2 {
    color: #5BAC43;
    font-size: 25px;
    font-family:"myriad-pro", sans-serif;
}

.testimonial-box label {
    color: #FFFFFF;
    font-size: 30px;
    text-transform: none;
    font-family:"ac-caslon-pro", serif;
}

.testimonial-box p{
    color: #FFF;
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
}

.testimonial-box .testimonial-name {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    padding:0px 0px;
}

.testimonial-name {
    font-style: normal !important;
}

.testimonial-stars{
    font-size: 33px;
    padding: 0px 3px;
}

.testimonial-stars i {
    font: var(--fa-font-sharp-solid);  
    color: #A6CB9B;
}

@media only screen and (max-width: 1000px) {

    .testimonial-box{
        grid-column: 2/16;
    }

    .testimonial-box p,
    .testimonial-box h2{
        font-size: 20px;
    }

    .testimonial-box label {
        font-size: 25px;
    }

    .testimonial-box {
        gap: 2em;
    }

}






/* GALLERY WITH LOAD MORE */

.gallery {
    padding: 3em 0;
    background-color: #EEF9EA;
}

.gallery h2 {
    grid-column: 2/16;
    text-align: center;
    color: #156754;
    font-weight: 400;
}

.inner-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 2 / 16;
    gap: 2em;
    padding: 2em 0;
}

.gallery-image img {
    max-height: 539px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.gallery-image.hidden {
    display: none;
}

.load-more-wrapper {
    text-align: center;
    margin-top: 2em;
    grid-column: 1 / 17;
    grid-template-columns: 1fr auto 1fr;
    display: grid;
    gap: 1em;
}

.load-more-wrapper hr {
    width: 100%;
    align-self: center;
    border: 1px solid #5BAC43;
}


@media only screen and (max-width: 1000px) {
    .inner-gallery {
        grid-template-columns: 1fr;
    }

}













/* Colour Swatches */

.colour-swatchs {
    padding: 3em 0;
}

.colour-swatchs-box{
    grid-column: 2/16;
    text-align: center;
}

.colour-swatchs-box img{
    max-width: 580px;
    aspect-ratio: 1/1;
    border: 3px solid #f5f5f5;
}

.colour-swatchs-box p{
    text-align: left;
    font-size: 30px;
    padding: 0.5em 0;
    text-transform: uppercase;
    font-weight: 600;
}

.colour-swatchs-box h2{
    color: #156754;
    font-size: 63px;
    padding-bottom: 0.5em;
}

.colour-swatchs-colours{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    width: 30vw;
}

.colour-swatchs-colours div{
    max-width: 69px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
}

.colour-swatchs-colours-box{
    width: 30vw;
    margin: auto;
}

@media (max-width: 1250px){
    .colour-swatchs-box img{
        width: 45vw;
        height: 45vw;
    }

    .colour-swatchs-colours{
        gap: 0.5em;
        width: 44vw;
    }

    .colour-swatchs-colours div{
        height: 5.5vw;
        width: 5.5vw;
        border-radius: 14px;
    }

    .colour-swatchs-colours-box{
        width: 44vw;
        margin: auto;
    }

}


@media (max-width: 700px){
    .colour-swatchs-box img{
        width: 87vw;
        height: 87vw;
    }

    .colour-swatchs-colours{
        gap: 5px;
        width: auto;
    }

    .colour-swatchs-colours div{
        height: 11vw;
        width: 11vw;
        border-radius: 14px;
    }

    .colour-swatchs-colours-box{
        width: 84vw;
        margin: auto;
    }

    .colour-swatchs-box h2{
        font-size: 40px;
    }

}





/* TABS */

.tabs {
    background-color: #EEF9EA;
    padding: 3em 0;
}

.tabs h2 {
    grid-column: 2/16;
    padding-bottom: 2em;
    text-align: center;
    font-size: 33px;
    color: #156754;
}

.tab {
    display: flex;
    border-bottom: 10px solid #5BAC43;
    grid-column: 2/16;
    flex-wrap: wrap;
    gap: 10px;
}

.tab button {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 1em;
    background: #156754;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: #5BAC43;
    transition: color 0.3s ease;
    z-index: 1;
    text-transform: uppercase;
}

.tab button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -1;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform-origin: bottom;
    transform: scaleY(1);
}

.tab button.active::before {
    background-color: #5BAC43;
    transform: scaleY(1.5);
}

.tab button.active {
    font-weight: 600;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 2em;
    grid-column: 2/16;
    gap: 1em;
    grid-template-columns: 1fr 40%;
    background-color: #fff;
}

.inner-tabcontent-image img {
    max-width: 274px;
    object-fit: contain;
}

.tabcontent-image {
    justify-content: center;
    display: grid;
}

.inner-tabcontent {
    display: grid;
    gap: 1em;
    align-content: start;
}

.inner-tabcontent ul li {
    list-style-type: disc;
    padding: 0.2em 0;
    margin-left: 1em;
}





@media only screen and (max-width: 1000px) {

    .tabcontent {
        grid-template-columns: 1fr;
        padding: 2em 1em;
    }

    .tab button.active::before {
        transform: scaleY(1);
    }

    .inner-tabcontent {
        text-align: center;        
    }

    .inner-tabcontent a {
        justify-self: center;
    }


}














/* IMAGE TEXT IMAGE GRID */

.years-business {
    padding: 3em 0;
}

.years-business-box{
    grid-column: 2/16;
    text-align: center;
}

.years-business-header{
    background-color: #5BAC43;
    padding: 20px 0px;
    position: relative;
    display: grid;
}

.years-business-header-img-1 , .years-business-header-img-2{
    position: absolute;
    max-width: 86px;
    max-height: 86px;
    object-fit: cover;
    width: 100%;
}

.years-business-header-img-1{
    left: 2%;
    align-self: center;
}

.years-business-header-img-2{
    right: 2%;
    align-self: center;
}

.years-business-green{
    color: #156754;
}

.years-business-header h2{
    color: #EEF9EA;
    font-size: 70px;
}

.years-business-header p{
    color: #EEF9EA;
    font-size: 45px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    font-weight: 600;
}

.years-business-content-box {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    overflow: hidden;
    padding: 2em 0 0 0;
}

.years-business-content-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.years-business-content-box-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    padding: 2em 2em 0 2em;
}

.years-business-content-box-inner > p{
    background-color: #EEF9EA;
}

.years-business-content-box-inner p{
    font-size: 25px;
    margin: 0;
    align-content: center;
    padding: 1em;
}

.years-business-content-top{
    grid-column: span 2;
}

.years-business-content-box-inner .years-business-content-top{
    background-color: unset;
}

.years-business-content-bottom{
    grid-column: span 2;
    background-color: #5BAC43;
    padding-top: 25px;
}

.years-business-content-box-inner-bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    place-items: center;
    padding: 1em;
    gap: 0.5em;
}

.years-business-content-box-inner-bottom p {
    padding: 0;
}

.years-business-content-bottom p{
    color: white;
    font-weight: 600;
}

.years-business-content-bottom-2{
    grid-row: 1/-1;
    grid-column: 3;
}

.years-business-content-bottom-3{
    grid-row: 1/-1;
    grid-column: 4;
}

.years-business-content-bottom h3 {
    color: #fff;
    font-family:"myriad-pro", sans-serif;
    font-size: 25px;
}

.mobile-image {
   display: none;
}


@media only screen and (max-width: 1000px) {

    .years-business {
        padding: 1em 0;
    }

    .years-business-header h2{
        font-size: 40px;
    }

    .years-business-header p{
        font-size: 35px;
    }

    .years-business-header-img-2{
        display: none;
    }

    .years-business-header-img-1{
        top: 10%;       
        left: 50%;                
        transform: translateX(-50%); 
        align-self: center;
        max-width: 56px;
    }

    .years-business-header{
        padding-top: 8em;
    }

    .years-business-content-box-inner .years-business-content-top{
        font-size: 20px;
    }

    .years-business-content-box-inner p {
        grid-column: span 2;
        padding: 0.5em;        
    }

    .years-business-content-box-inner{
        grid-template-columns: 1fr;
        padding: 25px 0px;
        order: 1;
        gap: 0;
        row-gap: 1em;
    }

    .years-business-content-box-img-1 ,
    .years-business-content-box-img-2 {
        display: none;
    }

    .years-business-content-box {
        grid-template-columns: 1fr;
    }

    .years-business-content-box-inner-bottom{
        grid-template-columns: 1fr;
    }

    .mobile-image {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        order: 3;
    }

    .mob-img2 .mob-img1 {
        display: grid !important;
    }
}













/* van Fleets */

.van-fleets{
    background-color: #EEF9EA;
    padding: 3em 0;
}

.van-fleets-heading{
    grid-column: 5/13;
    text-align: center;
    display: grid;
    gap: 1em;
    padding-bottom: 2em;
}

.van-fleets-heading h2{
    color: #156754;
    font-size: 70px;
}

.van-fleets-heading p{
    font-size: 25px;
}

.van-fleets-images{
    grid-column: 2/16;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 80px;
}

.van-fleets-images img{
    width: 100%;
    height: auto;
    max-width: 811px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.van-fleets-bottom{
    grid-column: 5/13;
    text-align: center;
    display: grid;
    margin-top: 2em;
}

.van-fleets-bottom p{
    font-size: 25px;
    padding-top: 1em;
}


@media only screen and (max-width: 1000px) {

    .van-fleets-heading , .van-fleets-bottom{
        grid-column: 2/16;
    }

    .van-fleets-images{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .van-fleets-bottom p , .van-fleets-heading p{
        font-size: 20px;
        padding: 1em 0;
        
    }
    .van-fleets-heading h2{
        font-size: 40px;
        /* padding: 1em 0; */
    }
}












/* TEXT GRID */

.text-text-box{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.text-text-left, .text-text-right{
    padding: 10% 7%;
    display: grid;
    gap: 1em;
}

.text-text-left{
    background-color: #156754;
}

.text-text-right{
    background-color: #A6CB9B;
}

.text-text-left h2{
    color: #FFFFFF;
    font-size: 55px;
}

.text-text-right h2{
    color: #156754;
    font-size: 55px;
}

.text-text-left p{
    color: #FFFFFF;
    /* font-size: 25px; */
}

.text-text-right p{
    color:#156754;
    /* font-size: 25px; */
}

.text-grid-image {
    position: absolute;
    max-width: 65px;
    transform: rotate(45deg);
    align-self: center;
    justify-self: center;
}


@media only screen and (max-width: 1000px) {

    .text-text-box{
        grid-template-columns: 1fr;
    }

    .text-text-right, .text-text-left {
        text-align: center;
        padding: 4em 1em;
    }

    .text-text-right h2,
    .text-text-left h2{
        font-size: 40px;
    }

}



/* GREEN INFO BANNER */

.green-info-banner {
    padding: 4em 0;
}

.info-banner-left {
    top: -10em;
    transform: rotate(270deg);
    left: 5em;
}

.info-banner-right {
    bottom: -10em;
    right: 5em;
    transform: rotate(90deg);
    z-index: 1;
}


@media only screen and (max-width: 1000px) {

    .info-banner-left,
    .info-banner-right {
        height: 105px;
        width: 70px;
    }

    .info-banner-left {
        top: -4em;
        left: 3em;
    }

    .info-banner-right {
        bottom: -4em;
        right: 3em;
    }

}






/* SIMPLE TEXT AND IMAGE */

.simple-image-left .split-content {
    order: 2;
    align-content: center;
}

.simple-image-left .simple-image {
    order: 1;
}

.simple-text-split {
    padding: 4em 0;
}

.simple-image {
    display: grid;
    align-content: center;
    justify-content: center;
    position: relative;
}

.simple-image img {
    max-width: 567px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: -50px 50px 0px rgba(166, 203, 155, 1);
}

.inner-simple-text-split {
    margin: 4em 0;
}

.simple-image-right .simple-image img {
     box-shadow: 50px 50px 0px rgba(166, 203, 155, 1);
}


@media only screen and (max-width: 1000px) {

    .simple-image img {
        max-width: 100%;
        box-shadow: 0 50px 0px rgba(166, 203, 155, 1);
    }

    .simple-image-left .split-content {
        margin-top: 2em;
    }

    .split-content a {
        justify-self: center;
    }

    .inner-simple-text-split {
        margin: 0;
    }

    .simple-text-split {
        padding:  0 0 4em 0;
    }


}












/* TESTIMONIAL SLIDER */

.testimonials {
    display: grid;
    gap: 2em;
    min-height: 90vh;
    align-content: center;
    padding: 3em 0;
    background-color: #156754;
}

.testimonials h2 {
    grid-column: 2/16;
    text-align: center;
    color: #fff;
}

.slideshow-container {
    grid-column: 2/16;
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.slides-wrapper {
    display: flex;
    transition: transform 1s ease;
    width: 90% !important;
    justify-self: center;
}

.slidet {
    flex: 0 0 33.3%;
    box-sizing: border-box;
    padding: 0 1em;
}

.slidet .image {
    max-width: 176px;
    justify-self: center;
    margin-bottom: -6em;
}

.slidet .image img {
    border-radius: 50%;
    border: 5px solid #95C11F;
}

.slidet .text {
    color: #FCFAF8;
    padding: 2em;
    font-style: italic;
    text-align: center;
    display: grid;
    gap: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    align-content: start;
}

.slidet .text:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.slidet .text p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.slidet .text p label {
    color: #95C11F;
    font-size: 26px;
    letter-spacing: 0;
    font-style: normal;
}

.slidet .text h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
}

/* NAV ARROWS */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 2em;
    cursor: pointer;
    z-index: 1;
}

.nav i {
    color: #5BAC43;
}

.prev { 
    left: 0;
    transform: rotate(270deg);
}

.next { 
    right: 0;
    transform: rotate(90deg);
}

.nav:focus { 
    outline: none;
}

.progress-bar-wrapper {
    width: 100%;
    height: 15px;
    background-color: #5BAC43;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: grid;
}

.progress-bar-fill {
    width: 0%;
    height: 70%;
    background-color: #EEF9EA;
    transition: width 0.3s ease;
    border-radius: 12px;
    align-self: center;
}

.progress-bar-wrapper {
    grid-column: 7/11
}



@media (max-width: 600px) {

  .testimonials h2,
  .slideshow-container {
    grid-column: 2 / 16 !important;
  }

  .slideshow-container {
    max-width: 100%;
  }

  .slidet {
        flex: 0 0 100%;
        padding: 0;
        margin: 2em 0;
  }

  .slidet .text {
        font-size: 0.9rem;
        padding: 1em;
        gap: 1em;
  }

    .nav {
        width: 37px;
        height: 37px;
        font-size: 1em;
    }

    .next {
        right: -0.5em;
    }

    .prev {
        left: -0.5em;
    }
    
    .slidet .text p,
    .slidet .text p label,
    .slidet .text h4 {
        font-size: 22px;
    }

    .testimonials {
        gap: 0;
    }

    /* .slideshow-container {
        min-height: 1000px;
    } */

    .progress-bar-wrapper {
        grid-column: 2/16
    }

}




/* FULL WIDTH IMAGE */

.full-width-image img {
    grid-column: 1/17;
    max-height: 823px;
    object-fit: cover;
}



/* SINGLE PROJECTS */

.full-width-image-single-project {
    margin-top: -18em;
}






/* CUSTOM POST ARCHIVE */


.inner-cpt-projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 2/16;
    gap: 3em;
    padding: 5em 0;
}


.inner-cpt-projects .blog-content {
    text-align: center;    
}

.inner-cpt-projects .blog-content a {
    justify-self: center;
}

.inner-cpt-projects .blog-box-home {
    background-color: #156754;
    padding: 0;
}

.inner-cpt-projects .blog-content {
    padding: 1em !important;
}

.inner-cpt-projects .blog-content p, 
.inner-cpt-projects .blog-content h3 {
    color: #fff;
}

.inner-cpt-projects .blog-content h3 {
    text-transform: uppercase;
    font-size: 45px;
}

.inner-cpt-projects .blog-box-home:hover {
    background-color: #EEF9EA;
}

.inner-cpt-projects .blog-box-home:hover .blog-content h3,
.inner-cpt-projects .blog-box-home:hover .blog-content p {
    color: #156754;
}

@media (max-width: 1000px) {

    .inner-cpt-projects {
        grid-template-columns: 1fr;
        gap: 2em;
        padding: 2em 0;
    }

    .inner-cpt-projects .blog-content {
        padding: 0;
    }

    .inner-cpt-projects .blog-content h3 {
        font-size: 40px;
    }

}










/* GUARANTEE TEXT IMAGE */

.guarantee-text-image {
    padding: 5em 0 7em 0;
}

.inner-guarantee-text-image {
    grid-column: 2 / 16;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3em;
}

.inner-guarantee-text-image sp

.guarantee-split-image {
    display: grid;
    align-content: center;
    gap: 2em;
    justify-content: center;
}

.guarantee-split-image img {
    max-width: 469px;
    object-fit: contain;
}




@media only screen and (max-width: 1000px) {

    /* .guarantee-text-image {
        padding: 0 0 7em 0;
    } */

    .inner-guarantee-text-image {
        grid-template-columns: 1fr;
    }

    .guarantee-split-content h2 {
        font-size: 35px;
    }

    .guarantee-split-content {
        padding: 0;
    }

}










/* CERTIFICATES */

.certificates {
    padding: 5em 0;
    position: relative;
}

.inner-certificates {
    display: grid;
    grid-column: 2 / 16;
    gap: 2em;
}

.inner-certificates h2,
.inner-certificates p {
    color: #fff;
    text-align: center;
}

.inner-certificates img {
    max-width: 758px;
    object-fit: contain;
    justify-self: center;
}

.certificates .outer-boxes {
    position: absolute;
    top: -7em;
    transform: rotate(270deg);
    left: 6em;
}


@media only screen and (max-width: 1000px) {

    .certificates .cert-light-green {
        top: -4em;
        transform: rotate(180deg);
        left: auto;
        right: 2em;
    }

    .certificates .cert-dark-green {
        top: -4em;
        transform: rotate(180deg) scaleX(-1); 
        left: 2em;
    }

}












/* CONTACT INFO */

.contact {
    position: relative;
    padding: 5em 0;
}

.inner-contact {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-column: 3 / 15;
    gap: 3em;
    padding: 2em 0;
}

.contact-details {
    display: grid;
    gap: 2em;
    align-content: start;
}

.inner-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
}

.contact-details p {
    margin: 0;
}

.contact-details i {
    color: #5BAC43;
    font-size: 25px;
    margin-right: 0.5em;
}

.contact-details p a {
    font-size: 22px;
    color: #156754;
    font-weight: 400;
}

.contact-form form {
    max-width: 786px;
    margin: 0 auto;
    width: 100%;
}

form input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    cursor: pointer;
 }

.contact-form form input[type=text], 
.contact-form form input[type=tel],
.contact-form form input[type=email],
.contact-form form textarea {
    width: 100%;
    padding: 2em 1.5em;
    border: none;
    resize: vertical;
    background: #EEF9EA;
    justify-items: start;
}

.contact-form form input[type=text]::placeholder,
.contact-form form input[type=email]::placeholder,
.contact-form form input[type=tel]::placeholder,
.contact-form form textarea::placeholder {
    font-size: 20px;
    text-align: center;
    color: #156754;
    font-weight: 600;
}


/* FORM SUBMIT BUTTON */
.contact-form form input[type=submit] {
    justify-self: center;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0.5em 2em;
    text-transform: uppercase !important;
    align-self: center !important;
    display: grid !important;
    background-color: #5BAC43;
    border: 1px solid #5BAC43;
    color: #fff;
    border: none;
    
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.full-width {
    grid-template-columns: 1fr;
}

.contact-left-flower {
    left: -10em;
    opacity: 0.1;
}

.contact-right-flower {
    right: -10em;   
    opacity: 0.1;
    bottom: 2em;
    left: auto;
    top: auto;
}

.address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / 17;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.address-content {
    justify-content: center;
    align-content: center;
    background-color: #EEF9EA;
    display: grid;
    gap: 1em;
}

.address-content p {
    font-size: 22px;
    color: #156754;
    font-weight: 500;
}

.address-content i {
    color: #5BAC43;
    font-size: 28px;
}

.maps {
    position: relative;
    min-height: 65vh;
    display: grid;
}

.maps .acf-map{
    width: 100%;
}

.acf-map img {
   max-width: inherit !important;
}




@media only screen and (max-width: 1000px) {

    .address-content {
        padding: 1em;
        text-align: center;
    }

    .contact {
        padding: 2em 0;
    }
    
    .inner-contact {
        grid-template-columns: 1fr;
        grid-column: 2 / 16;
        padding: 0;
    }

    .contact-details {
        justify-items: center;
        gap: 1em;
        text-align: center;
    }

    .contact-social {
        display: flex;
        gap: 1em;
    }

    .contact-details p a {
        justify-self: center;
        /* display: grid; */
        justify-items: center;
    }

    .contact-details p {
        font-size: 1.125em;
    }

    .contact-details .inner-contact-details {
        gap: 0.5em;
    }

    .inner-contact-details i {
        font-size: 1.625em;
    }

    .contact-form {
        order: 2;
    }

    .contact-details {
        order: 1;
    }

    .inner-contact {
        gap: 2em;
    }

    .address {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-details .contact-social i {
        margin: 0;
    }

    .address {
        font-size: 18px;
    }

    .maps .acf-map{
        width: 100%;
        min-height: 578px;
    }
}








/* SUB CATEGORY GRID LINKS */

.cat-links {
    padding: 0 0 4em 0;
}

.inner-cat-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2/16;
    gap: 2em;
}

.cat-links-box {
    height: 553px;
    position: relative;
}

.link-title {
    position: absolute;
    justify-self: center;
    background-color: rgba(91, 172, 67, 0.85);
    bottom: 0;
    padding: 2em 0;
    width: 100%;
    text-align: center;
    transition: ease 0.5s;
}

.link-title:hover {
    padding: 4em 0;
    transition: ease 0.5s;
}

.link-title h2 {
    color: #fff;
}


@media only screen and (max-width: 1300px) {

    .link-title h2 {
        font-size: 40px;
    }

}


@media only screen and (max-width: 1000px) {

    .inner-cat-links {
        grid-template-columns: 1fr;
    }

    .cat-links-box {
        height: 423px;
    }


}