/* Target autofilled inputs */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important;
    /* Remove the autofill background */
    color: #fff !important;
    /* Ensure text color matches the rest of the site */
    transition: background-color 5000s ease-in-out 0s;
    /* Prevent the background from reappearing */
}

.otgs-development-site-front-end {
    display: none !important;
}

/* Slider */
.readcase_btn a.elementor-button:hover {
    color: var(--e-global-color-primary) !important;
}

.btm_prf .elementor-image-box-wrapper {
    justify-content: space-between;
}

.btm_prf figure.elementor-image-box-img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.btm_prf figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btm_prf .elementor-image-box-content {
    width: calc(100% - 106px) !important;
}

.btm_prf.btm_prf2 .elementor-image-box-content {
    width: 100% !important;
}


.max400 {
    width: 100%;
    max-width: 400px;
}

.titlemaxset h3.elementor-image-box-title {
    max-width: 320px;
}

.boxslider .readcase_btn a.elementor-button:hover {
    color: var(--e-global-color-secondary) !important;
}

.homeboxslider .slick-list {
    padding-right: 33%;
}

.spitch-slider-img img {
    mask: url('/wp-content/uploads/2024/12/homeshape_red_shape.svg') no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    mask-position-y: center;
    -webkit-mask-position-y: center;
    max-height: 100%;
    mask-size: cover;
}

.boxslider .slick-list {
    margin: 0 -12px;
    overflow: visible;
}

.innerbox_slider .slick-list {
    overflow: hidden; 
}

