/*
Theme Name: Insurn
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Insurance Company HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

/* ===== פונטים וצבעי טקסט משופרים ===== */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&family=Rubik:wght@500;600;700&display=swap");

:root {
  --text: #2d3539;
  --text-muted: #4a5358;
}

body {
  font-family: "Heebo", sans-serif;
  color: var(--text);
}

/* ===== Preloader – כיתוב מותאם במקום לוגו התבנית ===== */
.preloader .animation-preloader .spinner {
  display: none !important;
}
.preloader .preloader-brand {
  text-align: center;
  margin-bottom: 1.25rem;
}
.preloader .preloader-name {
  display: inline-block;
  font-family: "Rubik", "Heebo", sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 9vw, 3.75rem);
  line-height: 1.15;
  letter-spacing: 0.04em;
  background: linear-gradient(120deg, #0f3564 0%, #1b87cf 45%, #2b32b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: preloaderBrandGlow 2s ease-in-out infinite;
}
@keyframes preloaderBrandGlow {
  0%,
  100% {
    filter: brightness(1);
    opacity: 1;
  }
  50% {
    filter: brightness(1.12);
    opacity: 0.92;
  }
}
.preloader .preloader-loading-note {
  font-family: "Heebo", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.25em !important;
  text-transform: none !important;
  color: #5a6b82 !important;
  margin: 0 !important;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  color: var(--header);
}

/* טקסט משני על רקע לבן - קריא יותר */
p, .about-text, .service-box-items p, .pricing-list li,
.footer-single-widget p, .footer-single-widget li a,
.schedule-list .time-text, .schedule-list .day-text {
  color: var(--text);
}

/* טקסט על רקע כחול/כהה - לבן ברור */
.section-bg .choose-us-content p,
.section-bg .choose-us-content h5,
[style*="background-image"].hero-section .hero-content p,
[style*="background-image"].hero-section .hero-content h1,
.counter-section .counter-items p,
.testimonial-box-items .content p,
.cta-download-section .content p,
.cta-download-section .content h3,
.footer-section .content h3,
.footer-section .footer-input input::placeholder {
  color: #fff !important;
}

/* תיבות "למה לבחור בנו" – טקסט לבן על רקע כחול (דריסת צבע כותרות גלובלי) */
.why-choose-us-wrapper .choose-us-content .icon-box-items h5,
.why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items h5 {
  color: #fff !important;
}

/* סקשן פרויקטים – טקסט לבן על רקע כחול (מקרי ביטוח, פסקה) */
.project-section .project-left-content .section-title span,
.project-section .project-left-content .section-title h2,
.project-section .project-left-content p {
  color: #fff !important;
}
.project-section .project-left-content .section-title span {
  opacity: 0.9;
}

.footer-section .footer-input input {
  color: #fff;
}

/* דריסת אפור קשיח – קריאות טובה יותר על רקע לבן */
.team-box-items .content p,
.news-card-items-3 .thumb .news-content span,
.search-bar .contact-search-form-box p {
  color: var(--text) !important;
}

/* קישורי פוטר – גוון ברור על רקע כהה */
.footer-widget-wrapper .footer-single-widget .list-area ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
}
.footer-widget-wrapper .footer-single-widget .list-area ul li a:hover {
  color: #fff !important;
}

/* כפתורים וכותרות – שימוש בפונט החדש */
.theme-btn, .link-btn, .app-btn,
.mean__menu-wrapper .main-menu a {
  font-family: "Rubik", "Heebo", sans-serif;
}

/* פונט עדכני בהדר ובפוטר – בכל האתר */
.header-section .header-main,
.header-section .header-contact,
.header-section-3 .header-main,
.header-top-section,
.header-main .main-menu ul li a,
.header-main .main-menu ul li .submenu li a,
.footer-section,
.footer-section-3,
.footer-widget-wrapper,
.footer-single-widget .widget-head h3,
.footer-single-widget p,
.footer-single-widget .schedule-list,
.footer-single-widget .list-area ul li a,
.footer-single-widget .footer-gallery,
.footer-newsletter-wrapper .content h3,
.footer-input input,
.footer-input .newsletter-btn,
.footer-bottom-wrapper .footer-bottom-right p,
.footer-bottom-wrapper .footer-menu a,
.footer-bottom-21 .footer-bottom-right p,
.footer-bottom-21 .footer-menu a,
.breadcrumb-wrapper .breadcrumb-items a,
.breadcrumb-wrapper .page-heading h1,
.offcanvas__content .offcanvas-title,
.offcanvas__content p,
.offcanvas__contact h3,
.offcanvas__contact .contact-list {
  font-family: "Heebo", "Rubik", sans-serif !important;
}
.footer-single-widget .widget-head h3,
.footer-newsletter-wrapper .content h3 {
  font-family: "Rubik", "Heebo", sans-serif !important;
}

