/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a

*:focus{
    outline: none !important;
}
*{
    box-sizing: border-box;
}
:root {
    --primary: #01226B;
    --secondary:#0078DA;
    --light:#EFF3FD;
    --text:#353535;
    --dark: #000000;
    --white: #FFF;
    --font1: "Poppins", sans-serif;
}
body{
    font-family:var(--font1);
    padding-top: 102px;
}
html {
    margin-top: 0 !important;
    scroll-behavior: smooth ;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
    line-height: 120% !important;
}
html p{
    line-height: 160%;
}
::selection {
    color: var(--white);
    background: var(--primary);
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}
strong {
    color: var(--dark);
}
html a, html .elementor a {
    text-decoration: none;
    transition: all 0.4s;
    color: var(--primary);
}
html a:hover{
    color: var(--dark);
}
.elementor-container {
    padding-left: 25px;
    padding-right: 25px;
}
.elementor-container .elementor-container{
    padding-left: 0;
    padding-right: 0;
}
.elementor-section-full_width .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
html h1.entry-title {
    display: none;
}
html p:last-child {
    margin-bottom: 0;
}
.sticky #masthead {
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 4%);
}
html .main_header .elementor-widget-image a img {
    max-width: 178px;
    display: block;
    width: 178px;
    transition: all 0.4s;
}
.sticky .main_header .elementor-widget-image a img{
    max-width: 150px;
}
.sticky #masthead .call_us .elementor-widget-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
#masthead .call_us .elementor-widget-container {
    transition: all 0.4s;
}
html .ehf-header #masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.4s;
    background-color: var(--white);
}
.main_header .elementor-widget-image a {
    max-width: 150px;
    display: block;
}
html .main_header .hfe-nav-menu .hfe-menu-item {
    padding: 0 !important;
    font-size: 16px;
    font-family: var(--font1);
    font-weight: 400;
    color: var(--white);
    line-height: 32px;
}
html .main_header .hfe-nav-menu > li {
    margin-right: 34px;
}
html .main_header .hfe-nav-menu li:last-child{
    margin-right: 0px;
}
html .call_us .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
}
html .call_us .elementor-icon-box-content p {
    order: -1;
    font-size: 12px;
    color:rgba(255, 255, 255, 0.9);
    line-height: 130%;
    margin-bottom: 2px;
    text-transform: uppercase;
}
html .main_header .hfe-nav-menu li.btn .hfe-menu-item {
    line-height: 48px;
    background-color: var(--primary);
    padding: 0 33px !important;
    color: var(--white) !important;
    border-radius: 50px;
}
html .main_header .hfe-nav-menu {
    align-items: center;
}
html .ehf-header #masthead .main_header {
    padding: 0px 0px 0px 100px;
}
html .main_header .hfe-nav-menu li.btn .hfe-menu-item:hover{
    background-color: var(--secondary);
}
html .call_us .elementor-icon-box-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    line-height: 110%;
}
html .call_us .elementor-icon-box-content h3 a {
    font-weight: inherit;
    font-size: inherit;
}
html .call_us .elementor-icon-box-icon {
    height: 44px;
    width: 44px;
    border-radius: 10px;
    background-color: var(--secondary);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
html .main_header  .elementor-widget-navigation-menu {
    margin: 0 auto;
}
.sticky #masthead .elementor-widget-image a {
    max-width: 130px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow i::before {
    font-size: 0;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2024/10/sub-menu.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '';
}
html .gradient_divider .elementor-divider-separator {
    border: transparent !important;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: 2px;
}
.form-field {
    margin-bottom: 22px;
}
html .form-field p label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--primary);
    display: block;
    line-height: normal;
}
span.wpcf7-quiz-label {
    margin-bottom: 5px;
    display: block;
}
em{
    color: red;
}
html .wpcf7-form-control {
    background: var(--light);
    height: 50px;
    border-color: var(--light);
    border-radius: 10px;
    color: var(--dark);
    padding: 0 16px;
    font-size: 15px;
    font-weight: 400;
}
.submit_btn {
    text-align: center;
}
.submit_btn p {
    position: relative;
    display: inline-block;
}
.submit_btn p .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
html .wpcf7 form .wpcf7-response-output {
    font-size: 15px;
    border-width: 1px;
    border-radius: 4px;
    padding: 7px 14px;
    background-color: transparent;
    border-left: 8px solid transparent;
    margin-bottom: 0;
    margin-top: 22px;
    margin-left: 0;
    margin-right: 0;
}
html .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
    color: red;
    background: #ff000008;
}
html .wpcf7 form.valid .wpcf7-response-output,
html .wpcf7 form.sent .wpcf7-response-output {
    border-color: #00ac00;
    background: #00ac0014;
    color: #006b00;
}
.free_quote_form .elementor-widget-wrap {
    width: 470px;
    max-width: 100%;
    margin-left: auto;
}
.free_quote_form .elementor-widget-wrap:after {
    content: "";
    display: block;
    height: 344px;
    width: 344px;
    background-image: url('/wp-content/uploads/2024/10/form-shape.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -35px;
    right: -35px;
    z-index: -1;
}
.find_postcode_form .form-field {
    margin-bottom: 0;
    position: relative;
}
.find_postcode_form label {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}
.find_postcode_form .form-field .submit_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background-color: var(--primary);
    padding: 0 28px;
    border-color: var(--primary);
}
.find_postcode_form .form-field .submit_btn:hover {
    background-color: var(--dark);
}
.find_postcode_form .form-field .wpcf7-text {
    padding-right: 130px;
}
.find_postcode_form .form-field .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 45px;
    opacity: 1;
}
html .find_postcode_form .wpcf7 form.valid .wpcf7-response-output, html .find_postcode_form .wpcf7 form.sent .wpcf7-response-output {
    color: #00f700;
    border-color: #00f700;
}
html .find_postcode_form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
    color: red;
    background: #ffe1e1;
}
.elementor-heading-title span {
    color: var(--secondary);
}
.our_services_box .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 60px 38px;
}
.our_services_box .elementor-widget-image-box .elementor-image-box-content {
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    border-color: #CBD4EB;
    overflow: hidden;
    padding: 30px 30px 40px;
    margin: 0 20px;
    transition: all 0.4s;
    width: unset;
    position: relative;
}
.our_services_box .elementor-image-box-wrapper:hover .elementor-image-box-content {
    border-color: var(--secondary);
}
.our_services_box .elementor-widget-image-box .elementor-image-box-img img,
.our_services_box .elementor-widget-image-box .elementor-image-box-img {
    display: block;
}
.our_services_box .elementor-widget-image-box .elementor-image-box-img img{
    box-shadow: 0px 9px 12px 0px #01226B30;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our_services_box .elementor-widget-image-box .elementor-image-box-img a {
    position: relative;
    height: 280px;
    display: block;
    overflow: hidden;
}
.our_services_box .elementor-widget-image-box .elementor-image-box-img a:after {
    content: "";
    height: 56px;
    width: 56px;
    background-color: var(--secondary);
    display: block;
    background-image: url(/wp-content/uploads/2024/10/Arrow-3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: all 0.4s;
}
.our_services_box .elementor-image-box-wrapper:hover a::after {
    transform: scale(1);
}
.our_services_box .elementor-image-box-wrapper {
    overflow: hidden;
}
.our_services_box .elementor-widget-image-box .elementor-image-box-content:after {
    content: "";
    display: block;
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--secondary);
    transform: translateY(20px);
    transition: all 0.4s;
}
.our_services_box .elementor-image-box-wrapper:hover  .elementor-image-box-content:after  {
    transform: translateY(0px);
}
.gutter_cleaning_help .call_us .elementor-icon-box-icon {
    background: transparent;
    border: 1px solid #01226B1F;
    border-radius: 50px;
}
html .call_us .elementor-icon-box-content p,
html .call_us .elementor-icon-box-content h3{
    color: var(--primary);
}
html .call_us .elementor-icon-box-content h3:hover {
    color: var(--secondary) !important;
}
.testimonial_carousel li.swiper-slide .block-shadow {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-description {
    background-color: var(--light);
    padding: 40px 30px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    overflow: visible;
    line-height: 170% !important;
    -webkit-line-clamp:unset; 
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-content {
    position: relative;
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-content:after {
    content: "";
    display: block;
    width: 50px;
    height: 12px;
    position: absolute;
    top: 100%;
    left: 42px;
    right: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--light);
    transition: all 0.4s;
    transform: rotate(180deg);
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-block {
    margin-top: 40px;
}
.testimonial_carousel li.swiper-slide .slide-image img {
    object-fit: cover;
    min-width: 100%;
    width: 100%;
    height: 100% !important;
}
.testimonial_carousel li.swiper-slide .slide-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-basic-info {
    align-items: center;
}
.testimonial_carousel section#mySwiper-1 {
    padding: 0;
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-description p:before {
    content: "";
    height: 36px;
    width: 50px;
    display: block;
    background-image: url('/wp-content/uploads/2024/10/double-cot.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-prev,
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-next {
    border: 1px solid #01226B33;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    margin: 0;
    transition: all 0.4s;
}
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-prev:hover, html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-next:hover{
    background-color: var(--primary);
    border-color: var(--primary);
}
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-prev:hover::after, html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-next:hover::after{
    filter: brightness(0) invert(1);
}
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-prev::after,
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-next::after {
    content: "";
    background: url('/wp-content/uploads/2024/10/Arrow-1.svg');
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    background-size: contain;
    background-position: center;
}
html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-next::after{
    transform: rotate(180deg);
}
.testimonial_carousel .swiper-bottom-buttons-block {
    gap: 20px;
    margin: 0 !important;
    position: absolute;
    top: -80px;
    right: 0;
}
.testimonial_carousel .swiper-bottom-buttons-block .swiper-pagination {
    display: none;
}
.our_gallery_section .elementor-swiper-button {
    height: 40px;
    width: 40px;
    background: #EFF3FD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.4s;
    left: 40px !important;
    top: 44% !important;
}
.our_gallery_section .elementor-swiper-button.elementor-swiper-button-next {
    right: 40px !important;
    left: auto !important;
}
.our_gallery_section .elementor-swiper-button:hover {
    background: var(--primary);
}
.our_gallery_section .elementor-swiper-button:hover svg {
    filter: brightness(0) invert(1);
}
.our_gallery_section .elementor-image-carousel .swiper-slide-inner {
    height: 480px;
    scale:0.75;
    transition: all 0.4s;
    margin-right: -100px !important;
}
.our_gallery_section .elementor-image-carousel .swiper-slide-duplicate-prev .swiper-slide-inner {
    margin-right: 0 !important;
    margin-left: -100px !important;
}
.our_gallery_section .elementor-image-carousel .swiper-slide-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our_gallery_section .elementor-image-carousel .swiper-slide.swiper-slide-next .swiper-slide-inner {
    scale: 1;
    margin-right: 0 !important;
}
.our_gallery_section .elementor-inner-section .call_us .elementor-icon-box-icon {
    border: 1px solid #FFFFFF1F;
    background: transparent;
    border-radius: 50px;
}
.our_gallery_section .elementor-inner-section .call_us .elementor-icon-box-content h3, .our_gallery_section .elementor-inner-section .call_us .elementor-icon-box-content p {
    color: var(--white);
}
.our_gallery_section:before {
    content: "";
    height: 440px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
}

.faqs-accordion .elementor-accordion-item:has(.elementor-active) {
    background: var(--light);
    border-radius: 14px;
    overflow: hidden;
}
.faqs-accordion .elementor-accordion-item {
    background: #fff;
    border-radius: 14px;
    border: 0;
    margin-bottom: 10px;
}
.faqs-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: var(--primary);
}
.faqs-accordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right {
    min-width: 34px;
    height: 34px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    order: 1;
}
.faqs-accordion .elementor-accordion .elementor-tab-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 14px !important;
    background-color: var(--light);
    align-items: center;
}
.faqs-accordion .elementor-accordion-item:has(.elementor-active) span.elementor-accordion-icon.elementor-accordion-icon-right{
    background-color: #fff;
}
.faqs-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.faqs-accordion .elementor-accordion-item:has(.elementor-active)  .elementor-tab-title .elementor-accordion-icon span.elementor-accordion-icon-opened {
    display: flex;
}
.faqs-accordion .elementor-accordion-item:has(.elementor-active)  .elementor-tab-title .elementor-accordion-icon span.elementor-accordion-icon-closed,
.faqs-accordion .elementor-accordion-item   .elementor-tab-title .elementor-accordion-icon span.elementor-accordion-icon-opened{
    display: none;
}
.faqs-accordion .elementor-accordion-item a.elementor-accordion-title {
    display: flex;
}
.faqs-accordion .elementor-accordion-item a.elementor-accordion-title b {
    font-size: 16px;
    font-weight: 400;
    margin-right: 26px;
}
.faqs-accordion  .elementor-accordion {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: flex-start;
    gap: 0 40px;
}
.faqs-accordion .elementor-accordion .elementor-tab-content {
    background: var(--light);
}
.git_section .call_us .elementor-icon-box-icon {
    border: 1px solid #FFFFFF1F;
}
html .git_section  .elementor-icon-box-content p, html .git_section  .elementor-icon-box-content h3{
    color: var(--white);
}
.btn-secondary .elementor-button:hover svg {
    filter: brightness(0) invert(1);
}
.icon_box_counter .elementor-widget-icon-box .elementor-icon-box-icon {
    height: 38px;
    width: 38px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}
.icon_box_counter .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon:before {
    content: counter(myCounter);
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}
.icon_box_counter .elementor-widget-icon-box {
    counter-increment: myCounter;
}
.icon_box_counter .elementor-widget-wrap{
    counter-reset: myCounter;
}
.contact_us_section .box {
    background-color: var(--light);
    padding: 40px;
    border-radius: 20px;
}
.contact_us_section .box .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.contact_us_section .box .form-field {
    padding: 0 10px;
    width: 50%;
}
.contact_us_section .box .form-field.w-100 {
    width: 100%;
}
.contact_us_section .box .form-field .wpcf7-form-control {
    background: #FFF;
    height: 46px;
    padding: 0 20px;
}
.form-field input:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.contact_us_section .box .form-field p label{
    font-size: 16px;
}
html .contact_us_section .box .form-field textarea.wpcf7-form-control {
    height: 90px;
    padding-top: 15px;
}
.contact_us_section .box .submit-btn {
    display: block;
    text-align: center;
    width: 100%;
}
.contact_us_section .box .submit-btn p {
    display: inline-block;
    position: relative;
}
.contact_us_section .box .submit-btn p .wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.contact_us_section .box .submit-btn .wpcf7-form-control {
    background-color: var(--primary);
    border-radius: 10px;
    text-transform: capitalize;
    color: var(--white);
}
.contact_us_section .box .submit-btn .wpcf7-form-control:hover{
    background-color: var(--dark);
}
.contact_us_section .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: inline-block;
    position: absolute;
    top: -78px;
}
.contact_us_section .elementor-icon-box-wrapper {
    position: relative;
}
body:is(.blog,.tag) .page-content .blog-list .blog-description a.elementor-button:hover{
    color: var(--dark);
}
body:is(.blog,.tag) main#content {
    max-width: 100%;
}
body:is(.blog,.tag) main#content .page-content {
    max-width: 1370px;
    padding: 0 25px;
    margin: 0 auto;
}
body:is(.blog,.tag) .page-content .blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px 0 90px;
}
body:is(.blog,.tag) .page-content .blog-list article.post {
    width: 33.33%;
}
body:is(.blog,.tag) .page-content .blog-list article.post {
    width: calc(33.33% - 20px);
    background: var(--light);
    padding: 18px;
    border-radius: 18px;
}
body:is(.blog,.tag)  .page-content .blog-list h2.entry-title {
    line-height: normal;
    margin: 0;
    font-size: inherit;
}
body:is(.blog,.tag)  .page-content .blog-list h2.entry-title a {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    display: block;
    margin-bottom: 10px;
    line-height: 130%;
}
body:is(.blog,.tag)  .page-content .blog-list h2.entry-title a:hover{
    color: var(--dark);
}
body:is(.blog,.tag) .page-content .blog-list article.post p.date {
    margin-bottom: 6px;
    font-size: 15px;
    color: var(--e-global-color-primary);
    height: unset;
    display: block;
}
body:is(.blog,.tag) .page-content .blog-list p {
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    font-size: 14px;
}
body:is(.blog,.tag) .page-content .blog-list .blog-description a.elementor-button {
    text-decoration: underline;
    background: transparent;
    padding: 0;
    line-height: normal;
    color: var(--primary);
    font-weight: 500;
    text-transform: capitalize;
}
body:is(.blog,.tag) .page-content .blog-list article.post .blog-img a {
    display: block;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child h2.entry-title a:hover {
    color: var(--light);
}
body:is(.blog,.tag) .page-content .blog-list article.post .blog-img a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
body:is(.blog,.tag) .page-content .blog-list article.post:hover a img {
    transform: scale(1.1);
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child .blog-img a img {
    position: static;
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child .blog-img a {
    padding: 0;
    border-radius: 12px;
    display: flex;
    margin: 0;
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--primary);
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child .blog-description {
    padding-left: 60px;
    padding-right: 30px;
    width: 50%;
    min-width: 50%;
}
body:is(.blog,.tag) .page-content .blog-list  article.post:first-child h2.entry-title a {
    font-size: 30px;
    margin-bottom: 14px;
    color: var(--white);
    line-height: 150%;
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child p {
    color: var(--white);
    font-size: 16px;
    height: 80px;
    -webkit-line-clamp: 3;
    margin-bottom: 26px;
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child .elementor-button {
    background-color: var(--light);
    text-decoration: none;
    font-size: 15px;
    padding: 0 30px;
    line-height: 44px;
    border-radius: 10px;
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child .elementor-button:hover{
    background-color: var(--dark);
    color: var(--white);
}
html :is(.blog,.tag) .page-header {
    padding: 50px 0px 80px;
    background-image: url("/wp-content/uploads/2024/09/banner-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
html :is(.blog,.tag) .page-header h1 {
    text-transform: capitalize;
    display: block;
    position: relative;
    font-size: 40px;
    z-index: 2;
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
    color: var(--primary);
    font-weight: 800;
    position: relative;
}
html :is(.blog,.tag) .page-header h1:before {
    content: "";
    height: 3px;
    width: 57px;
    display: inline-block;
    background-color: var(--primary);
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: auto;
}
html :is(.blog,.tag) .page-header:before {
    content: "";
    background: linear-gradient(180deg, #EFF3FD 0%, #FFFFFF 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.single-post main#content {
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #EFF3FD 0%, #FFFFFF 100%);
}
.single-post .blog-detail-wrp {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
}
body.single-post .page-content {
    max-width: 1000px;
    margin: 0 auto;
}
html .single-post .page-heading h1 {
    display: block;
    display: block;
    font-size: 40px;
    color: var(--primary);
    margin: 0;
}
html .single-post main#content .page-heading {
    text-align: center;
    padding: 70px 0 40px;
    display: block;
}
.date {
    display: none;
}
html .single-post main#content .page-heading .date {
    color: var(--primary);
    font-size: 12px;
    margin-bottom: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 120%;
    border: 1px solid #01226B33;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 20px;
    letter-spacing: 0.2em;
}
html .single-post .wrapper .thumbnail-img {
    margin-bottom: 40px;
    display: block;
    height: 600px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}
html .single-post .wrapper .thumbnail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: unset;
}
html .single-post .wrapper .page-content ol li,
html .single-post .wrapper .page-content ul li {
    margin-bottom: 10px;
}
html .single-post .wrapper .page-content {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    padding:0 0px 100px;
}
html .single-post .wrapper .page-content ol li::marker {
    font-weight: 600;
}
html .single-post .wrapper .page-content ul,
html .single-post .wrapper .page-content ol {
    padding-left: 20px;
    margin: 0 0 14px;
}
html .single-post .wrapper .page-content strong, html .single-post .wrapper .page-content b {
    color: var(--dark);
}
html .single-post .wrapper .page-content h2 {
    font-size: 24px;
    color: var(--primary);
    text-transform: capitalize;
}
html .single-post .wrapper .page-content p {
    font-size: 16px;
    color: var(--primary);
}
html .single-post .wrapper .page-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
}
html .single-post .wrapper .page-content ul li::marker {
    color: var(--primary);
}
html .single-post .social_share {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    padding: 30px;
    border-radius: 16px;
    background: var(--light);
    margin: 40px 0;
}
html .single-post .wrapper .page-content .social_share ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin: 0;
    padding: 0;
}
html .single-post .wrapper .page-content .social_share h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}
html .single-post .wrapper .page-content .social_share ul a {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50px;
    color: var(--white);
}
html .single-post .wrapper .page-content .social_share ul a:hover{
    background-color: var(--dark);
}
.about_our_services .elementor-widget-icon-box .elementor-widget-container {
    height: 100%;
}
.single-post .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-post .navigation h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--primary);
    padding-left: 30px;
}
html .single-post .wrapper .page-content .social_share ul li {
    margin: 0;
}
.single-post .navigation .previous.next h5 {
    padding-left: 0;
    padding-right: 30px;
}
.single-post .navigation a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post .navigation .previous a:before {
    content: "";
    display: block;
    height: 14px;
    width: 20px;
    background-image: url('/wp-content/uploads/2024/10/Arrow-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.single-post .navigation .previous.next a::before {
    order: 1;
    transform: rotate(180deg);
}
.single-post .navigation .previous.next {
    text-align: right;
}

.related_post {
    background: var(--light);
    padding: 100px 0;
}
.related_post .container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
.related_post ul {
    margin: 0;
    list-style: none;
    background-color: var(--white);
    border-radius: 10px;
    padding: 18px 18px 28px;
}
.related_post h2 {
    font-size: 38px;
    font-weight: 700;
    color: var(--primary);
    max-width: 1370px;
    padding: 0 25px;
    margin: 0 auto 20px;
}
.related_post ul .wp-post-image {
    overflow: hidden;
    position: absolute;
    margin: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: unset;
    height: 100%;
    width: 100%;
    float: none;
    transition: all 0.4s;
}
.related_post ul:hover .wp-post-image {
    transform: scale(1.1);
}
.related_post ul h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.related_post ul p {
    font-size: 14px;
    font-weight: 400;
    color: #01226BE5;
    margin-bottom: 16px;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.related_post ul li > a {
    padding-top: 60%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
}
.related_post ul .elementor-button {
    margin: 0;
    padding: 0;
    line-height: normal;
    background: transparent;
    color: var(--primary);
    text-align: left;
    text-transform: capitalize;
    text-decoration: underline;
}
.related_post ul .elementor-button:hover {
    background: transparent;
    color: var(--dark);
}
.single-post .navigation .previous {
    font-size: 0;
}
html .single-post .post-tags .tag-links {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
html .single-post .post-tags .tag-links a {
    background-color: var(--light);
    padding: 0 20px;
    line-height: 34px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}
html .single-post .post-tags .tag-links a:hover{
    background-color: var(--primary);
    color: var(--white);
}
body:is(.blog,.tag) .page-content .blog-list article.post:first-child .blog-img {
    width: 50%;
    min-width: 50%;
}
.git_section .h-100 .elementor-widget-image {
    height: 100%;
}
.git_section .h-100 .elementor-widget-container {
    height: 100%;
}
.git_section .h-100 .elementor-widget-container img {
    height: 100%;
    object-fit: cover;
}
.product_cms_section .elementor-widget-text-editor ul {
    padding: 0;
    list-style: none;
}
.product_cms_section .elementor-widget-text-editor ul li strong, .product_cms_section .elementor-widget-text-editor ul li b {
    color: var(--dark);
    font-weight: 600;
}
.product_cms_section .elementor-widget-text-editor ul li:before {
    content: "";
    display: inline-block;
    background-color: var(--primary);
    height: 4px;
    width: 12px;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    left: 0;
    margin: auto;
}
.product_cms_section .elementor-widget-text-editor ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 14px;
}
.product_cms_section .elementor-widget-text-editor ul li:last-child {
    margin-bottom: 0;
}
.product_cms_section .elementor-inner-section.w-100 .elementor-container{
    flex-wrap: wrap;
}
.product_cms_section .elementor-inner-section.w-100 .elementor-column {
    width: 100%;
}
.product_cms_section .sticky_section {
    position: sticky;
    top: 110px;
}
.product_cms_section .elementor-inner-section .elementor-background-overlay {
    background-size: 90% 100% !important;
}
.product_cms_section .box .elementor-widget-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.product_cms_section .box .elementor-widget-wrap .elementor-widget-image-box {
    height: 100%;
}
.product_cms_section .box .elementor-widget-wrap .elementor-widget-image-box .elementor-widget-container {
    height: 100%;
}
.product_cms_section .contact_form .wpcf7-form-control {
    background: var(--white);
}
.product_cms_section .contact_form .wpcf7-submit {
    background-color: var(--primary);
}
.product_cms_section .contact_form .wpcf7-submit:hover {
    background-color: var(--secondary);
}
.product_cms_section .content .elementor-widget-text-editor h3 {
    color: var(--primary);
    font-size: 26px;
}
.current-menu-item .hfe-sub-menu-item-active {
    color: var(--secondary) !important;
}
.current-menu-parent > .hfe-has-submenu-container a.hfe-sub-menu-item {
    color: var(--secondary) !important;
}
.gfq_section .contact-form .wpcf7-form-control {
    background: var(--white);
}
.gfq_section .contact-form .wpcf7-submit {
    background-color: var(--primary);
}
.gfq_section .contact-form .submit-btn {
    text-align: center;
}
.gfq_section .contact-form .submit-btn p .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.gfq_section .contact-form .submit-btn p {
    position: relative;
    display: inline-block;
}
.form-field textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
    padding-top: 15px;
}
.gfq_section .contact_us_section .box {
    padding: 0;
    background: transparent;
    border-radius: 0;
}
html .request_form .form-field p label {
    font-size: 13px;
}
html .request_form .form-field {
    margin-bottom: 14px;
}
.testimonial_carousel li.swiper-slide .block-shadow .slide-basic-info .slide-title {
    margin-bottom: 0;
}
ul.elementor-icon-list-items {
    list-style: none;
}
.footer_menu ul.elementor-icon-list-items .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset,initial);
    text-align: var(--e-icon-list-icon-align);
}
.footer_menu .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align,center);
}
.footer_menu ul.elementor-icon-list-items .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size,1em);
    height: var(--e-icon-list-icon-size,1em);
    margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}
