@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&family=Poppins:wght@300;400;500;700&display=swap);.language-toggle{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:#ffffffd9;border:1px solid #0000001a;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;color:var(--brand-text);cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;position:fixed;top:1.25rem;transition:all .2s ease-in-out;z-index:50;.lang-en &{left:1.25rem}.lang-he &{right:1.25rem}}.language-toggle:hover{background-color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-2px)}.language-toggle__icon{height:16px;width:16px}.language-toggle__text{font-size:.875rem;font-weight:500}.hero{align-items:center;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero__background{background-position:50%;background-size:cover;inset:0;opacity:1;position:absolute;z-index:1}.hero__description,.hero__subtitle,.hero__title{text-shadow:1px 1px 6px #000000bf}.hero__overlay{background-color:var(--brand-primary);inset:0;opacity:.65;position:absolute;z-index:2}.hero__content{max-width:1200px;padding:1.5rem;position:relative;text-align:center;z-index:3}.hero__subtitle{color:var(--brand-accent);font-size:1rem;font-weight:400;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}.hero__title{font-size:3.5rem;font-weight:300;letter-spacing:-1px;margin-bottom:1.5rem}.hero__description{color:#e2e8f0;font-size:1.125rem;font-weight:300;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:650px}.hero__cta-button{background-color:var(--brand-accent);border:none;border-radius:50px;box-shadow:0 8px 20px -5px #0000004d;color:var(--brand-primary);cursor:pointer;font-size:1.1rem;font-weight:700;padding:.9rem 2.8rem;transition:all .3s ease}.hero__cta-button:hover{box-shadow:0 12px 25px -5px #0006;filter:brightness(1.05);transform:scale(1.05) translateY(-2px)}.hero__contact-info{align-items:center;color:#d1d5db;display:flex;flex-direction:column;font-size:1rem;font-weight:300;gap:1.5rem;justify-content:center;margin-top:4rem}.contact-info__item{align-items:center;display:flex;gap:.5rem}.contact-info__icon{color:var(--brand-accent);height:1rem;opacity:.8;width:1rem}.hero__scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.scroll-indicator__mouse{border:2px solid #ffffff80;border-radius:20px;display:flex;height:40px;justify-content:center;width:24px}.scroll-indicator__wheel{animation:scroll-bounce 2s infinite;background-color:#ffffffb3;border-radius:2px;height:8px;margin-top:.5rem;width:4px}@keyframes scroll-bounce{0%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.hero__title{font-size:5rem}.hero__subtitle{font-size:1.25rem}.hero__contact-info{flex-direction:row;gap:2.5rem}}.hero__logo{display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.4));height:auto;margin:1rem auto 2rem;transition:transform .3s ease;width:300px}.hero__logo:hover{transform:scale(1.05)}@media (max-width:767px){.hero__content{padding-top:.1rem}.hero__subtitle{margin-bottom:.1rem}.hero__logo{margin-bottom:.3rem;margin-top:.3rem;width:240px}.hero__title{margin-bottom:.5rem}.hero__description{margin-bottom:1rem}.hero__cta-button{font-size:1.05rem;padding:.8rem 2.2rem}.hero__contact-info{font-size:1.2rem;gap:.6rem;margin-top:1.5rem}.hero__scroll-indicator{bottom:.8rem}}.services{background-image:linear-gradient(180deg,#f9fafb,#fff);padding:6rem 1.5rem}.services__container{margin:0 auto;max-width:1400px;padding:0 1rem}.services__header{margin-bottom:4rem;text-align:center}.services__title{color:var(--brand-text);font-size:3rem;font-weight:300;margin-bottom:1rem}.services__subtitle{color:var(--brand-muted);font-size:1.25rem;font-weight:300}.services__grid{grid-gap:2rem;display:grid;gap:2rem}.service-card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1)}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-8px)}.service-card__image-wrapper{height:256px;overflow:hidden;position:relative}.service-card__image{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.8,.25,1);width:100%}.service-card:hover .service-card__image{transform:scale(1.1)}.service-card__image-overlay{background-image:linear-gradient(0deg,#0009,#0000 50%);inset:0;position:absolute}.service-card__icon-wrapper{bottom:1rem;color:#fff;position:absolute}.lang-he .service-card__icon-wrapper{right:1rem}.lang-en .service-card__icon-wrapper{left:1rem}.service-card__icon{height:2rem;width:2rem}.service-card__content{padding:1.5rem}.service-card__title{color:var(--brand-text);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.service-card__description{color:var(--brand-muted);line-height:1.6}@media (min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services__grid{grid-template-columns:repeat(4,1fr)}}.services__extra-note{background-color:var(--brand-secondary);border:1.5px solid var(--brand-accent);border-radius:.75rem;box-shadow:0 2px 8px #c0a0624d;color:var(--brand-primary);font-size:1.1rem;font-weight:500;line-height:1.5;margin-left:auto;margin-right:auto;margin-top:2.5rem;max-width:650px;padding:1rem 1.5rem;text-align:center;transition:var(--transition-smooth);-webkit-user-select:none;user-select:none}.gallery{background:linear-gradient(135deg,#2d3748,#4a5568);box-shadow:inset 0 4px 20px #0000004d;overflow:hidden;padding:6rem 1.5rem;position:relative}.gallery__container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.gallery__header{margin-bottom:4rem;text-align:center}.gallery__title{color:#f7fafc;font-size:3rem;font-weight:300;margin-bottom:1rem;text-shadow:0 2px 5px #0000004d}.gallery__subtitle{color:#cbd5e0;font-size:1.25rem;font-weight:300}.gallery__grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.gallery__item{background:#2d3748;border-radius:.75rem;box-shadow:0 8px 20px #0003;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.gallery__item:hover{box-shadow:0 16px 30px #0000004d;transform:scale(1.03)}.gallery__image{display:block;height:256px;object-fit:cover;width:100%}.gallery__item-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000b3,#0000 60%);display:flex;inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__item-caption{color:#fff;padding:1rem}.gallery__item-title{font-size:1.1rem;font-weight:600}.gallery__modal{align-items:center;animation:fadeIn .3s ease;background-color:#000000f2;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery__modal-content{max-height:90vh;max-width:1000px;position:relative;width:100%}.gallery__modal-image{border-radius:.25rem;box-shadow:0 4px 30px #00000080;height:100%;max-height:90vh;object-fit:contain;width:100%}.gallery__modal-button{align-items:center;background-color:#ffffff14;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;position:absolute;transition:background-color .2s ease}.gallery__modal-button:hover{background-color:#ffffff26}.gallery__modal-button--close{height:44px;right:1rem;top:1rem;width:44px}.gallery__modal-button--next,.gallery__modal-button--prev{height:50px;top:50%;transform:translateY(-50%);width:50px}.gallery__modal-button--prev{left:1rem}.gallery__modal-button--next{right:1rem}.gallery__modal-caption{background:linear-gradient(0deg,#000c,#0000);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;bottom:0;color:#fff;left:0;padding:2rem 1rem 1.5rem;position:absolute;right:0;text-align:center}.gallery__modal-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.gallery__modal-description{color:#d1d5db;font-size:1rem}@media (min-width:768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gallery__grid{grid-template-columns:repeat(3,1fr)}}.booking-modal__backdrop{align-items:center;animation:modal-fade-in .3s ease;background-color:#000000b3;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.booking-modal__content{animation:modal-slide-up .4s ease-out;background-color:#fff;border-radius:1rem;box-shadow:0 10px 30px #0003;color:var(--brand-text);max-width:500px;padding:2.5rem 2rem;position:relative;width:100%}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.booking-modal__close-btn{background:#0000;border:none;color:#9ca3af;cursor:pointer;position:absolute;top:1rem}.lang-en .booking-modal__close-btn{right:1rem}.lang-he .booking-modal__close-btn{left:1rem}.booking-modal__close-btn:hover{color:var(--brand-text)}.booking-modal__title{font-size:1.75rem;font-weight:500;margin-bottom:2rem;text-align:center}.booking-form{gap:1.25rem}.booking-form,.form-group{display:flex;flex-direction:column}.form-group label{color:var(--brand-muted);font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px #1a2e4c33;outline:none}.form-group textarea{min-height:80px;resize:vertical}.booking-form__submit-btn{background-color:var(--brand-primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:.9rem 1rem;transition:background-color .2s ease-in-out;width:100%}.booking-form__submit-btn:hover{background-color:#2c4164}.form-submission-area,.recaptcha-container{align-items:center;display:flex;justify-content:center;width:100%}.form-submission-area{min-height:48px}.loading-indicator{color:#555;font-size:1rem;padding:12px 20px}.loading-indicator,.submission-status{font-weight:500;text-align:center;width:100%}.submission-status{border-radius:5px;padding:10px}.submission-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submission-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.contact{padding:6rem 1.5rem}.contact__container{margin:0 auto;max-width:1200px}.contact__header{margin-bottom:4rem;text-align:center}.contact__title{font-size:3rem;font-weight:300;margin-bottom:1rem}.contact__subtitle{color:#d1d5db;font-size:1.25rem;font-weight:300}.contact__grid{grid-gap:3rem;display:grid;gap:3rem}.contact__info-list{display:flex;flex-direction:column;gap:2rem}.info-item{align-items:flex-start;display:flex;gap:1rem}.info-item__icon{color:var(--brand-accent);flex-shrink:0;height:24px;margin-top:4px;width:24px}.info-item__title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.info-item__text{color:#d1d5db}.booking-card{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;display:flex;flex-direction:column;padding:2rem}.booking-card__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.booking-card__text{color:#d1d5db;flex-grow:1;margin-bottom:1.5rem}.booking-card__button{background-color:var(--brand-accent);border:none;border-radius:9999px;color:var(--brand-primary);cursor:pointer;font-size:1.125rem;font-weight:700;padding:.8rem 1rem;transition:all .2s ease-in-out;width:100%}.booking-card__button:hover{filter:brightness(1.1);transform:scale(1.02)}.contact__social-map{display:flex;flex-direction:column;gap:2rem}.social-links__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.social-links__icons{display:flex;gap:1rem;justify-content:center}.social-links__icon-button{align-items:center;border:1px solid var(--brand-accent);border-radius:50%;color:var(--brand-accent);display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .2s ease-in-out;width:44px}.social-links__icon-button:hover{background-color:var(--brand-accent);color:var(--brand-primary)}.social-icon{color:inherit;height:30px;width:30px}.map-placeholder{align-items:center;background-color:#ffffff0d;border-radius:.5rem;color:#9ca3af;display:flex;flex-direction:column;height:12rem;justify-content:center}.map-placeholder__icon{height:48px;margin-bottom:.5rem;width:48px}.map-placeholder__map{border:0;border-radius:12px;height:300px;width:100%}@media (min-width:768px){.contact__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.contact__grid{grid-template-columns:repeat(3,1fr)}}.floating-contact-btn{align-items:center;animation:float-in .5s ease-out forwards;background-color:var(--brand-accent);border:none;border-radius:50%;bottom:2rem;box-shadow:0 8px 20px #00000040;color:var(--brand-primary);cursor:pointer;display:flex;height:64px;justify-content:center;position:fixed;transition:transform .3s ease,box-shadow .3s ease;width:64px;z-index:900}.lang-en .floating-buttons-wrapper{left:auto;right:2rem}.lang-he .floating-buttons-wrapper{left:2rem;right:auto}.floating-contact-btn:hover{box-shadow:0 12px 25px #0000004d;transform:scale(1.1) translateY(-2px)}@keyframes float-in{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.floating-buttons-wrapper{align-items:flex-end;bottom:2rem;display:flex;flex-direction:column;gap:.75rem;position:fixed;z-index:1000}.floating-button{align-items:center;background-color:var(--brand-primary);border:none;border-radius:50%;box-shadow:0 4px 6px #0003;color:#fff;display:flex;font-size:1.4rem;height:56px;justify-content:center;transition:transform .3s ease,background-color .3s ease;width:56px}.floating-button:hover{background-color:var(--brand-accent);transform:scale(1.1)}.main-button{background-color:var(--brand-text)}.action-button{background-color:var(--brand-primary)}.social-icon{font-size:1.4rem}.loading-screen{align-items:center;background-color:#f0f0f0;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-logo{animation:pulse 1.5s ease-in-out infinite;margin-bottom:20px;width:150px}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-left-color:#333;border-radius:50%;height:36px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand-background:#fdfdfd;--brand-primary:#1a2e4c;--brand-secondary:#eae7e1;--brand-accent:#c0a062;--brand-text:#2d3748;--brand-muted:#718096;--font-hebrew:"Heebo",sans-serif;--font-english:"Poppins",sans-serif;--transition-fast:all 0.2s ease-in-out;--transition-smooth:all 0.5s cubic-bezier(0.25,0.1,0.25,1)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fdfdfd;background-color:var(--brand-background);color:#2d3748;color:var(--brand-text)}h1,h2,h3,h4,h5,h6{font-weight:500}p{line-height:1.7}a,button{cursor:pointer;font-family:inherit}.contact{background-image:linear-gradient(180deg,#111827,#000);color:#fff;padding:6rem 1.5rem 0}.site-footer{background-color:#000;color:#fff;padding:4rem 1.5rem 3rem;text-align:center}.footer-text{color:#718096;color:var(--brand-muted);font-size:.875rem}.lang-he{direction:rtl;text-align:right}.lang-en{direction:ltr;text-align:left}.loading-overlay{align-items:center;background-color:#fffc;bottom:0;color:#333;display:flex;font-size:24px;font-weight:700;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}
/*# sourceMappingURL=main.664b4fbf.css.map*/