/* טקסט בפוטר על רקע כחול – לבן ברור (לא אפור) */
.footer-section .footer-widget-wrapper .widget-head h3,
.footer-section .footer-widget-wrapper .footer-single-widget p,
.footer-section .footer-widget-wrapper .schedule-list .time-text,
.footer-section .footer-widget-wrapper .schedule-list .day-text,
.footer-section .footer-widget-wrapper .list-area ul li a,
.footer-section .footer-newsletter-wrapper .content h3,
.footer-section .footer-newsletter-wrapper .content p,
.footer-section .footer-bottom-right p,
.footer-section .footer-bottom-wrapper .footer-menu a,
.footer-section .footer-bottom-21 .footer-bottom-right p,
.footer-section .footer-bottom-21 .footer-menu a,
.footer-section-3 .footer-widget-wrapper .widget-head h3,
.footer-section-3 .footer-widget-wrapper .footer-single-widget p,
.footer-section-3 .footer-widget-wrapper .schedule-list,
.footer-section-3 .footer-widget-wrapper .list-area ul li a,
.footer-section-3 .footer-newsletter-wrapper .content h3,
.footer-section-3 .footer-bottom-right p,
.footer-section-3 .footer-menu a,
.footer-section.bg-cover .footer-widget-wrapper .widget-head h3,
.footer-section.bg-cover .footer-single-widget p,
.footer-section.bg-cover .schedule-list,
.footer-section.bg-cover .list-area ul li a,
.footer-section.bg-cover .footer-bottom-right p,
.footer-section.bg-cover .footer-menu a {
  color: #fff !important;
}
.footer-section .footer-widget-wrapper .schedule-list .time-text,
.footer-section .footer-widget-wrapper .schedule-list .day-text,
.footer-section-3 .footer-widget-wrapper .schedule-list .time-text,
.footer-section-3 .footer-widget-wrapper .schedule-list .day-text {
  color: #fff !important;
}
.footer-section .footer-widget-wrapper .list-area ul li a:hover,
.footer-section-3 .footer-widget-wrapper .list-area ul li a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* ===== תיקון שכבות רקע - רקעים מתחת לתוכן ===== */

/* תמונה 1: אודות – האליפסה הכחולה בצד התמונות (בעברית: שמאל), לא בצד הטקסט */
.about-section .bg-shape {
  z-index: -1;
}
.about-section .bg-shape.about-shape-stack {
  width: min(760px, 93vw);
}
.about-section .bg-shape.about-shape-stack .about-shape-ellipse {
  display: block;
  width: 100%;
  height: auto;
}
.about-section .bg-shape.about-shape-stack .about-shape-photo {
  position: absolute;
  left: 16%;
  top: -37%;
  width: 88%;
  height: 126%;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: 0 20px 48px rgba(15, 53, 100, 0.26);
  z-index: 2;
}
/* RTL: מעבירים את האליפסה לשמאל כדי שתשב ליד עמודת התמונות (בעקבית התמונות בצד שמאל) */
[dir="rtl"] .about-section .bg-shape {
  right: auto;
  left: 10px;
}
.about-section .container,
.about-section .about-wrapper {
  position: relative;
  z-index: 1;
}
.about-section .about-content {
  position: relative;
  z-index: 2;
}
.about-section .about-items .content,
.about-section .about-items ul {
  position: relative;
  z-index: 1;
}

/* תמונה 2: פרויקטים – תוכן לא עולה על האלמנטים; מניעת חפיפה בין עמודת טקסט לתמונות */
.project-section .project-left-content {
  position: relative;
  z-index: 10;
}
.project-section .project-wrapper .project-right-items {
  z-index: 2;
}
.project-section .project-right-items .project-image .project-content {
  z-index: 3;
}
/* מניעת חפיפה: תמונות הפרויקט לא נכנסות לעמודת הטקסט/כפתור */
.project-section .project-wrapper .project-right-items {
  margin-right: 0;
  margin-left: 0;
}
.project-section .project-wrapper .row {
  align-items: flex-start;
}
.project-section .project-right-items .project-image {
  overflow: hidden;
  isolation: isolate;
}
/* מניעת הצגת תוכן דיבוג/ממדים על התמונות – וידוא ש־pseudo לא מציג טקסט */
.project-section .project-right-items .project-image::before,
.project-section .project-right-items .project-image::after {
  content: none !important;
}
/* RTL: וידוא שעמודת התמונות לא פולשת לימין (עמודת הטקסט) */
[dir="rtl"] .project-section .project-wrapper .project-right-items {
  margin-right: 0;
  margin-left: 0;
}
/* במובייל/טאבלט – ביטול מרווח שלילי כדי שלא יהיה overlap */
@media (max-width: 1399px) {
  .project-section .project-wrapper .project-right-items {
    margin-right: 0;
    margin-left: 0;
  }
}

