/* GENERAL */
html{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
a {
    outline: none !important;
}

p {
    margin: 0 !important;
}

.elementor-widget-theme-post-content p {
    margin-bottom: 1.5em !important;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
mark {
    color:var(--e-global-color-accent);
    background-color:transparent;
}
.page, ol, ul {
    margin: 0;
}

.entry-title {
    display: none;
}

.elementor-icon-wrapper {
    line-height: 0;
}

.hidden{
    display: none !important;
}

#hidden{
    display: none !important;
}
/* END OF GENERAL */

.site-main > .has-post-thumbnail .post-thumbnail{
    display:none;
}
.post-1559 .entry-content {
    margin: 0;
}
.elementor-197{
    padding:0;
}
.entry-content {
    margin: 0 !important;
}

.post-2942 .entry-content, .post-35 .entry-content, .post-20 .entry-content, .post-1343 .entry-content, .post-1601 .entry-content{
    margin: 3em 0 0;
}

/* HEADER */

.elementor-widget-n-menu .e-n-menu-title-text {
    font-weight: 500 !important;
}

.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link) {
    cursor:pointer !important;
}

.elementor-widget-n-menu .e-n-menu-heading {
	flex-wrap: nowrap !important;
    gap: 10px !important;

    .e-n-menu-item:has(>div:only-child) {
        margin-inline-end: 10px !important;
    }
}

@media (max-width: 991px){
    .elementor-widget-n-menu .e-n-menu-heading {
        flex-direction: column !important;
        gap: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .elementor-element-23bf230{
        margin-left: -5px !important;
    }

    .elementor-element-17a340f{
        margin-right: -15% !important;
    }

    .elementor-widget-n-menu .e-n-menu-title-text {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
        margin-left:2px !important;
    }

    .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child) {
        margin-right: 9px !important;
    }
}

@media (min-width: 992px) and (max-width: 1370px){
    .elementor-8286 .elementor-element.elementor-element-88dcf4b{
        grid-template-columns: 60% 50%;
    }

    .elementor-8286 .elementor-element.elementor-element-17a340f > .elementor-widget-container {
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0;
        width:50%;
    }

    .elementor-element-88dcf4b .e-con.e-flex>.e-con-inner {
        justify-content: start;
    }

    .elementor-widget-n-menu .e-n-menu-title-text{
        font-size: 14px !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .elementor-8286 .elementor-element.elementor-element-88dcf4b{
        grid-template-columns: 55% 50%;
    }
}

@media (min-width: 992px) and (max-width:1126px) {
    .elementor-8286 .elementor-element.elementor-element-88dcf4b {
        grid-template-columns: 60% 50%;
        padding-bottom:10px;
    }

    .elementor-element-88dcf4b .e-con.e-flex>.e-con-inner {
        justify-content: center;
        display: grid;
    }

    .elementor-8286 .elementor-element.elementor-element-17a340f > .elementor-widget-container {
        width:100%;
    }
}

@media(max-width:991px) {
    #menubar-259 .elementor-element.e-child {
        box-shadow:none !important;
    }

    .e-n-menu-toggle:hover {
        background:transparent !important;
        cursor:pointer !important;
    }

    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        background-color: #fff !important;
    }

    .e-n-menu-toggle{
        background: transparent !important;
        border-style: none !important;
        border-radius: 0 !important;
        padding:0 !important;
    }

    #menubar-259 {
        max-height:100vh !important;
    }
}
/* END OF HEADER */

/* blue btn */
.blue_btn .elementor-button-wrapper .elementor-button  {
    background: linear-gradient(247deg, rgba(23, 92, 255, 0.80) 16.14%, #175CFF 44.37%, #0745D6 77.7%, #0035B1 106.51%);
}
.blue_btn .elementor-button-wrapper .elementor-button:hover  {
    background: linear-gradient(231deg, rgba(23, 92, 255, 0.80) -104.66%, #175CFF -62.74%, #0745D6 11.96%, #0035B1 66.54%);
}

.blue_btn .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 20px !important;
    height: auto;
}

/* button  icon*/
.btn_svg .elementor-button-content-wrapper .elementor-button-text{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    transition: transform 300ms ease;

    &:hover {
        color: #58667e;
        transform: scale(1.05);
    }
}

.btn_svg.elementor-widget .elementor-widget-container a.elementor-button{
    padding: 12px 30px 12px 30px;
}
@media(max-width:991px){
    .btn_svg.elementor-widget .elementor-widget-container a.elementor-button{
        padding: 12px 0 12px 0;
        width: inherit;
    }

    .btn_svg.elementor-widget .elementor-widget-container a.elementor-button .entor-button-content-wrapper{
        justify-content: flex-start;
    }
}
/* btn social */
.btn_social .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 24px !important;
    height:24px;
}
.btn_social .elementor-button-content-wrapper .elementor-button-icon{
    display: inline-flex;
}
.btn_social .elementor-button-content-wrapper{
    align-items: center;
    justify-content: center;
}
.btn_social .elementor-button:hover{
    cursor:pointer;
}

