/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
Text Domain: generatepress-child
*/

/* Custom Properties - No Visual Impact */
:root {
  --kf-theme-version: "2.1.0";
  --kf-build-date: "2026-02-14";
  --kf-optimization-level: "high";
}

/* Micro Typography Optimization */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/*body anhd pages*/

html {
  overflow-x: hidden;
  overflow-y: auto;
}

/* menus*/

#menu-new-header-menu{
	display:none!important;
	}

/* במצב שהתפריט פתוח */
body.menu-open {
  overflow-x: hidden; /* חוסם גלילה לרוחב */
  overflow-y: auto;   /* מאפשר גלילה אנכית */
}

  #menu-main {
    justify-content: center;
    background: #F5A927; /* ירוק */
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }

  #menu-main > li {
    margin: 0;
    position: relative;
  }

  #menu-main > li > a {
    color: #fff; /* טקסט לבן */
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    display: block;
    transition: background 0.3s ease, color 0.3s ease;
  }

  #menu-main > li > a:hover {
    background: #03e93a;
    border-radius: 6px;
  }

  /* סאב־מנו */
  #menu-main .sub-menu {
    background: #fff; /* רקע לבן */
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 10px 0;
    min-width: max-content;
    white-space: nowrap;
  }

  #menu-main .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
  }

  #menu-main .sub-menu li a:hover {
    background: #F5A927;
    color: #fff;
  }

@media (max-width: 768px) {
  #site-navigation {
    background: #F5A927; /* ירוק */
    width: 100%;
  }

  #menu-main {
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #menu-main > li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  #menu-main > li > a {
    color: #fff; /* טקסט לבן */
    text-decoration: none;
    font-size: 16px;
    padding: 12px 15px;
    display: block;
  }

  /* סאב־מנו במובייל */
  #menu-main .sub-menu {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #menu-main .sub-menu li a {
    padding: 12px 15px;
    font-size: 15px;
    color: #222;
  }

  #menu-main .sub-menu li a:hover {
    background: #F5A927;
    color: #fff;
  }
	.inside-header.grid-container{padding:0px!important;}
}
/*end menus*/


body{
    background-color:#ffffff!important;
    font-family: 'Assistant' !important;
	background-color:#ffffff;
	overflow-x:hidden!important;
	overflow-y: auto;
}

a, p, input, div, button, td, th, li{
	font-size:18px!important;
}

h2{
	font-size:24px;
}

/* ברירת מחדל – שומר גלילה אנכית, חוסם אופקית */

a {
	color:#ff6900;
}


.image-box,
table,
img.alignright,
.img.alignleft{
    margin:40px 0px 40px 0px!important;
}


.col-ctr {
  display: block;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  direction: rtl;
  }

.col-ctr .text-box {
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}


.col-ctr img {
  width:100%!important;
  max-height:400px;
  display: block;
  border-radius: 8px;
  object-fit:cover!important;
}

.highlighted-word {
  color: orange; /* תוכל לשנות לצבע אחר */
  font-weight: bold;
}

.image-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}

.image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.entry-title, .widefat.striped, .featured-image.page-header-image img{
	display:none!important;
}

/* table css */

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  direction: rtl;
}

table thead {
  background-color: #F5A927; /* ירוק */
  color: #fff;
  font-weight: bold;
}

table th, table td {
  padding: 14px 20px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #F5A927;
}

table tbody tr:nth-child(even) {
  background-color: #f8fef8;
}

table tbody tr:hover {
  background-color: #F5A927;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/*quote css */
.quote-box {
  direction: rtl;
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 40px 40px 30px 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  max-width: 950px;
  margin: 50px auto;
}

.quote-mark {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 420px;
  color: #f3f4f4;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}

.quote-text {
  z-index: 1;
  text-align: right;
  width: 100%;
}

.quote-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.5;
}
.quote-author span{
	margin-top:15px;
}

.quote-author {
  display: flex;
  align-items: right;
  justify-content: right;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #111
		}

.quote-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}


.site-branding-container{display:none!important;}
/* הדר ירוק חזק */
.site-header {
  background: #F5A927 !important;
  padding: 8px 0 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06) !important;
  direction: rtl !important;
  z-index: 999 !important;
}

