/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 18:44:46 */
ul.page-list {
    color: #fff !important;
}
ul.page-list a {
    color: #fff !important;
}

.page-list {

  columns: 3;

  column-gap: 40px;

  max-width: 900px;

  margin: 0 auto;

}

.page-list li {

  break-inside: avoid;

  margin-bottom: 0px;

}

@media (max-width: 768px) {

  .page-list {

    columns: 1;

  }

}
.ncr-faq-wrap{
    margin: 24px auto;
    font-family: inherit;
  }

  .ncr-faq-title{
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 14px 0;
  }

  .ncr-faq{
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }

  .ncr-faq details{
    border-top: 1px solid rgba(0,0,0,0.10);
  }
  .ncr-faq details:first-child{
    border-top: 0;
  }

  .ncr-faq summary{
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    user-select: none;
  }

  /* Remove default marker */
  .ncr-faq summary::-webkit-details-marker { display: none; }
  .ncr-faq summary::marker { content: ""; }

  .ncr-faq-question{
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0;
  }

  .ncr-faq-icon{
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
  }

  /* The chevron itself (colour required) */
  .ncr-faq-icon svg{
    width: 22px;
    fill: none;
    stroke: #00A5CE; /* requested icon colour */
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
  }

  /* Rotate icon when open */
  .ncr-faq details[open] .ncr-faq-icon svg{
    transform: rotate(180deg);
  }

  /* Subtle hover/focus */
  .ncr-faq summary:hover{
    background: rgba(0,0,0,0.03);
  }
  .ncr-faq summary:focus{
    outline: none;
  }
  .ncr-faq summary:focus-visible{
    outline: 3px solid rgba(0,165,206,0.35);
    outline-offset: -3px;
  }

  .ncr-faq-answer{
    padding: 0 18px 16px 18px;
    color: rgba(0,0,0,0.78);
    line-height: 1.6;
    font-size: 1rem;
  }

  .ncr-faq-answer p{
    margin: 10px 0 0 0;
  }

  /* Optional: make open item slightly highlighted */
  .ncr-faq details[open] > summary{
    background: rgba(0,165,206,0.06);
  }


.subscribe-form br:first-of-type {
	display: none;
}
.wp-caption.alignnone {
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption img {
  width: 100% !important;
  height: auto !important;
}
.banner:not(.-with-overlay):not(.-with-overlay-image):not(.-image-only) .overlay-details {
    background: linear-gradient(0deg, rgba(var(--clb-color-black-rgb), 0.65) 0%, rgb(0 0 0 / 82%) 100%);
}
.grecaptcha-badge { visibility: hidden; }
.ti-widget.ti-goog {
    overflow: visible !important;
    text-align: left !important;
}
.contact-form .wpcf7-form.sent .wpcf7-response-output, .subscribe-form .wpcf7-form.sent .wpcf7-response-output {
    color: #ffffff;
    font-weight: 700;
}
.hamburger-nav-details {
    padding-bottom: 30px;
}
.blogpostimage {max-width: 100% !important;}
.vc_toggle_color_orange .vc_toggle_icon {
    background-color: #fd5318 !important;
}
.white {color:#fff;}
.large {font-size:1.0em;
    font-weight:700;
    text-transform:uppercase;
}
h4, h5, h6 {
    line-height: 1.1em;
}
span.post-date {
    font-weight: 700;
}
.details-column {
    color: #fff;
}
.contact-form .wpcf7-list-item {
    display: block;
        margin-top: 6px !important;
}
.heading .subtitle + .divider {
    margin-block-start: 0.1em;}
.headspacing {
    padding: 20px 0px 10px;
}
.breadcrumb-item {
    text-transform: uppercase;
    font-size: 12px;
}
    
    .clb-slider-count, .clb-slider-count .clb-slider-count-number
 {
    height: 1.30rem;
}
i.vc_toggle_icon {
    margin-top: 0px;
}

.vc_toggle_title>h4 {
    font-size: 20px;
}
.vc_toggle_size_md .vc_toggle_icon {
    height: 20px;
    width: 20px;
}
.ti-widget.ti-goog {
    text-align: left !important;
}
.vc_toggle_color_orange .vc_toggle_icon {
  background-color: #014786 !important;}

    .background-video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 1; /* optional: adjust visibility */
    pointer-events: none; /* prevents any interaction with the video */
}
:root {--clb-color-danger: #014786;}
.icon-button:hover, .icon-button.hamburger, .icon-button.cart {
    background-color: #09bee1;
}
i.icon {
    color: #fff;
}
label {
    color: #09bee1;
}
.contact-form .wpcf7-form.invalid .wpcf7-response-output {
color: #09bee1;
}

.custom-tick-list {
    list-style: none;
    padding-left: 0;
    font-size:15px;
}

.custom-tick-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}

.custom-tick-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url('/wp-content/uploads/2025/11/asbestos-removal-uk.svg') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}
.banner.-with-overlay:not(.team-member) .overlay-details, .banner.-image-only .overlay-details {
    background-color: 
 color-mix(in srgb, var(--clb-color-overlay) 50%, #00000091);}
 
 span.tag, a.tag, .tagcloud > a, .wp-block-tag-cloud > a, .testimonial-headline > b {
    background:  color-mix(in srgb, var(--clb-color-neutral) 16%, #09bee1);
    display: inline-flex
;
    vertical-align: middle;
    align-items: center;
    color: #fff !important;
    border-radius: 15px;
}
.icon svg path {
    fill: rgb(28 181 211);
}
:root {
    --clb-color-danger: #09bee1;
}

h3.padme {
    padding: 20px 0px;
}
.site-footer .page-container + .site-footer-copyright .holder {
    border-top: none;
}