/* תמונה 3: למה לבחור בנו – תמונה מימין + צורות הרקע מאחורי התוכן */
/* הצגת התמונה בצד ימין (ב-RTL עמודת התמונה היא הימנית) */
.why-choose-us-wrapper .choose-us-image-2 {
  display: block !important;
  height: 100%;
}
.why-choose-us-wrapper .choose-us-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.why-choose-us-wrapper .row {
  align-items: stretch;
}
.why-choose-us-wrapper .choose-us-content {
  height: 100%;
}
.why-choose-us-wrapper .choose-us-image-2 img {
  animation: chooseImageFloat 6s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.why-choose-us-wrapper .choose-us-image-2:hover img {
  transform: scale(1.02);
  box-shadow: 0 16px 32px rgba(15, 53, 100, 0.2);
}
.why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items {
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}
.why-choose-us-wrapper .choose-us-content .icon-box-main:hover .icon-box-items {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(15, 53, 100, 0.24);
  filter: saturate(1.08);
}
.why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items .icon i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.why-choose-us-wrapper .choose-us-content .icon-box-main:hover .icon-box-items .icon i {
  transform: translateY(-2px) scale(1.08);
}

@keyframes chooseImageFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.why-choose-us-section .choose-us-image {
  z-index: -1;
}
.why-choose-us-wrapper .choose-us-content .icon-box-main .left-shape,
.why-choose-us-wrapper .choose-us-content .icon-box-main .left-bottom-shape {
  display: none;
}
.why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items {
  position: relative;
  z-index: 1;
}
.why-choose-us-wrapper .choose-us-content .icon-items-area {
  margin-top: 10px;
}
.why-choose-us-wrapper .choose-us-content .icon-items-area .row {
  row-gap: 28px;
}
.why-choose-us-wrapper .choose-us-content .icon-box-main {
  background: transparent !important;
  height: 100%;
}
.why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items,
.why-choose-us-wrapper .choose-us-content .icon-box-main.style-2 .icon-box-items,
.why-choose-us-wrapper .choose-us-content .icon-box-main.style-3 .icon-box-items,
.why-choose-us-wrapper .choose-us-content .icon-box-main.style-4 .icon-box-items {
  border-radius: 16px !important;
  min-height: 170px;
  padding: 26px 20px;
  background: linear-gradient(135deg, #0f3564 0%, #174c8a 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(15, 53, 100, 0.16);
}
.why-choose-us-wrapper .choose-us-content .icon-box-main.style-2 .icon-box-items {
  background: linear-gradient(135deg, #1f4aa8 0%, #1aa0df 100%);
}
.why-choose-us-wrapper .choose-us-content .icon-box-main.style-3 .icon-box-items {
  background: linear-gradient(135deg, #174f86 0%, #0f3564 100%);
}
.why-choose-us-wrapper .choose-us-content .icon-box-main.style-4 .icon-box-items {
  background: linear-gradient(135deg, #2b32b2 0%, #1488cc 100%);
}
.why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items .icon {
  margin: 0 auto 10px;
}

.service-section.fix .container,
.service-section.fix .service-wrapper-2 {
  position: relative;
  z-index: 1;
}
.service-wrapper-2 .service-box-items.style-2,
.service-wrapper-2 .service-box-items.style-4 {
  margin-top: 30px !important;
}
.service-wrapper-2 .service-box-items .thumb {
  height: 300px;
  overflow: hidden;
}
.service-wrapper-2 .service-box-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-choose-us-section .container,
.why-choose-us-section .why-choose-us-wrapper {
  position: relative;
  z-index: 1;
}

.project-section .container,
.project-section .project-wrapper {
  position: relative;
  z-index: 1;
}

.team-section .container {
  position: relative;
  z-index: 1;
}
.team-box-items .thumb,
.team-box-items .content {
  position: relative;
  z-index: 2;
}

.pricing-section .container {
  position: relative;
  z-index: 1;
}
.pricing-box-items .pricing-header,
.pricing-box-items .pricing-list {
  position: relative;
  z-index: 1;
}

.counter-section .container {
  position: relative;
  z-index: 1;
}

.cta-download-section .container {
  position: relative;
  z-index: 1;
}
.cta-download-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.footer-section .container {
  position: relative;
  z-index: 1;
}
.footer-section .bg-shape {
  z-index: -1;
}

/* ===== המלצות (Testimonials) – RTL: אליפסה בצד התמונות, סדר טקסט ותמונה מתהפך ===== */
[dir="rtl"] .testimonial-wrapper .testimonial-box-items {
  flex-direction: row-reverse;
  border-radius: 0 180px 180px 0;
  margin-left: 130px;
  margin-right: 50px;
}
@media (max-width: 1399px) {
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items {
    margin-left: 0;
    margin-right: 0;
  }
}
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .ratting-shape {
  left: auto;
  right: 40px;
}
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .quote-icon {
  right: auto;
  left: 115px;
}
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .content {
  text-align: right;
  padding-right: 22px;
}
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .content span {
  color: #ffffff !important;
}
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .client-image {
  flex: 0 0 190px;
  width: 190px;
  height: 190px;
  margin-top: 36px;
}
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .client-image img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  display: block;
}
[dir="rtl"] .testimonial-wrapper .testi-client-info {
  margin-left: 0;
  margin-right: 110px;
}
[dir="rtl"] .testimonial-wrapper .testi-client-info .client-image-1 img {
  width: 124px;
  height: 124px;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  display: block;
}
@media (max-width: 991px) {
  [dir="rtl"] .testimonial-wrapper .testi-client-info {
    margin-right: 0;
  }
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items .client-image,
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items .client-image img {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
  }
}
[dir="rtl"] .testimonial-wrapper .testi-client-info .client-image-1.style-2 {
  margin-left: 0;
  margin-right: -215px;
}
@media (max-width: 991px) {
  [dir="rtl"] .testimonial-wrapper .testi-client-info .client-image-1.style-2 {
    margin-right: 0;
  }
}
[dir="rtl"] .testimonial-wrapper .swiper-dot {
  right: auto;
  left: 0;
}
[dir="rtl"] .testimonial-wrapper .swiper-dot::before {
  left: auto;
  right: 78px;
}

/* ===== התאמה למובייל וטאבלט ===== */
/* טאבלט (עד 991px) */
@media (max-width: 991px) {
  .about-section .about-content,
  .about-section .about-items .content,
  .about-section .about-items ul {
    z-index: 1;
  }
  .project-section .project-left-content {
    z-index: 5;
  }
  .project-section .project-wrapper .project-right-items {
    z-index: 1;
  }
  .why-choose-us-wrapper .choose-us-image-2,
  .why-choose-us-wrapper .choose-us-image-2 img {
    min-height: 260px;
  }
  .why-choose-us-wrapper .choose-us-content .icon-box-main .icon-box-items {
    padding: 20px 12px;
    padding-top: 0;
  }
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items .content {
    text-align: center;
  }
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items {
    margin-left: 0;
    margin-right: 0;
  }
}

/* מובייל גדול / טאבלט קטן (עד 767px) */
@media (max-width: 767px) {
  .why-choose-us-wrapper .choose-us-image-2,
  .why-choose-us-wrapper .choose-us-image-2 img {
    min-height: 220px;
  }
  .theme-btn, .link-btn {
    padding: 16px 28px;
    font-size: 15px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .section-title span {
    font-size: 14px;
  }
  .footer-section .footer-input input,
  .footer-section .footer-input .newsletter-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-section .content h3 {
    font-size: 22px;
  }
}

/* מובייל (עד 575px) */
@media (max-width: 575px) {
  .why-choose-us-wrapper .choose-us-image-2,
  .why-choose-us-wrapper .choose-us-image-2 img {
    min-height: 200px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .theme-btn, .link-btn {
    padding: 14px 24px;
    font-size: 14px;
  }
  .project-section .project-left-content {
    z-index: 3;
  }
  .pricing-box-items .pricing-header .price h3,
  .pricing-box-items .pricing-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-widget-wrapper .footer-single-widget .list-area ul li a {
    font-size: 14px;
  }
}

/* מובייל קטן (עד 480px) */
@media (max-width: 480px) {
  .why-choose-us-wrapper .choose-us-image-2,
  .why-choose-us-wrapper .choose-us-image-2 img {
    min-height: 180px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  body {
    font-size: 15px;
    line-height: 1.6;
  }
  .header-contact a {
    font-size: 13px;
  }
}

/* מניעת overflow אופקי ב-RTL על מובייל */
@media (max-width: 991px) {
  [dir="rtl"] .about-section .container,
  [dir="rtl"] .project-section .container,
  [dir="rtl"] .why-choose-us-section .container,
  [dir="rtl"] .testimonial-section .container {
    overflow-x: hidden;
  }
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items {
    padding: 24px 16px;
  }
}

/* ===== RTL + מובייל/טאבלט: יישור טקסט לימין או למרכז (לא לשמאל) ===== */

/* RTL – יישור ברירת מחדל לימין */
[dir="rtl"] {
  text-align: right;
}
[dir="rtl"] .section-title:not(.text-center) {
  text-align: right;
}
[dir="rtl"] .section-title span,
[dir="rtl"] .section-title h2 {
  text-align: inherit;
}
[dir="rtl"] .about-wrapper .about-content .section-title,
[dir="rtl"] .about-wrapper .about-content .about-text,
[dir="rtl"] .about-wrapper .about-content .about-items .content,
[dir="rtl"] .about-wrapper .about-content .about-items ul li .content {
  text-align: right;
}
[dir="rtl"] .project-left-content .section-title,
[dir="rtl"] .project-left-content p {
  text-align: right;
}
[dir="rtl"] .why-choose-us-wrapper .choose-us-content .section-title,
[dir="rtl"] .why-choose-us-wrapper .choose-us-content p {
  text-align: right;
}
[dir="rtl"] .news-content-left .section-title,
[dir="rtl"] .news-box-items .content {
  text-align: right;
}
[dir="rtl"] .footer-single-widget .widget-head h3,
[dir="rtl"] .footer-single-widget .schedule-list,
[dir="rtl"] .footer-single-widget .list-area ul li {
  text-align: right;
}
[dir="rtl"] .header-main .main-menu ul li a {
  text-align: right;
}
[dir="rtl"] .offcanvas__content .offcanvas-title,
[dir="rtl"] .offcanvas__content p,
[dir="rtl"] .offcanvas__contact h3,
[dir="rtl"] .offcanvas__contact .contact-list {
  text-align: right;
}
[dir="rtl"] .service-box-items .content p,
[dir="rtl"] .service-box-items .icon-items .content {
  text-align: right;
}
[dir="rtl"] .pricing-box-items .pricing-header .content,
[dir="rtl"] .pricing-box-items .pricing-list ul li {
  text-align: right;
}
[dir="rtl"] .cta-download-section .content h3,
[dir="rtl"] .cta-download-section .content p {
  text-align: right;
}
[dir="rtl"] .counter-section .counter-items .content p {
  text-align: right;
}
[dir="rtl"] .footer-section .content h3 {
  text-align: right;
}
[dir="rtl"] .footer-bottom-right p,
[dir="rtl"] .footer-bottom-wrapper .footer-menu {
  text-align: right;
}

/* כותרות שממילא במרכז – נשארות במרכז */
[dir="rtl"] .section-title.text-center,
[dir="rtl"] .section-title.text-center span,
[dir="rtl"] .section-title.text-center h2 {
  text-align: center;
}
[dir="rtl"] .pricing-button.text-center,
[dir="rtl"] .testimonial-wrapper .testimonial-box-items .content {
  text-align: right;
}
@media (max-width: 991px) {
  [dir="rtl"] .testimonial-wrapper .testimonial-box-items .content {
    text-align: center;
  }
}

/* דריסת main.css: במובייל מוגדר text-align: left – מתקנים ל-RTL */
@media (max-width: 767px) {
  [dir="rtl"] .about-wrapper .about-content .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .about-wrapper-2 .about-content .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .about-wrapper-3 .about-content .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .project-section .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .project-section .project-left-content .section-title,
  [dir="rtl"] .project-section .project-left-content p {
    text-align: right !important;
  }
  [dir="rtl"] .news-wrapper .news-content-left .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .contact-wrapper-2 .contact-left-item .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .details-feature-wrapper .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .team-details-wrapper .details-content .section-title {
    text-align: right !important;
  }
  [dir="rtl"] .feature-company-wrapper .feature-company-content {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .feature-company-wrapper .feature-company-content {
    text-align: right !important;
  }
  [dir="rtl"] .details-feature-wrapper .section-title {
    text-align: right !important;
  }
}

/* אלמנטים שתמיד במרכז */
[dir="rtl"] .text-center,
[dir="rtl"] .pricing-button.text-center,
[dir="rtl"] .homemenu-content.text-center {
  text-align: center !important;
}

/* רשימות וכרטיסים */
[dir="rtl"] .icon-box-items h5 {
  text-align: center;
}
[dir="rtl"] .why-choose-us-wrapper .choose-us-content .icon-items-area .row {
  row-gap: 14px;
}
[dir="rtl"] .schedule-list li {
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/* RTL – שדות קלט וכותרות נוספות */
[dir="rtl"] input,
[dir="rtl"] textarea {
  text-align: right;
  direction: rtl;
}
[dir="rtl"] .footer-section .footer-input input {
  text-align: right;
}
[dir="rtl"] .search-bar .contact-search-form-box input {
  text-align: right;
}
[dir="rtl"] .hero-content .section-title,
[dir="rtl"] .hero-content p,
[dir="rtl"] .hero-content h1 {
  text-align: right;
}

/* Hero – בדסקטופ הטקסט מיושר לאמצע */
@media (min-width: 992px) {
  .hero-1 .hero-content,
  .hero-1 .hero-content p,
  .hero-1 .hero-content h1,
  .hero-1 .hero-content .theme-btn {
    text-align: center !important;
  }
  [dir="rtl"] .hero-1 .hero-content,
  [dir="rtl"] .hero-1 .hero-content p,
  [dir="rtl"] .hero-1 .hero-content h1 {
    text-align: center !important;
  }
}
[dir="rtl"] .team-box-items .content h3,
[dir="rtl"] .team-box-items .content p {
  text-align: center;
}
@media (max-width: 1199px) {
  [dir="rtl"] .team-box-items .content h3,
  [dir="rtl"] .team-box-items .content p {
    text-align: center;
  }
}

/* ONE-PAGE-ELAD: פוטר ללא אזור הרשמה + גובה קומפקטי */
.footer-widget-wrapper {
  padding: 28px 0 34px !important;
}
.footer-widget-wrapper .footer-single-widget {
  margin-top: 8px !important;
}
.footer-widget-wrapper .footer-single-widget .widget-head {
  margin-bottom: 12px !important;
}
.footer-widget-wrapper .footer-single-widget .schedule-list li:not(:last-child) {
  margin-bottom: 10px !important;
}
.footer-widget-wrapper .footer-single-widget .list-area ul li:not(:last-child) {
  margin-bottom: 10px !important;
}
.footer-bottom-wrapper {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: 56px !important;
}
.footer-bottom-wrapper .footer-bottom-right {
  padding: 10px 16px !important;
}


/* ===== index-2.html & index-3.html – רקעים, יישורים, עברית ===== */

/* index-2: רקעים מאחורי תוכן */
.hero-section-2 .hero-bg { z-index: -1; }
.hero-section-2 .container,
.hero-section-2 .hero-content { position: relative; z-index: 1; }
.about-section-2 .container,
.about-section-2 .about-wrapper { position: relative; z-index: 1; }
.about-section-2 .about-image .bg-shape { z-index: -1; }
.service-section-2 .container { position: relative; z-index: 1; }
.service-section-2 .service-card-items .bg-shape { z-index: -1; }
.feature-company-section .container { position: relative; z-index: 1; }
.feature-company-section .feature-company-wrapper { position: relative; z-index: 1; }
.faq-section-2 .container,
.faq-section-2 .faq-wrapper { position: relative; z-index: 1; }
.faq-section-2 .faq-image .bg-shape { z-index: -1; }
.team-section-2 .container { position: relative; z-index: 1; }
.work-process-section-2 .container { position: relative; z-index: 1; }
.testimonial-section-2 .container,
.testimonial-section-2 .testimonial-wrapper-2 { position: relative; z-index: 1; }
.counter-section-2 .container { position: relative; z-index: 1; }
.footer-section.bg-cover .container { position: relative; z-index: 1; }

/* index-3: רקעים מאחורי תוכן */
.header-section-3 .bg-shape { z-index: -1; }
.hero-section-3 .container,
.hero-section-3 .hero-content { position: relative; z-index: 1; }
.service-section-3 .bg-shape { z-index: -1; }
.service-section-3 .container { position: relative; z-index: 1; }
.about-section-3 .container,
.about-section-3 .about-wrapper-3 { position: relative; z-index: 1; }
.about-section-3 .about-text-shape { z-index: -1; }
.service-section-5 .container { position: relative; z-index: 1; }
.work-process-section-3 .left-shape { z-index: -1; }
.work-process-section-3 .container { position: relative; z-index: 1; }
.project-section-3 .container { position: relative; z-index: 1; }
.contact-section-3 .container { position: relative; z-index: 1; }
.cta-section-3 .cta-wrapper-3 { position: relative; z-index: 1; }
.counter-section-3 .container { position: relative; z-index: 1; }
.testimonial-section-3 .container { position: relative; z-index: 1; }
.news-section-3 .container { position: relative; z-index: 1; }
.footer-section-3 .container { position: relative; z-index: 1; }

/* index-2 & index-3: טקסט לבן על רקע כחול/כהה */
.team-section-2 .section-title span,
.team-section-2 .section-title h2,
.team-section-2.bg-cover .section-title,
.testimonial-section-2 .testimonial-left-items .section-title span,
.testimonial-section-2 .testimonial-left-items .section-title h2,
.testimonial-section-2 .testimonial-card-items .content p,
.testimonial-section-2 .testimonial-card-items .content h3,
.counter-section-2 .counter-box-items-2,
.project-section-3 .section-title span,
.project-section-3 .section-title h2,
.contact-section-3 .contact-left-item .section-title,
.contact-section-3 .contact-left-item p,
.testimonial-section-3 .section-title,
.counter-section-3 .counter-box-321 p,
.cta-section-3 .content h3,
.cta-section-3 .content p {
  color: #fff !important;
}
.hero-section-2 .hero-content p,
.hero-section-2 .hero-content h1,
.hero-3 .hero-content p,
.hero-3 .hero-content h1 {
  color: #fff !important;
}

/* index-2 & index-3: RTL יישור לימין – תוכן אודות, שאלות, המלצות */
[dir="rtl"] .about-section-2 .about-content .section-title,
[dir="rtl"] .about-section-2 .about-content .about-text,
[dir="rtl"] .about-section-2 .about-content .icon-items .content,
[dir="rtl"] .about-section-3 .about-content .section-title,
[dir="rtl"] .about-section-3 .about-content .about-text,
[dir="rtl"] .about-section-3 .about-content .about-list {
  text-align: right;
}
[dir="rtl"] .faq-section-2 .faq-wrapper .section-title,
[dir="rtl"] .faq-section-2 .accordion-item .accordion-button,
[dir="rtl"] .testimonial-section-2 .testimonial-left-items .section-title,
[dir="rtl"] .testimonial-section-2 .testimonial-card-items .content,
[dir="rtl"] .testimonial-section-3 .section-title,
[dir="rtl"] .testimonial-section-3 .testimonial-box-items .content {
  text-align: right;
}
@media (max-width: 767px) {
  [dir="rtl"] .about-section-2 .section-title,
  [dir="rtl"] .about-section-3 .section-title,
  [dir="rtl"] .faq-section-2 .section-title,
  [dir="rtl"] .team-section-2 .section-title,
  [dir="rtl"] .project-section-3 .section-title,
  [dir="rtl"] .contact-section-3 .section-title {
    text-align: right !important;
  }
}

/* index-2 & index-3: Hero בדסקטופ – יישור לאמצע */
@media (min-width: 992px) {
  .hero-section-2 .hero-content,
  .hero-section-2 .hero-content p,
  .hero-section-2 .hero-content h1,
  .hero-3 .hero-content,
  .hero-3 .hero-content p,
  .hero-3 .hero-content h1 {
    text-align: center !important;
  }
  [dir="rtl"] .hero-section-2 .hero-content,
  [dir="rtl"] .hero-section-2 .hero-content p,
  [dir="rtl"] .hero-section-2 .hero-content h1,
  [dir="rtl"] .hero-3 .hero-content,
  [dir="rtl"] .hero-3 .hero-content p,
  [dir="rtl"] .hero-3 .hero-content h1 {
    text-align: center !important;
  }
}

/* ===== כל העמודים: רקעים, מעברים, מניעת יציאת תוכן ===== */

/* Breadcrumb / Page title – רקע מאחורי, תוכן מלמעלה */
.breadcrumb-wrapper { position: relative; overflow: hidden; }
.breadcrumb-wrapper .container { position: relative; z-index: 1; }
.breadcrumb-wrapper .page-heading,
.breadcrumb-wrapper .breadcrumb-items { position: relative; z-index: 1; }
.breadcrumb-wrapper.bg-cover::before { display: none; }
[dir="rtl"] .breadcrumb-wrapper .breadcrumb-items { text-align: right; }
[dir="rtl"] .breadcrumb-wrapper .page-heading h1 { text-align: right; }

/* סקשנים – מניעת יציאת תוכן ומעברים חלקים */
section.fix,
section.section-padding,
.error-section,
.pricing-section,
.team-section,
.contact-section-21,
.service-section-3,
.project-section,
.news-section {
  overflow-x: hidden;
  position: relative;
}
section .container { position: relative; z-index: 1; }
.bg-shape,
.left-shape,
.about-text-shape { position: absolute; z-index: 0; pointer-events: none; }

/* מעברים חלקים בין סקשנים */
section {
  transition: opacity 0.2s ease;
}
.breadcrumb-wrapper,
.page-heading,
.breadcrumb-items li {
  transition: color 0.2s ease, background 0.2s ease;
}

/* טקסט על רקע breadcrumb כהה */
.breadcrumb-wrapper.bg-cover .page-heading h1,
.breadcrumb-wrapper.bg-cover .breadcrumb-items a,
.breadcrumb-wrapper.bg-cover .breadcrumb-items li {
  color: #fff;
}
.breadcrumb-wrapper.bg-cover .breadcrumb-items a:hover {
  opacity: 0.9;
}

/* ===== ONE-PAGE-ELAD: גלילה חלקה ל-anchor links ===== */
html {
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 100px;
  }
}

/* ONE-PAGE-ELAD: ניגודיות טקסט בפוטר */
.footer-section .widget-head h3,
.footer-section .footer-single-widget p,
.footer-section .footer-single-widget li,
.footer-section .schedule-list .day-text,
.footer-section .schedule-list .time-text,
.footer-section .list-area ul li a,
.footer-section .footer-bottom-right p,
.footer-section .footer-menu li a,
.footer-section .content h3 {
  color: #ffffff !important;
  opacity: 1 !important;
}
.footer-section .list-area ul li a,
.footer-section .footer-menu li a {
  color: rgba(255, 255, 255, 0.92) !important;
}
.footer-section .list-area ul li a:hover,
.footer-section .footer-menu li a:hover {
  color: #ffffff !important;
}

/* ONE-PAGE-ELAD: מונה שנות ניסיון במקטע אודות */
.about-items .content .experience-count {
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 0.95;
  margin-bottom: 4px;
  letter-spacing: 1px;
  background: url("assets/img/about/30.png") center/cover no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 0 rgba(15, 53, 100, 0.18);
}
@media (max-width: 767px) {
  .about-items .content .experience-count {
    font-size: 66px;
  }
}

/* ONE-PAGE-ELAD: מסלול ליווי יחיד - כתב גדול, מרכזי ואייקונים מונפשים */
#pricing .section-title h2 {
  font-size: 54px;
  line-height: 1.2;
}
#pricing .pricing-box-items.active .pricing-header .content,
#pricing .pricing-box-items.active .pricing-list {
  text-align: center !important;
}
#pricing .pricing-box-items.active .pricing-header .content h4 {
  font-size: 42px;
  line-height: 1.25;
}
#pricing .pricing-box-items.active .pricing-header .content p {
  font-size: 27px;
  line-height: 1.5;
}
#pricing .pricing-box-items.active .pricing-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 25px;
  font-weight: 600;
  text-align: center !important;
}
#pricing .pricing-box-items.active .pricing-list ul li i {
  display: none;
}
#pricing .pricing-box-items.active .pricing-list ul li .feature-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  animation: featurePulse 2.2s ease-in-out infinite;
}
#pricing .pricing-box-items.active .pricing-header .price .price-text .hero-shield {
  animation: featurePulse 2.4s ease-in-out infinite;
}
#pricing .fi-1 { animation-delay: 0s !important; }
#pricing .fi-2 { animation-delay: .18s !important; }
#pricing .fi-3 { animation-delay: .36s !important; }
#pricing .fi-4 { animation-delay: .54s !important; }
#pricing .fi-5 { animation-delay: .72s !important; }
#pricing .pricing-box-items.active .pricing-button .theme-btn {
  font-size: 24px;
  padding: 18px 42px;
}