/* contact home page */
.price-box {
  max-width: 600px;
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.price-box-header {
  background: #000;
  color: #fff;
  padding: 30px 20px 10px;
}

.price-box-header h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.price-box-header p {
  margin: 0;
  font-size: 16px;
  color: #ccc;
}

.price-box-body {
  padding: 30px 20px 60px;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #e7fbe9 100%);
}

.price-highlight {
  font-size: 32px;
  font-weight: bold;
  color: #ffa600;
  margin-bottom: 30px;
}

.price-highlight .currency {
  font-size: 24px;
  vertical-align: top;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.features li {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  position: relative;
}

.features li::before {
  content: "✔";
  color: #ff6900;
  margin-left: 6px;
}

.cta-button {
  display: inline-block;
  background-color: #ffa600;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #088e32;
}


@media (max-width: 768px) {
  .inside-article {
    padding: 10px !important;
  }
	
}
/*end body*/


/* חלק עליון מעל התפריט */

.contact-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  direction: rtl;
  padding:0px 40px;
  width:100vw!important;
}

.contact-bar .logo img {
  height: 80px;
}

.contact-bar .icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-bar .phone-button {
  display: flex;
  align-items: center;
  background: #F58B27;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
.contact-bar .phone-button i {
  margin-right: 10px;
}
.contact-bar .phone-button:hover {
  background: #F58B27;
}

.contact-bar .icon-circle {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: transform 0.2s ease;
}
.contact-bar .icon-circle:hover {
  transform: scale(1.1);
}
.contact-bar .icon-circle i {
  font-size: 24px;
  color: black;
}
.contact-bar .icon-circle img {
  height: 24px;
}

@media (max-width: 768px) {

	  .contact-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding: 8px 12px !important;
    background: #fff !important;
    border-bottom: 1px solid #eee !important;
    gap: 12px !important;
  }

  .contact-bar .logo {
    order: 1 !important;
    flex: 0 0 auto !important;
	width:45%;
		object-fit:cover!important;
  }

  .contact-bar .logo img {
  width:60%;    display: block !important;
  }

  .contact-bar .icons {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    flex: 1 !important;
	
  }

	
	.contact-bar .icons .icon-circle img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .contact-bar .phone-button {
    order: 3 !important;
    background: #F58B27 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex: 0 0 auto !important;
  }
	.icons{width:2px!important;}
  .contact-bar .phone-button i {
    font-size: 16px !important;
  }
	.fa.fa-phone{margin:0px!important;}
	.phone-button{width:100%;margin:0px auto!important;text-align:center!important;}
	
	.icon-circle.customize-unpreviewable{width:31%!important;}
	
	 .contact-bar .phone-button {
    background: #F58B27 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* טקסט + אייקון ממורכז */
    gap: 6px !important;
    width: 100% !important;    /* תופס את כל רוחב בלוק האייקונים */
    max-width: 180px !important; /* אבל מוגבל שלא יתפרש יותר מדי */
    margin: 0 auto !important;  /* מרכז את הכפתור בתוך הבלוק */
  }
	.contact-bar{padding: 0px 0px 20px 20px!important;
		margin-top:-10px;}
	
	.inside-top-bar.grid-container{padding:0px!important;height:120px;}
	
	.main-navigation{
		margin:auto;
	background-color:transparent;
	box-shadow:none!important;}
	.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover {
    background: none !important;
    box-shadow: none !important;
}
}

/* tpbar & inside bar*/


/*end tpbar & inside bar*/

.top-bar {
  background-color: #ffffff !important;
}



.inside-top-bar {
  display: flex!important;
  align-items: center;
  justify-content: space-between!important; /* או center אם זה המראה שאתה רוצה */
  flex-wrap: wrap!important;
  gap: 12px; /* אם צריך ריווח בין פריטים */
  padding:0px!important;
  margin:0px!important;
}

#block-11, .inside-top-bar{width:100vw!important;}
.inside-top-bar #block-11{margin:0px!important;padding:0px!important;
}


	/*סוף חלק עליון מעל התפריט*/
/* blog */

body.archive.category.category-6 .entry-content {
  margin: 0px 20px;
}

/* === כותרת בלוג === */
body.archive.category.category-6 .page-header {
  text-align: right;
  margin-bottom: 40px;
}
body.archive.category.category-6 .page-header .page-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #222;
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 8px;
}

/* === גריד פוסטים: 2 בעמודה, מובייל 1 === */
body.archive.category.category-6 #primary .site-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  body.archive.category.category-6 #primary .site-main {
    grid-template-columns: 1fr;
  }
}

