body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.hero{background-color:#fff;padding:4rem 1rem;text-align:center}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.btn{background-color:#588157;border:none;border-radius:5px;color:#fff;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.btn:hover{background-color:#005fa3}.navbar{background-color:#588157;color:#fff;flex-wrap:wrap;justify-content:space-between;padding:15px 30px}.brand-link,.navbar,.navbar-brand{align-items:center;display:flex}.brand-link{color:#fff;flex-direction:column;text-decoration:none}.brand-logo{height:auto;margin-bottom:0;width:100px}.brand-name{font-size:1.6rem;font-weight:700;margin-top:0}.navbar-links{display:flex;gap:25px;list-style:none}.navbar-links li a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar-links li a:hover{color:#d0e8cf}.footer{background-color:#588157;color:#fff;font-family:Segoe UI,sans-serif;padding:40px 20px 10px}.footer-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-section{flex:1 1 220px;min-width:200px}.footer-section h3,.footer-section h4{color:#fff;font-size:18px;margin-bottom:12px}.footer-section a,.footer-section p{color:#f0f0f0;font-size:14px;margin:5px 0;text-decoration:none}.footer-section ul{list-style:none;padding:0}.footer-section ul li a:hover{color:#a3b18a;transition:color .2s ease-in-out}.social-icons{display:flex;font-size:18px;gap:15px}.social-icons a{color:#fff;transition:color .3s ease}.social-icons a:hover{color:#dad7cd}.footer-bottom{border-top:1px solid #fff3;color:#e0e0e0;font-size:13px;margin-top:20px;padding-top:10px;text-align:center}@media (max-width:768px){.footer-container{align-items:flex-start;flex-direction:column}.footer-section{margin-bottom:20px}.footer-bottom{text-align:left}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#services{background:#f9f9f9;padding:4rem 2rem;text-align:center}#services h2{font-size:2rem;margin-bottom:2rem}.service-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border-radius:1rem;box-shadow:0 8px 20px #00000014;padding:1rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card img{border-radius:.75rem;height:180px;object-fit:cover;width:100%}.service-card h3{font-size:1.25rem;margin-top:1rem}.service-card p{color:#555;margin-top:.5rem}.booking-container{background-color:#f9fbfc;font-family:Segoe UI,sans-serif;padding:2rem}.booking-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:auto;max-width:1200px}.booking-info{flex:1 1;max-width:300px;min-width:250px}.booking-info h2{color:#2d3e50;font-size:2rem;margin-bottom:1rem}.booking-info p{color:#555;font-size:1rem}.booking-form{background-color:#fff;border-radius:12px;box-shadow:0 0 12px #00000014;flex:2 1;gap:1rem;max-width:600px;min-width:300px;padding:2rem}.booking-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:600;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.7rem;transition:border .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1 1}.submit-btn{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.8rem 1.5rem;transition:background-color .3s ease}.submit-btn:hover{background-color:#217dbb}.status-message{color:green;font-weight:700;margin-top:1rem}.about-section{background-color:#fff;font-family:Segoe UI,sans-serif;margin:auto;max-width:900px;padding:3rem 2rem}.about-section h2{color:#1a1a1a;font-size:2.5rem;margin-bottom:1.5rem}.about-section p{color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.about-highlights{display:flex;flex-direction:column;gap:1.5rem}.highlight h3{color:#3498db;margin-bottom:.5rem}.highlight p{margin:0}.contact-container{background-color:#f9f9f9;display:flex;flex-wrap:wrap;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:2rem;justify-content:space-between;padding:3rem 2rem}.contact-info{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex:1 1;max-width:45%;min-width:300px;padding:1rem}.contact-info h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.contact-info li,.contact-info p{color:#555;font-size:1rem;line-height:1.6}.contact-info ul{padding-left:1.2rem}.contact-form{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex:1 1;max-width:45%;min-width:300px;padding:1.5rem}.contact-form h3{color:#34495e;font-size:1.5rem;margin-bottom:1.2rem}.contact-form label{color:#333;display:block;font-weight:500;margin-bottom:.4rem}.contact-form input,.contact-form textarea{background-color:#fefefe;border:1px solid #ccc;border-radius:8px;font-size:1rem;margin-bottom:1.2rem;padding:.8rem 1rem;transition:border-color .3s;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#4a90e2;outline:none}.contact-form button{background-color:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s}.contact-form button:hover{background-color:#357ac6}.map-container iframe{border:none;border-radius:8px;height:220px;margin-top:1rem;width:100%}.social-media{margin-top:2rem}.social-media h4{color:#2c3e50;margin-bottom:.5rem}.social-media a{color:#4a90e2;display:inline-block;font-weight:500;margin-right:15px;text-decoration:none;transition:color .3s ease}.social-media a:hover{color:#2c6bc9}@media (max-width:768px){.contact-container{flex-direction:column;padding:2rem 1rem}.contact-form,.contact-info{max-width:100%}}.prices-section{background-color:#588157;color:#fff;padding:60px 20px;text-align:center}.prices-section h2{font-size:2rem;margin-bottom:40px}.price-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.price-card{background-color:#3a5a40;border-radius:10px;box-shadow:0 4px 12px #0003;padding:25px;text-align:left;transition:transform .3s ease;width:260px}.price-card:hover{transform:translateY(-5px)}.price-card h3{font-size:1.4rem;margin-bottom:10px}.price-card p{color:#d0e8cf;font-size:1.1rem;font-weight:700;margin-bottom:10px}.price-card ul{list-style:disc;padding-left:18px}.price-card li{font-size:.95rem;margin-bottom:6px}.reviews-section{background:#f9f9f9;padding:2rem}.review-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;max-width:400px}.review-form input,.review-form select,.review-form textarea{border:1px solid #ddd;border-radius:5px;padding:.5rem}.review-form button{background:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.6rem}.review-cards{display:flex;flex-wrap:wrap;gap:1rem}.review-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:1rem;width:300px}.review-header{gap:.6rem}.avatar,.review-header{align-items:center;display:flex}.avatar{background:orange;border-radius:50%;color:#fff;font-weight:700;height:36px;justify-content:center;width:36px}.google-logo{color:#4285f4;font-weight:700;margin-left:auto}.stars{align-items:center;display:flex;margin:.5rem 0}.review-msg{color:#333}
/*# sourceMappingURL=main.8061147b.css.map*/