/*
Theme Name: NCC
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;
    box-sizing: border-box;
    font-family: 'Merriweather', sans-serif;
    transition: all 0.4s ease;
    /* outline: 1px solid red !important; */
}

html{
    overflow-x: hidden !important;
  }
  
body{
    font-family: 'Merriweather', sans-serif;
    overflow-x: hidden !important;
    display: grid;
  }

/* div.wpcf7{
    margin-top:  2em;
} */
  
/* .wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}
 */


@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 {
    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(4, 1fr);
    grid-column: 1 / 17;
    grid-gap: 1em;
    padding: 30px;
    width: 100%;
}
  
footer img{
    max-width: 100%;
}

ul, li {
    font-family: 'Merriweather', sans-serif;    
    letter-spacing: 0.1em;
    line-height: 30px
}

ul, ol {
    font-family: 'Merriweather', sans-serif;    
    letter-spacing: 0.05em;
}


/* ///// TEXT //// */
h1, h2, h3, h4, h5, h6{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
  }
  
  h1{
    color:white;
    font-size: 64px;
    font-weight: 800;
    line-height: 80px;
  }

  section.listing-deliveries h1{
    color: #fbaf19;
    text-align: center;
    margin-bottom: 20px;
  }
  
  h2{
    color: black;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
  
  h3{
      font-size: 24px;
      line-height: 22px;
      letter-spacing: 0.05em;
      color: black;
  }
  
  h4{
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #158670;
  }
  
  h5{
    font-size: 1.2em;
  }
  
  h6{
    font-size: 1.1em;
  }
  
  p{
    color: black;
    margin-bottom: 0.8em;
    font-weight:400;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  
  ul,ol{
    font-family: 'Merriweather', sans-serif;
    margin: 1.2em 0;
    padding: 0 6%;
  }
  
  ul {
     list-style-type: disc;
  }
  
  ul.main-nav{
    padding: 0;
  }
  
  ol{
    list-style-type: none;
  }
  
  li{
    color: #1E1E1E;
    font-weight: 300;
    list-style-type: none;
  }
  
  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: 560px) {
  
      h1{
          font-size: 32px;
          line-height: 40px;
      }
      
      h2{
          font-size: 24px;
          font-weight: 800;
          line-height: 30px;          
      }
      
      h3{
          font-size: 24px;
          line-height: 30px;
          font-weight: 400;
      }
      
      h4{
          font-size: 20px;
          line-height: 26px;
          letter-spacing: 0.05em;
      }
      
      h5{
        font-size: 1.2em;
      }
      
      h6{
        font-size: 1.1em;
      }
      
      p{
        color: black;
        margin-bottom: 0.8em;
        font-weight:400;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.05em;
      }
  
  }



  

/* ///// BUTTONS //// */

.orange-button,.trans-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: center;   
    text-transform: capitalize; 
    padding: 8px 38px 8px 38px;
    border-radius: 2px;

}

/* Orange Button */
.orange-button, div.acf-form-submit input[type="submit"] {
    background: #fbaf19;
    border: 2px solid transparent;
    color: white;
}

div.acf-form-submit input[type="submit"] {
    border: 0 !important;
    margin-left: 16px;
}
.orange-button:hover {
    background: transparent;
    border: 2px solid #fbaf19;
    color: #fbaf19;
}


/* Trasnparent Button */
.trans-button {
    background: transparent;
    border: 2px solid #fbaf19;
    color: #fbaf19;
}
.trans-button:hover {
    background: #fbaf19;
    border: 2px solid #fbaf19;
    color: white;
}


