@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --green: #008A38;
    --orange: #E5906B;
    --black: #37393F;
    --light-gray: #7d7d7d;
    --bg-light-gray: #F4F4F4;
    --section-padding: 180px;
    --container:calc(1240px + 20%) !important;
}

.last-section.bg-color{
	margin-bottom:0 !important;
}

/* swiper slider */

.swiper{
	cursor:grab;
}

.swiper-slide,
.swiper-wrapper{
	height: auto !important;
}

/* product archive */

.product-container{
	background-color:var(--bg-light-gray);
	padding-top: 80px;
	padding-bottom:80px;
}

.product-category{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    align-content:center;
    gap:20px;
}

@media(min-width:640px){
	.product-category{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(min-width:768px){
	.product-category{
		grid-template-columns: repeat(5, 1fr);
	}
}

.product-category a{
    text-align: center;
    padding: 30px 20px;
    border:1px solid var(--green);
    height: 100%;
    align-content:center;
    text-decoration: none;
	transition:0.3s all;
}
.section-gap-half-bottom{
	margin-bottom:calc(var(--section-padding) / 2) !important;
}
.section-gap-half{
	margin-top:calc(var(--section-padding) / 2) !important;
	margin-bottom:calc(var(--section-padding) / 2) !important;
}


.product-category a:hover{
	background-color:var(--green);
	color:white;
}

.product-grid .archive-single__image{
	padding-bottom:100% !Important;
}

.product-grid .archive-single__image{
	background-color:white;
}

.product-grid-wrapper.loading:before, .product-wrapper.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(217, 228, 227, 0.85) url(../images/preloader.svg) no-repeat center center;
}

.product-grid .archive-single__image img{
	width:80%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	object-fit:contain;
	object-position:center;
}

.product-grid-wrapper .no-results-message, .product-wrapper .no-results-message {
    display: none;
}

.product-category a img{
	max-height:35px;
	width: auto;
	margin-bottom:10px;
}

.product-category a h3{
    font-size: 16px;
    font-weight: 500;
    color:black;
	transition:0.3s all;
}

.product-category a h3 span{
	margin-top:5px;
	display:inline-block;
}

.product-category a:hover h3{
	color:white;
}

a{
	color:var(--green);
}

.bg-image--product{
	padding-bottom: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#filter{
	gap:20px 30px;
}

.search-input-wrapper input,
#filter .btn-primary,
#filter .btn-link{
	font-size:14px !important;
}
.search-input-wrapper input{
	padding: 13px 43px 13px 15px !important;
	background-color:white !important;
	width:100%;
	
}


.filter-form form .btn-primary{
	min-width: unset !important;
}

.filter-form form #remove-filter{
	color:black;
	text-decoration:none;
	padding:0 !important;
	position:relative;
}

.filter-form form #remove-filter .icon-cross {
    margin-left: 5px;
    font-size: 20px;
    text-decoration: none;
	    position: absolute;
    top: -13px;
    right: -20px;
}

.filter-form form .search-input-wrapper {
    position: relative;
	width:350px;
	max-width:100%;
}

.icon-cross:before {
    content: "\f335";
}

.icon-cross,
.icon-search{
	font-family:'dashicons';
}



.filter-form form .search-input-wrapper .icon-search {
    color: #069040;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.icon-search{
	font-size:1.4rem !important;
}

.icon-search:before {
    content: "\f179";
}

.product-grid{
    display: grid;
    grid-template-columns:repeat(1,1fr);
    gap: 40px 20px;
}

@media(min-width:540px){
	.product-grid{
		grid-template-columns:repeat(2,1fr);
	}
}

@media(min-width:768px){
	.product-grid{
		grid-template-columns:repeat(3,1fr);
	}
}

@media(min-width:1024px){
	.product-grid{
		grid-template-columns:repeat(4,1fr);
	}
}

