:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:sticky;top:0;left:0;width:100%;background-color:#fff;padding:18px 48px;box-shadow:0 4px 12px #00000014;z-index:9999;display:flex;justify-content:center;transition:background .3s ease,box-shadow .3s ease}.navbar-container{position:relative;display:flex;justify-content:space-between;align-items:center;gap:50px;width:100%}.navbar-logo{position:absolute;left:0;padding-left:24px;display:flex;align-items:center;height:100%}.navbar-logo img{height:70px;max-height:100%;width:auto;display:block}.navbar-container{display:flex;justify-content:flex-end;align-items:center;gap:50px;width:100%;position:relative;padding-right:70px}.navbar-logo{position:absolute;left:24px;display:flex;align-items:center;height:100%;z-index:10000}.navbar-links{display:flex;align-items:center;list-style:none;gap:28px;margin:0;padding:0}.navbar-links a{text-decoration:none;color:#333;font-weight:600;font-size:17px;position:relative;transition:color .3s ease}.navbar-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:#001b38;transition:width .3s ease}.navbar-links a:hover:after{width:100%}.navbar-links a.active{font-weight:700;border-radius:30px;padding:10px 22px}.navbar-links a{padding:8px 14px;text-decoration:none;color:#222;font-weight:900;font-size:17px;transition:color .3s ease}.navbar-links a:hover{color:#379f0b}.nav-button.contact{padding:10px 22px;border:none;border-radius:30px;background-color:#379f0b;color:#fff!important;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease}.nav-button.contact:hover{background-color:#2d7d09}.nav-button.active{font-weight:700}.nav-button:hover{transform:translateY(-1px)}.nav-button,.nav-button.active{color:#131313!important}.mobile-burger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;cursor:pointer;z-index:11000}.mobile-burger{display:none;font-size:24px;cursor:pointer;z-index:11000;color:#333}.mobile-menu{position:absolute;top:60px;right:20px;width:220px;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001f;display:none;flex-direction:column;padding:12px 0;z-index:10000;transition:all .3s ease}.mobile-menu.active{display:flex}.mobile-menu-links{list-style:none;padding:0;margin:0}.mobile-menu-links li{border-bottom:1px solid #f0f0f0}.mobile-menu-links li:last-child{border-bottom:none}.mobile-menu-links a{display:block;padding:12px 20px;font-size:16px;font-weight:600;color:#333;text-decoration:none;transition:background .3s ease}.mobile-menu-links a:hover{background-color:#f5f5f5;color:#0f3c72}.mobile-burger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;cursor:pointer}.mobile-burger span{height:3px;width:100%;background:#333;border-radius:2px;transition:.3s}.mobile-burger.open span:nth-child(1){transform:rotate(45deg) translateY(6px)}.mobile-burger.open span:nth-child(2){opacity:0}.mobile-burger.open span:nth-child(3){transform:rotate(-45deg) translateY(-6px)}.mobile-only{display:none;position:relative}@media (max-width: 768px){.mobile-only{display:block}.navbar-links{display:none}.mobile-burger{display:flex}}.spotlight{position:relative;width:100%;background:url(/momsit.webp) center/cover no-repeat;height:60vh;display:flex;align-items:center;justify-content:flex-start;color:#fff;text-align:left;overflow:hidden}.spotlight:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:1}.spotlight:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:120px;background:#fff;border-top-left-radius:-30% 20%;border-top-right-radius:100%;z-index:2}.spotlight-overlay{position:relative;z-index:3;padding:2rem 4rem;max-width:900px}.spotlight-tags{display:flex;gap:.8rem;margin-bottom:1.5rem;flex-wrap:wrap}.spotlight-tag{background:#fff;color:#002b20;padding:.35rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.3rem;box-shadow:0 3px 6px #00000026}.spotlight-tag.completed{background:#fff4e6;color:#d17a00}.spotlight-tag.years{background:#e6f4ff;color:#06c}.spotlight-tag.location{background:#ffe6e6;color:#c62828}.spotlight-title{font-size:3rem;font-weight:700;line-height:1.2}@media (max-width: 480px){.spotlight{height:40vh}.spotlight-overlay{padding:1rem}.spotlight-title{font-size:1.5rem}.spotlight-tag{font-size:.8rem;padding:.3rem .7rem}}@media (max-width: 600px){.spotlight:after{height:90px;bottom:-60px;clip-path:ellipse(140% 100% at 50% 10%)}}.footer{position:relative;background-image:url(/momsit.webp);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;font-family:Arial,sans-serif;padding:40px 20px 20px;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0b5740cc;z-index:0}.footer-content,.footer-bottom{position:relative;z-index:1}.footer-logos{display:flex;gap:20px;margin-bottom:20px}.footer-logos img{height:50px}.footer-columns{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-column{flex:1 1 200px;margin:10px}.footer-column h4{margin-bottom:15px;font-size:16px;text-transform:uppercase}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:8px;cursor:pointer}.footer-column p{margin-bottom:8px}.footer-column .description{font-size:14px;color:#c8e6c9}.footer-column .discover{font-weight:700;margin-top:10px}.footer-column.social .icons{display:flex;gap:15px;font-size:20px;margin-bottom:10px}.footer-column.social .language-switcher{margin-top:10px;background:#fff;color:#000;display:inline-block;padding:6px 10px;border-radius:5px}.footer-bottom{text-align:center;font-size:14px;margin-top:30px;background-color:#0006;padding:10px 0}@media (max-width: 768px){.footer-columns{flex-direction:column}}.products-container{background-color:#fff;padding:3rem 1.5rem;text-align:center;font-family:Arial,sans-serif}.products-container h1{font-size:2.4rem;margin-bottom:2rem;color:#002b20;font-weight:800;letter-spacing:-1px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;justify-items:center}.product-card{background:#fff;border-radius:14px;overflow:hidden;max-width:320px;width:100%;box-shadow:0 4px 10px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px #0000001f}.product-image{width:100%;height:180px;object-fit:cover;display:block}.product-info{padding:1rem 1.2rem;text-align:left}.product-name{font-size:1.15rem;font-weight:700;color:#003d2f;margin-bottom:.3rem}.product-prices{margin-bottom:.6rem}.current-price{font-size:1rem;font-weight:700;color:#2e7d32;margin-right:.5rem}.old-price{font-size:.9rem;color:#999;text-decoration:line-through}.product-description{font-size:.9rem;color:#666;margin-bottom:.8rem;line-height:1.4}.view-details{display:inline-block;background:linear-gradient(135deg,#007a3d,#009f4d);color:#fff;padding:8px 18px;border-radius:25px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease}.view-details:hover{background:linear-gradient(135deg,#005f2e,#00853f);transform:translateY(-2px) scale(1.03)}.video-showcase{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;min-height:auto;background:#fff;box-sizing:border-box;gap:20px;padding:20px 40px;overflow:hidden}.video-text{flex:0 0 35%;color:#000;display:flex;flex-direction:column;justify-content:center;white-space:normal;z-index:10}.video-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;word-wrap:break-word}.video-subtitle{font-size:1.2rem;color:#444;max-width:100%;word-wrap:break-word}.video-container{flex:0 0 65%;display:flex;align-items:center;justify-content:center;height:100%;position:relative;overflow:hidden;z-index:5}.showcase-video{width:100%;height:auto;object-fit:contain;display:block}.video-description{margin-top:1rem;font-size:1rem;line-height:1.6;color:#444}.video-description p{margin-bottom:1rem}.read-more-btn{background-color:transparent;color:#007cc3;border:none;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:0;text-decoration:underline}.read-more-btn:hover{color:#005b94}@media (max-width: 1024px){.video-showcase{flex-direction:column;padding:20px;text-align:center}.video-text{flex:none;width:100%;margin-bottom:20px;align-items:center}.video-title{font-size:2rem}.video-subtitle{font-size:1rem}.video-container{flex:none;width:100%;height:auto}}@media (max-width: 600px){.video-showcase{flex-direction:column;padding:10px;gap:10px;min-height:auto}.video-text{width:100%;align-items:center;margin-bottom:10px}.video-title{font-size:1.6rem;margin-bottom:10px}.video-subtitle{font-size:.9rem}.video-container{width:100%;margin:0 auto}.showcase-video{width:100%;height:550px;object-fit:cover}}body,h1,h2,p,ul,li,button{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.hero-section{position:relative;display:flex;align-items:center;justify-content:flex-start;padding:0;background:none;color:#fff;gap:2rem;flex-wrap:wrap;width:100vw;height:60vh;overflow:hidden;border-radius:0 0 25px 25px;box-shadow:0 6px 15px #0000001a}.hero-image{position:absolute;top:0;left:0;width:100vw;height:60vh;z-index:0;overflow:hidden;max-width:none;border-radius:0 0 25px 25px}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#000000b3);pointer-events:none;border-radius:0 0 25px 25px;z-index:1}.hero-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0 0 25px 25px;position:relative;z-index:0}.hero-content{position:relative;z-index:2;flex:1 1 400px;max-width:600px;padding-left:3rem;color:#fff;text-shadow:1.5px 1.5px 6px rgba(0,0,0,.8);max-height:60vh;display:flex;flex-direction:column;justify-content:center}.hero-content h1{font-size:3.2rem;margin-bottom:1.2rem;font-weight:700;letter-spacing:1.5px}.hero-content p{font-size:1.3rem;margin-bottom:2rem;max-width:90%;line-height:1.4}.btn-primary{padding:.9rem 2.4rem;background-color:#faa916;border:none;color:#0d3b66;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px #faa91680;width:fit-content}.btn-primary:hover{background-color:#e59400;box-shadow:0 6px 18px #e59400b3}.features-cards{display:flex;justify-content:center;gap:3rem;padding:3rem 5%;background:#f0f0f0;flex-wrap:wrap}.feature-card{background:#fff;padding:1.5rem;border-radius:10px;width:200px;text-align:center;box-shadow:0 4px 10px #0000001a}.feature-icon{font-size:2.5rem;color:#faa916;margin-bottom:1rem}.details-section{background-color:#fff;color:#0d3b66;display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;gap:3rem;flex-wrap:wrap}.details-text{flex:1 1 400px;max-width:600px}.details-text h2{font-size:2.2rem;margin-bottom:1rem;color:#0d3b66}.details-text p{font-size:1.1rem;margin-bottom:2rem;color:#444}.btn-secondary{padding:.7rem 1.8rem;background-color:#0d3b66;border:none;color:#fff;border-radius:5px;cursor:pointer;font-weight:600}.btn-secondary:hover{background-color:#0a2a4a}.details-image{flex:1 1 400px;max-width:600px}.details-image img{width:100%;border-radius:10px;object-fit:cover}@media (max-width: 768px){.hero-section,.details-section{flex-direction:column}.features-cards{flex-direction:column;gap:2rem}.hero-content{padding-left:1.5rem;max-width:90vw;padding-top:2rem;max-height:none}.hero-content h1{font-size:2.4rem}}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#000}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-bg.active{opacity:1}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059;z-index:-1}.logo{display:flex;align-items:center;font-size:24px;font-weight:700;color:#fff;margin-left:40px;margin-top:10px}.logo img{height:65px;margin-right:8px}.menu-icon{display:flex;flex-direction:column;justify-content:space-between;width:22px;height:16px;cursor:pointer}.menu-icon span{height:2px;width:100%;background:#fff;border-radius:2px}.hero-content{position:absolute;top:50%;left:8%;transform:translateY(-40%);text-align:left;color:#fff;max-width:650px;z-index:2}.subtitle{color:#f4f7f3;font-size:1.2rem;font-weight:700;margin-bottom:12px}.title{font-size:clamp(28px,6vw,64px);font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:2px 2px 15px rgba(0,0,0,.6)}.description{font-size:1.2rem;line-height:1.5;margin-bottom:40px;color:#e5e5e5}.cta-btn{background:#fff;color:#000;padding:14px 32px;font-size:18px;border-radius:30px;border:none;cursor:pointer;font-weight:700;transition:.3s ease;box-shadow:0 4px 10px #0000004d}.cta-btn:hover{background:#c6ffc6;transform:scale(1.05)}@media screen and (max-width: 1024px){.logo{margin-left:20px}.hero-content{top:48%;left:5%;max-width:80%;transform:translateY(-45%)}.subtitle,.description{font-size:1.1rem}}@media screen and (max-width: 768px){.hero-bg{object-position:right center}.logo img{height:55px}.hero-content{top:46%;left:5%;max-width:90%;transform:translateY(-45%)}.subtitle{font-size:1rem}.description{font-size:1rem;margin-bottom:30px}.cta-btn{font-size:16px;padding:12px 24px}}@media screen and (max-width: 480px){.hero-bg{object-position:right center}.logo{margin-left:10px;font-size:18px}.logo img{height:45px}.hero-content{top:44%;left:4%;max-width:95%;transform:translateY(-40%)}.subtitle{font-size:.95rem}.description{font-size:.95rem;margin-bottom:25px}.cta-btn{font-size:15px;padding:10px 20px}}.about-section{padding:60px 8%;background-color:#fff;color:#222}.about-container{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:50px;flex-wrap:wrap}.about-left{flex:1.5}.about-title{font-size:2.4rem;font-weight:700;margin-bottom:20px}.about-text{margin-bottom:15px;font-size:1.1rem;line-height:1.6;color:#555}.about-right{flex:1;text-align:center}.about-year{font-size:3.5rem;font-weight:700;color:#222;margin-bottom:10px}.about-small-text{font-size:1rem;color:#666}.about-images{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin:40px 0}.about-images img{flex:1 1 calc(33.33% - 13.33px);height:250px;object-fit:cover;border-radius:0;transition:transform .3s ease;width:100%}.about-images img:hover{transform:scale(1.03)}.project-experience{margin-top:60px}.project-heading{font-size:2.4rem;font-weight:700;margin-bottom:30px}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.project-card{background-color:#fff;text-align:left}.project-card img{width:100%;height:220px;object-fit:cover;border-radius:0;margin-bottom:15px;transition:transform .3s ease}.project-card img:hover{transform:scale(1.05)}.project-title{font-size:1.2rem;font-weight:600;margin-bottom:10px}.view-project{color:#0a3cff;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .3s ease}.view-project:hover{color:#f60}.foundation-section{background-color:#f9f9f9;padding:30px 20px 60px;margin-top:20px}.foundation-content{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between}.foundation-text{flex:1 1 55%;padding-right:30px}.foundation-text h2{font-size:28px;margin-bottom:20px}.foundation-text ul{list-style:disc;margin-left:20px}.foundation-stats{flex:1 1 35%;display:flex;flex-direction:column;gap:20px}.stat-item h3{font-size:26px;color:#0056d2;margin:0}.stat-item span{font-size:16px;font-weight:400;color:#333}.stat-item p{margin:5px 0 0;font-size:14px;color:#555}@media (max-width: 991px){.about-container{flex-direction:column}.about-year{font-size:2.5rem}.about-title,.project-heading{font-size:2rem}.foundation-content{flex-direction:column}.foundation-text{padding-right:0}}@media (max-width: 576px){.about-title{font-size:1.6rem}.about-text{font-size:1rem}.about-year{font-size:2rem}.about-small-text{font-size:.95rem}.project-heading{font-size:1.6rem}.project-title{font-size:1rem}.view-project{font-size:.9rem}.foundation-text h2{font-size:1.6rem}.stat-item h3{font-size:20px}.stat-item span{font-size:14px}.about-images{flex-direction:column}.about-images img{flex:1 1 100%;height:200px}}.mission-vision{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:80px auto;padding:50px 40px}.mission-vision h2{font-size:30px;margin-bottom:24px;color:#001b38;font-weight:700;position:relative}.mission-vision h2:after{content:"";display:block;width:50px;height:3px;background:#07f;margin-top:8px;border-radius:2px}.accordion-item{border-bottom:1px solid #eee;padding:16px 0;transition:all .3s ease}.accordion-item:last-child{border-bottom:none}@media (max-width: 768px){.accordion-header{font-size:10px;padding:10px 12px;width:100%}}@media (max-width: 480px){.accordion-header{font-size:14px;line-height:1.4;padding:8px 10px}}.accordion-header{display:flex;align-items:center;justify-content:space-between;background:none;border:none;width:100%;max-width:600px;font-size:17px;font-weight:600;cursor:pointer;color:#222;transition:all .3s ease;text-align:left;padding:12px 16px;border-radius:10px}.accordion-header:hover{color:#0056cc;transform:translate(4px)}.accordion-icon{font-size:30px;color:#07f;min-width:28px}.accordion-content{padding:12px 0 12px 40px;font-size:15px;line-height:1.7;color:#555;border-radius:6px;margin-top:10px;animation:fadeIn .3s ease}.learn-more{display:inline-block;margin-top:8px;font-size:14px;color:#07f;font-weight:500;text-decoration:none;transition:all .2s ease}.learn-more:hover{text-decoration:underline;color:#0056cc}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mission-vision{grid-template-columns:1fr;padding:30px 20px;gap:32px}}.dropdown a{display:flex;align-items:center;gap:6px;font-size:15px;color:#333;padding:8px 14px;text-decoration:none;transition:background .3s ease,color .3s ease}.dropdown a i{font-size:18px;min-width:18px;text-align:center}.dropdown a:hover{background-color:#f0f0f0;color:#9c2483;border-radius:6px}.impact-heading{font-size:32px;text-align:center;margin-bottom:40px;color:#001b38}.impact-block{margin-bottom:32px}.impact-block h3{font-size:22px;color:#07c;margin-bottom:12px}.impact-block p{font-size:16px;color:#444;line-height:1.6;margin-bottom:12px}.impact-block ul{padding-left:20px;list-style:disc;color:#333;line-height:1.6}.impact-block li{margin-bottom:10px}body{background-color:#fff;margin:0;font-family:Arial,sans-serif;overflow-x:hidden}.projects-hero-wrapper{background-color:#fff;padding:60px 20px;display:flex;justify-content:center;align-items:center}.projects-hero{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:28px;padding:40px;max-width:1200px;width:100%;gap:40px}.projects-hero__content{flex:1;min-width:280px}.projects-hero__stats{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.projects-hero__stats img{width:40px;height:40px;border-radius:50%}.projects-hero__stats span{font-weight:600;font-size:clamp(14px,2vw,16px);color:#1e805b}.projects-hero__content h1{font-size:clamp(24px,4vw,42px);font-weight:700;margin-bottom:20px;color:#111;line-height:1.3}.projects-hero__content p{font-size:clamp(14px,2.5vw,18px);color:#555;margin-bottom:24px;line-height:1.6;max-width:500px}.projects-hero__btn{background:#ffb800;color:#fff;padding:12px 22px;border:none;border-radius:50px;font-weight:600;cursor:pointer;font-size:clamp(14px,2vw,16px);display:inline-flex;align-items:center;gap:8px;transition:.3s;white-space:nowrap}.projects-hero__btn:hover{background:#e09a00}.projects-hero__images{flex:1;display:flex;flex-direction:column;gap:20px;min-width:250px}.projects-hero__image{width:100%;border-radius:24px;object-fit:cover;max-width:100%}.projects-hero__image.main{height:clamp(180px,35vw,280px)}.projects-hero__image.small{height:clamp(120px,20vw,150px);width:70%;margin-left:auto}@media (max-width: 992px){.projects-hero{flex-direction:column;text-align:center;padding:30px}.projects-hero__images{flex-direction:row;justify-content:center}.projects-hero__image.small{width:40%;margin:0}}@media (max-width: 600px){.projects-hero{padding:20px;gap:20px}.projects-hero__content p{max-width:100%}.projects-hero__images{flex-direction:column}.projects-hero__image.small{width:100%}}.projects-section{padding:50px 20px;background-color:#fff;min-height:100vh}.projects-section__heading{text-align:center;font-size:clamp(22px,4vw,32px);margin-bottom:40px;color:#1e805b}.projects-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media (max-width: 992px){.projects-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.projects-section__grid{grid-template-columns:1fr}}.projects-section__card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 12px #0000001a;transition:transform .3s ease}.projects-section__card:hover{transform:translateY(-5px)}.projects-section__image{width:100%;height:clamp(180px,30vw,240px);object-fit:cover}.projects-section__info{padding:24px}.projects-section__title{font-size:clamp(16px,3vw,20px);margin-bottom:12px;color:#0b5740}.projects-section__desc{font-size:clamp(14px,2.5vw,15px);color:#444;margin-bottom:16px}.projects-section__link{color:#1e805b;font-weight:700;text-decoration:none}.projects-section__link:hover{text-decoration:underline}.contact-container{background-color:#fff;padding:60px 20px;font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:center}.contact-card{background-color:#fff;border-radius:12px;width:100%;max-width:1000px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:40px;gap:40px;margin-top:20px}.contact-info{flex:1;min-width:280px;color:#333}.contact-info h2{font-size:30px;margin-bottom:10px;color:#111}.contact-info p{margin-bottom:20px;color:#666}.contact-info ul{list-style:none;padding:0;line-height:1.8}.contact-info li strong{color:#000}.contact-form{flex:1;display:flex;flex-direction:column;gap:16px;min-width:280px}.contact-form input,.contact-form textarea{padding:12px 16px;border:1px solid #ccc;border-radius:8px;font-size:16px;background-color:#fff;color:#000;transition:border .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#1e805b;outline:none}.contact-form button{padding:14px;background-color:#1e805b;color:#fff;font-weight:700;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.contact-form button:hover{background-color:#146347}.map-section{width:100%;margin-top:20px;border-radius:10px;overflow:hidden}.about-modern-container{font-family:Segoe UI,sans-serif;padding:40px 5%;background-color:#fff;color:#111}.about-modern-hero{display:flex;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap;margin-bottom:50px}.about-modern-text{flex:1;min-width:300px}.about-modern-text h1{font-size:2.5rem;line-height:1.3;font-weight:700;color:#111}.highlight{color:#2e8b57;font-weight:700}.about-modern-text p{font-size:1rem;color:#555;margin-top:20px;max-width:600px}.about-modern-image{flex:1;min-width:300px}.about-modern-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}.about-modern-features{margin:60px 0;text-align:center}.about-modern-features h2{font-size:1.8rem;margin-bottom:20px;color:#111}.about-modern-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.about-modern-tags span{background-color:#eef7f1;color:#2e8b57;padding:10px 16px;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid #cde7d6}.about-modern-mission{margin-top:60px;max-width:800px;margin-left:auto;margin-right:auto}.about-modern-mission h2{font-size:1.6rem;margin-bottom:16px;color:#111}.about-modern-mission p{font-size:1rem;color:#444;margin-bottom:12px}.about-modern-mission ul{list-style:decimal inside;padding-left:0;color:#444}.about-modern-mission li{margin-bottom:10px}@media (max-width: 768px){.about-modern-hero{flex-direction:column}.about-modern-text h1{font-size:2rem}}.section-header{padding:4rem 2rem;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.section-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.section-header>*{position:relative;z-index:1}.section-header h2{font-size:2rem;color:#fbf9fe;margin-bottom:1rem}.mentioned-topics{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1rem}.tag{background:#e7e7e7;color:#333;padding:.4rem .8rem;border-radius:4px;font-size:.9rem}.expertise-links{font-size:.9rem;color:#555;margin-bottom:1rem}.expertise-links a{color:#007cc3;text-decoration:none}.expertise-links a:hover{text-decoration:underline}.action-icons{position:absolute;top:2rem;right:2rem;display:flex;gap:1rem}.icon-button{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff}.icon-button.blue{background-color:#00b4f0}.icon-button.dark{background-color:#1f5d77}.icon-button i{font-size:16px}
