.Navbar-module__nuAbfa__navbar{z-index:100;padding-right:2.5rem;position:sticky;top:1rem;box-shadow:0 4px 20px #00000080}.Navbar-module__nuAbfa__container{justify-content:space-between;align-items:center;max-width:1280px;margin:auto;display:flex}.Navbar-module__nuAbfa__logo{flex-direction:column;align-items:flex-start;transition:transform .3s;display:flex}.Navbar-module__nuAbfa__logo:hover{transform:scale(1.05)}.Navbar-module__nuAbfa__menu{gap:3.2rem;list-style:none;display:flex}.Navbar-module__nuAbfa__menu li a{color:var(--text-dark);letter-spacing:.8px;padding-bottom:.4rem;font-family:Oregano,cursive;font-size:.9rem;font-weight:400;transition:color .3s;position:relative}.Navbar-module__nuAbfa__menu li a:after{content:"";background-color:var(--primary-color);width:0;height:1px;transition:width .35s;position:absolute;bottom:0;left:0}.Navbar-module__nuAbfa__menu li a:hover{color:var(--primary-color)}.Navbar-module__nuAbfa__menu li a:hover:after{width:100%}.Navbar-module__nuAbfa__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.4rem;display:none}.Navbar-module__nuAbfa__menuButton span{background-color:var(--text-dark);width:24px;height:2px;transition:all .3s}.Navbar-module__nuAbfa__menuButton.Navbar-module__nuAbfa__active span:first-child{transform:rotate(45deg)translate(6px,6px)}.Navbar-module__nuAbfa__menuButton.Navbar-module__nuAbfa__active span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__menuButton.Navbar-module__nuAbfa__active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (max-width:768px){.Navbar-module__nuAbfa__menuButton{display:flex}.Navbar-module__nuAbfa__menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#000000fa;border-top:1px solid #fff3;flex-direction:column;max-height:0;transition:max-height .35s;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}.Navbar-module__nuAbfa__menu.Navbar-module__nuAbfa__active{max-height:500px}.Navbar-module__nuAbfa__menu li{border-bottom:1px solid #ffffff26}.Navbar-module__nuAbfa__menu li a{padding:1.6rem 2.5rem;font-size:.95rem}.Navbar-module__nuAbfa__menu li a:after{display:none}}
.Hero-module__Z8hQ_W__hero{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;min-height:70vh;margin:0 auto;padding:4rem 2rem;display:flex}.Hero-module__Z8hQ_W__content{opacity:0;flex:1;transform:translateY(30px)}.Hero-module__Z8hQ_W__content.Hero-module__Z8hQ_W__loaded{animation:.8s ease-out forwards Hero-module__Z8hQ_W__fadeInUp}@keyframes Hero-module__Z8hQ_W__fadeInUp{to{opacity:1;transform:translateY(0)}}.Hero-module__Z8hQ_W__content h1{color:var(--text-dark);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.Hero-module__Z8hQ_W__content p{color:var(--text-light);max-width:500px;margin-bottom:2rem;font-size:1.1rem}.Hero-module__Z8hQ_W__ctaButton{background-color:var(--primary-color);color:#fafafa;letter-spacing:1.2px;border:2px solid var(--primary-color);cursor:pointer;border-radius:8px;padding:1rem 2.6rem;font-size:1rem;font-weight:600;transition:background-color .35s,color .35s,transform .35s,box-shadow .35s}.Hero-module__Z8hQ_W__ctaButton:hover{color:var(--primary-color);border-color:var(--primary-color);background-color:#0000;transform:translateY(-3px);box-shadow:0 14px 40px #880ed480,0 0 20px #880ed44d}.Hero-module__Z8hQ_W__imageSection{opacity:0;flex:1;animation:.8s ease-out .2s forwards Hero-module__Z8hQ_W__fadeInRight;transform:translate(30px)}@keyframes Hero-module__Z8hQ_W__fadeInRight{to{opacity:1;transform:translate(0)}}.Hero-module__Z8hQ_W__imageSection img{width:100%;height:auto;display:block}@media (max-width:968px){.Hero-module__Z8hQ_W__hero{flex-direction:column;gap:2rem;min-height:auto;padding:4rem 2rem}.Hero-module__Z8hQ_W__content h1{font-size:2.5rem}.Hero-module__Z8hQ_W__imageSection{max-width:100%}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:2rem 1.5rem}.Hero-module__Z8hQ_W__content h1{font-size:1.8rem}.Hero-module__Z8hQ_W__content p{font-size:1rem}}
.About-module__vqXTeW__about{background-color:#0000;margin-top:4rem}.About-module__vqXTeW__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;display:grid}.About-module__vqXTeW__content{padding-left:3rem}.About-module__vqXTeW__content h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem}.About-module__vqXTeW__content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.About-module__vqXTeW__stats{grid-template-columns:repeat(3,1fr);justify-self:end;gap:2rem;display:grid}.About-module__vqXTeW__stat{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#0009;border:1px solid #fff3;padding:2rem;transition:all .3s}.About-module__vqXTeW__stat:first-child,.About-module__vqXTeW__stat:nth-child(3){transform:translateY(-20px)}.About-module__vqXTeW__stat:nth-child(2){transform:translateY(20px)}.About-module__vqXTeW__stat:hover{border-color:var(--primary-color);background-color:#000c;transform:translateY(-25px);box-shadow:0 12px 32px #880ed466,0 0 20px #880ed433}.About-module__vqXTeW__stat h3{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem}.About-module__vqXTeW__stat p{color:var(--text-light);margin:0;font-size:.95rem}@media (max-width:968px){.About-module__vqXTeW__container{grid-template-columns:1fr;gap:2.5rem}.About-module__vqXTeW__content{padding-left:0}.About-module__vqXTeW__stats{justify-self:center}}@media (max-width:768px){.About-module__vqXTeW__about{padding:3rem 1.5rem}.About-module__vqXTeW__stats{grid-template-columns:repeat(3,1fr);gap:1rem}.About-module__vqXTeW__stat{padding:1.5rem;transform:translateY(0)!important}.About-module__vqXTeW__stat h3{font-size:1.8rem}}
.ServiceCard-module__km16QW__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#000000b3;border:1px solid #fff3;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.ServiceCard-module__km16QW__card:hover{border-color:var(--primary-color);background-color:#000000d9;transform:translateY(-8px);box-shadow:0 16px 40px #880ed466,0 0 30px #880ed433}.ServiceCard-module__km16QW__imageWrapper{width:100%;height:240px;overflow:hidden}.ServiceCard-module__km16QW__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ServiceCard-module__km16QW__card:hover .ServiceCard-module__km16QW__imageWrapper img{transform:scale(1.05)}.ServiceCard-module__km16QW__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.ServiceCard-module__km16QW__content h3{color:var(--text-dark);margin-bottom:.8rem;font-size:1.3rem}.ServiceCard-module__km16QW__content p{color:var(--text-light);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.ServiceCard-module__km16QW__link{color:var(--primary-color);font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.ServiceCard-module__km16QW__link:hover{transform:translate(4px)}@media (max-width:768px){.ServiceCard-module__km16QW__content{padding:1.5rem}.ServiceCard-module__km16QW__imageWrapper{height:200px}}
.Services-module__PFRRnG__services{background-color:#0000;padding:5rem 2rem}.Services-module__PFRRnG__container{max-width:1200px;margin:0 auto}.Services-module__PFRRnG__header{text-align:center;margin-bottom:4rem}.Services-module__PFRRnG__header h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.Services-module__PFRRnG__header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.Services-module__PFRRnG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Services-module__PFRRnG__buttonWrapper{justify-content:flex-end;margin-top:4rem;display:flex}.Services-module__PFRRnG__viewAllBtn{background-color:var(--primary-color);color:#f5f5f5;font-size:1.1rem;font-weight:500;font-weight:600px;border:1px solid var(--primary-color);cursor:pointer;border-radius:30px;padding:.7rem .8rem;transition:all .3s;display:inline-block}.Services-module__PFRRnG__viewAllBtn:hover{color:var(--primary-color);background-color:#0000;transform:translateY(-2px);box-shadow:0 14px 40px #880ed480,0 0 20px #880ed44d}@media (max-width:768px){.Services-module__PFRRnG__services{padding:3rem 1.5rem}.Services-module__PFRRnG__header h2{font-size:2rem}.Services-module__PFRRnG__grid{grid-template-columns:1fr;gap:1.5rem}.Services-module__PFRRnG__buttonWrapper{justify-content:center;margin-top:3rem}}
.CTA-module__n-fbaG__cta{text-align:center;border-bottom:1px solid #fff3;padding:4rem 2rem}.CTA-module__n-fbaG__container{max-width:800px;margin:0 auto}.CTA-module__n-fbaG__container h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.CTA-module__n-fbaG__container p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.CTA-module__n-fbaG__button{background-color:var(--primary-color);color:#f5f5f5;font-size:1.2rem;font-weight:600px;letter-spacing:1.2px;border:2px solid var(--primary-color);cursor:pointer;border-radius:6px;padding:1rem 2.6rem;transition:background-color .35s,color .35s,transform .35s,box-shadow .35s}.CTA-module__n-fbaG__button:hover{color:var(--primary-color);background-color:#0000;transform:translateY(-3px);box-shadow:0 14px 40px #880ed480,0 0 20px #880ed44d}@media (max-width:768px){.CTA-module__n-fbaG__cta{padding:3rem 1.5rem}.CTA-module__n-fbaG__container h2{font-size:1.8rem}.CTA-module__n-fbaG__container p{font-size:1rem}}
.TestimonialSection-module__IKpD1a__testimonialSection{padding:4rem 0;overflow:hidden}.TestimonialSection-module__IKpD1a__heading{text-align:center;margin-bottom:3rem;font-family:Oregano,cursive;font-size:2.2rem}.TestimonialSection-module__IKpD1a__slider{width:100%;position:relative;overflow:hidden}.TestimonialSection-module__IKpD1a__track{gap:1.2rem;width:max-content;animation-name:TestimonialSection-module__IKpD1a__scroll;animation-duration:50s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:normal;display:flex}.TestimonialSection-module__IKpD1a__slider:hover .TestimonialSection-module__IKpD1a__track{animation-direction:reverse}.TestimonialSection-module__IKpD1a__card{background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;min-width:240px;max-width:240px;padding:1.5rem;display:flex}.TestimonialSection-module__IKpD1a__feedback{color:var(--text-light);flex-grow:1;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.TestimonialSection-module__IKpD1a__clientInfo{border-top:1px solid #ffffff26;margin-top:auto;padding-top:.8rem}.TestimonialSection-module__IKpD1a__name{color:var(--text-dark);margin:0;font-size:.95rem;font-weight:600}.TestimonialSection-module__IKpD1a__location{color:var(--primary-color);font-size:.8rem}@keyframes TestimonialSection-module__IKpD1a__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.TestimonialSection-module__IKpD1a__card{min-width:210px;max-width:210px;padding:1.3rem}}
.ContactForm-module__1SvrgG__contactSection{background-color:#0000;min-height:100vh;padding:5rem 2rem}.ContactForm-module__1SvrgG__container{max-width:1000px;margin:0 auto}.ContactForm-module__1SvrgG__header{text-align:center;margin-bottom:4rem}.ContactForm-module__1SvrgG__header h1{color:var(--text-dark);margin-bottom:1rem;font-family:Oregano,cursive;font-size:2.5rem}.ContactForm-module__1SvrgG__header p{color:var(--text-light);max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.7}.ContactForm-module__1SvrgG__content{grid-template-columns:1fr 1.5fr;gap:3rem;display:grid}.ContactForm-module__1SvrgG__info{flex-direction:column;gap:2rem;display:flex}.ContactForm-module__1SvrgG__infoItem h3{color:var(--text-dark);margin-bottom:.4rem;font-size:1.15rem}.ContactForm-module__1SvrgG__infoItem p{color:var(--text-light);font-size:1rem}.ContactForm-module__1SvrgG__infoItem a{color:var(--primary-color);transition:color .3s}.ContactForm-module__1SvrgG__infoItem a:hover{text-decoration:underline}.ContactForm-module__1SvrgG__form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#000c;border:1px solid #fff3;border-radius:12px;flex-direction:column;gap:1.5rem;padding:2.6rem;display:flex;box-shadow:0 30px 80px #0009,0 0 40px #d4af371a}.ContactForm-module__1SvrgG__formGroup{flex-direction:column;display:flex}.ContactForm-module__1SvrgG__form input,.ContactForm-module__1SvrgG__form textarea{color:var(--text-dark);background-color:#0009;border:1px solid #ffffff40;border-radius:8px;padding:1.1rem 1.2rem;font-family:Oregano,cursive;font-size:.95rem;transition:border-color .3s,box-shadow .3s,transform .2s}.ContactForm-module__1SvrgG__form input::placeholder,.ContactForm-module__1SvrgG__form textarea::placeholder{color:var(--text-light)}.ContactForm-module__1SvrgG__form input:focus,.ContactForm-module__1SvrgG__form textarea:focus{border-color:var(--primary-color);background-color:#000c;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #880ed44d,0 12px 30px #880ed466}.ContactForm-module__1SvrgG__submitBtn{background-color:var(--primary-color);letter-spacing:1.2px;cursor:pointer;border:2px solid var(--primary-color);border-radius:6px;margin-top:1.2rem;padding:1.1rem 2.4rem;font-size:.95rem;font-weight:600;transition:background-color .35s,color .35s,transform .35s,box-shadow .35s}.ContactForm-module__1SvrgG__submitBtn:hover:not(:disabled){color:var(--primary-color);background-color:#0000;transform:translateY(-3px);box-shadow:0 15px 35px #00000026}.ContactForm-module__1SvrgG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ContactForm-module__1SvrgG__status{border-left:4px solid var(--primary-color);color:var(--text-dark);background-color:#b8860b14;border-radius:4px;margin-top:1.2rem;padding:1.1rem 1.2rem;font-size:.95rem}@media (max-width:768px){.ContactForm-module__1SvrgG__contactSection{padding:3.5rem 1.5rem}.ContactForm-module__1SvrgG__header h1{font-size:2rem}.ContactForm-module__1SvrgG__content{grid-template-columns:1fr;gap:2.5rem}}
.FaqSection-module__Khuz2G__faqSection{background-color:#0000;padding:4rem 0}.FaqSection-module__Khuz2G__container{max-width:1100px;margin:0 auto;padding:0 2rem}.FaqSection-module__Khuz2G__heading{text-align:center;margin-bottom:2rem;font-family:Oregano,cursive;font-size:2.2rem}.FaqSection-module__Khuz2G__faqList{flex-direction:column;gap:1rem;display:flex}.FaqSection-module__Khuz2G__faqItem{border-bottom:1px solid #fff3}.FaqSection-module__Khuz2G__question{width:100%;color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:500;display:flex}.FaqSection-module__Khuz2G__icon{color:var(--primary-color);font-size:1.4rem;transition:transform .3s}.FaqSection-module__Khuz2G__answer{opacity:0;max-height:0;transition:max-height .4s,opacity .3s;overflow:hidden}.FaqSection-module__Khuz2G__answer p{color:var(--text-light);margin:0;padding-bottom:1rem;line-height:1.7}.FaqSection-module__Khuz2G__faqItem.FaqSection-module__Khuz2G__active .FaqSection-module__Khuz2G__answer{opacity:1;max-height:300px}.FaqSection-module__Khuz2G__faqItem.FaqSection-module__Khuz2G__active .FaqSection-module__Khuz2G__icon{transform:rotate(180deg)}
.Footer-module__EZoWya__footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--text-dark);background-color:#000000f2;border-top:1px solid #fff3;margin-top:6rem;padding:4rem 0 2rem;box-shadow:0 -10px 40px #00000080}.Footer-module__EZoWya__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__EZoWya__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem;display:grid}.Footer-module__EZoWya__section h4{color:var(--primary-color);margin-bottom:1rem;font-size:1.1rem}.Footer-module__EZoWya__section p{color:var(--text-light);margin-bottom:.8rem;font-size:.9rem}.Footer-module__EZoWya__section ul{list-style:none}.Footer-module__EZoWya__section li{margin-bottom:.8rem}.Footer-module__EZoWya__section a{color:var(--text-light);transition:color .3s}.Footer-module__EZoWya__section a:hover{color:var(--primary-color)}.Footer-module__EZoWya__divider{background-color:#ffffff1a;height:1px;margin:2rem 0}.Footer-module__EZoWya__bottom{color:var(--text-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;font-size:.9rem;display:flex}.Footer-module__EZoWya__leftSection{flex-direction:column;gap:.5rem;display:flex}.Footer-module__EZoWya__privacyLink{color:var(--text-light);font-size:.85rem;text-decoration:none;transition:color .3s}.Footer-module__EZoWya__privacyLink:hover{color:var(--primary-color);text-decoration:underline}.Footer-module__EZoWya__social{align-items:center;gap:1.5rem;display:flex}.Footer-module__EZoWya__socialIcon{color:var(--text-light);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.Footer-module__EZoWya__socialIcon:hover{color:var(--primary-color);border-color:var(--primary-color);background-color:#880ed41a;transform:translateY(-2px);box-shadow:0 4px 12px #880ed44d}.Footer-module__EZoWya__socialIcon svg{width:18px;height:18px}.Footer-module__EZoWya__privacyLink{color:var(--primary-color);cursor:pointer;background:0 0;border:none;margin-left:1rem;font-size:.9rem}.Footer-module__EZoWya__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Footer-module__EZoWya__modal{width:90%;max-width:520px;color:var(--text-light);background:#0a0a0af2;border:1px solid #fff3;border-radius:14px;padding:2.5rem;box-shadow:0 30px 80px #0009}.Footer-module__EZoWya__modal h2{text-align:center;color:var(--text-dark);margin-bottom:1.5rem}.Footer-module__EZoWya__modalContent{max-height:240px;margin-bottom:1.5rem;padding-right:.5rem;overflow-y:auto}.Footer-module__EZoWya__modalContent p{margin-bottom:1rem;font-size:.95rem;line-height:1.7}.Footer-module__EZoWya__checkbox{align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.Footer-module__EZoWya__agreeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#880ed4,#a855f7);border:none;border-radius:8px;width:100%;padding:.9rem;font-weight:600;transition:all .3s}.Footer-module__EZoWya__agreeBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:3rem 0 1.5rem}.Footer-module__EZoWya__content{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;justify-content:center}}
.ServiceDetail-module__3FPu2W__services{min-height:100vh;padding:5rem 2rem}.ServiceDetail-module__3FPu2W__container{max-width:1200px;margin:0 auto}.ServiceDetail-module__3FPu2W__header{text-align:center;margin-bottom:4rem}.ServiceDetail-module__3FPu2W__header h1{color:var(--text-dark);margin-bottom:1rem;font-size:3rem}.ServiceDetail-module__3FPu2W__header p{color:var(--text-light);font-size:1.05rem}.ServiceDetail-module__3FPu2W__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.2rem;display:grid}.ServiceDetail-module__3FPu2W__cardLink{color:inherit;text-decoration:none;display:block}.ServiceDetail-module__3FPu2W__serviceItem{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background-color:#000000b3;border:1px solid #fff3;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.ServiceDetail-module__3FPu2W__serviceItem:hover{border-color:var(--primary-color);background-color:#000000d9;transform:translateY(-6px);box-shadow:0 12px 32px #880ed466,0 0 20px #880ed433}.ServiceDetail-module__3FPu2W__imageWrapper{flex-shrink:0;width:100%;height:180px;overflow:hidden}.ServiceDetail-module__3FPu2W__imageWrapper img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s}.ServiceDetail-module__3FPu2W__serviceItem:hover .ServiceDetail-module__3FPu2W__imageWrapper img{transform:scale(1.05)}.ServiceDetail-module__3FPu2W__content{flex-direction:column;flex-grow:1;padding:1.6rem;display:flex}.ServiceDetail-module__3FPu2W__content h3{color:var(--text-dark);margin-bottom:.6rem;font-size:1.35rem}.ServiceDetail-module__3FPu2W__content p{color:var(--text-light);flex-grow:1;margin-bottom:1.2rem;font-size:.95rem}.ServiceDetail-module__3FPu2W__content ul{margin-top:auto;list-style:none}.ServiceDetail-module__3FPu2W__content li{color:var(--text-light);margin-bottom:.6rem;padding-left:1.4rem;font-size:.95rem;position:relative}.ServiceDetail-module__3FPu2W__content li:before{content:"→";color:var(--primary-color);font-weight:700;position:absolute;left:0}.ServiceDetail-module__3FPu2W__popupOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ServiceDetail-module__3FPu2W__popup{text-align:center;background-color:#000000e6;border:1px solid #fff3;border-radius:14px;width:90%;max-width:420px;padding:3rem;animation:.4s ServiceDetail-module__3FPu2W__popupFade;box-shadow:0 30px 80px #000000b3}.ServiceDetail-module__3FPu2W__popup h2{color:var(--primary-color);margin-bottom:1rem;font-size:2rem}.ServiceDetail-module__3FPu2W__popup p{color:var(--text-light);font-size:1rem;line-height:1.6}.ServiceDetail-module__3FPu2W__popupBtn{background-color:var(--primary-color);color:var(--background-white);cursor:pointer;border:none;border-radius:6px;margin-top:2rem;padding:.9rem 2.5rem;font-weight:600;transition:all .3s}.ServiceDetail-module__3FPu2W__popupBtn:hover{color:var(--primary-color);border:1px solid var(--primary-color);background-color:#0000}@keyframes ServiceDetail-module__3FPu2W__popupFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.ServiceDetail-module__3FPu2W__services{padding:3rem 1.5rem}.ServiceDetail-module__3FPu2W__header h1{font-size:2rem}.ServiceDetail-module__3FPu2W__servicesGrid{grid-template-columns:1fr}.ServiceDetail-module__3FPu2W__imageWrapper{height:170px}}
