/***USP***/
@media(max-width: 1024px) {
    .home-usp .elementor-icon-box-description br {
        display: none;
    }
}

/* Services  Section */
.service-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.service-box-img img {
    transition: transform 0.4s ease;
    display: block;
    width: 100%;
    height: auto;
}

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

.home-services-box .services-heading .ekit-heading__description {
    opacity: 0;
    visibility: hidden;
}

.home-services-box:hover .services-heading .ekit-heading__description {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
}

.home-services-box .services-heading {
    transform: translateY(30px) !important;
    padding-bottom: 20px;

}

.home-services-box:hover .services-heading {
    transform: translateY(0) !important;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s;
}

.left-slide-btn.btn-disabled img,
.right-slide-btn.btn-disabled img {
    cursor: auto !important;
    opacity: 0.5 !important;
}

/******Testimonial Carousel*****/
.testimonial-carousel .swiper-slide {
    height: auto;
    background: #ffffff;
}

@media(width: 768px) {
    .testimonial-carousel {
        padding: 0 60px !important;
    }
    .testimonial-carousel .home-testimonials{
        padding: 0 16px !important;
    }
}

/****Google reviews badge****/
.reviews-google-badge .wp-google-powered {
    display: none !important;
}

.reviews-google-badge .wp-google-right::after {
    content: "See all our reviews";
    position: absolute;
    font-size: 10px;
    color: #868686;
}

.reviews-google-badge .wp-google-right::before {
    content: "Google Rating";
    font-size: 14px;
    font-weight: 600;
    color: #6A6A6A;
}

.reviews-google-badge span.wp-google-rating {
    color: #6A6A6A !important;
    margin-right: 16px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.reviews-google-badge .wp-google-place .wp-star svg {
    width: 24px !important;
    height: 24px !important;
}

.reviews-google-badge span.wp-star svg path {
    fill: #FEA500 !important;
}

.reviews-google-badge .wp-google-right:hover::after {
    cursor: pointer !important;
}

/*****Contact Details*****/
.contact-details .phone a {
    color: #ffffff;
}

.contact-details .phone a:hover {
    color: #E0B940;
}

.opening-times {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    list-style-type: none;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.opening-times li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 1px;
    color: #ffffff;
}

.opening-times,
.opening-times ul {
    padding-left: 0px;
}

/*******General*******/
@media(max-width: 1024px){
    .tab-full-width-col{
        width: 100% !important;
    }
}