body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}section{scroll-margin-top:100px}.navbar-agency{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);box-shadow:0 2px 16px rgba(30,60,114,.06);display:flex;height:80px;justify-content:space-between;padding:48px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar-agency.scrolled{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:hsla(0,0%,100%,.98);box-shadow:0 4px 20px rgba(30,60,114,.1);height:70px}.navbar-logo{gap:.7rem}.logo-badge,.navbar-logo{align-items:center;display:flex}.logo-badge{background:#19c37d;border-radius:8px;box-shadow:0 2px 8px rgba(25,195,125,.08);color:#fff;font-size:1.7rem;font-weight:800;height:38px;justify-content:center;width:38px}.logo-text{color:#222;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:1px}.mobile-menu-btn{color:#222;cursor:pointer;display:none;font-size:1.5rem;z-index:101}.navbar-links{display:flex;gap:2.2rem}.navbar-links a{color:#222;font-size:1.1rem;font-weight:600;position:relative;text-decoration:none;transition:color .2s}.navbar-links a:after{background:#19c37d;bottom:-4px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .2s;width:0}.navbar-links a:hover{color:#19c37d}.navbar-links a:hover:after{width:100%}.navbar-links a.active{color:#19c37d}.navbar-links a.active:after{width:100%}.navbar-cv-btn{background:#19c37d;border:none;border-radius:8px;box-shadow:0 2px 8px rgba(25,195,125,.1);color:#fff;display:inline-block;font-size:1rem;font-weight:700;outline:none;padding:.7rem 1.5rem;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s}.navbar-cv-btn:hover{background:#13a76b;box-shadow:0 4px 16px rgba(25,195,125,.18);color:#fff}@media (max-width:768px){.navbar-agency{height:70px;padding:0 1.5rem}.navbar-agency.scrolled{height:60px}.mobile-menu-btn{display:block}.navbar-links{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);flex-direction:column;gap:2rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:100}.navbar-links.active{right:0}.navbar-links a{border-radius:10px;font-size:1.3rem;padding:1rem 2rem;transition:all .3s ease}.navbar-links a:hover{background:rgba(25,195,125,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.navbar-cv-btn{display:none}}@media (max-width:480px){.navbar-agency{padding:0 1rem}.logo-text{font-size:1.1rem}.logo-badge{font-size:1.4rem;height:32px;width:32px}.navbar-links a{font-size:1.2rem}}*{font-family:Uchen,serif}.about-container{background-color:#f1f0f0;border:2px solid #fff;border-radius:15px;color:azure;display:flex;margin:59px}.aboutimg img{border-radius:21px;height:500px;margin:37px;width:400px}.about-me{background-color:#000;border:2px solid #fff;border-radius:13px;margin:37px}.about-me p h4{color:#f7f7f7;font-size:18px;margin-top:12px}.about-me p{color:#f7f7f7;font-size:20px;margin:15px 28px 28px}.about-me h1{color:azure;font-size:35px;font-weight:100px;margin-left:27px;margin-top:16px}.about-me h4 i{font-size:24px;margin-left:18px}.about-me .btn{background:#00008b;float:right;font-size:25px;margin-right:45px;margin-top:-4px}.about-me .btn:hover{background-color:#ec0e0e}.about-agency{align-items:center;background:#fff;border-radius:24px;box-shadow:0 4px 32px rgba(30,60,114,.07);display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:3rem 2rem;width:100%}.about-agency-img{align-items:center;display:flex;flex:1 1;justify-content:center}.about-agency-img img{background:#f7f9fa;border-radius:18px;box-shadow:0 8px 32px rgba(30,60,114,.1);height:450px;object-fit:cover;width:350px}.about-agency-content{display:flex;flex:2 1;flex-direction:column;gap:1.5rem;justify-content:center}.about-agency-title{color:#222;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:2.5rem;font-weight:800;margin:0 0 1rem}.about-agency-intro{color:#444;font-size:1.2rem;line-height:1.8;margin-bottom:1rem}.about-agency-cv-btn{align-items:center;background:#19c37d;border:none;border-radius:8px;box-shadow:0 2px 8px rgba(25,195,125,.1);color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.about-agency-cv-btn:hover{background:#13a76b;box-shadow:0 4px 16px rgba(25,195,125,.18);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media (max-width:1024px){.about-agency{gap:2rem;padding:2.5rem 1.5rem}.about-agency-img img{height:380px;width:300px}.about-agency-title{font-size:2.2rem}}@media (max-width:768px){.about-agency{align-items:center;flex-direction:column;gap:2rem;padding:2rem 1rem;text-align:center}.about-agency-img img{height:350px;width:280px}.about-agency-title{font-size:2rem}.about-agency-intro{font-size:1.1rem}}@media (max-width:480px){.about-agency{border-radius:16px;gap:1.5rem;padding:1.5rem 1rem}.about-agency-img img{border-radius:12px;height:280px;width:220px}.about-agency-title{font-size:1.8rem}.about-agency-intro{font-size:1rem;line-height:1.6}.about-agency-cv-btn{font-size:1rem;padding:.8rem 1.5rem}}@media (max-width:360px){.about-agency{padding:1rem .8rem}.about-agency-img img{height:230px;width:180px}.about-agency-title{font-size:1.5rem}.about-agency-intro{font-size:.95rem}}.skills-agency{align-items:center;background:#fff;border-radius:24px;box-shadow:0 4px 32px rgba(30,60,114,.07);display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:3rem 2rem;width:100%}.skills-agency-title{color:#222;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.skills-groups{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:100%}.skill-group{align-items:flex-start;background:#f7f9fa;border-radius:16px;box-shadow:0 2px 12px rgba(30,60,114,.06);display:flex;flex-direction:column;gap:1rem;padding:1.5rem;width:100%}.skill-group-title{color:#19c37d;font-size:1.3rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;text-align:center;width:100%}.skill-group-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.skill-mini-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(30,60,114,.08);color:#222;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.8rem 1.2rem;transition:all .3s ease}.skill-mini-card:hover{box-shadow:0 4px 16px rgba(25,195,125,.15);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.skill-mini-icon{align-items:center;display:flex;font-size:1.4rem}.skill-mini-name{color:#222;font-size:1rem;font-weight:600}@media (max-width:1024px){.skills-agency{padding:2.5rem 1.5rem}.skills-groups{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.skills-agency{border-radius:16px;padding:2rem 1rem}.skills-agency-title{font-size:2rem;margin-bottom:2rem}.skills-groups{gap:1.5rem;grid-template-columns:1fr}.skill-group{border-radius:12px;padding:1.2rem}.skill-group-title{font-size:1.2rem}.skill-group-list{gap:.8rem}.skill-mini-card{font-size:.95rem;padding:.7rem 1rem}.skill-mini-icon{font-size:1.2rem}}@media (max-width:480px){.skills-agency{border-radius:12px;padding:1.5rem 1rem}.skills-agency-title{font-size:1.8rem;margin-bottom:1.5rem}.skill-group{border-radius:10px;padding:1rem}.skill-group-title{font-size:1.1rem}.skill-group-list{gap:.6rem}.skill-mini-card{border-radius:8px;font-size:.9rem;padding:.6rem .8rem}.skill-mini-icon{font-size:1.1rem}}@media (max-width:360px){.skills-agency{padding:1rem .8rem}.skills-agency-title{font-size:1.6rem}.skill-group{padding:.8rem}.skill-mini-card{font-size:.85rem;padding:.5rem .7rem}}.projects-agency{align-items:center;background:#fff;border-radius:24px;box-shadow:0 4px 32px rgba(30,60,114,.07);display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:3rem 2rem;width:100%}.projects-agency-title{color:#222;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));width:100%}.project-card{background:#f7f9fa;border-radius:16px;box-shadow:0 2px 12px rgba(30,60,114,.06);display:flex;flex-direction:column;justify-content:space-between;min-height:280px;padding:2rem;transition:all .3s ease}.project-card:hover{box-shadow:0 8px 25px rgba(30,60,114,.12);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.project-content{flex:1 1}.project-title{color:#222;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.project-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#19c37d;border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem .8rem}@media (max-width:1024px){.projects-agency{padding:2.5rem 1.5rem}.projects-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:768px){.projects-agency{border-radius:16px;padding:2rem 1rem}.projects-agency-title{font-size:2rem;margin-bottom:2rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{min-height:250px;padding:1.5rem}.project-title{font-size:1.3rem}.project-description{font-size:.95rem}}@media (max-width:480px){.projects-agency{border-radius:12px;padding:1.5rem 1rem}.projects-agency-title{font-size:1.8rem;margin-bottom:1.5rem}.project-card{border-radius:12px;min-height:220px;padding:1.2rem}.project-title{font-size:1.2rem}.project-description{font-size:.9rem;margin-bottom:1rem}.project-tech{margin-bottom:1rem}.tech-tag{font-size:.8rem;padding:.3rem .6rem}}@media (max-width:360px){.projects-agency{padding:1rem .8rem}.projects-agency-title{font-size:1.6rem}.project-card{padding:1rem}.project-title{font-size:1.1rem}.project-description{font-size:.85rem}}.contact-agency{align-items:flex-start;background:#fff;border-radius:24px;box-shadow:0 4px 32px rgba(30,60,114,.07);display:flex;gap:3rem;margin:0 auto;max-width:1200px;padding:3rem 2rem;width:100%}.contact-agency-info{display:flex;flex:1.2 1;flex-direction:column;gap:1.5rem}.contact-agency-title{color:#222;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.highlight-green{color:#19c37d}.contact-agency-intro{color:#444;font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.contact-agency-details{margin-bottom:1.5rem}.contact-detail{color:#222;font-size:1.1rem;line-height:1.5;margin-bottom:.5rem}.contact-agency-map{border-radius:12px;box-shadow:0 2px 12px rgba(30,60,114,.1);margin-top:1.5rem;overflow:hidden}.contact-agency-map iframe{border:none;height:200px;width:100%}.contact-agency-form-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center}.contact-agency-form{background:#f7f9fa;border-radius:16px;box-shadow:0 2px 12px rgba(30,60,114,.06);display:flex;flex-direction:column;gap:1.2rem;max-width:400px;padding:2.5rem 1.5rem;width:100%}.contact-agency-form input,.contact-agency-form textarea{background:#fff;border:2px solid #e6f9f0;border-radius:10px;color:#222;font-family:inherit;font-size:1rem;padding:1rem;resize:none;transition:all .3s ease;width:100%}.contact-agency-form input:focus,.contact-agency-form textarea:focus{border:2px solid #19c37d;box-shadow:0 0 0 3px rgba(25,195,125,.1);outline:none}.contact-agency-form textarea{max-height:200px;min-height:120px}.contact-agency-btn{background:#19c37d;border:none;border-radius:10px;box-shadow:0 2px 8px rgba(25,195,125,.1);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.contact-agency-btn:hover{background:#13a76b;box-shadow:0 4px 16px rgba(25,195,125,.18);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media (max-width:1024px){.contact-agency{gap:2rem;padding:2.5rem 1.5rem}.contact-agency-title{font-size:2.2rem}.contact-agency-form{max-width:350px}}@media (max-width:768px){.contact-agency{align-items:stretch;border-radius:16px;flex-direction:column;gap:2rem;padding:2rem 1rem}.contact-agency-title{font-size:2rem;text-align:center}.contact-agency-details,.contact-agency-intro{text-align:center}.contact-agency-form{border-radius:12px;max-width:100%}.contact-agency-map iframe{height:180px}}@media (max-width:480px){.contact-agency{border-radius:12px;padding:1.5rem 1rem}.contact-agency-title{font-size:1.8rem}.contact-agency-intro{font-size:1.1rem}.contact-detail{font-size:1rem}.contact-agency-form{border-radius:10px;padding:1.5rem 1rem}.contact-agency-form input,.contact-agency-form textarea{font-size:.95rem;padding:.8rem}.contact-agency-btn{font-size:1rem;padding:.8rem 1.5rem}.contact-agency-map iframe{height:150px}}@media (max-width:360px){.contact-agency{padding:1rem .8rem}.contact-agency-title{font-size:1.6rem}.contact-agency-intro{font-size:1rem}.contact-agency-form{padding:1.2rem .8rem}.contact-agency-form input,.contact-agency-form textarea{font-size:.9rem;padding:.7rem}.contact-agency-btn{font-size:.95rem;padding:.7rem 1.2rem}}@media (max-width:541px){.contact-heading{margin-top:0;padding-left:55px;padding-right:55px}.form-contact input,.form-contact textarea{margin:5px;padding:8px;width:250px}.form-contact form{align-items:center;display:flex;flex-direction:column;margin-top:0}.contact-page{width:100%}.contact-page,.form-contact{align-items:center;display:flex;flex-direction:column;justify-content:center}.form-contact{background-color:#fff;height:314px;text-align:center;width:300px}}@media (max-width:347px){.form-contact{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:232px;justify-content:center;text-align:center;width:250px}.form-contact input,.form-contact textarea,textarea{margin:5px;padding:8px;width:207px}.btn{background-color:green;border-radius:5px;cursor:pointer;font-size:15px;font-weight:500;font-weight:300px;margin-top:14px;padding:4px 23px 3px}.contact-heading h1{font-size:19px;margin-top:-7px}}@media screen and (max-width:790px){.contact-heading h1{color:#eee8aa;color:purple;font-size:27px;font-weight:700;margin-top:31px;padding-bottom:49px}iframe{border:2px solid #fff;height:300px;margin-left:8px;margin-right:5px;margin-top:-9px;text-align:center;width:99%}}*{box-sizing:border-box;margin:0;padding:0}body,html{background:linear-gradient(135deg,#667eea,#764ba2);color:#1a1a1a;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.hero-agency{background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;min-height:80vh;padding:2rem}.hero-agency,.hero-container{align-items:center;display:flex}.hero-container{gap:4rem;max-width:1200px;width:100%}.hero-left{color:#fff;flex:1 1}.hero-right{align-items:center;display:flex;flex:1 1;justify-content:center}.welcome-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:25px;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:2px;padding:.5rem 1.5rem;text-transform:uppercase}.hero-title,.welcome-badge{color:#fff;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1}.highlight-gradient{-webkit-text-fill-color:transparent;-webkit-animation:gradientShift 3s ease infinite;animation:gradientShift 3s ease infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}@-webkit-keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-intro{color:hsla(0,0%,100%,.9);font-size:1.2rem;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border:none;border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.2);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary:hover{box-shadow:0 20px 40px rgba(0,0,0,.3);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.btn-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:hsla(0,0%,100%,.2);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.hero-image{border-radius:30px;box-shadow:0 30px 60px rgba(0,0,0,.3);height:560px;object-fit:cover;width:400px}section{background:#fff;padding:6rem 2rem}section:nth-child(2n){background:linear-gradient(135deg,#f8fafc,#e2e8f0)}section>h2{color:#1a1a1a;font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}@media (max-width:768px){.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-image{height:300px;width:300px}.hero-buttons{justify-content:center}}@media (max-width:480px){.hero-agency{padding:1rem}section{padding:3rem 1rem}.hero-title{font-size:2rem}.hero-image{height:250px;width:250px}.hero-buttons{align-items:center;flex-direction:column}}.Service-container{display:flex;margin-top:57px;width:100%}.servicesbox{height:325px}.servicesbox,.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;margin:39px;padding:23px;text-align:center;width:500px}.servicesbox2{height:400px}.para{color:#fff;font-size:15px;margin-top:12px}.para h1{color:#000}.imgs img{border:5px solid #000;border-radius:15px;box-shadow:-7px 0 5px 4px hsla(0,3%,81%,.5);height:200px;width:350px}@media (max-width:1418px){.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:349px;margin:39px;padding:23px;text-align:center;width:460px}.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:325px}.servicesbox{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:302px;margin:23px;padding:23px;text-align:center;width:456px}}@media (max-width:1285px){.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:335px;margin:26px;padding:20px;text-align:center;width:402px}.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:309px}.servicesbox{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:290px;margin:32px;padding:22px;text-align:center;width:404px}.para h1{color:#000;margin-top:-12px}}@media (max-width:1221px){.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:335px;margin:18px;padding:-9px;text-align:center;width:349px}.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:269px}.servicesbox{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:290px;margin:28px;padding:-9px;text-align:center;width:360px}.para h1{color:#000;margin-top:-12px}}@media (max-width:1073px){.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:246px}.servicesbox2{height:335px;margin:18px;width:338px}.servicesbox,.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;padding:-9px;text-align:center}.servicesbox{height:290px;margin:40px;width:335px}}@media (max-width:1045px){.Service-container{align-items:center;display:flex;flex-direction:column;margin-top:57px;width:100%}.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:409px}.para h1{color:#000;font-size:24px;font-weight:500;font-weight:500px;margin-top:-12px}.servicesbox2{height:288px;margin:18px;width:487px}.servicesbox,.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;padding:-9px;text-align:center}.servicesbox{height:290px;margin:40px;width:457px}}@media (max-width:550px){.servicesbox{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:290px;margin:40px;padding:-9px;text-align:center;width:395px}.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:345px}.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;height:335px;margin:18px;padding:-9px;text-align:center;width:419px}}@media (max-width:456px){.imgs img{border:5px solid #000;border-radius:15px;height:200px;width:263px}.servicesbox{height:290px;margin:40px;width:310px}.servicesbox,.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;padding:-9px;text-align:center}.servicesbox2{height:335px;margin:18px;width:328px}}@media (max-width:350px){.imgs img{border:5px solid #000;border-radius:15px;height:200px;margin-left:-13px;width:240px}.para h1{color:#000;font-size:20px;font-weight:500;font-weight:500px;margin-top:-12px}.servicesbox{height:290px;margin:40px}.servicesbox,.servicesbox2{background-color:#fff;border:2px solid #fff;border-radius:15px;display:flex;flex-direction:column;padding:-9px;text-align:center;width:262px}.servicesbox2{height:335px;margin:18px}}.footer-agency{background:#fff;border-top:1.5px solid #e6f9f0;gap:1.5rem;padding:2.5rem 2rem 1.5rem}.footer-agency,.footer-agency-main{align-items:center;display:flex;flex-direction:column;width:100%}.footer-agency-main{gap:1rem;max-width:1200px}.footer-agency-copyright{color:#222;font-size:1.1rem;font-weight:600;text-align:center}.footer-agency-socials{display:flex;gap:1.5rem;margin-bottom:.5rem}.footer-agency-socials a{align-items:center;border-radius:50%;color:#19c37d;display:flex;font-size:1.8rem;justify-content:center;padding:.5rem;transition:all .3s ease}.footer-agency-socials a:hover{background:rgba(25,195,125,.1);color:#13a76b;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.footer-agency-links{align-items:center;color:#888;display:flex;flex-wrap:wrap;font-size:1rem;gap:1rem;justify-content:center}.footer-link{border-radius:5px;color:#888;padding:.3rem .5rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{background:rgba(25,195,125,.1);color:#19c37d}.footer-link-divider{color:#bbb;font-size:1.1rem}@media (max-width:768px){.footer-agency{gap:1.2rem;padding:2rem 1rem 1rem}.footer-agency-main{gap:.8rem}.footer-agency-copyright{font-size:1rem}.footer-agency-socials{gap:1.2rem}.footer-agency-socials a{font-size:1.6rem}.footer-agency-links{font-size:.95rem;gap:.8rem}}@media (max-width:480px){.footer-agency{gap:1rem;padding:1.5rem 1rem 1rem}.footer-agency-copyright{font-size:.95rem}.footer-agency-socials{gap:1rem}.footer-agency-socials a{font-size:1.4rem;padding:.4rem}.footer-agency-links{font-size:.9rem;gap:.6rem}.footer-link{padding:.2rem .4rem}}@media (max-width:360px){.footer-agency{padding:1.2rem .8rem .8rem}.footer-agency-copyright{font-size:.9rem}.footer-agency-socials a{font-size:1.3rem}.footer-agency-links{font-size:.85rem}}.error{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.error-heading{color:#f0f8ff;font-size:34px;margin:44px}.error-btn{border-radius:5px;cursor:pointer;font-size:15px;font-weight:500;font-weight:300px;margin-top:3px;padding:4px 23px 3px}.error-btn:hover{background-color:#9acd32}
/*# sourceMappingURL=main.57946b05.css.map*/