@keyframes featurePulse {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,.2); }
  50% { transform: translateY(-2px) scale(1.05); box-shadow: 0 0 0 10px rgba(255,255,255,0); }
}

@media (max-width: 1199px) {
  #pricing .section-title h2 { font-size: 42px; }
  #pricing .pricing-box-items.active .pricing-header .content h4 { font-size: 33px; }
  #pricing .pricing-box-items.active .pricing-header .content p { font-size: 22px; }
  #pricing .pricing-box-items.active .pricing-list ul li { font-size: 21px; }
}
@media (max-width: 767px) {
  #pricing .section-title h2 { font-size: 31px; }
  #pricing .pricing-box-items.active .pricing-header .content h4 { font-size: 25px; }
  #pricing .pricing-box-items.active .pricing-header .content p { font-size: 17px; }
  #pricing .pricing-box-items.active .pricing-list ul li { font-size: 16px; gap: 8px; }
  #pricing .pricing-box-items.active .pricing-list ul li .feature-icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  #pricing .pricing-box-items.active .pricing-button .theme-btn {
    font-size: 18px;
    padding: 14px 24px;
  }
}

/* ONE-PAGE-ELAD: סקשן אמינות - אייקונים בסליידר */
.brand-wrapper .brand-image {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-icon-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
}
.trust-icon-slide i {
  font-size: 28px;
  color: #fff;
  animation: trustIconFloat 2.4s ease-in-out infinite;
}
.trust-icon-slide span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
@keyframes trustIconFloat {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(-3px); opacity: 0.9; }
}
@media (max-width: 767px) {
  .trust-icon-slide i {
    font-size: 22px;
  }
  .trust-icon-slide span {
    font-size: 12px;
  }
}