.spitch_zurich_col div.elementor-image-box-title span {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.boxslider .slick-track {
    display: flex;
}

.boxslider .slick-slide .slide-box-shadow {
    height: 100%;
}

.boxslider .slick-slide {
    padding: 0;
    margin: 0 12px 25px;
    height: auto;
}

.spitch-product-box:hover .cust_hover_icon .elementor-icon svg path:nth-child(5),
.spitch-product-box:hover .cust_hover_icon .elementor-icon svg path:nth-child(6),
.spitch-product-box:hover .cust_hover_icon .elementor-icon svg path:nth-child(1),
.spitch-product-box:hover .cust_hover_icon .elementor-icon svg path:nth-child(3) {
    fill: var(--e-global-color-secondary);
}

.boxslider ul.slick-dots {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

/* .dot_margin.boxslider ul.slick-dots {
    margin: 35px 0 0;
} */

.boxslider ul.slick-dots li {
    width: 14px;
    height: 14px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50% !important;
}

.boxslider ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 14px;
    height: 14px;
    background: var(--e-global-color-secondary);
    opacity: 0.3;
    transition: 0.3s linear;
    line-height: normal;
    letter-spacing: 0;
    border: none;
}

.boxslider ul.slick-dots li.slick-active button {
    opacity: 1;
}

.readcase_btn .elementor-button-wrapper {
    line-height: normal;
}

.pix-header .navbar-brand img.pix-logo-scroll {
    height: auto !important;
}

.pix-header-normal.is-scroll.pix-scroll-shadow {
    box-shadow: 0px 4px 52px 0px rgba(25, 23, 65, 0.2) !important;
}

.sp_general_fonts h1{
    word-break:break-word;
}
/* Home 2 Row Logo slider */
button:focus {
    outline: none !important;
}

.slick-track::after,
.slick-track::before {
    display: none;
}

.logoslider {
    display: block !important;
    padding: 0 !important;
    position: relative;
}

.logoslideblock {
    display: inline-flex !important;
}

.logoslider .slick-track {
    display: flex;
    align-items: center;
}

.logoslider .slick-slide>div:empty {
    margin: 0;
}

.logoslider .slick-slide>div:nth-child(2) {
    margin-top: 24px;
}

.logoslider .slick-list {
    margin: 0 -42px;
    padding: 60px 30px 60px;
    /* overflow: visible; */
}

.logoslider .slick-list::before, .logoslider .slick-list::after {
    content: '';
    background: linear-gradient(90deg, #ffffff 25%, transparent);
    width: 80px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.logoslider .slick-list::after {
    left: auto;
    right: -1px;
    background: linear-gradient(270deg, #ffffff 25%, transparent);
}

/* .logoslider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"], */
.logoslider .slick-slide {
    margin: 0 12px;
    /* opacity: 0; */
    transition: 0.3s linear;
}

/* .logoslider .slick-slide.slick-active,
.logoslider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])~.slick-slide[aria-hidden="true"] {
    opacity: 1;
} */

.logoslider .slick-arrow {
    width: 70px;
    height: 70px;
    border: 1px solid var(--e-global-color-secondary);
    font-size: 0;
    background-color: transparent;
    background: url('/wp-content/uploads/2024/12/slider-arrow-red.svg') no-repeat center / 24px;
    border-radius: 50%;
    transition: background-color 0.3s linear;
    padding: 0;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(100% + 50px);
    z-index: 1;
}

.logoslider .slick-arrow:hover {
    background-color: var(--e-global-color-secondary);
    background-image: url('/wp-content/uploads/2024/12/slider-arrow-white.svg');
}

.logoslider .slick-arrow.slick-next {
    transform: rotateY(180deg);
    right: auto;
    left: calc(100% + 50px);
}

/*11-12-2024*/
li.dropdown .pix-dropdown-title svg polyline {
    display: none;
}

li.dropdown .pix-dropdown-title svg {
    background-image: url(/wp-content/uploads/2024/12/spitch-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

li.dropdown:hover .pix-dropdown-title svg,
li.dropdown.hover .pix-dropdown-title svg {
    filter: brightness(0) saturate(100%) invert(48%) sepia(75%) saturate(3446%) hue-rotate(327deg) brightness(97%) contrast(103%);
}

.spitch-box-hover h3 span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.pix-main-menu .mx-4 {
    margin-left: 4rem !important;
}
.homeboxslider .boxslide_info {
    width: 100%;
    max-width: 400px;
}

.boxslide_info figure {
    margin-bottom: 0px !important;
    min-height: 70px;
}

/*.boxslide_info figure img {
    height: 60px;
}*/

/*.boxslide_info p.elementor-image-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}*/
.spitch-box-bottom .elementor-image-box-content a {
    font-weight: 500;
}

.footer-mid-col .wpcf7 input[type=email] {
    box-shadow: none;
    background-color: transparent !important;
}

/*.footer-mid-col .wpcf7 input[type=email]:-webkit-autofill { 
    background-color: transparent !important;
}*/
.footer-mid-col .wpcf7 input[type=email]::placeholder {
    color: rgba(255, 254, 253, .7);
}

.footer-mid-col .wpcf7 input[type=email]:focus {
    outline: none !important;
}

.footer-mid-col .wpcf7 input[type=email] {
    color: rgba(255, 254, 253, 1);
}

.spitch-counter-box .number-content {
    font-size: 14px !important;
    font-weight: 400;
    /* line-height: 0 !important; */

}

.icon40 img {
    max-width: 40px !important;
    height: 40px !important;
}

.spitch-product-box:hover .elementor-icon-box-title,
.spitch-product-box:hover .elementor-icon-box-description,
.spitch-product-box:hover a.elementor-button,
.spitch-product-box:hover a.elementor-button svg path,
.spitch-step-box:hover .elementor-icon-box-title,
.spitch-step-box:hover .elementor-icon-box-description {
    color: var(--e-global-color-9b14a11) !important;
    fill: var(--e-global-color-9b14a11) !important;
}

/* LANGUAGE SWITCHER CODE */

.dropdownlang > .dropbtn_lang {
    background-color: transparent;
    color: #fff;
    padding: 8px 6px 8px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown-contentlang    .wpml-ls-legacy-list-vertical {
    width: 100%;
    border: 0;
}

.dropdown-contentlang .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
    margin-left: 0px;
    display: inline-block;
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.dropdownlang {
    position: relative;
    display: inline-block;
    padding: 0;
}

.dropdown-contentlang {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 131px !important;
    z-index: 99999 !important;
    border-radius: 12px;
    /* min-height: 94px !important; */
    filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.07));
    left: 16px;
    top: 40px;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item{
    overflow: hidden;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.dropdown-contentlang::before {
    content: "";
    position: relative;
    display: block;
    width: 39px;
    height: 15px;
    background: url("/wp-content/uploads/2025/01/top_language_arrow.svg") no-repeat;
    background-size: contain;
    margin-inline: auto;
    margin-top: -15px;
}
.dropdown-contentlang a {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}
#dropdownMenuButton span{
    color:  #191741;
    font-family: "General Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 150%;
}
.wpml-ls-legacy-list-vertical > ul {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.dropdown-contentlang a:hover {
    background-color: rgba(253, 75, 85, 0.2);
}
#dropdownMenuButton span{
    margin-right: 8px;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
}
.dropdownlang > .dropbtn_lang .pixfort-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.dropdown-contentlang a:hover span{
    color:#FD4B55;
}
.dropdown-contentlang .wpml-ls-flag {
    border-radius: 50%;
    object-fit: cover;
}
.dropdownlang:hover .dropdown-contentlang {
    display: block
}

.dropdownlang:hover .dropbtn_lang {
    background-color: transparent
}


/* Search */
.search-results h5.page-title.text-heading-default.font-weight-bold {
    color: var(--e-global-color-text) !important;
}
.search-results .site-content .container {
    max-width: 1344px;
}
.search-results .site-content .container .row > .col-12  {
    padding-right: 0px;
    padding-left: 0px;
}
.search .site-content .sidebar {
    display: none;    
}
.search .site-content div {
    width:100%;
    flex: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.search .pix-main-intro.bg-primary {
    display: none;
    background: transparent !important;
}
.search .site-content {
    background: transparent !important;
    position: static;
    padding: 100px 0 0 !important;
}
.search .site-content  .pix-content-box .card {
    display: none;
}
.search .site-content .pix-content-box {
    box-shadow: none !important;
    transform: none !important;
    border-radius: 12px !important;
    background: var( --e-global-color-accent ) !important;
    border: 1px solid var(--e-global-color-f02833c);
    box-shadow: 0px 30px 40px rgba(25, 23, 65, 0.08) !important;
    transition: all .5s ease;
}
.search .site-content .pix-content-box:hover {
    background-color: #FD4B551A !important;
    border-color: var(--e-global-color-secondary) !important;
}
.search .site-main > article {  
    border: none;
    border-radius: 0;
    padding: 0 !important;
}
.search .site-main > article:not(:last-child) {
    margin-bottom: 40px;
}
.search .site-content .pix-content-box .card ~ div {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 20px !important;
}
.search .site-main > article .entry-title, 
.search .site-main > article .entry-title a {
    color: var( --e-global-color-text )!important;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 !important;
    font-family: "Manrope", Sans-serif;
}
.search .site-main > article .pix-post-meta-date .pr-1,
.search .site-main > article .text-right .flip-icon-rtl {
    display: none;
}
.search .site-main > article .text-right .btn {
    margin: 0;
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-transform: capitalize;
}
.search .site-main > article .text-right .btn:hover, 
.search .site-main > article .text-left a:hover  {
    color: var(--e-global-color-secondary) !important;
}
.search .site-main > article .text-body-default {
    padding: 0 !important;
    color: var(--e-global-color-text) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
}
.search .site-main .no-results {
    max-width: 41.66666667vw;
    margin: 0 auto 40px;
    text-align: center;
}
.search .site-main .no-results .page-content > p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 28px;
}
.search .site-main .no-results .page-title {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 24px;
}
.search .site-main .search-field {
    border: 1px solid #C7C9CE !important;
    outline: none !important;
    font-family: var(--primary_font);
    font-size: 16px;
    line-height: 22px;
    color: #181C35;
    padding: 11px 16px;
    width: 100%;
    background: transparent;
    box-shadow: none;
    height: max-content;
    border-radius: 8px;
}
.search.elementor-kit-7 .site-main .search-submit { 
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--e-global-color-0d98b03);
    border-style: none;
    border-radius: 8px;
    padding: 10px 20px;
    background: #000;
    margin: 0 auto;
}
.search .badge {
    text-transform: capitalize;
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin-right: 3px !important;
    line-height: 12px !important;
    border-radius: 5px;
}
.search .pix-pagination {display: flex;}
.search .pix-pagination .page-numbers {
    background: var(--pix-primary);
    padding: 16px 20px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
}
.search .pix-pagination .page-numbers  {
    color: #ffffff !important;
    transition: all .5s ease;
}
.search .pix-pagination .page-numbers:hover { 
background:var(--e-global-color-secondary);
}
.search .pix-pagination .page-numbers.current {
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
    color: #000000 !important;

}

/*Publications page css*/
.popular_one_post .publication_box {
    min-height: 739px;
    padding: 42.54px 0px 48px 42.54px;
}
.popular_one_post .publication_box .pub_bottom_wrapper {
    padding-left: 5.48px;
    row-gap: 14px;
}
.popular_one_post .pub_left {
    max-width: 498px;
}
.popular_one_post .pub_right {
    max-width: 510px;
}
.popular_one_post .pub_logo {
    max-width: 114.04px;
    height: 64.81px;
}
.popular_one_post .pub_right > a:before {
    background: url('/wp-content/uploads/2025/01/pubilication_banner_sec_shape_one.svg') no-repeat 0 0 / contain;
}
.popular_three_posts .pub_right > a:before {
    background: url('/wp-content/uploads/2025/01/pubilication_banner_sec_shape_two.svg') no-repeat 0 0 / contain;
}
.popular_one_post .pub_bottom_wrapper .categorytag {
    padding-left: 24px;
}
.popular_one_post .pub_bottom_wrapper .categorytag::before {
    width: 13px;
    height: 11px;
    top: 50%;
    transform: translate(00%, -50%);
}
.popular_one_post .pub_bottom_wrapper h3 {
    font-size: 32px;
    line-height: 41.6px;
}
.popular_three_posts .publication_box {
    min-height: 215px;
    margin-bottom: 16px;
}
.popular_three_posts .publication_box:last-child {
    margin-bottom: 0px;
}
.popular_three_posts .pub_right {
    max-width: 173px;
}
.popular_three_posts .pub_left {
    max-width: 251px;
}

/*Masking Section image*/
.mask-top-btm-shape {
    min-height: 631px;
    height: 100%;
    padding: 0px;
}
.mask-top-btm-shape .elementor-widget-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-image: url('/wp-content/uploads/2025/01/Triangle-top-bottom-line-v3.svg;');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
.mask-top-btm-shape.mask-top-btm-bg-shape .elementor-widget-image:after {
    background-image: url('/wp-content/uploads/2025/02/Triangle-top-bottom-line-bg.svg');
}

.mask-top-btm-shape .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 109px 2px 50px 2px;
    margin-right: -2px;
    margin-left: -2px;
}

.book-demo-pg-link:hover {
    outline: 1px solid #f14655;
}
.book-demo-pg-link:hover > .elementor-widget-container {
    background-color: transparent !important;
}
.book-demo-pg-link:hover p {
    color: #f14655 !important;
}
.book-demo-pg-link:hover svg path {
    fill: #f14655;
}
.book-demo-pg-link,
.book-demo-pg-link > .elementor-widget-container,
.book-demo-pg-link p,
.book-demo-pg-link svg path  {
    transition: 0.3s linear;
} 



/*.popular_three_posts .slick-list.draggable {
    box-shadow: 0 40.75px 54.34px rgb(25 23 65 / 4%);
}*/
.popular_three_posts .slick-list.draggable .publication_box {
   box-shadow: unset;     
   margin-bottom: 0px;
}
/* LANGUAGE SWITCHER CODE */

.book_form .wpcf7-list-item-label{
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;

}

.font-weight600 span{
	font-weight: 600;
}
.elementor-editor-active .logoslider_img img {
    width: 100%;
}
@media (min-width: 1200px) {
    .pix-main-menu .nav-style-megamenu>li.nav-item .dropdown-menu .submenu-box {
        min-height: 283px;
    }  
}

@media (max-width: 1600px) {
    /* .logoslider {
        padding: 0 0 84px !important;
    } */

    .logoslider .slick-arrow,
    .logoslider .slick-arrow.slick-next {
        width: 60px;
        height: 60px;
        top: auto;
        bottom: 0;
        right: auto;
        left: calc(50% - 68px);
        background-size: 20px;
    }

    .logoslider .slick-arrow.slick-next {
        margin-left: 76px;
    }

    .homeboxslider .slick-list {
        padding-right: 24%;
    }

    .logoslider .slick-list {
        padding-bottom: 84px;
    }
    
}
@media (max-width: 1366px) {
    .popular_one_post .pub_right {
        max-width: 450px;
    }
    .popular_post_sec h2 {
        font-size: 28px;
        line-height: 37.6px;    
    }
}
@media screen and (max-width: 1441px) and (min-width: 1025px) {  
     html { 
        zoom: 0.8; 
        zoom: 80%; 
    } 

   /* #logoslider {
        transform: scale(1.25); 
        transform-origin: center;
        will-change: transform; 
    }body {
        overflow-x: hidden;
    }
*/
    .pix-popup {
        top: 0px;
        width: 100%;
        height: 100% !important;
        min-height: 100% !important;
    }
    .pix-popup .pix-dialog-container {
        height: 100%;
    }
    .pix-popup.popup-height-full .pix-dialog-inner {
        height: 100% !important;
        max-height: 100% !important;
    }
    .pix-page-loading-bg:after {
        width: 100%;
        height: 100%;
    }
   /*body:not(.e--ua-mac):not(.e--ua-safar) #logoslider,
    .e--ua-mac #logoslider #logoslider-list,
    .e--ua-safar #logoslider #logoslider-list {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
    }*/
    .splide__list{
        height: 50px;
    }
    .splide__slide {
        display: flex; 
        justify-content: center; 
        align-items: center; 
        overflow: visible; 
        height: auto;
    }
    .splide__slide img {
        max-width: 100%; 
        height: auto; 
        object-fit: contain; 
        vertical-align: middle; 
    }

}

@media (max-width: 1200px) {
    li.dropdown .pix-dropdown-title svg {
        filter: brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(6692%) hue-rotate(214deg) brightness(93%) contrast(103%) !important;
    }

    li.dropdown.hover .pix-dropdown-title svg {
        filter: brightness(0) saturate(100%) invert(48%) sepia(75%) saturate(3446%) hue-rotate(327deg) brightness(97%) contrast(103%) !important;
    }
    .dropdownlang > .dropbtn_lang {
        padding:6px 2px 6px 6px;
        font-size: 0;
    }
    #dropdownMenuButton{
        flex-direction: row-reverse;
    }
    
    #dropdownMenuButton span {
        margin-right: 0;
        font-size: 0;
    }
    .dropdownlang > .dropbtn_lang .pixfort-icon {
        margin-right: 0;
        margin-left: 5px;
    }
    .dropdown-contentlang {
        left: calc(50% - 10px);
        transform: translateX(-50%);
        top: calc(100% + 10px);
    }
    /* Listing Pages */
    .popular_one_post .publication_box {
        min-height: 600px;
    }
    .popular_one_post {
        max-width: 60%;
        width: 100%;
    }
    
    .popular_one_post .pub_right {
        max-width: 400px;
    }
    .popular_one_post .pub_left {
        max-width: 350px;
    }
    .popular_one_post .pub_logo {
        max-width: 100px;
        height: 60px;
    }
    .popular_one_post .pub_bottom_wrapper h3 {
        font-size: 26px;
        line-height: 34.6px;
    }
    .popular_three_posts .pub_left {
        max-width: 200px;
    }
    .popular_three_posts .pub_left  h3{ 
        font-size: 14px;
        line-height: 18.8px;
    }
    .popular_three_posts .pub_right {
        max-width: 150px;
    }
    .mask-top-btm-shape {
        min-height: 490px;
    }

    .mask-top-btm-shape .elementor-widget-image:after { 
        top: 1px;
    }
}

@media (max-width: 1024px) {
    .splide__slide { 
        margin-right:27px !important;         
    }

    /*Masking Image sec*/
    .mask-top-btm-shape {
        min-height: 414px;
        height: 100%;
        width: 100%;
        margin: 0 auto;
        max-width: 358px;
    }
    .double-triangle-masking {
        max-width: 358px !important;
        width: 100%;
        margin: 0 auto;
    }
    /* .boxslider ul.slick-dots {
        margin: 24px 0 0;
    } */

    .homeboxslider .slick-list {
        padding-right: 0%;
    }

    .btm_prf figure.elementor-image-box-img {
        width: 60px !important;
        height: 60px !important;
    }

    .btm_prf .elementor-image-box-content {
        width: calc(100% - 76px) !important;
    }

    .logoslider .slick-slide>div:nth-child(2) {
        margin-top: 12px;
    }

    .logoslider .slick-list {
        margin: 0 -6px;
        padding: 25px 16px 64px;
    }

    .logoslider_img img {
        max-height: 72px !important;
        height: max-content !important;
    }

    .logoslider .slick-list::before, .logoslider .slick-list::after {display: none;}

    /* .logoslider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"], */
    .logoslider .slick-slide {
        margin: 0 6px;
    }

    /* .logoslider {
        padding: 0 0 64px !important;
    } */

    .logoslider .slick-arrow,
    .logoslider .slick-arrow.slick-next {
        width: 40px;
        height: 40px;
        left: calc(50% - 48px);
        background-size: 12px;
    }

    .logoslider .slick-arrow.slick-next {
        margin-left: 56px;
    }

    .spitch-box-hover h3 span {
        font-size: 19px;
        line-height: 23px;
    }
    .search .site-main > article .entry-title, 
    .search .site-main > article .entry-title a {
        font-size: 22px;
        line-height: 32px;
    }
    .popular_one_post .pub_bottom_wrapper h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .column_3grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .popular_one_post .publication_box {
        min-height: 510px;
    }
    .popular_one_post .pub_right {
        max-width: 400px;
    }
    .popular_one_post .pub_left {
        max-width: 256px;
    }
    .mask-top-btm-shape .elementor-widget-image img {
        padding: 58px 2px 19px 2px;
    }
    

}

.spitch-footer-top .elementor-widget-shortcode .elementor-shortcode div {
    font-family: Manrope;
    font-size: 32px;
    color: #FFFEFD !important;
    letter-spacing: 0 !important;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 42px;
    text-align: center;
}

.spitch-footer-top .elementor-widget-shortcode p {
    font-family: "General Sans" !important;
    text-align: center;
    font-size: 15px;
    color: #FFFEFD !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important;
    line-height: 23px;
}

.spitch-footer-top .elementor-widget-shortcode .elementor-shortcode div+p {
    margin-top: 12px;
}


.pix-dialog-backdrop::before {
    content: "";
    position: fixed;
    right: 460px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    z-index: 111111111111;
    cursor: pointer;
    width: 100px;
    height: 100px;
}
.pix-popup.popup-close-left .pix-popup-close {
    pointer-events: none !important;
}
/*Blog page css start*/



/*Blog page css end*/

@media (min-width: 1025px)  and (max-width: 1800px) {
    /* .spitch-footer-bg {
        background-position: -200px calc(50% + 9px) !important;
    } */
}
@media screen and (max-width: 1024px) {
    .boxslider .slick-slide .slide-box-shadow {
        align-items: stretch !important;
    }
    .pix-dialog-container > .pix-dialog-inner {
        height: 90svh !important;
        min-height: 90svh !important;
        max-height: 90svh !important;
    }
    .pix-dialog-container .pix-dialog-inner {
        padding-bottom: 50px;
    }
}



@media (max-width: 767px) {
    .spitch-slider-img img {
        mask: unset;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
        height: 230px;
    }

    /*.boxslider {
        display: block !important;
    }*/

    .btm_prf figure.elementor-image-box-img {
        width: 40px !important;
        height: 40px !important;
    }

    .cust_arrow_btn .elementor-button-icon {
        font-size: 18px !important;
        line-height: 0;
    }
    
    .cust_arrow_btn .elementor-button-text {
        letter-spacing: 0.1em !important;
    }

    .cust_arrow_btn .elementor-button {
        padding: 13px 27px;
    }

    .btm_prf .elementor-image-box-content {
        width: calc(100% - 48px) !important;
    }

    /* .boxslider.homedots ul.slick-dots {
        margin: 592px 0 0;
    } */
    .boxslide_info figure {
        min-height: 23px !important;
    }

    .spitch-box-hover h3 span {
        font-size: 14px;
        line-height: 18.2px;
    }

    .boxslide_info figure img {
        height: 20px;
        max-width: max-content;
    }

    .boxslide_info p.elementor-image-box-description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .boxslide_info h3.elementor-image-box-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* .content-box-shadow {
        box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08);
    } */

    .slide-box-shadow {
        box-shadow: none;
    }

    .box-last .elementor-image-box-content {
        margin-top: 0;
    }

    .box-even .elementor-image-box-content {
        margin-top: 0;
    }

    .sp_cust_arrow_icon .elementor-icon svg {
        margin-bottom: 2px;
    }

    .spitch_zurich_col div.elementor-image-box-title span {
        font-size: 14px;
        line-height: 18.2px;
    }

    .spitch-footer-top .elementor-widget-shortcode .elementor-shortcode div {
        font-size: 16px;
        line-height: 20.8px;
    }

    .spitch-footer-top .elementor-widget-shortcode .elementor-shortcode p {
        font-size: 12px;
        line-height: 18px;
    }

    .spitch-footer-top .elementor-widget-shortcode .elementor-shortcode div+p {
        margin-top: 8px;
        min-width: 302px;
        width: 302px;
        margin-right: auto;
        margin-left: auto;
    }
    /* .open-sidebar header#mobile_head, .open-sidebar .pix-topbar.pix-header-mobile {
        z-index: 1111111111;
    } */
    /* .pix-popup {
        padding-top: 95px !important;
    }
    .sticky-header .pix-popup {
        padding-top: 60px !important;
    } */
    
    /* html.open-sidebar .pix-dialog-backdrop{
        background-color: white;
        width: auto;
    } */
    .search .site-main > article .entry-title, 
    .search .site-main > article .entry-title a {
        font-size: 20px;
        line-height: 30px;
    }
    .search .site-main > article .text-body-default {
        font-size: 14px;
        line-height: 22px;
    }
   
    .spitch-product-box .site_btn .elementor-button-wrapper {
        line-height: 1.4em;
    }
    .book_form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        top: 0px;
        right: -2px;
        width: 20px;
    }
    form.wpcf7-form.invalid.form-error .wpcf7-response-output {
        padding: 0 !important;
    }
    
}

@media (max-width: 375px) { 
    .mask-top-btm-shape {
        min-height: 350px;
        max-width: 330px;
    }
    .double-triangle-masking { 
        max-width: 330px;

    }
}
@media (max-width: 389px) { 
    .mask-top-btm-shape{
        min-height: 320px;
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .mask-top-btm-shape .elementor-widget-image img{
        padding: 50px 2px 19px 2px;
    }
}

