.elementor-27175 .elementor-element.elementor-element-a0d63a6{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8391c1a */<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>TAB VENTURE - הזדמנויות השקעה איכותיות ובדוקות</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            background: #f5f7fa;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        p, li, div, span {
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 50%, #14b8a6 100%);
            padding: 100px 20px 80px;
            text-align: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 0.5; }
            50% { opacity: 1; }
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: 3em;
            margin-bottom: 25px;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            animation: fadeInDown 1s ease-out;
        }

        .hero .subtitle {
            font-size: 1.4em;
            margin-bottom: 35px;
            opacity: 0.95;
            line-height: 1.6;
            animation: fadeInUp 1s ease-out 0.3s both;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-button {
            display: inline-block;
            padding: 20px 50px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.3em;
            box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
            transition: all 0.3s ease;
            animation: fadeInUp 1s ease-out 0.6s both;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(16, 185, 129, 0.6);
            background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
        }

        /* Main Content */
        .main-content {
            background: white;
            border-radius: 30px 30px 0 0;
            margin-top: -30px;
            position: relative;
            z-index: 2;
        }

        section {
            padding: 70px 40px;
        }

        .section-title {
            font-size: 2.8em;
            background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 40px;
            text-align: center;
            font-weight: 700;
        }

        /* Problem Section */
        .problem-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e3e8ef 100%);
        }

        .problem-intro {
            font-size: 1.3em;
            text-align: center;
            margin-bottom: 50px;
            color: #555;
            line-height: 2.1;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 20px;
        }

        /* Solution Section */
        .solution-section {
            background: white;
        }

        .solution-intro {
            font-size: 1.3em;
            text-align: center;
            margin-bottom: 50px;
            color: #555;
            line-height: 2.1;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 20px;
        }

        .solution-categories {
            margin-top: 60px;
        }

        .solution-category {
            margin-bottom: 50px;
            padding: 40px;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .solution-category:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }

        .solution-category h3 {
            font-size: 2em;
            color: #0891b2;
            margin-bottom: 30px;
            font-weight: 700;
            line-height: 1.4;
        }

        .solution-category > p {
            font-size: 1.15em;
            margin-bottom: 25px;
            color: #475569;
            line-height: 1.9;
            padding: 0 10px;
        }

        .solution-list {
            list-style: none;
            padding: 0;
            margin-top: 20px;
        }

        .solution-list li {
            padding-right: 65px;
            padding-left: 15px;
            padding-top: 12px;
            padding-bottom: 12px;
            position: relative;
            font-size: 1.1em;
            line-height: 1.9;
            margin-bottom: 12px;
            min-height: auto;
            display: block;
            text-align: right;
            box-sizing: border-box;
            clear: both;
        }

        .solution-list li:before {
            content: "✓";
            position: absolute;
            right: 22px;
            top: 50%;
            transform: translateY(-50%);
            color: #10b981;
            font-weight: bold;
            font-size: 1.5em;
            width: 30px;
            height: 30px;
            line-height: 30px;
            flex-shrink: 0;
            text-align: center;
            z-index: 1;
        }

        /* Benefits Section */
        .benefits-section {
            background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 50%, #14b8a6 100%);
            color: white;
        }

        .benefits-section .section-title {
            color: white;
            -webkit-text-fill-color: white;
        }

        .benefits-section > .container > p {
            font-size: 1.25em;
            text-align: center;
            margin-bottom: 30px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            line-height: 2;
            padding: 0 20px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .benefit-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 40px 35px;
            border-radius: 20px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .benefit-card:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-5px);
        }

        .benefit-card h4 {
            font-size: 1.5em;
            margin-bottom: 20px;
            font-weight: 700;
            line-height: 1.4;
        }

        .benefit-card p {
            font-size: 1.05em;
            line-height: 1.8;
            margin: 0;
        }

        /* Contact Form Section */
        .contact-section {
            background: white;
        }

        .contact-form {
            max-width: 600px;
            margin: 50px auto;
            padding: 50px;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }

        .form-group {
            margin-bottom: 30px;
        }

        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 12px;
            color: #334155;
            font-size: 1.15em;
            line-height: 1.4;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 18px 20px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            font-size: 1.05em;
            transition: border-color 0.3s ease;
            line-height: 1.5;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #0ea5e9;
            box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-button {
            width: 100%;
            padding: 20px;
            background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.25em;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(14, 165, 233, 0.4);
        }

        .submit-button:active {
            transform: translateY(0);
        }

        /* About Section */
        .about-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e3e8ef 100%);
        }

        .about-content {
            font-size: 1.25em;
            line-height: 2.1;
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            color: #475569;
            padding: 0 30px;
        }

        .about-content p {
            margin-bottom: 0;
        }

        .about-content strong {
            color: #0891b2;
            font-weight: 700;
        }

        /* Team Section */
        .team-section {
            background: white;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 50px;
            margin-top: 60px;
        }

        .team-member {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            padding: 45px 40px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .team-member:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }

        .team-member img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 30px;
            display: block;
            border: 5px solid white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .team-member h3 {
            font-size: 1.8em;
            color: #0891b2;
            margin-bottom: 15px;
            text-align: center;
            line-height: 1.3;
        }

        .team-member .title {
            font-size: 1.1em;
            color: #64748b;
            font-weight: 600;
            margin-bottom: 25px;
            text-align: center;
            line-height: 1.5;
        }

        .team-member .bio {
            font-size: 1.05em;
            line-height: 1.9;
            color: #475569;
            text-align: right;
        }

        /* Testimonials Section */
        .testimonials-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e3e8ef 100%);
            position: relative;
        }

        .testimonial-note {
            text-align: center;
            font-size: 1.2em;
            color: #64748b;
            margin-top: 20px;
            padding: 20px;
            background: white;
            border-radius: 15px;
            max-width: 800px;
            margin: 20px auto;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }

        .testimonials-carousel {
            max-width: 1000px;
            margin: 50px auto;
            position: relative;
            overflow: hidden;
        }

        .testimonial-item {
            background: white;
            padding: 50px 45px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin: 20px;
            text-align: center;
            display: none;
            min-height: 280px;
        }

        .testimonial-item.active {
            display: block;
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testimonial-item .quote {
            font-size: 1.3em;
            line-height: 2;
            color: #475569;
            margin-bottom: 30px;
            font-style: italic;
            position: relative;
            padding: 0 40px;
        }

        .testimonial-item .quote:before {
            content: '"';
            font-size: 4em;
            color: #0ea5e9;
            position: absolute;
            right: 0;
            top: -25px;
            opacity: 0.3;
            line-height: 1;
        }

        .testimonial-item .author {
            font-size: 1.2em;
            font-weight: 700;
            color: #0891b2;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .testimonial-item .position {
            font-size: 1em;
            color: #64748b;
            line-height: 1.4;
        }

        .carousel-controls {
            text-align: center;
            margin-top: 30px;
        }

        .carousel-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #cbd5e1;
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .carousel-dot.active {
            background: #0ea5e9;
            width: 30px;
            border-radius: 6px;
        }

        .carousel-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.5em;
            color: #0891b2;
        }

        .carousel-arrow:hover {
            background: #0ea5e9;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .carousel-arrow.prev {
            right: 10px;
        }

        .carousel-arrow.next {
            left: 10px;
        }

        /* Footer */
        footer {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            color: white;
            text-align: center;
            padding: 40px 20px;
        }

        footer p {
            font-size: 1.1em;
            opacity: 0.9;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2em;
                line-height: 1.3;
            }

            .hero .subtitle {
                font-size: 1.1em;
                line-height: 1.6;
            }

            .section-title {
                font-size: 2em;
                line-height: 1.3;
            }

            .solution-category h3 {
                font-size: 1.6em;
                line-height: 1.4;
            }

            .solution-category {
                padding: 30px 20px;
            }

            .solution-list li {
                font-size: 1em;
                padding-right: 55px;
                padding-left: 10px;
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 1.8;
            }

            .solution-list li:before {
                font-size: 1.3em;
                right: 18px;
                top: 50%;
                transform: translateY(-50%);
            }

            .team-grid {
                grid-template-columns: 1fr;
            }

            .contact-form {
                padding: 30px 20px;
            }

            .benefit-card {
                padding: 30px 25px;
            }

            .testimonial-item {
                padding: 35px 25px;
                margin: 15px;
            }

            .testimonial-item .quote {
                font-size: 1.1em;
                padding: 0 25px;
            }

            .problem-intro,
            .solution-intro {
                font-size: 1.15em;
                line-height: 1.9;
            }
        }

        /* Smooth Scroll */
        html {
            scroll-behavior: smooth;
        }
    </style>