/* link no background with array */
.link-icon svg {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.link-icon:hover svg{
    transform: translate3d(4px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.link-icon .elementor-widget-container, .link-icon a{
    display: flex;
    align-items: center;
    cursor:pointer;
    gap:8px;
}
/* video */
.elementor video {
    object-fit: cover;
    border-radius: 14px;
}

/* img box */
@media (max-width: 991px){
    .mp-collaboration-section {
        background-image: linear-gradient(rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, .64) 86%, #fff 98%), linear-gradient(#fff 2%, rgba(255, 255, 255, .64) 18%, rgba(255, 255, 255, 0) 48%), url(https://site.xtiles.app/wp-content/uploads/2024/04/653a334b4bad3148ebf8cf5c_Collaboration-Mobile.webp);
    }
}

.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-description {
    margin-top: 8px;
}

/* Page IOS&Android */
/* 	Phone item */
.border-gradient{
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #D6D6D6 38.31%, rgba(196, 196, 196, 0) 100%) border-box;
}

.border-gradient .elementor-widget-heading{
    height: 120px;
}
@media(max-width:767px){
    .border-gradient .elementor-widget-heading{
        height: auto;
    }
}
.border-gradient-2{
    background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(180deg, #FFFFFF 8.65%, #D6D6D6 100%) border-box
}

/* Slider */
.elementor-8 .elementor-element.elementor-element-83091da .elementor-main-swiper .swiper-slide {
    box-shadow: -1px 8px 12px rgba(0,0,0,.04);
}
.elementor-testimonial__image{
    position:relative;
}
.elementor-testimonial .elementor-testimonial__text > a{
    color: var(--e-global-color-accent);
    font-weight: 400;
}
.elementor-testimonial__image::before{
    content:'';
    width:18px;
    height:18px;
    position:absolute;
    bottom:5px;
    right:0;
    background-image: url("https://assets-global.website-files.com/621384ba4ba46339d8f0efe4/628a35b917f8bb8b7f4400ea_linkedin%20icon.svg");
    background-size:cover
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 14px !important;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 3px rgb(51 51 51 / 40%);
    cursor: pointer;
    margin: 0 3px 0;
    transition: background-color 100ms, box-shadow 100ms;
    pointer-events: all;
}
.owl-dot.active {
    box-shadow: 0 0 3px rgba(23, 92, 255, .82);
}

.elementor-widget-testimonial{
    height: 100%;
}
.elementor .elementor-element.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev {
    left: -25px !important;
    top: 50% !important;
}
.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
    right: -25px !important;
    top: 50% !important;
}
/* button apple/google */
@media(max-width:479px){
    .elementor-image-box-wrapper{
        display:inline-flex;
        align-items: center;
        gap:8px;
    }
    .section_square .elementor-image-box-wrapper{
        display:block;
        align-items: center;
        gap:initial;
    }
    .img_block_vertical .elementor-image-box-wrapper{
        flex-direction: column;
    }
}
@media (max-width: 479px){
    .elementor-20 .banner-btn .elementor-element.elementor-element {
        text-align: center;
    }}

.elementor-widget-image-box .elementor-image-box-content {
    width: inherit;
}
.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-description {
    margin-top: 0;
}
.apple_btn .elementor-widget-container{
    text-align: center;
}

/* xTiles Web Clipper */
.notebook-shadow{
    background: linear-gradient(180deg, rgba(23, 92, 255, 0.7) -6.54%, rgba(235, 15, 226, 0.455) 93.46%);
    height: 64%;
    width: 100%;
    filter: blur(100px);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-174deg);
    z-index:-1
}

.mobile-shadow-clipper {
    background: linear-gradient(180deg, rgba(18, 107, 251, 0.7) 0%, rgba(253, 16, 172, 0.427) 85.47%);
    width: 80%;
    height: 60%;
    filter: blur(100px);
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 10%;
    right: 0;
    transform: rotate(-45deg);
    z-index: -1;
}
@media(max-width:991px){

    .notebook-shadow {
        width: 80%;
        height: 58%;
        left: 6%;
    }
    .mobile-shadow-clipper {
        filter: blur(50px);
    }
}

/* page STARTUPS */
.uc-special-offer-section{
    background-image: linear-gradient(281deg, #d1deff 6%, rgba(217, 228, 255, .48) 75%, rgba(209, 222, 255, 0));
}
/* page BLOG */
.blog .elementor-widget-image a , .post-template-default.single.single-post .elementor-widget-image a {
    display:block;
}

/* BLOG single post */
.type-post .post-thumbnail{
    display:none;
}
.post.type-post .elementor-element.e-con-boxed.e-con.e-child{
    height:100%;
}
.post-template-default.single.single-post .elementor-widget-container .elementor-icon-list-items >  .elementor-icon-list-item{
    padding: 0 0;
}

.top-stories-card .elementor-icon-list-item {
    padding: 4px 8px !important;
}

.post {
    margin-bottom: 0 !important;
}

#notification {
    visibility: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    margin-top: 5px;
    padding: 10px 40px;
    display: flex;
    top: 36px;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: visible;
}

@media (max-width: 991px){
    #notification {
        padding: 10px 10px;
    }
}

#notification::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 10px;
    border-bottom: 10px solid rgba(0, 0, 0, 0.6);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    z-index: 10;
}

