:root{--page-title-display:none;}/* Start custom CSS */#hero .wp-caption .wp-caption-text,  #book .wp-caption .wp-caption-text{
    margin: 0;
    position: absolute;
    left: 108px;
    top: 22px;
}

#portfolio .jet-listing .slick-list {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    clip-path: inset( -100vw -100vw -100vw 0 );
}

#portfolio .jet-listing-grid__slider-icon.slick-arrow {
    content: url('/wp-content/uploads/2023/03/prev-arrow.svg');
}

#why-matters span {
    font-size: 25px;
    line-height: 0.8em;
    position: absolute;
    left: 0;
}

#why-matters .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0 0 35px 55px;
}

#why-matters .elementor-tab-content {
    padding: 50px;
    background-color: #F2F2F2;
    height: calc(100% - 35px);
}

#why-matters .elementor-tab-title.elementor-active::after{
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 15%;
    height: 1.5px;
    border-bottom: 1px solid #DEDEDE;
    z-index: 1;
}


#why-choose-us p {
    max-width: 800px;
}

.jet-arrow.prev-arrow.slick-arrow.slick-disabled, .jet-listing-grid__slider-icon.prev-arrow.slick-arrow.slick-disabled, .jet-arrow.next-arrow.slick-arrow.slick-disabled, .jet-listing-grid__slider-icon.next-arrow.slick-arrow.slick-disabled {
    opacity: 0.3;
}

#process .slick-slide img {
    margin: 0 0 25px 0;
}

.elementor-cta__description {
    font-size: var(--e-global-typography-primary-font-size );
    line-height: var(--e-global-typography-primary-line-height );
}

/* Client Logos */

.marquee {
    position: relative;
    overflow: hidden;
}

.marquee__inner {
    animation: marquee 28s linear infinite;
}

.marquee__image-wrapper {
    float: left;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

@media screen and (max-width: 1024px) {
    
    #hero .wp-caption .wp-caption-text {
        left: 96px;
        top: 18px;
        font-size: 12px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 780px) {
    
    #hero .wp-caption .wp-caption-text {
        left: 90px;
        top: 16px;
    }
}

/* Mobile breakpoint */

@media screen and (max-width: 767px) {
    
    #features-1 .elementor-cta__description, #features-2 .elementor-cta__description {
    color: #000;
    }
    
    #features-1 .elementor-cta:hover .elementor-cta__title, #features-2 .elementor-cta:hover .elementor-cta__title {
    color: #000 !important;
    }
    
    #features-1 .elementor-animated-content:hover .elementor-animated-item--move-up, #features-2 .elementor-animated-content:hover .elementor-animated-item--move-up {
    transform: unset !important;
    }
    
    #hero .wp-caption .wp-caption-text {
        left: 94px;
        top: 18px;
        margin-right: -20px;
    }
    
    #why-matters .elementor-tab-content {
    padding: 20px;
    height: 100%;
    margin-bottom: 15px;
    }
    
    .elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px 0 10px 40px !important;
    }
    
    #why-matters p {
    margin-bottom: 0;
    }
    
    #why-matters span {
    line-height: 1.3em;
    font-size: 20px;
    }
    
    #why-matters .elementor-tab-title.elementor-active::after{
    display: none;
    }
    
    video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    }
    
    .marquee__inner {
    animation: marquee 10s
    }
}/* End custom CSS */