
.title-section {
  text-align: center;
  margin-bottom: 70px;
}
.title-section h1 {
  color: #222222;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.title-section h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #adcca7;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ccc;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #eee;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #FFF;
  min-width: 820px;
  text-shadow: none;
  font-size: 72px;
  line-height: 70px;
  font-weight: 400;
  font-family: 'Alex Brush', cursive;
  background-color: none;
  text-decoration: none;
  text-transform: initial;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  letter-spacing: 0px;
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #adcca7 !important;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}
#home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #6b6766;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #adcca7;
  border-color: transparent;
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  About section
/*-------------------------------------------------*/
section#about-section {
  padding: 100px 0 60px;
}
section#about-section .about-box {
  margin-bottom: 50px;
}
section#about-section .about-box h1 {
  font-size: 30px;
}
section#about-section .rest-about-box {
  padding-top: 70px;
  padding-left: 50px;
  max-width: 500px;
}
section#about-section .rest-about-box > p {
  margin-bottom: 25px;
}
section#about-section .rest-about-box > p span {
  color: #333333;
}
section#about-section .rest-about-box .about-time p {
  color: #79af96;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}
section#about-section .rest-about-box .about-time span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}
section#about-section .image-holder {
  overflow: hidden;
}
.navbar-brand img {
  max-height: 50px; /* או הגובה של הלוגו הקודם */
  width: auto;
}

section#about-section .image-holder img {
  width: 53%;
  height: auto;
  float: right;
}
section#about-section .image-holder img.snd-img {
  float: left;
  width: 46%;
  height: auto;
  margin-top: 30px;
}
section#about-section .about-box.left-content .rest-about-box {
  padding-left: 0;
  padding-right: 50px;
  padding-top: 70px;
}
/*-------------------------------------------------*/
/* =  Today's Special section
/*-------------------------------------------------*/
section#special-section {
  padding: 100px 0;
  /* background: url('../upload/ban1.jpg') center center; */
   background-color: #adcca7;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#special-section .today-special-box .food-line {
  overflow: hidden;
}
section#special-section .today-special-box .food-post {
  width: 50%;
  float: left;
  padding: 0;
}
section#special-section .today-special-box .food-post .inner-food-post {
  display: flex;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal {
  width: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal img {
  width: 100%;
  height: auto;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a:hover {
  color: #ffffff;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box p {
  margin-bottom: 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.price {
  display: block;
  color: #f4b350;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.category {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin: 0;
}
section#special-section .today-special-box .food-line:nth-child(2n+2) .food-post .inner-food-post {
  flex-direction: row-reverse;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-gal {
  opacity: 1;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content {
  background-color: #c8ebc1;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box p {
  color: #fff;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box span.price {
  color: #fff;
}
section#special-section .today-special-box .owl-carousel {
  margin-bottom: 60px;
}
section#special-section .today-special-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -60px;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #79af96;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page.active span,
section#special-section .today-special-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}
/*-------------------------------------------------*/
/* =  Menu section
/*-------------------------------------------------*/
section#menu-section {
  padding: 100px 0;
}
section#menu-section .menu-box ul.nav-tabs {
  border: none;
  text-align: center;
}
section#menu-section .menu-box ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
section#menu-section .menu-box ul.nav-tabs li a {
  display: inline-block;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 30px;
  margin: 0 2px;
  background: #adcca7;
  border: 1px solid transparent;
  border-bottom: none;
}
section#menu-section .menu-box ul.nav-tabs li.active a {
  background: #fff;
  color: #222222;
  border: 1px solid #efefef;
  border-bottom: none;
  margin-bottom: -1px;
}
section#menu-section .menu-box .tab-content {
  padding: 60px;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0 25px 35px #f7f7f7;
  -webkit-box-shadow: 0 25px 35px #f7f7f7;
  -moz-box-shadow: 0 25px 35px #f7f7f7;
  -o-box-shadow: 0 25px 35px #f7f7f7;
}
section#menu-section .menu-box ul.menu-list-items {
  margin: 0;
  padding: 0;
}
section#menu-section .menu-box ul.menu-list-items li {
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section#menu-section .menu-box ul.menu-list-items li .list-image {
  float: right;
  width: 70px;
  position: relative;
}
section#menu-section .menu-box ul.menu-list-items li .list-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#menu-section .menu-box ul.menu-list-items li .list-image span {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4b350;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin: 0;
}
section#menu-section .menu-box ul.menu-list-items li .list-content {
 margin-right: 100px;
  margin-left: 0;
  padding-top: 8px;
  text-align: right;
}
section#menu-section .menu-box ul.menu-list-items li .list-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
section#menu-section .menu-box ul.menu-list-items li .list-content h2 span {
  float: right;
  color: #f4b350;
}
section#menu-section .menu-box ul.menu-list-items li .list-content p {
  max-width: 360px;
  font-size: 14px;
  margin-bottom: 0;
}
section#menu-section .menu-box ul.menu-list-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*-------------------------------------------------*/
/* =  Reservation section
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  Team section
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  Statistic section
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  Gallery section
/*-------------------------------------------------*/
section#gallery-section {
  padding-top: 100px;
}
section#gallery-section .title-section {
  margin-bottom: 50px;
}
section#gallery-section .gallery-box .gal-project {
  width: 25%;
  overflow: hidden;
  position: relative;
}
section#gallery-section .gallery-box .gal-project img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal {
  width: 100%;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal h2 {
  color: #adcca7;
  margin-bottom: 3px;
  text-transform: uppercase;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal span {
  display: inline-block;
  color: #aaa;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
section#gallery-section .gallery-box .gal-project:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section#gallery-section .gallery-box .gal-project:hover .hover-gal {
  opacity: 1;
  visibility: visible;
}
ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
ul.filter li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #adcca7;
}
ul.filter li:before {
  content: '/';
  display: inline-block;
  color: #bbb;
  font-size: 11px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-right: 10px;
}
ul.filter li:first-child:before {
  display: none;
  margin-right: 0;
}


