.elementor-181 .elementor-element.elementor-element-6290990{--display:flex;}.elementor-181 .elementor-element.elementor-element-6290990.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

/* Font Awesome Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* הצג את התוכן והסתר Preloader רק בתוך עורך אלמנטור */
.elementor-editor-active .preloader {
    display: none !important;
}
.elementor-editor-active body,
.elementor-editor-active html,
.elementor-editor-active .hero,
.elementor-editor-active .container {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    /* תיקון למובייל - מניעת סיבוב */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Heebo', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    /* תיקון למובייל - מניעת סיבוב */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
    color: white;
}

.logo-container {
    margin-bottom: 30px;
}

.preloader-logo {
    width: 120px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    animation: pulse 2s infinite;
}

.loading-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease-out;
}

.loading-spinner {
    display: flex;
    justify-content: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255,255,255,0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    height: 70px;
}

.nav {
    height: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.logo {
    flex-shrink: 0;
}

.logo-img {
    height: 45px !important;
    width: auto !important;
    max-width: 120px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    transition: transform 0.3s ease !important;
}

.logo-img:hover {
    transform: scale(1.05);
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links a:hover {
    color: #2a5298;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    right: 0;
    background: #2a5298;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-cta {
    flex-shrink: 0;
}

.phone-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(42, 82, 152, 0.3);
}

.phone-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 82, 152, 0.4);
}

.phone-btn i {
    font-size: 14px;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
}

/* Hero Section עם שיפורי המרה */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 70px;
    /* תיקון למובייל */
    min-height: 100vh;
    min-height: 100dvh; /* Dynamic viewport height for mobile */
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.8) 0%, rgba(42, 82, 152, 0.6) 100%);
    z-index: -1;
}

.hero-content {
    color: white;
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
}

/* באנר דחיפות עליון - תיקון למובייל */
.hero-urgent-banner {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1e3c72;
    padding: 12px 25px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    animation: pulse-glow 2s infinite;
    /* תיקון למובייל */
    max-width: 90%;
    text-align: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
}

/* הסתרת/הצגת טקסט לפי גודל מסך */
.mobile-text {
    display: none;
}

.desktop-text {
    display: inline;
}

@keyframes pulse-glow {
    0%, 100% { 
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5);
        transform: scale(1.02);
    }
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.hero-title .highlight {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffd700;
    margin-top: 10px;
}

/* תועלות Hero */
.hero-benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-item i {
    color: #ffd700;
    font-size: 16px;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.cta-primary, .cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.cta-primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1e3c72;
    flex-direction: column;
    padding: 18px 35px;
}

.cta-primary.urgent {
    animation: urgent-pulse 3s infinite;
}

@keyframes urgent-pulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(255, 215, 0, 0.5);
    }
}

.cta-primary .cta-text {
    font-size: 16px;
    font-weight: 700;
}

.cta-primary .cta-subtext {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 2px;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.cta-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* CTA משני */
.hero-secondary-cta {
    margin: 25px 0;
}

.cta-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.cta-inline:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hero-tagline {
    font-size: 1.1rem;
    opacity: 0.9;
    font-style: italic;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Services Section */
.services {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #1e3c72;
}

.section-subtitle {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 60px;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA באמצע הדף */
.mid-page-cta {
    text-align: center;
    margin: 50px 0;
}

.cta-box {
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(42, 82, 152, 0.3);
}

.cta-box h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffd700;
}

.cta-box p {
    margin-bottom: 25px;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-mid-page {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1e3c72;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}

.cta-mid-page:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
    box-shadow: 0 8px 25px rgba(42, 82, 152, 0.3);
}

.service-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}

.service-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e3c72;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* תועלת השירות */
.service-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f0f8ff;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #2a5298;
    margin-top: 15px;
}

.service-benefit i {
    color: #28a745;
    font-size: 16px;
}

/* About Section עם סטטיסטיקות */
.about {
    padding: 100px 0;
    background: white;
}

/* סטטיסטיקות */
.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 50px 0;
    text-align: center;
}

