@font-face{font-family:'Tan Mon Cheri';src:url('./fonts/tan-mon-cheri.woff2') format('woff2'),url('./fonts/tan-mon-cheri.woff') format('woff'),url('./fonts/tan-mon-cheri.ttf') format('truetype');font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{z-index:99!important;scrollbar-color:#367588 black;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#367588;border-radius:999px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#2e6574}body,html{font-family:'Source Sans Pro',sans-serif;scroll-behavior:auto!important;overscroll-behavior:none;overflow-x:hidden;background-color:#fdfdfd;margin:0;padding:0;overflow-x:hidden}.cursor-circle{position:fixed;top:0;left:0;width:30px;height:30px;border:2px solid #fff;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s ease;backdrop-filter:blur(4px);mix-blend-mode:difference}@media (max-width:1024px){.cursor-circle{display:none}}#page-transition{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;z-index:9999;transform:translateY(-100%);opacity:0;transition:transform .8s ease,opacity .8s ease}#page-transition.active{transform:translateY(0);opacity:1}#page-transition.fade-up{transform:translateY(-100%);opacity:0;transition:transform .8s ease,opacity .8s ease}.logo-wrapper img{width:340px;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:.3s}@keyframes fadeIn{to{opacity:1}}.navbar{position:fixed;top:0;left:0;width:100%;padding:.5rem 2rem;background:0 0;color:#fff;display:flex;align-items:center;justify-content:space-between;z-index:1000;box-shadow:none;transition:background .4s ease,box-shadow .4s ease}.navbar.scrolled{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.navbar.scrolled .nav-links a{color:#000}.navbar.scrolled .nav-links a.active{color:#000;font-weight:700}.navbar.scrolled .user-icon svg{stroke:#000;fill:#000;transition:stroke .3s ease}.hamburger span,.navbar a,.user-icon svg{transition:all .3s ease}.navbar.scrolled .hamburger span{background-color:#000}.nav-links a{margin-left:1.5rem;text-decoration:none;font-size:1rem;color:#fff;transition:color .3s ease}.nav-links a.active,.nav-links a:hover{color:#367878}.nav-left .logo{height:55px;width:auto;transform:scale(1.7);transition:transform .3s ease,filter .3s ease;filter:brightness(0) invert(1)}.navbar.scrolled .nav-left .logo{filter:brightness(0) invert(0)}.nav-left .logo:hover{transform:scale(1.9)}.nav-right{display:flex;align-items:center}.user-icon{margin-left:1.5rem;display:inline-flex;align-items:center}.user-icon svg{transition:transform .3s ease}.user-icon:hover svg{transform:scale(1.1)}.hamburger{display:none;flex-direction:column;cursor:pointer;margin-left:1.5rem}.hamburger span{height:2px;width:25px;background-color:#fff;margin:3px 0;border-radius:3px;transition:all .3s ease}.menu-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:rgba(0,0,0,.4);backdrop-filter:blur(5px);display:none;z-index:998}.mobile-menu{position:fixed;top:0;left:-100%;height:100vh;width:75%;max-width:320px;display:flex;flex-direction:column;background:rgba(22,56,56,.7);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:2rem 1.5rem;z-index:999;transition:left .4s ease;box-shadow:4px 0 12px rgba(0,0,0,.3)}.mobile-menu.show{left:0}.mobile-menu a{color:#fff;text-decoration:none;padding:1rem 0;font-size:1.1rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease}.mobile-menu a:hover{color:#367878}.menu-close{align-self:flex-end;font-size:2rem;color:#fff;background:0 0;border:none;cursor:pointer;margin-bottom:1.5rem}.menu-toggle{display:none;font-size:2rem;background:0 0;border:none;color:#163838;z-index:1001}@media (max-width:768px){.menu-toggle{display:block}.nav-links{display:none}}@media (max-width:768px){.nav-links{display:none}.hamburger{display:flex}.user-icon{margin-left:1rem}}.hero-section{height:60vh;display:flex;align-items:center;justify-content:center;position:relative;animation:zoomOut 2s ease forwards;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('img/contact.avif') center center/cover no-repeat;filter:brightness(.5);z-index:-1;transform:scale(1.15);animation:zoomOut 2s ease forwards}@media (max-width:768px){.hero-section::before{background-image:url('img/waterf\ \(9\).avif');filter:brightness(.4)}}@keyframes zoomOut{0%{transform:scale(1.15)}100%{transform:scale(1)}}.hero-content h1{font-family:'Tan Mon Cheri',cursive;font-size:5rem;color:#fff;font-weight:100;text-shadow:2px 2px 8px rgba(0,0,0,.6)}@media (max-width:768px){.nav-links a{margin-left:1rem;font-size:.9rem}.hero-content h1{font-size:4.5rem;text-align:center}}@media (max-width:480px){.navbar{gap:.5rem}.nav-links{display:none;flex-wrap:wrap;gap:1rem}}.contact-main-section{padding:4rem 2rem;background-color:#f4f9f9;color:#163838}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:auto;align-items:center}.contact-form h2,.contact-info h2{font-family:'Tan Mon Cheri',cursive;color:#367878;margin-bottom:1rem}.contact-info p{line-height:1.6;margin-bottom:1rem}.contact-logo{width:120px;height:auto;margin-left:105px;border-radius:50%;margin-bottom:1rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.social-icons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.social-icons a{font-size:1.5rem;color:#367878;transition:transform .3s ease,color .3s ease}.social-icons a:hover{transform:scale(1.2);color:#163838}.contact-form form{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{padding:.8rem 1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px;font-family:'Source Sans Pro',sans-serif;font-size:1rem}.contact-form button{background-color:#367878;color:#fff;border:none;padding:.9rem 1rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:background .3s ease}.contact-form button:hover{background-color:#163838}.response-note{font-size:.9rem;color:#555;margin-top:.5rem}.faq-section{background:linear-gradient(to bottom,#f4f9f9,#e8f1f1);padding:5rem 2rem;color:#163838}.faq-container{max-width:900px;margin:auto}.faq-title{font-family:'Tan Mon Cheri',cursive;font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#367878}.faq-item{border-bottom:1px solid rgba(54,120,120,.3);margin-bottom:1.5rem}.faq-question{background:0 0;border:none;outline:0;font-size:1.2rem;width:100%;text-align:left;cursor:pointer;padding:1rem;font-weight:600;color:#163838;transition:color .3s ease;position:relative}.faq-question::after{content:'+';position:absolute;right:1rem;font-size:1.5rem;color:#367878;transition:transform .3s ease}.faq-question.active::after{content:'-';transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1rem;transition:max-height .4s ease;color:#333}.faq-answer p{margin:1rem 0;line-height:1.6}@media (max-width:768px){.faq-title{font-size:2rem}.faq-question{font-size:1rem}}.location-section{padding:5rem 2rem;background:#f4f9f9;color:#163838}.location-container{max-width:1200px;margin:auto}.location-title{font-family:'Tan Mon Cheri',cursive;text-align:center;font-size:2.5rem;font-weight:100;color:#367878;margin-bottom:3rem}.location-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;align-items:center}.location-info p{margin-bottom:1.2rem;line-height:1.6}.direction-btn{display:inline-block;margin-top:1rem;background-color:#367878;color:#fff;padding:.7rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:700;transition:background .3s ease}.direction-btn:hover{background-color:#163838}.pro-footer{background:linear-gradient(to right,#163838,#fff,#163838);color:#d6eae9;font-family:'Source Sans Pro',sans-serif;padding:0 2rem 2rem;position:relative;overflow:hidden;margin-bottom:0}.pro-footer-inner{max-width:1280px;margin:auto;display:flex;flex-direction:column;gap:3rem}.pro-footer-brand{text-align:center}.footer-logo{max-width:200px;margin-bottom:0}.tagline{font-family:'Tan Mon Cheri',serif;font-size:2.1rem;color:#000}.pro-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-box h4{font-size:1.2rem;font-family:'Tan Mon Cheri',serif;font-weight:100;color:#000;margin-bottom:1rem}.footer-box ul{list-style:none;padding:0}.footer-box ul li{margin:.5rem 0;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.footer-box ul li i{color:#367588}.footer-box a{color:#000;text-decoration:none;transition:color .3s}.footer-box a:hover{color:#367588}.region-flag{display:flex;align-items:center;gap:.6rem;margin-top:.8rem;font-size:1rem;color:#000}.region-flag img{width:24px;height:20px;border-radius:3px;object-fit:cover}.newsletter-form{display:flex;align-items:center;gap:.5rem}.newsletter-form input{flex:1;padding:.6rem 1rem;border:none;border-radius:4px;outline:0;font-size:.95rem}.newsletter-form button{background-color:#367588;color:#000;padding:.6rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background .3s}.newsletter-form button:hover{background-color:#2c5f5f}.footer-box select{margin-top:.6rem;padding:.4rem 1rem;border-radius:5px;border:none;background-color:#000;color:#163838}.footer-socials{margin-top:1rem;display:flex;gap:1rem}.footer-socials a{color:#000;font-size:1.2rem;transition:transform .3s}.footer-socials a:hover{color:#367588;transform:scale(1.2)}.pro-footer-bottom{text-align:center;font-size:.9rem;border-top:1px solid rgba(0,0,0,.25);padding-top:1.5rem;color:#000}.pro-footer-bottom span{font-family:'Tan Mon Cheri',serif;color:#000}@media (max-width:768px){.newsletter-form{flex-direction:column;gap:.6rem}.newsletter-form button,.newsletter-form input{width:100%}}.cta-banner{background:linear-gradient(rgba(54,120,120,.5),rgba(22,56,56,.9)),url('images/waterf\ \(14\).jpg') center/cover no-repeat;padding:4rem 2rem;text-align:center;color:#fff;position:relative;overflow:hidden;z-index:1}.cta-content{max-width:700px;margin:auto;padding:1rem}.cta-content h2{font-family:'Tan Mon Cheri',cursive;font-size:2.5rem;margin-bottom:1rem;font-weight:100;color:#fff}.cta-content p{font-size:1.1rem;margin-bottom:2rem;color:#f4f9f9}.cta-button{display:inline-block;background-color:transparent;color:#fff;font-weight:700;padding:.8rem 2rem;font-size:1rem;border-radius:6px;border-bottom:2px solid #fff;text-decoration:none;transition:transform .3s ease,background-color .3s ease,color .3s ease}.cta-button:hover{background-color:#163838;color:#fff;transform:scale(1.05)}@media (max-width:600px){.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}.cta-button{width:100%}}.review-section{font-family:'Source Sans Pro',sans-serif;text-align:center;padding:2rem}.review-button{background-color:transparent;color:#163838;padding:.8rem 2rem;font-size:1.5rem;border:none;border-radius:10px;border-bottom:2px solid #163838;cursor:pointer;font-weight:400;position:relative;overflow:hidden;font-family:'Tan Mon Cheri',cursive;transition:color .3s ease}.review-button::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0%;background-color:#387676;z-index:0;transition:height .3s ease;border-radius:0 0 10px 10px}.review-button:hover::before{height:100%}.review-button:hover{color:#fff}.review-button span{position:relative;z-index:1}.review-form{max-width:600px;margin:2rem auto 0;background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.1);display:none;position:relative;text-align:center}.review-form h3{font-family:'Tan Mon Cheri',serif;font-weight:100;color:#163838;margin-bottom:1rem;text-align:center}.stars{display:flex;justify-content:center;margin-bottom:1rem}.star{font-size:2rem;color:#ccc;cursor:pointer;transition:color .3s ease;margin:0 5px}.star.filled{color:#367588}.review-form input,.review-form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.review-form button[type=submit]{position:relative;background-color:transparent;color:#163838;padding:.75rem 1.5rem;font-size:1rem;font-family:'Tan Mon Cheri',serif;font-weight:100;border:none;border-radius:8px;border-bottom:2px solid #163838;cursor:pointer;overflow:hidden;transition:color .3s ease}.review-form button[type=submit]::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0%;background-color:#387676;z-index:0;transition:height .3s ease;border-radius:0 0 8px 8px}.review-form button[type=submit]:hover::before{height:100%}.review-form button[type=submit]:hover{color:#fff}.review-form button[type=submit] span{position:relative;z-index:1}.close-btn{position:absolute;top:10px;right:15px;background:0 0;border:none;font-size:1.5rem;color:#999;cursor:pointer;transition:color .3s ease}.close-btn:hover{color:#387676}