@media only screen and (max-width: 760px) {
.orange-button, .trans-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1em;
}

}





  

  
/* MENU BAR DESKTOP VIEW */
@media only screen and (min-width: 900px) {

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

    .grid-header-section {
        display: grid;
        margin: 1em 0;
    }

    .grid-header-outer {
        display: grid;
        grid-template-columns: 50% 1fr;
        grid-column: 2 / 16;
    }

    .grid-header-outer a {
        align-self: center;
        z-index: 10;
    }

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

    .header-menu{
        align-self: center;
        display: grid;
    }

    .header-menu a.orange-button{
        justify-self: end;
    }

    .header-menu ul{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
        text-align: center;
        align-self: center;
    }

    li a {
        color:black;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.05em;
        transition: none;
    }
   
    .header-menu ul li a:hover,  .header-menu ul li a:active {
        color:#158670;

    }

    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }


/* SUB MENU ************************************************/
.menu-item .sub-menu {
    display: none;
}

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

.menu-item .sub-menu li{
    padding: .5em 0;
    color: white;
}

.menu-item .sub-menu{
    margin: 0;
}

.menu-item-has-children a:after{
    content: "v";
    margin-left: 7px;
    color: black;
} 

.side-nav .menu-item-has-children .sub-menu a:after{
    content: "";
    margin-left: 0;
  }
  
  .menu-item-has-children .sub-menu a:after{
    content: "";
    margin-left: 0;
  }


.menu-item:hover .sub-menu {
/* .menu-item .sub-menu { */
    display: grid;
    background-color: #158670;
    padding: 3em 10em;
    text-align: left;
    z-index: 5;
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: white;   
    width: 100%;  
    /* max-width: 2000px;   */
    justify-self: center;
    left: 0; 
    border-top: 1em solid white;
}

.sub-menu li a {
    color: white !important;
}

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

}
    

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

    .grid-header-outer{
        display: none;
    }

    /* Mobile display settings before menu in clicked */
    .header-bar {
        display:grid;
        grid-template-columns: 50% 1fr;
        grid-column:  2 / 16; 
        align-self: center;
        margin: 1em 0;
    }

    .header-bar img{
        max-width: 133px;
        width: 100%;
    }

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

    /* Hamburger Menu settings */
    .menu-icon {
        width: 30px;
        height: 2px;
        background-color: #604774;
        margin: 2px 0;
    }

    /* Flyout Settings */
    .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: white;
    }
    
    /* hiding the hamburger menu */
    #hamburger-input{
        display: none;
    }
    
    /* postition of hamburger menu */
    #hamburger-menu {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    /* appearance of flyout */
    #hamburger-menu #sidebar-menu {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #158670;
        transition: 0.3s;
        padding: 1em;
        box-sizing: border-box;
        z-index: 5;
        border-radius: 0px 0px 40px 0px;
    }

    #hamburger-menu ul {
        padding-right: 0px;
        margin: 1em 0;
    }

    #hamburger-menu li {
        list-style-type: none;
        padding: 1% 0;
        border-bottom: 1px solid #FFFFFF;
    }

    #hamburger-menu a {
        color: white;
        text-decoration: none;
        transition: transform 0.5s;
    }

    #hamburger-menu a:hover {
       color: #158670;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px); /* IE 9 */
        -webkit-transform: translateX(30px); /* Safari 3-8 */
        transform: translateX(3px);
    }

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

    .menu-item-has-children a:after{
        content: "v";
        margin-left: 7px;
        color: white;
    } 
    
    .side-nav .menu-item-has-children .sub-menu a:after{
        content: "";
        margin-left: 0;
      }
      
      .menu-item-has-children .sub-menu a:after{
        content: "";
        margin-left: 0;
      }

      
    #hamburger-menu li .sub-menu li{
        border-bottom: none;
    }
}







/* SPLIT TEXT IMAGE BANNER */

.split-text-image-area { 
    display: grid;  
    grid-template-columns: repeat(16, 1fr);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 80%, 50% 100%, 0% 80%);
    padding-bottom: 12em;
}

.blog-banner-area {
    padding-bottom: 17em;
}

.inner-text-color-banner {
    display: grid;
    grid-column: 2 / 9;
    gap: 1.5em; 
    padding: 12em 0;
    z-index: 2;
}