/* === כרטיס פוסט === */
body.archive.category.category-6 #primary .site-main article {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body.archive.category.category-6 #primary .site-main article:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* === תמונה אחידה === */
body.archive.category.category-6 #primary .site-main .post-image img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}

/* === כותרת פוסט === */
body.archive.category.category-6 .entry-title {
  font-size: 1.4em;
  margin: 0 0 10px;
}
body.archive.category.category-6 .entry-title a {
  color: #222;
  text-decoration: none;
}
body.archive.category.category-6 .entry-title a:hover {
  color: #0a8f3c;
}

/* === מטא + תקציר === */
body.archive.category.category-6 .entry-meta {
  font-size: 0.85em;
  color: #777;
  margin-bottom: 10px;
}
body.archive.category.category-6 .entry-summary {
  flex-grow: 1;
  margin-bottom: 15px;
}
body.archive.category.category-6 .entry-summary p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  color: #444;
}

/* === לינקים ירוקים === */
body.archive.category.category-6 .entry-summary a,
body.archive.category.category-6 .entry-meta a,
body.archive.category.category-6 .paging-navigation a {
  color: #0a8f3c;
  text-decoration: none;
  font-weight: 600;
}
body.archive.category.category-6 .entry-summary a:hover,
body.archive.category.category-6 .entry-meta a:hover,
body.archive.category.category-6 .paging-navigation a:hover {
  text-decoration: underline;
}

/* === פאגינציה === */
body.archive.category.category-6 .paging-navigation {
  text-align: center;
  margin: 40px 0;
}
body.archive.category.category-6 .paging-navigation .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 6px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background 0.25s ease;
}
body.archive.category.category-6 .paging-navigation .page-numbers:hover,
body.archive.category.category-6 .paging-navigation .page-numbers.current {
  background: #0a8f3c;
  color: #fff;
}
/* הסתרת כותרת ברירת מחדל */
body.archive.category.category-6 .page-header {
  display: none !important;
}
/*end blog*/




/* קרוסלות*/

/* QW GRID CSS */

.qw-grid-display {
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 15px;
}

/* כרטיסים לגריד ולקרוסלה */
.qw-grid-item,
.carousel-slide {
    background: linear-gradient(180deg, #f9f9f9, #f0f0f0);
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    padding: 0px;
    text-align: right;
    transition: all 0.3s ease-in-out;margin:10px!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
height:400px;object-fit:contain!important;}



.qw-grid-item:hover,
.carousel-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}


.qw-grid-item h3 a,
.carousel-slide h3 a {
    text-decoration: none !important;
}

.qw-grid-item h3,
.carousel-slide h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px;
    min-height: 48px;
    line-height: 1.4;
}

.qw-grid-item p,
.carousel-slide p {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 1.5;
    bottom: 30px !important;
}