.stat-item {
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
    color: white;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(42, 82, 152, 0.3);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffd700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.9;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
    align-items: start;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.about-intro {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 25px;
    color: #333;
}

.about-details {
    margin-bottom: 20px;
}

.certifications {
    margin-top: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-right: 4px solid #2a5298;
}

.certifications h3 {
    color: #1e3c72;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-item i {
    font-size: 2rem;
    color: #2a5298;
    margin-top: 5px;
    flex-shrink: 0;
}

.feature-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1e3c72;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
}

/* Areas Section */
.areas {
    padding: 100px 0;
    background: #f8f9fa;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.area-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.area-card i {
    font-size: 3rem;
    color: #2a5298;
    margin-bottom: 20px;
}

.area-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e3c72;
}

.area-card p {
    color: #666;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
}

/* המלצה מיוחדת */
.testimonial-card.featured {
    border: 2px solid #ffd700;
    background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.testimonial-card.featured::before {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    height: 6px;
}

.testimonial-card.featured::after {
    content: '⭐ המלצה מובילה';
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffd700;
    color: #1e3c72;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.testimonial-content {
    margin-bottom: 25px;
    position: relative;
    padding-top: 20px;
}

.quote-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 2.5rem;
    color: #2a5298;
    opacity: 0.2;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin: 0;
    padding-right: 35px;
    text-align: right;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.author-avatar {
    font-size: 2.5rem;
    color: #2a5298;
    flex-shrink: 0;
}

.author-info {
    flex-grow: 1;
}

.author-info h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1e3c72;
}

.author-info span {
    color: #888;
    font-size: 0.9rem;
    font-weight: 500;
}

.rating {
    color: #ffd700;
    font-size: 1.1rem;
    flex-shrink: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.rating i {
    margin-left: 2px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}

/* אנימציות */
.testimonial-card {
    animation: fadeInUp 0.6s ease-out;
}

.testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.3s; }
.testimonial-card:nth-child(4) { animation-delay: 0.4s; }
.testimonial-card:nth-child(5) { animation-delay: 0.5s; }
.testimonial-card:nth-child(6) { animation-delay: 0.6s; }
.testimonial-card:nth-child(7) { animation-delay: 0.7s; }

/* Contact Section עם דחיפות */
.contact {
    padding: 100px 0;
    background: #f8f9fa;
}

/* באנר דחיפות */
.urgency-banner {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    margin: 30px auto;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
    animation: urgent-glow 2s infinite;
}

@keyframes urgent-glow {
    0%, 100% { 
        box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
    }
    50% { 
        box-shadow: 0 8px 30px rgba(40, 167, 69, 0.5);
    }
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-item i {
    font-size: 1.5rem;
    color: #2a5298;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1e3c72;
}

.contact-item p {
    color: #666;
    line-height: 1.6;
}

.contact-item a {
    color: #2a5298;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1e3c72;
}

/* תועלות הטופס */
.form-benefits {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.form-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
}

.form-benefit i {
    color: #28a745;
    font-size: 16px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: 'Heebo', Arial, sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2a5298;
}

.submit-btn {
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(42, 82, 152, 0.3);
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.submit-btn.urgent {
    animation: submit-pulse 3s infinite;
}

@keyframes submit-pulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 6px 20px rgba(42, 82, 152, 0.3);
    }
    50% { 
        transform: scale(1.02);
        box-shadow: 0 8px 30px rgba(42, 82, 152, 0.5);
    }
}

.submit-btn .btn-text {
    font-size: 16px;
    font-weight: 700;
}

.submit-btn .btn-subtext {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 2px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 82, 152, 0.4);
}

/* Footer */
.footer {
    background: #1e3c72;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
}

.footer-logo h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.footer-description {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact i {
    width: 20px;
    color: #ffd700;
}

.footer-links h4,
.footer-services h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffd700;
}

.footer-links ul,
.footer-services ul {
    list-style: none;
}

.footer-links li,
.footer-services li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
}

