
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body, caption, span{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #414042;
}



b, strong {
    font-weight: bold;
}

h1 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 25px 0;
    font-weight: 700;
    text-transform: uppercase;
    color:var(--primary-colour);
}

a {
    font-weight: 300;
    text-decoration: none;
    color: #414042;
}

a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color:var(--primary-colour);
}



.primary-text{
    color:var(--primary-colour);
}


::marker {
    color: var(--primary-colour);
}

/* Small */
@media only screen and (min-width: 577px) {
    ::marker {display:none;}
}

.text-justify{
text-align: justify;
}

.custom-logo-link {
    display: block;
}

img.custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto auto;
}


.scale-hover:hover{
transform: scale(1.2);
}

.scale-hover{
    transition: transform 1s ease-in-out;
}


.bgimg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-position: 50% 50%;
}

#frontpage-sidebar1 .widget-title {
    text-transform: uppercase;
    width: fit-content;
    position:relative;
    margin-bottom:1em;
}


/* Header Custom Style */

.site-logo {
    z-index: 1;
    background-color: var(--primary-colour);
    padding: 0.5% 1%;
}

img.custom-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    margin: auto auto;
}

.links-menu li {
    margin: 0 1em;
}

header {
    z-index: 5;
    width: 100%
}

header .container {
    background-color: #fff;
    background:linear-gradient(0deg,rgba(227, 227, 227, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(235, 235, 235, 1) 100%);
    border-radius: 1em;
    box-shadow: 0.2em 0.2em 0.5em rgb(0, 0, 0, 0.2);
}

header .top-bar {
    display: inline-flex;
    margin: auto 0;
    list-style: none;
    padding: 1em 2em;
    justify-content: space-between;
}

header .top-bar li a, .mobile-menu ul a {
    text-transform: uppercase;
    font-weight: bold;
}

header .top-bar li a:hover {
    color: var(--primary-colour);
}

header .top-bar li .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    background: #212529;
    margin: 3.25em 0 0;
    padding: 0;
    list-style: none;
    width: 15em
}

header .top-bar li .sub-menu a {
    padding: .25rem;
    text-align: center
}

header .top-bar>.menu-item-has-children:hover>.sub-menu,
header .top-bar .menu-item-has-children .sub-menu>.menu-item-has-children:hover .sub-menu {
    display: block
}

header .top-bar .sub-menu li .sub-menu {
    top: 0;
    left: 100%
}

@media only screen and (min-width:768px) {
    .main-nav {
        display: none
    }
}

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

    header .top-bar li a {
        padding: .5em .3em
    }
}

@media only screen and (max-width:767px) {
    .desktop-menu {
        display: none
    }
}




h1.page-title {
    z-index: 99;
    position: absolute;
    color: #fff;
}



footer {
    background-color: var(--primary-colour);
    color:#fff;
}

footer h5, footer h6, footer a, footer td, footer th, footer i {
    color: #fff;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding:0;
}

.footer-menu li {
    border-bottom: 1px solid #fff;
    padding: 1em 0;
}

.footer-menu li:last-child {
    border-bottom: 0;
}

@media only screen and (max-width: 767px){
footer {
margin:4em 0;
text-align: center;
}
}

#footer-sidebar ul {
    list-style: none;
    padding-left: 0rem;
    line-height: 1.5;
}

footer .list-group-item {
    background-color: transparent !important;
}

footer .list-group-item a {
    font-weight: bold;
}


.theme-btn, .more-link, button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
    background-color: #2d3142;
    color: #ffffff;
    border: 1px solid;
    border-color: #2d3142;
    font-weight: normal;
    border-radius: 2px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    letter-spacing: 2px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/* Search Bar Style */

.search-form {
    position: relative;
    float: right;

}

.search-form input {
    width: 100px;
    border: 0;
    float: right;
    padding: 0.5em 1em;
    padding-right: 3.5em;
    font-size: 12px;
    border-radius: 0.5em;
    outline: none !important;
    -webkit-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    -o-transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
    transition: width 1s ease-in-out, padding-left 1s ease-in-out, padding-right 1s ease-in-out;
}

.search-form button {
    text-align: right;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    width: 2em;
    color: #b7b7b7;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

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

.search-form input:hover{
    width: 200px;
}
}

.fa-solid span {
    margin-left: 0.5em;
}