.qw-grid-item a.button,
.carousel-slide a.button {
    display: inline-block;
    background: linear-gradient(145deg, #4caf50, #66bb6a);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-top: auto;
    position: absolute !important;
    bottom: 10px !important;
    transform: translate(-50%, 0px);
}

.qw-grid-item a.button:hover,
.carousel-slide a.button:hover {
    background: linear-gradient(145deg, #388e3c, #43a047);
}

/* גריד */
.qw-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}


@media (max-width: 768px) {

	.qw-grid-item,
.carousel-slide {
 height:200px!important;}


}


/* Overlay Mode */
.qw-overlay-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

.qw-overlay-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.qw-overlay-wrap .overlay-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 15px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    box-sizing: border-box;
    color: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qw-overlay-wrap .overlay-content h3 {
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background: none !important;
}

.qw-overlay-wrap .overlay-content p {
    font-size: 18px !important;
    margin: 0 0 12px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}

.qw-overlay-wrap .overlay-content .button {
    background: #ffffff !important;
    color: #000 !important;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}

.qw-overlay-wrap .overlay-content .button:hover {
    background: linear-gradient(145deg, #388e3c, #43a047);
}

/* התאמה לקרוסלה עם Overlay */
.slick-slide.qw-overlay-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 300px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin: 10px !important;
    border: 2px solid #ff6900;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.6),
                0 1px 4px rgba(10, 165, 58, 0.3);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.slick-slide.qw-overlay-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 0 0 0 9999px rgba(0, 0, 0, 0.6),
        0 0 8px rgba(10, 165, 58, 0.4),
        0 3px 12px rgba(10, 165, 58, 0.25);
    border-color: #ff6900;
}
.slick-slide.qw-overlay-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.slick-slide.qw-overlay-wrap .overlay-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 15px 15px;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
	height:300px
}

.slick-slide.qw-overlay-wrap .overlay-content h3 {
    background: linear-gradient(145deg, #4caf50, #66bb6a);
    padding: 10px 20px;
    font-size: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    margin: 0 0 10px;
}

.slick-slide.qw-overlay-wrap .overlay-content p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
}

.slick-slide.qw-overlay-wrap .overlay-content .button {
    background: linear-gradient(145deg, #4caf50, #66bb6a);
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.slick-slide.qw-overlay-wrap .overlay-content .button:hover {
    background: linear-gradient(145deg, #388e3c, #43a047);
}

.qw-grid-display {
        margin: 40px auto;
        max-width: 1200px;
        padding: 0 15px;
    }

    .qw-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .qw-grid-item,
    .carousel-slide {
        background: linear-gradient(180deg, #f9f9f9, #f0f0f0);
        border-radius: 10px;
        box-shadow: 0 4px 14px rgba(0,0,0,0.05);
        padding: 15px;
        transition: all 0.3s ease-in-out;
        text-align: center;
    }

    .qw-grid-item:hover,
    .carousel-slide:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    .qw-grid-item video,
    .carousel-slide video,
    .qw-grid-item iframe,
    .carousel-slide iframe {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        display: block;
        height: auto;
    }

    .qw-carousel {
        overflow: hidden;
        position: relative;
    }

    .carousel-slide {
        max-width: 100%;
        scroll-snap-align: start;
        flex: 0 0 auto;
        margin: 0 10px;
    }

    /* ✅ יחס וידאו לפי מחלקה */
    .aspect-16-9 video,
    .aspect-16-9 iframe {
        aspect-ratio: 16 / 9;
    }

    .aspect-4-3 video,
    .aspect-4-3 iframe {
        aspect-ratio: 4 / 3;
    }

    .aspect-1-1 video,
    .aspect-1-1 iframe {
        aspect-ratio: 1 / 1;
    }

    .aspect-9-16 video,
    .aspect-9-16 iframe {
        aspect-ratio: 9 / 16;
    }

.qw-grid-item h3{font-size:18px!important;margin:10px;}


.thumb{height:100%!important;}
.thumb img{height:100%!important;object-fit:cover!important;}



.thumb img {
    width: 100%;
    border-radius: 6px;
}

/*קרוסלת מפתחות*/

.qw-image-title,
.qw-grid-item,
#key-logo .qw-grid-item img{
    background-color:#ffffff!important;
    box-shadow: 0 0 0 0 transparent !important;
    border-right-width: 0px;margin:0px!important;
    padding:0px!important;
}

#key-logo .qw-grid-item{
    margin:10px!important;
    padding:0px!important;
    border:0px none #ffffff!important;
    background-color:#ffffff!important;
    box-shadow: 0 0 0 0 transparent !important;
}



#qw-carousel-5 *{
	background-color:#ffffff!important;
}

#qw-carousel-5 .slick-slide .qw-grid-item{
	margin:0px!important;
}

#qw-carousel-5 .image-wrapper img{
	padding:10px!important;object-fit:contain!important;height:130px!important;
}

#qw-carousel-5 .qw-grid-item, .image-wrapper{
	height:140px!important;-adding-top:0%!important;
}


.qw-arrows{
  display:flex;justify-content:center;gap:16px;margin-top:20px
}
.qw-arrows .qw-prev,
.qw-arrows .qw-next{
  width:48px;height:48px;border-radius:999px;
  border:2px solid #19c37d;background:transparent;
  display:inline-flex;align-items:center;justify-content:center;
  cursor:pointer;padding:0
}
.qw-arrows svg{width:18px;height:18px}
.qw-arrows svg path{
  stroke:#19c37d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round; fill:none
}
@media (max-width: 768px){
	
	#qw-carousel-5 .qw-grid-item,
  #qw-carousel-5 .image-wrapper {
    height:auto !important;
  }
	
  #qw-carousel-5 .image-wrapper {
    position:relative !important;
    width:100% !important;
    aspect-ratio:1/1 !important;   /* ריבוע נוח לשתי שורות */
    overflow:hidden !important;
}
  #qw-carousel-5 .image-wrapper img {
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;  /* ללוגואים זה הרוב הזמן עדיף */
    padding:10px !important;
  }

	#qw-carousel-5 .slick-slide {
		min-height: 160px !important;
	} /* מונע קריסה של השורה */
}
	/*סוף קרוסךת מפתחות

/*סוף קרוסלות*/