.product-grid .bg-image{
    padding-bottom:100%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-grid h5:hover{
	color:var(--green);
}
.product-number{
	font-size:14px;
}

.product-grid a{
	text-decoration:none;
}

.product-grid p{
	color: var(--light-gray);
}

/* services mobile nav */

.catalog-side-nav__mobile{
    overflow: hidden;
    transition:0.3s all;
}

.catalog-content__side-wrapper--mobile.expand .catalog-side-nav__mobile{
    max-height:400px !important;
}

.btn.btn--with-icon{
	padding:10px 18px 10px 14px !important;
}
.btn--with-icon img{
    max-width: 30px;
    height: auto;
}
#expand-menu__text--less{
    display: none;
}

.catalog-content__side-wrapper--mobile.expand #expand-menu__text--less{
    display: block;
}

.catalog-content__side-wrapper--mobile.expand #expand-menu__text--more{
    display: none;
}

#expand-menu{
    padding: 11px 45px 11px 15px;

}
/* project slider */

.project-slider__image{
    position: relative;
    padding-bottom: 150%;
}

.project-slider img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

/* certification slider */ 

.certificates-slider-section{
    overflow-x:hidden;
}

.certificates-slider .gallery-link{
    padding-bottom: 150%;
    display: block;
}

.certificate-slider-image{
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: contain;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}

.mask-wrapper{
    opacity: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity .5s ease;
}

.mask-wrapper span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007222;
    color: white;
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50%;
}

.gallery-link:hover .mask-wrapper,
.has-mask:hover .mask-wrapper{
    opacity: 1;
}

.swiper-button-next{
    left: unset !important;
}
.swiper-button-prev{
    margin-right:20px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    font-size: 30px;
    color: #069040;
    margin-top: 20px !important;
    top: usnet !important;
    right:0 !important;
    left: !important;
}


html {
    font-size: 18px;
}

/* bootstrap override */

@media(min-width:1024px){
    
    .container {
        padding-left: 10%;
        padding-right: 10%;
        max-width: calc(1240px + 20%) !important;
    }
    
    .container-fluid {
        max-width: calc(1640px + 10%);
        padding-left: 5%;
        padding-right: 5%;
    }


}