/* ONE-PAGE-ELAD: FAQ landing section */
.faq-landing-section .section-title p {
  max-width: 900px;
  margin: 0 auto;
}
.faq-landing-accordion .accordion-item {
  border: 1px solid rgba(15, 53, 100, 0.12);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}
.faq-landing-accordion .accordion-button {
  font-size: 22px;
  font-weight: 700;
  color: #0f3564;
  background: #fff;
  padding: 18px 22px;
}
.faq-landing-accordion .accordion-button:not(.collapsed) {
  color: #0f3564;
  background: #f4f8ff;
  box-shadow: none;
}
.faq-landing-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(15, 53, 100, 0.2);
}
.faq-landing-accordion .accordion-body {
  font-size: 18px;
  line-height: 1.75;
  color: #2d3539;
  padding: 8px 22px 22px;
}
@media (max-width: 767px) {
  .faq-landing-accordion .accordion-button {
    font-size: 18px;
    padding: 14px 16px;
  }
  .faq-landing-accordion .accordion-body {
    font-size: 16px;
    padding: 6px 16px 16px;
  }
}

/* ONE-PAGE-ELAD: טופס יצירת קשר - עיצוב מודרני ונקי */
.contact-section-21 .contact-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 16px 40px rgba(7, 32, 66, 0.12);
}
.contact-section-21 .contact-content h3 {
  font-size: 34px;
  margin-bottom: 18px;
  text-align: center;
  color: #0f3564 !important;
}
.contact-section-21 .contact-content .form-clt input {
  height: 58px;
  border-radius: 12px;
  border: 1px solid #dce5f2;
  background: #f8fbff;
  padding: 0 16px;
  font-size: 18px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-section-21 .contact-content .form-clt input:focus {
  border-color: #1b87cf;
  box-shadow: 0 0 0 3px rgba(27, 135, 207, 0.15);
  background: #fff;
}
.contact-section-21 .contact-content .theme-btn {
  width: 100%;
  border-radius: 12px;
  font-size: 21px;
  padding: 16px 22px;
}
.contact-section-21 .contact-content .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #2d3539;
  cursor: pointer;
}
.contact-section-21 .contact-content .privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #1b87cf;
}
.contact-section-21 .contact-content .privacy-check a {
  color: #0f3564;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .contact-section-21 .contact-content {
    padding: 20px 14px;
  }
  .contact-section-21 .contact-content h3 {
    font-size: 26px;
  }
  .contact-section-21 .contact-content .form-clt input {
    height: 52px;
    font-size: 16px;
  }
  .contact-section-21 .contact-content .theme-btn {
    font-size: 18px;
    padding: 14px 18px;
  }
}

