.navbar{align-items:center;background-color:var(--primary-bg-color);box-shadow:0 4px 6px #0000001a;color:var(--text-primary);display:flex;justify-content:space-between;padding:1rem 2rem;top:0;z-index:1000}.logo img{cursor:pointer;height:5rem}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links li a{color:var(--text-primary);font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:var(--primary-color)}.dropdown{position:relative}.dropdown-menu{background:var(--card-bg-color);border-radius:8px;box-shadow:0 4px 6px #0000001a;display:none;left:0;list-style:none;padding:1rem;position:absolute;top:calc(100% + 10px)}.dropdown-menu li a{color:var(--text-primary);display:block;font-size:.9rem;padding:.5rem 0;transition:color .3s ease}.dropdown-menu li a:hover{color:var(--primary-color)}.dropdown.open .dropdown-menu{display:block}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:.3rem}.hamburger .bar{background:var(--primary-color);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.nav-links.active{background:var(--card-bg-color);box-shadow:4px 0 6px #0000001a;display:flex;flex-direction:column;height:100%;left:0;padding:2rem;position:fixed;top:0;width:50%;z-index:1000}.nav-links.active li a{font-size:1.2rem;text-align:center}@media (max-width:768px){.nav-links{display:none}.hamburger{display:flex}}@media (min-width:769px){.nav-links.active{background:#0000;box-shadow:none;display:flex!important;flex-direction:row;position:static}}body{line-height:1.5}.hero{align-items:center;background-color:var(--primary-color);box-sizing:border-box;display:flex;height:100%;justify-content:space-between;padding:3rem;text-align:center;width:100%}.hero-text{flex:1 1;max-width:50%}.hero-text h1{font-size:3rem;margin-bottom:1rem}.hero-text h1,.hero-text p{color:var(--text-secondary)}.hero-text p{font-size:1.4rem;margin-bottom:1.5rem}.hero-buttons a{background-color:var(--card-bg-color);border-radius:.5rem;color:var(--text-primary);display:inline-block;font-weight:700;justify-content:center;margin-right:2rem;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.hero-buttons a:hover{background-color:var(--secondary-color)}.hero-image{flex:1 1;max-width:50%}.hero-image img{animation:slideIn 3s ease-in-out;max-width:100%;width:100%}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.habout-section{background-color:var(--gradient-primary);flex-direction:column;padding:2rem}.habout-section,.habout-us{align-items:center;display:flex;justify-content:center;width:100%}.habout-us{flex-wrap:wrap;gap:2rem}.habout-text{color:var(--text-primary);flex:1 1;font-family:Arial,sans-serif;font-size:1.2rem;text-align:center}.habout-text h1{color:var(--text-primary);font-size:2.5rem}.habout-text p{font-size:1rem;margin-bottom:1rem}.habout-image{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.habout-image img{border-radius:8px;height:auto;max-width:100%}@media (max-width:768px){.habout-us{flex-direction:column;text-align:center}.habout-text h1{font-size:2rem}.habout-text p{font-size:1rem}.habout-image img{max-width:80%}}@media (max-width:480px){.habout-text h1{font-size:1.8rem}.habout-text p{font-size:.9rem}.habout-image img{max-width:100%}}@media (max-width:768px){.hero{align-items:center;flex-direction:column;padding:3rem 1rem}.hero-image,.hero-text{max-width:100%;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.2rem}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}}@media screen and (min-width:1024px){.hero{justify-content:center;margin:0 auto}.hero-image,.hero-text{max-width:45%}.habout-section{justify-content:center;margin:0 auto;max-width:1200px;padding:3rem}.habout-us{gap:3rem;justify-content:space-between;width:100%}.habout-text{text-align:left}.habout-text h1{font-size:3rem}.habout-text p{font-size:1.2rem}.habout-image img{max-width:100%}}:root{--primary-color:#0c4a36;--secondary-color:#e7fbf5;--accent-color:#c7f6e7;--card-bg-color:#dbeee9;--background-light:#fff;--text-primary:#000;--text-secondary:#fff;--text-muted:#666;--color-light:#e6f2ff;--gradient-primary:linear-gradient(135deg,#0c4a36,#9befd4);--gradient-secondary:linear-gradient(135deg,#9befd4,#c7f6e7)}body{background-color:#fff;background-color:var(--background-light);color:#000;color:var(--text-primary)}button{background-color:#0c4a36;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;color:var(--text-secondary);cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}button:hover{background-color:#e7fbf5;background-color:var(--secondary-color)}.container{margin:0 auto;max-width:1200px;padding:20px}.card{background-color:#dbeee9;background-color:var(--card-bg-color);border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:20px}a,h1,h2,h3{color:#000;color:var(--text-primary)}a{text-decoration:none}.section-header,a:hover{color:#000;color:var(--text-primary)}.section-header{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.card h2,.card p{color:#000;color:var(--text-primary)}.hero-section{background:linear-gradient(135deg,#0c4a36,#9befd4);background:var(--gradient-primary);color:#fff}.hero-section h1{font-size:3rem;font-weight:700}.hero-section p{font-size:1.2rem;line-height:1.5}.gradient-background{background:linear-gradient(135deg,#9befd4,#c7f6e7);background:var(--gradient-secondary);color:#000;color:var(--text-primary);padding:3rem}.card:hover{background-color:#c7f6e7;background-color:var(--accent-color);box-shadow:0 8px 16px #00000026}.services-page{flex-direction:column;font-family:Arial,sans-serif}.services-header,.services-page{align-items:center;box-sizing:border-box;display:flex}.services-header{background-color:var(--primary-color);flex-wrap:wrap;height:80vh;justify-content:space-between;text-align:center;width:100%}.services-details-header{width:50%}.services-header h1{color:var(--text-secondary);font-size:2.5rem;font-weight:700}.services-header p{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-top:1rem}.services-image{width:50%}.services-image img{border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.services-image img:hover{transform:scale(1.05)}@media (max-width:1200px){.services-header{flex-direction:column;height:auto;justify-content:center}.services-details-header,.services-image{width:100%}.services-header h1{font-size:2rem}}@media (max-width:768px){.services-header{padding:2rem}.services-header h1{font-size:1.8rem}.services-header p{font-size:.9rem}}.services-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding-top:2rem;width:100%}@media (max-width:1200px){.services-container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-container{gap:1.5rem;grid-template-columns:1fr}}.service-card{background:var(--card-bg-color);border-radius:.5em;box-shadow:0 4px 6px #0000001a;color:var(--text-primary);font:100%/1.6 Baskerville,Palatino,serif;padding:2em;position:relative;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 2rem 6rem #0003;transform:translateY(-.5rem)}.service-card:before{background:linear-gradient(to left bottom,#0000 50%,#0003 0,#0006) 100% 0 no-repeat;border-bottom-left-radius:.5em;box-shadow:-.2em .2em .3em -.1em #00000026;content:"";height:3em;position:absolute;right:0;top:0;transform:translateY(-1.3em) rotate(-30deg);transform-origin:bottom right;width:1.73em}.service-icon{color:var(--primary-color);font-size:4rem;margin-bottom:1.5rem}.service-card h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.service-card h2,.service-card p{color:var(--text-primary);text-align:center}.service-card p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.service-card a{border-color:var(--primary-color);border-style:solid;color:var(--text-light)!important}.button-primary{border:1px solid var(--primary-color);border-radius:3rem;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background-color .3s,transform .3s}.button-primary:hover{background-color:var(--secondary-color);color:var(--primary-color);transform:translateY(-.2rem)}@media (max-width:1200px){.service-card{padding:1.75rem}}@media (max-width:768px){.service-card{margin:0 auto;max-width:100%;padding:1.5rem;width:100%}.service-card h2{font-size:1.5rem}.service-card p{font-size:.95rem;line-height:1.4}.service-icon{font-size:3.5rem;margin-bottom:1rem}}@media (max-width:480px){.service-card{padding:1.25rem}.service-card h2{font-size:1.3rem}.service-card p{font-size:.9rem;line-height:1.3}.service-icon{font-size:3rem;margin-bottom:.75rem}}.about-section{text-align:center}.about-header{background-color:var(--primary-color);color:var(--text-secondary);padding:2%}.about-header p{font-size:1rem}.about-section h1{background-color:var(--primary-color);color:var(--text-secondary);font-size:4rem;margin:0}.about-hero-section{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:3rem}.about-text{color:var(--text-primary);font-size:1rem;line-height:1.8;width:48%}.about-image{width:48%}.about-image img{border-radius:1rem;width:100%}@media (max-width:768px){.about-hero-section{flex-direction:column}.about-image,.about-text{margin-bottom:2rem;width:100%}}.features{color:var(--text-light);padding:4rem 2rem}.features-section{margin:0 auto;max-width:1200px;text-align:center}.features-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.features-section p{color:var(--text-light);font-size:1.2rem;margin-bottom:2rem}.features-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-box{background:var(--card-bg-color);border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-box:hover{box-shadow:0 8px 15px #0003;transform:translateY(-10px)}.feature-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1rem;transition:color .3s}.feature-box p{color:var(--text-primary);font-size:1rem;line-height:1.5;margin:0}@media (max-width:1024px){.features-list{grid-template-columns:repeat(2,1fr)}.features-section h2{font-size:2rem}.features-section p{font-size:1rem}.feature-box{padding:1.5rem}.feature-icon{font-size:2.5rem}}@media (max-width:768px){.features-list{grid-template-columns:1fr}.features-section h2{font-size:1.8rem}.features-section p{font-size:1rem}.feature-box{padding:1.2rem}.feature-icon{font-size:2rem}}.footer{background-color:var(--footer);color:var(--text-primary);font-family:Arial,sans-serif;padding:50px 20px}.footer-top{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:30px}.footer-logo-img{max-width:200px}.footer-contact,.footer-links,.footer-services{flex:1 1;min-width:250px}.footer-contact h3,.footer-links h3,.footer-services h3{margin-bottom:15px}.footer-links ul,.footer-services ul{list-style:none;margin:0;padding:0}.footer-links ul li,.footer-services ul li{margin-bottom:10px}.footer-links a,.footer-services a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-services a:hover{color:var(--accent-color)}.footer-contact p{font-size:1rem;margin-bottom:10px}.footer-bottom{color:var(--background-light);font-size:.9rem;text-align:center}@media (max-width:768px){.footer-top{align-items:center;flex-direction:column}.footer-contact,.footer-links,.footer-services{margin-bottom:20px}}.contact-page{font-family:Arial,sans-serif;margin:0;padding:0}.hero-section{background:var(--primary-color);color:var(--text-secondary);padding:4rem 2rem;text-align:center}.contact-text h1{color:var(--text-secondary);font-size:3rem;font-weight:700}.contact-text p{font-size:1.2rem;line-height:1.5}.contact-details{background-color:var(--background-light);border-radius:8px;display:flex;gap:2rem;justify-content:space-between;padding:3rem 2rem}.inquiry-details,.support-section{background-color:var(--secondary-color);border-radius:5%;flex:1 1;padding:1.5rem}.inquiry-details h2,.support-section h2{color:var(--text-primary);font-size:2rem;margin-bottom:1rem}.inquiry-details p,.support-section p{color:var(--text-muted);font-size:1rem;line-height:1.5}.inquiry-details p{font-size:1.1rem}@media (max-width:1200px){.contact-details{flex-direction:column;gap:1rem;padding:2rem 1rem}.inquiry-details,.support-section{margin-bottom:1rem;padding:1.5rem}.inquiry-details h2,.support-section h2{font-size:1.8rem}.inquiry-details p,.support-section p{font-size:1rem}}@media (max-width:1024px){.hero-section{padding:3rem 1.5rem}.contact-text h1{font-size:2rem}.contact-text p{font-size:1rem}.contact-details{flex-direction:column;padding:2rem 1rem}.inquiry-details,.support-section{margin-bottom:2rem;padding:1rem}}@media (max-width:768px){.hero-section{padding:2rem 1rem}.contact-text h1{font-size:1.8rem}.contact-text p{font-size:1rem}.contact-details{flex-direction:column;padding:1.5rem 1rem}.inquiry-details,.support-section{padding:1rem}.inquiry-details p{font-size:1rem}}@media (max-width:480px){.hero-section{padding:2rem .5rem}.contact-text h1{font-size:1.6rem}.contact-text p{font-size:.9rem}.contact-details,.inquiry-details,.support-section{padding:1rem}.inquiry-details p{font-size:.95rem}}body{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}.service-page{text-align:center}.services-header-pages{align-items:center;background-color:var(--primary-color);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;width:100%}.services-header-pages h1{font-size:3rem;margin:0}.services-header-pages h1,.services-header-pages p{animation:fadeIn 1.5s ease-out;color:var(--text-secondary)}.services-header-pages p{font-size:1.2rem}.service-hero-section{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:3rem}.service-text{animation:slideUp 1s ease-out;color:var(--text-primary);font-size:1rem;line-height:1.8;text-align:left;width:48%}.service-image{animation:slideRight 1s ease-out;width:48%}.service-image img{animation:upDown 5s ease-in-out infinite;border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.service-image img:hover{transform:scale(1.05)}@media (max-width:768px){.service-hero-section{flex-direction:column}.service-image,.service-text{margin-bottom:2rem;width:100%}.services-list{grid-template-columns:1fr}}.services-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes upDown{0%,to{transform:translateY(-10px)}50%{transform:translateY(10px)}}
/*# sourceMappingURL=main.6c7e34b4.css.map*/