.inner-text-color-banner h1, .inner-text-color-banner p {
    color: #fff;
    font-weight: 800;
}

.inner-text-color-banner p{
    font-size: 1.2em;
}

.header-buttons {
    display: grid;
    grid-template-columns: 35% 1fr;
}

.header-button {
    justify-self: start;
}



@media only screen and (max-width: 1300px) {
    .header-buttons {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

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

    .inner-text-color-banner {
        grid-column: 2 / 16;
        padding: 6em 0;
    }    
} 





 /* BLUE LINE ARROW BANNER */

.blue-line-banner {
    display: grid;
    grid-column: 1 / 17;
    background-color: #158670;
    clip-path: polygon(0 0, 50% 75%, 100% 0%, 100% 25%, 50% 100%, 0% 25%);
    margin-top: -12em;  
}

 /* @media only screen and (max-width: 1550px) {
    .blue-line-banner {
        margin-top: -13em;  
    }
} 

@media only screen and (max-width: 1350px) {
    .blue-line-banner {
        margin-top: -14em;  
    }
}  */

@media only screen and (max-width: 1050px) {
    .blue-line-banner {
        clip-path: polygon(0 25%, 50% 75%, 100% 25%, 100% 50%, 50% 100%, 0% 50%);
    }

    .split-text-image-area { 
        clip-path: polygon(0 0, 0 0, 100% 0, 100% 85%, 50% 100%, 0% 85%);
    }
}  

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

    .split-text-image-area { 
        clip-path: polygon(0 0, 0 0, 100% 0, 100% 75%, 50% 100%, 0% 75%);
    }
} 


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

    .split-text-image-area { 
        clip-path: polygon(0 0, 0 0, 100% 0, 100% 78%, 50% 100%, 0% 78%);
    }
} 




/* SPLIT 50 / 50 */

.split-fifty { 
    display: grid;  
    grid-column: 2 / 16;
    margin: 5em 0;
}

.split-fifty-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    gap: 5em;
}

.split-fifty-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em;
    align-self: center;
}

.split-fifty-content h2 {
    color: black !important;
}

.split-fifty-image-image {
    width: 100%;
    justify-self: center;
    border-radius: 4px;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
}


@media only screen and (max-width: 1000px) {
    .split-fifty-image {
        grid-template-columns: 1fr;
        padding: 2em 1em;
        gap: 2em;
    }
    .split-images {
        padding: 4em 0;
    }
    
}

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

    .split-fifty { 
        margin: 2em 0;
    }

    .sub-full {
        grid-column: 1 / 17;
    }
    
}







/* PRICE ESTIMATE */

.price-estimate {
    display: grid;  
    margin: 5em 0;
}

.inner-price-estimate {
    display: grid;  
    grid-template-columns: 1fr 1fr;
    grid-column: 2 / 16;
    background-color: #F6F7FA;
    gap: 5em;
    padding: 2em;
    border-radius: 4px;
}

.price-section-one{
    display: grid;
    gap: 2em;
    padding: 3em 3em 0 3em;
}

.price-section-one h2{
    color: #158670;
}

.overall-estimate {
    display: grid;
    gap: 1em;
    background-color: #158670;
    border-radius: 10px;
    padding: 3em;
    align-self: end;
    box-shadow: 15px 15px 20px 0px #00000026;
}

.overall-estimate p {
    color: white;
}

.overall-estimate h4 {
    color: black;
}

.total-price {
    background-color: white;
    padding: .5em;
    border-radius: 4px;
    height: 46px;
}

.price-section-two {
    display: grid;
    background-color: #158670;
    border-radius: 10px;
    /* gap: 2em; */
    padding: 3em;
    color: white;
    box-shadow: 15px 15px 20px 0px #00000026;
}

.calc-right {
    display: grid;
}