.travel-cta-section {
  padding: 0 0 70px;
}
.travel-cta-section .travel-cta-wrap {
  background: linear-gradient(90deg, #1488cc 0%, #2b32b2 100%);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}
.travel-cta-section .travel-cta-wrap h3 {
  color: #ffffff;
  margin: 0;
  font-size: 27px;
  line-height: 1.35;
}
.travel-cta-section .travel-cta-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.travel-cta-section .travel-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  background: #ffffff;
  color: #0f3564;
  font-weight: 700;
  min-width: 220px;
  transition: all 0.25s ease;
}
.travel-cta-section .travel-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.travel-cta-section .travel-cta-btn.travel-cta-btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
}
[dir="rtl"] .travel-cta-section .travel-cta-wrap {
  direction: rtl;
}

@media (max-width: 991px) {
  .travel-cta-section .travel-cta-wrap {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .travel-cta-section .travel-cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .travel-cta-section .travel-cta-btn {
    width: 100%;
    min-width: 0;
  }
}

/* ONE-PAGE-ELAD: לוגו טקסטואלי בהדר */
.site-brand {
  font-family: "Rubik", "Heebo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-block;
}
.site-brand-header {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
}
.site-brand-mobile {
  color: #0f3564;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .site-brand-header {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .site-brand-header {
    font-size: 20px;
  }
  .site-brand-mobile {
    font-size: 20px;
  }
}