.btn {
    padding: 21px 27px;
    border-radius: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.btn:not(.btn-link){
    min-width: 210px;
}

.btn.mw-unset{
    min-width: unset;
}

.btn.btn-small{
	padding:7px 16px;
}

.btn-primary {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-primary:hover,
.btn-primary:focus{
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
	box-shadow:none;
}

.btn-secondary {
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-secondary:hover,
.btn-secondary:focus{
    background-color: var(--green);
    border-color: var(--green);
	box-shadow:none;
}

.btn-black {
    background-color: var(--black);
}

.btn-black:hover,
.btn-black:focus{
	color:#fff !important;
	background-color:#1e1e1e;
	box-shadow: none;
}

.btn-link {
    color: #fff;
    text-decoration: underline;
    border: none;
}

.btn-link:hover,
.btn-link:focus{
    color:var(--green);
	border:none;
	outline:none;
	box-shadow:none;
}
/* end bootstrap override */

body {
    font-size: 1rem;
    line-height: 1.6em;
    color: var(--light-gray);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

section:not(.hero-section) {
    margin-top: var(--section-padding);
    margin-bottom: var(--section-padding);
}

/* TYPOGRAPHY */

.font-weight-semi {
    font-weight: 600;
}

h1 {
    font-size: 3.3rem;
    line-height: 1.2em;
    font-weight: 700;
}

h2 {
    font-size: 2.22rem;
    font-weight: 700;
    line-height: 1.2em;
}

h3 {
    font-size: 1.67rem;
    font-weight: 600;
    line-height: 1.3em;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.3em;
    font-weight: 600;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.35em;
    font-weight: 600;
}

h6{
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 500;
}

p {
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: 400;
}

b,
strong {
    font-weight: 600;
}

.text-black {
    color: var(--black);
}

.text-green {
    color: var(--green);
}

.text-white {
    color: #000;
}

.text-lighter {
    color: var(--light-gray);
}

/* global styles */

hr{
    border-top:1px solid #c5c5c5;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2{
    margin-bottom: 0.5em;
}

.section-title h6,
.hero-section h6{
    margin-bottom: 0.9em;
}

.section-title .description{
    margin-bottom:2em ;
}

.bg-mask {
    position: relative;
}

.bg-mask>* {
    position: relative;
}

.bg-mask--overlay {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.bg-mask--white{
    background-color: #fff;
}

.bg-mask--black {
    background-color: #37393FE8;
    backdrop-filter: blur(10px);
}

.bg-mask--light {
    background-color: var(--bg-light-gray);
}

.bg-mask--half {
    width: 43.6%;
}

.bg-mask--review{
    width: 1970px;
    right: 0;
    background: #fff;
    left: unset;
    height: 200%;
    top: -50%;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dual-text span {
    color: var(--green)
}

.dual-text-white span {
    color: #fff;
}

.square-before {
    position: relative;
}

.square-before:before {
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.2em;
}

.square-before--green:before {
    background-color: var(--green);
}

.square-before--orange:before {
    background-color: var(--orange);
}


.icon-box--icon-list > .icon-box{
    margin-top: 20px;
    column-gap:10px;
    align-items: flex-start;
}

.icon-box--icon-list > .icon-box img{
    margin-top: 3px;
    display: inline-block;
    width: 1.2em;
}

.overview-section__content .icon-box__wrapper{
    margin-top:85px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 30px;
}

.icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 10px;
}

.icon-box--bordered {
    padding: 30px 40px;
    border: 1px solid #e3e3e3;
}

.icon-box.icon-box--top{
    align-items: flex-start;
}

.icon-box--top img{
    margin-top: -2px;
}

.icon-box-bordered {
    margin-top: 30px;
}

.icon-box-bordered img {
    width: 27px;
    margin-top: -2px;
}

.icon-box__content b {
    color: var(--black);
}

.icon-box__content a {
    color: var(--black);
    text-decoration: underline;
}

/* contact form */
.wpcf7-form-control-wrap,
.contact-form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
}

.gdpr-check .wpcf7-form-control-wrap{
	width: auto !important;
}

.gdpr-check .wpcf7-list-item-label{
	display:none;
}

.gdpr-check .wpcf7-list-item{
	margin-left:0;
	margin-right:10px;
}
.contact-form input.wpcf7-form-control:not(.wpcf7-submit),
.contact-form textarea.wpcf7-form-control,
.search-input-wrapper input{
    border: 1px solid #ddd;
    background-color: var(--bg-light-gray);
    font-size: 1rem;
    padding: 20px 20px;
    color: var(--black);
}

.contact-form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: var(--black);
    opacity: 1;
}

.contact-form input.btn-primary{
    display: block;
    margin: 0 auto;
}

/* SWIPPER */

.swiper-wrapper {
    align-items: center;
}

.swiper img {
    max-width: 100%;
}

.swiper-nav {
    text-align: right;
    margin-top: 30px;
}

.swiper-button {
    position: relative !important;
    left: unset !important;
    right: unset;
    display: inline-block;
    width: 40px;
    background-size: contain;
    top: unset;
    margin-top: 0;
}

.swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/03/arrow-prev.svg');
    margin-right: 20px;
}

.swiper-button-next {
    background-image: url('/wp-content/uploads/2024/03/arrow-next.svg');
}

/* icon box */

.icon-box {
    display: flex;
    align-items: center;
}

.icon-box__icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background-color: var(--bg-light-gray);
}

/* HERO SECTION */

.hero-section {
    position: relative;
    background-image: url('/wp-content/uploads/2024/05/hp-scaled.jpg');
    background-position: top right;
    padding: 160px 0 200px;
    margin-bottom: var(--section-padding);
    z-index: 1;
}

.hero-section h6,
.hero-section h1 {
    color: white;
}

.hero-section h1 {
    margin: 0 0 0.33em 0;
}

.hero-section p {
    margin-bottom: 2em;
    color: #B9B9B9;
    font-weight: 500;
}

/* FEATURES SECTION */

.features-box {
    padding: 30px;
    background-color: var(--bg-light-gray);
    height: 100%;
}

.features-box h4 {
    color: var(--black);
}

/* review slider */

.review-slider-section{
    position: relative;
    z-index: 0;
}

.review-slider__overall{
    column-gap: 15px;
    z-index: 9;
    width:440px;
    min-width: 440px;
}

.review-slider__overall > div{
    flex:1;
}

.review-slider__overall-score{
    column-gap: 10px;
}

.review-slider--box{
    box-shadow: 15px 10.5px 30px #00000014;
    background-color: #fff;
    border-radius: 1px;
    padding: 22px 35px;
    transition:0.3s all;
}

.review-slider__overal-rating{
    font-size: 72px;
    font-weight: 700;
    line-height: 1em;
}

.review-slider__overall-counter{
    padding: 5px 10px;
    background-color: var(--black);
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    border-radius: 40px;
}

.review-slider__overall-graph-single{
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.review-slider__overall-graph-single label  > *{
    width:15px;
}

.review-slider__overall-graph-single label{
    display: flex;
    width:25px;
    text-align: center;
    align-items: center;
}

.review-slider__overall-graph-single .dashicons{
    vertical-align: text-bottom;
    font-size: 12px;
    height:auto;
}

progress[value] {
  -webkit-appearance:none;
  -moz-appearance:none;        
  appearance: none;
  height: 5px;
  width: calc(100% - 10px);
}

progress[value]::-webkit-progress-value,
progress::-webkit-progress-value{
    height: 5px;
        border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

progress[value]::-webkit-progress-value{
    background-color: var(--green);
}

/* background: */
progress::-webkit-progress-bar {background-color: #e6e6e6; width: 100%;    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;}
progress {background-color: #e6e6e6;    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;}

/* value: */
progress::-webkit-progress-value {background-color: green !important;}
progress::-moz-progress-bar {background-color: green !important;}
progress {color: green;}

.review-mask{
    z-index: 9;
}

.review-slider__name-text{
    line-height: 1.3em;
}

.review-slider .swiper-slide{
    width: 100%;
    height: auto;
}

.review-slider .swiper-wrapper{
    height: auto;
    align-items:stretch;
}

.review-slider .swiper-slide-prev .review-slider--box{
    box-shadow:none;
}

.review-slider__text{
    width:100%;
    max-width: 400px;
    text-align: left;
}

.review-slider__single-avatar{
    margin-right: 10px;
}

.review-slider__single{
    width:100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:min-content;
    column-gap:10px;
    padding: 22px 22px;
    height: 100%;
}

.review-slider__single-user{
    margin-bottom: 20px;
}
.review-slider__single-avatar img{
    width:60px;
    height: 60px;
    min-width:60px;
    min-height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: contain;
}

.review-slider{
    padding-left: 25px;
    height: 100%;
    width:calc(100% - 465px);
    display: flex;
    align-items: center;
}

@media (max-width:1650px) and (min-width:1200px){
    
    .features-box h4 {
        font-size: 1.1rem;
    }
    
    .features-box img{
        width:25%;
    }
}

.features-box img {
    max-width: 35%;
}

/* oveview section */

.overview-section__bg {
    background-image: url('/wp-content/uploads/2024/03/Carpenter-man-working-on-a-roof.jpg');
    width: 100%;
    height: 100%;
}

/* CTA SECTION */

.cta-section .cta-content {
    padding: 96px 160px 135px;
}

.cta-buy-section .cta-content {
    background-image: url(/wp-content/uploads/2024/03/cta-buy.png);
    background-position: center top;
}

/* cta message */

.cta-message-section .cta-content {
    background-image: url(/wp-content/uploads/2024/03/cta-message.png);
    background-position: center top;
}

/* services page */
.hero-section--inner {
    min-height: 470px;
    padding-top: 140px !important;
    padding-bottom: 20px !important;
}

.features-icon-box {
    background-color: var(--bg-light-gray);
    padding: 0 40px 40px 40px;
}

.features-icon-box img {
    width: 70px;
    margin-top: -35px;
    margin-bottom: 25px;
}

.our-service-bg-box {
    color: white;
    padding: 30px;
}

.our-service-bg-box h3{
    font-size: 1.9rem;
}

.table-wrapper {
    background-color: #dae4e3;
    border: 30px solid #dae4e3;
    max-width: 100%;
}

.table-wrapper table {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.table-wrapper table td,
.table-wrapper table th {
    border-right: 1px solid white;
    border-left: 1px solid white;
    padding: 15px;
}

.table-wrapper table th {
    background-color: #4bb567;
    font-weight: 600;
    color: #fff;
}

.table-wrapper table th:first-child {
    background-color: #2c903c;
}

.table-wrapper table tr:nth-child(odd) {
    background-color: #dae4e3;
}

.table-wrapper table tr:nth-child(even) {
    background-color: #e5e5e5;
}

/* REVIEW SECTION */
.reviews-section .row{ 
    padding-top: calc(var(--section-padding) / 2);
}

.review-box {
    padding: 55px 35px;
    background-color: var(--bg-light-gray);
}

.review-box__avatar {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.review-box__avatar img {
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width:60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.review-box__user {
    padding-left: 15px;
}

.review-box__user > p{
    font-size: 0.9rem;
}

.review-box__review-text p{
    font-size: 1.2rem;
}

.review-box .dashicons {
    color: var(--orange);
}


/* OUR PROJECTS */

.archive-single {
    margin-bottom: 60px;
}

.archive-single__image {
    position: relative;
    padding-bottom: 140%;
}

.archive-single__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.archive-single__content-date {
    font-size: 14px;
}

.archive-single__content-date:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background: url('/wp-content/uploads/2024/03/date-icon.svg') center center/contain no-repeat;
}

.archive-single__content-link {
    width: 38px;
    height: 38px;
    display: block;
    padding: 3px !important;
    border-radius: 50% !important;
    background-color: var(--bg-light-gray);
    min-width: auto !important;
}

.archive-single__content-link img {
    filter: invert(1);
}

.archive-single__content-link:hover img {
    filter: invert(0);
}

.archive-single__content-link:hover {
    background-color: var(--green);
}

.archive-single .swiper-button-prev,
.archive-single .swiper-button-next{
   margin-top: 0!important; 
   width: 20px !important;
    height: 25px !important;
    background-size: contain !important;
}

/* counter section */

.counter-section {
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}

@media(min-width:768px){
    
    .icon-counter{
        position: relative;
    }
    
    .icon-counter__wrapper > div:not(:last-child):after{
        content:'';
        display: block;
        height: 90%;
        position: absolute;
        top:5%;
        right: 0;
        border-right: 1px solid #37393f1a;
        width:1px;
    }
}

.icon-counter__icon {
    display: inline-block;
    padding: 12px;
    background: #fff;
    border-radius: 50%;
    transition-duration: 0.3s !important;
    box-shadow: 0px 0px 11px 14px #f1f1f170;
    ;
}

.icon-counter:hover .icon-counter__icon {
    background-color: var(--green);
}

.icon-counter:hover .icon-counter__icon img {
    filter: brightness(0) invert(1);
}

.icon-counter__icon:hover img {
    filter: brightness(0) invert(1);
}

.icon-counter > *:not(:last-child){
    margin-bottom: 20px;
}

.icon-counter-count {
    font-size: 40px;
    color: var(--green);
    font-weight: 700;
    line-height: 1em;
}

.team-item {
    padding: 24px 32px;
    box-shadow: 15px 10.5px 30px #00000014;
}

/* 404 page */

.not-found {
    padding-top: 12vh !important;
    padding-bottom: 12vh !important;
}

.not-found-subtitle {
    font-size: 17rem;
    line-height: 0.8em;
    font-weight: bold;
}

/* catalog page */

.img-fit-cover{
    object-fit: cover;
    object-position: center;
}

.catalog-content__side-wrapper {
    padding: 55px 35px;
    background-color: var(--bg-light-gray);
}

.catalog-content__side-wrapper:not(:last-child) {
    margin-bottom: 40px;
}

.catalog-side-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.catalog-side-nav a {
    position: relative;
    padding: 14px 45px 14px 20px;
    display: block;
    background-color: transparent;
    color: var(--black);
    text-decoration: none;
    transition: 0.3s all;
    font-size: 1.1rem;
}

.catalog-side-nav a:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url('/wp-content/uploads/2024/03/chevron-right.svg') center center/contain no-repeat;
    ;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.catalog-side-nav a:hover,
.catalog-side-nav .current-menu-item a {
    background-color: var(--green);
    color: #fff;
}

.catalog-side-nav a:hover:after,
.catalog-side-nav .current-menu-item a:after {
    filter: brightness(0) invert(1);
}

.catalog-content-right>div:not(:last-child) {
    margin-bottom: 50px;
}

.accordion__single {
    border: 1px solid #E3E3E3;
}

.accordion__single:not(:last-child) {
    margin-bottom: 20px;
}

.accordion__single .btn {
    width: 100%;
    text-align: left;
    padding: 25px 65px 25px 30px;
    position: relative;
}

.accordion__single .btn:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2024/03/plus-icon.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.accordion__single .btn:focus {
    outline: none;
    box-shadow: none;
}

.accordion__single .btn[aria-expanded='true']:after {
    background-image: url('/wp-content/uploads/2024/03/minus-icon.svg');
}

.accordion__single .accordion__single-text-content {
    padding: 0 30px 30px 30px;
}

/* reference page */

.reference-list.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.85) url(/wp-content/uploads/2024/04/preloader.svg) no-repeat center center;
}

.reference-breadcrumbs .prev-button,
.reference-breadcrumbs .next-button {
    color: var(--green);
    display: inline-flex;
    align-items: center;
}

.reference-breadcrumbs .prev-button span {
    margin-right: 0.5rem;
    margin-left: 0;
}

.reference-breadcrumbs .next-button span {
    margin-left: 0.5rem;
    margin-right: 0;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.gallery-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5rem -0.32rem;
}

.gallery-list__item {
    position: relative;
    margin: 0.42rem;
    width: calc((100% - 3.36rem) / 4);
}

.gallery-list__item .mask-wrapper {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity .5s ease;
}

.review-box__rating{
	line-height:1;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .4;
    z-index: 0;
}

.mask-wrapper span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007222;
    color: white;
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2024/04/eye-solid.svg');
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-list__item .bg-image {
    padding-bottom: 75%;
}

.about-us-overview{
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}

/* RESPONSIVE */

@media(max-width:1200px){
    
      
    section.hero-section{
        margin-bottom:calc(var(--section-padding) / 2) ;
    }

    section:not(.hero-section) {
        margin-bottom: calc(var(--section-padding) / 1.5);
        margin-top: calc(var(--section-padding) / 1.5);
    }
        
    .catalog-content__side-wrapper {
        padding: 35px 25px;
    }
    
            
    /* REVIEW SLIDER */
    .review-slider__overall{
        width: 300px;
        min-width: 300px;
        padding:15px;
    }
    
    .review-slider__overal-rating{
        font-size: 50px;
    }
    
    html {
        font-size: 16px;
    }
    
}
@media(max-width:1023px){

  
    
    .about-us-overview{
        padding-top: calc(var(--section-padding) / 1.5);
        padding-bottom: calc(var(--section-padding) / 1.5);
    }

    .hero-section--inner {
        padding: calc(var(--section-padding) / 1.5) !important 0;
    }
        
    .bg-mask--half {
        width: 100%;
    }
    
    .container{
        max-width: 100%;
    }
    
    .contact-form .wpcf7-form-control:not(.wpcf7-submit){
        padding: 20px;
    }
    
    .btn:not(.btn-link){
        padding: 15px 25px;
        min-width: unset;
    }

    
}

@media(max-width:992px){
    
    .not-found-subtitle{
        font-size: 64px;
    }
    
    .not-found h1{
        font-size: 36px;
    }

.review-slider--box{
    width:100%;
    flex-wrap: wrap;
    justify-content:center;
    padding:15px;
}

.review-slider__name-text,
.review-slider__text p{
    font-size: 0.9rem;
}

.review-slider__single-user {
    margin-bottom: 10px;
}

.review-slider__single-avatar img {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
}

.review-slider__overall {
    min-width: 125px;
    width: 125px;
    column-gap: 0;
    row-gap: 15px;
}

.review-slider__overal-rating{
    font-size: 40px;
}

.review-slider{
    padding-left:15px;
    width: calc(100% - 125px);
}
}

@media(max-width:767px) {


    /* HOME PAGE */

    .hero-section {
        padding: 90px 0 90px;
    }

    .features-box {
        padding: 20px;
    }
    
    .features-box h4{
        font-size: 1.1rem;
    }
    
    .features-box img {
        max-width: 20%;
    }

    .overview-section__bg {
        padding-bottom: 66%;
    }

    .cta-section .cta-content {
        padding: 45px 30px;
    }

    .icon-box{
        column-gap: 10px;
    }
    /* katalog page */

    .catalog-content__side-wrapper {
        padding: 30px 20px;
    }

    .catalog-content__side-wrapper:not(:last-child) {
        margin-bottom: 15px;
    }

    .catalog-side-nav a {
        padding: 11px 45px 11px 15px;
    }

    .accordion__single .btn {
        padding: 15px 38px 15px 15px;
    }

    .accordion__single .accordion__single-text-content {
        padding: 0 15px 15px 15px;
    }

    .accordion__single .btn:after {
        right: 14px;
    }

    /* ABOUT US */

    .icon-box--bordered {
        padding: 20px;
    }

    /* REFERENCIES */

    .archive-single__image {
        padding-bottom: 100%;
    }

    /* OUR SERVICES */
    
    .overview-section__content .icon-box__wrapper{
        margin-top: 35px;
    }

    .features-row>div:not(:last-child) {
        margin-bottom: 65px;
    }

    .our-service-bg-box {
        padding: 25px;
    }
    
    .review-box__avatar{
        margin-bottom:15px;
    }

    .table-wrapper {
        overflow-x: scroll;
        border:20px solid #dae4e3;
    }

    .table-wrapper th:first-child,
    .table-wrapper td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
    }

    .table-wrapper tr:nth-child(odd) td:first-child{
        background-color: #dae4e3;
    }
    
    .table-wrapper tr:nth-child(even) td:first-child{
        background-color: #e5e5e5;
    }
    

    .review-box {
        padding: 25px 20px;
    }

    .review-box__avatar img {
        height: 50px;
        width: 50px;
        min-height: 50px;
        min-width: 50px;
    }
    
    .overview-section__content .icon-box{
        margin-bottom: 0;
    }
    
    .review-box__review-text p{
        font-size: 0.9rem;
    }

    
}

.bundle:not(:last-child){
    margin-bottom:70px;
}

@media(max-width:992){
	.bundle:not(:last-child){
		margin-bottom:50px;
	}
}

.bundle-left{
    background-color: var(--bg-light-gray);
}

.bundle-number-big{
    font-size: 42px;
    color:#fff;
    font-weight: 900;
    width:60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-text-stroke: 2px #E5906B;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
}

.bundle-number-big:after{
    content:'';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/05/Ellipse.png');
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bundle-column-content{
    margin-left: 38px;
}

.bundle .btn{
    min-width: 145px !important;
    padding: 12px !important;
}

.bundle .btn.bundle-content-toggle{
	min-width:unset !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	color:var(--light-gray);
}

.bundle .btn.bundle-content-toggle:hover{
	color:var(--black);
}

@media(min-width:992px){
    .bundle-number-big{
        font-size: 58px;
        width:85px;
        height: 85px;
    }
}