.footer-credits {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-credits a {
    color: #ffd700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.digivici-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* כפתורים צפים - עיצוב מושלם עם רטט חזק */
/* WhatsApp Float Button עם רטט חזק ושמירה על הלוגו */
.whatsapp-float {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    width: 60px !important;
    height: 60px !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: white !important;
    font-size: 1.8rem !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4) !important;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
    border: 3px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer !important;
    /* רטט חזק ובולט */
    animation: whatsapp-super-vibrate 1.2s infinite !important;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.15) !important;
    background: #128c7e !important;
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.7) !important;
    /* עצירת רטט בהובר */
    animation: none !important;
}

/* שמירה על הלוגו - תמיכה בכל הפורמטים */
.whatsapp-float i {
    font-size: 1.8rem !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    display: block !important;
    line-height: 1 !important;
}

.whatsapp-float img {
    width: 35px !important;
    height: 35px !important;
    object-fit: contain !important;
    display: block !important;
    max-width: 35px !important;
    max-height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    /* שמירה על הלוגו הלבן */
    filter: brightness(0) invert(1) !important;
}

/* אם יש SVG */
.whatsapp-float svg {
    width: 35px !important;
    height: 35px !important;
    fill: white !important;
    display: block !important;
}

/* אם יש טקסט */
.whatsapp-float span,
.whatsapp-float .whatsapp-text {
    color: white !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    display: block !important;
}

/* תמיכה בכפתורים עם רקע תמונה */
.whatsapp-float[style*="background-image"] {
    background-size: 35px 35px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}/* תיקון כפתור ווטסאפ - הוספת לוגו */

/* WhatsApp Float Button עם לוגו מובנה */
.whatsapp-float {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    width: 60px !important;
    height: 60px !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: white !important;
    font-size: 1.8rem !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4) !important;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
    border: 3px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer !important;
    /* רטט חזק ובולט */
    animation: whatsapp-super-vibrate 1.2s infinite !important;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.15) !important;
    background: #128c7e !important;
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.7) !important;
    /* עצירת רטט בהובר */
    animation: none !important;
}

/* הוספת לוגו ווטסאפ מובנה */
.whatsapp-float::before {
    content: "" !important;
    position: absolute !important;
    width: 35px !important;
    height: 35px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.465 3.516'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
}

/* אם יש תמונה או אייקון קיים, הסתר אותם */
.whatsapp-float img,
.whatsapp-float i,
.whatsapp-float span,
.whatsapp-float svg {
    display: none !important;
}