.product-spec span{
-webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
     line-height: 1.5;
    text-rendering: auto; font-weight:900;
}

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.page-numbers {
    margin: 0 0.5em;
    height: 2em;
    padding: 0.3em 0.8em;
    text-align: center;
    color:var(--primary-colour);
    font-weight: bold;
    font-size: 1.2em;
}

.current {
    background-color: var(--primary-colour);
    color:#fff;
    border-radius: 50%;
}



.btn-expand {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 28px;
    z-index: -1;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    border-radius: 0 0 0 0;
}


.table-caption {
    caption-side: top;
    padding: 1em 1em;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
}

.table th{
    color:var(--primary-colour);
}

svg#Layer_1 {
    position: relative;
    top: -5px;
    left: -5px;
    height: 310px;
    mask-image:  linear-gradient(to right, black, transparent );
    -webkit-mask-image: linear-gradient(to right, black, transparent );
}

.option-value .list-inline-item ~ .list-inline-item::before {
    content: '/';
    margin-right: 0.5rem;
}

.header-footage .title {
    transform: translate(-50%,-50%) scale(2);
}

/* Extra Small */
@media only screen and (max-width: 576px) { 

    .header-footage .title h2 {
        font-size: 1em;
    }

    .header-footage .title p {
        font-size: 0.5em;
    }
}

/* Small */
@media only screen and (min-width: 577px) { 

    .header-footage .title {
        transform: translate(-50%,-50%) scale(2);
    }

}

/* Medium */
@media only screen and (min-width: 768px) { 

    .header-footage .title h2 {
        font-size: 2em;
    }

    .header-footage .title {
        transform: translate(-50%,-50%) scale(1.5);
    }

}

/* Large */
@media only screen and (min-width: 992px) { 

    .header-footage .title {
        transform: translate(-50%,-50%) scale(2);
    }

}

/* Extra Large */
@media only screen and (min-width: 1140px) { 

    .header-footage .title {
        transform: translate(-50%,-50%) scale(2);
    }

}


/* Extra Small */
@media only screen and (max-width: 576px) {
.thumbnail-banner{
height:200px;
}
}


/* Small */
@media only screen and (min-width: 577px) {
.thumbnail-banner{
height:290px;
}
}

/* Medium */
@media only screen and (min-width: 768px) { 
.thumbnail-banner{
height:340px;
}
}

/* Large */
@media only screen and (min-width: 992px) { 

.thumbnail-banner{
height:400px;
}
}

/* Extra Large */
@media only screen and (min-width: 1140px) { 

.thumbnail-banner{
height:450px;
}
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color:#696969;
  text-transform: uppercase;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

span.wpc-open-icon {
    margin-left: 1em;
}

.wpc-filter-title{
    width:100%;
}

footer aside{
    background:unset;
}

.filter-container a:hover{
 color:unset;
}

/*Profile Editor Custom Style*/    

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
    overflow: scroll;
}

.overlay-content{
    position: relative;
    transform: translate(-50%, 10%);
    left: 50%;
    padding: 2em;
    background: #fff;
}


@media only screen and (min-width: 768px){
    .overlay-content{
        width: 75%;
    }
}

@media only screen and (max-width: 767px){
    .overlay-content{
        width: 100%;
    }
}


.profile-container {
    margin-top: -6em;
}

.profile_form {
    max-width: 700px;
    width: 100%;
    position: relative;
    transform: translate(-50%, 20%);
    left: 50%;
    padding: 2em;
    background: #fff;
    color:#000;
}

.profile_form .acf-form-fields{
--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.profile_form .acf-field-image {
    text-align: center;
    width: 100%;
}


.profile_form .acf-form-submit {
    text-align: center;
    margin: 1em 0;
}

.profile_form .acf-fields>.acf-field {
    width: 100%;
    border-top-width: 0;
}

.profile_form .acf-field-group > .acf-label {
    border-bottom: 1px solid #000;
}

.profile_form .-border {
    border: unset!important;
}


.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    font-size:13px!important;
}

.user-role li {
    background:none;
    color:#fff;
}

#breadcrumbs {
    font-size: 14px;
    color: #333;
    padding: 1em 0;
    text-align: center;
    margin: 1em 0;
}

#breadcrumbs a {
    text-decoration: none;
    color: var(--primary-colour);
}

#breadcrumbs a:last-child {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-colour);
}


.primary-text {
    color: var(--primary-colour);
}     
      
.primary-bg, .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-colour);
}