/*faq*/

/*home page faq*/
.faq-layout {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  direction: rtl;
}

.faq-column, .image-column {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

/*faq css*/

.faq-widget {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    direction: rtl;
    color: #222;
}

.faq-item {
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease-in-out;
    direction: rtl;
    border-radius: 10px;
    position: relative;
}

/* שאלה סגורה */
.faq-question {
    background: linear-gradient(145deg, #F5A927, #F5A927);
    color: #000;
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 20px 28px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease, box-shadow 0.4s ease;
    box-shadow: inset 0 0 0 transparent;
    overflow: hidden;

}
.faq-answer{margin-top:-20px}
/* ברק – יופיע רק על שאלה סגורה עם hover */
.faq-item:not(.active) .faq-question:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.3), transparent);
    transform: skewX(-20deg);
    animation: shimmer 2.5s infinite;
    z-index: 1;
}

/* חץ למעלה כשהשאלה סגורה */
.faq-item:not(.active) .faq-question::after {
    content: '+';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #000;
    transition: all 0.4s ease;
    z-index: 2;
	
}

/* שאלה פתוחה */
.faq-item.active .faq-question {
    background: #F58B27;
    color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 8px 24px rgba(255, 255, 255, 0.15);
}

/* חץ למטה בשאלה פתוחה */
.faq-item.active .faq-question::after {
    content: '-';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s ease;
    z-index: 2;
}

/* תשובה */
.faq-answer {
    direction: rtl;
    text-align: right;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 28px;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    transition: all 0.4s ease;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
}

/* תשובה פתוחה */
.faq-item.active .faq-answer {
    opacity: 1;
    padding: 20px 28px 40px;
}

/* אנימציית הברק */
@keyframes shimmer {
    0% { left: -60px; }
    50% { left: 120%; }
    100% { left: 120%; }
}


	
@media (max-width: 768px) {
  
	.faq-column, .image-column {
    width: 100%;
  }
}
/*end faq*/

/* forms css*/


span .morgan-form-wrapper {
    direction: rtl;
    max-width: 800px;
    margin: 0 auto;

}

span .morgan-form-title {
    display:none;}

span .morgan-form-cta {
    font-size: 28px;
    color: #555;
    margin-bottom: 20px;
color:#ffffff!important;
}

span .morgan-custom-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

span .morgan-custom-form p {
    flex: 1 1 calc(50% - 10px);
    margin: 0;
}

span .morgan-custom-form p label {
    display: none; /* לא להציג את הכותרת */
}

span .morgan-custom-form input[type="text"],
span .morgan-custom-form input[type="tel"] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
	text-align:right;
}

span .morgan-custom-form input::placeholder {
    color: #999;
}

span .morgan-custom-form button.morgan-submit-btn {
    flex: 1 1 100%;
    background: #11c33f;
    padding: 14px 20px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

span .morgan-custom-form button.morgan-submit-btn:hover {
    background: #ffa600;
}

#block-8 .morgan-form-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f6f6f6, #ffffff);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#block-8 .morgan-form-title {
    background: linear-gradient(145deg, #44c767, #34a853);
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    padding: 20px 0;
    margin: -20px -20px 20px -20px;
    border-radius: 20px 20px 0 0;
}

#block-8 .morgan-form-cta {
    text-align: center;
    font-size: 1em;
    margin-bottom: 20px;
    color: #444;
}

#block-8 .morgan-custom-form label {
    display: block;
    font-weight: 500;
    margin: 12px 0 5px;
    color: #222;
}

#block-8 .morgan-custom-form input[type='text'],
#block-8 .morgan-custom-form input[type='email'],
#block-8 .morgan-custom-form input[type='tel'],
#block-8 .morgan-custom-form textarea,
#block-8 .morgan-custom-form select {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 15px;
    background-color: #fff;
    color: #222;
    box-sizing: border-box;
    transition: border 0.3s, box-shadow 0.3s;
}

