.OurServices_ourServices__IRBni{padding:4rem 80px;margin:0 auto;overflow:hidden;background-color:#121212}.OurServices_sectionTitle__TDgth{text-align:center;font-size:2.8rem;margin-bottom:3rem;color:#ffffff;opacity:1}.OurServices_servicesGrid__DY_ir{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}.OurServices_serviceCard__8q8qs{position:relative;border-radius:20px;overflow:hidden;height:300px;box-shadow:0 1px 2px 0 rgba(190,190,190,.9),0 2px 6px 2px rgba(166,166,166,.9);opacity:0;transition:all .8s cubic-bezier(.215,.61,.355,1)}.OurServices_serviceCard__8q8qs.OurServices_visible__xIO2E{opacity:1}.OurServices_cardImage__6_VqQ{height:80%}.OurServices_cardImage__6_VqQ img{width:100%;height:100%;object-fit:cover}.OurServices_cardContent__mi3up{height:15%;display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:rgba(0,0,0,.7);color:white}.OurServices_cardContent__mi3up>div{width:40px;height:40px;background-color:white;color:black;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.OurServices_serviceCard__8q8qs:hover .OurServices_cardContent__mi3up>div{transform:rotate(-90deg);color:var(--primary)}.OurServices_serviceTitle__rxIx_{font-size:1.2rem;font-weight:600;transition:all .3s ease}.OurServices_serviceCard__8q8qs:hover .OurServices_serviceTitle__rxIx_{color:var(--primary)}.OurServices_serviceCard__8q8qs:before{content:"";position:absolute;top:0;left:0;width:100%;height:80%;z-index:1;transform:translateY(100%);transition:transform .5s cubic-bezier(.215,.61,.355,1);border-radius:20px 20px 0 0}.OurServices_serviceCard__8q8qs:hover:before{transform:translateY(0)}.OurServices_serviceCard__8q8qs .OurServices_hoverContent__86uAK{position:absolute;top:0;left:0;width:100%;height:80%;padding:20px 30px;display:flex;flex-direction:column;background:rgba(0,0,0,.4);z-index:2;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.215,.61,.355,1) .1s;color:white;cursor:pointer}.OurServices_serviceCard__8q8qs:hover .OurServices_hoverContent__86uAK{opacity:1;transform:translateY(0)}.OurServices_hoverContent__86uAK h3{font-size:1.4rem;margin-bottom:1rem;color:var(--primary)}.OurServices_hoverContent__86uAK p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.OurServices_hoverContent__86uAK button{width:100%;padding:10px;border-radius:25px;background-color:var(--primary);color:white;border:none;outline:none;cursor:pointer;font-size:16px;transition:all .5s ease;margin-top:10px}.OurServices_hoverContent__86uAK button:hover{box-shadow:0 0 20px 5px var(--primary)}@media (max-width:1024px){.OurServices_ourServices__IRBni{padding:3rem 40px}}@media (max-width:768px){.OurServices_ourServices__IRBni{padding:1rem 20px}.OurServices_cardContent__mi3up{height:auto;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:rgba(0,0,0,.7);color:white}.OurServices_cardContent__mi3up>div{width:30px;height:30px;background-color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.OurServices_cardContent__mi3up>div>svg{font-size:18px}.OurServices_cardImage__6_VqQ{height:82%}.OurServices_serviceTitle__rxIx_{font-size:1.2rem;font-weight:600;transition:all .3s ease}.OurServices_cardImage__6_VqQ img{width:100%;height:100%;object-fit:cover}.OurServices_servicesGrid__DY_ir{grid-template-columns:1fr;gap:2rem}.OurServices_serviceCard__8q8qs{height:300px}.OurServices_serviceCard__8q8qs:before{content:"";position:absolute;top:0;left:0;width:100%;height:82%;background:rgba(0,0,0,.4);z-index:1;transform:translateY(100%);transition:transform .5s cubic-bezier(.215,.61,.355,1);border-radius:20px 20px 0 0}.OurServices_sectionTitle__TDgth{font-size:1.5rem;margin-bottom:2rem}.OurServices_hoverContent__86uAK h3{font-size:1.2rem;margin-bottom:1rem;color:var(--primary)}.OurServices_hoverContent__86uAK p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.OurServices_hoverContent__86uAK button{width:100%;padding:10px;border-radius:25px;background-color:var(--primary);color:white;border:none;outline:none;cursor:pointer;font-size:15px;transition:all .5s ease;margin-top:0}}.OurServices_modalOverlay__u_Tzj{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.OurServices_modal__Knw9D{background-color:#fff;padding:2rem;border-radius:10px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.OurServices_modal__Knw9D h2{color:var(--primary);margin-bottom:1.5rem;text-align:center}.OurServices_closeButton__FFuum{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;color:var(--primary);cursor:pointer;transition:color .3s}.OurServices_formGroup__FI9Ot{margin-bottom:14px}.OurServices_formGroup__FI9Ot label{display:flex;align-items:center;column-gap:7px;margin-bottom:.5rem;color:black}.OurServices_formGroup__FI9Ot svg{font-size:20px}.OurServices_formGroup__FI9Ot input,.OurServices_formGroup__FI9Ot select,.OurServices_formGroup__FI9Ot textarea{width:100%;padding:.75rem;border-radius:5px;border:1px solid #333;background-color:#fff;font-size:1rem}.OurServices_formGroup__FI9Ot textarea{resize:vertical;min-height:200px}.OurServices_submitButton__40ut6{width:100%;padding:.75rem;background-color:var(--primary);color:white;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s;margin-top:20px}.OurServices_submitButton__40ut6:hover{border:1px solid var(--primary);background-color:white;color:var(--primary)}@media (max-width:768px){.OurServices_modal__Knw9D{width:95%;padding:1.5rem}}.OurServices_errorMessage__aYpBD{color:#ff6b6b;margin-bottom:1rem;padding:.5rem;background-color:rgba(255,0,0,.1);border-radius:4px}.OurServices_successMessage__6jvvE{color:#51cf66;margin-bottom:1rem;padding:.5rem;background-color:rgba(0,255,0,.1);border-radius:4px}.OurServices_submitButton__40ut6:disabled{opacity:.7;cursor:not-allowed}.Projects_projectsContainer__U8LLV{padding:4rem 80px;margin:0 auto;overflow:hidden;background-color:#121212}.Projects_sectionTitle__vx_Al{text-align:center;font-size:2.8rem;margin-bottom:3rem;color:#ffffff;opacity:1}.Projects_projectDiv__m9t_J{padding:50px;margin-bottom:80px;border-radius:25px;background:rgba(30,30,30,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.Projects_productGrid__2RYTc{display:flex;gap:20px;margin-bottom:40px}.Projects_productItem__Xu7d7{flex:1 1;border-radius:8px;overflow:hidden;transform:translateZ(0)}.Projects_productItem__Xu7d7 img{width:100%;height:400px;object-fit:contain}.Projects_aboutSection__6GXw0{color:white}.Projects_aboutSection__6GXw0 h1{font-size:2rem;margin-bottom:.5rem;transition:all .3s ease}.Projects_projectDiv__m9t_J:hover .Projects_aboutSection__6GXw0 h1{color:var(--primary)}.Projects_aboutSection__6GXw0 h4{font-size:1.2rem;margin:.5rem 0;color:rgba(255,255,255,.7);font-weight:400}.Projects_aboutSection__6GXw0 p{font-size:1.1rem;line-height:1.75;margin:1.5rem 0}.Projects_visitButton__MheGv{width:100%;padding:14px 20px;border-radius:25px;background-color:var(--primary);color:white;border:none;outline:none;cursor:pointer;font-size:1.1rem;transition:all .3s ease;margin-top:20px}.Projects_visitButton__MheGv:hover{background-color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px rgba(var(--primary-rgb),.3)}@media (max-width:1024px){.Projects_projectsContainer__U8LLV{padding:3rem 40px}.Projects_projectDiv__m9t_J{padding:40px}.Projects_productItem__Xu7d7 img{height:350px}}@media (max-width:768px){.Projects_aboutSection__6GXw0 h1{font-size:1.4rem;margin-bottom:.5rem;transition:all .3s ease}.Projects_projectDiv__m9t_J:hover .Projects_aboutSection__6GXw0 h1{color:var(--primary)}.Projects_aboutSection__6GXw0 h4{font-size:1rem;margin:.5rem 0;color:rgba(255,255,255,.7);font-weight:400}.Projects_aboutSection__6GXw0 p{font-size:.8rem;line-height:1.75;margin:1rem 0}.Projects_projectsContainer__U8LLV{padding:2rem 20px}.Projects_projectDiv__m9t_J{padding:30px;margin-bottom:50px}.Projects_productGrid__2RYTc{flex-direction:column}.Projects_productItem__Xu7d7 img{height:250px}.Projects_productItem__Xu7d7{display:none}.Projects_productItem__Xu7d7:last-child{display:block}.Projects_sectionTitle__vx_Al{font-size:1.5rem}}@media (max-width:480px){.Projects_projectDiv__m9t_J{padding:20px}.Projects_productItem__Xu7d7 img{height:200px}.Projects_productItem__Xu7d7{display:none}.Projects_productItem__Xu7d7:last-child{display:block}.Projects_sectionTitle__vx_Al{font-size:1.4rem}}.About_aboutContainer__IML_y{padding:2rem 80px;margin:0 auto}.About_titleWrapper__TbsI1{display:flex;justify-content:center;width:100%}.About_sectionTitle__ixgVG{text-align:center;font-size:2.8rem;margin-bottom:2rem;color:#ffffff;position:relative;padding-bottom:15px}.About_underline__WFE2O{display:block;height:4px;background-color:var(--primary);border-radius:2px;width:200px;position:absolute;left:50%;bottom:0;transform:translateX(-50%)}.About_paragraph__Uv5DN{font-size:24px;color:white;line-height:1.4;margin-bottom:3rem;margin-left:auto;margin-right:auto}@media (max-width:768px){.About_aboutContainer__IML_y{padding:1rem 20px}.About_sectionTitle__ixgVG{font-size:1.75rem;margin-bottom:1.5rem;padding-bottom:10px}.About_underline__WFE2O{height:2px;background-color:var(--primary);width:150px}.About_paragraph__Uv5DN{font-size:17px;color:white;line-height:1.4;margin-bottom:2rem;margin-left:auto;margin-right:auto}}.ClientSlider_clientContainer__552Hv{padding:2rem 0;margin:0 auto;overflow:hidden}.ClientSlider_sectionTitle__kyiO8{text-align:left;font-size:2.8rem;margin-bottom:4rem;color:white;padding-left:80px}.ClientSlider_sliderWrapper__eVyUV{width:100%;position:relative;overflow:hidden}.ClientSlider_sliderTrack__oRwwb{display:flex;will-change:transform}.ClientSlider_slide__S2W25{flex-shrink:0}.ClientSlider_clientLogo__OIWdO{height:75px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(0) invert(1);transition:filter .3s ease;margin-inline:30px}@media (max-width:768px){.ClientSlider_clientContainer__552Hv{padding:1rem 20px}.ClientSlider_sectionTitle__kyiO8{text-align:center;font-size:1.5rem;margin-bottom:3rem;padding-left:0}.ClientSlider_clientLogo__OIWdO{height:40px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(0) invert(1);transition:filter .3s ease;margin-inline:10px}}