#notification.show {
    visibility: visible;
}

.time_read .elementor-shortcode{
    color: var(--e-global-color-secondary);
    font-family: Proximanova, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.post.type-post .elementor-widget-theme-post-excerpt .elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

@media (max-width: 479px) {
    .post-template-default.single.single-post  .elementor-widget-image-box .elementor-image-box-wrapper {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex-direction: column;
    }
}

.post .elementor-widget-theme-post-content p, .post .elementor-widget-theme-post-content li {
    font-size: 16px;
    line-height: 24px;
}

/* single post (BLOG) Table of content */

.blog-toc .elementor-toc__header {
    padding: 0;
    margin-bottom: 18px !important;
}

.blog-toc  .elementor-toc__body {
    padding: 0;
}

.elementor-toc__toggle-button.elementor-toc__toggle-button--collapse {
    display:none;
}

.elementor-toc__list-item-text-wrapper a{
    padding: 6px 12px 6px 4px;
}

.single.single-post.single-format-standard .elementor-widget-shortcode .elementor-shortcode {
    font-family: Proxima Nova RG, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: var(--e-global-color-secondary);
}

.single.single-post.single-format-standard .elementor-widget-theme-post-content .elementor-widget-container h2 {
    font-family: ProximaNovaLt, Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    border-bottom:none;
    margin:0;
}

.single.single-post.single-format-standard .elementor-widget-theme-post-content .elementor-widget-container figure {
    max-width:60%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.single.single-post.single-format-standard .elementor-widget-theme-post-content .elementor-widget-container h3 {
    font-family: ProximaNovaLt, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.post .post_img:hover .elementor-icon {
    fill: white !important;
    border-color: white !important;
    background-color: #F71C1C !important;
}

.post-navigation, .post .entry-footer {
    display:none;
}

/* Card post */
.elementor-posts .elementor-post {
    display: grid !important;
}
.elementor-posts .elementor-post__avatar {
    top: -40px !important;
    order: 1 !important;
}
.single-post .elementor-post__meta-data{
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}
.single-post .elementor-post-author{
    font-weight: 500;
    color: black;
    font-size: 14px;
    line-height: 24px;
}
.elementor-post__meta-data{
    display: flex;
    justify-content: space-between;
}
.type-page .elementor-post-author{
    font-weight: 500;
    color: var(--e-global-color-accent);
    font-size: 14px;
    line-height: 24px;
    border: 1px solid var(--e-global-color-accent);
    padding: 4px 12px;
    border-radius: 24px;
}
.elementor-post__card:hover{
    border: 1px solid var(--e-global-color-accent) !important;
}

/* Accordion all*/
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
    transition: all 0.3s ease;
}
.e-n-accordion-item-title[aria-expanded="true"]{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* hero second page*/
@media (max-width: 991px){
    .elementor-1559 .elementor-element.elementor-element-a2bbc4d:not(.elementor-motion-effects-element-type-background), .elementor-1559 .elementor-element.elementor-element-a2bbc4d > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-position: 50% 0;
        background-size: auto 80%;
    }
    .elementor-button.elementor-size-xl{
        width:245px;
    }
}
@media (max-width: 479px){
    .steps_box .elementor-image-box-wrapper{
        flex-direction: column;
    }
}
/* Page Compare xTiles with */
.convincing_item .elementor-image-box-description{
    margin-top:16px !important;
}
.download-app-card >.e-con-inner::before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 50%;
    bottom:0;
    z-index:1;
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.collection-list .elementor-image-box-description{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-widget-image-box.elementor-position-left.btn_apple{
    text-align:center;
}
.elementor-widget-image-box .elementor-image-box-content {
    width: inherit !important;

}
a.blue-link{
    color: var(--e-global-color-accent);;
}
a.blue-link:hover, a.blue-link:focus{
    text-decoration:underline;
}

/* Page prices */
.coming-soon-label-pricing-new {
    color: #00ad6c;
    background-color: #e8faf3;
    flex: none;
    align-self: center;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

/*.beta-label-pricing-new {
    color: #175cff;
    background-color: #d1deff;
    flex: none;
    align-self: center;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}*/

.wrap-text{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.tooltip,.elementor-icon-list-items {
    position: relative;
    font-weight: 400;
}

.tooltip-text {
    background-color: rgba(0, 0, 0, .8);
    color: white;
    padding: 7px;
    position: absolute;
    width:230px;
    height:auto;
    border-radius:8px;
    font-family: Proximanova, Arial, sans-serif;
    font-weight: 400;
    font-size:14px;
    line-height: 14px;
    text-align:center;
    z-index:9999991;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 10px);
    top: calc(100% + 10px);
}
.tooltip-text__bottom .triangle{
    top: unset;
    bottom: calc(100% - 1px);
}
.triangle:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: rgba(0, 0, 0, .8) transparent transparent;
    bottom: 0;
    left: 0;
}
.tooltip-text__bottom .triangle:before {
    border-width: 0 10px 10px;
    border-color: transparent transparent rgba(0, 0, 0, .8) ;
}

.elementor-image-box-description> svg{
    vertical-align: middle;
}
.elementor-element-be94a69 .elementor-widget-container, .elementor-element-4ba675c .elementor-widget-container, .elementor-element-097406a .elementor-widget-container{
    height:48px !important;
}
@media (max-width: 991px){
    .wrap-text {
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .wrap-text {
        flex-direction: row;
    }
}
@media (max-width: 479px){
    .tooltip_item .elementor-icon-list-item span{
        font-size: 16px;
        line-height:32px;
    }
    .elementor-icon-box-title{
        margin-top:0;
    }
}

/* page ios & android */
@media (max-width: 991px){
    .e-con-inner>.elementor-element.pos_apsolute .elementor-absolute{
        position: relative ;
    }

    /* 	footer */
    .elementor-location-footer .elementor-heading-title{
        cursor:pointer;display: flex;
        align-content: center;
        align-items: center;
        gap: 10px;
    }
    .elementor-widget-heading.active + .elementor-hidden-tablet{
        display:block;
    }
}

/* FOOTER */
.social-icons a:hover {
    font-size: 24px !important;
}

.product-hunt-link-wrapper {
    font-size: 14px !important;
    line-height: 24px !important;
}
/* END FOOTER */

/* WPML SWITCHER IN FOOTER */
a.wpml-ls-link:hover{
    line-height:1em !important;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
    margin-bottom: 0 !important;
}

.wpml-ls-link{
    line-height:1;
}

.wpml-ls-link span{
    display: flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
}

.wpml-ls-current-language .wpml-ls-link span::before{
    content:"";
    width:17px;
    height:17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.85746 2.32949C3.71641 3.13867 2.15372 5.12565 1.95979 7.50002H4.15077C4.23646 5.64891 4.79893 3.80933 5.85746 2.32949ZM7.49155 1.96105L7.49168 1.96118C6.05225 3.33934 5.25962 5.38105 5.15189 7.50002H7.49948V1.96039C7.49684 1.96061 7.49419 1.96083 7.49155 1.96105ZM4.15077 8.50002H1.95978C2.15369 10.8745 3.71644 12.8615 5.85756 13.6707C4.79898 12.1908 4.23647 10.3512 4.15077 8.50002ZM7.4915 14.0391L7.4917 14.0389C6.05227 12.6607 5.25963 10.619 5.15189 8.50002H7.49948V14.0397C7.49682 14.0395 7.49416 14.0393 7.4915 14.0391ZM8.49948 1.9604V7.50002H10.9264C10.8152 5.38545 9.99897 3.34557 8.51266 1.96656L8.51702 1.96186L8.49948 1.9604ZM8.49948 8.50002H10.9264C10.8152 10.6146 9.99897 12.6545 8.51266 14.0335L8.51709 14.0383L8.49948 14.0397V8.50002ZM11.9276 8.50002C11.8395 10.3462 11.2629 12.1793 10.1802 13.6558C12.3014 12.8374 13.8464 10.8601 14.0391 8.50002H11.9276ZM10.1803 2.34433C11.2629 3.82087 11.8395 5.65394 11.9276 7.50002H14.0391C13.8464 5.14003 12.3014 3.16276 10.1803 2.34433ZM0.939453 8.00006C0.939453 4.10093 4.10032 0.940063 7.99945 0.940063C11.8986 0.940063 15.0595 4.10093 15.0595 8.00006C15.0595 11.8992 11.8986 15.0601 7.99945 15.0601C4.10032 15.0601 0.939453 11.8992 0.939453 8.00006Z' fill='white'%3E%3C/path%3E%3C/svg%3E%0A");
}

.wpml-ls-statics-footer ul{
    display:flex;
    flex-direction: column;
}

.wpml-ls-slot-footer.wpml-ls-current-language{
    display:flex;
    padding:8px 14px !important;
    order:1 !important;
}

.wpml-ls-slot-footer:not(.wpml-ls-current-language){
    display:flex;
    order:2 !important;
}

.wpml-ls-current-language .wpml-ls-link span::after{
    content: "ᨆ";
}

.wpml-ls-slot-footer.wpml-ls-current-language{
    margin: 0;
    padding: 8px 10px 8px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    border-radius: 8px 8px 8px 8px;
}

.wpml-ls-slot-footer.wpml-ls-item:not(.wpml-ls-current-language){
    opacity:0;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-vertical:hover  .wpml-ls-slot-footer.wpml-ls-item:not(.wpml-ls-current-language){
    opacity:1
}

.wpml-ls-current-language.wpml-ls-first-item:hover{
    border-color:#a6b0c3;
}

.wpml-ls-current-language:hover .wpml-ls-link span::before{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.85746 2.32949C3.71641 3.13867 2.15372 5.12565 1.95979 7.50002H4.15077C4.23646 5.64891 4.79893 3.80933 5.85746 2.32949ZM7.49155 1.96105L7.49168 1.96118C6.05225 3.33934 5.25962 5.38105 5.15189 7.50002H7.49948V1.96039C7.49684 1.96061 7.49419 1.96083 7.49155 1.96105ZM4.15077 8.50002H1.95978C2.15369 10.8745 3.71644 12.8615 5.85756 13.6707C4.79898 12.1908 4.23647 10.3512 4.15077 8.50002ZM7.4915 14.0391L7.4917 14.0389C6.05227 12.6607 5.25963 10.619 5.15189 8.50002H7.49948V14.0397C7.49682 14.0395 7.49416 14.0393 7.4915 14.0391ZM8.49948 1.9604V7.50002H10.9264C10.8152 5.38545 9.99897 3.34557 8.51266 1.96656L8.51702 1.96186L8.49948 1.9604ZM8.49948 8.50002H10.9264C10.8152 10.6146 9.99897 12.6545 8.51266 14.0335L8.51709 14.0383L8.49948 14.0397V8.50002ZM11.9276 8.50002C11.8395 10.3462 11.2629 12.1793 10.1802 13.6558C12.3014 12.8374 13.8464 10.8601 14.0391 8.50002H11.9276ZM10.1803 2.34433C11.2629 3.82087 11.8395 5.65394 11.9276 7.50002H14.0391C13.8464 5.14003 12.3014 3.16276 10.1803 2.34433ZM0.939453 8.00006C0.939453 4.10093 4.10032 0.940063 7.99945 0.940063C11.8986 0.940063 15.0595 4.10093 15.0595 8.00006C15.0595 11.8992 11.8986 15.0601 7.99945 15.0601C4.10032 15.0601 0.939453 11.8992 0.939453 8.00006Z' fill='%23808A9D'%3E%3C/path%3E%3C/svg%3E%0A");
}

.wpml-ls-slot-footer.wpml-ls-item:not(.wpml-ls-current-language) {
    transform-origin: 100% 0;
    background-color: rgba(80,90,86, .18);
    border: 1px solid rgba(90, 90, 86, .18);
    border-radius: 6px;
    /*padding:4px 8px 4px 8px;*/
    overflow: hidden;
    box-shadow: 0 3px 11px -1px rgba(64, 73, 255, .11);
    width:100%;
    display:inline;
}

.wpml-ls-slot-footer.wpml-ls-item:not(.wpml-ls-current-language) .wpml-ls-link span{
    padding:8px 8px 8px 8px;
    border-radius: 6px;
    min-width: 100%;
    transition: color .2s;
}

.wpml-ls-slot-footer.wpml-ls-item:not(.wpml-ls-current-language) .wpml-ls-link:hover {
    background-color: rgba(80,90,86, .18) !important;
    color: #fff !important;
}

.wpml-ls-current-language a{
    pointer-events: none;
}

.wpml-ls-slot-footer.wpml-ls-item:not(.wpml-ls-current-language){
    opacity: 1 !important;
    display: none;
}

.wpml-switcher-desktop-wrapper {
    margin-top: 24px !important;
}
/* END WPML SWITCHER IN FOOTER */

/* page pricing */
.tooltip_item .elementor-icon-list-item{
    cursor: help;
}

/* page Changelog */
.custem_post-date .elementor-widget-container{
    border-bottom:1px solid #fff !important;
}

/* custom post slider */
.single-custom_post .post-thumbnail{
    display:none;
}

/* page Notion */
.video-time .elementor-heading-title.elementor-size-default{
    margin-bottom:0;
}

@media (max-width: 991px){
    .elementor-location-header .elementor-icon-list-text{
        display:unset;
    }
    .elementor-widget-heading.active ~ .elementor-element span.elementor-icon-list-text{
        display: block;
    }
}

.view-document-white-button {
    width:auto !important;
    color: var(--e-global-color-secondary);
    background-color: #fff;
    border: 1px solid #fafafa;
    border-radius: 10px;
    padding: 8px 18px;
    font-family: Proximanova, Arial, sans-serif;
    font-weight: 600;
    line-height: 24px;
    transition: all .2s;
    box-shadow: 0 4px 4px rgba(0,0,0,.04);
}

/* pages Compare xTiles with */
.header-imgs .elementor-widget-image{
    height:100% !important;
}

.header-imgs .elementor-widget-image img{
    height:100%;
}

/* Testimonial 2 */
.elementor-widget-n-carousel .swiper-pagination-bullet:hover {
    background:transparent !important;
    opacity: 0 !important;
}
.elementor-widget-n-carousel .swiper-pagination-bullet{
    box-shadow: 0 0 3px rgba(23, 92, 255, .82) !important;
}

/* menu */
.elementor-location-header .elementor-widget-container .elementor-icon-list-items >  .elementor-icon-list-item:hover{
    background-color: rgba(128, 138, 157, .08);
    border-radius: 8px;
    text-decoration: none;
}

.elementor-widget-container .elementor-icon-list-items >  .elementor-icon-list-item{
    padding: 4px 8px;
}

.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content a{
    color:var(--e-global-color-accent);
}

.elementor-testimonial-content br{
    display: block;
    margin-bottom:10px !important;
}

.hero-left-block {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    display: flex;
}

.proxima-64-h86{
    color: #111;
    align-self: auto;
    font-weight: 700;
    margin:0;
    font-family: Proxima Nova RG, Arial, sans-serif;
    font-size: 48px;
    line-height: 56px;
}

.pt-dynamic-hover-cat-name{
    width:80%;
}

.template-category-productivity-templates > a:hover .e-con-full.e-flex.e-con{
    background-color: #808A9D40;
}

.dynamic-cat-list .tp-row.post-inner-loop{
    overflow-y: auto;
    height:80vh;
    scrollbar-width: thin;
}

.archive.tax-collections .dynamic-cat-list .tp-row.post-inner-loop, .archive.category .dynamic-cat-list .tp-row.post-inner-loop{
    overflow-y: unset;
    height:unset;
}

.archive.tax-collections .dynamic-cat-list .tp-row.post-inner-loop .pt-dynamic-hover-content-inner , .archive.category .dynamic-cat-list .tp-row.post-inner-loop .pt-dynamic-hover-content-inner {
    justify-content: center;
    align-items: center;
}

.archive.tax-collections .dynamic-cat-list .tp-row.post-inner-loop .pt-dynamic-hover-cat-name , .archive.category .dynamic-cat-list .tp-row.post-inner-loop .pt-dynamic-hover-cat-name {
    text-align: center;
}

.elementor-5565 .elementor-element.elementor-element-fd86a6f > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    padding: 0 40px;
    height: 40px;
}

.archive.tax-template-category .elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: flex-start;
    transition: all 0.3s ease;
    gap: 8px;
}

@media (max-width: 991px) {
    .elementor-5565 .elementor-element.elementor-element-e39b0de .dynamic-cat-list .post-inner-loop .grid-item {
        padding: 0 !important;
    }
    .pt-dynamic-hover-cat-name{
        width: max-content;
    }
}

@media (max-width: 767px) {
    .elementor-5565 .elementor-element.elementor-element-fd86a6f > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
        padding: 0 20px;
    }
}

.slick-arrow {
    z-index: 2;
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #f1eaea;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    top: 28%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.chevron {
    color: #a6b0c3;
    align-self: center;
    width: 30px;
    height: 20px;
}

.slick-arrow:hover{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.elementor-post-info__terms-list-item{
    background: #eff2f5;
    padding:8px 8px;
    border-radius:8px;
    margin:0 8px 8px 0;
}

.elementor-post-info__terms-list-item:hover{
    background:rgba(128,138,157,.25)
}

.elementor-icon-list-item .elementor-post-info__terms-list {
    display: flex;
    flex-wrap: wrap;
}

/*PAGE TEMPLATE. DESCRIPTION TEMPLATE*/
.elementor-widget-theme-post-content h2, .elementor-widget-text-editor h2{
    font-family: 'RandomGrotesque', Arial, sans-serif !important;
    color:#000 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
    margin: 64px 0 36px 0 !important;
}

.elementor-widget-theme-post-content h3, .elementor-widget-text-editor h3{
    font-family: 'RandomGrotesque', Arial, sans-serif !important;
    color:#000 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    margin: 24px 0 18px 0 !important;
}

@media(max-width: 767px){
    .elementor-widget-theme-post-content h2, .elementor-widget-text-editor h2{
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 28px !important;
        margin: 36px 0 36px 0 !important;
    }

    .elementor-widget-theme-post-content h3, .elementor-widget-text-editor h3{
        font-family: 'RandomGrotesque', Arial, sans-serif !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        margin: 18px 0 18px 0 !important;
    }
}
/*END PAGE TEMPLATE. DESCRIPTION TEMPLATE*/

/*PAGE TEMPLATE. TAGS*/
.template-category .elementor-icon-list-item{
    padding: 0 !important;
}
.template-category .elementor-post-info__terms-list{
    display:flex !important;
}
.template-category .elementor-post-info__terms-list-item{
    background: #E9EBFF;
    padding:8px 14px;
    border-radius:8px;
    margin:0 8px 8px 0;
    border: 1px solid #5957D0;
}
.template-category .elementor-post-info__terms-list-item:hover{
    background: #d2d4e6;
}
.template-category .elementor-icon-list-item .elementor-post-info__terms-list {
    display: flex;
    flex-wrap: wrap;
}
/*END PAGE TEMPLATE. TAGS*/

/*PAGE TEMPLATE. SOCIAL ICONS*/
.template-social-icons .elementor-grid{
    display: flex !important;
}
.template-social-icons .elementor-share-btn__icon .e-fab-facebook {
    visibility: hidden !important;
}

.template-social-icons .elementor-share-btn_facebook .elementor-share-btn__icon  {
    background-image: url('https://site.xtiles.app/wp-content/uploads/2024/05/Facebook.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.template-social-icons .elementor-share-btn__icon .e-fab-linkedin {
    visibility: hidden !important;
}

.template-social-icons .elementor-share-btn_linkedin .elementor-share-btn__icon  {
    background-image: url('https://site.xtiles.app/wp-content/uploads/2024/05/Linkedin.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.template-social-icons .elementor-share-btn__icon .e-fab-x-twitter {
    visibility: hidden !important;
}

.template-social-icons .elementor-share-btn_x-twitter .elementor-share-btn__icon  {
    background-image: url('https://site.xtiles.app/wp-content/uploads/2024/05/x.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}
/*END PAGE TEMPLATE. SOCIAL ICONS*/

/* MARKETPLACE */
.elementor-6273 .elementor-element.elementor-element-13441bc > .elementor-widget-container {
    position: relative;
    top: 40px;
    left: 103px;
    perspective-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.elementor-6273 .elementor-element.elementor-element-e5dcbb2 > .elementor-widget-container {

    position: relative;
    top: -14px;
    left: 99px;
}
.elementor-search-form__input:focus {
    outline: none !important;
    color: #444 !important;
}
.elementor-search-form--skin-minimal:focus-within {
    outline: none !important;
}
.archive.tax-product-category .pt-dynamic-hover-content-inner {
    justify-content: center;
}
.archive.tax-product-category .pt-dynamic-hover-cat-name {
    width: unset;
}
.archive.tax-product-category .dynamic-cat-list .tp-row.post-inner-loop {
    overflow-y: unset;
    height: 100%;
}
.planner-category-header h1 {
    display: inline;
    background-image: linear-gradient(-265deg, #0000 10px, #D1DEFF 10px 98%, #0000 98%);
    background-position-y: 34px;
    background-size: 100% 24px;
    background-repeat: no-repeat;
    margin-left: -5px;
    position: relative;
    overflow: visible;
}
@media(max-width: 991px){
    .elementor-6273 .elementor-element.elementor-element-13441bc > .elementor-widget-container {
        top: 54px;
        left: 0;
    }
    .elementor-6273 .elementor-element.elementor-element-e5dcbb2 > .elementor-widget-container {
        order: -1;
        font-size: 32px;
        line-height: 48px;
        left: 0;
    }
}
/* page Collection */
.archive.category .elementor-widget-product_category_image  img, .archive.tax-collections .elementor-widget-product_collection_image  img  {
    border-radius: 50%;
    position: relative;
    right: -67px;
}
@media(max-width: 767px){
    .archive.category .elementor-widget-product_category_image  img, .archive.tax-collections .elementor-widget-product_collection_image  img {
        left: 24px;
        right: 0;
    }
}
@media(max-width: 479px){
    .archive.category .elementor-widget-product_category_image  img, .archive.tax-collections .elementor-widget-product_collection_image  img  {
        left: 12px;
    }
}
.archive.category  .slick-next:before, .archive.tax-collections .slick-next:before, .search.search-results .slick-next:before{
    content: '';
}
.archive.category .elementor-widget-text-editor h2, .archive.tax-collections .elementor-widget-text-editor h2, .archive.tax-collections .htmega-toggle-area h2, .archive.category .htmega-toggle-area h2 {
    font-family: ProximaNovaLt, Arial, sans-serif;
    color: #10111a;
    border-bottom: none;
    padding-bottom: 14px;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 0 0;
}
.archive.category .elementor-widget-text-editor .elementor-widget-container, .archive.tax-collections .elementor-widget-text-editor .elementor-widget-container{
    height: 274px;
    overflow: hidden;
}
#show-less{
    cursor:pointer;
}
.archive.category .elementor-widget-text-editor .elementor-widget-container.active, .archive.tax-collections .elementor-widget-text-editor .elementor-widget-container.active{
    height: 100%;
    overflow: visible;
}
.htmega-toggle-area > div{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.archive.category .htmega_custom_content, .archive.tax-collections .htmega_custom_content{
    flex-grow: 1;
    margin-top: -274px;
}

/* Archive Academy */
.type-xtiles-academy .elementor-sticky .elementor-widget-shortcode .elementor-widget-container{
    display:flex;
    flex-direction: column;
}
.sticky-bar{
    height: 80vh;
    overflow: auto;
}
.content-academy .elementor-widget-theme-post-content .elementor-widget-container  h2 {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin:0;
    border:none;
}
.content-academy .elementor-widget-theme-post-content .elementor-widget-container  h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.content-academy .elementor-widget-theme-post-content .elementor-widget-container ul{
    margin-bottom: 32px;
}
.content-academy .elementor-widget-theme-post-content .elementor-widget-container  a {
    color:var(--e-global-color-accent) !important;
}
.content-academy .elementor-widget-theme-post-content .elementor-widget-container  a:hover {
    text-decoration:underline;
    font-size: 18px;
    line-height: 18px;
}
.single-xtiles-academy .elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: flex-start;
    transition: all 0.3s ease;
    gap: 8px;
    height:40px;
}
@media(max-width: 991px){
    .xtiles-academy-template-default .e-n-accordion-item-title{
        padding:0 40px;
    }
}
@media(max-width: 767px){
    .xtiles-academy-template-default .e-n-accordion-item-title{
        padding:0 20px;
    }
}
.single-xtiles-academy .collapse > div {
    color: #444;
    padding-bottom: 14px;
    font-family: Proxima Nova RG, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.xtiles-academy-template-default.single.single-xtiles-academy .elementor-toc__body>.elementor-toc__list-wrapper>.elementor-toc__list-item> .elementor-toc__list-item-text-wrapper {
    margin-bottom: 0;
    border-bottom: none;
    color: var(--e-global-color-secondary);
}
.xtiles-academy-template-default.single.single-xtiles-academy .elementor-toc__body>.elementor-toc__list-wrapper>.elementor-toc__list-item> .elementor-toc__list-item-text-wrapper:hover {
    margin-bottom: 0;
    border-bottom: none;
    color: #444;
}
.xtiles-academy-template-default.single.single-xtiles-academy .elementor-toc__body>.elementor-toc__list-wrapper>.elementor-toc__list-item> .elementor-toc__list-item-text-wrapper .elementor-item-active{
    padding: 8px;
    margin-left: -8px;
    border-radius: 12px;
    display: block;
    width:100%;
    background: rgba(23, 92, 255, 0.08);
    outline:none;
}
.xtiles-academy-template-default .elementor-widget-video .elementor-video{
    border-radius: 12px;
}
.elementor-location-header .elementor-sticky--active{
    border-bottom: 1px solid rgb(239, 242, 245);
}

/* FORM VALIDATION*/
.elementor-form-help-inline:before{
    content:"" !important;
}
.elementor-form-help-inline{
    background-color: transparent;
    border-radius: unset;
    box-shadow:unset;
    padding: 0 0;
    font-family: Proxima Nova RG, Arial, sans-serif;
    font-size:14px;
    font-weight:400 !important;
}
.elementor-error input {
    border: 1px solid #d9534f !important;
}
.elementor-message.elementor-message-success ~ .elementor-form-fields-wrapper.elementor-labels-above {
    opacity:0;
    display:none;
}
.page-id-4430 .elementor-message.elementor-message-success {
    text-align:center;
}
.page-id-4430 .elementor-message.elementor-message-success:before {
    content:"";
}

/* QUIZ*/
.quiz-answer .elementor-widget-container {
    background-color: #808A9D14 !important;
    border: 1px solid #808A9D14;
    border-radius: 12px;
    color: #15161F;
}

.quiz-answer:hover .elementor-widget-container {
    background-color: #808A9D1F !important;
    cursor: pointer;
    border-radius: 12px;
}

.quiz-answer.selected:hover .elementor-heading-title {
    color: white !important;
}

.selected .elementor-widget-container {
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: #E8EFFF !important;
    overflow: hidden;
    color: #15161F;
}

.selected .elementor-widget-container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 12px;
    background: linear-gradient(to right, #224DFB, #9D18FB);
    z-index: -1;
    box-sizing: border-box;
    padding: 2px;
}

 .disabled-btn .elementor-button-wrapper .elementor-button {
    pointer-events: none;
    background: #808A9D75 !important;
    color: white;
}

 /* mailchimp form */
input.button.form.disabled-btn {
    pointer-events: none;
    background: #808A9D75 !important;
    color: white;
}
/* END QUIZ*/

/* PROGRESSBAR */
.elementor-progress-wrapper {
    background-color: #808A9D3D !important;
}

.elementor-progress-bar {
    height: 4px !important;
    line-height: 4px !important;
    background: linear-gradient(to right, #224DFB, #9D18FB) !important;
    transition: none !important;
}
/* END PROGRESSBAR */

/* BREADCRUMBS */
#breadcrumbs {
    margin: 0;
    word-spacing: 4px;
    font-size: 14px;
    color: #175CFF;
    line-height: 20px;
}

.elementor-widget-breadcrumbs a {
    color: #808A9D !important;
    font-size: 14px;
    line-height: 20px;
}

.elementor-widget-breadcrumbs a:hover {
    font-size: 14px;
    line-height: 20px;
    color: #175CFF !important;
}

@media(max-width: 991px) {
    .elementor-widget-breadcrumbs a:hover {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

.breadcrumb_last {
    font-size: 14px;
    color: #175CFF;
}
/* END OF BREADCRUMBS */

/* LOOP GRID PAGINATION */
.page-numbers{
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 5px 4px;
    border: 1px solid #808A9D2E;
    border-radius: 6px;
    margin-top: 46px;
}

.page-numbers:hover{
    font-size: 18px !important;
    line-height: unset !important;
    color: #175CFF;
    border: 1px solid #175CFF;
}

.page-numbers.current{
    color: #175CFF;
    border: 1px solid #175CFF;
}
/* END OF LOOP GRID PAGINATION */

/* ADDITIONAL CSS */
.elementor-widget-heading {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1280px){
    .elementor-8 .elementor-element.elementor-element-cd162ef .elementor-heading-title{
        font-size: 27px;
        line-height: 1.2;
    }
    .elementor-4248 .elementor-element.elementor-element-5ffb9fc9, .elementor-4248 .elementor-element.elementor-element-11a92718{
        --width: 100%;
    }
}

@media screen and (max-width: 1100px){
    .page-id-8 .elementor-8 .elementor-element .elementor-heading-title{
        font-size: 24px;
    }
    .elementor-element-bd7f774{
        margin-bottom: 20px;
    }

    .elementor-heading-title.elementor-size-default.modified {
        display: block;
        width: 100%;
    }
    .elementor-widget-heading .elementor-heading-title{
        display: block;
        width: 100%;
    }
}
/* END ADDITIONAL CSS */