*{margin:0;padding:0;box-sizing:border-box}html{direction:rtl}body{line-height:1.6;color:#333333;background:#ffffff}.estate-header{background:#ffffff;box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);position:sticky;top:0;z-index:1000;font-family:"Noto Sans Hebrew", sans-serif}.estate-header .mobile-header{display:none}.estate-header .header-container{display:flex;align-items:center;justify-content:space-between;height:105px;padding:0 20px}.estate-header .header-logo{display:flex;align-items:center;max-width:300px}.estate-header .header-logo a{display:flex;align-items:center;text-decoration:none;color:#333333}.estate-header .header-logo .logo-img{width:132px;height:auto;cursor:pointer}.estate-header .header-nav .nav-menu{display:flex;list-style:none;gap:32px;margin:0;padding:0;direction:rtl}.estate-header .header-nav .nav-menu li{margin:0}.estate-header .header-nav .nav-menu .nav-link{text-decoration:none;color:rgba(0, 0, 0, 0.53);font-weight:400;font-family:"Noto Sans Hebrew", sans-serif;font-size:16px;padding:10px 0;transition:color 0.3s ease;cursor:pointer}.estate-header .header-nav .nav-menu .nav-link:hover,.estate-header .header-nav .nav-menu .nav-link.active{color:black;font-weight:400}.estate-header .header-nav .nav-menu .nav-link.active{color:black}.estate-header .header-actions{display:flex;align-items:center;gap:15px}.estate-header .header-actions .login-btn{background:transparent;color:#333333;padding:0;border:none;text-decoration:none;font-weight:400;font-family:"Noto Sans Hebrew", sans-serif;font-size:16px;cursor:pointer;transition:color 0.3s ease}.estate-header .header-actions .login-btn:hover{color:#034a73}.estate-header .header-actions .contact-btn{display:flex;align-items:center;gap:8px;background:#034a73;border:2px solid #034a73;cursor:pointer;padding:10px 20px;text-decoration:none;color:#ffffff;font-family:"Noto Sans Hebrew", sans-serif;font-size:16px;font-weight:400;border-radius:24px;transition:background 0.3s ease, border-color 0.3s ease, color 0.3s ease}.estate-header .header-actions .contact-btn:hover{background:#1E3A8A;border-color:#1E3A8A;color:#ffffff}.estate-header .header-actions .contact-btn .arrow-icon{transform:scaleX(-1);width:16px;height:16px}.properties-section{background:#F8F9FA;padding:60px 0}.properties-section .properties-container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr;gap:40px}.properties-section .properties-content .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.properties-section .properties-content .section-header .section-title{font-size:28px;font-weight:600;color:#333333}.properties-section .properties-content .section-header .view-controls{display:flex;gap:10px}.properties-section .properties-content .section-header .view-controls .view-btn{width:40px;height:40px;border:2px solid #E5E7EB;background:#ffffff;border-radius:8px;cursor:pointer;font-size:16px;color:#666666;transition:all 0.3s ease}.properties-section .properties-content .section-header .view-controls .view-btn.active,.properties-section .properties-content .section-header .view-controls .view-btn:hover{border-color:#034a73;color:#034a73}.properties-section .properties-content .properties-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:20px}.properties-section .map-section .properties-map{width:100%;height:500px;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}.property-card{background:#ffffff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);transition:transform 0.3s ease, box-shadow 0.3s ease}.property-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0, 0, 0, 0.15)}.property-card:hover .property-image img{transform:scale(1.05)}.property-card .property-image{position:relative;height:200px;overflow:hidden;cursor:pointer}.property-card .property-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.property-card .property-image .property-price{position:absolute;bottom:15px;right:15px;background:rgba(0, 0, 0, 0.8);color:#ffffff;padding:8px 15px;border-radius:20px;font-weight:600;font-size:16px}.property-card .property-image .property-favorite{position:absolute;top:15px;right:15px;width:35px;height:35px;background:rgba(255, 255, 255, 0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background 0.3s ease}.property-card .property-image .property-favorite:hover{background:#ffffff;color:#FF4757}.property-card .property-info{padding:20px}.property-card .property-info .property-title{font-size:18px;font-weight:600;color:#333333;margin-bottom:10px;line-height:1.3}.property-card .property-info .property-title a{color:#333333;text-decoration:none;transition:color 0.3s ease}.property-card .property-info .property-title a:hover{color:#034a73}.property-card .property-info .property-location{color:#666666;font-size:14px;margin-bottom:15px}.property-card .property-info .property-details{display:flex;gap:15px}.property-card .property-info .property-details span{font-size:13px;color:#666666}.property-card .property-info .property-actions{display:flex;gap:10px}.property-card .property-info .property-actions .action-btn{flex:1;padding:10px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s ease;text-decoration:none;text-align:center;display:inline-block}.property-card .property-info .property-actions .action-btn.primary{background:#034a73;color:#ffffff;border:2px solid #034a73}.property-card .property-info .property-actions .action-btn.primary:hover{background:#1E3A8A;border-color:#1E3A8A;color:#ffffff}.property-card .property-info .property-actions .action-btn.secondary{background:#ffffff;color:#034a73;border:2px solid #034a73}.property-card .property-info .property-actions .action-btn.secondary:hover{background:#034a73;color:#ffffff}.features-section{padding:80px 0;background:#ffffff}.features-section .features-container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.features-section .features-image img{width:100%;height:400px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px rgba(0, 0, 0, 0.1)}.features-section .features-content .features-title{font-size:36px;font-weight:700;color:#333333;margin-bottom:40px;line-height:1.3}.features-section .features-content .features-list{margin-bottom:40px}.features-section .features-content .features-list .feature-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px}.features-section .features-content .features-list .feature-item .feature-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(43, 92, 230, 0.1);border-radius:50%;flex-shrink:0}.features-section .features-content .features-list .feature-item .feature-text h4{font-size:18px;font-weight:600;color:#333333;margin-bottom:5px}.features-section .features-content .features-list .feature-item .feature-text p{color:#666666;font-size:14px;line-height:1.5}.features-section .features-content .features-btn{background:#034a73;color:#ffffff;padding:15px 30px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:background 0.3s ease}.features-section .features-content .features-btn:hover{background:#1E3A8A}.consultation-section{background:#F8F9FA;padding:80px 0}.consultation-section .consultation-container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.consultation-section .consultation-content .consultation-title{font-size:32px;font-weight:700;color:#333333;margin-bottom:25px}.consultation-section .consultation-content .consultation-text{font-size:18px;line-height:1.6;color:#666666;margin-bottom:30px;font-style:italic}.consultation-section .consultation-content .consultation-author{display:flex;align-items:center;gap:15px}.consultation-section .consultation-content .consultation-author .author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden}.consultation-section .consultation-content .consultation-author .author-avatar img{width:100%;height:100%;object-fit:cover}.consultation-section .consultation-content .consultation-author .author-info h4{font-size:16px;font-weight:600;color:#333333;margin-bottom:2px}.consultation-section .consultation-content .consultation-author .author-info p{font-size:14px;color:#666666}.consultation-section .consultation-image img{width:100%;height:350px;object-fit:cover;border-radius:15px;box-shadow:0 10px 30px rgba(0, 0, 0, 0.1)}.gallery-section{padding:80px 0;background:#ffffff}.gallery-section .gallery-container{max-width:1400px;margin:0 auto;padding:0 20px}.gallery-section .gallery-container .gallery-title{font-size:32px;font-weight:700;color:#333333;text-align:center;margin-bottom:50px}.gallery-section .gallery-container .gallery-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.gallery-section .gallery-container .gallery-grid .gallery-item{border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);transition:transform 0.3s ease}.gallery-section .gallery-container .gallery-grid .gallery-item:hover{transform:translateY(-5px)}.gallery-section .gallery-container .gallery-grid .gallery-item.large{grid-row:span 2}.gallery-section .gallery-container .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover}.final-cta-section{background:#034a73;color:#ffffff;padding:80px 0}.final-cta-section .final-cta-container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.final-cta-section .final-cta-content{text-align:center}.final-cta-section .final-cta-content .final-cta-title{font-size:36px;font-weight:700;margin-bottom:30px;line-height:1.3}.final-cta-section .final-cta-content .final-cta-btn{background:#d7a148;color:#333333;padding:15px 30px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:transform 0.3s ease}.final-cta-section .final-cta-content .final-cta-btn:hover{transform:translateY(-2px)}.final-cta-section .final-cta-images{position:relative;height:300px}.final-cta-section .final-cta-images .cta-image-1,.final-cta-section .final-cta-images .cta-image-2{position:absolute;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0, 0, 0, 0.3)}.final-cta-section .final-cta-images .cta-image-1 img,.final-cta-section .final-cta-images .cta-image-2 img{width:100%;height:100%;object-fit:cover}.final-cta-section .final-cta-images .cta-image-1{width:180px;height:200px;top:0;right:0}.final-cta-section .final-cta-images .cta-image-2{width:160px;height:180px;bottom:0;left:40px}.estate-footer{background:#ffffff;color:#333333;padding:40px 0 0}.estate-footer .footer-main{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;gap:40px;align-items:start;padding-bottom:24px;align-items:stretch}@media (min-width:768px){.estate-footer .footer-main{flex-direction:row}}@media (max-width:768px){.estate-footer .footer-main{flex-direction:column}}@media (min-width:768px){.estate-footer .footer-brand.mobile-footer-brand{display:none}}@media (max-width:768px){.estate-footer .footer-brand.mobile-footer-brand{display:flex}}.estate-footer .footer-links{display:flex;flex-direction:column;gap:24px;flex:1}.estate-footer .footer-links .links-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 48px}.estate-footer .footer-links .links-column{list-style:none;padding:0}.estate-footer .footer-links .links-column li{margin-bottom:14px}.estate-footer .footer-links .links-column a{text-decoration:none;color:#0f172a;font-weight:bold;font-size:14px;transition:color 0.2s ease}.estate-footer .footer-links .links-column a:hover{color:#034a73}.estate-footer .footer-links .links-column.email{display:flex;flex-direction:column;text-align:right;gap:8px}@media (min-width:600px){.estate-footer .footer-links .links-column.email{justify-content:flex-start;align-items:flex-start}}@media (max-width:600px){.estate-footer .footer-links .links-column.email{justify-content:center;align-items:center}}.estate-footer .footer-links .links-column.email .email-label{font-size:14px;color:#6b7280}.estate-footer .footer-links .links-column.email .email-link{color:#0f172a;text-decoration:none;font-weight:500;direction:ltr}.estate-footer .footer-newsletter{flex:2}.estate-footer .footer-newsletter .newsletter-card{border-radius:12px;display:flex;flex-direction:column}@media (min-width:768px){.estate-footer .footer-newsletter .newsletter-card{width:50%;padding:20px;gap:14px}}@media (max-width:768px){.estate-footer .footer-newsletter .newsletter-card{width:100%;padding:0px;gap:7px}}.estate-footer .footer-newsletter .newsletter-card .newsletter-title{font-size:20px;font-weight:700;color:#0f172a}.estate-footer .footer-newsletter .newsletter-card .newsletter-text{font-size:14px;color:#475569}@media (max-width:768px){.estate-footer .footer-newsletter .newsletter-card .newsletter-text{width:60%}}.estate-footer .footer-newsletter .newsletter-card .subscribe-input-wrapper{display:flex;align-items:center;background:#dfeaf4;border-radius:999px;padding:6px;gap:8px}.estate-footer .footer-newsletter .newsletter-card .send-btn{width:36px;height:36px;border-radius:50%;border:none;background:#034a73;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.estate-footer .footer-newsletter .newsletter-card .send-btn .send-icon{width:14px;height:14px;transform:scaleX(-1)}.estate-footer .footer-newsletter .newsletter-card .subscribe-input{flex:1;height:36px;border:none;background:transparent;outline:none;padding:0 12px;color:#0f172a;font-size:14px}.estate-footer .footer-newsletter .newsletter-card .subscribe-input::placeholder{color:#6b7280}.estate-footer .footer-newsletter .newsletter-card .footer-brand{margin-top:6px;align-items:center;gap:10px}@media (min-width:768px){.estate-footer .footer-newsletter .newsletter-card .footer-brand{display:flex}}@media (max-width:768px){.estate-footer .footer-newsletter .newsletter-card .footer-brand{display:none}}.estate-footer .footer-newsletter .newsletter-card .footer-brand .brand-logo{width:100px;height:auto}.estate-footer .footer-newsletter .newsletter-card .footer-brand .brand-text{display:flex;flex-direction:column;line-height:1.1}.estate-footer .footer-newsletter .newsletter-card .footer-brand .brand-text .brand-name{font-weight:800;letter-spacing:0.5px}.estate-footer .footer-newsletter .newsletter-card .footer-brand .brand-text .brand-sub{font-size:12px;color:#6b7280}.estate-footer .footer-bottom-wrapper{padding:0 20px;border-top:1px solid #e8eef3;background:#E8EFF2;display:flex;justify-content:center;align-items:center;padding:20px}.estate-footer .footer-bottom{max-width:1200px;display:flex;justify-content:space-between;width:100%}.estate-footer .footer-bottom .rights{display:flex;align-items:center;gap:10px;font-size:12px;color:#034A73;font-weight:bold}.estate-footer .footer-bottom .social-links{display:flex;gap:16px}.estate-footer .footer-bottom .social-links .social-link{width:34px;height:34px;border-radius:50%;background:#034A73;color:#E8EFF2;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:14px;transition:background 0.2s ease, color 0.2s ease}.estate-footer .footer-bottom .social-links .social-link:hover{background:#034a73;color:#fff}@media (max-width:768px){.estate-header .mobile-header{display:flex;align-items:center;justify-content:space-between;height:70px;padding-inline:20px}.estate-header .mobile-header .hamburger-btn{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;background:transparent;border:none;padding:0;z-index:1001}.estate-header .mobile-header .hamburger-btn .hamburger-btn-line{display:block;width:100%;height:2px;background-color:#333;transition:all 0.3s ease}.estate-header .mobile-header .mobile-header-logo .mobile-logo-img{height:40px;width:auto}.estate-header .mobile-menu-overlay{position:fixed;top:0;right:0;left:0;background:#ffffff;z-index:10000;transform:translateY(-100%);transition:transform 0.3s ease-in-out;overflow-y:auto;display:flex;flex-direction:column}.estate-header .mobile-menu-overlay.open{transform:translateY(0)}.estate-header .mobile-menu-overlay .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E5E7EB}.estate-header .mobile-menu-overlay .mobile-menu-header .mobile-menu-close{background:transparent;border:none;font-size:32px;color:#000;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.estate-header .mobile-menu-overlay .mobile-menu-header .mobile-menu-close .close-icon{display:block;font-weight:300}.estate-header .mobile-menu-overlay .mobile-menu-header .mobile-menu-logo .mobile-menu-logo-img{height:50px;width:auto}.estate-header .mobile-menu-overlay .mobile-menu-content{display:flex;flex-direction:column;padding:20px}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-contact-btn{display:flex;align-items:center;gap:8px;background:#034a73;border:2px solid #034a73;cursor:pointer;padding:12px 24px;text-decoration:none;color:#ffffff;font-family:"Noto Sans Hebrew", sans-serif;font-size:16px;font-weight:400;border-radius:24px;margin-bottom:30px;margin-left:auto;margin-right:0;direction:rtl;width:fit-content}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-contact-btn .arrow-icon{width:16px;height:16px;transform:rotate(180deg)}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-contact-btn:hover{background:#1E3A8A;border-color:#1E3A8A}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-nav{flex:1}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-nav .mobile-menu-list{list-style:none;padding:0;margin:0;direction:rtl}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-nav .mobile-menu-list li{margin-bottom:20px}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-nav .mobile-menu-list li .mobile-nav-link{display:block;text-decoration:none;color:#333333;font-family:"Noto Sans Hebrew", sans-serif;font-size:18px;font-weight:400;padding:8px 0;text-align:right;transition:color 0.3s ease}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-nav .mobile-menu-list li .mobile-nav-link:hover,.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-nav .mobile-menu-list li .mobile-nav-link.active{color:#000;font-weight:500}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-divider{height:1px;background:#E5E7EB;margin:20px 0}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-footer{display:flex;align-items:center;justify-content:space-between;padding-top:10px}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-footer .mobile-lang-switcher{text-decoration:none;color:#333333;font-family:"Noto Sans Hebrew", sans-serif;font-size:16px;font-weight:400}.estate-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-footer .mobile-login-btn{text-decoration:none;color:#333333;font-family:"Noto Sans Hebrew", sans-serif;font-size:16px;font-weight:400}.estate-header .desktop-header{display:none}.home-head{padding:30px 0}.home-head h1{font-size:36px}.home-head .home-head-tags{gap:10px}.home-head .home-head-tags span{font-size:20px;padding:8px 20px}.properties-section .properties-container{grid-template-columns:1fr}.properties-section .properties-grid{grid-template-columns:1fr}.features-section .blue-container,.features-section .features-container,.features-section .consultation-container,.features-section .final-cta-container,.consultation-section .blue-container,.consultation-section .features-container,.consultation-section .consultation-container,.consultation-section .final-cta-container,.final-cta-section .blue-container,.final-cta-section .features-container,.final-cta-section .consultation-container,.final-cta-section .final-cta-container{grid-template-columns:1fr;gap:40px}.estate-footer .footer-main{grid-template-columns:1fr}.estate-footer .footer-links .links-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-columns:auto auto;justify-content:space-between}.estate-footer .footer-bottom{justify-content:center}}@media (max-width:480px){.estate-header .header-container{height:50px;padding:0 10px}.estate-header .header-logo{max-width:150px}.estate-header .header-logo .logo-img{width:80px}.estate-header .header-nav .nav-menu{gap:15px}.estate-header .header-nav .nav-menu .nav-link{font-size:12px}.estate-header .header-actions{gap:8px}.estate-header .header-actions .login-btn,.estate-header .header-actions .contact-btn{font-size:12px;padding:6px}.home-head{padding:20px 0}.home-head h1{font-size:28px}.home-head .home-head-tags{gap:8px}.home-head .home-head-tags span{font-size:18px;padding:6px 12px}}.icon{width:32px;height:32px;border-radius:999px;background:#ffffff;border:1px solid #E5E7EB;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;position:relative;overflow:hidden}.icon::before{content:"";position:absolute;inset:7px;background-color:#034A73;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.icon--mail::before{-webkit-mask-image:url("/themes/EST/images/mail.svg");mask-image:url("/themes/EST/images/mail.svg")}.icon--whatsapp::before{-webkit-mask-image:url("/themes/EST/images/whatsapp.svg");mask-image:url("/themes/EST/images/whatsapp.svg")}.icon--phone::before{-webkit-mask-image:url("/themes/EST/images/phone.svg");mask-image:url("/themes/EST/images/phone.svg")}.icon--facebook::before{-webkit-mask-image:url("/themes/EST/images/facebook.svg");mask-image:url("/themes/EST/images/facebook.svg")}.icon--telegram::before{-webkit-mask-image:url("/themes/EST/images/telegram.svg");mask-image:url("/themes/EST/images/telegram.svg")}.icon--instagram::before{-webkit-mask-image:url("/themes/EST/images/instagram.svg");mask-image:url("/themes/EST/images/instagram.svg")}.mobile-menu-overlay{display:none}