/* אקסטרות */

h1.about-title {
  text-align: right;
  direction: rtl;
  font-family: 'David Libre', serif; /* אם בא לך פונט יוקרתי */
  font-size: 48px;
  color: #333;
  margin: 0;
  padding: 0;
}


.about-text {
  text-align: right;
  direction: rtl;
 
 
  line-height: 1.8;
  color: #555;
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}

.about-box {
  direction: rtl;
  text-align: right;
}

.about-box h1,
.about-box p,
.about-time p,
.about-time span {
  text-align: right;
}


.about-time p {
  font-size: 20px; /* גודל הטקסט של הימים */
  font-weight: bold;
  color: #333;
  margin: 0;
}

.about-time span {
  font-size: 18px; /* גודל הטקסט של השעות */
  color: #555;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .about-time p {
    font-size: 22px; /* במובייל טיפה גדול יותר */
  }

  .about-time span {
    font-size: 20px;
  }
}




/* __________________________________________________ */



section#gallery-section .gallery-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* רווחים בין התמונות */
  justify-content: center;
}

section#gallery-section .gallery-box .gal-project {
  flex: 1 1 calc(25% - 10px); /* 4 בעמודה + רווחים */
  box-sizing: border-box;
  max-width: calc(25% - 10px);
}

@media (max-width: 991px) {
  section#gallery-section .gallery-box .gal-project {
    flex: 1 1 calc(33.333% - 10px); /* 3 בעמודה */
    max-width: calc(33.333% - 10px);
  }
}

@media (max-width: 768px) {
  section#gallery-section .gallery-box .gal-project {
    flex: 1 1 calc(50% - 10px); /* 2 בעמודה */
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  section#gallery-section .gallery-box .gal-project {
    flex: 1 1 100%; /* תמונה בודדת בשורה */
    max-width: 100%;
  }
}


section#about-section .image-holder img.custom-size {
  float: left;
  /* max-width: 100%; */
  width: 650px;
  height: auto;
  aspect-ratio: 11/6;
  object-fit: cover;
  margin-top: 50px;
}

@media (max-width: 767px) {
  section#about-section .image-holder img.custom-size {
    width: 100%;
    max-width: 440px;
    height: auto;
    margin-top: 20px; /* אם תרצה שונה גם במובייל */
  }
}
.reserve-btn {
  display: inline-block;
  background-color: rgb(59 130 246 / .5); /* בורדו יוקרתי */
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}

.reserve-btn:hover {
  background-color: rgb(59 130 246 / .5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px) scale(1.02);
}

.reserve-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.reserve-btn-container {
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 30px;
  }
}
.reserve-btn-mobile {
  display: none;
  height: 30px;
}

@media (max-width: 767px) {
  .navbar-header {
    position: relative;
  }

  .reserve-btn-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 70px; /* מרחק מהימין */
    transform: translateY(-50%);
    background-color: #29aae0;
    color: #000000;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
     text-align: center;         /* אופקית */
  display: flex;              /* גם למרכז אנכית */
  align-items: center;        /* אנכית */
  justify-content: center;    /* אופקית */
  min-height: 30px;        

  }

  .reserve-btn-mobile:hover {
    background-color: #ffffff;
  }
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 60%;
  height: auto;
}


@media (max-width: 767px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
  }
}


.subscribe-container {
  text-align: right;
  direction: rtl;
}

.subscribe-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse; /* הכי חשוב! */
}


.centered-content {
  text-align: center;
  padding: 20px;
}

.centered-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.centered-image {
  max-width: 500px;     /* בדסקטופ */
  width: 90%;
  height: auto;
  display: inline-block;
  border-radius: 12px;  /* פינות מעוגלות */
  margin: 0 auto;
  cursor: pointer;      /* אם תרצה אינדיקציה שניתן ללחוץ */
  transition: transform 0.2s ease;
}

/* אפקט קטן בלחיצה או ריחוף */
.centered-image:hover {
  transform: scale(1.03);
}

/* רספונסיביות עם תמונה רחבה יותר ומרווח */
@media (max-width: 768px) {
  .centered-content {
    padding: 15px;
  }

  .centered-content h2 {
    font-size: 24px;
  }

  .centered-image {
    max-width: 95%;    /* במובייל רחב יותר */
    width: 95%;
  }
}

