@font-face{font-family:Dybbuk;src:url(/assets/fonts/dybbuk_regular.ttf) format("truetype");font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--font-display:"Dancing Script",cursive;--font-display-he:"Nunito Sans",sans-serif;--font-body:"Nunito Sans",sans-serif;--font-body-he:"Nunito Sans",sans-serif;--heading-scale:1;--body-scale:1;--heading-weight:400;--body-weight:400}body{font-family:var(--font-body);font-size:calc(1rem * var(--body-scale));font-weight:var(--body-weight);background-color:#fff;color:#333;line-height:1.6}.blog-heading,.blog-link,.btn,.hero-title,.section-heading,.service-title{font-size:calc(1em * var(--heading-scale));font-weight:var(--heading-weight)}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto;display:block}.navbar{background-color:#f5e6e0;padding:20px 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.navbar-container{display:flex;flex-direction:column;gap:20px}.navbar-top-row{justify-content:space-between}.navbar-left,.navbar-top-row{display:flex;align-items:center}.navbar-left,.navbar-right{gap:20px;flex:1 1}.navbar-right{display:flex;align-items:center;justify-content:flex-end}.logo{text-align:center;padding:20px 0}.logo img{max-width:280px;height:auto;margin:0 auto;display:block}.navbar-center{display:flex;justify-content:center;flex:1 1}.language-selector{position:relative;display:inline-block}.language-toggle{display:flex;align-items:center;gap:8px;background:#f0f0f0;border:none;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:14px;padding:10px 14px;border-radius:5px;transition:background-color .3s ease;width:100%}.language-toggle:hover{background-color:#e5e5e5}.flag-icon{width:20px;height:auto}.arrow-icon{width:12px;height:auto;transition:transform .3s ease}.language-selector.active .arrow-icon{transform:rotate(180deg)}.language-dropdown{position:absolute;top:100%;left:0;margin-top:0;background:#f0f0f0;border-radius:5px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;width:100%;z-index:1000}.language-selector.active .language-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.language-option{display:flex;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;color:#333;font-size:14px;background:transparent;transition:background-color .2s ease}.language-option:hover{background-color:#e5e5e5}.social-links{display:flex;gap:15px}.social-links a{display:block;transition:transform .3s ease}.social-links a:hover{transform:scale(1.1)}.social-links img{width:24px;height:24px}.blog-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#333;font-family:var(--font-display);font-size:2.25rem;transition:color .3s ease,text-shadow .3s ease}.blog-link svg{opacity:.7;transition:opacity .3s ease}.blog-link:hover{color:#111;text-shadow:0 0 1px rgba(0,0,0,.15)}.blog-link:hover svg{opacity:1}.hero{padding:80px 0;text-align:center;background-color:#fff}.hero-title{font-family:var(--font-display);font-size:2.5rem;line-height:1.4;color:#333;max-width:900px;margin:0 auto}.about{padding:60px 0;background-color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.about-image{display:flex;justify-content:center}.about-image img{border-radius:10px;width:100%;max-width:360px;object-fit:cover}.about-content{display:flex;flex-direction:column;gap:30px}.about-text p{margin-bottom:15px;font-size:16px;line-height:1.8}.qualifications{background-color:#f5e6e0;padding:20px;border-radius:8px;font-size:14px}.qualifications p{margin-bottom:10px}.qualifications p:first-child{font-size:16px;margin-bottom:15px}.btn{display:inline-block;background-color:#4a4a4a;color:white;font-family:var(--font-display);font-size:1.5rem;padding:12px 40px;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.btn:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.2)}.cta-button{text-align:center}.services-menu{padding:80px 0;background-color:#f5e6e0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:60px;gap:60px;align-items:start;max-width:700px;margin:0 auto}.service-card{text-decoration:none;color:#333;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-5px)}.service-image{margin-bottom:25px;overflow:hidden;border-radius:10px;width:180px;height:180px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.service-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-title{font-family:var(--font-display);font-size:1.8rem;text-align:center;line-height:1.3;width:100%}.service-detail{padding:80px 0;background-color:#f5e6e0}.service-detail.bg-light{background-color:#fff}.section-heading{font-family:var(--font-display);font-size:2.5rem;text-align:center;margin-bottom:50px}.service-image-mobile{display:none;margin-bottom:40px}.service-image-mobile img{border-radius:10px;margin:0 auto;max-width:300px}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.service-detail-grid.reverse .service-detail-image{order:1}.service-detail-grid.reverse .service-detail-content{order:2}.service-detail-content{display:flex;flex-direction:column;gap:30px}.service-text p{margin-bottom:15px;font-size:16px;line-height:1.8}.service-detail-image{display:flex;justify-content:center;align-items:center}.service-detail-image img{border-radius:10px;width:100%}.service-detail-image img.img-small{max-width:250px}.service-detail-image img.img-medium{max-width:350px}.service-detail-image img.img-large{max-width:450px}.footer{background-color:#f5e6e0;padding:40px 0;margin-top:0}.footer-content{display:flex;flex-direction:column;align-items:center;gap:20px}.copyright{font-size:14px;color:#666}.blog-header{padding:40px 0 36px;text-align:center;background-color:#faf5f3}.blog-heading{font-family:var(--font-display);font-size:3.2rem;color:#333;margin-bottom:10px}.blog-subtitle{font-size:1.05rem;color:#777;max-width:460px;margin:0 auto;line-height:1.6;font-style:italic}.blog-archive{padding:50px 0 80px;background-color:#faf5f3}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:36px;gap:36px}.blog-card{text-decoration:none;color:#333;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.blog-card-image{aspect-ratio:16/10;overflow:hidden;background-color:#f5e6e0}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5e6e0,#e8d5ce)}.blog-card-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1 1}.blog-card-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.blog-card-date{font-size:13px;color:#888}.blog-card-tags{display:flex;gap:6px;flex-wrap:wrap}.blog-card-tag{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#666;background-color:#f5e6e0;padding:2px 10px;border-radius:20px;font-weight:600}.blog-card-title{font-family:var(--font-display);font-size:var(--blog-card-title-size,1.5rem);font-weight:var(--blog-card-title-weight,600);line-height:1.3;color:#333}.blog-card-excerpt{font-size:15px;line-height:1.7;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-empty{text-align:center;padding:80px 20px;color:#888;font-size:18px}.post-hero{max-height:480px;overflow:hidden;background-color:#f5e6e0}.post-hero img{width:100%;height:480px;object-fit:cover}.post-container{max-width:720px;margin:0 auto;padding:40px 20px 80px}.post-back{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#888;font-size:14px;font-weight:600;margin-bottom:32px;transition:color .2s ease}.post-back:hover{color:#333}.post-title{font-family:var(--font-display);font-size:var(--blog-title-size,2.8rem);font-weight:var(--blog-title-weight,700);line-height:1.3;color:#333;margin-bottom:20px}.post-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #eee}.post-author,.post-date{font-size:14px;color:#888}.post-meta-sep{color:#ccc}.post-tags{display:flex;gap:6px;flex-wrap:wrap}.post-tag{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#666;background-color:#f5e6e0;padding:2px 10px;border-radius:20px;font-weight:600}.post-body{font-size:var(--blog-body-size,17px);font-weight:var(--blog-body-weight,400);line-height:1.9;color:#444}.post-body h1{font-size:var(--blog-h1-size,2.2rem);font-weight:var(--blog-h1-weight,700);margin:48px 0 20px}.post-body h1,.post-body h2{font-family:var(--font-display);color:#333}.post-body h2{font-size:var(--blog-h2-size,1.8rem);font-weight:var(--blog-h2-weight,700);margin:40px 0 16px}.post-body h3{font-size:var(--blog-h3-size,1.3rem);font-weight:var(--blog-h3-weight,700);margin:32px 0 12px;color:#333}.post-body h4{font-size:var(--blog-h4-size,1.1rem);font-weight:var(--blog-h4-weight,700);margin:28px 0 10px;color:#333}.post-body p{margin-bottom:20px}.post-body ol,.post-body ul{margin:16px 0 20px 24px}.post-body li{margin-bottom:8px}.post-body blockquote{border-left:3px solid #f5e6e0;padding:16px 24px;margin:24px 0;background-color:#fdf8f6;border-radius:0 8px 8px 0;font-style:italic;color:#555}.post-body img{border-radius:10px;margin:32px 0}.post-body a{color:#4a4a4a;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.post-body a:hover{color:#333}.post-body strong{font-weight:700;color:#333}.post-body hr{border:none;border-top:1px solid #eee;margin:40px 0}.post-footer-cta{margin-top:60px;padding:40px;text-align:center;background-color:#f5e6e0;border-radius:12px}.post-footer-cta p{font-size:18px;margin-bottom:20px;color:#555}[dir=rtl] body{font-family:var(--font-body-he)}[dir=rtl] .blog-card-title,[dir=rtl] .blog-heading,[dir=rtl] .post-body h1,[dir=rtl] .post-body h2,[dir=rtl] .post-title{font-family:var(--font-display-he)}[dir=rtl] .post-body blockquote{border-left:none;border-right:3px solid #f5e6e0;border-radius:8px 0 0 8px}[dir=rtl] .post-body ol,[dir=rtl] .post-body ul{margin:16px 24px 20px 0}[dir=rtl] .blog-link,[dir=rtl] .btn,[dir=rtl] .hero-title,[dir=rtl] .section-heading,[dir=rtl] .service-title{font-family:var(--font-display-he);flex-direction:row-reverse}[dir=rtl] .btn{font-size:1.2rem}[dir=rtl] .language-dropdown{left:auto;right:0}@media (max-width:991px){.hero-title{font-size:2rem}.about-grid{grid-template-columns:1fr;gap:40px}.services-grid{grid-template-columns:1fr;gap:50px}.service-image{width:150px;height:150px}.service-detail-grid{grid-template-columns:1fr}.service-detail-grid.reverse .service-detail-content,.service-detail-grid.reverse .service-detail-image{order:0}.service-detail-image{display:none}.service-image-mobile{display:block}.blog-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:767px){.navbar-container{gap:15px}.navbar-top-row{flex-direction:column;gap:15px;align-items:center}.navbar-left,.navbar-right{justify-content:center}.logo img{max-width:220px}.hero{padding:40px 0}.hero-title{font-size:1.5rem}.section-heading{font-size:2rem}.service-title{font-size:1.5rem}.about,.service-detail,.services-menu{padding:40px 0}.btn{font-size:1.3rem;padding:10px 30px}.blog-grid{grid-template-columns:1fr}.blog-heading{font-size:2.8rem}.post-title{font-size:2rem}.post-hero img{height:320px}}@media (max-width:479px){.hero-title{font-size:1.3rem}.section-heading{font-size:1.7rem}.logo img{max-width:150px}.about-text p,.service-text p{font-size:15px}.post-title{font-size:1.7rem}.post-hero img{height:240px}.post-footer-cta{padding:30px 20px}.blog-card-body{padding:18px}}