.elementor-11050 .elementor-element.elementor-element-f7c1831{--background-transition:0.3s;}.elementor-11050 .elementor-element.elementor-element-c614687{--background-transition:0.3s;}.elementor-11050 .elementor-element.elementor-element-99358d0{--background-transition:0.3s;}.elementor-11050 .elementor-element.elementor-element-2f33772{--background-transition:0.3s;}.elementor-11050 .elementor-element.elementor-element-0110ba5{--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-f4a6a0a */@media (max-width: 768px) {
    /* מיקום טקסט וכפתור במרכז */
    .hero-content {
        margin-right: 0 !important;
        text-align: center !important;
    }

    .hero-content .cta-button {
        display: inline-block;
        margin: 20px auto 0;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .container {
        padding: 0 15px;
    }

    /* Hero Section */
    .hero-section {
        min-height: 400px;
        text-align: center;
        padding: 40px 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 20px;
        margin-top: 10px;
    }

    .hero-description {
        font-size: 16px;
        padding: 0 10px;
    }

    /* Stats */
    .hero-stats {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    /* Pillars Section */
    .pillars-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .pillar-circle {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }

    .pillar-title {
        font-size: 24px;
    }

    /* Details & Resources */
    .details-grid,
    .resources-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .detail-card,
    .resource-card {
        padding: 20px;
    }

    /* Team Section */
    .team-member {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }

    .team-image img {
        width: 150px;
        height: 150px;
    }

    /* Contact Form */
    .contact-section h2 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    /* הקטנת התמונות של דרור ונדב */
    .team-image img {
        width: 140px !important;
        height: 140px !important;
    }

    /* הקטנת הטקסט בכותרות */
    .team-text h3 {
        font-size: 22px !important;
    }

    /* הקטנת הטקסט בפסקאות */
    .team-text p {
        font-size: 16px !important;
        line-height: 1.5;
    }
}
@media (max-width: 768px) {
    .detail-list li {
        padding-right: 20px !important; /* פחות רווח מצד ימין */
        font-size: 15px !important; /* טקסט קטן יותר במובייל */
        line-height: 1.5 !important;
        display: flex;
        align-items: flex-start; /* ליישור יפה עם הסמל */
    }

    .detail-list li::before {
        margin-left: 8px; /* רווח קטן בין הסמל לטקסט */
        position: relative;
        right: 0;
    }
}
@media (max-width: 768px) {
    .section-header h2::after {
        right: 50% !important;
        transform: translateX(50%) !important;
        width: 60px !important; /* ניתן לשנות רוחב לפי הצורך */
    }
}
@media (max-width: 768px) {
    .pillars-intro h2::after {
        right: 50% !important;
        transform: translateX(50%) !important;
        width: 60px !important; /* ניתן לשנות גודל לפי הצורך */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00384e6 */.article-section {
    background: #1a2332; /* צבע הרקע */
    padding: 60px 30px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.article-section::before,
.article-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
}

.article-section::before {
    top: 0;
}

.article-section::after {
    bottom: 0;
}

.article-section h2 {
    font-size: 32px;
    color: #d4af37; /* כותרת בזהב */
    margin-bottom: 20px;
    text-align: center;
}

.article-section h3 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-section p {
    color: #e8e8e8;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 18px;
}

.article-section ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.article-section ul li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    color: #e8e8e8;
    font-size: 18px;
}

.article-section ul li::before {
    content: "◈";
    position: absolute;
    right: 0;
    color: #d4af37; /* זהב */
    font-size: 18px;
}/* End custom CSS */