.elementor-272 .elementor-element.elementor-element-2afc064{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c88a835 *//* Privacy Policy CSS */
.privacy-policy {
    direction: rtl;
    text-align: right;
    font-family: 'Arial', 'Helvetica', sans-serif;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
    font-size: 1.1em; /* הגדלה קלה של הטקסט */
}

/* כותרת ראשית */
.privacy-policy h1 {
    font-size: 2.4em;
    color: #CC0000;
    border-bottom: 3px solid #CC0000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: bold;
}

/* כותרות סעיפים ראשיות */
.privacy-policy h2 {
    font-size: 1.6em;
    color: #CC0000;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* כותרות סעיפים משניות (כמו 2.1, 2.2) */
.privacy-policy h3 {
    font-size: 1.25em;
    color: #66CCCC; /* צבע משני */
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* עיצוב רשימות */
.privacy-policy ul {
    list-style-type: none;
    padding-right: 0;
    margin-right: 0;
}

.privacy-policy ul li {
    padding-right: 15px;
    text-indent: -15px;
    margin-bottom: 8px;
    border-right: 2px solid #66CCCC; /* פס טורקיז עדין ליד כל פריט */
    padding-right: 15px;
}

.privacy-policy ul li:before {
    content: "•";
    color: #CC0000;
    font-weight: bold;
    display: inline-block;
    width: 15px;
}

/* קישורים ואינטראקטיביות */
.privacy-policy a {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease, background-color 0.3s ease;
    padding: 2px 0;
}

.privacy-policy a:hover {
    color: #fff;
    background-color: #CC0000; /* הופך את הרקע לאדום בריחוף */
    text-decoration: none;
    cursor: pointer;
}

/* אזור פרטי קשר מודגש */
.contact-section {
    padding: 20px;
    border: 2px solid #66CCCC;
    background-color: #f7ffff; /* רקע בהיר מאוד */
    margin-top: 30px;
    border-radius: 5px;
}

.contact-section strong {
    color: #CC0000;
}/* End custom CSS */