.Navbar-module__cJzEcG__header{background:linear-gradient(to right, var(--primary-purple) 0%, var(--white) 40%);z-index:1000;width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__cJzEcG__navbar{justify-content:space-between;align-items:center;height:100px;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:5px;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain;border-radius:4px;margin-left:5px;margin-right:5px;display:block;transform:scale(.85)}.Navbar-module__cJzEcG__logoText{object-fit:contain;object-position:left center;margin-left:-3px;display:block}.Navbar-module__cJzEcG__nav{gap:30px;display:flex}.Navbar-module__cJzEcG__nav a{background:linear-gradient(90deg, var(--primary-purple), var(--secondary-purple));-webkit-text-fill-color:transparent;color:#0000;filter:drop-shadow(0 2px 3px #5c1b8c4d);-webkit-background-clip:text;background-clip:text;font-weight:600;transition:opacity .3s,filter .3s,transform .2s}.Navbar-module__cJzEcG__nav a:hover{opacity:.9;filter:drop-shadow(0 4px 6px #5c1b8c80);transform:translateY(-1px)}.Navbar-module__cJzEcG__ctaButton{color:var(--white);background-color:red;border-radius:30px;padding:12px 24px;font-weight:700;transition:background-color .3s,transform .2s;display:inline-block}.Navbar-module__cJzEcG__ctaButton:hover{background-color:#c00;transform:translateY(-2px)}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;padding:0;display:none}.Navbar-module__cJzEcG__mobileMenuBtn span{background-color:var(--primary-purple);transform-origin:1px;border-radius:10px;width:100%;height:3px;transition:all .3s linear}.Navbar-module__cJzEcG__mobileMenuBtn.Navbar-module__cJzEcG__open span:first-child{transform:rotate(45deg)}.Navbar-module__cJzEcG__mobileMenuBtn.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__mobileMenuBtn.Navbar-module__cJzEcG__open span:nth-child(3){transform:rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--white);flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .3s ease-in-out;display:flex;position:absolute;top:100px;left:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.Navbar-module__cJzEcG__mobileMenuOpen{max-height:500px;padding:20px 0}.Navbar-module__cJzEcG__mobileMenu a{font-size:1.1rem;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__mobileMenu a:not(.Navbar-module__cJzEcG__mobileCta){background:linear-gradient(90deg, var(--primary-purple), var(--secondary-purple));-webkit-text-fill-color:transparent;color:#0000;filter:drop-shadow(0 1px 2px #5c1b8c33);-webkit-background-clip:text;background-clip:text;border-bottom:1px solid #f0f0f0;padding:15px 30px;font-weight:600}.Navbar-module__cJzEcG__mobileMenu a:not(.Navbar-module__cJzEcG__mobileCta):hover{opacity:.8;padding-left:35px}.Navbar-module__cJzEcG__mobileCta{text-align:center;background-color:red;border-radius:30px;align-self:center;margin:20px auto;font-weight:700;color:var(--white)!important;width:fit-content!important;padding:12px 40px!important}@media (max-width:992px){.Navbar-module__cJzEcG__navbar{justify-content:flex-end;position:relative}.Navbar-module__cJzEcG__logo{position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__nav,.Navbar-module__cJzEcG__contact{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:flex}.Navbar-module__cJzEcG__logoText{width:140px;height:auto}.Navbar-module__cJzEcG__logoImage{width:60px;height:60px;transform:scale(1.15)}}
.CallDropdown-module__kk3bsG__container{width:100%;height:100%;display:inline-flex;position:relative}.CallDropdown-module__kk3bsG__trigger{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.CallDropdown-module__kk3bsG__dropdown{background:var(--white,#fff);opacity:0;visibility:hidden;z-index:1000;border-radius:12px;flex-direction:column;gap:5px;min-width:200px;padding:8px;transition:all .2s;display:flex;position:absolute;left:50%;box-shadow:0 4px 20px #0003}.CallDropdown-module__kk3bsG__popTop{bottom:calc(100% + 15px);transform:translate(-50%)translateY(10px)}.CallDropdown-module__kk3bsG__popTop.CallDropdown-module__kk3bsG__show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.CallDropdown-module__kk3bsG__popTop:after{content:"";border-style:solid;border-width:8px 8px 0;border-color:var(--white,#fff) transparent transparent transparent;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.CallDropdown-module__kk3bsG__popBottom{top:calc(100% + 15px);transform:translate(-50%)translateY(-10px)}.CallDropdown-module__kk3bsG__popBottom.CallDropdown-module__kk3bsG__show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.CallDropdown-module__kk3bsG__popBottom:after{content:"";border-style:solid;border-width:0 8px 8px;border-color:transparent transparent var(--white,#fff) transparent;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.CallDropdown-module__kk3bsG__phoneLink{color:var(--primary-dark,#3b0764);background:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.CallDropdown-module__kk3bsG__phoneLink:hover{color:#fff;background:red}
.Hero-module__ZARIfG__hero{background-color:#1a0a2a;width:100%;position:relative}.Hero-module__ZARIfG__bgImageWrapper{opacity:0;z-index:1;width:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.Hero-module__ZARIfG__bgImageWrapper.Hero-module__ZARIfG__active{opacity:1;z-index:2;position:relative}.Hero-module__ZARIfG__pictureWrapper{width:100%;display:block}.Hero-module__ZARIfG__bgImage{width:100%;height:auto;display:block}.Hero-module__ZARIfG__overlay{z-index:2;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:3;width:100%;position:relative}.Hero-module__ZARIfG__textContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;max-width:600px;padding:40px;display:none}.Hero-module__ZARIfG__title{color:var(--white);text-shadow:2px 2px 4px #00000080;margin-bottom:20px;font-size:3rem;line-height:1.2}.Hero-module__ZARIfG__subtitle{color:var(--text-light);text-shadow:1px 1px 2px #00000080;margin-bottom:30px;font-size:1.2rem}.Hero-module__ZARIfG__actions{gap:20px;display:flex}.Hero-module__ZARIfG__primaryButton{color:#fff;background-color:red;border-radius:30px;padding:15px 30px;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.Hero-module__ZARIfG__primaryButton:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f006}.Hero-module__ZARIfG__secondaryButton{color:var(--white);border:2px solid var(--white);background-color:#0000;border-radius:30px;padding:15px 30px;font-size:1.1rem;font-weight:700;transition:background-color .3s,color .3s}.Hero-module__ZARIfG__secondaryButton:hover{background-color:var(--white);color:var(--primary-dark)}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__actions{flex-direction:column}.Hero-module__ZARIfG__textContent{padding:20px}}
.ServiceTicker-module__Ru4nOG__tickerContainer{background:linear-gradient(90deg, var(--primary-dark) 0%, var(--primary-purple) 50%, var(--primary-dark) 100%);width:100%;color:var(--accent);white-space:nowrap;z-index:10;border-top:2px solid var(--accent);border-bottom:2px solid var(--accent);padding:12px 0;position:relative;overflow:hidden;box-shadow:0 4px 10px #0003}.ServiceTicker-module__Ru4nOG__tickerTrack{animation:40s linear infinite ServiceTicker-module__Ru4nOG__scroll;display:inline-block}.ServiceTicker-module__Ru4nOG__tickerTrack:hover{animation-play-state:paused}.ServiceTicker-module__Ru4nOG__tickerItem{text-shadow:1px 1px 2px #00000080;padding:0 40px;font-size:1.1rem;font-weight:600;display:inline-block}@media (max-width:768px){.ServiceTicker-module__Ru4nOG__tickerItem{padding:0 25px;font-size:1rem}}@keyframes ServiceTicker-module__Ru4nOG__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.AboutUs-module__Rj00zW__aboutSection{background-color:var(--white);padding:80px 0}.AboutUs-module__Rj00zW__aboutContainer{align-items:center;gap:50px;display:flex}.AboutUs-module__Rj00zW__textContent{flex:1}.AboutUs-module__Rj00zW__title{color:var(--primary-dark);margin-bottom:20px;font-size:2.5rem;display:inline-block;position:relative}.AboutUs-module__Rj00zW__title:after{content:"";background-color:var(--accent);border-radius:2px;width:50px;height:4px;position:absolute;bottom:-5px;left:0}.AboutUs-module__Rj00zW__description{color:var(--text-dark);margin-bottom:30px;font-size:1.1rem;line-height:1.8}.AboutUs-module__Rj00zW__highlight{color:var(--primary-purple);background:linear-gradient(120deg,#9d4edd26 0% 100%);border-radius:3px;padding:0 3px;font-weight:600}.AboutUs-module__Rj00zW__visionBox{border-left:5px solid var(--primary-purple);background:linear-gradient(135deg,#5c1b8c0d,#9d4edd1a);border-radius:0 8px 8px 0;padding:25px}.AboutUs-module__Rj00zW__visionBox h3{color:var(--primary-purple);margin-bottom:10px;font-size:1.2rem}.AboutUs-module__Rj00zW__visionBox p{color:var(--text-dark);font-size:1.1rem;font-style:italic;font-weight:500}.AboutUs-module__Rj00zW__imageGallery{flex:1;grid-template-columns:1fr 1fr;gap:15px;display:grid}.AboutUs-module__Rj00zW__imageWrapper{aspect-ratio:4/3;background-color:#f4f4f4;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001a}.AboutUs-module__Rj00zW__aboutImage{object-fit:cover;transition:transform .3s}.AboutUs-module__Rj00zW__imageWrapper:hover .AboutUs-module__Rj00zW__aboutImage{transform:scale(1.05)}@media (max-width:992px){.AboutUs-module__Rj00zW__aboutContainer{flex-direction:column}.AboutUs-module__Rj00zW__imageGallery{width:100%;margin-top:20px}}.AboutUs-module__Rj00zW__mobileBreak{display:none}@media (max-width:768px){.AboutUs-module__Rj00zW__mobileBreak{display:block}}
.SectionLogo-module__oLy0fG__logoContainer{align-items:center;gap:0;margin-bottom:15px;display:flex}.SectionLogo-module__oLy0fG__centered{justify-content:center}.SectionLogo-module__oLy0fG__left{justify-content:flex-start}.SectionLogo-module__oLy0fG__truckIcon{object-fit:contain;z-index:2;flex-shrink:0;position:relative}.SectionLogo-module__oLy0fG__textIcon{object-fit:contain;object-position:left center;z-index:1;flex-shrink:0;margin-left:-3px;margin-right:-95px;position:relative}@media (max-width:768px){.SectionLogo-module__oLy0fG__logoContainer{transform-origin:50%;margin-bottom:0;transform:scale(.8)}.SectionLogo-module__oLy0fG__left{transform-origin:0}}
.ScrollReveal-module__1d__Dq__reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.ScrollReveal-module__1d__Dq__visible{opacity:1;transform:translate(0)scale(1)!important}.ScrollReveal-module__1d__Dq__slideUp{transform:translateY(20px)}.ScrollReveal-module__1d__Dq__slideDown{transform:translateY(-20px)}.ScrollReveal-module__1d__Dq__slideLeft{transform:translate(20px)}.ScrollReveal-module__1d__Dq__slideRight{transform:translate(-20px)}.ScrollReveal-module__1d__Dq__scaleUp{transform:scale(.97)}
.Services-module__dpHhBa__servicesSection{background-color:var(--light-bg);padding:80px 0}.Services-module__dpHhBa__sectionTitle{text-align:center;color:var(--primary-purple);margin-bottom:0;font-size:2.5rem;line-height:1.2}.Services-module__dpHhBa__sectionSubtitle{text-align:center;color:var(--text-dark);margin-top:10px;margin-bottom:50px;font-size:1.3rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.Services-module__dpHhBa__card{text-align:center;background:linear-gradient(90deg,#9d4edd66 0%,#fff 100%);border-bottom:4px solid #0000;border-radius:16px;padding:0 0 30px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.Services-module__dpHhBa__card:hover{border-bottom-color:var(--primary-purple);transform:translateY(-10px);box-shadow:0 10px 30px #5c1b8c1a}.Services-module__dpHhBa__iconWrapper{aspect-ratio:1;background-color:var(--light-bg);width:100%;margin-bottom:25px;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__serviceImage{transform:scale(1.08)}.Services-module__dpHhBa__serviceImage{object-fit:cover;transition:transform .4s}.Services-module__dpHhBa__cardContent{padding:0 25px}.Services-module__dpHhBa__cardTitle{color:var(--text-dark);justify-content:center;align-items:flex-start;gap:10px;margin-bottom:15px;font-size:1.4rem;display:flex}.Services-module__dpHhBa__cardIcon{color:var(--primary-purple);flex-shrink:0;margin-top:4px}.Services-module__dpHhBa__cardDesc{color:var(--text-dark);font-size:1.1rem;font-weight:500;line-height:1.6}.Services-module__dpHhBa__cardActions{justify-content:center;gap:10px;margin-top:20px;display:flex}.Services-module__dpHhBa__actionBtn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 15px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.Services-module__dpHhBa__callBtn{color:var(--white);text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#f33 0%,#c00 100%);box-shadow:0 6px 15px #cc00004d,inset 0 2px 4px #ffffff4d}.Services-module__dpHhBa__callBtn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #c006,inset 0 2px 4px #fff6}.Services-module__dpHhBa__callBtn:active{transform:translateY(1px)scale(.98);box-shadow:0 2px 8px #cc00004d,inset 0 1px 2px #fff3}.Services-module__dpHhBa__lineBtn{color:var(--white);text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#06c755 0%,#090 100%);box-shadow:0 6px 15px #00b9004d,inset 0 2px 4px #ffffff4d}.Services-module__dpHhBa__lineBtn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #00b90066,inset 0 2px 4px #fff6}.Services-module__dpHhBa__lineBtn:active{transform:translateY(1px)scale(.98);box-shadow:0 2px 8px #00b9004d,inset 0 1px 2px #fff3}@media (max-width:400px){.Services-module__dpHhBa__actionBtn{gap:4px;padding:10px 8px;font-size:.85rem}}
.ServiceAreas-module__jx6vIa__areasSection{background-color:var(--light-bg);padding:80px 0}.ServiceAreas-module__jx6vIa__sectionTitle{color:var(--primary-dark);text-align:center;margin-bottom:40px;font-size:2.5rem;position:relative}.ServiceAreas-module__jx6vIa__sectionTitle:after{content:"";background-color:var(--accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.ServiceAreas-module__jx6vIa__sectionSubtitle{text-align:center;color:var(--text-dark);margin-top:20px;margin-bottom:50px;font-size:1.1rem;line-height:1.6}.ServiceAreas-module__jx6vIa__sectionSubtitle strong{color:var(--primary-purple);font-size:1.2rem}.ServiceAreas-module__jx6vIa__contentWrapper{align-items:center;gap:60px;max-width:1100px;margin:0 auto;display:flex}.ServiceAreas-module__jx6vIa__mapContainer{flex:1;justify-content:flex-start;display:flex}.ServiceAreas-module__jx6vIa__mapImage{object-fit:contain;border-radius:12px;max-width:100%;height:auto;box-shadow:0 10px 20px #00000026}.ServiceAreas-module__jx6vIa__grid{flex:1.2;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}@media (max-width:768px){.ServiceAreas-module__jx6vIa__contentWrapper{flex-direction:column;gap:30px}}.ServiceAreas-module__jx6vIa__card{text-align:center;border-bottom:4px solid var(--primary-purple);background:linear-gradient(#9d4edd80 0%,#fff 80%);border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.ServiceAreas-module__jx6vIa__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.ServiceAreas-module__jx6vIa__cardImageWrapper{aspect-ratio:16/9;background-color:var(--light-bg);width:100%;position:relative}.ServiceAreas-module__jx6vIa__cardImage{object-fit:cover}.ServiceAreas-module__jx6vIa__cardContent{flex-direction:column;flex:1;padding:25px 20px;display:flex}.ServiceAreas-module__jx6vIa__cardTitle{color:var(--primary-purple);justify-content:center;align-items:center;gap:8px;margin-bottom:10px;font-size:1.3rem;display:flex}.ServiceAreas-module__jx6vIa__pinIcon{color:#ef4444;flex-shrink:0}.ServiceAreas-module__jx6vIa__cardDesc{color:var(--text-dark);font-size:1.15rem;font-weight:500}.ServiceAreas-module__jx6vIa__districts{color:var(--primary-dark);opacity:1;border-top:1px dashed #5c1b8c33;margin-top:15px;padding-top:12px;font-size:1rem;font-weight:500;line-height:1.6}
.WhyChooseUs-module__aV2w7G__whyUsSection{background:linear-gradient(90deg,#0a0015 0%,#3a0b6e 50%,#8340c2 100%);padding:80px 0}.WhyChooseUs-module__aV2w7G__contentWrapper{align-items:center;gap:50px;display:flex}.WhyChooseUs-module__aV2w7G__sectionHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:50px;display:flex}.WhyChooseUs-module__aV2w7G__imageSide{flex:1.15}.WhyChooseUs-module__aV2w7G__imageWrapper{background-color:#0000;border-radius:16px;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.WhyChooseUs-module__aV2w7G__whyUsImage{object-fit:contain;width:100%;height:auto;transition:transform .4s}.WhyChooseUs-module__aV2w7G__imageWrapper:hover .WhyChooseUs-module__aV2w7G__whyUsImage{transform:scale(1.03)}.WhyChooseUs-module__aV2w7G__mobileImageItem{display:none!important}.WhyChooseUs-module__aV2w7G__desktopImage{display:block}.WhyChooseUs-module__aV2w7G__contentSide{flex:1}.WhyChooseUs-module__aV2w7G__sectionTitle{color:var(--white);text-shadow:0 2px 4px #0000004d;margin-bottom:20px;font-size:2.5rem}.WhyChooseUs-module__aV2w7G__guaranteeBadge{background:linear-gradient(90deg, var(--primary-purple), var(--secondary-purple));color:var(--white);border-radius:30px;margin-bottom:25px;padding:10px 20px;font-size:1.1rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #5c1b8c4d}.WhyChooseUs-module__aV2w7G__list{grid-template-columns:repeat(2,1fr);gap:15px 20px;padding:0;list-style:none;display:grid}.WhyChooseUs-module__aV2w7G__list li{padding-left:40px;position:relative}.WhyChooseUs-module__aV2w7G__list li:before{content:"✓";color:var(--white);background-color:#d500b5;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:4px;left:0}.WhyChooseUs-module__aV2w7G__list h3{color:var(--accent);margin-bottom:5px;font-size:1.3rem}.WhyChooseUs-module__aV2w7G__list p{color:#f0f0f0;margin:0;font-size:1.1rem;font-weight:500}@media (max-width:768px){.WhyChooseUs-module__aV2w7G__contentWrapper{flex-direction:column}.WhyChooseUs-module__aV2w7G__list{grid-template-columns:1fr}.WhyChooseUs-module__aV2w7G__desktopImage{display:none!important}.WhyChooseUs-module__aV2w7G__mobileImageItem{margin:10px 0 20px;padding-left:0!important;display:block!important}.WhyChooseUs-module__aV2w7G__mobileImageItem:before{display:none!important}}
.Portfolio-module__uAcsSq__portfolioSection{background-color:var(--light-bg);padding:80px 0}.Portfolio-module__uAcsSq__sectionTitle{color:var(--primary-dark);text-align:center;margin-bottom:40px;font-size:2.5rem;position:relative}.Portfolio-module__uAcsSq__sectionTitle:after{content:"";background-color:var(--accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Portfolio-module__uAcsSq__marqueeContainer{flex-direction:column;gap:20px;width:100%;padding:20px 0;display:flex;overflow:hidden}.Portfolio-module__uAcsSq__marqueeRow{width:100%;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__marqueeTrack{gap:20px;width:max-content;display:flex}.Portfolio-module__uAcsSq__scrollLeft{animation:40s linear infinite Portfolio-module__uAcsSq__scrollLeft}.Portfolio-module__uAcsSq__scrollRight{animation:40s linear infinite Portfolio-module__uAcsSq__scrollRight}.Portfolio-module__uAcsSq__marqueeRow:hover .Portfolio-module__uAcsSq__marqueeTrack,.Portfolio-module__uAcsSq__marqueeRow:active .Portfolio-module__uAcsSq__marqueeTrack{animation-play-state:paused}@keyframes Portfolio-module__uAcsSq__scrollLeft{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 10px))}}@keyframes Portfolio-module__uAcsSq__scrollRight{0%{transform:translate(calc(-50% - 10px))}to{transform:translate(0,0)}}.Portfolio-module__uAcsSq__portfolioItem{border:1px solid #fffc;border-bottom:4px solid var(--primary-purple);background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:16px;flex-direction:column;flex-shrink:0;width:300px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d,0 10px 20px #00000014}.Portfolio-module__uAcsSq__imageWrapper{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__imageWrapper:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 -15px 30px #00000026}.Portfolio-module__uAcsSq__portfolioItem:hover{border-bottom-color:var(--accent);z-index:10;transform:translateY(-8px)scale(1.02);box-shadow:0 15px 35px #5c1b8c40,0 5px 15px #0000001a}.Portfolio-module__uAcsSq__portfolioImage{object-fit:cover}.Portfolio-module__uAcsSq__itemDesc{text-align:center;background-color:#0000;border-top:1px solid #0000000d;flex-grow:1;justify-content:center;align-items:center;padding:15px 20px;display:flex}.Portfolio-module__uAcsSq__itemDesc p{color:var(--text-dark);margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.Portfolio-module__uAcsSq__itemDesc strong{color:#111;font-weight:700}.Portfolio-module__uAcsSq__itemDesc em{color:#666;font-style:italic}.Portfolio-module__uAcsSq__highlight{color:var(--primary-purple);font-weight:800}@media (max-width:768px){.Portfolio-module__uAcsSq__portfolioItem{width:250px}}@media (max-width:480px){.Portfolio-module__uAcsSq__portfolioItem{width:200px}}
.Footer-module__S6Hkya__footer{color:var(--text-light);background:linear-gradient(90deg,#0a0015 0%,#3a0b6e 50%,#8340c2 100%);padding-top:60px}.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__links{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__links a{color:#fffc;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--white)}.Footer-module__S6Hkya__contactItem{color:#fffc;align-items:center;gap:12px;margin-bottom:12px;display:flex}.Footer-module__S6Hkya__contactItem a{color:#fffc;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__contactItem a:hover{color:var(--white)}.Footer-module__S6Hkya__logoName{color:var(--white);margin-bottom:15px;font-size:1.8rem}.Footer-module__S6Hkya__info p{color:#fffc}.Footer-module__S6Hkya__contact h4,.Footer-module__S6Hkya__services h4{color:var(--white);margin-bottom:20px;font-size:1.2rem}.Footer-module__S6Hkya__bottomBar{text-align:center;color:#fff9;background-color:#0003;padding:20px 0;font-size:.9rem}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:30px}.Footer-module__S6Hkya__footer{padding-bottom:60px}}
.FloatingContact-module__iWbdmW__floatingBar{z-index:999;width:100%;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 10px #00000026}.FloatingContact-module__iWbdmW__btn{color:var(--white);flex:1;justify-content:center;align-items:center;padding:16px 0;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}.FloatingContact-module__iWbdmW__btnCall{background-color:red}.FloatingContact-module__iWbdmW__btnCall:active{background-color:#c00}.FloatingContact-module__iWbdmW__btnLine{background-color:#00b900}.FloatingContact-module__iWbdmW__btnLine:active{background-color:#090}.FloatingContact-module__iWbdmW__btnHome{background-color:#444;flex:0 0 60px}.FloatingContact-module__iWbdmW__btnHome:active{background-color:#111}@media (min-width:769px){.FloatingContact-module__iWbdmW__floatingBar{width:auto;box-shadow:none;background:0 0;flex-direction:column;gap:10px;bottom:30px;left:auto;right:30px}.FloatingContact-module__iWbdmW__btn{border:2px solid var(--white);border-radius:50px;flex:none;padding:10px 22px;font-size:1rem;transition:transform .3s,box-shadow .3s,background-color .2s;box-shadow:0 4px 10px #0000004d}.FloatingContact-module__iWbdmW__btn:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000080}.FloatingContact-module__iWbdmW__btnHome{display:none}}
