@charset "UTF-8";
/*
Theme Name: Satec
Theme URI: #
Author: Outright
Author URI: http://outright.co.il/
Description: A theme for Satec
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: satec
Tags: outright, satec, options, featured
*/

.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-block-quote{
    font-style: italic;
    font-size: 23px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Custom CSS */

/*.current-modules li{*/
    /*display: none !important;*/
/*}*/
.current-modules li:nth-child(4),
.current-modules li:nth-child(3),
.current-modules li:nth-child(2),
.current-modules li:nth-child(1){
    display: flex !important;
}

/*.custom-select-wrapper.choose.custom-qty-wrapper{*/
     /*display: none;*/
 /*}*/

.custom-select-wrapper.choose.custom-qty-wrapper:nth-child(4),
.custom-select-wrapper.choose.custom-qty-wrapper:nth-child(3),
.custom-select-wrapper.choose.custom-qty-wrapper:nth-child(2),
.custom-select-wrapper.choose.custom-qty-wrapper:nth-child(1){
    display: block;
}

.machine-list ul li,
.product-machine-item .text p ul li,
.product-page-title p ul li,
.texttual-section .custom-products-wraper .text ul li,
.custom-products-wraper .text p ul li,
.custom-products-wraper .text ul li{
    font: 400 18px/30px var(--fontRoboto);
    color: var(--textgray);
    list-style: disc;
}
.machine-list ol li,
.product-machine-item .text p ol li,
.product-page-title p ol li,
.texttual-section .custom-products-wraper .text ol li,
.custom-products-wraper .text p ol li,
.custom-products-wraper .text ol li{
    font: 400 18px/30px var(--fontRoboto);
    color: var(--textgray);
    list-style: decimal;
}
.custom-products-wraper .text a{
    color: var(--textgray);
    transition: all .3s ease-in-out;   
}
.custom-products-wraper .text a:hover{
    color: var(--lightblue);
    transition: all .3s ease-in-out;  
}
.single-post .b-group2 a{
    color: #fff;
    width: 300px !important;
}
.single-post .b-group2 a:hover{
    background-color: #ce5b22;
    color: #fff;
    transition: all .5s ease-in-out;
}
.single-post .custom-products-wraper{
    justify-content: unset;
}
.news-event-box .date {
    min-height: 30px !important;
}
.page-template-template-products .select-wraper select{
    text-align: left;
    padding-left: 20px;
}

.page-template-template-products.locale-he-il .select-wraper select{
    text-align: right;
    padding-right: 20px;
}

.custom-select-wrapper ul li{
    border-bottom: 1px solid var(--lightblue);
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.support-collapse .accordion-button img{
    object-fit: cover !important;
}
.drop_down img {
    width: 14px;
    height: 12px;
    object-fit: contain;
}
.accordion-body ul li a img{
    object-fit: scale-down !important;
}
.product-page-title p{
    margin-bottom: 50px;
}
.single-post .texttual-section{
    padding-top: 0px;
}
.form-title,
.solution-title {
    margin-top: 0px !important;
}
.product-page,
.knowledge-page,
.order-configurator-section,
.news-event-section{
    padding-top: 0px !important;
}
.about-products h1{
    padding-top: 0px;
}
.texttual-section .custom-products-wraper .text div {
    font: 400 18px/30px var(--fontRoboto);
    color: var(--textgray);
    margin-bottom: 1rem;
}
.single-post .custom-products-wraper .img-wraper{
    width: auto;
}
.single-products .product-machine-item .img-wraper{
    box-shadow: none;
}
.single-products .feature-lobby-box .img-wraper{
    box-shadow: none;
}
.single-solution .feature-content-slid h3{
    min-height: 114px;
}
.single-solution .feature-content-slid .img-wraper{
    box-shadow: none;
}
.single-solution .feature-content-slid:hover .img-wraper img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition-duration: 1500ms;
}

.feature-content .feature-content-wraper .slick-list{
    width: 100% !important;
}
.feature-content .feature-content-wraper .slick-track{
    margin-left: 0;
}
.single-products #data .product-machine-item:nth-child(1) h4,
.single-products #downloads .product-machine-item:nth-child(1) h4,
.single-products #plugin .product-machine-item:nth-child(1) h4,
.single-products #features .product-machine-item:nth-child(1) h4,
.single-products #modules-accessories .product-machine-item:nth-child(1) h4 {
    font-size: 35px;
}
.single-post .custom-products-wraper .img-wraper{
    height: 100%;
}
.custom-select{
    padding: 32px 50px 25px 66px;
    font-weight:400;
}
.product-page-title p{
    margin-bottom: 1rem;
}
.product-machine-item .text{
    width: 100%;
}