.price-section-two form input[type=text], input[type="number"], select {
        max-width: 200px;
        height: 46px;
        border: none;
        resize: vertical;
        text-align: center;
        justify-self: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        align-self: center;
        color: #1B213D;
        border-radius: 2px;
        margin: 6px 2em 16px 2em;
    } 

  .width-height {
    display: grid;  
    grid-template-columns: repeat(2,1fr);
    justify-self: end;
  }

  .side-bar-view {
    display: none;
  }

  .form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .form-group label {
    align-self: center;
    justify-self: end;
  }

  .spacing {
    padding-bottom: 0.5em;
  }

  .onclick-spacing {
    margin-top: 2em;
  }
  .calc-form {
    display: grid;
    gap: 1em;
  }


  input.checkbox {
    width : 2em;
    height : 2em;
    justify-self: center;
}
  @media only screen and (max-width: 1100px) {

    .inner-price-estimate {
        grid-template-columns: 1fr;
    }

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

    .price-section-two {
        padding: 1em;
    }

    .price-section-one{
        padding: 0em;
        /* order: 2; */
    }
    
    .inner-price-estimate {
        padding: 1em;
    }
    
}

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

    .price-estimate{ 
        margin: 2em 0;
    }

    .price-section-two form input[type=text], input[type="number"] {
        max-width: 138px;
        width: 100%;
        margin: 6px 0 16px 0;
    } 

    .overall-estimate {
        padding: 1em;
    }

}


















/* PROCESS ICONS */

.process-icons {
    padding: 5% 0;
    gap: 0.5em;
    grid-column: 2 /16;
}

.process-icons-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2 / 16;
    gap: 0.5em;
    padding: 2% 0;
}

.process-icons-boxes h4 {
    color: black !important;
    margin-bottom: 0.5em;
}

.process-icons h2, .process-icons p{
    color: black !important;
    display: grid;
    grid-column: 2 / 16;
    text-align: center;
    margin-bottom: 1em;
}

.process-icons-box {
    text-align: center;
}

.process-icons-boxes i {
    color: #fbaf19;
    font-size: 97px;
    margin-bottom: 0.5em;
}

.sub-service-boxes, .sub-service-boxes h4, .sub-service-boxes i {
    text-align: center !important;
}

.sub-service-boxes i {
    color: #fbaf19;
    font-size: 99px;
}

.sub-service-process h2, .sub-service-boxes h4 {
    color: #158670 !important;
}

.sub-service-process h2, .sub-service-process p {
    display: grid;
    grid-column: 2 / 16;
    text-align: center;   
}



@media only screen and (max-width: 1000px) {
    .process-icons-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 700px) {
    .process-icons {
        padding: 2em 0;
    }

    .process-icons-boxes {
        gap: 2em;
    }

    .sub-service-process h2, .sub-service-process p {
        grid-column: 2 / 16;  
    }
    
}









/* SERVICES BOXES *************************************************/

.service-boxes-icons {
    display: grid;
    grid-column: 1 / 17;
    padding: 18em 0;
    clip-path: polygon(0 0, 50% 15%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
}

.service-boxes-icons h2 {
    color: black !important;
    display: grid;
    grid-column: 2 / 16;
    text-align: center;
    margin-bottom: 1em;
}

.service-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2 / 16;
    gap: 3em;
}

.service-1 {
    display: grid;
    gap: 1em;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 0px #0000001A;
    transition: transform 0.5s;
    padding: 2em;
}

.service-1 i {
    color:#fbaf19;
    font-size: 41px ;
}

.service-1 h3 {
    color: #158670;
}

.service-1:hover {
    -ms-transform: translateY(-30px); /* IE 9 */
    -webkit-transform: translateY(-30px); /* Safari 3-8 */
    transform: translateY(-30px);
}


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

    .service-boxes-icons {
        padding: 15em 0;
        clip-path: polygon(0 0, 50% 5%, 100% 0%, 100% 95%, 50% 100%, 0% 95%);
    }

    .service-1:hover {
        transform: none;
    }

    .service-boxes {
        grid-template-columns: 1fr;
        grid-column: 3 / 15;
    }

    .service-1 {
        padding: 1em;
    }
}