/* ONE-PAGE-ELAD: ריווח עדין בין ההדר להירו */
.hero-1 {
  padding-top: 120px !important;
}
.hero-section.hero-1 .hero-content {
  padding-top: 34px;
}
.hero-1 .hero-image {
  position: relative;
}
.hero-1 .hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: none;
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.hero-1 .hero-content h1 {
  font-size: clamp(44px, 6.4vw, 88px) !important;
  line-height: 1.08;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding-top: 96px !important;
  }
  .hero-section.hero-1 .hero-content {
    padding-top: 16px;
  }
  .hero-1 .hero-content h1 {
    font-size: clamp(38px, 7.4vw, 64px) !important;
  }
}

/* ONE-PAGE-ELAD: תיקון נקי להדר בדסקטופ */
@media (min-width: 1200px) {
  [dir="rtl"] .header-1 .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 !important;
    gap: 12px;
  }
  [dir="rtl"] .header-1 .header-left,
  [dir="rtl"] .header-1 .header-right {
    width: 220px;
    display: flex;
    align-items: center;
  }
  [dir="rtl"] .header-1 .header-left {
    justify-content: flex-end;
  }
  [dir="rtl"] .header-1 .header-right {
    justify-content: flex-start;
  }
  [dir="rtl"] .header-1 .header-left .header-logo {
    display: inline-flex;
    align-items: center;
  }
  [dir="rtl"] .header-1 .mean__menu-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px !important;
    gap: 0 !important;
  }
  [dir="rtl"] .header-1 .mean__menu-wrapper .social-icon {
    display: none !important;
  }
  [dir="rtl"] .header-main .main-menu {
    width: 100%;
  }
  [dir="rtl"] .header-main .main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  [dir="rtl"] .header-main .main-menu ul li {
    margin-inline-end: 0;
  }
  [dir="rtl"] .header-main .main-menu ul li a {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  [dir="rtl"] .header-1 .header-right .header-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  [dir="rtl"] .header-1 .header-right .header-contact a {
    font-size: 12px;
    line-height: 1.25;
    margin: 0;
  }
}