/* רדיוס נגיעה — padding למיכל */
.filter {
  list-style: none;
  text-align: center;
  padding: 0;
}

.filter li {
  display: inline-block;
  margin: 0 12px;
}

.filter li a {
  font-weight: 800; /* יותר עבה */
  font-size: 25px; /* גדול יותר */
  color: #222; /* כהה ונעים */
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: 0.5px;
}

.filter li a:hover {
  color: #000; /* עוד קצת כהה במעבר */
}

.filter li a.active {
  font-weight: 800; /* עוד יותר עבה */
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}


@media (max-width: 768px) {
  .food-post {
    transition: all 0.8s ease;
  }

  .food-post.highlight {
    border: 4px solid #000;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
  }
}



.carousel {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 150px;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 10px;
}

.carousel-track a {
  display: block;
  text-decoration: none;
  flex-shrink: 0;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.carousel-track a:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.carousel-track img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

button.prev,
button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 6px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
}

button.prev { left: 5px; }
button.next { right: 5px; }
/* 📱 מובייל */
@media (max-width: 768px) {
  .carousel {
    height: auto;
    max-width: 100%;
  }

  .carousel-track a {
    width: calc(50% - 5px);
  }

  .carousel-track img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  button.prev,
  button.next {
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding: 4px;
    left: 0;
    right: 0;
  }

  button.prev { left: 0; }
  button.next { right: 0; }
}



.navbar-actions {
  display: none;
}

@media (max-width: 768px) {
  .navbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
  }

  .wolt-btn-mobile img {
    height: 40px;
    max-width: 100%;
  }

  .reserve-btn-mobile {
    padding: 10px 16px;
    background-color: #009fe3;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
  }
}




@media (max-width: 768px) {
  .tp-banner-container,
  .tp-banner {
    height: 40vh !important;
    max-height: 40vh;
    overflow: hidden;
  }

  .tp-banner .tp-caption {
    /* אפשר גם להקטין את הכתוביות כדי שיתאימו */
    font-size: 80%;
  }
}


/* עיצוב כללי */
.split-button {
  display: none;
  flex-direction: row;
  position: absolute;
  top: 32px;
  right: 70px;
  z-index: 999;
  font-family: Arial, sans-serif;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
  background-color: #f7eedc;
}

.split-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px; /* רווח בין טקסט לאייקון */
  text-decoration: none;
  padding: 4px 6px;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-left: 1px solid #000;
  flex: none;
  min-width: 60px;
  text-shadow: 0 0 1px #000; /* קו עדין שחור */
}

.split-button a:first-child {
  border-left: none;
}

.split-button a:hover {
  background-color: #f0f0f0;
}

.split-button a img {
  width: 12px;
  height: 12px;
}

.split-button a img {
  width: 20px;
  height: 20px;
  margin-left: 4px; /* אם צריך רווח מהטקסט */
}
/* ברירת מחדל: דסקטופ */
.about-time-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap; /* שלא ירד למטה */
}

.about-time {
  flex: 1;
  text-align: right;
  direction: rtl;
}

.about-time p {
  font-weight: bold;
  margin: 0;
}

.about-time span {
  display: block;
  margin-bottom: 8px;
  color: #666;
}

.special-info-link {
  text-decoration: none;
  display: block;
  color: inherit; /* שמר על צבעים */
}

.special-info {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  height: fit-content;
  cursor: pointer;
  transition: box-shadow 0.3s ease;

  width: 250px; /* 🪄 קובע את הרוחב */
  flex: none;   /* מבטל את ה-flex-basis והגמישות */
}


.special-info:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.special-info h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.special-line {
  width: 50px;
  height: 3px;
  background: linear-gradient(#adcca7); /* זהב יפה */
  margin: 0 auto 10px;
  border-radius: 2px;
}

.special-info p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 8px 0;
  line-height: 1.6;      /* גובה שורה נעים */
  text-align: center;    /* ודא שממורכז */
  direction: ltr;        /* אם יש ספרות או טקסט שמבולבל */
}

.special-info img.main-icon {
  margin-top: 10px;
  max-width: 60px;
  height: auto;
}

/* הלוגו בפינה */
.special-info .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
}

.special-info .logo img {
  max-width: 100%;
  max-height: 100%;
}


/* גם במובייל שיישאר בשורה */
@media (max-width: 768px) {
  .about-time-row {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .about-time {
    flex: 1;
  }

  .special-info {
    flex: 0 0 280px;
    margin-top: 20px; /* הוסף מרווח למטה */
  }

  .split-button {
    display: flex;
  }
}

.special-info.expand {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.special-info {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* ברירת מחדל — מחשב */
.desktop-banner {
  display: block;
}
.mobile-banner {
  display: none;
}

/* במובייל */
@media (max-width: 768px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
}
.slide-bg {
  background-image: url("upload/slide1.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .slide-bg {
    content: url("upload/ban4.jpg");
  }
}