/* FAQ ELEMENT ************************************************/

.faq-container {
    margin: 3em 0;
}

.faq-cont {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-column: 3 / 15;
    gap: 2em;
}

.faq-cont h2{
    color: black !important;
}

.faqs {
    background-color: #F6F7FA;
    padding: 2em;
    border-radius: 4px;
}

.faq-page {
    color:#158670 !important;
    cursor: pointer;
    padding: 1em 0;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    align-items: center;
}

.faq-body {
    display: none;
    overflow: hidden;
}

.faq-page:after {
    color: black;
    content: '\02795\fe0e';
    font-size: 13px;
    float: right;
}

.active:after {
    color: black;
    content: "\2796\fe0e"; 
}

.faq-body a:link, .faq-body a:visited, .faq-body a:hover,.faq-body a:active {
    color: #158670;
    text-decoration: underline; 
}

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

    .faq-cont {
        grid-column: 2 / 16;
    }

    .faqs {
        padding: 1em;
    }
    
    .faq-page {
        font-size: 16px;
        line-height: 21px;
    }

    .faq-cont {
        grid-template-columns: 1fr;
    }

    .faq-cont h2{
        text-align: center;
    }
    
    .faq-heading, .contact-heading{
        font-size: 16px;
        line-height: 25px;
    }

}







/* CTA BANNER */

.split-text-area { 
    display: grid;  
    grid-template-columns: repeat(16, 1fr);
    padding: 5em;
}

.text-color {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column: 2 / 8;
    border-radius: 4px;
}

.inner-text-color-sec {
    display: grid;
    grid-column: 1 / 17;
    gap: 1.5em;
    background: #1586704D;
    padding: 3em;
}

.services-cta, .services-cta {
    background-color: transparent;
}

.inner-text-color-sec h2{
    font-size: 64px;
    font-weight: 800;
    line-height: 80px;
}

.inner-text-color-sec h2, .inner-text-color-sec p{
    color: white;
}

@media only screen and (max-width: 1200px) {
    .text-color {
        grid-column: 2 / 16;
    }

    .inner-text-color-sec h2{
        font-size: 45px;
    }
}

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

    .split-text-area { 
        padding: 1em;
    }

    .inner-text-color-sec {
        padding: 1em;
    }

    .inner-text-color-sec h2{
        font-size: 24px;
        line-height: 30px;
    }
}









/* BLOG ELEMENT ************************************************/

.blog-area {
    display: grid;
    grid-column: 1 / 17;
    padding: 5% 0;
}

.blog-area h2{ 
    grid-column: 2 / 16;
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 3%;
}

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

.blog-box{ 
    text-align: left;
}

.blog-box img, .indi-blog img{ 
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
    max-height: 274px;
}

.blog-box-inner {
    text-align: left;
}

 .blog-box-inner h4 {
    padding-bottom: 3%;
 }

 .blog-box-inner p {
    padding-bottom: 5%;
 }

.date-cat {
    display: grid;
    grid-template-columns: 1fr 1fr;    
}

.blog-category {
    font-weight: 700;
    text-align: left;
}

.blog-date {
    align-self: center;
}

.indi-blog {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    gap: 1em;
    margin: 2em 0;
    max-width: 800px;
}

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

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











/* SPLIT 50 / 50 */

.split-fifty-map h2 { 
    grid-template-columns: 1fr;
    text-align: center;
}

.split-fifty-inner-map { 
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 2 / 16;
}

.split-fifty-image-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    gap: 5em;
    padding: 5em 0;
}

.service-hand {
    background-color: #F6F7FA; 
    padding: 5em;
    margin-bottom: 5em;
}

