@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;500;600;700&family=Heebo&family=Rubik:wght@300;400;500;600;700&display=swap');

::placeholder {
    color: black;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
    color: black;
}
.formSinglePost{
    position: relative;
}
.loader {
    position: absolute;
    right: 25%;
    left: 0;
    top: 80%;
    max-width: 75px;
    width: 100%;
}
.con_search{
    border: 1px solid #DADADA;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 30% 68%;
    font-family: "Rubik", Sans-serif;
    align-items: center;
    width: 445px;
    gap: 5px;
    background: white;
padding-top: 2px;
}
.selectCon{
	border-left: 1px solid #80808024;
    /*display: flex;*/
    padding-bottom: 3px;
}
.smallSelect{
    max-width: 120px;
    border: 1px solid white;
    padding: 7px;
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.Fastsearch{
    border: none !important;
    color: black;
}
.searchInput{
    display: grid;
    align-items: center;
    /*border: 1px solid #0b00ff61;*/
    grid-template-columns: 87% 12%;
    border-radius: 5px;
    /*background: white;*/
    padding: 4px;
    /*box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);*/
}
.searchInput:hover{
    border: 1px solid #0b00ff61;
    border-radius: 30px;
}
.searchInput img{
    width: 25px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
}
.resultSearch{
    position: absolute;
    overflow: auto;
    max-height: 300px; 
    height: auto;
    max-width: 404px;
    background: white;
    padding: 10px;
	z-index:999;
}

.titleProduct{
    color: black;
    text-align: right;
}
.cardProduct a{
    color: black;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
}
.cardProduct{
    border-bottom: 1px solid #80808036;
}
.imageCopa{
    width: 25px;
    height: 25px;
    object-fit: cover;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
    border: none;
    outline: none;
}
input[type=text]:focus-visible{
    border: none;
    outline: none;
}

.resultSearch::-webkit-scrollbar {
    width: 0.3em;
}
.resultSearch::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.resultSearch::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #726DE5;
    outline: 1px solid slategrey;
}

@media(max-width: 600px){
    .btnHeaderLogin{
        display: none !important;
    }
    .textLeft p span{
        font-size: 17px !important;
    } 
    .textAfterTitle p{
        font-size: 15px;
    }
    .textAfterTitle p br{
        display: none; 
    }
    .con_search{
        width: 100%;
    }
    .searchCon{
        display: block !important;
    }
}
.Fastsearch::placeholder {
    font-weight: 400;
    font-size: 12px;
    color: gray !important;
    opacity: 1;
}
body{
    font-family: 'Rubik', sans-serif !important;
    text-align: right;
}

