*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fefefe;color:#1a3b36;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}ol,p,ul{margin-bottom:1rem}img{height:auto;max-width:100%}a:focus,button:focus{outline:2px solid #cbd8d7;outline-offset:2px}html{scroll-behavior:smooth}.navbar{background-color:#fefefe;border-bottom:1px solid #e8f5f2;box-shadow:0 2px 10px #1a3b361a;color:#1a3b36;padding:0;position:relative}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.5rem}.logo-image{height:40px;object-fit:contain;width:auto}.nav-logo h2{color:#1a3b36;font-size:1.5rem;font-weight:600;margin:0;padding:.5rem 1rem}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem;z-index:1001}.hamburger span{background-color:#1a3b36;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}.hamburger-open span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-list{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.nav-item{margin:0}.nav-link{background:none;border:none;border-radius:5px;color:#1a3b36;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#1a3b361a;transform:translateY(-2px)}.nav-link.active{background-color:#1a3b3626;box-shadow:0 2px 5px #1a3b3633}.nav-item-dropdown{position:relative}.dropdown-arrow{font-size:.8rem;margin-left:.5rem;transition:transform .3s ease}.dropdown-arrow-open{transform:rotate(180deg)}.dropdown-menu{background-color:#fefefe;border:1px solid #e8f5f2;border-radius:8px;box-shadow:0 4px 20px #1a3b3626;left:0;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.dropdown-menu-open{opacity:1;transform:translateY(0);visibility:visible}.dropdown-link{background:none;border:none;border-radius:0;color:#1a3b36;cursor:pointer;display:block;font-size:.95rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-link:hover{background-color:#1a3b361a;transform:none}.dropdown-link.active{background-color:#1a3b3626;font-weight:600}.dropdown-link:first-child{border-radius:8px 8px 0 0}.dropdown-link:last-child{border-radius:0 0 8px 8px}.book-now-container{align-items:center;display:flex;margin-left:1rem}.book-now-btn{background-color:#1a3b36;border-radius:25px;box-shadow:0 2px 8px #1a3b3633;color:#ffd900d6;font-size:1rem;padding:.75rem 1.5rem;text-decoration:none}.book-now-btn:hover{background-color:#2d5b52;box-shadow:0 4px 12px #1a3b364d;transform:translateY(-2px)}.book-now-btn:active{box-shadow:0 2px 6px #1a3b3633;transform:translateY(0)}.social-buttons{display:flex;gap:.75rem}.social-btn{align-items:center;border:2px solid #1a3b36;border-radius:50%;color:#1a3b36;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-btn:hover{box-shadow:0 4px 8px #1a3b3633;transform:translateY(-2px)}.social-btn.instagram:hover{background-color:#e4405f;border-color:#e4405f;color:#fff}.social-btn.facebook:hover{background-color:#1877f2;border-color:#1877f2;color:#fff}@media (max-width:768px){.hamburger{display:flex}.nav-menu{align-items:center;background-color:#fefefe;flex-direction:column;gap:3rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:.3s ease;width:100%;z-index:1000}.nav-menu-open{right:0}.nav-list{flex-direction:column;gap:2rem;text-align:center}.nav-link{font-size:1.5rem;padding:1rem 2rem}.book-now-container{margin:2rem 0}.book-now-btn{border-radius:30px;font-size:1.3rem;padding:1rem 2rem}.social-buttons{flex-direction:row;gap:1.5rem}.social-btn{height:50px;width:50px}.nav-container{padding:1rem}.nav-logo h2{font-size:1.3rem}.dropdown-menu{background-color:#1a3b360d;border:none;border-radius:0;box-shadow:none;display:none;margin:0;min-width:auto;position:static;transform:none}.dropdown-menu-open{display:block;transform:none}.dropdown-link{font-size:1.2rem;padding:1rem 2rem}}.homepage{min-height:100vh}.hero-section{align-items:center;background:#fefefe;display:flex;gap:3rem;margin:0 auto;max-width:1200px;min-height:70vh;padding:2rem}.hero-content{flex:1 1}.hero-content h1{color:#1a3b36;font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-content p{color:#1a3b36;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.hero-image{flex:1 1}.image-placeholder{align-items:center;background:linear-gradient(45deg,#e0e0e0,#f5f5f5);border:2px dashed #ccc;border-radius:10px;color:#777;display:flex;font-size:1.2rem;height:400px;justify-content:center;width:100%}.book-now-btn.large{font-size:1.4rem;padding:1.5rem 3rem}.founders-section{background:#f8fffe;margin:0 auto;max-width:1200px;padding:4rem 2rem}.founders-container{display:flex;flex-direction:column;gap:4rem}.founder{align-items:center;display:flex;gap:3rem}.founder:nth-child(2n){flex-direction:row-reverse}.founder-image{flex:0 0 300px}.founder-image img{border-radius:15px;box-shadow:0 10px 30px #1a3b3626;height:400px;object-fit:cover;transition:transform .3s ease;width:100%}.founder-image img:hover{transform:translateY(-5px)}.founder-content{flex:1 1}.founder-content h2{color:#1a3b36;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.founder-content p{color:#1a3b36;font-size:1.2rem;line-height:1.7;margin-bottom:1.5rem;opacity:.9}.founder-content p:last-child{margin-bottom:0}.services-preview{background:#fefefe;margin:0 auto;max-width:1200px;padding:4rem 2rem;text-align:center}.services-preview h2{color:#1a3b36;font-size:2.5rem;margin-bottom:3rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fefefe;border:1px solid #e8f5f2;border-radius:15px;box-shadow:0 5px 25px #1a3b361a;padding:2rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-image-placeholder{align-items:center;background:linear-gradient(45deg,#e0e0e0,#f5f5f5);border:2px dashed #ccc;border-radius:10px;color:#777;display:flex;font-size:1rem;height:200px;justify-content:center;margin-bottom:1rem;width:100%}.service-card h3{color:#1a3b36;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#1a3b36;line-height:1.6;opacity:.8}.location-contact{grid-gap:3rem;background:#f8fffe;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:4rem 2rem}.contact-info h2,.location-info h2{color:#1a3b36;font-size:2rem;margin-bottom:2rem}.google-map-container{border-radius:10px;box-shadow:0 4px 8px #0000001a;height:300px;overflow:hidden;transition:box-shadow .3s ease;width:100%}.google-map-container:hover{box-shadow:0 6px 12px #00000026}.google-map-container iframe{height:100%;width:100%}.contact-details{margin-bottom:2rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{font-size:1.1rem}.contact-item p{line-height:1.5}.hours-list{margin-top:.5rem}.hour-item{align-items:center;border-bottom:1px solid #e8f5f2;display:flex;justify-content:space-between;padding:.5rem 0}.hour-item:last-child{border-bottom:none}.hour-item .day{color:#1a3b36;font-weight:600;min-width:120px}.hour-item .time{color:#2d5550;font-weight:500}.cta-section{background:#e8f5f2;color:#1a3b36;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.hero-section{flex-direction:column;min-height:auto;padding:2rem 1rem;text-align:center}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}.founders-section{padding:3rem 1rem}.founder{flex-direction:column!important;gap:2rem;text-align:center}.founder-image{flex:none;margin:0 auto;max-width:250px}.founder-image img{height:300px}.founder-content h2{font-size:2rem}.founder-content p{font-size:1.1rem}.location-contact,.services-grid{grid-template-columns:1fr}.location-contact{padding:2rem 1rem}.cta-section{padding:3rem 1rem}.cta-section h2{font-size:2rem}.book-now-btn.large{font-size:1.2rem;padding:1.2rem 2rem}}.page-container{min-height:100vh;padding-top:2rem}.page-header{background:#e8f5f2;margin-bottom:2rem;padding:3rem 2rem;text-align:center}.page-header h1{color:#1a3b36;font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{color:#1a3b36;font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.8}.page-content{margin:0 auto;max-width:1200px;padding:2rem}.services-categories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.category-card{background:#fefefe;border:1px solid #e8f5f2;border-radius:15px;box-shadow:0 5px 25px #1a3b361a;padding:2rem;text-align:center}.category-card h2{color:#1a3b36;font-size:1.8rem;margin-bottom:1.5rem}.service-placeholder{align-items:center;background:linear-gradient(45deg,#e0e0e0,#f5f5f5);border:2px dashed #ccc;border-radius:10px;color:#777;display:flex;height:200px;justify-content:center;margin-bottom:1.5rem;width:100%}.category-card ul{margin:1.5rem 0;padding-left:1rem;text-align:left}.category-card li{color:#1a3b36;margin-bottom:.5rem;opacity:.8}.category-card p{color:#1a3b36;font-style:italic;margin-top:1rem;opacity:.6}.about-sections{margin-top:2rem}.about-section{margin-bottom:4rem}.about-section h2{color:#1a3b36;font-size:2.2rem;margin-bottom:1.5rem}.content-with-placeholder{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.text-content ul{margin-top:1rem;padding-left:1.5rem}.text-content li{color:#1a3b36;margin-bottom:.5rem;opacity:.8}.image-placeholder,.team-photo-placeholder{align-items:center;background:linear-gradient(45deg,#e0e0e0,#f5f5f5);border:2px dashed #ccc;border-radius:10px;color:#777;display:flex;height:250px;justify-content:center;width:100%}.mission-content{background:#f8fffe;border:1px solid #e8f5f2;border-radius:10px;padding:2rem}.mission-content ul{margin-top:1rem;padding-left:1.5rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.team-member{background:#fefefe;border:1px solid #e8f5f2;border-radius:15px;box-shadow:0 3px 15px #1a3b361a;padding:1.5rem;text-align:center}.team-photo-placeholder{height:200px;margin-bottom:1rem}.team-member h3{color:#1a3b36;font-size:1.3rem;margin:1rem 0 .5rem}.contact-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.form-placeholder{background:#f8fffe;border:2px dashed #1a3b36;border-radius:15px;opacity:.7;padding:2rem}.form-fields{margin-top:1rem}.field-placeholder{background:#fefefe;border:1px solid #e8f5f2;border-radius:8px;color:#1a3b36;margin-bottom:1rem;opacity:.7;padding:1rem;text-align:center}.contact-details-large,.contact-item{margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{font-size:1.5rem;margin-right:1rem}.contact-item strong{color:#1a3b36;display:block;font-size:1.2rem;margin-bottom:.5rem}.contact-item p{color:#1a3b36;line-height:1.6;margin:0;opacity:.8}.large-map-placeholder{align-items:center;background:linear-gradient(45deg,#e0e0e0,#f5f5f5);border:2px dashed #ccc;border-radius:10px;color:#777;display:flex;flex-direction:column;height:300px;justify-content:center;text-align:center;width:100%}.booking-cta{background:#e8f5f2;border-radius:15px;color:#1a3b36;margin-top:3rem;padding:3rem 2rem;text-align:center}.booking-cta h2{font-size:2.2rem;margin-bottom:1rem}.booking-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.book-now-btn{background:#1a3b36;border:none;border-radius:30px;box-shadow:0 4px 15px #1a3b364d;color:#957f02;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.book-now-btn:hover{background:#2d5550;box-shadow:0 6px 20px #1a3b3666;transform:translateY(-3px)}.book-now-btn.secondary{background:#2d5550;box-shadow:0 4px 15px #2d55504d}.book-now-btn.secondary:hover{background:#1a3b36;box-shadow:0 6px 20px #2d555066}.service-detail{margin-top:2rem}.service-description{margin:0 auto;max-width:800px}.service-description h2{color:#1a3b36;font-size:2.2rem;margin-bottom:1.5rem;text-align:center}.service-description h3{border-bottom:2px solid #e8f5f2;color:#1a3b36;font-size:1.5rem;margin:2rem 0 1rem;padding-bottom:.5rem}.service-description p{color:#1a3b36;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.service-description ul{margin:1rem 0 1.5rem 1rem;padding-left:1rem}.service-description li{color:#1a3b36;line-height:1.5;margin-bottom:.5rem;opacity:.85}.service-info{background:#f8fffe;border:1px solid #e8f5f2;border-radius:15px;margin:2rem 0;padding:2rem}.service-info h3{border:none;color:#1a3b36;margin-top:0}.service-info p{font-size:1rem;margin-bottom:.75rem}.important-note{background:#fff8e7;border-left:4px solid #ffa726;border-radius:10px;margin:2rem 0;padding:1.5rem}.important-note h3{border:none;color:#e65100;margin-top:0}.important-note p{color:#bf360c;font-size:.95rem;margin-bottom:0}@media (max-width:768px){.page-header{padding:2rem 1rem}.page-header h1{font-size:2.2rem}.page-content{padding:1rem}.services-categories{grid-template-columns:1fr}.content-with-placeholder{gap:2rem;grid-template-columns:1fr}.contact-layout,.team-grid{grid-template-columns:1fr}.contact-layout{gap:2rem}.cta-buttons{align-items:center;flex-direction:column}.about-section h2,.service-description h2{font-size:1.8rem}.service-description h3{font-size:1.3rem}.service-info{padding:1.5rem}.important-note{padding:1rem}}
/*# sourceMappingURL=main.2716455f.css.map*/