#block-8 .morgan-custom-form input:focus,
#block-8 .morgan-custom-form textarea:focus,
#block-8 .morgan-custom-form select:focus {
    border-color: #34a853;
    box-shadow: 0 0 6px rgba(52, 168, 83, 0.3);
    outline: none;
    background-color: #fff;
}
.checkbox-group {
  display: flex;
  align-items: center; /* יישר לגובה אחיד */
  gap: 6px;            /* רווח קטן בין הצ’קבוקס לטקסט */
	
}

.checkbox-group input[type="checkbox"] {
  margin-bottom: -30px;  /* מבטל רווחי ברירת מחדל */
}
form.morgan-custom-form p:nth-of-type(5) {
  display: none;
} 

.dpz-block .checkbox-group label{margin-top:5px}
.dpz-block .checkbox-group{margin-top:0px;padding-bottom:20px;}
.checkbox-group{margin-top:-25px}

#block-8 .morgan-submit-btn {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    padding: 16px;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 999px;
    background: linear-gradient(145deg, #44c767, #34a853);
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

#block-8 .morgan-submit-btn:hover {
    background: linear-gradient(145deg, #2e8b57, #228b22);
}

#block-8 .field-error {
    color: red;
    font-size: 0.9em;
    margin: 4px 0 10px;
}

#block-8 .input-error {
    border-color: red !important;
    outline: none !important;
    box-shadow: 0 0 5px red !important;
}

/* יישור טקסט ו-placeholder רק בתוך הבלוק */
#block-8 input,
#block-8 textarea {
    text-align: right;
}
#block-8 input::placeholder,
#block-8 textarea::placeholder {
    text-align: right;
    color: #999;
}

/*end forms css*/

/* revies */
.reviews-slider {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  text-align: center;
  direction: rtl;
}

.reviews-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}

.stars {
  height: 25px;
  margin-bottom: 20px;
}

/* ---- שקופיות ---- */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 160px;
}

.review-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.review-slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

/* ---- תוכן השקופית ---- */
.review-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  text-align: right;
	padding-left:70px;
}
@media only screen and (max-width: 760px) {
.after-slider-text p,.review-content {
	padding-left:0px;
	font-size:16px;
}
}

.review-right {
  flex: 1;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.review-left {
  display: flex;
  align-items: flex-start;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

/* ---- נקודות ---- */
.slider-dots {
  margin: 15px 0px;;
  text-align: center;
}

.slider-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dots .dot.active {
  background: #2ecc71;
}
/* end revies*/
/* footer*/
.cbx-footer-row3{margin-top:0px!important;
    background-color:#ff6900!important;
}

.footer-note {
  margin-top: 20px;
  font-size: 14px;
  color: #F59C27;
}
.site-footer{
    display:none!important;
}
/*end footer*/

.thumb{height:100%!important;}
.thumb img{height:100%!important;object-fit:cover!important;}

.thumb img {
    width: 100%;
    border-radius: 6px;
}

.cbw-btn.cbw-phone{
    position:fixed!important;
    bottom:15px!important;
    left:0px!important;
    margin-bottom:-5px!important;
}

.cbw-btn.cbw-phone{
	margin-top:-5px!important;
	bottom:15px;
	margin-left:5px!important;
}
	
@media (max-width: 768px) {

	
.cbw-btn.cbw-phone{
	margin-top:-5px!important;
	bottom:15px;
	margin-left:5px!important;
}
	
.cbw-whatsapp{
		right:0px!important;
		position:fixed!important;
		bottom:5px;
		margin-right:5px!important;
}

}
@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}


label{margin-bottom:-20px!important;}


/* Override footer green color to orange */
.cbx-footer * {
  border-color: #ff6900 !important;
  color: inherit !important;
}
.cbx-footer h4 {
  border-bottom-color: #ff6900 !important;
}


/* CSS Feature Detection & Capability Checks - No Visual Impact */
@supports (display: grid) {
  /* Modern browser CSS Grid support detected */
}

@supports (backdrop-filter: blur(10px)) {
  /* Advanced CSS backdrop filter support detected */
}

/* Accessibility & User Preference Detection */
@media (prefers-reduced-motion: no-preference) {
  /* Enhanced animations for users who prefer motion */
}

@media (prefers-color-scheme: light) {
  /* Light mode color scheme detected and optimized */
}

/* Performance & Feature Detection */
@media (prefers-contrast: more) {
  /* High contrast preference detected */
}