/* אנימציית רטט חזקה ובולטת */
@keyframes whatsapp-super-vibrate {
    0%, 100% { 
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    }
    8% { 
        transform: translateX(-6px) translateY(-4px) rotate(-4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    16% { 
        transform: translateX(6px) translateY(4px) rotate(4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    24% { 
        transform: translateX(-6px) translateY(4px) rotate(-4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    32% { 
        transform: translateX(6px) translateY(-4px) rotate(4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    40% { 
        transform: translateX(-4px) translateY(-2px) rotate(-2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    48% { 
        transform: translateX(4px) translateY(2px) rotate(2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    56% { 
        transform: translateX(-4px) translateY(2px) rotate(-2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    64% { 
        transform: translateX(4px) translateY(-2px) rotate(2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    72% { 
        transform: translateX(-2px) translateY(-1px) rotate(-1deg) scale(1.02);
        box-shadow: 0 9px 28px rgba(37, 211, 102, 0.45);
    }
    80% { 
        transform: translateX(2px) translateY(1px) rotate(1deg) scale(1.02);
        box-shadow: 0 9px 28px rgba(37, 211, 102, 0.45);
    }
    88% { 
        transform: translateX(-1px) translateY(0) rotate(-0.5deg) scale(1.01);
        box-shadow: 0 8px 26px rgba(37, 211, 102, 0.42);
    }
    96% { 
        transform: translateX(1px) translateY(0) rotate(0.5deg) scale(1.01);
        box-shadow: 0 8px 26px rgba(37, 211, 102, 0.42);
    }
}

/* תיקון למובייל */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px !important;
        left: 20px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 1.4rem !important;
        /* רטט מותאם למובייל */
        animation: whatsapp-super-vibrate-mobile 1.2s infinite !important;
    }

    .whatsapp-float::before {
        width: 30px !important;
        height: 30px !important;
    }

    .whatsapp-float:hover {
        transform: scale(1.1) !important;
        animation: none !important;
    }
}

/* אנימציית רטט למובייל */
@keyframes whatsapp-super-vibrate-mobile {
    0%, 100% { 
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }
    12% { 
        transform: translateX(-5px) translateY(-3px) rotate(-3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    25% { 
        transform: translateX(5px) translateY(3px) rotate(3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    37% { 
        transform: translateX(-5px) translateY(3px) rotate(-3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    50% { 
        transform: translateX(5px) translateY(-3px) rotate(3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    62% { 
        transform: translateX(-3px) translateY(-1px) rotate(-1deg) scale(1.03);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    }
    75% { 
        transform: translateX(3px) translateY(1px) rotate(1deg) scale(1.03);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    }
    87% { 
        transform: translateX(-1px) translateY(0) rotate(-0.5deg) scale(1.01);
        box-shadow: 0 7px 22px rgba(37, 211, 102, 0.45);
    }
}

/* תיקון נוסף למובייל קטן */
@media (max-width: 480px) {
    .whatsapp-float {
        width: 45px !important;
        height: 45px !important;
        bottom: 15px !important;
        left: 15px !important;
    }

    .whatsapp-float::before {
        width: 25px !important;
        height: 25px !important;
    }
}


/* אנימציית רטט חזקה ובולטת */
@keyframes whatsapp-super-vibrate {
    0%, 100% { 
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    }
    8% { 
        transform: translateX(-6px) translateY(-4px) rotate(-4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    16% { 
        transform: translateX(6px) translateY(4px) rotate(4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    24% { 
        transform: translateX(-6px) translateY(4px) rotate(-4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    32% { 
        transform: translateX(6px) translateY(-4px) rotate(4deg) scale(1.08);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    }
    40% { 
        transform: translateX(-4px) translateY(-2px) rotate(-2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    48% { 
        transform: translateX(4px) translateY(2px) rotate(2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    56% { 
        transform: translateX(-4px) translateY(2px) rotate(-2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    64% { 
        transform: translateX(4px) translateY(-2px) rotate(2deg) scale(1.04);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    }
    72% { 
        transform: translateX(-2px) translateY(-1px) rotate(-1deg) scale(1.02);
        box-shadow: 0 9px 28px rgba(37, 211, 102, 0.45);
    }
    80% { 
        transform: translateX(2px) translateY(1px) rotate(1deg) scale(1.02);
        box-shadow: 0 9px 28px rgba(37, 211, 102, 0.45);
    }
    88% { 
        transform: translateX(-1px) translateY(0) rotate(-0.5deg) scale(1.01);
        box-shadow: 0 8px 26px rgba(37, 211, 102, 0.42);
    }
    96% { 
        transform: translateX(1px) translateY(0) rotate(0.5deg) scale(1.01);
        box-shadow: 0 8px 26px rgba(37, 211, 102, 0.42);
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed !important;
    bottom: 100px !important;
    left: 30px !important;
    width: 55px !important;
    height: 55px !important;
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 1.4rem !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: 999 !important;
    box-shadow: 0 8px 25px rgba(42, 82, 152, 0.4) !important;
    border: 3px solid rgba(255, 255, 255, 0.1) !important;
}

.scroll-to-top i {
    font-size: 1.4rem !important;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}

.scroll-to-top.show {
    opacity: 1 !important;
    visibility: visible !important;
    animation: bounceIn 0.5s ease-out !important;
}

.scroll-to-top:hover {
    transform: translateY(-5px) scale(1.1) !important;
    box-shadow: 0 12px 35px rgba(42, 82, 152, 0.6) !important;
    background: linear-gradient(135deg, #3a62a8 0%, #2e4c82 100%) !important;
}

/* אנימציות לכפתורים */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== תיקון מובייל מלא ומקיף ===== */
@media (max-width: 768px) {
    
    /* תיקון כללי למובייל */
    html {
        font-size: 14px;
        /* מניעת זום אוטומטי */
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    body {
        font-size: 14px;
        line-height: 1.5;
        /* מניעת גלילה אופקית */
        overflow-x: hidden;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .container {
        padding: 0 15px;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    /* תיקון Header במובייל */
    .header {
        height: 60px;
    }
    
    .nav-container {
        padding: 0 15px;
        height: 60px;
    }
    
    .logo-img {
        height: 35px !important;
        max-width: 100px !important;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        gap: 15px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links a {
        font-size: 16px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        text-align: right;
    }
    
    .phone-btn {
        padding: 8px 12px;
        font-size: 12px;
        gap: 5px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* תיקון Hero במובייל - זקוף ונכון */
    .hero {
        height: 100vh;
        min-height: 100vh;
        min-height: 100dvh;
        margin-top: 60px;
        padding: 20px 0;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .hero-content {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    /* תיקון באנר דחיפות במובייל */
    .hero-urgent-banner {
        font-size: 11px !important;
        padding: 10px 15px !important;
        margin: 60px auto 20px auto !important;
        display: inline-flex !important;
        max-width: 90% !important;
        text-align: center !important;
        line-height: 1.3 !important;
        border-radius: 20px !important;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;
        position: relative !important;
        z-index: 10 !important;
        /* תיקון כיוון */
        direction: rtl;
        justify-content: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .hero-urgent-banner i {
        font-size: 12px !important;
        margin-left: 5px !important;
    }
    
    /* הצגת טקסט מובייל */
    .desktop-text {
        display: none !important;
    }
    
    .mobile-text {
        display: inline !important;
    }
    
    .hero-title {
        font-size: 1.8rem !important;
        margin-bottom: 15px;
        line-height: 1.3;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .hero-title .highlight {
        font-size: 1.3rem !important;
        margin-top: 8px;
    }
    
    .hero-benefits {
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
        align-items: center;
    }
    
    .benefit-item {
        font-size: 12px;
        padding: 8px 12px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 25px;
        line-height: 1.5;
        padding: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .cta-primary, .cta-secondary {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        /* תיקון כיוון */
        direction: rtl;
    }
    
    .cta-primary .cta-text {
        font-size: 14px;
    }
    
    .cta-primary .cta-subtext {
        font-size: 11px;
    }
    
    .hero-secondary-cta {
        margin: 15px 0;
    }
    
    .cta-inline {
        font-size: 12px;
        padding: 10px 20px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .hero-tagline {
        font-size: 0.9rem;
        padding: 0 20px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    /* תיקון Sections במובייל */
    .services, .about, .areas, .testimonials, .contact {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 1.8rem !important;
        margin-bottom: 15px;
        line-height: 1.3;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .section-subtitle {
        font-size: 1rem !important;
        margin-bottom: 40px;
        line-height: 1.5;
        padding: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    /* תיקון CTA באמצע הדף */
    .mid-page-cta {
        margin: 30px 0;
    }
    
    .cta-box {
        padding: 25px 20px;
        margin: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .cta-box h3 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    
    .cta-box p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .cta-mid-page {
        font-size: 14px;
        padding: 12px 20px;
        /* תיקון כיוון */
        direction: rtl;
    }
    
    /* תיקון Services Grid במובייל */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .service-card {
        padding: 25px 20px;
        margin: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .service-icon img {
        width: 35px;
        height: 35px;
    }
    
    .service-card h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .service-card p {
        font-size: 0.9rem;
        line-height: 1.5;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .service-benefit {
        font-size: 12px;
        padding: 8px 12px;
        margin-top: 12px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    /* תיקון סטטיסטיקות במובייל */
    .stats-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 30px 0;
    }
    
    .stat-item {
        padding: 20px 15px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .stat-number {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    /* תיקון About במובייל */
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }
    
    .about-text {
        font-size: 1rem;
        line-height: 1.6;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .about-intro {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    
    .feature-item {
        gap: 15px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .feature-item i {
        font-size: 1.5rem;
    }
    
    .feature-item h4 {
        font-size: 1.1rem;
    }
    
    .feature-item p {
        font-size: 0.9rem;
    }
    
    /* תיקון Areas במובייל */
    .areas-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .area-card {
        padding: 25px 20px;
        margin: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: center;
    }
    
    .area-card i {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .area-card h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .area-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* תיקון Testimonials במובייל */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .testimonial-card {
        padding: 20px;
        margin: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .testimonial-card.featured::after {
        top: 10px;
        left: 10px;
        font-size: 0.7rem;
        padding: 3px 8px;
    }
    
    .testimonial-content {
        padding-top: 25px;
    }
    
    .testimonial-content p {
        font-size: 1rem;
        padding-right: 25px;
        line-height: 1.6;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .quote-icon {
        font-size: 2rem;
        top: 0;
        right: 0;
    }
    
    .author-avatar {
        font-size: 2rem;
    }
    
    .author-info h4 {
        font-size: 1.1rem;
    }
    
    .author-info span {
        font-size: 0.8rem;
    }
    
    .testimonial-author {
        gap: 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .rating {
        font-size: 1rem;
    }
    
    /* תיקון Contact במובייל */
    .urgency-banner {
        font-size: 14px;
        padding: 12px 20px;
        margin: 20px auto;
        text-align: center;
        /* תיקון כיוון */
        direction: rtl;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }
    
    .contact-form {
        padding: 25px 20px;
        margin: 0 10px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .contact-form h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .form-benefits {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .form-benefit {
        font-size: 12px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group label {
        font-size: 0.9rem;
        margin-bottom: 6px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .submit-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .submit-btn .btn-text {
        font-size: 14px;
    }
    
    .submit-btn .btn-subtext {
        font-size: 11px;
    }
    
    .contact-item {
        gap: 15px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .contact-item i {
        font-size: 1.3rem;
    }
    
    .contact-item h4 {
        font-size: 1.1rem;
    }
    
    .contact-item p {
        font-size: 0.9rem;
    }
    
    /* תיקון Footer במובייל */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 25px;
        /* תיקון כיוון */
        direction: rtl;
        text-align: right;
    }
    
    .footer-logo h3 {
        font-size: 1.2rem;
    }
    
    .footer-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .footer-contact p {
        font-size: 0.9rem;
    }
    
    .footer-links h4,
    .footer-services h4 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .footer-links li,
    .footer-services li {
        margin-bottom: 8px;
        font-size: 0.9rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding-top: 20px;
    }
    
    .footer-copyright {
        font-size: 0.8rem;
    }
    
    .footer-credits {
        font-size: 0.8rem;
    }
    
    /* תיקון כפתורים צפים במובייל עם רטט */
    .whatsapp-float {
        bottom: 20px !important;
        left: 20px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 1.4rem !important;
        /* רטט מותאם למובייל */
        animation: whatsapp-super-vibrate-mobile 1.2s infinite !important;
    }

    .whatsapp-float i {
        font-size: 1.4rem !important;
    }

    .whatsapp-float img {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .whatsapp-float svg {
        width: 30px !important;
        height: 30px !important;
    }

    .whatsapp-float span,
    .whatsapp-float .whatsapp-text {
        font-size: 1.4rem !important;
    }

    .whatsapp-float[style*="background-image"] {
        background-size: 30px 30px !important;
    }

    .whatsapp-float:hover {
        transform: scale(1.1) !important;
        animation: none !important;
    }

    .scroll-to-top {
        bottom: 80px !important;
        left: 20px !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 1.1rem !important;
    }

    .scroll-to-top i {
        font-size: 1.1rem !important;
    }

    .scroll-to-top:hover {
        transform: scale(1.05) !important;
    }
    
    /* תיקון Preloader במובייל */
    .preloader-logo {
        width: 80px;
    }
    
    .loading-text {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .spinner {
        width: 40px;
        height: 40px;
    }
}

/* אנימציית רטט למובייל */
@keyframes whatsapp-super-vibrate-mobile {
    0%, 100% { 
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }
    12% { 
        transform: translateX(-5px) translateY(-3px) rotate(-3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    25% { 
        transform: translateX(5px) translateY(3px) rotate(3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    37% { 
        transform: translateX(-5px) translateY(3px) rotate(-3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    50% { 
        transform: translateX(5px) translateY(-3px) rotate(3deg) scale(1.06);
        box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    }
    62% { 
        transform: translateX(-3px) translateY(-1px) rotate(-1deg) scale(1.03);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    }
    75% { 
        transform: translateX(3px) translateY(1px) rotate(1deg) scale(1.03);
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    }
    87% { 
        transform: translateX(-1px) translateY(0) rotate(-0.5deg) scale(1.01);
        box-shadow: 0 7px 22px rgba(37, 211, 102, 0.45);
    }
}

/* תיקון נוסף למובייל קטן מאוד */
@media (max-width: 480px) {
    
    html {
        font-size: 13px;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .hero-urgent-banner {
        font-size: 10px !important;
        padding: 8px 12px !important;
        margin: 50px auto 15px auto !important;
        max-width: 95% !important;
    }
    
    .hero-title {
        font-size: 1.6rem !important;
    }
    
    .hero-title .highlight {
        font-size: 1.2rem !important;
    }
    
    .hero-subtitle {
        font-size: 0.9rem !important;
        padding: 0 5px;
    }
    
    .section-title {
        font-size: 1.6rem !important;
    }
    
    .section-subtitle {
        font-size: 0.9rem !important;
        padding: 0 5px;
    }
    
    .service-card,
    .area-card,
    .contact-form,
    .cta-box {
        margin: 0 5px;
        padding: 20px 15px;
    }
    
    .cta-primary, .cta-secondary {
        max-width: 250px;
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .stats-section {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .stat-item {
        padding: 15px 10px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .urgency-banner {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    .whatsapp-float {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.2rem !important;
        bottom: 15px !important;
        left: 15px !important;
    }

    .whatsapp-float i {
        font-size: 1.2rem !important;
    }

    .whatsapp-float img {
        width: 25px !important;
        height: 25px !important;
        max-width: 25px !important;
        max-height: 25px !important;
        min-width: 25px !important;
        min-height: 25px !important;
    }

    .whatsapp-float svg {
        width: 25px !important;
        height: 25px !important;
    }

    .whatsapp-float[style*="background-image"] {
        background-size: 25px 25px !important;
    }

    .scroll-to-top {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
        bottom: 70px !important;
        left: 15px !important;
    }

    .scroll-to-top i {
        font-size: 1rem !important;
    }
}

/* Animation Classes */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

/* Additional Utility Classes */
.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

/* תיקון נוסף לכיוון RTL במובייל */
@media (max-width: 768px) {
    * {
        direction: rtl;
    }
    
    .hero-content * {
        direction: rtl;
        text-align: center;
    }
    
    .service-card *,
    .testimonial-card *,
    .area-card *,
    .contact-form * {
        direction: rtl;
        text-align: right;
    }
    
    .hero-title,
    .hero-subtitle,
    .hero-tagline,
    .section-title,
    .section-subtitle {
        direction: rtl;
        text-align: center;
    }
}

/* תיקון נוסף לשמירה על הלוגו */
.whatsapp-float * {
    pointer-events: none !important;
    user-select: none !important;
}

/* תיקון נוסף לתמונות שלא נטענות */
.whatsapp-float img[src=""],
.whatsapp-float img:not([src]) {
    display: none !important;
}

.whatsapp-float img[src=""]:after,
.whatsapp-float img:not([src]):after {
    content: "💬" !important;
    font-size: 1.8rem !important;
    color: white !important;
    display: block !important;
}

/* אם אין לוגו כלל, הצג אייקון ברירת מחדל */
.whatsapp-float:empty:before {
    content: "💬" !important;
    font-size: 1.8rem !important;
    color: white !important;
    display: block !important;
}/* End custom CSS */