.primary-border{
    border-color:var(--primary-colour);
}
      
      
.tab button.active {
    color: #fff;
    background: var(--primary-colour);
}


.variation-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.variation-table>* {
  flex: 0 0 35px;
  border-bottom: 1px solid #eee;
}

.product-variation-item {
    position: relative;
}

.tooltip-content {
    left: 50%;
    bottom: 100%;
    Transform: translatex(-50%);
    white-space: nowrap;
    z-index: 1000;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.category-box {
    position: relative;
    overflow: hidden;
}

.motion-line {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    z-index: 1;
}

.category-box:hover > .motion-line {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*Google Map Style*/

.acf-map {
    width: 100%;
    height: 400px;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}


.img-container-link {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    position: relative;
}

.img-container-link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: saturate(0) brightness(0.5);
    object-position: center;
    transition: transform 1s ease-in-out;
}

.img-container-link:hover img {
    filter: none;
    transform: scale(1.2);
}

.img-container-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: large;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.img-container-link:hover span {
    background:var(--primary-colour);
    padding:1em;
}



.series {
    font-size: 1.3em;
    font-weight: bold;
}

.specification th, .specification td {
    padding: 0.5em 1em;
}

.widget-title.wpc-filter-title {
    font-size: large;
    font-weight: bold;
}

.wpc-filters-labels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wpc-filters-labels li {
    aspect-ratio: 1 / 1;
}

.wpc-filters-labels .wpc-term-item-content-wrapper{
    display:block!important;
    height:100%;
}

.wpc-filters-labels label{
    width:100%;
    height:100%;
    border: 1px solid #696969 !important;
    border-radius: 1em;
}

span.wpc-filter-label-wrapper {
    text-align: center;
    width: 100%;
    display: unset !important;
    padding: 1em !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a{
    font-weight: bold;
}


.wpc-filter-label-wrapper img.filter-image {
    display: inline-block;
    vertical-align: middle;
    width: 20px;  /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    margin-right: 10px; /* Adjust spacing */
}

.wpc-filters-checkboxes a {
    font-size: medium;
    font-weight: bold !important;
}

.wpc-filters-section {
    padding: 2em 0;
    border-bottom: 1px solid #eee;
}

span.wpc-wrap-icons {
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-labels li div {
    aspect-ratio: 1 / 1;
}


.filter-labels input, .filter-labels label {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}


/* Hide the default checkbox */
.filter-labels input[type="checkbox"] {
    appearance: none; /* Remove the default appearance in most browsers */
    -webkit-appearance: none; /* Remove the appearance in WebKit browsers */
    -moz-appearance: none; /* Remove the appearance in Firefox */
    border: 2px solid #ddd; /* Add a custom border */
    cursor: pointer;
    position: relative;
    background-color: #fff;
    width:100%;
    height:100%;
    opacity:0.3;
    border-radius: 1em;
}

/* Custom style when checkbox is checked */
.filter-labels input[type="checkbox"]:checked {
    background-color: var(--primary-colour); /* Change background color when checked */
}

.services-widget-list img {
    mix-blend-mode: multiply;
}

.service-item {
    border-radius: 1em;
}


.point-items {
    background-color: rgb(255,255,255,0.2);
    backdrop-filter: blur(50px);
    overflow: hidden;
    border-radius: 1em;
    height: 100%;
    box-shadow: 0.1em 0.1em 0.4em rgb(0, 0, 0, 0.2);
}

.point-items h6 {
    background-color: var(--primary-colour);
    padding: 1em;
    color: #fff;
}

.point-items p {
    padding: 0em 1em;
}

.point-items h6:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 0.5em;
}

.project-card div, .service-card div {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 1em;
}

.project-card img, .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn {
    background-color: var(--primary-colour);
    color: #fff;
}


.btn:hover{
    color: var(--secondary-colour);
}

.gm-style-iw.gm-style-iw-c {
    text-align: center;
}

#cta-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
    background-color: var(--primary-colour);
}

#cta-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) brightness(0.7);
    mix-blend-mode: overlay;
}

#cta-banner div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding:5%;
}

#cta-banner, #cta-banner h1, #cta-banner h2, #cta-banner h3, #cta-banner h4, #cta-banner h5, #cta-banner h6  {
    color: #fff;
}


.profile-img{
    aspect-ratio: 1/1;
    width:150px;
    overflow:hidden;
    border-radius: 50%;
    margin:auto;
}

.profile-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