.current-modules li label::before {
    counter-increment: unset !important;
    content: unset !important;
}
ol li::marker,
ul li::marker{
    color:var(--lightblue);
}
.footer-wraper ul li{
    list-style: none !important;
}
.footer-wraper ul{
    padding-left: 0 !important;
}
.single-products strong{
    font-size: 18px;
}
.breadcrums a br {
    display: none;
}
.single-post .custom-products-wraper .text a{
    color: #3366ff;
}
.single-post .b-group2 a{
    color: inherit !important;
}
.feature-lobby-box .img-wraper,
.single-post .custom-products-wraper .img-wraper,
.single-solution .custom-products-wraper .img-wraper,
.page-template-template-about .product-box .img-wraper,
.page-template-template-about .custom-products-wraper .img-wraper{
    box-shadow: none !important;
}
.driven-box.driven-box h3 a,
.feature-content-slid h3 a{
    color: var(--textgray);
}
.feature-content-slid .slid-badge a{
    color: var(--textred);
}
.single-post .b-group2 a{
    color: #ffffff !important;
}
.page-template-template-about .b-group a{
    color: #ffffff !important;
}
.feature-lobby-box .img-wraper{
    background-color: transparent !important;
}
.get-start p.get-start-p {
    font-size: 30px;
}
.home .btn-group .learn{
    padding: 24px 76px 26px !important;
}
.single-post .texttual-section {
    padding-bottom: 180px;
}
.about-banner.banner-lg .btn-group .learn {
    padding: 24px 40px 26px !important;
}
ol li ol li::marker, ul li ul li::marker {
    color: #000000;
}
.page-template-template-about .b-group a{
    width: 310px;
}
.our-solution {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}
.news-event-box h3 br {
    display: none;
}
.news-event-box h3{
    max-width: 100% !important;
}
.feature-lobby-box .img-wraper img{
    height: 239px !important;
}
.feature-lobby-box {
    min-height: 350px !important;
}
.about-satch .read{
    color: #00487c !important;
}
.get-start .form-wraper p{
    font-size: 16px !important;
}
.set-section-to-bottom{
    margin-bottom: 90px;
}
.single-post h6 {
    font-family: var(--fontMontserrat);
}
body h5 {
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: var(--fontMontserrat) !important;
}
.solution-title h4 {
    font: 700 36px/44px var(--fontMontserrat);
    color: var(--textgray);
    margin-bottom: 14px;
}
.single-solution .custom-products-wraper .text .b-group a:hover{
    color: #fff;
}
.page-template-template-products .feature-lobby-box {
    min-height: 400px !important;
}
.single-solution .feature-content-slid span.slid-badge.remove-last{
    display: none;
}
.single-solution .feature-content-slid span.slid-badge.remove-last:nth-child(3){
    display: block;
}
li#string-Optional_Modules {
    display: none;
}
.feature-content.addclass .feature-content-wraper .feature-content-slid,
.addclass.feature-content .read,
.single-solution .addclass .feature-content-slid h3,
.addclass .feature-content-slid .slid-badge {
    text-align: center;
}
html {
    scroll-padding-top: 80px; /* height of your sticky header */
}
.expension-div{
    justify-content: space-between;
}
p.expansion-text {
    margin-bottom: 0;
    color: #dc3232;
    font-weight: 500;
}
.copy-btn{
    display: flex;
    font: 400 14px/16px var(--fontRoboto);
    color: var(--textgray);
    border: none;
    background: transparent;
}
#copiedText{
    display: flex;
    font: 400 14px/16px var(--fontRoboto);
}
.set-in-line {
    display: flex;
    align-items: center;
    gap: 20px;
}
.page-template-template-order-configration li#string-Optional_Modules{
    display: flex;
}
.driven-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wpcf7-spinner {
    margin: 0; /* Adjusted: Removed 24px to center */
    position: absolute; /* Changed from relative to absolute */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to truly center based on element's own size */
}