.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bd9ed03:#1C2534;--e-global-color-97f28db:#8FCDB4;--e-global-color-a1bcc1a:#FFFFFF;--e-global-color-031cf40:#EE66A0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{color:var( --e-global-color-bd9ed03 );font-size:40px;}.elementor-kit-10 h2{color:var( --e-global-color-bd9ed03 );font-size:26px;}.elementor-kit-10 h3{color:var( --e-global-color-bd9ed03 );font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#8FCDB454;--lightbox-ui-color:#8FCDB400;--lightbox-ui-color-hover:var( --e-global-color-bd9ed03 );--lightbox-text-color:var( --e-global-color-bd9ed03 );--lightbox-navigation-icons-size:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:30px;}.elementor-kit-10 h2{font-size:22px;}.elementor-kit-10 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* בר גלילה מעוצב ל-JetPopup - עם שליטה בעובי */

/* דסקטופ - שינה את הערך כאן לעובי הרצוי */
.jet-popup *::-webkit-scrollbar {
    width: 16px !important; /* שינה ל-8px, 10px, 12px, 15px או כל ערך אחר */
}

.jet-popup *::-webkit-scrollbar-track {
    background: #8FCDB4 !important;
    border-radius: 20px !important;
}

.jet-popup *::-webkit-scrollbar-thumb {
    background: #1C2534 !important;
    border-radius: 20px !important;
    transition: background 0.3s ease !important;
}

.jet-popup *::-webkit-scrollbar-thumb:hover {
    background: #0F1419 !important; /* גוון כהה יותר של #1C2534 בהובר */
}

/* מובייל - שינה את הערך כאן לעובי הרצוי במובייל */
@media (max-width: 768px) {
    .jet-popup *::-webkit-scrollbar {
        width: 8px !important; /* שינה ל-6px, 8px, 10px או כל ערך אחר */
    }
}

/* Firefox */
.jet-popup-container {
    scrollbar-width: thin;
    scrollbar-color: #667eea rgba(0, 0, 0, 0.1);
}

/* אפשרות 2: עיצוב מינימליסטי */
/* 
.jet-popup-container::-webkit-scrollbar {
    width: 6px;
}

.jet-popup-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.jet-popup-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
    transition: background 0.3s ease;
}

.jet-popup-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/

/* אפשרות 3: עיצוב צבעוני עם אנימציה */
/*
.jet-popup-container::-webkit-scrollbar {
    width: 10px;
}

.jet-popup-container::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #ffecd2 0%, #fcb69f 100%);
    border-radius: 15px;
}

.jet-popup-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 15px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}
*/

/* אפשרות 4: עיצוב כהה/זהב */
/*
.jet-popup-container::-webkit-scrollbar {
    width: 8px;
}

.jet-popup-container::-webkit-scrollbar-track {
    background: #2d3748;
    border-radius: 4px;
}

.jet-popup-container::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #f6ad55 0%, #ed8936 100%);
    border-radius: 4px;
    border: 1px solid #2d3748;
}

.jet-popup-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ed8936 0%, #dd6b20 100%);
}
*/

/* אם את רוצה שהבר יופיע רק במובייל */
@media (max-width: 768px) {
    .jet-popup-container::-webkit-scrollbar {
        width: 6px; /* בר דק יותר במובייל */
    }
}

/* אם את רוצה שהבר יהיה שקוף ויופיע רק בגלילה */
/*
.jet-popup-container::-webkit-scrollbar-thumb {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jet-popup-container:hover::-webkit-scrollbar-thumb {
    opacity: 1;
}
*//* End custom CSS */
/* Start custom CSS *//* בר גלילה מעוצב ל-JetPopup - עם שליטה בעובי */

/* דסקטופ - שינה את הערך כאן לעובי הרצוי */
.jet-popup *::-webkit-scrollbar {
    width: 16px !important; /* שינה ל-8px, 10px, 12px, 15px או כל ערך אחר */
}

.jet-popup *::-webkit-scrollbar-track {
    background: #8FCDB4 !important;
    border-radius: 20px !important;
}

.jet-popup *::-webkit-scrollbar-thumb {
    background: #1C2534 !important;
    border-radius: 20px !important;
    transition: background 0.3s ease !important;
}

.jet-popup *::-webkit-scrollbar-thumb:hover {
    background: #0F1419 !important; /* גוון כהה יותר של #1C2534 בהובר */
}

/* מובייל - שינה את הערך כאן לעובי הרצוי במובייל */
@media (max-width: 768px) {
    .jet-popup *::-webkit-scrollbar {
        width: 8px !important; /* שינה ל-6px, 8px, 10px או כל ערך אחר */
    }
}

/* Firefox */
.jet-popup-container {
    scrollbar-width: thin;
    scrollbar-color: #667eea rgba(0, 0, 0, 0.1);
}

/* אפשרות 2: עיצוב מינימליסטי */
/* 
.jet-popup-container::-webkit-scrollbar {
    width: 6px;
}

.jet-popup-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.jet-popup-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
    transition: background 0.3s ease;
}

.jet-popup-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/

/* אפשרות 3: עיצוב צבעוני עם אנימציה */
/*
.jet-popup-container::-webkit-scrollbar {
    width: 10px;
}

.jet-popup-container::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #ffecd2 0%, #fcb69f 100%);
    border-radius: 15px;
}

.jet-popup-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    border-radius: 15px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}
*/

/* אפשרות 4: עיצוב כהה/זהב */
/*
.jet-popup-container::-webkit-scrollbar {
    width: 8px;
}

.jet-popup-container::-webkit-scrollbar-track {
    background: #2d3748;
    border-radius: 4px;
}

.jet-popup-container::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #f6ad55 0%, #ed8936 100%);
    border-radius: 4px;
    border: 1px solid #2d3748;
}

.jet-popup-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ed8936 0%, #dd6b20 100%);
}
*/

/* אם את רוצה שהבר יופיע רק במובייל */
@media (max-width: 768px) {
    .jet-popup-container::-webkit-scrollbar {
        width: 6px; /* בר דק יותר במובייל */
    }
}

/* אם את רוצה שהבר יהיה שקוף ויופיע רק בגלילה */
/*
.jet-popup-container::-webkit-scrollbar-thumb {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jet-popup-container:hover::-webkit-scrollbar-thumb {
    opacity: 1;
}
*//* End custom CSS */