/* ONE-PAGE-ELAD: פוטר - גל עליון מלא, צמצום מלמטה בלבד */
.footer-section {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.footer-newsletter-wrapper.footer-top-restore {
  padding-top: 95px;
}
.footer-widget-wrapper {
  padding: 24px 0 30px !important;
}
.footer-widget-wrapper .footer-single-widget {
  margin-top: 12px !important;
}
.footer-bottom-wrapper {
  min-height: auto !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.footer-bottom-wrapper .footer-bottom-right {
  padding: 10px 16px !important;
}
@media (max-width: 991px) {
  .footer-newsletter-wrapper.footer-top-restore {
    padding-top: 60px;
  }
  .footer-widget-wrapper {
    padding: 18px 0 20px !important;
  }
}

/* מובייל: תפריט צד ופוטר קומפקטיים יותר */
[dir="rtl"] .offcanvas__content .mobile-menu,
[dir="rtl"] .offcanvas__content .mean-container,
[dir="rtl"] .offcanvas__content .mean-nav,
[dir="rtl"] .offcanvas__content .mean-nav ul li a {
  text-align: right !important;
  direction: rtl;
}

@media (max-width: 767px) {
  [dir="rtl"] .hero-1 .hero-content,
  [dir="rtl"] .hero-1 .hero-content h1,
  [dir="rtl"] .hero-1 .hero-content p {
    text-align: right !important;
  }
  [dir="rtl"] .hero-1 .hero-content .theme-btn {
    display: inline-flex;
  }
  .footer-bottom-wrapper {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .footer-bottom-wrapper .social-icon a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .footer-bottom-wrapper .footer-bottom-right {
    padding: 6px 10px !important;
  }
  .footer-bottom-wrapper .footer-bottom-right p {
    font-size: 16px !important;
    line-height: 1.35;
  }
  .footer-bottom-wrapper .footer-menu a {
    font-size: 14px !important;
  }
}


