@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";.top-header{background-color:#333;color:#c2c2c2;padding:.5% 5%;display:flex;justify-content:space-between;align-items:center;font-weight:200;font-size:1rem}.left-section,.right-section{display:flex;align-items:center;gap:3%}.social-icons{display:flex;gap:1em;margin-right:1.5em}.social-icon{width:1.2em;height:1.2em;opacity:.7;transition:opacity .4s}.social-icons span{color:#f5f5f5;margin-left:20px}.Icon{width:1.2em;height:1.2em;transition:opacity .4s;flex-shrink:0}.left-section span{display:flex;align-items:center;white-space:nowrap}.left-section a{color:#f5f5f5;text-decoration:none;transition:opacity .4s}.left-section .Icon{margin-right:.5em}.left-section span:hover .Icon,.left-section span:hover a{opacity:.7}.requestpagebtn{display:inline-flex;align-items:center;gap:8px;padding:10px;background-color:#fff;color:#333;text-decoration:none;border-radius:20px;font-weight:700;transition:background-color .3s,transform .2s;animation:pulseBounce 2s infinite}.requestpagebtn:hover{background-color:#afd5e9;transform:scale(1.05)}.requestpagebtn-icon{font-size:16px}@keyframes pulseBounce{0%{transform:scale(1) translateY(0)}25%{transform:scale(1.05) translateY(-3px)}50%{transform:scale(1.1) translateY(0)}75%{transform:scale(1.05) translateY(3px)}to{transform:scale(1) translateY(0)}}.address-span{margin-right:1.5em}@media (max-width: 768px){.top-header{display:none}}@media (max-width: 1200px){.top-header{font-size:.8rem}.Icon,.social-icon{width:1.5em;height:1.5em}.request{padding:.4em .8em}}nav{width:100%;background-color:var(--background);color:var(--text);padding:.625em 5%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}nav.scrolled{position:fixed;top:0;left:0;right:0;animation:slideDown .3s ease-out;background-color:#fff;box-shadow:0 2px 10px #0000001a;margin:0 auto}.Logo{width:8.859375em;height:auto;opacity:0;transform:translateY(-50px);animation:logoFadeIn .8s ease-out forwards;transition:transform .4s ease,filter .4s ease}.Logo:hover{transform:scale(1.05) rotate(1deg);filter:drop-shadow(0 4px 6px rgba(0,0,0,.5))}@keyframes logoFadeIn{to{opacity:1;transform:translateY(0)}}nav ul{display:flex;align-items:center;margin:0;padding:0}nav ul li{list-style:none;margin:0 .9375em;position:relative}nav ul li a{color:var(--button-color);text-decoration:none;font-size:1.0625rem;transition:color .4s}nav ul li a:hover{color:#666}.services-dropdown-container,.about-dropdown-container,.language-dropdown-container{position:relative;display:inline-block}button.services-dropdown,button.about-dropdown,button.language-dropdown{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:16px;gap:4px;transition:background .2s ease,transform .2s ease}button.language-dropdown{border:.0625em solid #ddd;border-radius:.25em;padding:8px 12px}.dropdown-icon{font-size:.9em;transition:transform .3s ease;display:inline-block}.dropdown-icon{transition:transform .3s ease}.dropdown-icon.rotate{transform:rotate(180deg)}.services-options{display:none;position:absolute;top:100%;left:0;background-color:#fff;min-width:180px;width:370px;box-shadow:0 4px 8px #0000001a;border-radius:5px;padding:10px 0;z-index:1000}.services-dropdown-container:hover .services-options{display:block}.services-options li .services-link{display:flex;align-items:center;padding:8px 20px;text-decoration:none;color:#333;border-radius:4px;transition:background-color .3s,color .3s}.services-options li .services-link:hover{background-color:#66bde8;color:#fff}.services-options li .services-link .services-icon{margin-right:8px;transition:color .3s}.services-options li .services-link:hover .services-icon{color:#fff}.about-options{display:none;position:absolute;top:100%;left:0;background-color:#fff;min-width:180px;width:240px;box-shadow:0 4px 8px #0000001a;border-radius:5px;padding:10px 0;z-index:1000}.about-dropdown-container:hover .about-options{display:block}.about-options li .about-link{display:flex;align-items:center;padding:8px 20px;text-decoration:none;color:#333;border-radius:4px;transition:background-color .3s,color .3s}.about-options li .about-link:hover{background-color:#66bde8;color:#fff}.about-options li .about-link .about-icon{margin-right:8px;transition:color .3s}.about-options li .about-link:hover .about-icon{color:#fff}.blue-icon,.green-icon,.gold-icon,.purple-icon,.orange-icon,.red-icon{color:#66bde8}.language-dropdown{display:flex;align-items:center;gap:8px;padding:.5em .9375em;background:var(--button-background);color:var(--button-color);border:.0625em solid #ddd;border-radius:.375em;font-size:1rem;cursor:pointer;white-space:nowrap}.flag-icon{width:20px;height:15px;object-fit:cover;border-radius:2px}.language-options{position:absolute;top:91%;right:0;background-color:#fff;border:.0625em solid #ddd;border-radius:.375em;padding:0;margin:.25em 0 0;display:flex;flex-direction:column;width:130px;box-shadow:0 .25em .5em #0000001a;z-index:1000;overflow:hidden}.language-options li{display:flex;align-items:center;gap:8px;padding:.75em 1em;cursor:pointer;font-size:1rem}.requestbtn{display:flex;align-items:center;gap:5px;padding:.5em 1em;background-color:var(--button-background);color:var(--button-color);border-radius:.375em;border:.0625em solid #ddd;font-size:1rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.requestbtn:hover{background-color:var(--button-hover-background);transform:translateY(-2px)}.mobile-nav{padding:.625em 5%;box-sizing:border-box;display:none;flex-direction:column;background-color:var(--background)}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;width:100%}.hamburger-menu{background:none;border:none;cursor:pointer;padding:.5em;display:flex;align-items:center}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .33s ease-in-out,visibility .33s ease-in-out}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:-100%;width:80%;max-width:350px;height:100%;background-color:#f5f5f5;color:#333;transition:left .33s ease-in-out;z-index:1001;display:flex;flex-direction:column;overflow-y:auto;box-sizing:border-box;padding-bottom:2em}.mobile-menu.open{left:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1em}.mobile-menu-header .Logo{width:6em}.close-menu{background:none;border:none;color:#333;cursor:pointer;padding:.5em}.mobile-nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.mobile-nav-links li a{color:#333;text-decoration:none;display:block;padding:1em;transition:background-color .33s ease;font-size:1.2rem}.mobile-nav-links li a:hover{background-color:#e9e9e9}.mobile-services-dropdown{width:44%;position:relative;left:10px}.mobile-about-dropdown{width:65%;position:relative;left:30px}.mobile-services-dropdown>button{text-align:left;background:none;border:none;color:#333;padding:1em;font-size:1.2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:5px}.mobile-about-dropdown>button{text-align:left;background:none;border:none;color:#333;padding:1em;font-size:1.2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:5px}.mobile-services-dropdown .dropdown-icon,.mobile-about-dropdown .dropdown-icon{transition:transform .3s ease;font-size:.8em}.mobile-services-dropdown .mobile-services-options,.mobile-about-dropdown .mobile-about-options{display:block;list-style:none;padding:0;margin:0;background-color:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease-out;border-radius:10px}.mobile-services-options{width:320px;position:relative;left:-95px}.mobile-about-options{width:200px;position:relative;left:-10px}.mobile-services-dropdown .mobile-services-options.show,.mobile-about-dropdown .mobile-about-options.show{max-height:1000px}.mobile-services-dropdown .mobile-services-options li,.mobile-about-dropdown .mobile-about-options li{display:block;border-bottom:none}.mobile-services-dropdown .mobile-services-options li a,.mobile-about-dropdown .mobile-about-options li a{display:flex;align-items:center;gap:8px;font-size:1rem;width:100%;padding:.8em 2em;color:#333;text-decoration:none;transition:background .2s ease,color .2s ease}.mobile-services-dropdown .mobile-services-options li a svg,.mobile-about-dropdown .mobile-about-options li a svg{margin-right:.5em;font-size:1em;color:#333}.mobile-services-dropdown .mobile-services-options li a:hover,.mobile-about-dropdown .mobile-about-options li a:hover{background-color:#e9e9e9}.mobile-services-dropdown .dropdown-icon.rotate,.mobile-about-dropdown .dropdown-icon.rotate{transform:rotate(180deg)}.mobile-language-switch{padding:1em;position:relative;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.mobile-language-switch .language-dropdown{width:50%;border-radius:10px;padding:.75em;font-size:1rem;background-color:#fff;color:#333;cursor:pointer;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.mobile-language-switch .language-options{position:absolute;top:calc(80% + .25em);background-color:#fff;border:.0625em solid #ddd;border-top:none;border-radius:10px;z-index:1000;display:none;padding:0;margin:0;list-style:none;width:50%;left:50%;transform:translate(-50%)}.mobile-language-switch .language-options.show{display:flex;flex-direction:column;align-items:center}.mobile-language-switch .language-options li{display:flex;align-items:center;justify-content:center;gap:8px;padding:.75em;cursor:pointer;font-size:1rem;background-color:#fff;text-align:center;width:100%}.mobile-language-switch .language-options li:hover{background-color:#f0f0f0}.mobile-contact-info{padding:1em;text-align:center}.mobile-contact-info p{display:flex;align-items:center;justify-content:center;margin:.5em 0;color:#333;font-size:1.05rem}.mobile-contact-info .Icon{width:1.2em;height:1.2em;margin-right:.5em;opacity:.7}.mobile-social-links{padding:1em;display:flex;justify-content:center;gap:1em}.mobilesocial-icon{width:1.5em;height:1.5em;opacity:.7;transition:opacity .44s,color .3s ease;border-radius:40%}.mobilesocial-icon:hover{opacity:1}@media screen and (max-width: 992px){.desktop-nav{display:none}.mobile-nav{display:flex}.Logo{width:6em}}@media screen and (min-width: 993px){.mobile-nav{display:none}.desktop-nav{display:flex}}@media (max-width: 768px){.mobile-menu{width:90%}.mobile-nav-links li a{font-size:1.1rem;padding:.9em 1em}}.footer{flex-shrink:0;background-color:#333;color:#f5f5f5;padding:100px 5% 1rem;font-family:Arial,sans-serif}.footer-top{display:flex;flex-wrap:wrap;max-width:1300px;margin:0 auto 2rem;gap:0}.footer-col{flex:1;min-width:0;padding:0 1rem;box-sizing:border-box}.footer-about img.footer-logo{max-width:150px;max-height:100px;margin-bottom:1rem}.footer-about p{font-size:.9rem;line-height:1.4;color:#c2c2c2}.footer-col h4{font-size:1rem;font-weight:700;margin-bottom:1rem;position:relative}.footer-col h4:after{content:"";width:30px;height:2px;background-color:#66bde8;position:absolute;bottom:-6px;left:0}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.footer-col ul li a{color:#f5f5f5;text-decoration:none;transition:color .3s ease;display:flex;align-items:center}.footer-col ul li a:hover{color:#66bde8}.footer-col p{font-size:.9rem;color:#c2c2c2;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding-top:1rem;gap:1rem}.footer-bottom p{font-size:.85rem;color:#c2c2c2}.footer-links a{color:#f5f5f5;text-decoration:none;margin:0 .5rem;font-size:.85rem}.footer-links a:hover{color:#66bde8}.footer-links{display:flex;gap:8px;align-items:center}.footer-link-separator{color:#666;margin:0 4px}.social-icons a{color:#f5f5f5;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icons a:hover{transform:scale(1.3)}@media (max-width: 1024px){.footer-top{gap:1.5rem}.footer-col{flex:1 1 45%}}@media (max-width: 768px){.footer-top{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.footer-col{flex:1 1 100%}.newsletter{flex-direction:column;gap:.5rem}.newsletter input,.newsletter button{width:100%;border-radius:4px}.footer-col ul li{font-size:.95rem}.social-icons{margin-top:.5rem}}@media (max-width: 480px){.footer{padding:2rem 3%}.footer-col h4:after{width:20px}.footer-col ul li{font-size:.9rem;gap:.4rem}.social-icons a{font-size:.9rem;margin:0 .3rem}}.hero{width:100%;min-height:70svh;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;overflow:hidden}.hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1}.slide-nav{position:absolute;top:50%;transform:translateY(-50%);background:#35799ca6;color:#fff;border:none;padding:10px;cursor:pointer;font-size:24px;transition:all .3s ease;z-index:1000;border-radius:4px}.slide-nav:hover{background:#35799ca6;transform:translateY(-50%) scale(1.1)}.slide-nav.prev{left:20px}.slide-nav.next{right:20px}.slide-dots{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:1000}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease;border:none;padding:0;margin:0;display:block;position:relative;z-index:1001}.dot.active{background:#fff;transform:scale(1.3);box-shadow:0 0 10px #66bde880}.dot:hover{background:#fff;transform:scale(1.2)}.hero-content-overlay{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2}.hero-content{display:flex;align-items:center;justify-content:space-between;max-width:1550px;gap:2rem;position:relative;z-index:3}.hero-text{flex:1;max-width:1100px;opacity:0;animation:fadeSlideLeft 1s ease-out forwards;animation-delay:.2s}.hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:1rem}.hero-text p{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.95;animation:fadeSlideLeft 1s ease-out forwards;animation-delay:.6s}.more-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease;background-color:#333;color:#fff;opacity:0;animation:fadeSlideLeft 1s ease-out forwards,pulseGlow 3s infinite;animation-delay:.8s;position:relative;z-index:4}.more-button:hover{background-color:#686868;transform:translateY(-2px);box-shadow:0 6px 18px #3e414299}.more-button .more-icon{transition:transform .3s ease}.more-button:hover .more-icon{animation:bounceArrow .6s ease-in-out infinite}.more-link{display:inline-flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;width:100%;height:100%}@keyframes gradientWave{0%{background-position:0% 50%,center}50%{background-position:100% 50%,center}to{background-position:0% 50%,center}}@keyframes fadeSlideLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes bounceArrow{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{10%,to{box-shadow:0 0 10px #5b5b5c99,0 0 20px #66bde881}50%{box-shadow:0 0 20px #393b3b,0 0 40px #66bde880}}@keyframes zoomHero{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 1024px){.hero-content{flex-direction:column-reverse;text-align:center;gap:1.5rem}.hero-text{max-width:100%}.slide-nav{padding:10px 14px;font-size:20px}}@media (max-width: 768px){.hero{padding:2.5rem;min-height:60svh;margin-bottom:-80px;margin-top:20px}.hero-text h1{font-size:2.25rem}.hero-text p{font-size:1.125rem;margin-bottom:2rem}.more-button{padding:.875rem 2rem}.slide-nav{padding:8px 12px;font-size:18px}.slide-nav.prev{left:10px}.slide-nav.next{right:10px}.slide-dots{bottom:20px}}@media (max-width: 480px){.hero{padding:1.5rem;margin-bottom:-80px;margin-top:20px}.hero-text h1{font-size:1.75rem}.hero-text p{font-size:1rem}.slide-nav{display:none}.slide-dots{gap:8px;bottom:15px}.dot{width:10px;height:10px}}.highlights-container{position:relative;left:0;right:0;display:flex;justify-content:center;z-index:10;transform:none;bottom:45px}.highlights{background:#282828bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 1.1rem;display:flex;justify-content:space-between;align-items:center;border-radius:1rem;width:60%;max-width:1600px;box-shadow:0 8px 32px #00000080;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.highlights:hover{box-shadow:0 12px 40px #00000040;transform:translateY(-2px)}.highlight-item{display:flex;align-items:center;flex:1;transition:transform .3s ease}.highlight-item:hover{transform:scale(1.03)}.highlight-icon{width:2.75rem;height:2.75rem;min-width:2.75rem;margin-right:1.25rem;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.highlight-content{flex:1}.highlight-value{font-size:1.1rem;font-weight:600;color:#fff;margin:0;word-wrap:break-word;text-shadow:0 1px 3px rgba(0,0,0,.2)}.highlight-separator{width:1px;height:3.5rem;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.4),transparent);margin:0 2rem}@media (max-width: 1200px){.highlights{width:90%;padding:1.5rem 2rem}.highlight-icon{width:2.5rem;height:2.5rem;min-width:2.5rem}.highlight-value{font-size:1rem}}@media (max-width: 992px){.highlights{width:95%;padding:1.25rem 1.75rem}.highlight-icon{width:2.25rem;height:2.25rem;min-width:2.25rem}.highlight-value{font-size:.95rem}.highlight-separator{height:3rem;margin:0 1.25rem}}@media (max-width: 768px){.highlights-container{position:relative;transform:none;margin-top:90px;margin-bottom:-70px}.highlights{flex-direction:column;padding:2rem;width:85%;gap:0rem}.highlight-item{margin:.5rem 0;width:100%;justify-content:flex-start}.highlight-icon{width:2.25rem;height:2.25rem;min-width:2.25rem}.highlight-value{font-size:1.05rem;text-align:left}.highlight-separator{width:70%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);margin:.5rem 0}}@media (max-width: 480px){.highlights{padding:1.5rem;width:90%}.highlight-icon{width:2rem;height:2rem}}.service-section{width:100%;max-width:1200px;margin:0 auto;padding:50px 20px 100px}.service-content{display:flex;gap:5%}.service-text{flex:1;color:var(--text)}.service-section .section-title{font-size:2.5em;font-weight:600;margin-bottom:4%;text-align:left;position:relative}.service-section .section-title:after{content:"";position:absolute;bottom:-12px;left:0;width:70px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:4px}.service-description{font-size:1em;line-height:1.6;margin-bottom:3%}.service-list{list-style-type:none;padding-left:0;margin-bottom:5%}.service-list li{margin-bottom:1.5em;display:flex;align-items:center}.service-list li svg{color:#66bde8;margin-right:2%;min-height:20px;min-width:20px}.cta-button{background-color:#66bde8;color:#fff;font-weight:700;border:none;padding:2% 4%;font-size:1em;border-radius:6px;cursor:pointer;transition:background-color .4s,color .4s,transform .4s;display:inline-flex;align-items:center;gap:.6em}.cta-button:hover{background-color:#333;color:#f5f5f5;transform:scale(1.05)}.cta-icon{font-size:1.1em;transition:transform .3s ease}.cta-button:hover .cta-icon{transform:translate(4px)}.service-cards{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:5%}.service-card{background:#66bde8;border-radius:12px;padding:8% 8% 12%;box-shadow:0 4px 6px #0000004d;transition:transform .4s,box-shadow .4s;transform:translateY(10%);display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative}.service-card.animate{animation:slideIn .5s forwards}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.service-card:hover{transform:translateY(-3%) scale(1.05);box-shadow:0 10px 20px #00000026}.service-icon{color:#fff;margin-bottom:8%;transition:transform .4s ease;font-weight:700;font-size:50px}.service-card:hover .service-icon{transform:scale(1.25)}.service-title{font-size:1.25em;font-weight:600;margin-bottom:8%;color:var(--text-shade)}.learn-more{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:500;position:absolute;bottom:8%;left:8%;transition:transform .4s;font-weight:700}.learn-more span{display:inline-block;transition:transform .4s}.learn-more svg{margin-left:.5em;transition:all .4s ease;transform-origin:left center}.service-card:hover .learn-more span{transform:scale(1.05)}.service-card:hover .learn-more svg{transform:scaleX(1.5);margin-left:.8em}@media (max-width: 1024px){.service-content{flex-direction:column}.service-cards{grid-template-columns:repeat(2,1fr);gap:3%;margin-top:5%}.service-card{padding:6% 6% 10%}}@media (max-width: 768px){.service-section{padding:40px 20px}.service-cards{grid-template-columns:repeat(2,1fr)}.service-card{padding:8% 8% 15%}.learn-more{bottom:10%}}@media (max-width: 576px){.service-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.service-card{height:auto;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.service-icon{font-size:1.5rem;margin-bottom:.5rem}.service-title{font-size:1rem;margin-bottom:.5rem}.learn-more{position:static;margin-top:.5rem;font-size:.8rem}.service-card:nth-child(5),.service-card:nth-child(6){grid-column:1 / -1}.cta-button{margin:1rem 0;padding:.75rem 1.5rem;font-size:.9rem}}.approach-section{background-color:#f5f5f5;padding:4vw 2vw;color:#333}.approachsection-title{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:4rem;color:#333;width:100%;position:relative}.approachsection-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:70px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:4px}.approach-content{display:flex;flex-direction:column;align-items:center;max-width:90vw;margin:0 auto}.letters-column{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;width:100%}.letter-circle{width:3.25rem;height:3.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;margin:0 .6rem;position:relative;overflow:hidden;cursor:pointer;border:none;background-color:#e9e9e9;color:#333;transition:background-color .5s ease,color .5s ease}.letter-circle.active{background-color:#66bde8;color:#fff}.letter-circle span{position:relative;z-index:2}.description-column{width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;min-height:200px;padding:0 5%}.description-content{position:absolute;width:100%;max-width:80%;opacity:0;transition:opacity .5s ease,transform .5s ease}.description-content.active{opacity:1;transform:translate(0)}.description-content.next{transform:translate(100%)}.description-content.prev{transform:translate(-100%)}.description-content.exit-left{opacity:0;transform:translate(-100%)}.description-content.exit-right{opacity:0;transform:translate(100%)}.description-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}.description-text{font-size:1rem;line-height:1.6;color:#666;text-align:center}@media (max-width: 768px){.approach-section{padding:2rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.letter-circle{width:2.75rem;height:2.75rem;font-size:1.3rem;margin:0 .3rem}.description-content{max-width:90%}}@media (max-width: 480px){.letter-circle{width:2.5rem;height:2.5rem;font-size:1.2rem;margin:0 .2rem}}@media (max-width: 360px){.letter-circle{width:2.25rem;height:2.25rem;font-size:1.1rem;margin:0 .15rem}}.commitments-section{padding:3rem 5%;background:#f2f2f2;position:relative;overflow:hidden;margin:0}.commitments__title{font-size:2.75rem;font-weight:800;letter-spacing:-.5px;color:#333;-webkit-background-clip:text;background-clip:text;display:block;text-align:center;position:relative;padding-bottom:1rem}.commitments__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:4px}.commitments__container{position:relative;width:100%;max-width:64rem;margin:0 auto;padding:0 4rem}.commitments__content{position:relative;overflow:hidden;height:28rem;border-radius:24px}.commitments__item{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;padding:3rem;opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:center;align-items:center}.commitments__item.active{opacity:1;transform:translate(0)}.commitments__item.next{transform:translate(100%)}.commitments__item.prev{transform:translate(-100%)}.commitment__logo{width:10rem;height:10rem;object-fit:contain;margin-bottom:2rem;filter:drop-shadow(0 4px 12px rgba(102,189,232,.2));transition:transform .4s ease}.commitments__item.active .commitment__logo{transform:scale(1.05)}.commitments__item:nth-child(3) .commitment__logo{width:16rem;height:16rem}.commitment__name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;position:relative}.commitment__name:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#66bde8,#8fd3f4);transition:width .4s ease}.commitments__item.active .commitment__name:after{width:60px}.commitment__description{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#4a5568;max-width:70%}.commitment__link{color:#66bde8;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;position:relative}.commitment__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:currentColor;transition:width .3s ease}.commitment__link:hover{color:#4a90e2}.commitment__link:hover:after{width:100%}.commitments__arrow{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#66bde8,#8fd3f4);color:#fff;border:none;font-size:1.5rem;width:3.5rem;height:3.5rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10;box-shadow:0 4px 12px #66bde84d}.commitments__arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #66bde866}.commitments__arrow--left{left:1rem}.commitments__arrow--right{right:1rem}.commitments__indicators{display:flex;justify-content:center;margin-top:2rem;gap:.8rem}.commitments__indicator{width:1rem;height:1rem;border-radius:1rem;background-color:#e2e8f0;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:none}.commitments__indicator:hover{transform:scale(1.25);background-color:#cbd5e0}.commitments__indicator.active{background:linear-gradient(135deg,#66bde8,#8fd3f4);width:2rem;transform:scale(1.1)}@media (max-width: 1024px){.commitments-section{padding:5rem 5%}.commitments__content{height:26rem}.commitment__logo{width:9rem;height:9rem}.commitments__item:nth-child(3) .commitment__logo{width:14rem;height:14rem}.commitment__description{max-width:80%}}@media (max-width: 768px){.commitments__title{font-size:2.25rem}.commitments__container{padding:0 2rem}.commitments__content{height:28rem}.commitment__logo{width:8rem;height:8rem}.commitments__item:nth-child(3) .commitment__logo{width:12rem;height:12rem}.commitment__description{font-size:1rem;max-width:90%}.commitments__arrow{width:3rem;height:3rem;font-size:1.25rem}}@media (max-width: 576px){.commitments-section{padding:4rem 1rem}.commitments__title{font-size:2rem}.commitments__container{padding:0}.commitments__content{height:26rem;border-radius:16px}.commitments__item{padding:2rem}.commitment__logo{width:6rem;height:6rem}.commitments__item:nth-child(3) .commitment__logo{width:10rem;height:10rem}.commitment__name{font-size:1.3rem}.commitment__description{font-size:.9rem;max-width:100%}.commitments__arrow{width:2.5rem;height:2.5rem;font-size:1rem}.commitments__indicators{gap:.5rem}.commitments__indicator{width:.8rem;height:.8rem}.commitments__indicator.active{width:1.5rem}}.process-section{background:#f2f2f2;color:#1a1a1a;padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}.process-header .underline{display:block;width:60px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);margin:0 auto 1.5rem;border-radius:4px}.process-header h2{font-size:2.1rem;font-weight:800;letter-spacing:-.5px;color:#333;-webkit-background-clip:text;background-clip:text;display:inline-block;margin-bottom:1rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem;max-width:1200px;margin:0 auto;position:relative}.process-step{text-align:center;position:relative;padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #66bde81a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(102,189,232,.15)}.process-step:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#66bde808,#8fd3f408);z-index:-1}.process-step:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 12px 40px #66bde833}.icon-wrapper{background:linear-gradient(135deg,#66bde81a,#8fd3f41a);border-radius:50%;width:90px;height:90px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;position:relative;color:#66bde8;font-size:2.5rem;transition:all .3s ease}.process-step:hover .icon-wrapper{transform:rotate(10deg) scale(1.1);background:linear-gradient(135deg,#66bde833,#8fd3f433)}.step-number{position:absolute;top:-10px;left:-10px;background:linear-gradient(135deg,#66bde8,#8fd3f4);color:#fff;width:36px;height:36px;border-radius:50%;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #66bde84d;transition:all .3s ease}.process-step:hover .step-number{transform:scale(1.15)}.process-step h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;position:relative}.process-step h3:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#66bde8,#8fd3f4);transition:width .4s ease}.process-step:hover h3:after{width:60px}.process-step p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:1.5rem}.quote-btn{margin-top:1rem;background:linear-gradient(90deg,#66bde8,#8fd3f4);color:#fff;border:none;padding:.8rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #66bde84d;display:inline-flex;align-items:center;gap:.5rem}.quote-btn:hover{background:linear-gradient(90deg,#5aa8d8,#7fc3e8);transform:translateY(-2px);box-shadow:0 6px 16px #66bde866}@media (max-width: 1024px){.process-section{padding:5rem 1.5rem}.process-header h2{font-size:2.25rem}.process-steps{gap:2rem}.process-step{padding:1.75rem}}@media (max-width: 768px){.process-header h2{font-size:2rem}.process-header .underline{width:50px;height:3px}.process-steps{grid-template-columns:1fr 1fr}.icon-wrapper{width:80px;height:80px;font-size:2rem}.process-step h3{font-size:1.3rem}.process-step p{font-size:1rem}}@media (max-width: 576px){.process-section{padding:2rem 1rem}.process-header h2{font-size:1.75rem}.process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.process-step{padding:1.25rem;text-align:center}.icon-wrapper{margin-bottom:.75rem}.step-number{font-size:1rem}.process-steps h3{font-size:.95rem;margin-bottom:.4rem}.process-steps p{font-size:.85rem;line-height:1.4}.quote-btn{padding:.75rem 1.75rem;font-size:.9rem}}.why-choose-us{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,3vw,2rem);max-width:min(1300px,95%);margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1rem,5%,5%);font-family:Inter,system-ui,sans-serif;color:#333;align-items:flex-start}.why-left{flex:1 1 min(350px,100%)}.why-left h2{font-size:clamp(1.8rem,2.5vw,2.5rem);margin-bottom:clamp(.75rem,1.5vw,1rem);color:#111827;line-height:1.2}.why-left p{font-size:clamp(.95rem,1.1vw,1.1rem);margin-bottom:clamp(1rem,1.5vw,1.5rem);line-height:1.6;color:#4b5563}.why-left ul{list-style:none;padding:0;margin:0 0 clamp(1.5rem,2vw,2rem) 0}.why-left ul li{display:flex;align-items:center;gap:.75rem;margin-bottom:clamp(.5rem,.75vw,.75rem);font-size:clamp(.9rem,1vw,1rem);color:#66bde8}.why-left ul li svg{color:#66bde8;min-width:20px}.why-left button{background-color:#66bde8;color:#fff;border:none;padding:clamp(.65rem,1vw,.75rem) clamp(1.25rem,1.5vw,1.5rem);font-size:clamp(.9rem,1vw,1rem);cursor:pointer;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;display:inline-flex;align-items:center;gap:.6em}.why-left button .cta-icon{font-size:1.1em;transition:transform .3s ease}.why-left button:hover{background-color:#66bde8;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f640}.why-left button:hover .cta-icon{transform:translate(4px)}.why-right{flex:1 1 min(600px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:clamp(1rem,1.5vw,1.5rem)}.feature-card{background-color:#333;color:#f9fafb;padding:clamp(1.25rem,1.5vw,1.5rem);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #1f2937}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026;border-color:#66bde8}.feature-card .icon{font-size:clamp(1.8rem,2.2vw,2.2rem);margin-bottom:clamp(.5rem,.75vw,.75rem);color:#66bde8}.feature-card h4{margin-bottom:clamp(.5rem,.75vw,.75rem);font-size:clamp(1rem,1.15vw,1.15rem);font-weight:600;color:#fff}.feature-card p{font-size:clamp(.85rem,.95vw,.95rem);line-height:1.6;color:#d1d5db}@media (max-width: 768px){.why-choose-us{flex-direction:column}.why-left,.why-right{width:100%}}@media (max-width: 480px){.why-left h2{font-size:1.7rem}.why-left button{width:100%}.feature-card{padding:1.25rem}.why-right{grid-template-columns:repeat(2,1fr);gap:10px}}.tech-container{padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}.tech-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.5px;color:#333;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative;padding-bottom:1rem}.tech-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:4px}.tech-tabs{display:flex;justify-content:center;gap:2.5rem;margin-bottom:3rem;flex-wrap:wrap}.tech-tab{font-size:1.25rem;font-weight:600;cursor:pointer;padding:.5rem 0;color:#2d3748;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative}.tech-tab:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:3px;transition:width .3s ease}.tech-tab:hover{color:#66bde8}.tech-tab:hover:after{width:100%}.tech-tab.active{color:#66bde8}.tech-tab.active:after{width:100%}.tech-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;max-width:1220px;margin-left:auto;margin-right:auto}.tech-card{text-align:center;background:#fffffff2;padding:2rem 1.5rem;border-radius:16px;box-shadow:0 8px 24px #66bde81a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(102,189,232,.15)}.tech-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 12px 32px #66bde833;border-color:#66bde84d}.tech-card img{width:80px;height:80px;object-fit:contain;display:block;margin:0 auto;transition:transform .3s ease}.tech-card:hover img{transform:scale(1.1)}.tech-card p{margin-top:1.25rem;font-size:1rem;color:#4a5568;font-weight:500;transition:color .3s ease}.tech-card:hover p{color:#2d3748}@media (max-width: 1024px){.tech-container{padding:6rem 1.5rem}.tech-items{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem}.tech-card{padding:1.75rem 1.25rem}}@media (max-width: 768px){.tech-title{font-size:2rem}.tech-tabs{gap:1.5rem;margin-bottom:2rem}.tech-tab{font-size:1rem}.tech-items{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem}.tech-card img{width:60px;height:60px}}@media (max-width: 480px){.tech-container{padding:3rem 1rem}.tech-title{font-size:1.75rem}.tech-tabs{gap:1rem}.tech-items{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem}.tech-card{padding:.2rem .5rem}.tech-card img{width:50px;height:50px}.tech-card p{font-size:.8rem;text-align:center}}.Homepagesupporting-section{padding:5rem 1rem;padding-bottom:120px}.Homepagesupportingcontainer{max-width:1200px;margin:0 auto;width:100%}.Homepagesupportingsection-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#1e293b;font-weight:700;line-height:1.3;position:relative}.Homepagesupportingsection-title:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:4px}.Homepagesupportingstage-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;justify-content:center}.Homepagesupportingstage-card{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px #00000017;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;cursor:pointer;height:auto;width:100%;max-width:350px;margin:0 auto;opacity:0;animation:fadeIn .6s ease forwards}.Homepagesupportingstage-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 15px 25px #00000026}.Homepagesupportingstage-number{font-size:2.5rem;font-weight:800;color:#e2e8f0;margin-bottom:.5rem;line-height:1}.Homepagesupportingstage-title{font-size:1.375rem;margin-bottom:1rem;color:#1e293b;font-weight:600}.Homepagesupportingstage-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.Homepagesupportingstage-features{list-style:none;padding:0;margin:0}.Homepagesupportingstage-features li{color:#334155;position:relative;padding:.5rem 0 .5rem 1.75rem;line-height:1.6;font-size:.9375rem}.Homepagesupportingstage-features li:before{content:"";position:absolute;left:0;top:.9rem;width:.5rem;height:.5rem;background-color:#3b82f6;border-radius:50%}@media (max-width: 1024px){.Homepagesupporting-section{padding:3.5rem 1rem}.Homepagesupportingsection-title{font-size:1.75rem}}@media (max-width: 768px){.Homepagesupporting-section{padding:3rem 1rem}.Homepagesupportingsection-title{font-size:1.5rem;margin-bottom:2rem}.Homepagesupportingstage-cards{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:1rem}.Homepagesupportingstage-card{padding:1.5rem;max-width:100%}}@media (max-width: 480px){.Homepagesupporting-section{padding:2.5rem 1rem}.Homepagesupportingsection-title{font-size:1.375rem;margin-bottom:1.5rem}.Homepagesupportingstage-title{font-size:1.25rem}.Homepagesupportingstage-description,.Homepagesupportingstage-features li{font-size:.875rem}.Homepagesupportingstage-card{padding:1.25rem;max-width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Homepagesupportingstage-card:nth-child(1){animation-delay:.1s}.Homepagesupportingstage-card:nth-child(2){animation-delay:.2s}.Homepagesupportingstage-card:nth-child(3){animation-delay:.3s}.experience-section{text-align:center;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,5vw,2rem);font-family:Inter,system-ui,sans-serif;color:#111827;background:#f2f2f2;margin:0 auto;max-width:100%}.experience-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#111827;margin-bottom:clamp(.75rem,1.5vw,1.25rem);line-height:1.2;position:relative}.experience-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:3px}.experience-subtitle{max-width:min(800px,100%);margin:0 auto clamp(2rem,4vw,3rem);line-height:1.6;color:#4b5563;font-size:clamp(.95rem,1.1vw,1.1rem)}.experience-content{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.5vw,2rem);flex-wrap:wrap;transition:all .4s cubic-bezier(.4,0,.2,1);margin:0 auto;width:100%;max-width:1400px;text-align:center}.experience-image-container{flex:1 1 300px;display:flex;justify-content:center;align-items:center;max-width:450px;position:relative}.experience-image{width:100%;height:auto;max-width:600px;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #00000014}.experience-badge{position:absolute;top:245px;right:-25px;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:8px;font-weight:700;font-size:15px;z-index:10;background-color:#66bde8;color:#fff;box-shadow:0 3px 8px #0003;letter-spacing:.5px;transition:transform .2s ease,box-shadow .2s ease}.experience-badge svg{font-size:20px;flex-shrink:0}.experience-badge:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000040}.experience-text{flex:2 1 min(500px,100%);padding:0 clamp(1rem,2vw,2rem);text-align:left}.hompagecategory-title{color:#66bde8;font-weight:600;font-size:clamp(1.1rem,1.25vw,1.35rem);margin-bottom:clamp(.75rem,1vw,1rem)}.experience-text ul{list-style:none;padding-left:0;margin-bottom:clamp(1rem,1.5vw,1.5rem);color:#374151}.experience-text ul li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;line-height:1.6;font-size:clamp(.95rem,1.05vw,1.05rem)}.experience-text ul li:before{content:"•";color:#66bde8;font-size:1.5rem;position:absolute;left:0;top:-.25rem}.experience-dots{margin-top:clamp(1.5rem,2.5vw,2rem);display:flex;justify-content:center;gap:.75rem}.dot{height:clamp(.75rem,.9vw,.9rem);width:clamp(.75rem,.9vw,.9rem);background-color:#e5e7eb;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dot:hover{transform:scale(1.2)}.dot.active{background-color:#66bde8;transform:scale(1.1)}.fade-in{opacity:1;transform:translate(0);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.fade-out{opacity:0;transform:translate(-50px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.experience-content{flex-direction:column}.experience-image-container{max-width:300px}.experience-text{text-align:center;padding:0;margin-top:-3rem}.experience-text ul li{text-align:left;padding-left:1.5rem}.experience-badge{top:10px;right:10px;padding:8px 12px;font-size:.8rem}}@media (max-width: 480px){.experience-section{padding:2rem 1rem}.experience-image{min-width:200px;max-width:100%}.experience-text ul li{font-size:.95rem}.experience-dots{gap:.5rem}.experience-badge{top:8px;right:8px;padding:6px 10px;font-size:.75rem}}.homepagefaq-container{display:flex;flex-wrap:wrap;gap:40px;max-width:1400px;margin:40px auto;font-family:Inter,sans-serif;padding:0 20px}.homepagefaq-left{flex:1 1 100%;min-width:0}.homepagefaq-left h2{font-size:1.75rem;margin-bottom:16px;font-weight:700;color:#111827;line-height:1.3}.homepagefaq-left p{font-size:1rem;color:#4b5563;line-height:1.6;max-width:100%}.homepagefaq-right{flex:1 1 100%;min-width:0}.homepagefaq-item{border-radius:8px;padding:18px;margin-bottom:12px;background:#fff;box-shadow:0 2px 10px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb}.homepagefaq-item:hover{box-shadow:0 4px 15px #00000014;transform:translateY(-1px)}.homepagefaq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1rem;font-weight:600;color:#111827;transition:color .2s ease;gap:12px;-webkit-tap-highlight-color:transparent}.homepagefaq-question:hover{color:#3b82f6}.homepagefaq-question .arrow{transition:transform .3s cubic-bezier(.4,0,.2,1);color:#9ca3af;min-width:20px;min-height:20px;display:flex;align-items:center;justify-content:center}.homepagefaq-question .arrow.open{transform:rotate(180deg)}.homepagefaq-answer{margin-top:12px;font-size:.9375rem;color:#4b5563;line-height:1.6;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;max-height:0;overflow:hidden}.homepagefaq-answer.open{opacity:1;max-height:500px}.homepagefaq-answer-inner{padding-top:8px;border-top:1px solid #e5e7eb}.homepagefaq-contact-section{text-align:center;margin-top:2rem;position:relative;z-index:2}.homepagefaq-map-title{font-size:24px;font-weight:600;margin-bottom:1rem;color:#222;animation:fadeSlideUp 1s ease-out forwards;opacity:0}.homepagefaq-contactmap{background:#f2f2f2;margin:0 auto}.homepagefaq-contactmap2{display:flex;flex-direction:column;gap:2rem;margin:2rem auto 0;padding:30px 20px;align-items:center;max-width:1200px}.homepagefaq-map{flex:1;width:100%}.homepagefaq-map-inner{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 2px 10px #0000000d}.homepagefaq-map-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:12px;z-index:0}.homepagefaq-contact{flex:1;width:100%;padding:1.25rem;background-color:#f8f9fa;border-radius:8px;text-align:center;border-left:4px solid #66bde8;animation:fadeSlideUp 1s ease-out forwards;animation-delay:.2s;opacity:0}.homepagefaq-contact p{margin-bottom:1rem;font-size:1rem;color:#374151}.homepagefaq-contact-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.625rem 1.25rem;background-color:#66bde8;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .2s ease,transform .2s ease;font-size:.9375rem}.homepagefaq-contact-link:hover{background-color:#a5d1ee;transform:translateY(-2px)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 481px){.homepagefaq-container{gap:50px;margin:60px auto;padding:0 30px}.homepagefaq-left{flex:1 1 350px}.homepagefaq-left h2{font-size:2rem}.homepagefaq-left p{font-size:1.0625rem}.homepagefaq-right{flex:1 1 500px}.homepagefaq-item{padding:20px;margin-bottom:16px;border-radius:10px}.homepagefaq-question{font-size:1.0625rem;gap:16px}.homepagefaq-contactmap2{flex-direction:row;gap:3rem;padding:40px 30px}}@media (min-width: 769px){.homepagefaq-container{gap:60px;margin:80px auto;padding:0 40px}.homepagefaq-left h2{font-size:2.5rem}.homepagefaq-left p{font-size:1.125rem;max-width:400px}.homepagefaq-item{padding:24px;border-radius:12px}.homepagefaq-question{font-size:1.125rem}.homepagefaq-contactmap2{gap:5rem;padding:40px}.homepagefaq-contact p{font-size:1.1rem}.homepagefaq-contact-link{padding:.75rem 1.5rem;font-size:1rem}}@media (min-width: 1025px){.homepagefaq-container{padding:0 60px}}.homepagereferences{width:100%;padding:40px 0}.referencespartners{padding:0 20px}.homapagereferences-slider{overflow:hidden;width:100%;position:relative}.homapagerreferences-track{display:flex;gap:40px;width:200%;height:120px;padding-top:10px;animation:scrollLeft 25s linear infinite;will-change:transform}.homapagerreferenceslogo-box{flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:15px;width:160px;height:100px;box-shadow:0 4px 10px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.homapagerreferenceslogo-box:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 8px 20px #0000001a}.homapagerreferenceslogo-box img{width:100px;height:60px;object-fit:contain;transition:filter .3s ease}.homapagerreferenceslogo-box:hover img{filter:grayscale(0%)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1200px){.homapagerreferenceslogo-box{width:140px;height:90px;padding:12px}.homapagerreferenceslogo-box img{width:80px;height:50px}}@media (max-width: 768px){.homapagerreferenceslogo-box{width:120px;height:80px}.homapagerreferenceslogo-box img{width:70px;height:45px}}@media (max-width: 480px){.referencespartners{padding-bottom:30px}.homepagereferences{margin-top:30px;margin-bottom:-90px}.homapagerreferences-track{gap:16px}.homapagerreferenceslogo-box{width:100px}.homapagerreferenceslogo-box img{width:60px}}.servicespage-hero{padding:50px 20px;text-align:center;color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;background-color:#333}.servicespage-hero-content{display:flex;align-items:center;justify-content:space-between;gap:40px;width:60%;margin:0 auto}.servicespage-hero-text{flex:1;text-align:left}.servicespage-hero-text h1{position:relative;display:inline-block;font-size:2.8rem;margin-bottom:20px;color:#fff;font-weight:700;padding-bottom:10px}.servicespage-hero-text h1:after{content:"";position:absolute;bottom:0;left:0;width:10%;height:3px;background:linear-gradient(90deg,#66bde8,#8fd3f4);transition:width .4s ease;border-radius:2px}.servicespage-highlight{color:#66bde8;font-weight:700}.servicespage-hero-text p{font-size:1.2rem;margin-bottom:30px;max-width:600px;color:#ddd;line-height:1.6}.servicespage-hero-btn{background:linear-gradient(135deg,#66bde8,#4aa0d4);color:#fff;padding:15px 30px;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px #66bde84d}.servicespage-hero-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #66bde866}.servicespage-hero-image{flex:1;display:flex;justify-content:center}.servicespage-hero-image img{max-width:100%;height:auto;border-radius:20px}@media (max-width: 1024px){.servicespage-hero{width:80%}.servicespage-hero-text h1{font-size:2.4rem}.servicespage-hero-text p{font-size:1.1rem}}@media (max-width: 768px){.servicespage-hero-content{flex-direction:column;text-align:center;gap:30px}.servicespage-hero-text{text-align:center}.servicespage-hero-text h1:after{left:50%;transform:translate(-50%)}.servicespage-hero-btn{padding:12px 25px;font-size:1rem}}@media (max-width: 480px){.servicespage-hero{padding:30px 15px;width:100%}.servicespage-hero-text h1{font-size:1.9rem}.servicespage-hero-text p{font-size:.95rem}.servicespage-hero-btn{padding:10px 20px;font-size:.9rem}}.subscription-cards{display:flex;flex-direction:column;gap:30px;margin:30px auto;max-width:1400px;padding:0 20px}.category-title{font-size:2.2rem;font-weight:800;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s cubic-bezier(.4,0,.2,1);padding:15px 0;border-bottom:2px solid #e5e7eb}.category-title:hover{color:#4aa0d4;border-bottom-color:#66bde8}.cards-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 auto}.category-tab{padding:10px 25px;font-weight:600;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;background:#f8fafc;color:#66bde8}.category-tab.active{border-color:#66bde8;background:linear-gradient(135deg,#66bde8,#4aa0d4);color:#fff}.cards-container{display:flex;flex-wrap:wrap;gap:35px}.subscription-card{flex:1 1 calc(33.33% - 30px);background:linear-gradient(145deg,#fff,#f8fafc);color:#333;padding:40px 30px;border-radius:24px;box-shadow:0 20px 50px #00000014;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #e5e7eb;overflow:hidden}.subscription-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#66bde8,#4aa0d4)}.subscription-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px #66bde826}.subscription-card.featured{background:linear-gradient(135deg,#e6f3ff,#f0f8ff);transform:scale(1.05);border:2px solid #66bde8}.subscription-card.featured:before{height:8px;background:linear-gradient(90deg,#4aa0d4,#66bde8)}.subscription-card h3{font-size:2rem;margin-bottom:15px;color:#333;font-weight:700;text-align:center}.subscription-card .price{font-size:1.8rem;font-weight:700;margin-bottom:25px;color:#66bde8;background:linear-gradient(135deg,#66bde8,#4aa0d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subscription-card ul{list-style:none;padding:0;margin-bottom:25px;width:100%}.subscription-card ul li{margin:12px 0;font-size:1.1rem;color:#333;display:flex;align-items:center;transition:transform .2s ease}.subscription-card ul li:hover{transform:translate(5px)}.feature-tick{color:#66bde8;margin-right:10px;font-size:1.2rem;flex-shrink:0}.tick-icon{color:#10b981;margin-right:10px;font-size:1.2rem;flex-shrink:0}.details-toggle{padding:8px 20px;margin-bottom:20px;font-size:1.05rem;font-weight:600;border:2px solid #66bde8;border-radius:12px;cursor:pointer;background:transparent;color:#66bde8;transition:all .3s ease}.details-toggle:hover{background:#66bde8;color:#fff;transform:translateY(-2px)}.details-section{width:100%;background:#f8fafc;padding:20px 18px;border-radius:18px;margin-top:15px;border:1px solid #e5e7eb;transition:all .3s ease}.details-section h4{margin-bottom:12px;font-size:1.2rem;font-weight:600;color:#333}.details-section ul li{font-size:1rem;color:#555}.button-group{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px;justify-content:center}.call-btn,.write-btn{padding:12px 25px;border:none;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 16px #0000001f;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;width:240px}.call-btn{background:linear-gradient(135deg,#66bde8,#4aa0d4);color:#fff}.call-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #66bde866}.write-btn{color:#66bde8;border:2px solid #66bde8;background:transparent}.write-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #66bde84d;background:#f8fafc}.btn-icon{margin-right:8px;font-size:16px;vertical-align:middle}.btn-icon2{margin-left:8px;font-size:16px;vertical-align:middle}.divider{border:none;height:2px;background:linear-gradient(90deg,#66bde8,#4aa0d4,#93c5fd);border-radius:2px;margin:20px 0;width:60%}.booking-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.booking-content{width:90%;max-width:900px;background:#fff;padding:20px;border-radius:10px;position:relative}.close-btn{position:absolute;top:10px;right:15px;background:#ff5c5c;border:none;color:#fff;font-size:16px;padding:5px 10px;cursor:pointer;border-radius:5px}@media (max-width: 1280px){.subscription-card{flex:1 1 calc(50% - 25px)}}@media (max-width: 768px){.subscription-cards{gap:20px;margin:10px auto}.subscription-card{flex:1 1 100%;padding:35px 25px}.button-group{flex-direction:column;width:100%}.call-btn,.write-btn{width:100%}.cards-tabs{justify-content:flex-start}}@media (max-width: 480px){.subscription-card{padding:30px 20px}.subscription-card h3{font-size:1.8rem}.subscription-card .price{font-size:1.6rem}.details-toggle{font-size:1rem}}.faq-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;gap:2.5rem;box-sizing:border-box}.faq-left{width:100%}.faq-right{width:100%;order:-1}.faq-title{font-size:clamp(1.8rem,5vw,2.25rem);font-weight:700;margin-bottom:.75rem;line-height:1.3;color:#333}.faq-updated{color:#6d6d6d;margin-bottom:2.5rem;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.faq-section{margin-bottom:1rem;scroll-margin-top:1.5rem}.faq-section-title{font-size:clamp(1.3rem,3vw,1.5rem);font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #eaeaea;color:#333}.faq-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000004d;transition:all .25s ease}.faq-item:hover{box-shadow:0 3px 10px #0000001f}.faq-question{width:100%;text-align:left;background:#f9f9f9;border:none;font-size:1.1rem;font-weight:500;cursor:pointer;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:flex-start;border-radius:10px;transition:all .25s ease}.faq-question:hover{background-color:#eef6fc;color:#66bde8}.faq-answer{max-height:0;overflow:hidden;margin-left:10px;transition:max-height .4s ease,padding .4s ease;padding:0 1.5rem}.faq-answer.open{max-height:500px;padding:1rem 1.5rem}.faq-answer.active{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{margin:.75rem 0}.faq-nav{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-wrap:wrap;gap:.5rem}.faq-nav-item{cursor:pointer;padding:.6rem 1.2rem;font-size:.95rem;color:#4a4a4a;transition:all .25s ease;border-radius:20px;background:#f3f4f6}.faq-nav-item:hover{color:#333;background:#e1efff}.faq-nav-item.active{font-weight:600;color:#fff;background:#333}.faq-contact-button{text-align:center;width:100%}.faqcontact-btn{background-color:#73b2d1;color:#fff;border:none;padding:5px 10px;border-radius:8px;font-size:16px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.faqcontact-btn:hover{background-color:#333;transform:translateY(-2px)}.faqcontact-btn:focus{outline:none;box-shadow:0 0 0 3px #007bff80}@media (min-width: 768px){.faq-container{flex-direction:row;padding:3rem 2rem;gap:3rem}.faq-right{width:340px;position:sticky;top:120px;align-self:flex-start;order:1}.faq-nav{flex-direction:column;border-left:2px solid #eaeaea;padding-left:1rem;gap:.5rem}.faq-nav-item{background:none;padding:.75rem 1rem;margin-left:-2px;border-radius:0 10px 10px 0}.faq-nav-item.active:before{content:"";position:absolute;left:-2px;top:0;bottom:0;width:2px;background:#333}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.faq-answer.active{animation:fadeIn .35s ease forwards}.request-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.request-main-title{text-align:center;color:#2c3e50;margin-bottom:2.5rem;font-weight:700;font-size:2.5rem;letter-spacing:-.5px}.booking-system{display:flex;flex-direction:column;gap:2.5rem}.meeting-type-selector{background:linear-gradient(135deg,#f9f9f9,#fff);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #00000026;border:1px solid rgba(255,255,255,.5)}.meeting-type-options{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0 auto;justify-content:center;margin-top:1.5rem}.meeting-type-label{cursor:pointer;transition:transform .2s ease}.meeting-type-label:hover{transform:translateY(-2px)}.meeting-type-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;height:120px;padding:1.5rem;border:2px solid #e0e0e0;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.meeting-type-label input[type=radio]{display:none}.meeting-type-label input[type=radio]:checked+.meeting-type-option{border-color:#66bde8;background:linear-gradient(135deg,#66bde8,#2980b9);color:#fff;transform:scale(1.05);box-shadow:0 12px 24px #3498db33}.meeting-type-option:hover{border-color:#66bde8;background:#f8fbff;box-shadow:0 8px 16px #3498db1a}.meeting-type-feedback{background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;padding:12px 16px;margin-bottom:20px;text-align:center;color:#0050b3;font-weight:500;animation:fadeIn .5s,fadeOut .5s 2.5s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.teams-icon,.in-person-icon,.phone-icon{font-size:2rem;margin-bottom:.75rem}.calendar-section,.time-selection,.consultation-form{background:linear-gradient(135deg,#f9f9f9,#fff);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #00000026;border:1px solid rgba(255,255,255,.5)}.date-picker{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.date-option{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:80px;background:#fff}.date-option:hover{border-color:#66bde8;background:#f8fbff;transform:translateY(-2px);box-shadow:0 8px 16px #3498db1a}.date-option.selected{border-color:#66bde8;background:linear-gradient(135deg,#66bde8,#2980b9);color:red;transform:scale(1.05);box-shadow:0 12px 24px #3498db33}.date-day{font-weight:600;font-size:.9rem}.date-number{font-size:1.5rem;font-weight:700}.date-month{font-size:.85rem;font-weight:500}.time-slots{display:flex;flex-wrap:wrap;gap:.75rem}.time-slot{padding:.75rem 1.25rem;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.time-slot:hover{border-color:#66bde8;background:#f8fbff;transform:translateY(-2px);box-shadow:0 8px 16px #3498db1a}.time-slot.selected{border-color:#66bde8;background:linear-gradient(135deg,#66bde8,#2980b9);color:#fff;transform:scale(1.05);box-shadow:0 12px 24px #3498db33}.time-slot-container{position:relative;display:inline-block}.time-slot-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:100;margin-bottom:5px}.time-slot-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}.consultation-form{width:100%;margin:0 auto}.requestform-row{display:flex;gap:1rem;flex-wrap:wrap}.requestform-row .form-group{flex:1;min-width:200px}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:.95rem}.required-asterisk{color:red}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#66bde8;box-shadow:0 0 0 4px #3498db1a;transform:translateY(-1px)}.submit-button{background:linear-gradient(135deg,#66bde8,#2980b9);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;font-weight:600}.submit-button:hover{background:linear-gradient(135deg,#66bde8,#2573a7);transform:translateY(-2px);box-shadow:0 12px 24px #3498db33}.error-message{color:#d32f2f;font-size:12px;margin-top:4px;margin-bottom:20px}input.error,textarea.error{border-color:#d32f2f}.confirmation-message{text-align:center;padding:3rem;background:linear-gradient(135deg,#f9f9f9,#fff);border-radius:16px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,255,255,.5)}.confirmation-message h2{color:#27ae60;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.teams-confirmation{margin-top:1.5rem;padding:1.5rem;background:#e8f4f8;border-radius:12px}.teams-join-button{background:linear-gradient(135deg,#66bde8,#2980b9);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;cursor:pointer;margin-top:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600}.teams-join-button:hover{background:linear-gradient(135deg,#66bde8,#2573a7);transform:translateY(-2px);box-shadow:0 8px 16px #3498db33}.calendar-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.nav-button{background:#f0f0f0;border:none;padding:.75rem 1rem;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-button:hover{background:#e0e0e0;transform:translateY(-1px)}.calendar{width:100%;border:1px solid #e0e0e0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014}.weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-weight:600;text-align:center;padding:1rem 0}.weekdays div{padding:.5rem}.calendar-dates{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e0e0e0}.calendar-date{background:#fff;padding:1rem;min-height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.calendar-date:hover:not(.empty):not(.past){background:#f8fbff;transform:scale(1.02)}.calendar-date.selected{background:linear-gradient(135deg,#66bde8,#2980b9);color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #3498db4d}.calendar-date.today{border:2px solid #66bde8;background:#f0f8ff}.calendar-date.past{color:#ccc;cursor:not-allowed;background:#f9f9f9}.calendar-date.empty{background:#f8f9fa;cursor:default}@media (max-width: 768px){.request-container{padding:1rem}.consultation-form{width:100%;padding:1.5rem}.meeting-type-options{flex-direction:column;gap:1rem}.meeting-type-option{min-width:auto;width:100%}.calendar-section,.time-selection,.consultation-form,.teams-confirmation,.confirmation-message{padding:1.5rem}.calendar-navigation h3{font-size:1rem}.nav-button{padding:.5rem .75rem;font-size:.9rem}.calendar{font-size:.9rem}.calendar-date{min-height:45px;padding:.5rem;font-size:.9rem}.time-slots{justify-content:center;gap:.5rem}.time-slot{padding:.5rem 1rem;font-size:.9rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.75rem}.submit-button,.teams-join-button{font-size:.9rem;padding:.75rem;width:100%}.date-picker{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.confirmation-message{font-size:.9rem;text-align:center}.confirmation-message h2{font-size:1.5rem;margin-bottom:1rem}.confirmation-message p{font-size:.9rem;margin-bottom:.5rem}.teams-confirmation{padding:1rem;font-size:.9rem}.teams-join-button{padding:.5rem 1rem;font-size:.9rem;width:100%;margin-top:.5rem}}.about-hero{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#333;display:flex;flex-direction:column;justify-content:center}.abouthero-content{display:flex;align-items:center;justify-content:space-between;padding:60px 10%;flex-wrap:wrap;gap:40px}.abouthero-text{flex:1;max-width:550px}.abouthero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:700}.abouthighlight{color:#66bde8}.abouthero-text p{font-size:1.1rem;margin-bottom:25px;color:#f1f1f1;line-height:1.6}.abouthero-btn{background:#66bde8;border:none;color:#fff;padding:14px 28px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000040}.abouthero-btn:hover{background:#4aa8d1;transform:translateY(-2px)}.abouthero-image{flex:1;position:relative;width:100%;min-height:400px;overflow:hidden;border-radius:16px;display:flex;justify-content:center;align-items:center}.abouthero-image img{width:80%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;opacity:.6;transition:opacity .3s ease}.abouthero-image img:hover{opacity:.8}.aboutstats-section{background:#fff;color:#333;padding:60px 8%;text-align:center}.aboutstats-section h2{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:2.5rem;font-weight:700;color:#333;text-align:center;position:relative}.aboutstats-section h2:after{content:"";width:80px;height:5px;background:linear-gradient(90deg,#66bde8,#66bde880);display:block;margin:1rem auto 0;border-radius:3px;transition:width .4s ease,background .4s ease}.aboutstats-section h2:hover:after{width:120px}.aboutstats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.aboutstat-box{background:#f9f9f9;padding:25px;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 6px #00000014}.aboutstat-box:hover{background:#66bde8;color:#fff;transform:translateY(-4px);box-shadow:0 6px 15px #0003}.aboutstat-box h3{font-size:1.8rem;margin-bottom:8px;font-weight:700}.aboutstat-box p{font-size:1rem;color:inherit}@media (max-width: 1200px){.aboutstats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.abouthero-content{flex-direction:column;text-align:center;padding:50px 8%}.abouthero-image{min-height:300px}}@media (max-width: 768px){.abouthero-text h1{font-size:2.2rem}.abouthero-text p{font-size:1rem}.abouthero-btn{width:100%}.aboutstats-section{padding:40px 6%}.aboutstats-grid{grid-template-columns:1fr 1fr;gap:20px}}@media (max-width: 480px){.abouthero-content{padding:30px 5%;gap:24px}.abouthero-text h1{font-size:1.8rem}.abouthero-text p{font-size:.95rem}.abouthero-btn{font-size:.95rem;padding:12px 10px;width:80%}.aboutstats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.referencescase-studies{margin-bottom:20px}}.references{padding:1rem 2rem;max-width:1400px;margin:0 auto;font-family:Inter,sans-serif;color:#333;border-radius:1rem}.referencessection-title{font-size:2.2rem;font-weight:800;margin-bottom:3rem;text-align:center;color:#333;position:relative;letter-spacing:-.5px}.referencessection-title:after{content:"";width:80px;height:5px;background:linear-gradient(90deg,#66bde8,#66bde880);display:block;margin:1rem auto 0;border-radius:3px;transition:width .4s ease}.referencessection-title:hover:after{width:120px}.referenceslogos-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,auto);gap:2rem;margin:4rem 0}.referenceslogo-box{background:#fff;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0000000d;border:1px solid rgba(102,189,232,.2);text-align:center}.referenceslogo-box img{max-height:60px;max-width:100%;object-fit:contain;transition:all .4s ease;margin-bottom:.75rem}.referencescompany-name{font-size:.95rem;color:#333;margin:0;line-height:1.2;text-align:center;word-break:break-word}.referenceslogo-box:hover{transform:scale(1.05);box-shadow:0 8px 24px #66bde833;border-color:#66bde866}.referenceslogo-box:hover img{filter:grayscale(0%) contrast(1);opacity:1}.referencescase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:4rem 0}.referencescase-card{background:#fff;border-radius:1.25rem;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0000001a;border:1px solid rgba(102,189,232,.2)}.referencescase-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #66bde826;border-color:#66bde84d}.referencescase-card .referencescase-icon{font-size:3rem;margin-bottom:1.5rem;color:#66bde8;transition:transform .4s ease}.referencescase-card:hover .referencescase-icon{transform:scale(1.1)}.referencescase-card h3{font-size:1.4rem;font-weight:700;color:#333;margin-bottom:1rem}.referencescase-card p{font-size:1rem;color:#666;line-height:1.6}@media (max-width: 768px){.references{padding:3rem 1.5rem}.referencessection-title{font-size:1.8rem;margin-bottom:1rem}.referencesmetrics-grid,.referenceslogos-grid,.referencescase-grid,.referencesawards-grid{gap:1.5rem}.referencesmetric-card h3{font-size:2rem}.referenceslogo-box img{max-height:50px}}@media (max-width: 480px){.referencesmetrics-grid{grid-template-columns:1fr;gap:15px}.referencescase-grid{margin-top:10px;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:0}.referencescase-card{padding:1.5rem 1rem;font-size:.9rem;text-align:center}.referencescase-card h3{font-size:1rem;margin-bottom:8px}.referencescase-card p{font-size:.85rem;line-height:1.4}.referencescase-icon{font-size:2rem;margin-bottom:10px}.referencessection-title{margin-top:10px;font-size:1.4rem;text-align:center}.referenceslogos-grid{margin-top:20px;margin-bottom:10px;grid-template-columns:repeat(2,1fr);gap:10px}}.aboutvalues{background-color:#f5f5f5;padding:80px 10%;text-align:center}.aboutvalues-header{max-width:800px;margin:0 auto 60px}.aboutvalues-company{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#222;margin-bottom:1.25rem;text-align:center;position:relative}.aboutvalues-company:after{content:"";width:80px;height:5px;background:linear-gradient(90deg,#66bde8,#66bde880);display:block;margin:1rem auto 0;border-radius:3px;transition:width .4s ease,background .4s ease}.aboutvalues-company:hover:after{width:120px}.aboutvalues-doing{font-size:1.1rem;line-height:1.6;color:#444;margin-bottom:15px}.aboutvalues-history{font-size:1rem;line-height:1.6;color:#666}.aboutvalues-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.aboutvalues-card{background:#fff;border-radius:16px;padding:40px 25px;transition:all .3s ease;box-shadow:0 4px 10px #00000014;text-align:center}.aboutvalues-card:hover{background:#66bde8;color:#fff;transform:translateY(-6px);box-shadow:0 8px 20px #0003}.aboutvalues-icon{width:70px;height:70px;margin:0 auto 20px;background:#66bde8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease,color .3s ease;font-size:2.5rem}.aboutvalues-card:hover .aboutvalues-icon{background:#fff;color:#66bde8}.aboutvalues-card h3{font-size:1.4rem;font-weight:700;margin-bottom:15px;color:inherit}.aboutvalues-card p{font-size:1rem;line-height:1.6;color:inherit}@media (max-width: 1024px){.aboutvalues-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.aboutvalues-container{grid-template-columns:1fr;gap:20px}.aboutvalues{padding:30px 6%}.aboutvalues-header{margin-bottom:30px}.aboutvalues-company{font-size:1.6rem}.aboutvalues-doing,.aboutvalues-history{font-size:1rem}}@media (max-width: 480px){.aboutvalues-container{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.aboutvalues-card{padding:15px;border-radius:12px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.aboutvalues-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.aboutvalues-icon{width:50px;height:50px;font-size:2rem;margin-bottom:10px}.aboutvalues-card h3{font-size:1rem;margin-bottom:6px}.aboutvalues-card p{font-size:.85rem;line-height:1.4}}.aboutteam{background-color:#f5f5f5;padding:20px 20%;text-align:center}.aboutteam-header h4{font-size:.9rem;letter-spacing:2px;color:#66bde8;text-transform:uppercase;margin-bottom:10px}.aboutteam-header h2{font-size:2.2rem;margin-bottom:15px;font-weight:700;color:#222;position:relative}.aboutteam-header h2:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:70px;height:4px;background:linear-gradient(90deg,#66bde8,#66bde8);border-radius:4px}.aboutteam-header p{font-size:1rem;max-width:650px;margin:0 auto 50px;color:#555;line-height:1.6}.aboutteam-grid{display:grid;grid-template-columns:repeat(3,1fr)}.aboutteam-card{border-radius:16px;transition:all .3s ease}.aboutteam-card:hover{transform:translateY(-8px)}.aboutteam-image{width:60%;aspect-ratio:1/1;margin:0 auto;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #0000001f,0 4px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.aboutteam-image:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000026,0 6px 12px #00000014}.aboutteam-image img{width:100%;height:100%;object-fit:cover;display:block}.aboutteam-card h3{font-size:1.3rem;font-weight:700;color:#222}.aboutteam-role{font-size:.95rem;font-weight:600;color:#66bde8;display:block}.aboutteam-card p{font-size:.95rem;color:#555;line-height:1.5}.linkedin-btn{display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;color:#66bde8;transition:all .3s ease}.linkedin-btn:hover{color:#004182;transform:scale(1.2)}@media (max-width: 1024px){.aboutteam-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.aboutteam-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 480px){.aboutteam{padding:20px 5%}.aboutteam-header h4{font-size:.8rem;letter-spacing:1.5px;margin-bottom:8px}.aboutteam-header h2{font-size:1.6rem;margin-bottom:12px}.aboutteam-header h2:after{width:50px;height:3px}.aboutteam-header p{font-size:.9rem;max-width:90%;margin-bottom:30px}.aboutteam-grid{grid-template-columns:repeat(2,1fr);gap:15px}.aboutteam-card h3{font-size:1.1rem}.aboutteam-role,.aboutteam-card p{font-size:.85rem}.aboutteam-image{aspect-ratio:1/1}.linkedin-btn{font-size:1.3rem}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:16px;padding:40px;max-width:500px;width:90%;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease}.modal-icon{margin-bottom:20px;animation:scaleIn .5s ease}.modal-title{font-size:24px;font-weight:600;color:#111827;margin-bottom:16px}.modal-message{font-size:16px;color:#6b7280;line-height:1.5;margin-bottom:32px}.modal-button{background:linear-gradient(135deg,#66bde8,#4a90e2);color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.modal-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #66bde84d}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#9ca3af;cursor:pointer;line-height:1;padding:4px;transition:color .2s}.modal-close:hover{color:#374151}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.contact-section{padding-bottom:60px;background-color:#f5f5f5;font-family:Inter,sans-serif;color:#333}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.contact-header p{font-size:1.125rem;color:#555;max-width:600px;margin:0 auto 2rem}.contact-options{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.contact-option-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.contact-option-button:first-child{background-color:#66bde8;color:#fff;border:none}.contact-option-button:first-child:hover{background-color:#4da8d3;transform:translateY(-2px)}.contact-option-button:last-child{background-color:#fff;color:#66bde8;border:1px solid #ccc}.contact-option-button:last-child:hover{background-color:#f0f0f0;transform:translateY(-2px)}.contact-content-wrapper{display:flex;gap:2rem;margin-bottom:2rem}.contact-map-section{flex:1;min-width:0}.contact-form-section{flex:1;background-color:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 12px #00000014;min-width:0}.homepagefaq-map{height:100%;display:flex;flex-direction:column}.homepagefaq-map-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.homepagefaq-map-inner{flex:1;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014}.homepagefaq-map-inner iframe{width:100%;height:100%;min-height:500px;border:none}.contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#444;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background-color:#fafafa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#66bde8;box-shadow:0 0 0 3px #66bde833;background-color:#fff}.form-group textarea{resize:vertical;min-height:120px}.file-upload-group{grid-column:span 2}.file-upload{border:2px dashed #ccc;border-radius:.5rem;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fafafa}.file-upload:hover{border-color:#66bde8;background-color:#f0f8fc}.file-upload input[type=file]{display:none}.upload-hint{margin-top:.5rem;font-size:.875rem;color:#666}.submit-button{grid-column:span 2;background-color:#66bde8;color:#fff;padding:clamp(.75rem,1.25vw,1rem);border:none;border-radius:.5rem;font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;max-width:300px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:.5rem}.submit-button:hover{background-color:#4da8d3;transform:translateY(-2px);box-shadow:0 4px 12px #66bde84d}.stats-section{text-align:center}.trusted-by{font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-item{background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-item h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.stat-item p{color:#666;line-height:1.6}.error{border-color:#e74c3c!important}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem;display:block}.file-upload-group.error{border-color:#e74c3c}.file-upload-group.error .file-upload{border-color:#e74c3c;background-color:#fef0f0}.file-list{margin-top:1rem;width:100%}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#eee;border-radius:.5rem;margin-bottom:.75rem;transition:all .2s ease}.file-item:hover{background:#e0e0e0}.file-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.5rem;color:#333}.delete-file-button{background:none;border:none;color:#888;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:all .2s ease;border-radius:50%}.delete-file-button:hover{color:#e74c3c;background-color:#f5f5f5}@media (max-width: 1024px){.contact-content-wrapper{flex-direction:column}.homepagefaq-map-inner iframe{min-height:400px}}@media (max-width: 768px){.contact-form{grid-template-columns:1fr;gap:0}.file-upload-group,.submit-button{grid-column:span 1}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.contact-form-section{padding:1.5rem}}@media (max-width: 480px){.contact-options{flex-direction:column;align-items:center;gap:.75rem}.contact-option-button{width:100%;justify-content:center}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.stat-item{padding:1.5rem}.homepagefaq-map-inner iframe{min-height:300px}}.contact-first-section{padding:2rem 0;background-color:#f5f5f5;font-family:Inter,sans-serif;color:#333}.contact-first-container{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-first-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.contact-info-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:80%;margin:0 auto}.contact-info-item{background-color:#fff;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.contact-info-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.contact-icon{background-color:#66bde8;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-details h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333}.contact-details p{color:#666;line-height:1.6;margin-bottom:.5rem}.contactpagesocial-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.contactpagesocial-icons a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:#66bde8;color:#fff;transition:all .3s ease}.contactpagesocial-icons a:hover{background-color:#4da8d3;transform:translateY(-3px)}@media (max-width: 1200px){.contact-info-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact-info-container{grid-template-columns:1fr}.contact-info-item{padding:1.5rem}}@media (max-width: 480px){.contactpagesocial-icons{gap:1rem}.contactpagesocial-icons a{width:42px;height:42px}}@keyframes slideUpBounce{0%{transform:translateY(150px);opacity:0}60%{transform:translateY(-10px);opacity:1}80%{transform:translateY(5px)}to{transform:translateY(0)}}.cookie-banner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#333c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeInOverlay .4s ease forwards}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.cookie-banner{background:#fff;border-radius:16px;padding:24px;max-width:700px;width:100%;box-shadow:0 20px 40px #3333;border:1px solid #e1e5e9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:slideUpBounce .7s cubic-bezier(.68,-.55,.265,1.55) forwards}.cookie-banner-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.cookie-banner-header h3{margin:0;color:#333;font-size:1.25rem;font-weight:600}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#333;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.close-btn:hover{background:#f0f8ff;color:#66bde8}.cookie-banner-text{margin-bottom:24px}.cookie-banner-text p{margin:0;color:#333;line-height:1.5;font-size:14px}.cookie-banner-text a{color:#66bde8;text-decoration:none;font-weight:500}.cookie-banner-text a:hover{text-decoration:underline;color:#39c}.cookie-options{margin-bottom:24px}.cookie-option{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;background:#f8f9fa;border-radius:12px;margin-bottom:12px;border:1px solid #e1e5e9;transition:all .2s ease}.cookie-option:hover{border-color:#66bde8;background:#f0f8ff}.option-info{flex:1;margin-right:16px}.option-title{display:block;font-weight:600;color:#333;margin-bottom:4px}.option-description{display:block;font-size:12px;color:#666;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#66bde8}input:checked+.toggle-slider:before{transform:translate(20px)}input:disabled+.toggle-slider{background-color:#66bde8;opacity:.4;cursor:not-allowed}input:disabled+.toggle-slider:before{background-color:#fff}.cookie-banner-buttons{display:flex;gap:12px;flex-wrap:wrap}.cookie-banner-buttons button{padding:12px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;flex:1;min-width:120px;display:flex;align-items:center;justify-content:center}.cookie-banner-buttons button svg{margin-right:6px;font-size:16px}.btn-secondary{background:#fff;color:#e40d0d;border:1px solid #e40d0d!important}.btn-secondary:hover{background:#e40d0d;color:#fff}.btn-primary{background:#66bde8;color:#fff;border:1px solid #66bde8!important}.btn-primary:hover{background:#8cc8e5;border-color:#8cc8e5!important}.btn-accent{background:#43a700;color:#fff;border:1px solid #43a700!important}.btn-accent:hover{background:#97ee5d;border-color:#97ee5d!important}.cookie-banner-links{margin-top:12px;text-align:center;font-size:.85rem}.cookie-banner-links a{color:#66bde8;text-decoration:none;margin:0 5px}.cookie-banner-links .separator{color:#333;margin:0 5px}.validation-message{display:flex;align-items:center;padding:12px;background:#fff5f5;border:1px solid #ff6b6b;border-radius:8px;color:#333;font-weight:500;margin-bottom:16px;font-size:14px}.navigation-block{border-left:4px solid #ff6b6b}.navigation-block .cookie-banner-header h3{color:#ff6b6b;display:flex;align-items:center}.cookie-banner-links{display:flex;justify-content:center;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #e1e5e9;gap:12px}.cookie-banner-links a{color:#66bde8;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.cookie-banner-links a:hover{color:#39c;text-decoration:underline}.separator{color:#ccc;font-size:14px}@media (max-width: 480px){.cookie-banner-overlay{padding:16px}.cookie-banner{padding:20px}.cookie-banner-buttons{flex-direction:column}.cookie-banner-buttons button{flex:none;justify-content:center}.cookie-option{flex-direction:column;align-items:stretch}.option-info{margin-right:0;margin-bottom:12px}.toggle-switch{align-self:flex-end}}.portfoliopage-hero{padding:40px 20px;display:flex;justify-content:center;align-items:center;background:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.portfoliopage-hero-content{display:flex;flex-wrap:wrap;max-width:1300px;width:100%;align-items:center;gap:40px}.portfoliopage-hero-text{flex:1;min-width:280px}.portfoliopage-hero-text h1{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}.portfoliopage-highlight{color:#4aa0d4}.portfoliopage-hero-text p{font-size:1.25rem;color:#fff;margin-bottom:30px;line-height:1.6}.portfoliopage-hero-text h2{font-size:.8rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}.portfoliopage-hero-btn{display:inline-flex;align-items:center;background-color:#4aa0d4;color:#fff;border:none;padding:14px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .3s ease}.portfoliopage-hero-btn:hover{background-color:#66bde8;transform:translateY(-2px)}.portfoliopage-hero-image{flex:1;min-width:280px;text-align:center}.portfoliopage-hero-image img{max-width:80%}@media (max-width: 1024px){.portfoliopage-hero-content{flex-direction:column-reverse;text-align:center}.portfoliopage-hero-text h1{font-size:2.2rem}.portfoliopage-hero-text p{font-size:1.1rem}}@media (max-width: 480px){.portfoliopage-hero{padding:50px 15px}.portfoliopage-hero-text h1{font-size:1.8rem}.portfoliopage-hero-text p{font-size:1rem}.portfoliopage-hero-btn{width:100%;justify-content:center}}.portfolioprojects-section{padding:80px 20px;max-width:1300px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.portfolioprojects-header{text-align:center;margin-bottom:50px}.portfolioprojects-header h2{font-size:2.5rem;color:#333;margin-bottom:15px;position:relative;text-align:center}.portfolioprojects-header h2:after{content:"";width:80px;height:5px;background:linear-gradient(90deg,#66bde8,#66bde880);display:block;margin:1rem auto 0;border-radius:3px;transition:width .4s ease,background .4s ease}.portfolioprojects-header h2:hover:after{width:120px;background:linear-gradient(90deg,#4aa0d4,#66bde8)}.portfolioprojects-header p{font-size:1.2rem;color:#666}.portfolioprojects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.portfolioproject-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.portfolioproject-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.portfolioproject-card img{width:100%;object-fit:cover}.portfolioproject-info{padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.portfolioproject-info h3{font-size:1.5rem;color:#333}.portfolioproject-info p{font-size:1rem;color:#555;line-height:1.5}.portfolioproject-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#66bde8;color:#fff;border:none;padding:12px 20px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .3s ease}.portfolioproject-btn svg{margin-left:8px;transition:transform .3s ease}.portfolioproject-btn:hover{background-color:#66bde8;transform:translateY(-2px)}.portfolioproject-btn:hover svg{transform:translate(3px)}@media (max-width: 768px){.portfolioprojects-section{padding:30px 15px}.portfolioprojects-header h2{font-size:2rem}.portfolioproject-info h3{font-size:1.3rem}.portfolioproject-info p{font-size:.95rem}}.dev-section{background-color:#f5f7fa;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,3vw,2rem);text-align:center;color:#333;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}.dev-title{font-size:clamp(1.75rem,3vw,2rem);font-weight:700;margin-bottom:1rem;display:inline-block;opacity:0;transform:translateY(10px);animation:fadeInUp .8s ease forwards}.dev-subtitle{max-width:800px;margin:0 auto 2rem;font-size:clamp(.95rem,1.5vw,1rem);line-height:1.6;color:#555;opacity:0;transform:translateY(10px);animation:fadeInUp 1s ease forwards;animation-delay:.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.dev-tabs{display:flex;justify-content:center;margin:0 auto 2rem;border-bottom:2px solid #ddd;flex-wrap:wrap;width:50%;position:relative}.dev-tab{background:none;border:none;padding:.75rem 2rem;cursor:pointer;font-size:1rem;font-weight:500;color:#333;border-bottom:3px solid transparent;position:relative;transition:all .3s ease}.dev-tab:hover{color:#66bde8}.dev-tab.active{color:#66bde8;font-weight:700}.dev-tab:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#66bde8;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.dev-tab.active:after{transform:scaleX(1)}.dev-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.5rem);margin:2rem auto 0;width:50%}.dev-card{background:#fff;border-radius:1rem;padding:clamp(1rem,2vw,1.5rem);box-shadow:0 4px 12px #0000000d;text-align:left;transition:transform .4s ease,box-shadow .4s ease,background .3s ease;cursor:pointer;position:relative;overflow:hidden}.dev-card:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:#66bde81a;transform:skew(-25deg);transition:left .5s ease}.dev-card:hover:before{left:125%}.dev-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 20px #0000001f}.dev-card h3{color:#66bde8;margin-bottom:.75rem;font-size:clamp(1.1rem,1.5vw,1.25rem);transition:color .3s ease}.dev-card p{color:#555;font-size:clamp(.9rem,1.3vw,1rem);line-height:1.5}.cta-section{text-align:center;margin:clamp(3rem,6vw,4rem) auto 0 auto;padding:clamp(2.5rem,5vw,3.5rem) clamp(1rem,3vw,2rem);background:linear-gradient(135deg,#66bde8,#80cbe2);color:#fff;border-radius:clamp(.75rem,2vw,1.25rem);box-shadow:0 10px 20px #00000012,0 6px 12px #0000000a;position:relative;overflow:hidden;width:100%;max-width:950px}.cta-section:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{transform:translate(-50%)}to{transform:translate(50%)}}.cta-section h2{font-size:30px;margin-bottom:1rem;font-weight:700;line-height:1.2}.cta-section p{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2rem;opacity:.95;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.dev-cards{grid-template-columns:1fr;width:70%}}@media (max-width: 768px){.dev-section{padding:2rem 1rem}.dev-title{font-size:1.5rem}.dev-subtitle{font-size:.9rem;max-width:100%;margin-bottom:1.5rem}.dev-tabs{width:100%;justify-content:space-around;margin-bottom:1.5rem;border-bottom:1px solid #ddd}.dev-tab{padding:.5rem 1rem;font-size:.9rem}.dev-cards{width:100%;gap:1rem}.dev-card{padding:1rem}.dev-card h3{font-size:1.1rem}.dev-card p{font-size:.9rem}}@media (max-width: 480px){.dev-cards{gap:.75rem}}.portfolio-item{background:#f5f7fa;padding:2rem 0;font-family:Inter,sans-serif}.portfolio-maincontainer{display:flex;justify-content:space-between;align-items:center;background:#f5f7fa;padding:80px 40px;border-radius:16px;margin:0 auto;width:60%;box-shadow:0 8px 24px #0000000d;transition:transform .3s ease}.portfolio-maincontainer:hover{transform:translateY(-5px)}.portfolio-left{max-width:55%}.portfolio-logo{background:#333;color:#fff;font-weight:700;padding:12px 24px;border-radius:12px;display:inline-block;margin-bottom:1rem;transition:background .3s ease}.portfolio-logo:hover{background:#444}.portfolio-logo .logo-text{font-size:1.5rem;letter-spacing:1px}.portfolio-tags{display:flex;gap:.8rem;margin-bottom:1.2rem;flex-wrap:wrap}.portfolio-tags span{background:#66bde8;color:#fff;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .3s ease}.portfolio-tags span:hover{background:#559fd4}.portfolio-left h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.tech-stack span{background:#fff;border:1px solid #ddd;padding:6px 12px;border-radius:8px;font-size:.9rem;transition:transform .2s ease,box-shadow .2s ease}.tech-stack span:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.portfolio-right{position:relative;background:linear-gradient(135deg,#66bde8,#f9d3c1);padding:.5rem;border-radius:10px;display:flex;justify-content:center;align-items:center;transition:box-shadow .3s ease}.portfolio-right:hover{box-shadow:0 12px 24px #00000026}.mockup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:460px}.mockup-grid-image{width:100%;border-radius:2px;cursor:pointer;box-shadow:0 6px 14px #0003;transition:transform .3s ease,box-shadow .3s ease}.mockup-grid-image:hover{transform:scale(1.05);box-shadow:0 12px 24px #00000040}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box;z-index:9999;opacity:0;animation:fadeIn .4s ease forwards}.modal-contents{position:relative;max-width:95vw;max-height:95vh;display:flex;justify-content:center;align-items:center}.modal-image{max-width:100%;max-height:95vh;width:auto;height:auto;border-radius:1rem;box-shadow:0 25px 50px #0006;object-fit:contain;animation:zoomIn .4s ease}.modal-close{position:absolute;top:-60px;right:0;background:#ffffff40;border:none;color:#fff;font-size:1.75rem;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;z-index:10000}.modal-close:hover{background:#fff6;transform:scale(1.15) rotate(90deg)}@media (max-width: 992px){.portfolio-maincontainer{flex-direction:column;padding:3rem 2rem;width:90%}.portfolio-left{max-width:100%}.portfolio-left h2{font-size:1.7rem}.portfolio-logo .logo-text{font-size:1.3rem}.mockup-grid{max-width:340px}.modal-close{top:-50px;right:10px;width:45px;height:45px;font-size:1.5rem}}@media (max-width: 768px){.portfolio-maincontainer{padding:2rem 1rem}.mockup-grid{gap:12px;max-width:300px}.modal-close{top:-40px;right:5px;width:40px;height:40px;font-size:1.25rem}}@media (max-width: 480px){.portfolio-left h2{font-size:1.5rem}.portfolio-logo .logo-text{font-size:1.1rem}.mockup-grid{max-width:360px}.modal-close{top:-35px;right:10px;width:35px;height:35px;font-size:1rem}}.portfolio-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:#333;width:min(90%,1200px);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.about-section{display:grid;grid-template-columns:2fr 1fr;gap:clamp(2rem,4vw,3rem);align-items:start;padding:clamp(2rem,5vw,3rem) 0}.about-text h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.5rem;font-weight:700;line-height:1.2;color:#333}.about-text p{font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7;color:#333;margin-bottom:1.5rem}.about-info{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:clamp(1.5rem,3vw,2rem);border-radius:clamp(.5rem,1.5vw,1rem);font-size:clamp(.875rem,1.5vw,1rem);display:flex;flex-direction:column;gap:1.25rem;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 6px -1px #0000001a}.info-item{display:flex;align-items:flex-start;gap:.75rem;margin:0;line-height:1.5}.info-text strong{display:block;margin-bottom:.25rem;color:#2d3748;font-weight:600}.info-text p{margin:0;color:#4a5568}.info-icon{font-size:1.25rem;color:#4299e1;flex-shrink:0;margin-top:.125rem}.portfoliotechnologies-section{background:linear-gradient(135deg,#f7fafc,#edf2f7);color:#2d3748;text-align:center;padding:clamp(3rem,6vw,4rem) clamp(1rem,3vw,2rem);border-radius:clamp(.75rem,2vw,1.25rem);border:1px solid rgba(255,255,255,.8)}.portfoliotechnologies-section h2{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1rem;font-weight:700;color:#2d3748}.portfoliotechnologies-section p{font-size:clamp(1rem,1.5vw,1.125rem);max-width:48rem;margin:0 auto clamp(2rem,4vw,3rem) auto;line-height:1.6;color:#4a5568}.portfoliotech-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:clamp(1rem,2vw,1.5rem);justify-content:center;max-width:800px;margin:0 auto}.portfoliotech-card{display:flex;flex-direction:column;align-items:center;padding:clamp(1rem,2vw,1.5rem);background:#fff;border-radius:clamp(.5rem,1.5vw,1rem);box-shadow:0 2px 4px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0}.portfoliotech-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.portfoliotech-card img{width:clamp(3rem,6vw,4rem);height:clamp(3rem,6vw,4rem);object-fit:contain;margin-bottom:.75rem;transition:transform .3s ease}.portfoliotech-card:hover img{transform:scale(1.1)}.portfoliotech-card span{font-size:clamp(.75rem,1.5vw,.875rem);font-weight:500;color:#4a5568;text-align:center;line-height:1.4}@media (max-width: 768px){.about-section{grid-template-columns:1fr;gap:2rem}.about-info{width:auto;order:-1;text-align:center}.info-text{text-align:center}.portfoliotech-icons{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}}@media (max-width: 480px){.portfoliotech-icons{grid-template-columns:repeat(2,1fr)}.info-item{flex-direction:column;gap:.5rem;align-items:center;text-align:center}.info-text{text-align:center}.info-icon{align-self:center}}@media (prefers-reduced-motion: reduce){.portfoliotech-card,.portfoliotech-card img{transition:none}.portfoliotech-card:hover{transform:none}}@media (prefers-color-scheme: dark){.portfolio-container,.portfoliotechnologies-section h2{color:#f7fafc}.portfoliotechnologies-section p{color:#e2e8f0}.about-info{background:linear-gradient(135deg,#2d3748,#4a5568);border-color:#ffffff1a}.info-text strong{color:#f7fafc}.info-text p{color:#e2e8f0}.portfoliotechnologies-section{background:linear-gradient(135deg,#2d3748,#1a202c);border-color:#ffffff1a}.portfoliotech-card{background:#4a5568;border-color:#718096}.portfoliotech-card span{color:#e2e8f0}}.portfolioimagescontent-sections{width:min(92%,1400px);margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding:clamp(2.5rem,6vw,5rem) clamp(1.25rem,4vw,3rem);color:#1a1a1a}.portfolioimagescontent-block{display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem);background:#f1f5f9;border-radius:clamp(1rem,3vw,1.5rem);padding:clamp(2rem,4vw,3rem);margin-bottom:clamp(2.5rem,5vw,4rem);box-shadow:0 12px 24px #0000000f,0 6px 12px #00000008;border:1px solid rgba(255,255,255,.9);transition:transform .4s ease,box-shadow .4s ease;width:90%;margin:0 auto}.portfolioimagescontent-block:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001a,0 10px 20px #0000000d}.portfolioimagescontent-text h3{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1.25rem;font-weight:800;line-height:1.2;display:flex;align-items:center;gap:.75rem;color:#1e293b}.portfolioimagescontent-text h4{font-size:clamp(1.25rem,2.5vw,1.5rem);margin:1.5rem 0 1rem;font-weight:600;color:#334155}.portfolioimagescontent-text p,.portfolioimagescontent-text ul{font-size:clamp(1rem,1.75vw,1.125rem);line-height:1.8;color:#475569}.portfolioimagescontent-text ul{padding-left:0;list-style:none}.portfolioimagescontent-text ul li{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.75rem}.portfolioimagescontent-list-icon{color:#10b981;flex-shrink:0;margin-top:.25rem}.portfolioimagescontent-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:clamp(1.25rem,3vw,2rem);margin-top:1.5rem}.portfolioimagescontent-img{width:100%;height:auto;max-height:300px;object-fit:contain;box-shadow:0 8px 16px #00000014;transition:transform .4s ease,box-shadow .4s ease,filter .3s ease;cursor:pointer;border-radius:5px}.portfolioimagescontent-img:hover{transform:scale(1.03) rotate(.5deg);box-shadow:0 16px 32px #0000001f}.portfolioimagescontent-tabs{display:flex;justify-content:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.portfolioimagescontent-tab{background:#fffc;border:1px solid #e2e8f0;padding:1rem 1.5rem;cursor:pointer;font-size:1.2rem;font-weight:400;color:#475569;border-radius:20px;transition:all .3s ease}.portfolioimagescontent-tab.active{background:#66bde8;color:#fff;border-color:#66bde8;transform:translateY(-2px);box-shadow:0 8px 16px #66bde84d}.portfolioimagescontent-tab:hover:not(.active){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.portfolioimagescontent-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:9999;padding:2rem;box-sizing:border-box;opacity:0;animation:fadeIn .4s ease forwards}.portfolioimagescontent-modal-content{position:relative;max-width:95vw;max-height:95vh;display:flex;justify-content:center;align-items:center}.portfolioimagescontent-modal-img{max-width:100%;max-height:95vh;width:auto;height:auto;border-radius:1rem;box-shadow:0 25px 50px #0006;object-fit:contain;animation:zoomIn .4s ease}.portfolioimagescontent-modal-close-btn{position:absolute;top:-60px;right:0;background:#ffffff40;border:none;color:#fff;font-size:1.75rem;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;z-index:10000}.portfolioimagescontent-modal-close-btn:hover{background:#fff6;transform:scale(1.15) rotate(90deg)}.portfolioimagescontent-section-icon{color:#66bde8;font-size:1.3em}@keyframes fadeIn{to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 1200px){.portfolioimagescontent-images{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.portfolioimagescontent-sections{width:100%;max-width:400px;margin:0 auto}.portfolioimagescontent-images{grid-template-columns:1fr;gap:1.5rem}.portfolioimagescontent-img{height:min(250px,50vw);aspect-ratio:16/9}.portfolioimagescontent-tabs{gap:.75rem}.portfolioimagescontent-tab{padding:.875rem 1.5rem;font-size:1rem}.portfolioimagescontent-modal-overlay{padding:1rem}.portfolioimagescontent-modal-close-btn{top:-45px;width:45px;height:45px;font-size:1.5rem}}@media (max-width: 480px){.portfolioimagescontent-sections{padding:2rem 1rem}.portfolioimagescontent-block{padding:1.5rem;gap:1.5rem}.portfolioimagescontent-tabs{flex-direction:column;align-items:center}.portfolioimagescontent-tab{width:100%;max-width:280px;text-align:center}}@media (prefers-reduced-motion: reduce){.portfolioimagescontent-img,.portfolioimagescontent-modal-overlay,.portfolioimagescontent-block{transition:none;animation:none}.portfolioimagescontent-img:hover{transform:none;filter:none}.portfolioimagescontent-modal-overlay{opacity:1}.portfolioimagescontent-modal-img{animation:none}.portfolioimagescontent-modal-close-btn:hover{transform:none}}.press-page{display:flex;gap:2rem;padding:2rem 1rem;font-family:Inter,sans-serif;color:#333;max-width:1200px;margin:0 auto;flex-wrap:wrap;box-sizing:border-box}.main-article-slider{flex:3;position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;box-shadow:0 8px 20px #00000026;border-radius:20px;overflow:hidden}.prev-slide,.next-slide{position:absolute;top:35%;transform:translateY(-50%);background-color:#73b2d1;border:none;color:#fff;font-size:2rem;padding:.3rem .6rem;cursor:pointer;border-radius:50%;z-index:2;transition:background-color .3s ease;box-shadow:0 8px 20px #00000026}.prev-slide:hover,.next-slide:hover{background-color:#000000b3}.prev-slide{left:10px}.next-slide{right:10px}.slider-wrapper{overflow:hidden;width:100%;border-radius:16px}.slides{display:flex;transition:transform .5s ease-in-out;width:100%}.featured-article{min-width:100%;position:relative;overflow:hidden;border-radius:16px;box-shadow:0 6px 20px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.featured-article:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000002e}.featured-article img{width:100%;height:400px;object-fit:cover;transition:transform .3s ease}.featured-article:hover img{transform:scale(1.05)}.article-content{padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem}.article-content .category{font-size:.75rem;font-weight:600;color:#fff;padding:.3rem .8rem;border-radius:8px;text-transform:uppercase;width:fit-content}.article-content .category.faceOffEvent{background-color:#1e88e5}.article-content .category.foodChallengeEvent{background-color:#4caf50}.article-content h2{margin:.5rem 0;font-size:1.3rem;font-weight:600;line-height:1.4}.article-content p{font-size:.95rem;color:#555;margin-bottom:.5rem}.article-content .author{font-size:.8rem;color:#777}.article-content .date{font-size:.8rem;color:#999}.article-gallery{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.article-gallery img{width:calc(20% - .4rem);height:100px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.trending-articles{flex:1;display:flex;flex-direction:column;gap:1.2rem}.trending-articles h3{font-size:1.25rem;font-weight:600}.trending-item{display:flex;gap:.8rem;align-items:center;background-color:#d2dce0be;border-radius:12px;padding:5px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.trending-item:hover{transform:translateY(-5px);box-shadow:0 10px 22px #0000001f}.trending-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.trending-info{display:flex;flex-direction:column;gap:.2rem}.trending-info h4{margin:0;font-size:1rem;font-weight:500;color:#222}.trending-info .category{font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;text-transform:uppercase;color:#fff;width:fit-content}.trending-info .category.TeamEvent{background-color:#1e88e5}.trending-info .author{font-size:.75rem;color:#777}.image-modalblog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal-contentblog{position:relative;max-width:90%;max-height:90%}.modal-contentblog img{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:8px}.close-modalblog{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;padding:0;line-height:1}.close-modalblog :hover{color:#ccc}.article-gallery img{cursor:pointer;transition:transform .2s}.article-gallery img:hover{transform:scale(1.05)}@media (max-width: 992px){.press-page{flex-direction:column}.main-article-slider,.trending-articles{width:100%}.article-gallery img{width:calc(20% - .4rem);height:80px}}@media (max-width: 768px){.article-gallery img{width:calc(33.33% - .4rem);height:80px}}@media (max-width: 480px){.featured-article img{height:250px}.article-content h2,.trending-articles h3{font-size:1.1rem}.prev-slide,.next-slide{font-size:1.5rem;padding:.2rem .5rem}.article-gallery img{width:calc(50% - .4rem);height:70px}}.press-page-details{max-width:1200px;margin:0 auto;padding:0 1rem;font-family:Inter,sans-serif;color:#333}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.article-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.article-card img{width:100%;height:180px;object-fit:cover}.article-content{padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.article-content .category{font-size:.75rem;font-weight:600;padding:.3rem .9rem;border-radius:8px;text-transform:uppercase;color:#fff;width:fit-content;letter-spacing:.5px}.category.TeamEvent{background-color:#1e88e5}.article-content h3{margin:0;font-size:1.1rem;font-weight:600;color:#222;line-height:1.4}.author-date{display:flex;gap:1rem;font-size:.8rem;color:#777;margin-top:auto}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin:2.5rem 0}.pagination button{border:none;background-color:#f5f5f5;padding:.55rem .9rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.pagination button:hover{background-color:#e0e0e0}.pagination button.active{background-color:#73b2d1;color:#fff;box-shadow:0 4px 12px #28a74566}@media (max-width: 768px){.articles-grid{grid-template-columns:1fr}.article-card img{height:200px}}.press-article{max-width:800px;margin:3rem auto;background:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .3s cubic-bezier(.16,1,.3,1);border:1px solid rgba(115,178,209,.1)}.press-article:hover{transform:translateY(-4px);box-shadow:0 8px 24px #73b2d11f;border-color:#73b2d14d}.article-header{width:100%;position:relative;overflow:hidden}.header-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.press-article:hover .header-image{transform:scale(1.03)}.article-content{padding:2.5rem}.article-title{font-size:2.2rem;font-weight:800;color:#333;margin-bottom:1rem;line-height:1.3;letter-spacing:-.5px;position:relative}.article-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#73b2d1;border-radius:3px}.article-meta{display:flex;align-items:center;gap:1rem;font-size:.95rem;color:#666;margin-bottom:2rem}.article-meta .author{font-weight:600;color:#333;position:relative}.article-meta .author:after{content:"•";margin-left:1rem;color:#ccc}.article-meta .date{color:#73b2d1;font-weight:500}.article-text{margin-bottom:2rem;font-size:1.05rem;color:#444}.section-heading{font-size:1.6rem;font-weight:700;color:#333;margin-top:2.5rem;margin-bottom:1rem;position:relative;padding-left:1rem}.section-heading:before{content:"";position:absolute;left:0;top:.3em;height:.8em;width:4px;background:#73b2d1;border-radius:2px}.subsection-heading{font-size:1.3rem;font-weight:600;color:#333;margin-top:2rem;margin-bottom:1rem}.article-text ul,.article-text ol{padding-left:1.5rem}.article-text li{margin-bottom:.8rem;position:relative}.article-text ul li:before{content:"";display:inline-block;width:6px;height:6px;background:#73b2d1;border-radius:50%;position:absolute;left:-1.2rem;top:.7em}@media (max-width: 768px){.press-article{margin:2rem auto;border-radius:12px}.header-image{height:100%}.article-content{padding:1.8rem}.article-title{font-size:1.8rem}.section-heading{font-size:1.4rem}.subsection-heading{font-size:1.2rem}}@media (max-width: 480px){.press-article{margin:1.5rem 1rem;border-radius:10px}.header-image{height:100%}.article-content{padding:1.5rem}.article-title{font-size:1.6rem}.article-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.article-meta .author:after{display:none}}.coworking-container{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.coworking-hero{position:relative;height:80vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:40px 20px}.coworking-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity .5s ease-in-out;z-index:1}.fade-in{opacity:1}.fade-out{opacity:0}.coworking-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#66bde899,#35799ca6);z-index:2}.coworking-hero-content{position:relative;z-index:3;max-width:950px;padding:50px 40px;color:#fff}.coworking-title{font-size:3rem;font-weight:500;margin-bottom:20px;color:#fff}.coworking-subtitle{font-size:1.5rem;color:#333;font-weight:900;margin-bottom:30px}.coworking-intro{max-width:710px;margin:0 auto 60px;font-size:1.1rem}.coworking-hero-prev,.coworking-hero-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;color:#fff;border:none;padding:15px;cursor:pointer;font-size:1.8rem;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:4;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.coworking-hero-prev:hover,.coworking-hero-next:hover{background:#66bde8e6;transform:translateY(-50%) scale(1.1)}.coworking-hero-prev{left:20px}.coworking-hero-next{right:20px}.coworking-hero-indicators{position:absolute;bottom:30px;left:0;right:0;display:flex;justify-content:center;gap:12px;z-index:4}.coworking-hero-indicator{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:all .3s ease}.coworking-hero-indicator:hover{background:#fffc;transform:scale(1.2)}.coworking-hero-indicator.active{background:#66bde8;transform:scale(1.2)}.coworking-section{padding:80px 20px;max-width:1200px;margin:0 auto}.coworking-section-dark{background-color:#f5f5f5;padding:80px 20px}.section-inner{max-width:1200px;margin:0 auto}.coworking-h2{font-size:2.2rem;color:#333;margin-bottom:40px;position:relative;padding-bottom:15px}.coworking-h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:70px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:4px}.coworking-h3{font-size:1.5rem;color:#66bde8;margin-bottom:20px;font-weight:500}.coworking-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.coworking-feature-card{background-color:#fff;padding:40px 30px;text-align:center;border-radius:8px;box-shadow:0 2px 15px #0000000d;transition:all .3s ease;border:1px solid rgba(102,189,232,.1)}.coworking-feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0000001a;border-color:#66bde84d}.coworking-list{list-style:none;padding:0}.coworking-list-item{padding:15px 0;border-bottom:1px solid #eee;display:flex;align-items:center;font-size:1.1rem}.coworking-icon{color:#66bde8;margin-right:15px;font-size:1.4rem;min-width:32px;text-align:center}.coworking-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px}.coworking-gallery-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;box-shadow:0 5px 15px #0000001a}.coworking-image{width:100%;height:250px;object-fit:cover;border-radius:8px;transition:transform .5s ease;display:block}.coworking-gallery-item:hover .coworking-image{transform:scale(1.05)}.coworking-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:20px;transform:translateY(100%);transition:transform .3s ease;text-align:center}.coworking-gallery-item:hover .coworking-image-overlay{transform:translateY(0)}.coworking-image-overlay-text{font-size:.9rem;font-weight:500;color:#fff}.coworking-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.coworking-modal-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.coworking-modal-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #00000080}.coworking-modal-close{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:5px 15px;transition:color .3s ease;line-height:1}.coworking-modal-close:hover{color:#66bde8}.coworking-modal-prev,.coworking-modal-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:15px;cursor:pointer;font-size:1.5rem;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.coworking-modal-prev:hover,.coworking-modal-next:hover{background:#66bde8e6;border-color:#66bde8;transform:translateY(-50%) scale(1.1)}.coworking-modal-prev{left:-80px}.coworking-modal-next{right:-80px}.coworking-modal-counter{color:#fff;margin-top:20px;font-size:1.2rem;text-align:center;background:#00000080;padding:8px 20px;border-radius:20px;font-weight:500}.coworking-modal-thumbnails{display:flex;gap:5px;padding:15px;overflow-x:auto;max-width:100%;scrollbar-width:thin;scrollbar-color:#66bde8 rgba(255,255,255,.1)}.coworking-modal-thumbnails::-webkit-scrollbar{height:6px}.coworking-modal-thumbnails::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.coworking-modal-thumbnails::-webkit-scrollbar-thumb{background:#66bde8;border-radius:3px}.coworking-modal-thumbnail{width:80px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.6;transition:all .3s ease;border:2px solid transparent}.coworking-modal-thumbnail:hover{opacity:.8;transform:scale(1.05)}.coworking-modal-thumbnail.active{opacity:1;border-color:#66bde8;transform:scale(1.05);box-shadow:0 0 15px #66bde880}.coworking-location-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 768px){.coworking-location-grid{grid-template-columns:1fr 1fr}}.coworking-contact-box{background-color:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 5px 25px #00000014;text-align:center;border:1px solid rgba(102,189,232,.1)}.coworking-contact-info{font-size:1.3rem;margin:20px 0;display:flex;align-items:center;justify-content:center;gap:15px}.coworking-contact-link{color:#66bde8;text-decoration:none;font-weight:500;transition:all .3s ease;padding:8px 0;display:inline-block}.coworking-contact-link:hover{color:#333;text-decoration:underline;transform:translateY(-2px)}.coworking-cta-button{display:inline-block;background:linear-gradient(135deg,#66bde8,#8fd3f4);color:#fff;padding:15px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-top:20px;box-shadow:0 5px 15px #66bde84d}.coworking-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #66bde866;background:linear-gradient(135deg,#55a8d3,#7bc2e6)}.coworking-cta-button:active{transform:translateY(-1px)}.coworking-highlight{color:#66bde8;font-weight:600}.coworking-text-center{text-align:center}.coworking-text-large{font-size:1.3rem;margin-bottom:20px}.coworking-mb-20{margin-bottom:20px}.coworking-mb-30{margin-bottom:30px}.coworking-mb-40{margin-bottom:40px}.coworking-mt-20{margin-top:20px}.coworking-mt-30{margin-top:30px}@media (max-width: 1200px){.coworking-hero{height:70vh;min-height:500px}}@media (max-width: 1024px){.coworking-gallery{grid-template-columns:repeat(2,1fr)}.coworking-modal-prev{left:10px}.coworking-modal-next{right:10px}}@media (max-width: 768px){.coworking-hero{height:60vh;min-height:400px;padding:20px}.coworking-hero-content{padding:30px 20px}.coworking-title{font-size:2.5rem}.coworking-subtitle{font-size:1.3rem}.coworking-h2{font-size:1.8rem}.coworking-h3{font-size:1.3rem}.coworking-gallery{grid-template-columns:1fr;gap:20px}.coworking-image{height:300px}.coworking-hero-prev,.coworking-hero-next{width:50px;height:50px;font-size:1.5rem}.coworking-hero-prev{left:10px}.coworking-hero-next{right:10px}.coworking-modal-prev,.coworking-modal-next{width:50px;height:50px;font-size:1.3rem}.coworking-modal-thumbnail{width:70px;height:50px}.coworking-modal-close{top:-60px;font-size:2rem}.coworking-contact-box{padding:40px 20px}}@media (max-width: 480px){.coworking-hero{height:50vh;min-height:350px}.coworking-title{font-size:2rem}.coworking-section,.coworking-section-dark{padding:60px 20px}.coworking-features-grid{grid-template-columns:1fr;gap:20px}.coworking-feature-card{padding:30px 20px}.coworking-modal-content{max-width:95%}.coworking-modal-thumbnails{gap:8px;padding:10px}.coworking-modal-thumbnail{width:60px;height:45px}.coworking-cta-button{padding:18px 30px;font-size:1.1rem;width:100%}.coworking-hero-indicators{bottom:20px}.coworking-hero-indicator{width:10px;height:10px}.coworking-list-item{font-size:1rem}}.developmentpage-hero{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#333}.developmentpage-hero-content{display:flex;align-items:center;justify-content:space-between;padding:50px 5%;flex-wrap:wrap;width:80%;margin:0 auto}.developmentpage-hero-text{flex:1;max-width:550px}.developmentpage-hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:700}.developmentpage-highlight{color:#66bde8}.developmentpage-hero-text p{font-size:1.1rem;margin-bottom:25px;color:#f1f1f1;line-height:1.6}.developmentpage-hero-btn{background:#66bde8;border:none;color:#fff;padding:14px 28px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000040}.developmentpage-hero-btn:hover{background:#4aa8d1;transform:translateY(-2px)}.developmentpage-hero-image{flex:1;display:flex;justify-content:center;align-items:center;min-height:400px;overflow:hidden;border-radius:16px;border:none}.developmentpage-hero-image img{max-width:100%;max-height:100%;object-fit:contain;border-radius:16px}.developmentpage-hero-image img:hover{opacity:.8}@media (max-width: 1024px){.developmentpage-hero-content{flex-direction:column;text-align:center;padding:5px}.developmentpage-hero-image{text-align:center;margin-top:-40px}}@media (max-width: 768px){.developmentpage-hero-text h1{font-size:2.2rem}.developmentpage-hero-text p{font-size:1rem}.developmentpage-hero-btn{width:100%}}@media (max-width: 480px){.developmentpage-hero-text h1{font-size:1.8rem}.developmentpage-hero{height:650px;padding:10px 5px}}.developmentfeatures-section{padding:50px 20px;text-align:center;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;width:100%;margin:0 auto}.developmentfeatures-heading{position:relative;display:inline-block;font-size:2.8rem;margin-bottom:20px;color:#333;font-weight:700}.developmentfeatures-heading:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#66bde8,#8fd3f4);border-radius:2px}.developmentfeatures-subheading{font-size:1.2rem;margin-bottom:30px;color:#555}.developmentfeatures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center}.developmentfeature-card{background:linear-gradient(135deg,#66bde8,#4aa0d4);color:#fff;padding:35px 25px;border-radius:20px;box-shadow:0 15px 35px #00000026;transition:transform .4s ease,box-shadow .4s ease;width:100%;max-width:320px;display:flex;flex-direction:column;align-items:center;text-align:center}.developmentfeature-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #00000040}.developmentfeature-icon img{width:70px;height:70px;object-fit:contain;margin-bottom:20px;border-radius:10%;background-color:#fff;transition:transform .4s ease}.developmentfeature-card:hover .developmentfeature-icon img{transform:scale(1.15)}.developmentfeature-title{font-size:1.6rem;margin-bottom:15px;font-weight:700}.developmentfeature-description{font-size:1rem;line-height:1.7;color:#ffffffe6}@media (max-width: 1024px){.developmentfeatures-heading{font-size:2.4rem}.developmentfeatures-subheading{font-size:1.1rem}.developmentfeatures-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.developmentfeatures-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.developmentfeature-card{padding:20px}.developmentfeature-title{font-size:1.4rem}.developmentfeature-description{font-size:.95rem}.developmentfeature-icon img{width:60px;height:60px;margin-bottom:15px}}@media (max-width: 480px){.developmentfeatures-section{padding:30px 15px}.developmentfeatures-heading{font-size:1.6rem}.developmentfeatures-subheading{font-size:.95rem}.developmentfeatures-grid{grid-template-columns:repeat(2,1fr);gap:12px}.developmentfeature-card{padding:15px}.developmentfeature-title{font-size:14px;text-align:center}.developmentfeature-description{font-size:12px;line-height:1.4;text-align:center}.developmentfeature-icon img{width:30px;height:auto;margin-bottom:12px}.developmentfeature-icon{display:flex;justify-content:center;align-items:center}}.consultingprojectmanagement-hero{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#333;min-height:400px;position:relative}.consultingprojectmanagement-hero-content{display:flex;align-items:center;justify-content:space-between;padding:20px 10%;flex-wrap:wrap;gap:80px}.consultingprojectmanagement-hero-text{flex:1;max-width:550px}.consultingprojectmanagement-hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:700}.consultingprojectmanagement-highlight{color:#66bde8}.consultingprojectmanagement-hero-text p{font-size:1.1rem;margin-bottom:25px;color:#f1f1f1;line-height:1.6}.consultingprojectmanagement-hero-btn{background:#66bde8;border:none;color:#fff;padding:14px 28px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000040}.consultingprojectmanagement-hero-btn:hover{background:#4aa8d1;transform:translateY(-2px)}.consultingprojectmanagement-hero-image{flex:1;position:relative;width:100%;overflow:hidden;border-radius:16px;display:flex;justify-content:center;align-items:center}.consultingprojectmanagement-hero-image img{width:80%;height:auto;max-height:500px;object-fit:contain;border-radius:16px;transition:opacity .3s ease}.consultingprojectmanagement-hero-image img:hover{opacity:.8}@media (max-width: 1024px){.consultingprojectmanagement-hero-content{flex-direction:column;text-align:center}.consultingprojectmanagement-hero{min-height:700px}.consultingprojectmanagement-hero-image{height:400px;max-width:100%;object-fit:cover}}@media (max-width: 768px){.consultingprojectmanagement-hero{min-height:auto;padding:40px 20px}.consultingprojectmanagement-hero-text h1{font-size:2.2rem}.consultingprojectmanagement-hero-text p{font-size:1rem}.consultingprojectmanagement-hero-btn{width:80%;margin:0 auto}}@media (max-width: 480px){.consultingprojectmanagement-hero-text h1{font-size:1.8rem}.consultingprojectmanagement-hero-image{height:350px}.consultingprojectmanagement-hero{height:auto;padding:10px 5px}}.consultingprojectfeature{width:100%;overflow-x:hidden}.consultingprojectfeature-container{max-width:1200px;margin:0 auto;padding:0 20px}.consultingprojectfeature-section-title{font-size:2.5rem;text-align:center;margin-bottom:20px;color:#333;position:relative;padding-bottom:15px}.consultingprojectfeature-section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#66bde8;border-radius:2px}.consultingprojectfeature-section-subtitle{font-size:1.2rem;text-align:center;margin-bottom:30px;color:#666;max-width:800px;margin-left:auto;margin-right:auto}.consultingprojectfeature-services{padding:50px 0}.consultingprojectfeature-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.consultingprojectfeature-service-card{background-color:#f9f9f9;border-radius:10px;padding:30px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.consultingprojectfeature-service-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.consultingprojectfeature-service-icon{font-size:3rem;margin-bottom:20px}.consultingprojectfeature-service-title{font-size:1.5rem;margin-bottom:15px;color:#333}.consultingprojectfeature-service-description{color:#666;margin-bottom:20px}.consultingprojectfeature-service-features{list-style:none;margin-bottom:25px;padding:0;text-align:left}.consultingprojectfeature-feature-item{padding:8px 0;border-bottom:1px solid #eee;color:#555;font-size:.95rem}.consultingprojectfeature-service-cta{background-color:#66bde8;color:#fff;border:none;padding:12px 25px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.consultingprojectfeature-service-cta:hover{background-color:#4a9cc9;transform:translateY(-3px);box-shadow:0 5px 15px #66bde84d}.consultingprojectfeature-projekt-management{padding:50px 0;background-color:#f9f9f9}.consultingprojectfeature-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}.consultingprojectfeature-feature-card{text-align:center;padding:30px 20px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.consultingprojectfeature-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.consultingprojectfeature-feature-icon{font-size:2.5rem;margin-bottom:15px;color:#66bde8}.consultingprojectfeature-feature-title{font-size:1.3rem;margin-bottom:10px;color:#333}.consultingprojectfeature-feature-description{color:#666;font-size:.95rem}.consultingprojectfeature-project-approaches{background-color:#f9f9f9;padding-bottom:30px}.consultingprojectfeature-approaches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;margin-top:40px}.consultingprojectfeature-approach-card{text-align:center;padding:25px 20px;background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.consultingprojectfeature-approach-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.consultingprojectfeature-approach-icon{font-size:3rem;margin-bottom:12px;color:#66bde8}.consultingprojectfeature-approach-title{font-size:1.3rem;margin-bottom:8px;color:#333}.consultingprojectfeature-approach-description{color:#666;font-size:.95rem}.consultingprojectfeature-microsoft-integration{padding:45px 0}.consultingprojectfeature-integration-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.consultingprojectfeature-integration-text .consultingprojectfeature-section-title,.consultingprojectfeature-integration-text .consultingprojectfeature-section-subtitle{text-align:left}.consultingprojectfeature-integration-text .consultingprojectfeature-section-title:after{left:0;transform:none}.consultingprojectfeature-integration-benefits{list-style:none;margin-top:30px;padding:0}.consultingprojectfeature-integration-benefits li{padding:8px 0;font-size:1.05rem;color:#555}.consultingprojectfeature-integration-visual{display:flex;justify-content:center}.consultingprojectfeature-microsoft-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;width:200px;height:200px;border-radius:50%;box-shadow:0 10px 30px #0000001a}.consultingprojectfeature-logo-icon{font-size:4rem;margin-bottom:10px;color:#66bde8}.consultingprojectfeature-logo-text{color:#66bde8;font-weight:700;font-size:1.2rem}@media (max-width: 992px){.consultingprojectfeature-integration-content{grid-template-columns:1fr;gap:40px}.consultingprojectfeature-integration-text .consultingprojectfeature-section-title,.consultingprojectfeature-integration-text .consultingprojectfeature-section-subtitle{text-align:center}.consultingprojectfeature-integration-text .consultingprojectfeature-section-title:after{left:50%;transform:translate(-50%)}}@media (max-width: 768px){.consultingprojectfeature-section-title{font-size:2rem}}@media (max-width: 576px){.consultingprojectfeature-features-grid,.consultingprojectfeature-approaches-grid,.consultingprojectfeature-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.consultingprojectfeature-feature-card,.consultingprojectfeature-service-card,.consultingprojectfeature-approach-card{padding:12px;text-align:center}.consultingprojectfeature-feature-icon,.consultingprojectfeature-service-icon,.consultingprojectfeature-approach-icon{font-size:20px;margin-bottom:6px}.consultingprojectfeature-feature-title,.consultingprojectfeature-service-title,.consultingprojectfeature-approach-title{font-size:13px;line-height:1.2;margin-bottom:4px}.consultingprojectfeature-feature-description,.consultingprojectfeature-service-description,.consultingprojectfeature-approach-description{font-size:11px;line-height:1.3}.consultingprojectfeature-feature-item{font-size:11px}.consultingprojectfeature-service-cta{width:100%;font-size:12px;padding:8px 12px}.consultingprojectfeature-section-title{font-size:1.6rem}.consultingprojectfeature-section-subtitle{font-size:.9rem}}.levelsupportpage-hero{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#333}.levelsupportpage-hero-content{display:flex;align-items:center;justify-content:space-between;padding:30px 10%;flex-wrap:wrap;gap:40px}.levelsupportpage-hero-text{flex:1;max-width:550px}.levelsupportpage-hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:700}.levelsupportpage-highlight{color:#66bde8}.levelsupportpage-hero-text p{font-size:1.1rem;margin-bottom:25px;color:#f1f1f1;line-height:1.6}.levelsupportpage-hero-btn{background:#66bde8;border:none;color:#fff;padding:14px 28px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000040;display:inline-flex;align-items:center;gap:8px}.levelsupportpage-hero-btn:hover{background:#4aa8d1;transform:translateY(-2px)}.levelsupportpage-hero-btn svg{width:20px;height:20px;stroke-width:2;transition:transform .3s ease}.levelsupportpage-hero-btn:hover svg{transform:translate(4px)}.levelsupportpage-hero-image{flex:1;position:relative;width:100%;height:70%;min-height:100px;overflow:hidden;border-radius:16px;border:none;display:flex;justify-content:center;align-items:center}.levelsupportpage-hero-image img{width:60%;height:60%;object-fit:cover;border-radius:16px;border:none;transition:opacity .3s ease;margin:auto}.levelsupportpage-hero-image img:hover{opacity:.8}@media (max-width: 1024px){.levelsupportpage-hero-content{flex-direction:column;text-align:center}.levelsupportpage-hero-image{text-align:center}.levelsupportpage-hero{min-height:700px}}@media (max-width: 768px){.levelsupportpage-hero-text h1{font-size:2.2rem}.levelsupportpage-hero-text p{font-size:1rem}.levelsupportpage-hero-btn{width:70%}.levelsupportpage-hero{min-height:auto;padding:10px 20px}}@media (max-width: 480px){.levelsupportpage-hero-text h1{font-size:1.8rem}.levelsupportpage-hero{height:auto;padding:0 1px}}.levelsupportfeatures-section{padding:80px 20px;text-align:center;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto}.levelsupportfeatures-heading{position:relative;display:inline-block;font-size:2.8rem;margin-bottom:20px;color:#222;font-weight:700;letter-spacing:-.5px;padding-bottom:12px}.levelsupportfeatures-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4aa0d4,#66bde8,#8fd3f4);border-radius:4px}.levelsupportfeatures-subheading{font-size:1.25rem;margin-bottom:60px;max-width:780px;margin-left:auto;margin-right:auto;color:#555;line-height:1.6}.levelsupportfeatures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;justify-items:center}.levelsupportfeature-card{background:#66bde8;border:1px solid rgba(255,255,255,.25);color:#333;padding:40px 28px;border-radius:18px;box-shadow:0 12px 25px #00000026;transition:transform .4s ease,box-shadow .4s ease,background .4s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.levelsupportfeature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 45px #00000040}.levelsupportfeature-icon svg{width:80px;height:80px;margin-bottom:22px;border-radius:14%;padding:10px;transition:transform .4s ease,color .4s ease,background .4s ease;color:#333;background-color:#fff}.levelsupportfeature-card:hover .levelsupportfeature-icon svg{transform:scale(1.15) rotate(4deg);color:#fff;background-color:#4aa0d4}.levelsupportfeature-title{font-size:1.5rem;margin-bottom:15px;font-weight:700;color:#fff}.levelsupportfeature-description{font-size:1rem;line-height:1.7;color:#fff;max-width:90%}@media (max-width: 1024px){.levelsupportfeatures-heading{font-size:2.4rem}.levelsupportfeatures-subheading{font-size:1.1rem}}@media (max-width: 768px){.levelsupportfeature-card{padding:28px 22px}.levelsupportfeature-title{font-size:1.3rem}.levelsupportfeature-description{font-size:.95rem}}@media (max-width: 480px){.levelsupportfeatures-section{padding:30px 15px}.levelsupportfeatures-heading{font-size:1.9rem}.levelsupportfeatures-subheading{font-size:.95rem}.levelsupportfeature-title{font-size:1.15rem}.levelsupportfeature-description{font-size:.9rem}.levelsupportfeatures-grid{grid-template-columns:repeat(2,1fr);gap:10px}.levelsupportfeatures-subheading{margin-bottom:30px}}.trainingpage-hero{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#333}.trainingpage-hero-content{display:flex;align-items:center;justify-content:space-between;padding:60px 10%;flex-wrap:wrap;gap:40px}.trainingpage-hero-text{flex:1;max-width:550px}.trainingpage-hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:700}.trainingpage-highlight{color:#66bde8}.trainingpage-hero-text p{font-size:1.1rem;margin-bottom:25px;color:#f1f1f1;line-height:1.6}.trainingpage-hero-btn{display:inline-flex;align-items:center;gap:10px;background:#66bde8;border:none;color:#fff;padding:14px 18px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000040}.trainingpage-hero-btn:hover{background:#4aa8d1;transform:translateY(-2px)}.trainingpage-hero-btn svg{transition:transform .3s ease}.trainingpage-hero-btn:hover svg{transform:translate(5px)}.trainingpage-btn-icon svg{width:18px;height:18px;font-weight:700}.trainingpage-hero-image{flex:1;position:relative;width:100%;height:auto;min-height:400px;overflow:hidden;border-radius:16px;border:none;display:flex;align-items:center;justify-content:center}.trainingpage-hero-image img{width:80%;height:auto;max-height:500px;object-fit:cover;border-radius:16px;border:none;transition:opacity .3s ease}.trainingpage-hero-image img:hover{opacity:.8}@media (max-width: 1024px){.trainingpage-hero-content{flex-direction:column;text-align:center;padding:5px 8%;gap:5px}.trainingpage-hero{min-height:auto}.trainingpage-hero-image{min-height:320px}.trainingpage-hero-image img{width:70%}}@media (max-width: 768px){.trainingpage-hero-text h1{font-size:2.2rem}.trainingpage-hero-text p{font-size:1rem}.trainingpage-hero-btn{width:100%}.trainingpage-hero{padding:10px}.trainingpage-hero-content{gap:10px}.trainingpage-hero-image{min-height:280px}.trainingpage-hero-image img{width:85%}}@media (max-width: 480px){.trainingpage-hero-text h1{font-size:1.8rem}.trainingpage-hero-text p{font-size:.95rem}.trainingpage-hero{padding:5px 10px}.trainingpage-hero-content{gap:5px}.trainingpage-hero-image{min-height:220px}.trainingpage-hero-image img{width:100%;max-height:250px}}.trainingfeatures-section{padding:80px 20px;text-align:center;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;width:90%;margin:0 auto}.trainingfeatures-heading{position:relative;display:inline-block;font-size:2.8rem;margin-bottom:20px;color:#333;font-weight:700;padding-bottom:10px}.trainingfeatures-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:10%;height:3px;background:linear-gradient(90deg,#66bde8,#8fd3f4);transition:width .4s ease;border-radius:2px}.trainingfeatures-subheading{font-size:1.2rem;margin-bottom:50px;max-width:800px;margin-left:auto;margin-right:auto;color:#555}.training-tabs{display:flex;justify-content:center;margin:40px 0 30px;border-bottom:2px solid #eaeaea;padding-bottom:10px}.training-tab{background:none;border:none;padding:12px 30px;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;position:relative;margin:0 10px}.training-tab:hover{color:#66bde8}.training-tab.active{color:#66bde8;font-weight:600}.training-tab.active:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:3px;background:#66bde8;border-radius:2px 2px 0 0}.tab-content{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.trainingfeatures-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;justify-items:center;margin-top:20px}.trainingfeature-card{background:linear-gradient(135deg,#66bde8,#4aa0d4);color:#fff;padding:35px 25px;border-radius:20px;box-shadow:0 15px 35px #00000026;transition:transform .4s ease,box-shadow .4s ease;width:100%;max-width:320px;display:flex;flex-direction:column;align-items:center;text-align:center}.trainingfeature-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #00000040}.trainingfeature-icon{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.trainingfeature-icon img{width:70px;height:70px;object-fit:contain;border-radius:10%;transition:transform .4s ease;background-color:#fff}.trainingfeature-card:hover .trainingfeature-icon img{transform:scale(1.15)}.icon-wrapper{display:flex;justify-content:center;align-items:center}.react-icon{font-size:50px;color:#fff}.react-icon svg{width:50px;height:50px}.trainingfeature-title{font-size:1.6rem;margin-bottom:15px;font-weight:700}.trainingfeature-description{font-size:1rem;line-height:1.7;color:#ffffffe6}@media (max-width: 1200px){.trainingfeatures-grid{grid-template-columns:repeat(4,1fr);gap:15px}}@media (max-width: 1024px){.trainingfeatures-heading{font-size:2.4rem}.trainingfeatures-subheading{font-size:1.1rem}.trainingfeatures-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 900px){.trainingfeatures-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.trainingfeatures-section{padding:30px 15px}.training-tabs{flex-direction:column;align-items:center;margin:30px 0 20px}.training-tab{width:100%;max-width:300px;margin:5px 0;padding:14px;background:#f5f5f5;border-radius:8px}.training-tab.active{background:#e3f2fd}.training-tab.active:after{display:none}.trainingfeatures-grid{grid-template-columns:repeat(2,1fr);gap:15px}.trainingfeature-card{padding:18px 15px;text-align:center}.trainingfeature-title{font-size:1.3rem}.trainingfeature-description{font-size:.95rem}.trainingfeature-icon img{width:55px;height:55px}.react-icon,.react-icon svg{width:42px;height:42px;font-size:42px}}@media (max-width: 600px){.trainingfeatures-grid{grid-template-columns:repeat(2,1fr);gap:8px}.trainingfeature-card{padding:10px}.trainingfeature-title{font-size:12px;line-height:1.2}.trainingfeature-description{font-size:11px;line-height:1.3}.trainingfeature-icon img{width:40px;height:40px}}@media (max-width: 480px){.trainingfeatures-section{padding:25px 10px;width:100%}.trainingfeatures-heading{font-size:1.8rem}.trainingfeatures-subheading{font-size:.9rem;margin-bottom:25px}.training-tab{padding:12px;font-size:13px;max-width:260px}.trainingfeatures-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width: 360px){.trainingfeatures-heading{font-size:1.6rem}.trainingfeatures-subheading{font-size:.85rem}.trainingfeature-card{padding:8px}.trainingfeature-title{font-size:11px}.trainingfeature-description{font-size:10px}}.administrationpagehero-hero{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background:#333;min-height:400px;position:relative}.administrationpagehero-hero-content{display:flex;align-items:center;justify-content:space-between;padding:40px 10%;flex-wrap:wrap;gap:40px}.administrationpagehero-hero-text{flex:1;max-width:550px}.administrationpagehero-hero-text h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:700}.administrationpagehero-highlight{color:#66bde8}.administrationpagehero-hero-text p{font-size:1.1rem;margin-bottom:25px;color:#f1f1f1;line-height:1.6}.administrationpagehero-hero-btn{background:#66bde8;border:none;color:#fff;padding:14px 28px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000040}.administrationpagehero-hero-btn:hover{background:#4aa0d4;transform:translateY(-2px)}.administrationpagehero-hero-image{flex:1;position:relative;width:90%;max-width:800px;margin:0 auto;overflow:hidden;border-radius:16px;display:flex;justify-content:center;align-items:center}.administrationpagehero-hero-image img{width:90%;height:auto;max-height:350px;object-fit:contain;border-radius:16px;transition:opacity .3s ease}.administrationpagehero-hero-image img:hover{opacity:.8}@media (max-width: 1024px){.administrationpagehero-hero-content{flex-direction:column;text-align:center;gap:20px}.administrationpagehero-hero-image{height:400px;max-width:100%;object-fit:cover}}@media (max-width: 768px){.administrationpagehero-hero{min-height:auto}.administrationpagehero-hero-text h1{font-size:2.2rem}.administrationpagehero-hero-text p{font-size:1rem}.administrationpagehero-hero-btn{width:80%;margin:0 auto}}@media (max-width: 480px){.administrationpagehero-hero-text h1{font-size:1.8rem}.administrationpagehero-hero-image{height:350px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{color:#333;line-height:1.6}.administrationfeature{width:100%;overflow-x:hidden}.administrationfeature-container{max-width:1200px;margin:0 auto;padding:0 20px}.administrationfeature-section-title{font-size:2.5rem;text-align:center;margin-bottom:20px;color:#333;position:relative;padding-bottom:15px}.administrationfeature-section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#66bde8;border-radius:2px}.administrationfeature-section-subtitle{font-size:1.2rem;text-align:center;color:#666;max-width:800px;margin-left:auto;margin-right:auto}.administrationfeature-services{padding:40px 0}.administrationfeature-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.administrationfeature-service-card{background-color:#f9f9f9;border-radius:10px;padding:30px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.administrationfeature-service-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.administrationfeature-service-icon{font-size:3rem;margin-bottom:20px}.administrationfeature-service-title{font-size:1.5rem;margin-bottom:15px;color:#333}.administrationfeature-service-description{color:#666;margin-bottom:20px}.administrationfeature-service-features{list-style:none;margin-bottom:25px;padding:0;text-align:left}.administrationfeature-feature-item{padding:8px 0;border-bottom:1px solid #eee;color:#555;font-size:.95rem}.administrationfeature-service-cta{background-color:#66bde8;color:#fff;border:none;padding:12px 25px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.administrationfeature-service-cta:hover{background-color:#4a9cc9;transform:translateY(-3px);box-shadow:0 5px 15px #66bde84d}.administrationfeature-main-features{padding:40px 0;background-color:#f9f9f9}.administrationfeature-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;margin-top:50px}.administrationfeature-feature-card{text-align:center;padding:30px 20px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.administrationfeature-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.administrationfeature-feature-icon{font-size:2.5rem;margin-bottom:20px;color:#66bde8}.administrationfeature-feature-title{font-size:1.3rem;margin-bottom:15px;color:#333}.administrationfeature-feature-description{color:#666}@media (max-width: 992px){.administrationfeature-features-grid{gap:25px}}@media (max-width: 768px){.administrationfeature-section-title{font-size:2rem}}@media (max-width: 576px){.administrationfeature-services-grid,.administrationfeature-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.administrationfeature-service-card,.administrationfeature-feature-card{height:auto;width:100%;padding:12px;text-align:center}.administrationfeature-service-icon,.administrationfeature-feature-icon{font-size:20px;margin-bottom:8px}.administrationfeature-service-title,.administrationfeature-feature-title{font-size:13px;line-height:1.3;margin-bottom:6px;text-align:center}.administrationfeature-service-description,.administrationfeature-feature-description{font-size:12px;line-height:1.4;text-align:center}.administrationfeature-feature-item{font-size:12px}.administrationfeature-service-cta{width:100%;font-size:12px;padding:8px 12px}.administrationfeature-section-title{font-size:1.6rem}}.migrationpage-hero{padding:80px 20px;display:flex;justify-content:center;align-items:center;background:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.migrationpage-hero-content{display:flex;flex-wrap:wrap;max-width:1300px;width:100%;align-items:center;gap:40px}.migrationpage-hero-text{flex:1;min-width:280px}.migrationpage-hero-text h1{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}.migrationpage-highlight{color:#4aa0d4}.migrationpage-hero-text p{font-size:1.25rem;color:#fff;margin-bottom:30px;line-height:1.6}.migrationpage-hero-btn{display:inline-flex;align-items:center;background-color:#4aa0d4;color:#fff;border:none;padding:14px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .3s ease}.migrationpage-hero-btn:hover{background-color:#66bde8;transform:translateY(-2px)}.migrationpage-hero-image{flex:1;min-width:380px;text-align:center}.migrationpage-hero-image img{max-width:100%;border-radius:12px;height:40vh}@media (max-width: 1024px){.migrationpage-hero-content{flex-direction:column-reverse;text-align:center}.migrationpage-hero-text h1{font-size:2.2rem}.migrationpage-hero-text p{font-size:1.1rem}}@media (max-width: 480px){.migrationpage-hero{padding:30px 15px}.migrationpage-hero-text h1{font-size:1.8rem}.migrationpage-hero-text p{font-size:1rem}.migrationpage-hero-btn{width:100%;justify-content:center}}.migrationpagefeature-section{padding:60px 20px;text-align:center;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:0 auto;border-radius:16px}.migrationpagefeature-heading{position:relative;display:inline-block;font-size:2.8rem;margin-bottom:20px;color:#333;font-weight:700;letter-spacing:-.5px;padding-bottom:12px}.migrationpagefeature-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#4aa0d4,#66bde8,#8fd3f4);border-radius:4px}.migrationpagefeature-subheading{font-size:1.25rem;margin-bottom:30px;margin-left:auto;margin-right:auto;color:#6d6d6d;line-height:1.6}.migrationpagefeature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;justify-items:center}.migrationpagefeature-card{background:#4aa0d4;border:1px solid rgba(255,255,255,.15);color:#fff;padding:40px 28px;border-radius:18px;box-shadow:0 12px 25px #00000040;transition:transform .4s ease,box-shadow .4s ease,background .4s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.migrationpagefeature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 45px #00000059;background:#66bde8}.migrationpagefeature-icon svg{width:80px;height:80px;margin-bottom:22px;border-radius:14%;padding:10px;transition:transform .4s ease,color .4s ease,background .4s ease;color:#333;background-color:#fff}.migrationpagefeature-card:hover .migrationpagefeature-icon svg{transform:scale(1.15) rotate(4deg);color:#fff;background-color:#333}.migrationpagefeature-title{font-size:1.5rem;margin-bottom:15px;font-weight:700;color:#fff}.migrationpagefeature-description{font-size:1rem;line-height:1.7;color:#f9f9f9;max-width:90%}@media (max-width: 1024px){.migrationpagefeature-heading{font-size:2.4rem}.migrationpagefeature-subheading{font-size:1.1rem}}@media (max-width: 768px){.migrationpagefeature-card{padding:28px 22px}.migrationpagefeature-title{font-size:1.3rem}.migrationpagefeature-description{font-size:.95rem}}@media (max-width: 480px){.migrationpagefeature-section{padding:30px 15px;width:90%}.migrationpagefeature-heading{font-size:1.9rem}.migrationpagefeature-subheading{font-size:.95rem}.migrationpagefeature-title{font-size:1.15rem}.migrationpagefeature-description{font-size:.9rem}}.CareerPageHero-hero{position:relative;width:100%;height:70vh;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Arial,sans-serif;overflow:hidden}.career-hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.career-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out;pointer-events:none}.career-hero-slide.active{opacity:1}.career-slide-nav{position:absolute;top:50%;transform:translateY(-50%);background:#333333b3;color:#fff;border:none;padding:12px 16px;cursor:pointer;font-size:24px;transition:all .3s ease;z-index:1000;border-radius:4px;pointer-events:auto}.career-slide-nav:hover{background:#333333e6;transform:translateY(-50%) scale(1.1)}.career-prev{left:20px}.career-next{right:20px}.career-slide-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:1000;pointer-events:auto}.career-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease;border:none;padding:0;margin:0;display:block;position:relative;z-index:1001;pointer-events:auto}.career-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 0 10px #66bde880}.career-dot:hover{background:#fff;transform:scale(1.2)}.CareerPageHero-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#66bde899,#35799ca6);display:flex;align-items:center;justify-content:center;padding:0 20px;box-sizing:border-box;z-index:2;pointer-events:none}.career-hero-content{text-align:center;max-width:1000px;z-index:3;pointer-events:auto}.career-hero-content h1{font-size:3rem;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.career-hero-content p{font-size:1.2rem;line-height:1.6;margin-bottom:30px}.career-hero-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.CareerPageHerobtn-primary{background-color:#66bde8;border:none;color:#fff;padding:12px 30px;font-size:1rem;cursor:pointer;border-radius:6px;transition:background .3s ease;pointer-events:auto}.CareerPageHerobtn-primary:hover{background-color:#fff;color:#66bde8}.CareerPageHerobtn-outline{background:transparent;border:2px solid #fff;color:#fff;padding:12px 30px;font-size:1rem;cursor:pointer;border-radius:6px;transition:background .3s ease,color .3s ease;pointer-events:auto}.CareerPageHerobtn-outline:hover{background-color:#fff;color:#66bde8}@media (max-width: 768px){.career-hero-content h1{font-size:3rem}.career-hero-content p{font-size:1rem}.career-hero-buttons{flex-direction:column}.career-hero-buttons button{width:100%}.career-slide-nav{padding:8px 12px;font-size:18px}.career-prev{left:10px}.career-next{right:10px}.career-slide-dots{bottom:20px}}@media (max-width: 480px){.career-slide-nav{display:none}.career-slide-dots{gap:8px;bottom:15px}.career-dot{width:10px;height:10px}}.career-benefits{padding:3rem 1.5rem;position:relative;overflow:hidden}.career-benefits:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:#66bde8}.benefits-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.benefits-title{font-size:2.75rem;font-weight:800;margin-bottom:1.25rem;letter-spacing:1px;color:#66bde8;display:block;text-align:center;margin-left:auto;margin-right:auto;position:relative}.benefits-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:100px;height:3px;background:#66bde8;border-radius:3px}.benefits-subtitle{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:2.5rem;line-height:1.3;text-align:center}.benefits-intro{font-size:1.25rem;color:#333;max-width:800px;margin:0 auto 4rem;line-height:1.7;position:relative;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2rem}.benefit-card{background:#fffffff2;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 10px 30px #00329614;transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-align:center;border:1px solid rgba(102,189,232,.1);position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#66bde808;z-index:-1}.benefit-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 40px #0050c826;border-color:#66bde833}.benefit-icon{color:#66bde8;margin-bottom:1.5rem;display:inline-flex;justify-content:center;align-items:center;width:70px;height:70px;background:#66bde81a;border-radius:50%;transition:transform .3s ease}.benefit-card:hover .benefit-icon{transform:rotate(10deg) scale(1.1)}.benefit-icon svg{width:32px;height:32px}.benefit-divider{height:4px;width:60px;background:#66bde8;margin:0 auto 1.75rem;border-radius:2px;opacity:.8;transition:all .3s ease}.benefit-card:hover .benefit-divider{width:80px;opacity:1}.benefit-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.25rem;position:relative;display:inline-block}.benefit-title:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#66bde8;transition:width .3s ease}.benefit-description{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:0}@media (max-width: 1024px){.career-benefits{padding:5rem 1.5rem}.benefits-grid{gap:2rem}}@media (max-width: 768px){.benefits-title{font-size:2.25rem}.benefits-subtitle{font-size:1.5rem;margin-bottom:2rem}.benefits-intro{font-size:1.15rem;margin-bottom:3rem}.benefits-grid{grid-template-columns:1fr;gap:1.75rem;margin-top:3rem}.benefit-card{padding:2rem 1.5rem}.benefit-icon{width:60px;height:60px}.benefit-icon svg{width:28px;height:28px}}@media (max-width: 480px){.career-benefits{padding:2rem 1rem}.benefits-title{font-size:2rem}.benefits-subtitle{font-size:1.35rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin-top:3rem}.benefit-card{padding:1.5rem;text-align:center;border-radius:12px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.benefit-icon{width:50px;height:50px;margin-bottom:10px}.benefit-icon svg{width:24px;height:24px}.benefit-title{font-size:1rem;font-weight:600;margin-bottom:6px}.benefit-description{font-size:.85rem;line-height:1.4}}.career-open-jobs{padding-bottom:60px;background:#fff;position:relative;overflow:hidden}.open-jobs-container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.open-jobs-title{font-size:2.75rem;font-weight:700;margin-bottom:1.25rem;background:linear-gradient(90deg,#66bde8,#66bde8);-webkit-background-clip:text;background-clip:text;color:transparent;display:block;position:relative;padding-bottom:1rem;text-align:center;margin-left:auto;margin-right:auto}.open-jobs-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#66bde8,#66bde8);border-radius:4px}.open-jobs-subtitle{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.4;text-align:center}.open-jobs-intro{font-size:1.25rem;color:#333;max-width:800px;margin:0 auto 4rem;line-height:1.7;text-align:center}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.job-card{background:#fffffff2;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 8px 32px #00329614;transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-align:left;border:1px solid rgba(102,189,232,.2);position:relative;overflow:hidden}.job-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#66bde808,#66bde808);z-index:-1}.job-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0050c826;border-color:#66bde84d}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.job-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem;position:relative;display:inline-block}.job-title:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#66bde8;transition:width .3s ease}.job-card:hover .job-title:after{width:100%}.job-location{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#333;margin-bottom:1.5rem}.job-location svg{width:18px;height:18px;color:#66bde8}.job-description{font-size:1.05rem;color:#333;margin-bottom:2rem;line-height:1.7}.job-footer{display:flex;justify-content:space-between;align-items:center}.job-type{font-size:.9rem;font-weight:600;color:#66bde8;background:#66bde81a;padding:.4rem .8rem;border-radius:20px}.apply-btn{background:linear-gradient(90deg,#66bde8,#66bde8);color:#fff;padding:.8rem 1.8rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #66bde833}.apply-btn:hover{background:linear-gradient(90deg,#55a9d8,#55a9d8);box-shadow:0 6px 16px #66bde84d;transform:translateY(-2px)}@media (max-width: 1024px){.career-open-jobs{padding:5rem 1.5rem}.jobs-grid{gap:2rem}}@media (max-width: 768px){.open-jobs-title{font-size:2.25rem}.open-jobs-subtitle{font-size:1.5rem}.open-jobs-intro{font-size:1.15rem;margin-bottom:3rem}.jobs-grid{grid-template-columns:1fr;gap:1.75rem}.job-card{padding:2rem 1.5rem}}@media (max-width: 480px){.career-open-jobs{padding:2rem 1rem}.open-jobs-title{font-size:2rem}.job-footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.apply-btn{width:100%;text-align:center}}.career-job-details{padding:2.5rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;max-width:1400px;margin:0 auto;background:#fdfdfd}.job-details-container{background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.job-details-container:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0000001f}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1.5rem}.job-title-section{flex:1}.jobdetail-title{font-size:2rem;margin-bottom:.5rem;color:#2c3e50;font-weight:600}.jobdetail-location,.job-post-date,.job-type{display:flex;align-items:center;margin:.4rem 0;color:#555;font-size:.95rem}.jobdetail-location i,.job-post-date i,.job-type i{margin-right:.5rem;color:#7f8c8d}.job-actions{display:flex;gap:1rem;flex-wrap:wrap}.share-btn{background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:.6rem 1.2rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out}.share-btn:hover{background:#e9ecef}.share-container{position:relative}.share-options{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.5rem;box-shadow:0 4px 15px #0000001a;z-index:10;display:flex;flex-direction:column;gap:.4rem;min-width:140px}.share-options button{padding:.5rem;text-align:left;background:none;border:none;cursor:pointer;border-radius:4px;transition:background .2s}.share-options button:hover{background:#f1f3f5}.job-content{display:flex;gap:2.5rem;margin-bottom:2rem;flex-wrap:wrap}.job-main{flex:2;min-width:280px}.job-sidebar{flex:1;min-width:400px}.sidebar-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem}.sidebar-card h3{margin-top:0;margin-bottom:1rem;color:#2c3e50;font-size:1.3rem;font-weight:600}.job-meta p{margin:.8rem 0;display:flex;justify-content:space-between;font-size:.95rem}.job-meta strong{color:#2c3e50}.jobdetailsection-title{color:#2c3e50;margin-top:1.5rem;margin-bottom:.7rem;font-size:1.5rem;font-weight:600}.jobdetailsection-text{line-height:1.7;margin-bottom:1.2rem;color:#555}.jobdetailsection-list{padding-left:1.8rem;margin-bottom:1.5rem}.jobdetailsection-list-item{margin-bottom:.6rem;line-height:1.6}.apply-section{margin-top:2.5rem;padding-top:1.8rem;border-top:1px solid #eee}.detailapply-btn{background:#66bde8;color:#fff;border:none;padding:.9rem 1.6rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s ease}.detailapply-btn:hover{background:#2980b9}.application-success{text-align:center;padding:2rem;background:#f0f9f0;border-radius:8px;border:1px solid #c3e6cb;color:#155724}.application-success i{font-size:3rem;margin-bottom:1rem;color:#28a745}.application-form{background:#f8f9fa;padding:2rem;border-radius:10px}.application-form h2{margin-top:0;color:#2c3e50;font-size:1.6rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;transition:border .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.form-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.form-actions button{padding:.8rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s}.form-actions button[type=button]{background:#f8f9fa;border:1px solid #ddd}.form-actions button[type=button]:hover{background:#e9ecef}.submit-application-btn{background:#27ae60;color:#fff;border:none}.submit-application-btn:hover{background:#219653}@media (max-width: 992px){.job-content{flex-direction:column}.job-content p,.job-content li{width:100%}.job-sidebar{min-width:unset;width:100%}}@media (max-width: 768px){.job-header{flex-direction:column;gap:1rem}.job-actions{margin-top:1rem;align-self:flex-start;width:100%;justify-content:flex-start}.form-actions{flex-direction:column}.form-actions button{width:100%}.job-meta p{display:flex;justify-content:space-between;align-items:left;gap:.5rem;width:100%}.job-meta strong{flex:1;text-align:left;white-space:nowrap}.job-meta p span,.job-meta p:last-child{flex:1;text-align:right}}@media (max-width: 480px){.jobdetail-title{font-size:1.7rem}.jobdetailsection-title{font-size:1.2rem}.share-btn{padding:.5rem 1rem;font-size:.9rem}}.privacy-policy-section{padding:1% 2%;color:#333;font-family:Segoe UI,Roboto,Arial,sans-serif}.privacy-policy-container{max-width:1200px;margin:0 auto;padding:40px;border-radius:12px;box-shadow:0 8px 24px #0000000f}.privacy-policy-main-title{font-size:2.4em;font-weight:700;color:#222;margin-bottom:1em;text-align:center;position:relative;letter-spacing:-.5px}.privacy-policy-main-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);margin:.5em auto 0;border-radius:2px}.privacy-policy-title{font-size:1.6em;font-weight:600;margin-top:1.5em;margin-bottom:.7em;color:#222;border-left:4px solid #66bde8;padding-left:10px}.privacy-policy-subtitle{font-size:1.3em;font-weight:600;margin-top:1.2em;margin-bottom:.6em;color:#444}.privacy-policy-subsubtitle{font-size:1.1em;font-weight:600;margin-top:1em;margin-bottom:.5em;color:#555}.privacy-policy-text{font-size:1.05em;line-height:1.8;margin-bottom:1.2em;color:#555}.privacy-policy-bullet-points{margin-left:1.5em;margin-bottom:1em}.privacy-policy-bullet-points li{font-size:1.05em;line-height:1.7;color:#444;margin-bottom:.6em;position:relative;padding-left:1.2em}.privacy-policy-subsection{margin-bottom:1.5em}.privacy-policy-subsubsection{margin-left:1em;margin-bottom:1em;padding-left:10px;border-left:2px solid #eee}@media (max-width: 768px){.privacy-policy-container{padding:25px}.privacy-policy-main-title{font-size:2em}.privacy-policy-title{font-size:1.4em}.privacy-policy-subtitle{font-size:1.15em}.privacy-policy-subsubtitle{font-size:1em}.privacy-policy-text,.privacy-policy-bullet-points li{font-size:.95em}}@media (max-width: 576px){.privacy-policy-container{padding:20px}.privacy-policy-main-title{font-size:1.8em}.privacy-policy-title{font-size:1.2em}.privacy-policy-subtitle{font-size:1.05em}.privacy-policy-subsubtitle{font-size:.95em}.privacy-policy-text,.privacy-policy-bullet-points li{font-size:.9em}}.imprint-section{padding:1% 2%;background:#fff;color:#333;font-family:Segoe UI,Roboto,Arial,sans-serif}.imprint-container{max-width:1200px;margin:0 auto;background:#fafafa;padding:40px;border-radius:12px;box-shadow:0 8px 24px #0000000f}.imprint-main-title{font-size:2.4em;font-weight:700;color:#222;margin-bottom:1em;text-align:center;position:relative;letter-spacing:-.5px}.imprint-main-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#66bde8,#8fd3f4);margin:.5em auto 0;border-radius:2px}.imprint-subtitle{font-size:1.6em;font-weight:600;margin-top:1.5em;margin-bottom:.7em;color:#333;border-left:4px solid #66bde8;padding-left:10px}.imprint-subsubtitle{font-size:1.3em;font-weight:600;margin-top:1em;margin-bottom:.5em;color:#666}.imprint-text{font-size:1.05em;line-height:1.8;margin-bottom:1.2em;color:#666}.imprint-bullet-points{margin-left:1.5em;margin-bottom:1em}.imprint-bullet-points li{font-size:1.05em;line-height:1.7;color:#444;margin-bottom:.6em;position:relative;padding-left:1.2em}.imprint-subsection{margin-bottom:1.5em}.imprint-subsubsection{margin-left:1em;margin-bottom:1em;padding-left:10px;border-left:2px solid #eee}@media (max-width: 768px){.imprint-container{padding:25px}.imprint-main-title{font-size:2em}.imprint-subtitle{font-size:1.4em}.imprint-subsubtitle{font-size:1.15em}.imprint-text,.imprint-bullet-points li{font-size:.95em}}@media (max-width: 576px){.imprint-section{width:99%}.imprint-container{padding:20px}.imprint-main-title{font-size:1.8em}.imprint-subtitle{font-size:1.2em}.imprint-subsubtitle{font-size:1.05em}.imprint-text,.imprint-bullet-points li{font-size:.9em}}.floating-buttons{position:fixed;right:30px;display:flex;flex-direction:column;gap:15px;z-index:9999}.floating-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;width:180px;border-radius:50px;border:none;color:#fff;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 6px 15px #00000040;background:linear-gradient(135deg,#66bde8,#00c6ff);transition:transform .3s,box-shadow .3s,background .3s;position:relative;overflow:hidden;animation:float 3s ease-in-out infinite}.floating-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 20px #00000059;background:linear-gradient(135deg,#66bde8,#00bfff)}.btn-icon{font-size:18px}.floating-btn.call-btn{background:#333;background-image:none;box-shadow:0 6px 15px #0000004d}.floating-btn.call-btn:hover{background:#555;box-shadow:0 8px 20px #0006}@keyframes float{0%,to{transform:translateY(0) scale(1.09)}50%{transform:translateY(-6px) scale(1.02)}}.desktop-version{bottom:30px}.mobile-version{display:none}@media (max-width: 768px){.desktop-version{display:none}.mobile-version{display:flex;position:fixed;right:1px;top:50%;transform:translateY(-50%);flex-direction:column;gap:10px;z-index:9999}.mobile-version .floating-btn{width:50px;height:50px;padding:0;font-size:18px;justify-content:center;border-radius:5px}.mobile-version .btn-icon{font-size:20px}.mobile-version .call-btn{background:#333;background-image:none}.mobile-version .call-btn:hover{background:#555}}*{margin:0;padding:0;box-sizing:border-box;font-family:Mulish,sans-serif}html,body{height:100%}body{background:var(--background);display:flex;flex-direction:column;min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner{text-align:center;padding:2.5rem 3rem;min-width:180px}.spinner{width:100px;height:100px;border:4px solid rgba(102,189,232,.2);border-top:4px solid #66bde8;border-radius:50%;animation:spin 1s cubic-bezier(.68,-.55,.27,1.55) infinite;margin:0 auto 1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner p{margin:0;color:#333;font-weight:600;font-size:2rem;letter-spacing:.5px}.loading-spinner p{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.loading-overlay{background:linear-gradient(135deg,#fffffffa,#fffffff2)}.loading-progress{height:4px;background:linear-gradient(90deg,#66bde8,#333,#66bde8);background-size:200% 100%;animation:progressMove 1.5s linear infinite;border-radius:2px;margin-top:1.5rem;width:100%}@keyframes progressMove{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-overlay{animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-color-scheme: dark){.loading-overlay{background-color:#000000e6}.loading-spinner{background:#1a1a1a;border-color:#66bde84d}.loading-spinner p{color:#f5f5f5}}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.content-wrapper{flex:1 0 auto;display:flex;flex-direction:column}.main-content{flex:1 0 auto;color:var(--text)}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.container{padding-left:5%;padding-right:5%;padding-top:1%}.btn{display:flex;justify-content:center;align-items:center;background:var(--button-background);color:var(--button-color);border:none;padding:8px 16px;border-radius:6px;cursor:pointer;transition:background-color .4s,color .4s}.btn:hover{background-color:var(--button-hover-background);color:var(--button-hover-color)}