</head>
<body>
    <!-- Hero Section -->
    <section class="hero">
        <div class="hero-content">
            <h1>מחפשים הזדמנויות השקעה מבטיחות – שגם מקיימות?</h1>
            <p class="subtitle">
                <strong>TAB VENTURE:</strong> מאתרים עבורכם עסקאות איכותיות באמצעות ביצוע בדיקות עומק, 
                כלים להשבחת ערך ורשת קשרים חובקת עולם - שמעניקה גישה להזדמנויות ייחודיות.
            </p>
            <a href="#contact" class="cta-button">להזדמנויות עסקיות בדוקות »</a>
        </div>
    </section>

    <!-- Main Content -->
    <div class="main-content">
        <!-- Problem Section -->
        <section class="problem-section">
            <div class="container">
                <h2 class="section-title">האתגר בעולם ההשקעות</h2>
                <p class="problem-intro">
                    עולם ההשקעות מוצף בהצעות מפתות שמבטיחות המון, אך כמה מהן באמת מקיימות?
                    הפער בין ההבטחות למציאות מצריך השקעת זמן ומשאבים על עשרות פגישות ובדיקות ראשוניות 
                    במקרה הטוב – ועלול להוביל להשקעה שמתגלה כ"חתול בשק" במקרה הרע. ולא פחות חשוב: 
                    בזמן שאתם בוחנים עסקאות פחות טובות, ההזדמנות האמיתית עלולה לחמוק מהידיים. 
                    <strong>איך אפשר להגיע להזדמנויות עסקיות בדוקות ואיכותיות, במינימום מאמץ?</strong>
                </p>
            </div>
        </section>

        <!-- Solution Section -->
        <section class="solution-section">
            <div class="container">
                <h2 class="section-title">דרך המלך להזדמנויות עסקיות בדוקות</h2>
                <p class="solution-intro">
                    אנחנו ב-<strong>TAB VENTURE</strong> מבינים שאתם לא זקוקים לזרם בלתי נגמר של הצעות, 
                    אלא לאיתור ההצעה הנכונה עבורכם. הצעה שעברה סינון קפדני, נבדקה ונמצאה כבעלת פוטנציאל גבוה. 
                    באמצעות שילוב של ניסיון מצטבר בליווי מאות חברות, רשת קשרים בינלאומית וטכנולוגיות 
                    סינון מתקדמות - אנחנו הופכים את תהליך החיפוש למדויק, יעיל ומשתלם הרבה יותר.
                </p>

                <div class="solution-categories">
                    <!-- Category 1: Identification -->
                    <div class="solution-category">
                        <h3>איתור ובחירת עסקאות איכותיות</h3>
                        <ul class="solution-list">
                            <li>שימוש במתודולוגיה מרובת מדדים להערכת שווי החברה, לפני שהיא עולה כאפשרות השקעה</li>
                            <li>אבחון עומק שמעניק תמונת מצב מלאה, שקופה ומבוססת נתונים</li>
                            <li>סינון קפדני שמשאיר בתמונה רק עסקאות איכותיות ובעלות פוטנציאל</li>
                        </ul>
                    </div>

                    <!-- Category 2: Value Enhancement -->
                    <div class="solution-category">
                        <h3>השבחת ערך</h3>
                        <p style="font-size: 1.1em; margin-bottom: 20px; color: #475569;">
                            עבודה מקדימה עם החברה לשיפור אסטרטגי ותפעולי, כדי שתגיע אליכם במצב אופטימלי
                        </p>
                        <ul class="solution-list">
                            <li>מיקוד בהגדלת ערך ומיצוב שוק, שמייצר נקודת פתיחה טובה ומבטיחה יותר</li>
                            <li>סיוע בהטמעת מערכות ניהול מתקדמות</li>
                            <li>שיפור תהליכי שיווק ומכירות</li>
                        </ul>
                    </div>

                    <!-- Category 3: Network -->
                    <div class="solution-category">
                        <h3>גישה לרשת קשרים בארץ ובעולם</h3>
                        <ul class="solution-list">
                            <li>חיבור לקהילות TAB ו-H7 – המונות אלפי יזמים, חברות ומשקיעים</li>
                            <li>פתיחת דלת להזדמנויות חדשות, לשיתופי פעולה עסקיים ולהרחבת תיק ההשקעות</li>
                            <li>מינוף קשרים וקבלת גישה להזדמנויות לפני שהן מגיעות לשוק הפתוח</li>
                        </ul>
                    </div>

                    <!-- Category 4: Accompaniment -->
                    <div class="solution-category">
                        <h3>ליווי צמוד עד סגירת העסקה</h3>
                        <ul class="solution-list">
                            <li>ניהול קשר ישיר עם היזמים והחברה עד השלמת העסקה</li>
                            <li>גיבוש מבנה העסקה – תמיכה בהגדרת תנאים עסקיים, פיננסיים ואסטרטגיים</li>
                            <li>הכנת הצד המוכר למפגש מולכם – כך שהמידע יוצג באופן המסודר, השקוף והיעיל ביותר</li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- Benefits Section -->
        <section class="benefits-section">
            <div class="container">
                <h2 class="section-title">ה-X פקטור שלך בהשקעות חכמות</h2>
                <p style="font-size: 1.25em; text-align: center; margin-bottom: 30px; max-width: 900px; margin-left: auto; margin-right: auto; line-height: 2; padding: 0 20px;">
                    המעטפת של TAB VENTURE מעניקה לך לא רק גישה לעסקאות איכותיות ומסוננות, 
                    אלא גם כלים למיקסום ההשקעה וצמצום סיכונים:
                </p>

                <div class="benefits-grid">
                    <div class="benefit-card">
                        <h4>גישה לעסקאות איכותיות בלבד</h4>
                        <p>חברות שנבדקו בקפדנות ונמצאו בשלות להשקעה או לרכישה</p>
                    </div>

                    <div class="benefit-card">
                        <h4>צמצום סיכונים</h4>
                        <p>באמצעות בדיקות עומק וסינון מוקדם שמבטיחים שקיפות מלאה</p>
                    </div>

                    <div class="benefit-card">
                        <h4>התאמה אסטרטגית</h4>
                        <p>של הזדמנויות שנבחרו בהתאם ליעדי הצמיחה והתחומים שמעניינים אתכם</p>
                    </div>

                    <div class="benefit-card">
                        <h4>חיסכון בזמן ומשאבים</h4>
                        <p>חשיפה אך ורק לעסקאות רלוונטיות, של חברות שעברו הכנה מקדימה</p>
                    </div>

                    <div class="benefit-card">
                        <h4>הזדמנויות נוספות</h4>
                        <p>החיבור לקהילות העסקיות פותח צוהר לזרם מתמשך של הזדמנויות ושיתופי פעולה ייחודיים</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Contact Form Section -->
        <section class="contact-section" id="contact">
            <div class="container">
                <h2 class="section-title">להזדמנויות השקעה בדוקות ואיכותיות</h2>
                
                <div class="contact-form">
                    <form>
                        <div class="form-group">
                            <label for="name">שם:</label>
                            <input type="text" id="name" name="name" required placeholder="הכנס את שמך המלא">
                        </div>

                        <div class="form-group">
                            <label for="phone">טלפון:</label>
                            <input type="tel" id="phone" name="phone" required placeholder="הכנס מספר טלפון">
                        </div>

                        <div class="form-group">
                            <label for="email">אימייל (אופציונלי):</label>
                            <input type="email" id="email" name="email" placeholder="הכנס כתובת אימייל">
                        </div>

                        <div class="form-group">
                            <label for="message">הודעה נוספת (אופציונלי):</label>
                            <textarea id="message" name="message" rows="4" placeholder="ספר לנו קצת על תחומי העניין שלך..."></textarea>
                        </div>

                        <button type="submit" class="submit-button">רוצה לשמוע עוד »</button>
                    </form>
                </div>
            </div>
        </section>

        <!-- Testimonials Section -->
        <section class="testimonials-section">
            <div class="container">
                <h2 class="section-title">המלצות מהשטח</h2>
                
                <div class="testimonial-note">
                    (כאן ניתן להוסיף קרוסלת הגלציות מגלקוחות מרוצים)
                </div>

                <div class="testimonials-carousel">
                    <button class="carousel-arrow next" onclick="changeTestimonial(1)">›</button>
                    <button class="carousel-arrow prev" onclick="changeTestimonial(-1)">‹</button>

                    <!-- Testimonial 1 -->
                    <div class="testimonial-item active">
                        <p class="quote">
                            הליווי של צוות TAB VENTURE היה מקצועי ויעיל. הם עזרו לנו למצוא את ההזדמנות המושלמת 
                            והתהליך כולו היה שקוף ומסודר. ממליץ בחום!
                        </p>
                        <p class="author">דוד כהן</p>
                        <p class="position">משקיע פרטי</p>
                    </div>

                    <!-- Testimonial 2 -->
                    <div class="testimonial-item">
                        <p class="quote">
                            רשת הקשרים של TAB והניסיון העשיר שלהם פתחו בפנינו דלתות שלא ידענו שקיימות. 
                            תהליך מקצועי עם תוצאות מדהימות.
                        </p>
                        <p class="author">שרה לוי</p>
                        <p class="position">מנכ"לית חברת טכנולוגיה</p>
                    </div>

                    <!-- Testimonial 3 -->
                    <div class="testimonial-item">
                        <p class="quote">
                            בדיקות העומק שביצעו והשקיפות המלאה נתנו לנו ביטחון להשקיע. 
                            זה בדיוק מה שחיפשנו - עסקאות איכותיות ובדוקות.
                        </p>
                        <p class="author">מיכאל גרינברג</p>
                        <p class="position">יזם ומשקיע</p>
                    </div>
                </div>

                <div class="carousel-controls">
                    <span class="carousel-dot active" onclick="goToTestimonial(0)"></span>
                    <span class="carousel-dot" onclick="goToTestimonial(1)"></span>
                    <span class="carousel-dot" onclick="goToTestimonial(2)"></span>
                </div>
            </div>
        </section>

        <!-- About Section -->
        <section class="about-section">
            <div class="container">
                <h2 class="section-title">מי אנחנו?</h2>
                <div class="about-content">
                    <p>
                        <strong>TAB VENTURE</strong> הוא מיזם מבית <strong>TAB</strong>, הארגון הגדול בעולם 
                        לליווי עסקי והנחיית מועצות עסקיות. אנחנו ב-<strong>TAB ישראל</strong> מלווים אלפי 
                        מנהלים ובעלי חברות במסגרת מפגשים קבוצתיים, תוכניות צמיחה ארגוניות וליווי עסקי צמוד 
                        להטמעת מתודות צמיחה מוכחות שמובילות לתוצאות בשטח. הניסיון שלנו בליווי אלפי חברות 
                        בשילוב רשת קשרים ענפה, מאפשרים לנו להציג בפניכם רק עסקאות בדוקות ובעלות פוטנציאל 
                        צמיחה משמעותי.
                    </p>
                </div>
            </div>
        </section>

        <!-- Team Section -->
        <section class="team-section">
            <div class="container">
                <h2 class="section-title">הצוות המוביל</h2>
                
                <div class="team-grid">
                    <!-- Team Member 1 -->
                    <div class="team-member">
                        <img src="https://nirmako.com/wp-content/uploads/2022/02/ניר-מקובסקי-מסך-22-scaled.jpg" alt="ניר מקובסקי">
                        <h3>ניר מקובסקי</h3>
                        <p class="title">שותף עסקי - TAB ישראל | מנכ"ל ובעלים TABX</p>
                        <p class="bio">
                            יזם, מנכ"ל ומלווה עסקי עם ניסיון של מעל 20 שנה בניהול ופיתוח חברות בישראל ובעולם. 
                            ניר הוביל עשרות תהליכי צמיחה, מיזוגים וגיוסי הון, ומביא שילוב ייחודי של ידע פיננסי, 
                            ניסיון בינלאומי ויכולת לייצר חיבורים עסקיים אסטרטגיים. ניר משמש בין היתר כשותף עסקי 
                            ב-TAB ישראל וכמנכ"ל TABX, ומלווה מנהלים ובעלי חברות בדרכם לאקזיט או לגיוס הבא.
                        </p>
                    </div>

                    <!-- Team Member 2 -->
                    <div class="team-member">
                        <img src="https://nirmako.com/wp-content/uploads/2025/10/34-scaled.jpg" alt="ענת בן נתן">
                        <h3>ענת בן נתן</h3>
                        <p class="title">TAB Certified Facilitator | Executive Coach</p>
                        <p class="bio">
                            מאמנת ומנחה מוסמכת עם ניסיון עשיר בליווי מנהלים ובעלי עסקים בתהליכי שינוי וצמיחה. 
                            ענת מתמחה בהכנת הנהלות ויזמים לרגעי מפתח - פרזנטציות למשקיעים, ניהול משא ומתן והטמעת 
                            תהליכי צמיחה ארגונית. ענת כיהנה במשך קרוב לשלושה עשורים כבעלים ומנכ"לית של סוכנות 
                            M&C SAATCHI תל אביב, שנמנתה על משרדי הפרסום הגדולים בישראל.
                        </p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Final CTA Section -->
        <section class="contact-section">
            <div class="container" style="text-align: center;">
                <h2 class="section-title">מוכנים להתחיל?</h2>
                <a href="#contact" class="cta-button">לבדיקת היתכנות ראשונית</a>
            </div>
        </section>
    </div>

    <!-- Footer -->
    <footer>
        <div class="container">
            <p>&copy; 2025 TAB VENTURE - כל הזכויות שמורות</p>
        </div>
    </footer>

    <script>
        // Smooth scroll for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                const target = document.querySelector(this.getAttribute('href'));
                if (target) {
                    target.scrollIntoView({
                        behavior: 'smooth',
                        block: 'start'
                    });
                }
            });
        });

        // Form submission handler (customize as needed)
        document.querySelector('form').addEventListener('submit', function(e) {
            e.preventDefault();
            alert('תודה על פנייתך! נחזור אליך בהקדם.');
            this.reset();
        });

        // Testimonials Carousel
        let currentTestimonial = 0;
        const testimonials = document.querySelectorAll('.testimonial-item');
        const dots = document.querySelectorAll('.carousel-dot');

        function showTestimonial(index) {
            testimonials.forEach(item => item.classList.remove('active'));
            dots.forEach(dot => dot.classList.remove('active'));
            
            if (index >= testimonials.length) {
                currentTestimonial = 0;
            } else if (index < 0) {
                currentTestimonial = testimonials.length - 1;
            } else {
                currentTestimonial = index;
            }
            
            testimonials[currentTestimonial].classList.add('active');
            dots[currentTestimonial].classList.add('active');
        }

        function changeTestimonial(direction) {
            showTestimonial(currentTestimonial + direction);
        }

        function goToTestimonial(index) {
            showTestimonial(index);
        }

        // Auto-rotate testimonials every 5 seconds
        setInterval(() => {
            changeTestimonial(1);
        }, 5000);
    </script>
</body>
</html>/* End custom CSS */