.progress_bar .elementor-widget-container > span {
    margin-bottom: 12px;
    display: inline-block;
}
.rc_image_shape > .elementor-widget-container:before {
    content: "";
    display: block;
    background-image: url('/wp-content/uploads/2024/11/bg-image-shape-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -20px;
    z-index: -1;
}
.prdt_images .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.prdt_images .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
    height: 200px;
}
.prdt_images .elementor-widget-wrap .elementor-widget-image .elementor-widget-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.rc_column_sticky {
    position: sticky;
    top: 120px;
}
.rc_subpage_section > .elementor-container {
    align-items: flex-start;
}
.residential_commercial_section .elementor-inner-section:nth-child(2n + 2) .elementor-container .elementor-column:first-child {
    order: 1;
}
.residential_commercial_section .elementor-inner-section:nth-child(2n + 2) .elementor-container .elementor-column:first-child .elementor-widget-container:before {
    left: auto;
    right: -22px;
    border-left: 0;
    border-right: 2px solid var(--primary);
}
.rc_btn_wrp .elementor-widget-wrap {
    gap: 26px;
    justify-content: center;
}
.get_in_touch_section form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: center;
    justify-content: center;
}
.get_in_touch_section form>* {
    width: 50%;
    padding: 0 10px;
}
.get_in_touch_section form .submit_btn,
.get_in_touch_section form .wpcf7-response-output {
    width: 100%;
}
.get_in_touch_section form .submit_btn .wpcf7-submit:hover{
    background-color: var(--dark);
}
.count_none span.elementor-counter-number {
    display: none;
}
html .image-gallery .gallery-item a {
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
html .image-gallery .gallery-item a img {
    transition: all 0.4s;
}
html .image-gallery .gallery-item a:hover img {
    transform: scale(1.1);
}


@media (max-width:1300px){
    html .ehf-header #masthead .main_header {
        padding: 0px 0px 0px 25px;
    }
}