.service-hand {
    grid-column: 2 / 16;
}

.split-fifty-content-map {
    display: grid;
    gap: 0.5em;
    align-self: center;
}

.split-fifty-content-map ul li {
    list-style: disc;
}

.split-fifty-content-map h2 {
    color: #158670;
    text-align: left;
}

.split-fifty-image-map img {
    width: 100%;
    justify-self: center;
    border-radius: 4px;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
    max-height: 437px;
}

.titleh2 {
    display: block;
    text-align: left;
}

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

    .split-fifty-image-map {
        grid-template-columns: 1fr;
        padding: 2em 1em;
        gap: 2em;
    }
    .split-images-map {
        padding: 4em 0;
    }

    .split-fifty-inner-map { 
        grid-column: 1 / 17;
    }
    
}









/* TESTIMONIALS */

.testimonials {
    display: grid;
    padding: 3em 0;
}

.testimonials h2{
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    text-align: center;
    padding-bottom: 1em;
}

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

.test-box {
    display: grid;
    gap: 1em;
    background: #F6F7FA;
    border-radius: 4px;
    padding: 4em;
}

.test-box h4 {
    color: black !important;
}

.test-box .fa-quote-left {
    justify-items: right;
}

.test-box:nth-child(1) p, .test-box:nth-child(1) i{
    color: #158670;
}

.test-box:nth-child(2) p, .test-box:nth-child(2) i {
    color: #fbaf19;
}

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

    .test-box {
        padding: 3em 1em;
    }
}











/* CONTACT *************************************************/

.contact-form {
    display: grid;
    grid-column: 5 / 13;
    background-color: #158670;
    text-align: center;
    padding: 3em 0;
    border-radius: 4px;
    margin: 5em 0;
    align-self: center;
    justify-self: center;
}

.contact-form h2 {
    grid-column: 2 / 16;
    padding-bottom: 5%;
    color: white;
}

.contact-forms {
    grid-column: 2 / 16;
    max-width: 393px;
    justify-self: center;
}

.contact-forms input[type=submit] {
    margin: auto;
    display: flex;
}

.contact-form .contact-forms form{
    display: grid;
    justify-self: start;
    max-width: 446px;
    width: 100%;
}

.add-ons form{
    width: 100%;
    margin: 0;
}

.contact-form .contact-forms form input[type=text], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
    height: 46px;
    border: none;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: center;
    justify-self: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    color: #1B213D;
    border-radius: 2px;
} 
.contact-form .contact-forms form textarea{
    width: 100%;
}

.contact-form .contact-forms form input::placeholder, textarea::placeholder{
    font-size: 1em;
}

.contact-form .contact-forms form input[type=text]:focus, textarea:focus {
    outline: none;
}

#message {
    padding-top: 15px;
}

.contact-form .contact-forms form input[type=submit] {
    height: 51px;
    cursor: pointer;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    background: #fbaf19;
    border-radius: 2px;
    border: 2px solid #fbaf19;
    color: white;
    padding: 8px 38px 8px 38px;
    text-decoration: none;
    border-radius: 2px;
}

.contact-form .contact-forms form input[type=submit]:hover {
    color: #fbaf19;
    background: transparent;
    cursor: pointer;
} 

textarea{
    height: 100px;
    max-height: 100px !important;
  }
  

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

    .contact-form {
        grid-column: 2 / 16;
        padding: 3em 0;
    }

    .contact-form .contact-forms form input[type=text], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
        width: 100%;

    } 
    .contact-form .contact-forms form textarea{
        width: 100%;
    }

}















/* FOOTER */
.footer {
    background-image: linear-gradient(to right, rgba(2,48,61,0.7), rgba(21,134,112,1)),
    url('/wp-content/uploads/2023/08/map3.png');
    background-size: cover;
}

.footer-logo-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    align-self: center;
    padding-top: 4em;
}