.custom-logo{
    max-width: 211px;
    height: auto;
    width: 100%;
    padding: 0 15px;
}
.bigTitle h1{
    text-align: center;
    font-weight: 500;
    color: #000000;
    font-size: 36px;
}
/*.bigTitle{*/
/*    padding: 20px 0;*/
/*}*/
.searchCon{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
/* שאלות תשובות */
.content-tab{
  display: none;
    position: absolute;
}
.buletqes{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #353CD3;
}
.tab-title h3{
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
}
.backgroundQ{
    background: #EEEEEE;
    padding: 25px;
    border-radius: 8px;
}
.tab-title{
    font-weight: 400;
    cursor: pointer;
    display: flex;
   gap: 5px;
    align-items: baseline;
}
.active-tab{
    font-weight: 600 !important;
}
.rowqes{
    background: #FAFAFA;
    padding: 30px;
    border-radius: 8px;
    margin-top: 10px;
}
.content-tab-show h4{
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    padding-bottom: 10px;
}
.content-tab-show{
    background: #FAFAFA;
    padding: 12px;
    border-radius: 8px;
    font-size: 17px;
    text-align: right;
}
.content-tab-show:not(:first-of-type) {
    display: none;
}
.quesContainer{
    margin-top: 20px;
}
.topbutton {
    height:45px;
    width:45px;
    position:fixed;
    right:15px;
    bottom:70px;
    Z-index:1;
    background-image:url("https://www.igemel-net.co.il/wp-content/uploads/2023/12/upArrow.png");
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-repeat:no-repeat;
    display:none;
}
.redMoreOria{
    position: absolute;
    bottom: 7px;
    left: 1%;
    background: #F0F0F0;
        font-size: 15px;
        text-align: center;
        color: black;
        font-weight: 500;
        text-decoration: underline;
    cursor: pointer;
}
@media(max-width: 600px){
/* 	select{
		text-align-last: center;
	} */
	#valueHska{
		  text-align: center;
  		text-align-last: center;
		 width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 20px;
        background-image: url('https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png') !important;
        background-repeat: no-repeat !important;
        background-position: left 10px center !important;
        padding-right: 30px;
        color: black;
	}
    #kama{
		text-align-last: center;
        height: 46px;
        text-align: center !important;
		 width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 16px;
        background-image: url('https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png') !important;
        background-repeat: no-repeat !important;
        background-position: left 10px center !important;
        padding-right: 30px;
        color: black;
    }
    .Fastsearch{
        font-size: 15px;
    }
    #cateogory_s{
        height: 31px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 13px;
        background-color: white;
        /* Add custom arrow */
        background-image: url('https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png') !important;
        background-repeat: no-repeat !important;
        background-size: 20px;
        background-position: left 2% center!important;
        padding-right: 30px;
        color: black;
        padding: 0 4px !important;
    } 
    #whatUwant{
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 16px;
        padding: 10px;
        background-image: url('https://www.igemel-net.co.il/wp-content/uploads/2023/11/down-5.png') !important;
        background-repeat: no-repeat !important;
        background-position: left 10px center !important;
        padding-right: 30px;
        color: black;
        text-align: center;
    }
    .user_profile{
        display: block !important;
        margin: 19px !important;
    }
    .imageAvatr img{
        width: 95px !important;
    }
    footer{
        margin-top: 35px !important;
        padding-top: 0px !important;
    }
    .areaTitle h2{
        font-size: 25px;
    }

    .driver{
        display: none !important;
    }
    .textLeft h2{
        font-size: 24px !important;
    }
    .cardGo p span{
        font-size: 17px !important;
    }
    .textFooter{
        font-size: 16px !important;
    }
    .textAfterTitleFirst{
        font-size: 15px !important;
        background: transparent !important;
        position: relative;
    }
    .cardGo{
        margin-top: 32px;
    }
    .iconSocialCon{
        gap: 8px;
    }
    .bottomGoCon{
        width: 75px !important;
        height: 75px !important;
        margin-top: -30px !important;
    }
    .googleMap{
        width: 100% !important;
        height: auto;
    }
    .titleConFooter div{
        font-size: 22px !important;
    }
    .linkFooter a{
        font-size: 16px !important;
    }
    .linkFooter p{
        font-size: 16px !important;
    }
    .logoFooter img {
        width: 130px;
        height: 130px;
        margin-bottom: 0;
    }
    .content-right{ 
        display: none;
    }
    .rowqes{
        padding: 20px 10px;
        margin-right: 3px;
        margin-left: 3px;
    }
    .content-tab{
        font-size: 15px;
        position: relative;
        background: #EEEEEE;
        padding: 9px;
        margin-bottom: 10px;
    }
    .tab-title h3{
        padding-bottom: 8px;
        font-size: 16px;
    }
    .tab-title{
        align-items: baseline;
        display: grid;
        grid-template-columns: 7% 93%;
    }
    .buletqes{
        width: 12px;
        height: 12px;
    }
    .custom-logo{
        max-width: 158px;
        height: auto;
        width: 100%;
        margin-right: -18%;
    }
}
header{
    padding: 15px 0 ;
}
.backgroundImageSec1 {
    background: url(https://www.igemel-net.co.il/wp-content/uploads/2023/11/Untitled-design-2023-11-21T171118.947.png) no-repeat bottom 49.5% center;
    background-size: cover;
}

/* Style for the checkbox container */
.checkbox-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

/* Style for the checkbox input */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Style for the checkbox checkmark */
.checkbox-checkmark {
    position: absolute;
    top: 20px;
    left: -7px;
    height: 22px;
    width: 22px;
    /* border-radius: 30px; */
    background-color: #fff;
    border: 1px solid #000;
}


/* Style for the checkmark icon */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style for the checked state */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style for the checkmark icon shape */
.checkbox-container .checkbox-checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #362FD9;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* footer */
footer{
    padding-top: 75px;
    /*background: url(https://www.igemel-net.co.il/wp-content/uploads/2023/10/עיצוב-ללא-שם-24.png) no-repeat bottom 44% right -55%;*/
    /*background-size: contain;*/
    background: #F0F0F0;
    padding-bottom: 20px;
}
.logoFooter img{
    max-width: 220px;
    height: auto;
}
.logoFooter{
    text-align: center;
}
.cardGo p span{
    font-size: 22px;
}
.cardGo{
    padding: 13px;
    display: block;
    border-radius: 8px;
    margin-right: auto;
    margin-left: auto;
    background: #FAFAFA;
}
.cardGo img{
    width: 80px;
    height: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -53px;
}
.bottomGoCon{
    width: 85px;
    height: 85px;
    background: #362FD9;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-right: auto;
    margin-top: -40px;
}
.textFooter{
    font-size: 17px;
    text-align: center;
}
.textLeft h2{
    font-size: 30px;
}
.textLeft p span{
    font-size: 22px;
}
.titleConFooter{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    border-bottom: 2px solid #B6B4B4;
    max-width: 225px;
    width: 100%;
}
.titleConFooter div{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.linkFooter{
    padding: 5px 0;
}
.linkFooter a{
    color: black;
    font-size: 17px;
    font-weight: 400;
}
.sec2Footer{
    margin-top: 50px;
}

.iconSocialCon{
    display: flex;
   gap: 14px;
    margin-top: 10px;
}
.iconSingle > a > img {
    width: 35px;
    border-radius: 30px;
    border: 1px solid black;
    padding: 4px;
}
.linkFooter p{
    font-size: 17px;
    margin-bottom:0;
}
@media(max-width: 600px) {
    .textAfterTitle{
        font-size: 14px !important;
    }
    .bigTitle h1 {
        font-size: 23px !important;
    }
    .bigTitle h1 br{
        display: none;
    }
}
.breadcrumbs a{
    color: black;
    font-size: 17px;
    font-weight: 300;
}
.textAfterTitle{
    padding: 10px;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
}
.textAfterTitle p{
    margin-bottom: 0;
}
.user_profile{
    max-width: 790px;
    display: flex;
    padding: 5px;
    border: 1px solid black;
    border-radius: 3px;
    gap: 10px;
    align-items: center;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    background: white;
}
.imageAvatr img{
    border-radius: 100%;
    max-width: 100%;
    height: auto;
}
.nameGravtr{
    color: black;
    font-weight: 600;
}

.textAfterTitleFirst{
    /*background: #ffffff59;*/
    padding: 10px;
    font-size: 17px;
    margin: 19px 0;
    font-weight: 100;
    border-radius: 5px;
    max-width: 975px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: grid;
}
.textAfterTitleFirst p {
 margin-bottom: 0;
    height: 40px;
}
.whiteContainer {
    max-width: 1250px;
}
.calculatur {
    background: #FAFAFA;
    padding: 30px;
    border-radius: 8px;
    margin-right: -15px;
    margin-left: -15px;
}
.breadcrumbs{
    font-weight: 400;
    font-size: 17px;
}
.breadcrumb_last strong{
    font-weight: 400 !important;
}
.breadcrumb_l{
    font-weight: 500 !important;
}

@media screen and (min-width: 1480px) and (max-width: 1550px) {
    /*.custom-logo{*/
    /*    margin-top: -21px;*/
    /*}*/
}

a{
  color: #362FD9;
    font-weight: 500;
}
.post-title div{
    height: 57px;
    overflow: hidden;
}
.titeDiv{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.1rem;
}
@media(max-width: 600px){
    .titeDiv{
        font-size: 22px;
    }
}
@media(min-width: 1250px){
	.textAfterTitleFirst p br{
		display:none;
	}
    .textAfterTitleFirst{
        display: grid;
        grid-template-columns: 94% 6%;
    }
    .topbutton{
        bottom: 80px !important;
    }
    .cardGo p span{
    font-size: 22px !important;
    }
    .redMoreOria{
        left: 0;
        bottom: 0;
        font-size: 17px !important;
    }
}
.reviewGoogle{
    padding: 20px 0;
    margin-bottom: 50px;
}
.reviewT{
    text-align: center;
    margin-bottom: 25px;
}
.btnR{
    background: #0073EA;
    color: white;
    padding: 5px;
    border-radius: 30px;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    display: block;
    font-size: 17px;
    width: 100%;
    max-width: 220px;
    margin-top: 15px;
}
.btnR:hover{
    color: white;
    text-decoration: none;
}
.btnHeaderLogin{
    display: flex;
    gap: 15px;
}
.loginBtn{
    border-radius: 30px;
    padding: 5px 10px;
    border: 1px solid white;
    background: white;
    color: black;
}
.registerBtn{
    border-radius: 30px;
    padding: 5px 10px;
    background: black;
    color: white;
}
.loginBtn:hover{
    color: black;
    text-decoration: none;
}
.registerBtn:hover{
    color: white;
    text-decoration: none;
}

@media (max-width: 1400px) {
    .btnHeaderLogin a {
        font-size: 14px; /* מקטין טיפה את הטקסט */
        padding: 6px 12px; /* מרווח פנימי קטן יותר */
    }
    .fastSearch input[type="text"] {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .btnHeaderLogin a {
        font-size: 13px;
        padding: 5px 10px;
    }
}



/*תשובות שאלות חדש*/
.btnqus {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.iconPlus{
    width: 25px;
    height: 25px;
}
.card-Q{
    margin-bottom: 10px;
    background: white;
}
.btnqus{
    font-size: 19px;
    font-weight: 600;
}
#accordion{
    border-radius: 8px;
    margin-top: 2%;
    background: white;
    padding: 17px;
}
.card-header{
    background-color: white;
}
.card-Q{
    border: none !important;
}
.card-body{
    font-size: 17px;
}
.rotate-icon {
    transition: transform 0.3s ease;
}

.rotate-icon.rotated {
    transform: rotate(180deg);
}
@media(max-width:600px){
    .btnqus {
        font-size: 15px !important;
        text-align: right;
        font-weight: 600 !important;
    }
    .card-body {
        font-size: 14px !important;
    }
    .iconPlus {
        width: 20px !important;  
        height: 20px !important;
    }
    #accordion {
        padding: 8px !important;
        margin-top: 5% !important;
    }
}