@media (max-width:1024PX){
    .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sticky #masthead .elementor-widget-image a {
        max-width: 120px;
    }
    .main_header .elementor-widget-image a {
        max-width: 130px;
    }
    html nav.hfe-nav-menu__layout-horizontal.hfe-dropdown {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        right: 0 !important;
        height: 100vh !important;
        width: 300px !important;
        background: var(--white) !important;
        display: block;
        padding: 80px 20px 80px;
        transition: all 0.5s;
        transform: translatex(100%) !important;
        overflow-y: auto;
        margin-top: 0 !important;
        border-radius: 0 !important;
    }
    html nav.hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active {
        transform: translateX(0%) !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
    }
    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width {
        z-index: 999999;
        position: fixed;
        top: 24px;
        right: 20px;
    }
    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown>ul>li {
        margin-bottom: 18px;
        border: 0 !important;
    }
    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon svg {
        width: 22px;
        height: 22px;
    }
    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon {
        padding: 0;
    }
    html .header .header-nav-menu {
        max-width: 35px !important;
        width: 35px !important;
    }
    html .header .header-nav-menu .elementor-widget-container > .hfe-nav-menu {
        height: 35px;
        width: 35px;
    }
    html .main_header .hfe-nav-menu .hfe-menu-item {
        font-size: 18px !important;
        font-weight: 600 !important;
        color: var(--dark);
    }
    .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow i::before {
        filter: brightness(0) !important;
    }
    html .main_header .hfe-nav-menu > li {
        margin-right: 0;
    }
    .faqs-accordion .elementor-accordion-item a.elementor-accordion-title b {
        font-size: 14px;
        margin-right: 10px;
    }
    .faqs-accordion .elementor-accordion .elementor-tab-title {
        gap: 10px;
        align-items: center;
    }
    .faqs-accordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right {
        min-width: 30px;
        height: 30px;
    }
    .faqs-accordion  .elementor-accordion {
        gap: 0 20px;
    }
    .our_services_box .elementor-widget-wrap {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    html .ehf-header #masthead .main_header {
        padding: 10px 20px 10px 20px;
    }
    html .main_header .elementor-widget-image a img {
        max-width: 150px;
        width: 150px;
    }
    .sticky .main_header .elementor-widget-image a img {
        max-width: 130px;
    }
    html .main_header  .elementor-widget-navigation-menu {
        margin-left: 0;
        margin-right: 0;
    }
    html .main_header  .call_us {
        margin-left: auto;
        margin-right: 20px;
    }
    .sticky #masthead .call_us .elementor-widget-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    html .sticky .ehf-header #masthead .main_header {
        padding: 8px 20px 8px 20px;
    }
    html .main_header .hfe-nav-menu {
        height: 40px;
        width: 40px;
    }
    html nav.hfe-nav-menu__layout-horizontal.hfe-dropdown .hfe-nav-menu {
        width: 100%;
        height: unset;
    }
    body {
        padding-top: 82px;
    }
    html .call_us .elementor-icon-box-icon {
        height: 40px;
        width: 40px;
    }
    html .wpcf7-form-control {
        height: 42px;
        padding: 0 14px;
        font-size: 14px;
    }
    .form-field {
        margin-bottom: 14px;
    }
    .find_postcode_form label {
        font-size: 18px;
    }
    .our_services_box .elementor-widget-image-box .elementor-image-box-img a {
        height: 250px;
    }
    .our_services_box .elementor-widget-image-box .elementor-image-box-content {
        border-width: 0px 3px 3px 3px;
        padding: 20px 20px 20px;
        margin: 0 16px;
    }
    html .call_us .elementor-icon-box-content h3 {
        font-size: 18px;
    }
    .testimonial_carousel li.swiper-slide .block-shadow .slide-description {
        padding: 20px;
        font-size: 14px !important;
    }
    .testimonial_carousel li.swiper-slide .block-shadow .slide-description p:before {
        height: 24px;
        width: 36px;
        margin-bottom: 12px;
    }
    .our_gallery_section .elementor-image-carousel .swiper-slide-duplicate-prev .swiper-slide-inner {
        margin-right: 0 !important;
        margin-left: -50px !important;
    }
    .our_gallery_section .elementor-image-carousel .swiper-slide-inner {
        height: 310px;
        scale: 0.77;
        margin-right: -50px !important;
    }
    .our_gallery_section:before {
        height: 250px;
    }
    .our_gallery_section .elementor-swiper-button {
        height: 35px;
        width: 35px;
        left: 20px !important;
        top: -50px !important;
        bottom: 0 !important;
        margin: auto;
    }
    .our_gallery_section .elementor-swiper-button.elementor-swiper-button-next {
        right: 20px !important;
        left: auto !important;
    }
    
    .testimonial_carousel li.swiper-slide .block-shadow .slide-description p {
        overflow: hidden;
        -webkit-line-clamp: 7;
        height: 200px;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border: 0;
    }
    .icon_box_counter .elementor-widget-icon-box .elementor-icon-box-icon {
        height: 30px;
        width: 30px;
    }
    .contact_us_section .box {
        padding: 20px;
        border-radius: 14px;
    }
    .contact_us_section .box .form-field p label {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .contact_us_section .box .form-field .wpcf7-form-control {
        height: 44px;
        padding: 0 16px;
        border-radius: 8px;
    }
    html .wpcf7 form .wpcf7-response-output {
        font-size: 14px;
    }
    .contact_us_section .elementor-icon-box-wrapper .elementor-icon-box-icon {
        top: -44px;
    }
    span.wpcf7-not-valid-tip {
        font-size: 13px;
    }

    body:is(.blog,.tag) .page-content .blog-list {
        gap: 14px;
        padding: 0;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post {
        width: calc(33.33% - 12px);
        padding: 12px;
        border-radius: 10px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post .blog-img a {
        border-radius: 6px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post p.date {
        margin-bottom: 5px;
        font-size: 14px;
    }
    body:is(.blog,.tag)  .page-content .blog-list h2.entry-title a {
        font-size: 15px;
        margin-bottom: 6px;
    }
    body:is(.blog,.tag) .page-content .blog-list p {
        height: 42px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    body:is(.blog,.tag) .page-content .blog-list .blog-description a.elementor-button {
        font-size: 13px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) .blog-description {
        padding-left: 20px;
        padding-right: 10px;
        width: 100%;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:first-child .blog-img {
        width: 46%;
        min-width: 46%;
    }
    body:is(.blog,.tag) .page-content .blog-list  article.post:nth-child(4n + 1) h2.entry-title a {
        font-size: 18px;
        margin-bottom: 6px;
        line-height: 130%;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) .blog-img a {
        border-radius: 6px;
    }
    html :is(.blog,.tag) .page-header {
        padding:50px 0px 60px;
    }
    html :is(.blog,.tag) .page-header h1 {
        font-size: 30px;
        padding: 0px 20px;
    }
    html :is(.blog,.tag) .page-header h1:before {
        bottom: -18px;
    }
    html .single-post main#content .page-heading  h1 {
        font-size: 25px;
    }
    html .single-post main#content .page-heading .date {
        font-size: 11px;
        margin-bottom: 12px;
        padding: 7px 16px;
    }
    html .single-post main#content .page-heading {
        padding: 50px 0 30px;
    }
    html .single-post .wrapper .thumbnail-img {
        margin-bottom: 20px;
        height: 400px;
        border-radius: 10px;
    }
    html .single-post .wrapper .page-content p {
        font-size: 14px;
    }
    html .single-post .wrapper .page-content h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    html .single-post .wrapper .page-content h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    html .single-post .social_share {
        gap: 20px;
        padding: 20px;
        border-radius: 10px;
        margin: 30px 0;
    }
    html .single-post .wrapper .page-content .social_share ul a {
        height: 32px;
        width: 32px;
    }
    .single-post .navigation h5 {
        font-size: 14px;
    }
    .single-post .navigation a {
        font-size: 15px;
        gap: 8px;
    }
    .single-post .navigation .previous a:before {
        height: 11px;
        width: 15px;
    }
    html .single-post .wrapper .page-content .social_share h3 {
        font-size: 18px;
    }
    html .single-post .wrapper .page-content ul li{
        font-size: 15px;
        margin-bottom: 6px;
    }
    html .single-post .wrapper .page-content {
        padding: 0 0px 50px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:first-child p {
        font-size: 13px;
        height: 64px;
        margin-bottom: 12px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:first-child .elementor-button {
        font-size: 14px;
        padding: 0 20px;
        line-height: 36px;
        border-radius: 8px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post .blog-img a {
        margin-bottom: 10px;
    }
    body:is(.blog,.tag) main#content {
        padding-bottom: 50px;
    }
    .single-post .blog-detail-wrp {
        padding: 0 20px;
    }
    .related_post {
        padding: 50px 0;
    }
    .related_post h2 {
        font-size: 26px;
        margin: 0 auto 16px;
        padding: 0px 20px;
    }
    .related_post .container {
        gap: 18px;
        padding: 0 20px;
    }
    .related_post ul {
        padding: 10px 10px 13px;
    }
    .related_post ul li > a {
        margin: 0 0 12px;
    }
    .related_post ul h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .related_post ul p {
        font-size: 13px;
        margin-bottom: 8px;
    }    
    .product_cms_section > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 10px;
    }
    .product_cms_section .box .elementor-widget-wrap {
        gap: 10px;
    }
    .product_cms_section .elementor-inner-section .elementor-background-overlay {
        background-size: 100% 100% !important;
    }
    .product_cms_section .sticky_section {
        top: 90px;
    }
    .product_cms_section .content .elementor-widget-text-editor h3 {
        font-size: 20px;
    }
    .product_cms_section .elementor-widget-text-editor ul li {
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .product_cms_section .elementor-widget-text-editor ul li:before {
        height: 3px;
        width: 10px;
    }
    .gfq_section .contact_us_section .box .form-field {
        padding: 0 10px;
        width: 100%;
    }
    .rc_image_shape > .elementor-widget-container:before {
        margin: -10px;
    }
    .prdt_images .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
        height: 130px;
    }
    .prdt_images .elementor-widget-wrap {
        gap: 10px;
    }
    .progress_bar .elementor-widget-container > span {
        margin-bottom: 6px;
    }
    .get_in_touch_section form .form-field p label{
        font-size: 13px;
    }
}

@media (max-width:767px){
    .elementor-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faqs-accordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right {
        min-width: 24px;
        height: 24px;
    }
    .faqs-accordion .elementor-accordion-item a.elementor-accordion-title b {
        margin-right: 9px;
    }
    .faqs-accordion  .elementor-accordion {
        grid-template-columns: repeat(1,1fr);
        gap: 0 0px;
    }
    .faqs-accordion .elementor-accordion-item:has(.elementor-active) {
        border-radius: 10px;
    }
    .our_services_box .elementor-widget-wrap {
        grid-template-columns: repeat(1,1fr);
    }
    html .main_header .elementor-widget-image a img {
        max-width: 120px;
        width: 120px;
    }
    .sticky .main_header .elementor-widget-image a img {
        max-width: 100px;
    }
    body {
        padding-top: 70px;
    }
    html .main_header  .call_us {
        margin-right: 14px;
    }
    html .form-field p label {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .find_postcode_form p {
        text-align: center;
    }
    .find_postcode_form label {
        font-size: 17px;
    }
    .our_services_box .elementor-widget-image-box .elementor-image-box-img a:after {
        height: 45px;
        width: 45px;
        background-size: 18px;
    }
    .our_services_box .elementor-widget-image-box .elementor-image-box-img a {
        height: 220px;
    }
    .our_services_box .elementor-widget-image-box .elementor-image-box-content {
        padding: 18px;
        margin: 0 12px;
    }
    html .call_us .elementor-icon-box-content h3 {
        font-size: 16px;
    }
    html .call_us .elementor-icon-box-icon {
        height: 34px;
        width: 34px;
    }
    html .call_us .elementor-icon-box-icon a {
        font-size: 16px !important;
    }
    .testimonial_carousel li.swiper-slide .block-shadow .slide-description {
        padding: 18px;
        font-size: 13px !important;
    }
    .form-field textarea.wpcf7-form-control.wpcf7-textarea {
        height: 80px;
        padding-top: 12px;
    }
    html .wpcf7-form-control {
        font-size: 13px;
    }
    .testimonial_carousel li.swiper-slide .block-shadow .slide-description p {
        overflow: hidden;
        -webkit-line-clamp: 8;
        height: 200px;
    }
    .testimonial_carousel li.swiper-slide .block-shadow .slide-block {
        margin-top: 25px;
    }
    .our_gallery_section .elementor-image-carousel .swiper-slide-inner {
        height: 240px;
        scale:1;
        margin: 0 !important;
    }
    .our_gallery_section .elementor-swiper-button {
        top: 0 !important;
    }
    .faqs-accordion .elementor-accordion-item:last-child{
        margin-bottom: 0;
    }
    .contact_btn .elementor-button .elementor-button-icon svg {
        margin-bottom: -2px;
    }
    html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-prev, html .testimonial_carousel .swiper-bottom-buttons-block .swiper-button-next {
        height: 35px;
        width: 35px;
        display: flex;
    }
    .testimonial_carousel .swiper-bottom-buttons-block {
        gap: 20px;
        top: auto;
        bottom: 10px;
    }
    .contact_us_section .box .form-field {
        padding: 0px;
        width: 100%;
    }
    .contact_us_section .box .row {
        margin: 0px;
    }
    .contact_us_section .elementor-icon-box-wrapper .elementor-icon-box-icon{
        display: none;
    }
    
    body:is(.blog,.tag) main#content {
        padding: 0 0px 50px;
    }
    body:is(.blog,.tag) main#content .page-content {
        padding: 0 20px;
    }
    html :is(.blog,.tag) .page-header h1 {
        font-size: 38px;
    }
    html :is(.blog,.tag) .page-header h1 {
        font-size: 28px;
        padding: 0 20px;
    }
    html :is(.blog,.tag) .page-header h1:before {
        bottom: -15px;
        height: 2px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:first-child .elementor-button {
        font-size: 14px;
        padding: 0 16px;
        line-height: 36px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post {
        width: calc(100% - 0px);
        padding: 12px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) {
        flex-wrap: wrap;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) .blog-description {
        padding: 8px 5px 5px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) h2.entry-title a,
    body:is(.blog,.tag)  .page-content .blog-list h2.entry-title a {
        font-size: 16px;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) {
        display: block;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) .blog-img a img {
        position: absolute;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:nth-child(4n + 1) .blog-img a {
        padding-top: 65%;
    }
    html :is(.blog,.tag) .page-header {
        padding: 40px 0px 60px;
    }
    html .single-post .wrapper .page-content p {
        font-size: 14px;
    }
    html .single-post .wrapper .page-content ul li{
        font-size: 14px;
    }
    html .single-post main#content .page-heading {
        padding: 40px 0 25px;
    }
    html .single-post .wrapper .page-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    html .single-post .wrapper .page-content .social_share h3 {
        font-size: 16px;
    }
    html .single-post .social_share {
        gap: 16px;
        padding: 15px;
        border-radius: 8px;
        margin: 22px 0;
    }
    html .single-post main#content .page-heading  h1 {
        font-size: 20px;
    }
    html .single-post .wrapper .thumbnail-img {
        margin-bottom: 18px;
        height: 240px;
    }
    html .single-post .wrapper .page-content h4,
    html .single-post .wrapper .page-content h5,
    html .single-post .wrapper .page-content h3{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .related_post .container {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .single-post main#content {
        padding: 0 !important;
    }
    .single-post .navigation {
        flex-wrap: wrap;
    }
    .single-post .navigation h5 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .single-post .navigation a {
        font-size: 0;
        gap: 0;
    }
    .single-post .navigation .previous h5 {
        font-size: 15px;
        padding: 0;
    }
    .single-post .navigation .previous.next h5 {
        padding-right: 0;
    }
    .single-post .navigation .next a {
        justify-content: end;
    }
    html .single-post .wrapper .page-content .social_share ul a {
        height: 30px;
        width: 30px;
    }
    .related_post h2 {
        font-size: 26px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .related_post ul h4 {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .related_post ul p {
        margin-bottom: 6px;
    }
    .related_post ul {
        padding: 12px 12px 16px;
    }
    .elementor-counter-title {
        text-align: center;
    }
    body:is(.blog,.tag) .page-content .blog-list article.post:first-child .blog-img {
        width: 100%;
        min-width: 100%;
    }
    html .single-post .post-tags .tag-links {
        font-size: 15px;
        gap: 8px;
    }
    html .single-post .post-tags .tag-links a {
        padding: 0 16px;
        line-height: 32px;
        font-size: 14px;
    }
    .git_section .h-100 .elementor-widget-container img {
        height: revert-layer;
    }
    html nav.hfe-nav-menu__layout-horizontal.hfe-dropdown{
        width: 100% !important;
    }
    html .wpcf7 form .wpcf7-response-output {
        font-size: 13px;
        padding: 6px 12px;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .find_postcode_form .wpcf7-not-valid-tip {
        text-align: left;
    }
    .product_cms_section .box .elementor-widget-wrap {
        grid-template-columns: repeat(1,1fr);
        gap: 14px;
    }
    .product_cms_section > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 0px;
    }
    .product_cms_section .elementor-widget-text-editor ul li:before {
        height: 3px;
        width: 10px;
        top: 9px;
    }
    .product_cms_section .elementor-widget-text-editor ul li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 10px;
    }
    .product_cms_section .elementor-inner-section .elementor-background-overlay {
        background-size: 100% 80% !important;
    }
    .product_cms_section .elementor-widget-text-editor ul li {
        text-align: left;
    }
    .product_cms_section .content .elementor-widget-text-editor h3 {
        font-size: 18px;
    }
    .rc_column_sticky {
        position: static;
    }
    .rc_image_shape > .elementor-widget-container:before {
        margin: -12px;
    }
    .prdt_images .elementor-widget-wrap {
        grid-template-columns: repeat(3,1fr);
    }
    .prdt_images .elementor-widget-wrap .elementor-widget-image .elementor-widget-container {
        height: 170px;
    }
    .prdt_images .elementor-widget-wrap {
        gap: 18px;
    }
    .get_in_touch_section form>* {
        width: 100%;
        padding: 0px;
    }
    .get_in_touch_section form{
        margin: 0;
    }
    .about_our_services .elementor-widget-icon-box .elementor-widget-container {
        height: auto;
    }
}