.footer-logo-social img {
    width: 100%;
    max-width: 175px;
}

.social-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-self: end;
    gap: 1em;
    align-self: center;   
}

.footer-areas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 2 / 16;
    padding: 2em 0;
}

.footer-box {
    justify-self: left;
}

.footer-box ul li a, .footer-box ul li{
    color: white !important;
}

.lower-footer-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    align-self: center;
    padding: 3em 0;
    border-top: 1px solid white;
}

.lower-footer-area i, .social-icons-mobile i{
    max-width: 39px;
    font-size: 35px;
    color: #fbaf19;  
}

.lower-footer-area p, .lower-footer-area a{
    color: white !important;
    margin: 0;
}

.lower-footer-area-mobile, .social-icons-mobile {
    display: none;
}

.lower-footer-area img { 
    width: 100%;
    max-width: 285px;
}

.footer-box li {
    padding: 1em 0;
}

.footer-box ul, .footer-box ol {
    padding: 0;
    list-style: none;
}


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

    .footer-areas {
        grid-template-columns: 1fr;
    }

    .lower-footer-area {
        display: none;
    }

    .lower-footer-area-mobile {
        display: grid;
        gap: 0;
        margin: 2em 0;
        justify-self: start;  
        border-top: 1px solid white;
        padding-top: 2em;  
        width: 100%;    
    }
    

    .lower-footer-area-mobile p {
        color: white !important;

    }

    .footer-logo-social {
        justify-self: start;
    }

    .social-icons {
        display: none; 
    }

    .social-icons-mobile {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-self: start;
        gap: 1em;
        align-self: center;   
    }

    .footer-box li {
        padding: 0.2em 0;
    }
}












/* SERVICES BOXES *************************************************/

.service-detail-icons {
    display: grid;
    grid-column: 1 / 17;
    padding: 5em 0;
}

.related-services {
    background-color: #158670;
    clip-path: polygon(0 0, 50% 15%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    padding-top: 10em;
}

.service-detail-icons h2 {
    color: black ;
    display: grid;
    grid-column: 2 / 16;
    text-align: center;
    margin-bottom: 1em;
}

.related-services h2{
    color: white !important;
}    

.service-boxes-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2 / 16;
    gap: 3em;
}

.service-1-detail {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 2em;
    background: #F6F7FA;
    transition: transform 0.5s;
    padding: 1em;
    border-radius: 4px;
}

.service-1-detail img{
    width: 100%;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
}

.service-content {
    display: grid;
    gap: 1em;
    align-self: start;
}

.service-1-detail h3 {
    color: #158670;
}

.service-1-detail:hover {
    box-shadow: 10px 15px 15px 0px #00000040;
}


@media only screen and (max-width: 1000px) {
    .service-1-detail:hover {
        transform: none;
    }

    .service-boxes-detail {
        grid-template-columns: 1fr;
        /* grid-column: 3 / 15; */
    }

    .service-1-detail {
        padding: 1em;
    }
}

