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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#fff;border:#000;color:#000;display:flex;height:3.5vh;justify-content:space-between;padding:10px 20px}.navbar__logo{font-size:1.5rem;font-weight:700;margin-right:auto}.navbar__logo>strong{-webkit-text-fill-color:#027373;font-weight:1000}.navbar__links{display:flex;flex-grow:1;font-size:15.5px;font-weight:700;gap:20px;justify-content:flex-end;list-style:none}.navbar__cta,.navbar__links li{cursor:pointer}.navbar__cta{background-color:teal;border:none;border-radius:5px;color:#fff;font-size:.85rem;font-weight:700;margin-left:20px;padding:8px 18px}.navbar__cta:hover{background-color:#066}@media (max-width:768px){.navbar__links{display:none}.navbar__cta{font-size:.9rem;padding:8px 16px}}@media (max-width:480px){.navbar{flex-direction:column;text-align:center}.navbar__logo{margin-bottom:10px}.navbar__cta{width:100%}}.landing-page{background-color:#000;color:#fff;font-family:Arial,sans-serif;padding:20px;text-align:center}.hero-section{margin:0 auto;max-width:800px}.hero-title{font-family:Playfair Display;font-size:2.5rem;font-weight:700;margin-bottom:20px}.hero-image-wrapper{margin:20px 0}.hero-image{border-radius:10px;max-width:100%;object-fit:cover;width:100%}.hero-description{font-size:1.2rem;margin:20px 0}.cta-button{background-color:teal;padding:15px 30px}.cta-button:hover{background-color:#066}@media (max-width:768px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.cta-button{padding:12px 25px}}@media (max-width:480px){.hero-title{font-size:1.8rem}.cta-button{padding:10px 20px;width:100%}}body{line-height:1.6}.container{align-items:center;display:flex;flex-wrap:wrap;height:420px;justify-content:space-between;padding:20px;text-align:center}.image-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin:auto;max-width:600px;width:100%}.grid-image{border-radius:10px;box-shadow:0 4px 6px #0000001a;width:100%}.text-section{color:#000;flex:1 1;font-family:Playfair Display;margin:20px auto;max-width:400px}.text-section h1{font-family:Playfair Display;font-size:2rem;margin-bottom:10px}.text-section p{color:#555;font-size:1rem;margin-bottom:20px}.cta-button{border-radius:25px;padding:10px 15px;transition:background-color .3s}@media (max-width:768px){.container{flex-direction:column}.image-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.text-section h1{font-size:1.5rem}.text-section p{font-size:.9rem}}@media (max-width:480px){.image-grid{grid-template-columns:1fr}.cta-button{width:100%}}body{color:#fff;font-family:Arial,sans-serif;margin:0}.pricing-container{align-items:center;background-image:url(/static/media/bg%20image.5b4bf3489de6c007a12a.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 20px;text-align:center}.pricing-title{color:#fff;font-size:2.8rem;margin-bottom:10px}.pricing-subtitle{color:#e0e0e0;font-size:1.2rem;margin-bottom:40px}.pricing-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:1000px}.pricing-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 4px 20px #0000004d;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:30px;text-align:left;width:320px}.light-card{background-color:#ffffffe6;color:#121212}.dark-card{background-color:#1e1e1ee6}.price{font-size:2.5rem;font-weight:700;margin-bottom:10px}.price span{color:#bbb;font-size:1rem}.description{font-size:1.1rem;margin-bottom:20px}.features{list-style:none;margin:0 0 20px;padding:0}.features li{font-size:.95rem;margin-bottom:10px}.cta-button{background-color:#00a89e;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;text-align:center;transition:background-color .3s ease}.cta-button:hover{background-color:#00897a}@media (max-width:768px){.pricing-cards{align-items:center;flex-direction:column}.pricing-card{width:90%}.price{font-size:2rem}.description{font-size:.9rem}}@media (max-width:480px){.pricing-title{font-size:2rem}.cta-button,.pricing-subtitle{font-size:.9rem}.cta-button{width:100%}}.services-section{background-color:#1a1a2e;color:#fff;padding:50px 20px;text-align:center}.services-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}.services-subtitle{color:#a9a9a9;font-size:1.2rem;margin-bottom:30px}.services-cards{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.service-card{background-color:#222831;border-radius:10px;box-shadow:0 4px 6px #0003;overflow:hidden;transition:transform .3s ease;width:430px}.service-card:hover{transform:translateY(-10px)}.service-card-image{border-radius:10px;height:400px;object-fit:fill;width:100%}.service-card-content{padding:20px}.service-highlight{color:#00adb5;font-size:.9rem;margin-bottom:10px}.service-heading{font-size:1.3rem;font-weight:700;margin-bottom:5px}.service-description{color:#ccc;font-size:.9rem;margin-bottom:5px}.service-link{color:#fff;font-family:Playfair Display;font-size:.9rem;text-decoration:none}.service-link:hover{text-decoration:underline}@media (max-width:1024px){.services-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-cards{grid-template-columns:1fr}.services-title{font-size:2rem}.service-card-image{height:150px}}.footer{background-color:#000;color:#fff;font-family:Arial,sans-serif;padding:20px;text-align:center}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.footer-branding{text-align:left}.footer-logo>strong{-webkit-text-fill-color:#027373;font-size:1.5rem;font-weight:1000;margin-bottom:5px}.footer-tagline{color:#aaa;font-size:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:150px}.footer-column{text-align:left}.footer-column h3{align-items:right;font-size:1.2rem;margin-bottom:10px}.footer-column ul{list-style:none;margin:10;padding:50}.footer-column li{margin-bottom:8px}.footer-column a{color:#fff;font-size:.9rem;padding-left:0;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-bottom{align-items:center;border-top:1px solid #333;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:10px}.footer-policy{display:flex;font-size:.9rem;gap:10px}.footer-policy a{color:#fff;text-decoration:none}.footer-policy a:hover{text-decoration:underline}@media (max-width:768px){.footer-content{align-items:center;flex-direction:column}.footer-bottom{flex-direction:column;text-align:center}.footer-policy{justify-content:center}}.contact-container{align-items:center;background:url(/static/media/Image%20%20--lummi%20--luminance=dark%20d.fdd4ce11c0bf946f1425.png) no-repeat 50%/cover;display:flex;justify-content:flex-start;min-height:100vh;padding:20px}.form-wrapper{background-color:#fffffff2;border-radius:15px;box-shadow:0 8px 15px #0003;max-width:400px;padding:30px;width:100%}.title{color:#333;font-size:2rem;font-weight:700;margin-bottom:10px;text-align:left}.subtitle{color:#666;font-size:1rem;margin-bottom:20px;text-align:left}.contact-form{display:flex;flex-direction:column;gap:15px}.contact-form label{color:#333;font-size:.9rem}.contact-form input,.contact-form textarea{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;font-size:.9rem;outline:none;padding:10px;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#4caf50}.contact-form textarea{min-height:100px;resize:none}.contact-form button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px}.contact-form button:hover{background-color:#45a049}.contact-email{color:#333;font-size:.9rem;margin-top:20px;text-align:left}.contact-email a{color:#4caf50;text-decoration:none}.contact-email a:hover{text-decoration:underline}@media (max-width:768px){.form-wrapper{padding:20px}.title{font-size:1.5rem}.subtitle{font-size:.9rem}}.testimonials-container{background-color:#1c1e24;color:#fff;padding:10px 30px 60px;text-align:center}.section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:10px}.testimonials-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.testimonial-card{align-items:center;background-color:#2c2f36;border-radius:15px;box-shadow:0 8px 15px #0000004d;display:flex;gap:20px;max-width:500px;padding:20px;transition:transform .3s ease-in-out;width:100%}.testimonial-card:hover{transform:translateY(-5px)}.avatar{border-radius:50%;height:80px;object-fit:cover;width:80px}.testimonial-content{text-align:left}.testimonial-text{color:#ddd;font-size:1rem;line-height:1.5;margin-bottom:10px}.testimonial-name{color:#aaa;font-size:.9rem;font-weight:700}@media (max-width:768px){.testimonials-wrapper{flex-direction:column;gap:30px}.section-title{font-size:2rem}}
/*# sourceMappingURL=main.68baf1e2.css.map*/