@media only screen and (max-width: 600px) {
    .service-1-detail {
        grid-template-columns:1fr;
    }

    .related-services {
        clip-path: polygon(0 0, 50% 5%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

}
















/* PROCESS ICONS */

.process-area {
    padding: 8em 0;
    gap: 0.5em;
}

.process-arrow-bg {
    background: #F6F7FA;
    clip-path: polygon(0 0, 50% 15%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
}

.process-boxes {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column: 2 / 16;
    gap: 0.5em;
    padding: 2% 0;
}

.process-line {
    align-self: center;
}

.process-boxes img, .process-boxes h4 {
    margin-bottom: 0.5em;
}

.process-line hr{
    border: 2px solid #202222;
    max-width: 30px;
}

.process-line:nth-child(10) {
    display: none;
}

.process-area h2 {
    display: grid;
    grid-column: 2 / 16;
    text-align: center;
}

.process-box {
    display: grid;
    gap: 2em;
    text-align: center;
}

.process-box i {
    font-size: 97px;
}

.process-box h4 {
    color: black;
}



@media only screen and (max-width: 1000px) {
    .process-boxes {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-line hr{
        display: none;
    }

    .process-area {
        padding: 15em 0 5em 0;
    }
    
    .process-arrow-bg {
        clip-path: polygon(0 0, 50% 5%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
    }
}

@media only screen and (max-width: 700px) {
    .process-area {
        padding: 2em 0;
    }

    .process-boxes {
        gap: 2em;
    }

    .process-arrow-bg {
        padding:  5em 0;
    }
}





#html-show, #css-show, #js-show {
    display: none;
  }
  
  #html-show:target, #css-show:target, #js-show:target {
    display: block;
  }



/* SUB DOMAIN SINGLE */

article.type-orders, article.create-orders{
    border-top: 8px solid #158670;
}

section.single-delivery{
    align-content: center;
    align-items: center;
    grid-template-columns: 90px 1fr;
    grid-column: 2 / 16;
    grid-column-gap: 1em;
    grid-row-gap: 7px;
    margin-bottom: 3em;
}

section.single-delivery h1{
    font-size: 24px;
    color: #000;
    grid-column-start: span 4;
}

section.single-delivery #acf-form{
    grid-column-start: span 4;
}

label.delivery-label{
    font-weight: bold;
}

p.delivery-value{
    margin: 0;
    grid-column-start: span 3;
}

form#acf-form input, form#acf-form textarea{
    border: 1px solid grey;
}

div.single-delivery-buttons{
    margin-top: 1.5em;
    grid-column-start: span 4;
    display: grid;
    grid-gap: 0.5em;
    grid-template-columns: repeat(4, auto);
}

div.single-delivery-buttons a.orange-button, div.acf-form-submit input[type="submit"]{
    font-size: 16px !important;
    justify-self: start;
    padding: 8px 16px;
}

div.updated{
    grid-column-start: span 4;
}

div.updated p{
    font-size: 2em;
    font-weight: bold;
}

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

div.single-delivery-buttons{
    grid-template-columns: repeat(2, auto);
}


}



/* SUB DOMAIN LISTING */


section.listing-deliveries{
    grid-template-columns: 1fr;
    margin-bottom: 2em;
}

section.listing-deliveries table, nav.navigation.pagination{
    justify-self: center;
    width: 90%;
    max-width: 90%;
}

nav.navigation.pagination{
    padding: 8px 0;
}

nav.navigation.pagination a{
    color: #fbaf19;
    font-weight: 600;
}

section.listing-deliveries table th{
    font-weight: bold;
}

table.listing-deliveries td{
    text-align: center;
    padding: 10px 0;
}

table.listing-deliveries td a{
    color: #fbaf19;
    font-weight: 600;
}

table.listing-deliveries{
    border: 1px solid #ccc;
}

table.listing-deliveries td + td, table.listing-deliveries th + th  { 
    border-left:1px solid #ccc; 
}

table.listing-deliveries th{
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

a.orange-button.new-delivery{
    justify-self: center;
    margin-top: 20px;
    width: 90%;
    max-width: 90;
}

section.listing-deliveries form{
    display: grid;
    grid-template-columns: 200px 75px;
    justify-self: center;
    justify-content: center;
    margin-bottom: 1em;
    width: 90%;
}

section.listing-deliveries form input{
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 0;
}

section.orders-home-holding{
    align-content: start;
    grid-row-gap: 2em;
    min-height: 80vh;
    grid-template-columns: 1fr;
}

section.orders-home-holding h1, section.orders-home-holding p{
    justify-self: center;
    max-width: 80%;
    text-align: center;
    font-weight: 700;
}

section.orders-home-holding h1{
    color: #158670;
}

section.orders-home-holding a{
    color: #158670;
}

input, textarea{
    text-align: left !important;
}

