@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";*{padding:0;margin:0;box-sizing:border-box}body{background-color:#f8fafc;font-family:Poppins,sans-serif}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fff,#d0d5dd,#d0d5dd);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease-out}.loading-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:300px;height:400px}.hexagon-loader{position:relative;width:150px;height:150px;margin-bottom:80px;transform-style:preserve-3d;animation:float 3s ease-in-out infinite}.hexagon{position:absolute;width:60px;height:104px;background:#d0d5ddcc;box-shadow:0 0 20px #d0d5dd99}.hexagon:before,.hexagon:after{content:"";position:absolute;width:0;border-left:30px solid transparent;border-right:30px solid transparent}.hexagon:before{bottom:100%;border-bottom:17px solid rgba(135,138,144,.8)}.hexagon:after{top:100%;border-top:17px solid rgba(94,95,96,.8)}.hexagon-1{top:0;left:45px;animation:pulse 1.5s infinite,colorChange 4s infinite}.hexagon-2{top:26px;left:0;animation:pulse 1.5s .5s infinite,colorChange 4s 1s infinite}.hexagon-3{top:26px;left:90px;animation:pulse 1.5s 1s infinite,colorChange 4s 2s infinite}.hexagon-4{top:78px;left:45px;animation:pulse 1.5s 1.5s infinite,colorChange 4s 3s infinite}.pulse-ring{position:absolute;width:180px;height:180px;border:4px solid rgba(208,213,221,.4);border-radius:50%;animation:pulseRing 2s infinite}.loading-text{text-align:center;color:#4b5563;margin-bottom:30px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.loading-text h2{font-size:24px;margin-bottom:10px;font-weight:600}.loading-text p{font-size:16px;opacity:.9}.progress-container{width:250px;height:20px;background:#fff3;border-radius:10px;overflow:hidden;position:relative;box-shadow:0 0 10px #0003}.progress-bar{height:100%;background:linear-gradient(90deg,#d0d5dd,#9ca3af);border-radius:10px;transition:width .3s ease;box-shadow:0 0 10px #9ca3af99}.progress-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#4b5563;font-weight:700;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.floating-particles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.particle{position:absolute;width:8px;height:8px;background:#9ca3afb3;border-radius:50%;animation:floatParticle 4s infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes colorChange{0%{background:#fffc}25%{background:#6c6767cc}50%{background:#424542cc}75%{background:#616163cc}to{background:#fffc}}@keyframes pulseRing{0%{transform:scale(.8);opacity:1}to{transform:scale(1.4);opacity:0}}@keyframes floatParticle{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translate(20px);opacity:0}}header{height:auto;padding:30px 50px;background-color:transparent}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;width:40px;height:40px;cursor:pointer;z-index:120;margin-left:auto}.hamburger span{display:block;height:4px;width:28px;background:#3a3428;margin:5px 0;border-radius:2px;transition:all .3s}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:110}.nav{padding:20px 35px;display:flex;justify-content:space-between;align-items:center;border-radius:35px;background:linear-gradient(to bottom,#e2e5ea,#fff)}.nav .h-logo{display:flex;align-items:center;gap:10px;font-weight:600}.nav .h-logo h1{color:#101828;font-size:18px}.h-navbar{display:flex}.h-navbar li{list-style:none;margin:0 20px}.h-navbar li a{text-decoration:none;font-size:18px;color:#475467}.dropdown{position:relative}.dropdown-content{opacity:0;visibility:hidden;position:absolute;top:120%;left:0;background:#fff;min-width:180px;box-shadow:0 8px 24px #00000014;border-radius:10px;padding:10px 0;margin:0;list-style:none;z-index:100;transition:opacity .3s ease,visibility .3s ease,top .3s ease}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;top:100%}.dropdown-content li a{display:block;padding:12px 24px;color:#3a3428;font-size:16px;text-decoration:none;transition:background .2s,color .2s}.dropdown-content li a:hover{background:#f8fafc;color:#475467;border-radius:6px}.dropdown-arrow{margin-left:6px;font-size:1em;transition:transform .3s;display:inline-block;vertical-align:middle}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.nav .h-btn button{padding:12px 20px;background-color:#3a3428;border:none;color:#fff;border-radius:8px;cursor:pointer;transition:.4s ease}.nav .h-btn button:hover{background-color:#6a6966}@media (max-width: 993px){.h-navbar{position:fixed;top:0;right:-400px;width:320px;height:100vh;background:#3a3428;color:#fff;flex-direction:column;align-items:flex-start;padding:60px 32px 32px;gap:24px;box-shadow:-2px 0 16px #00000014;transition:right .4s cubic-bezier(.77,0,.18,1);z-index:120;font-size:1.1rem}.h-navbar.open{right:0}.h-navbar li,.h-navbar .dropdown,.h-navbar .h-btn{color:#fff;width:100%;margin-bottom:18px}.h-navbar li a,.h-navbar .dropdown a{color:#fff;width:100%;display:block;padding:12px 0;border-bottom:1px solid #4b4236;text-decoration:none}.h-navbar .dropdown-content{position:static;background:none;box-shadow:none;min-width:unset;padding-left:18px;display:none}.h-navbar .dropdown:hover .dropdown-content,.h-navbar .dropdown:focus-within .dropdown-content{display:block}.h-navbar .dropdown-arrow i{color:#fff}.h-btn{display:none}.hamburger{display:flex;position:relative;bottom:60px;right:40px}.h-logo h1{font-size:1.2rem}}@media screen and (max-width:600px){header{padding:20px}.nav{padding:20px}}@media screen and (max-width: 545px){.hamburger{font-size:20px}}.nav-link{text-decoration:none;font-size:18px;color:#475467}.nav-link:hover{color:#101828}.nav-link.active{font-weight:600;color:#3a3428}#hero{height:auto;text-align:center;align-items:center;justify-content:center;background-color:#f9fafb}.pattern-box{position:relative;width:90vw;height:auto;background-color:#fff;border-radius:15px;overflow:hidden;border:6px solid black}.hero-wrapper{display:flex;justify-content:center}.pattern-bg{position:absolute;inset:0;z-index:0;background-image:linear-gradient(to right,#bbbfc4 1px,transparent 1px),linear-gradient(to bottom,#bbbfc4 1px,transparent 1px);background-size:100px 80px;-webkit-mask-image:radial-gradient(ellipse 80% 100% at 50% 50%,#000 80%,transparent 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:cover;mask-image:radial-gradient(ellipse 40% 80% at 50% 50%,#000 80%,transparent 100%);mask-repeat:no-repeat;mask-position:center;mask-size:cover}.pattern-content{position:relative;z-index:1;text-align:center;align-items:center;justify-content:center;padding:40px}.pattern-content .h-para{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:center;gap:20px;padding:4px;border:2px solid #3A3428;margin:0px 26vw;border-radius:25px;animation:fadeSlideUp 1s ease forwards}.pattern-content .h-para p{color:#3a3428;font-weight:500;border:2px solid #3A3428;padding:2px 8px;border-radius:25px}.pattern-content .h-para h4{color:#3a3428;font-weight:500;margin-right:10px}.pattern-content .h-head h1{font-size:43px;color:#3a3428;animation:fadeSlideUp 1s ease forwards;animation-delay:.3s}.pattern-content .h-head p{color:#3a3428;font-size:14px;font-style:normal;font-weight:400;animation:fadeSlideUp 1s ease forwards;animation-delay:.6s}.pattern-content .h-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:8.671px}.pattern-content .h-buttons .svg-btn{cursor:pointer;padding:11.562px 15.897px;gap:20px;border-radius:5.781px;border:.723px solid var(--Gray-300, #D0D5DD);background:var(--Base-White, #FFF);box-shadow:0 .723px 1.445px #1018280d;transition:.4s ease}.pattern-content .h-buttons .svg-btn:hover{background-color:#d0d5dd;color:#000}.pattern-content .h-buttons .sign{padding:11.562px 15.897px;border-radius:5.781px;color:#fff;font-weight:600;border:.723px solid #A4A4A4;background:#3a3428;box-shadow:0 .723px 1.445px #1018280d;cursor:pointer;transition:.4s ease}.pattern-content .h-buttons .sign:hover{background-color:#595757}.h-vid{position:relative;display:inline-block;margin-top:30px}.h-vid .video{position:relative;z-index:2;border-radius:10px}.h-vid .pattern{position:absolute;z-index:1;pointer-events:none}.h-vid .left1{top:40%;left:-220px;transform:translateY(-50%)}.h-vid .left2{top:54.5%;left:-280px;transform:translateY(-50%)}.h-vid .right3{top:5%;right:-220px;transform:translateY(-50%)}.h-vid .right4{top:18%;right:-220px;transform:translateY(-50%)}.h-vid .right5{top:23.5%;right:-220px;transform:translateY(-50%)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:1323px){.pattern-content .h-para{margin:0px 15vw}.h-para p,.h-para h4{font-size:28px}.pattern-content .h-head h1{font-size:58px}.pattern-content .h-head p{font-size:20px}.h-vid img{width:100%}.left1,.left2,.right3,.right4,.right5{display:none}}@media screen and (max-width:1270px){.pattern-content .h-para{margin:0px 21vw}}@media screen and (max-width:1003px){.pattern-content .h-para{margin:0px 15vw}}@media screen and (max-width:980px){.h-vid img{width:100%}.left1,.left2,.right3,.right4,.right5{display:none}}@media screen and (max-width:815px){.pattern-content .h-head h1{font-size:36px}.pattern-content .h-para{margin:0px 8vw}}@media screen and (max-width:700px){.pattern-content .h-head h1{font-size:30px}}@media screen and (max-width:650px){.pattern-content .h-para{margin:0px 3vw}.pattern-content .h-head p{font-size:10px}.h-vid img{width:100%}}@media screen and (max-width:600px){.pattern-content .h-para{margin:0}.pattern-content .h-head h1{font-size:30px}.pattern-content .h-head p{font-size:15px}}@media screen and (max-width:540px){.pattern-content{padding:20px}.pattern-content .h-para{flex-direction:column;gap:10px;margin:0 10px;border:0px}.pattern-content .h-head h1{font-size:25px}.pattern-content .h-head p{font-size:15px}.h-vid img{width:100%}}@media screen and (max-width:430px){.h-vid img{width:100%}}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.comp{margin-top:80px;padding:0 32px}.comp .img-text p{font-size:18px;font-weight:500;color:var(--Gray-600, #475467)}.comp-logo{position:relative;overflow:hidden;width:100%;height:60px;display:flex;align-items:center;background:transparent;padding:80px 20px}.logo-track{display:flex;align-items:center;gap:60px;animation:scroll-logos 18s linear infinite;width:max-content}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-60%)}}#services{height:auto;background-color:#fff;padding:50px 80px}.ser-text{text-align:center;justify-content:center;margin-bottom:50px}.ser-text h3{color:#3a3428;font-size:20px;font-weight:600}.ser-text h1{font-size:42px;color:var(--Text-Dark, #111029);font-weight:600;margin:25px 0}.ser-text p{font-size:20px;color:var(--Gray-600, #475467);font-weight:400}.service-card{background:#f0f0f0;border-radius:16px;box-shadow:0 4px 16px #00000012;padding:20px 25px 50px;text-align:center;max-width:500px;margin:16px;height:auto;transition:box-shadow .4s,transform .3s;box-shadow:1px 16px 14.2px #92929257}.service-card:hover{box-shadow:0 16px 32px #a200ed2e;background-color:#f3f4f6;transform:translateY(-4px) scale(1)}.service-card-image img{width:100%;max-width:600px;height:auto;margin-bottom:18px;border-radius:10px}.service-card-icons{display:flex;justify-content:center;gap:14px;margin-bottom:18px}.service-icon img{width:60px}.service-card-title{font-size:24px;color:#3a3428;margin-bottom:12px}.service-card-desc{font-size:16px;color:#475467}.arrow-button{width:40px;height:40px;margin:18px auto 0;display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:50%;font-size:22px;color:#3a3428;transition:background .2s;cursor:pointer;text-decoration:none;border:1px solid rgb(186,184,184)}.arrow-button:hover{background:#d1d5db;color:#111029}.service-card .service-card-title{color:var(--Text-Dark, #111029);font-weight:600;font-size:20px}.service-card .service-card-desc{font-size:16px}.card .s-card{display:flex;justify-content:space-around;padding:10px 0;flex-wrap:wrap}.card .button{margin-top:30px;text-align:center}.card .button button{padding:10px 20px;background-color:#3a3428;border:none;color:#fff;border-radius:8px;cursor:pointer;transition:.4s ease}.card .button button:hover{background-color:#6a6966}@media screen and (max-width:650px){.ser-text h1{font-size:30px}.ser-text p{font-size:16px}}@media screen and (max-width:575px){#services{padding:50px 20px}.ser-text h1{font-size:24px}.ser-text p{font-size:14px}.service-card{max-width:90%;margin:16px 0;padding:20px}.service-card-image img{max-width:100%}}@media screen and (max-width:520px){.service-card-icons{gap:10px}.service-icon img{width:40px}}@media screen and (min-width: 1350px){.service-card{max-width:550px}}@media screen and (min-width: 1600px){.service-card{max-width:650px}}:root{--scroll-progress: 0%}.process-container{max-width:1200px;margin:0 auto;background-color:#f9fafb;padding:60px 0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;position:relative}.process-title{text-align:center;font-size:20px;color:#3a3428;font-weight:600;margin-bottom:10px}.process-sub-title{text-align:center;font-size:2.5rem;margin-bottom:15px;color:#2d2d2d;font-weight:700}.process-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.timeline{position:relative;padding:40px 0}.progress-line{position:absolute;left:50%;top:0;bottom:0;width:4px;transform:translate(-50%);z-index:1}.progress-indicator{position:absolute;top:0;left:0;width:100%;height:var(--scroll-progress);background:linear-gradient(to bottom,#8a2be2,#6a0dad);transition:height .1s ease;z-index:2;border-radius:2px}.process-step{display:flex;margin-bottom:100px;opacity:.4;transform:translateY(50px);transition:all .6s ease;position:relative;z-index:3}.process-step.visible{opacity:1;transform:translateY(0)}.process-step.left{flex-direction:row;gap:20px}.process-step.right{flex-direction:row-reverse}.process-step.final{margin-bottom:40px}.process-step.final .step-marker{background:linear-gradient(135deg,#8a2be2,#6a0dad);border:3px solid #fff;box-shadow:0 0 0 4px #8a2be2,0 8px 20px #8a2be24d}.process-step.final .step-number{color:#fff;font-weight:700;font-size:1.5rem}.step-content{padding:20px;flex:1;background:#f9fafb00;border-radius:12px;margin:0 20px;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover .step-content{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.step-header{display:flex;align-items:center;margin-bottom:15px}.step-icon{font-size:2rem;margin-right:15px}.step-title{font-size:40px;margin:0;color:#000}.step-description{color:#555;font-size:20px;line-height:1.6;margin:0 10px}.step-image{flex:1;margin:0 50px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.process-step:hover .step-image{transform:scale(1.03)}.step-image img{width:100%;height:100%;object-fit:cover;display:block}.step-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border:3px solid #8a2be2;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:4;box-shadow:0 5px 15px #0000001a}.step-number{font-weight:600;color:#8a2be2}@media (max-width: 1200px){.step-title{font-size:1.8rem}.step-description{font-size:1rem}.step-content,.step-image{margin:30px}}@media (max-width: 900px){.process-container{pointer-events:none}.process-step .step-content{margin:auto 100px}.process-container{padding:40px 20px}.step-content .step-header .step-title{margin:30px auto}.step-content,.step-header,.step-description{margin:0 30px}.process-sub-title{font-size:2rem}.process-step{flex-direction:column!important;margin-bottom:60px;align-items:center;text-align:center}.step-content,.step-image{margin:20px;width:100%}.step-header .step-title{text-align:center}.step-image{order:3;max-width:500px}.progress-line,.step-marker{left:20px}}@media screen and (max-width: 700px){.step-image{width:400px;height:auto}}@media (max-width: 768px){.process-sub-title{font-size:1.6rem}.step-title{font-size:1.5rem}.step-description{font-size:.95rem;line-height:1.5}.step-content{padding:15px}}@media (max-width: 576px){.process-title,.process-sub-title{font-size:1.3rem}.process-subtitle{font-size:.95rem;margin-bottom:30px}.step-title{font-size:1.2rem}.step-description{font-size:.85rem}.step-header{flex-direction:column;align-items:flex-start}.step-icon{margin-bottom:10px;margin-right:0;font-size:1.5rem}.step-marker{width:28px;height:28px;font-size:.8rem}.progress-line{left:15px;width:3px}}@media screen and (max-width: 530px){.step-image{width:300px;height:auto}}@media screen and (max-width: 435px){.step-image{width:250px;height:auto}}.testimonials-container{max-width:1200px;margin:0 auto;padding:80px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-header p{font-size:20px;color:#3a3428;font-weight:700;max-width:500px;margin:0 auto}.testimonials-header h2{font-size:48px;color:#3a3428;margin-bottom:15px;font-weight:700}.testimonials-content{display:flex;justify-content:center;align-items:center;min-height:400px;position:relative}.testimonial-card{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 40px #0000001a;max-width:600px;width:100%;position:relative;z-index:10;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.quote-icon{font-size:5rem;color:#8a2be2;line-height:1;margin-bottom:20px;opacity:.2}.testimonial-text{font-size:1.2rem;line-height:1.6;color:#444;margin-bottom:30px;font-style:italic;position:relative}.testimonial-author{border-left:4px solid #8a2be2;padding-left:20px;display:flex;align-items:center;justify-content:center}.testimonial-author .t-img{width:56px;height:56px;border-radius:50%;overflow:hidden;margin-right:16px}.t-img img{width:100%;height:100%;object-fit:cover}.testimonial-author h4{font-size:1.2rem;margin:0 0 5px;color:#2d2d2d}.testimonial-author p{margin:0;color:#666;font-size:.9rem}.profiles-container{position:absolute;top:-30px;left:-30px;width:calc(100% + 60px);height:calc(100% + 60px);pointer-events:none}.profile-img{position:absolute;width:70px;height:70px;border-radius:50%;overflow:hidden;cursor:pointer;pointer-events:all;transition:all .5s ease;border:3px solid white;box-shadow:0 5px 15px #0000001a;z-index:5;animation:float 6s ease-in-out infinite;margin:15px}.profile-img:hover{transform:scale(1.15)!important;box-shadow:0 8px 25px #8a2be266;z-index:15;border-color:#8a2be2}.profile-img.active{border:3px solid #8a2be2;box-shadow:0 0 0 4px #8a2be233}.profile-img img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.profile-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#8a2be2cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;border-radius:50%}.profile-img:hover .profile-overlay{opacity:1}.profile-overlay span{color:#fff;font-weight:600;font-size:.8rem}.profile-img:nth-child(1){top:10%!important;left:10%!important}.profile-img:nth-child(2){top:15%!important;left:80%!important}.profile-img:nth-child(3){top:65%!important;left:15%!important}.profile-img:nth-child(4){top:70%!important;left:75%!important}.profile-img:nth-child(5){top:35%!important;left:5%!important}.profile-img:nth-child(6){top:40%!important;left:85%!important}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(2deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(10px) rotate(-2deg)}}@media (max-width: 1184px){.testimonials-content{flex-direction:column;align-items:center}.profiles-container{position:static;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:24px;gap:16px}.profile-img{position:static!important;width:60px;height:60px;margin:0 8px;animation:none;top:auto!important;left:auto!important}}@media screen and (max-width:570px){.testimonials-header h2{font-size:32px}.testimonials-header p{font-size:16px}.testimonial-card{padding:20px}.testimonial-text{font-size:1rem}.profiles-container .profile-img{width:40px;height:40px}}@media screen and (max-width:435px){.testimonial-card{padding:15px}.profiles-container .profile-img{width:30px;height:30px}.profiles-container .profile-overlay span{display:none}}.contact{display:flex;min-height:100vh;font-family:Arial,sans-serif}.contact{background-color:#fff}.contact-left{background:#3a3428;color:#fff;width:35%;padding:40px;display:flex;flex-direction:column;justify-content:space-between}.contact-left h2{font-size:22px;margin-bottom:20px}.contact-left p{font-size:14px;margin-bottom:30px}.contact-item{display:flex;align-items:flex-start;margin-bottom:25px}.contact-icon{font-size:22px;margin-right:15px}.contact-item h4{font-size:16px;margin-bottom:10}.contact-item a{color:#fff;text-decoration:none;font-weight:700}.social-icons{display:flex;gap:15px;font-size:24px;margin-top:auto}.social-icons i{cursor:pointer;transition:all .3s ease;color:#ffffffb3}.social-icons i:hover{color:#fff;transform:scale(1.2) rotate(5deg)}.contact-right{width:65%;padding:50px 80px}.contact-right h2{font-size:28px;margin-bottom:10px;color:#3a3428}.contact-right p{font-size:14px;margin-bottom:25px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-size:13px;margin-bottom:6px}.form-group input,.form-group textarea{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px}textarea{min-height:100px;resize:none}.checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px;font-size:14px}.submit-btn{background:#3a3428;color:#fff;padding:12px;border:none;border-radius:6px;font-size:16px;cursor:pointer}.submit-btn:hover{opacity:.9}@media screen and (max-width:1176px){.contact-left{display:none}.contact-right{width:100%;padding:40px 20px;margin:0 40px}}@media screen and (max-width:550px){.contact-right{margin:0 10px;padding:20px 10px}.form-row{flex-direction:column}}.footer{background:#eff0f0;padding:40px 80px;font-family:Arial,sans-serif;color:#101828}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e5e7eb;padding-bottom:40px;margin-bottom:20px}.footer-brand{width:25%}.footer-brand-logo{display:flex;align-items:center;gap:10px;margin-bottom:15px}.brand-name{font-size:16px;font-weight:600;color:#101828}.footer-logo{width:40px;height:40px;margin-bottom:15px}.footer-brand p{font-size:14px;color:#475467;line-height:1.5}.footer-links{display:flex;gap:80px}.footer-column h4{font-size:14px;font-weight:600;margin-bottom:15px;color:#101828}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:10px}.footer-column a{text-decoration:none;color:#3a3428;font-size:16px;font-weight:600;transition:color .3s ease}.footer-column a:hover{color:#101828}.new-badge{display:inline-block;font-size:10px;font-weight:700;background:#f2f4f7;color:#344054;border-radius:12px;padding:2px 6px;margin-left:6px;border:1px solid #d0d5dd}.footer-subscribe{width:25%}.footer-subscribe h4{font-size:14px;font-weight:600;margin-bottom:10px}.subscribe-box{display:flex;gap:10px}.subscribe-box input{flex:1;padding:10px 12px;border:1px solid #d0d5dd;border-radius:6px;font-size:14px}.subscribe-box button{background:#3a3428;color:#fff;padding:10px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:opacity .3s ease}.subscribe-box button:hover{opacity:.9}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#475467}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{text-decoration:none;color:#475467;transition:color .3s ease}.footer-bottom-links a:hover{color:#101828}@media screen and (max-width:1176px){.footer-top{margin:0 100px 0 0}}@media screen and (max-width:895px){.footer-subscribe{display:none}.footer-top{margin:0}}@media screen and (max-width:575px){.footer{padding:20px}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}@media screen and (max-width:650px){.footer-top{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-brand,.footer-subscribe{width:100%}.footer-links{flex-wrap:wrap;justify-content:center;gap:40px}.footer-brand-logo{justify-content:center}}.service{background:#5b5248;height:70vh;padding:40px 0}#service-d .nav{background:#c2c2c273!important}#service-d .nav a{color:#475467!important}#service-d .nav .dropdown-content a{color:#585757!important}.service-details{position:relative;min-height:300px;background:#5b5248;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.service-text h1{font-size:3rem;margin-bottom:10px}.service-text p{font-size:1rem;color:#ddd}.floating-icons .icon{position:absolute;animation:float 6s ease-in-out infinite}.service-text .breadcrumb-link{color:#fff;text-decoration:none;font-weight:500}.service-text .breadcrumb-link:hover{color:#ff0;text-decoration:underline}.js1{top:5%;left:10%;width:20px}.js2{top:6%;left:90%;width:30px}.css1{top:10%;left:20%;width:20px}.css2{top:87%;left:25%;width:35px}.css3{top:80%;left:70%;width:25px}.figma1{top:60%;left:15%;width:25px}.figma2{top:70%;left:35%;width:35px}.ps1{top:10%;left:80%;width:40px}.ps2{top:40%;left:85%;width:50px}.ps3{top:70%;left:5%;width:50px}.ai1{top:5%;left:30%;width:32px}.ai2{top:15%;left:60%;width:45px}.xd1{top:50%;left:65%;width:32px}.xd2{top:85%;left:45%;width:32px}.xd3{top:5%;left:45%;width:32px}.php1{top:40%;left:23%;width:38px}.php2{top:55%;left:95%;width:45px}.ae1{top:80%;left:80%;width:27px}.ae2{top:35%;left:5%;width:37px}.ae3{top:87%;left:55%;width:37px}.sketch1{top:15%;left:70%;width:33px}.sketch2{top:30%;left:35%;width:33px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.service-content{margin:100px 50px}.service-content-para{text-align:center;margin:0 120px}.service-content-para h2{color:#3a3428;font-size:20px;margin-bottom:20px}.service-content-para h1{color:#000;font-size:42px;margin-bottom:20px}.service-content-para p{color:#475467;font-size:20px;margin:0 130px 100px}.filter-buttons{background-color:#fbfafa;padding:15px 20px;display:flex;gap:15px;justify-content:center;border-radius:8px;margin-bottom:30px}.filter-buttons button{background:transparent;border:1px solid #ddd;padding:10px 18px;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease;color:#333}.filter-buttons button:hover{background-color:#f0f0f0}.filter-buttons button.active{background-color:#fff;border-color:#ccc;font-weight:600}.service-detail-cards{display:flex!important;flex-wrap:wrap!important;gap:20px;justify-content:center;align-items:stretch}.service-detail-cards>*{flex:0 1 calc(45% - 20px);max-width:calc(45% - 20px);box-sizing:border-box}@media (max-width: 1024px){.service-detail-cards>*{flex:0 1 calc(100% - 20px);max-width:calc(100% - 20px)}}@media (max-width: 768px){.service-detail-cards>*{flex:0 1 calc(100% - 20px);max-width:calc(100% - 20px)}.service-content-para{margin:0 10px}}@media screen and (max-width: 993px){#service-d .nav a{color:#fff!important}}@media (max-width: 930px){.service-content-para p{margin:0 20px 50px;font-size:18px}.service-content-para h1{font-size:32px}.service-content-para h2{font-size:18px}.service-content{margin:50px 20px}}@media (max-width: 600px){.service-content-para p{font-size:16px}.service-content-para h1{font-size:28px}.service-content-para h2{font-size:16px}}@media (max-width: 570px){.service-content-para p{font-size:14px}.service-content-para h1{font-size:24px}.service-content-para h2{font-size:14px}.filter-buttons button{padding:8px 12px;font-size:14px}.floating-icons .icon{display:none}.floating-icons h1{font-size:2.5rem!important}}@media (max-width: 471px){.service-detail-cards>*{flex:0 1 calc(100% - 10px);max-width:calc(100% - 10px)}.filter-buttons{flex-direction:column;gap:10px;margin:0 70px}}@media (max-width: 915px){.service-text h1{font-size:2rem}.service-text p{font-size:.9rem}.floating-icons .icon{width:20px!important}.service{height:55vh}}@media (max-width: 600px){.service-text h1{font-size:1.5rem}.service-text p{font-size:.8rem}.service{height:50vh}}.faq-section{padding:40px 20px;text-align:center;background-color:#fff}.faq-section h2{color:#101828;font-size:36px;font-weight:700;margin:50px 0 20px}.faq-section p{color:#475467;margin-bottom:50px;font-size:20px}.faq-list{max-width:700px;margin:0 auto;text-align:left}.faq-item{border-bottom:1px solid #eee;padding:15px 0}.faq-question{width:100%;background:none;color:#101828;border:none;outline:none;font-size:18px;font-weight:500;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question span{pointer-events:none}.faq-icon{font-size:20px;font-weight:700;color:#98a2b3;border:1px solid #98A2B3;padding:5px 10px;border-radius:30px}.faq-answer{margin-top:10px;color:#666;font-size:15px;line-height:1.5}@media (max-width: 600px){.faq-section h2{font-size:28px}.faq-section p{font-size:16px;margin:0 20px 30px}.faq-question{font-size:16px}.faq-answer{font-size:14px}}.question{text-align:center;padding:100px;height:auto;background-color:#fff}.q{background-color:#f9fafb;padding:50px}.q h1{color:#101828;font-size:20px;font-weight:600;margin:20px 0}.q p{font-size:18px;color:#475467;font-weight:400;margin-bottom:20px}.q button{background-color:#7f56d9;color:#fff;border:none;padding:15px 30px;font-size:16px;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.q button:hover{background-color:#6931ca}@media (max-width: 800px){.question{padding:50px 20px}.q{padding:30px}.q h1{font-size:18px}.q p{font-size:16px}.q button{padding:12px 25px;font-size:14px}}@media (max-width: 500px){.q{padding:20px}.q h1{font-size:16px}.q p{font-size:14px}.q button{padding:10px 20px;font-size:12px}}.design-into{margin:100px 70px}.des-into-text h1{font-size:36px;font-weight:600;color:#1a0c06;margin-bottom:30px}.des-into-text h3{font-size:20px;font-weight:500;color:#6b625e;margin-bottom:40px}.des-into-text p{font-size:20px;font-weight:500;color:#6b625e;margin-bottom:50px}.des-into-img{text-align:center}.des-into-img img{width:1000px}.more-des-into{margin:120px 70px 0;display:flex;align-items:center;gap:50px}.more-des-into-text h1{font-size:36px;font-weight:600;color:#1a0c06;margin-bottom:30px}.more-des-into-text p{font-size:20px;font-weight:500;color:#6b625e}.more-des-icons{display:flex;gap:20px;margin-top:30px;align-items:center}.more-des-icons2{display:flex;gap:20px;margin-top:15px;align-items:center}.more-des-icons span,.more-des-icons2 span{padding:5px 10px;border-radius:25px;color:#ff733b;background-color:#f4ece0}.webdes-section{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;box-sizing:border-box}.webdes-container{display:flex;gap:2rem;align-items:center;justify-content:center;width:100%;max-width:900px;box-sizing:border-box}.webdes-icons{background:#f5f4ff;padding:24px;border-radius:10px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;width:480px;height:400px;box-sizing:border-box;justify-items:center}.tool-item{display:flex;align-items:center;gap:12px;cursor:pointer;width:100%;padding:8px;border-radius:8px;transition:background .18s ease,transform .12s ease,box-shadow .18s ease}.icon-circle{width:56px;height:56px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000a}.icon-circle img{width:34px;height:34px;object-fit:contain}.tool-label{font-weight:700;font-size:14px;color:#222}.tool-item.active{background:#fff;box-shadow:0 8px 24px #0f0f1e0f;transform:translateY(-2px);border-radius:20px}.webdes-details{flex:1;padding:12px 4px;box-sizing:border-box;min-width:0}.tool-title{font-size:28px;margin:0 0 8px;color:#0f1724}.tool-desc{color:#6b7280;margin:0 0 18px;line-height:1.6;max-width:560px}.tool-features{list-style:none;padding:0;margin:0}.tool-features li{display:flex;align-items:center;gap:12px;padding:10px 0;color:#374151}.tick{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff6f0;color:#ff8a4a;font-size:14px}.feature-text{color:#555;font-size:15px}#projects .nav{background:#c2c2c273!important}#projects .nav a{color:#475467!important}#projects .nav .dropdown-content a{color:#585757!important}.floating-banner{height:400px;position:relative;background:#5d5347;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;color:#fff}.floating-dots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;margin:30px 0}@media screen and (max-width: 992px){#projects .nav a{color:#fff!important}}@media (max-width: 768px){.floating-banner{height:300px;padding:0 10px}.floating-dots{margin:20px 0}}@media (max-width: 550px){.floating-banner{height:250px;padding:0 5px}.floating-dots{display:none}}.dot{position:absolute;border-radius:50%;opacity:.8;animation:float 4s ease-in-out infinite}.dot:nth-child(1){top:5%;left:10%}.dot:nth-child(2){top:8%;left:25%}.dot:nth-child(3){top:6%;left:40%}.dot:nth-child(4){top:4%;left:55%}.dot:nth-child(5){top:9%;left:70%}.dot:nth-child(6){top:7%;left:85%}.dot:nth-child(6){top:40%;left:30%}.dot:nth-child(6){top:90%;left:20%}.dot:nth-child(6){top:20%;left:90%}.dot:nth-child(6){top:50%;left:30%}.dot:nth-child(7){top:40%;left:20%}.dot:nth-child(8){top:45%;left:75%}.dot:nth-child(9){top:60%;left:15%}.dot:nth-child(10){top:70%;left:50%}.dot:nth-child(11){top:80%;left:30%}.dot:nth-child(12){top:85%;left:75%}.dot:nth-child(13){top:55%;left:90%}.dot:nth-child(14){top:25%;left:5%}.dot:nth-child(15){top:20%;left:80%}.dot:nth-child(16){top:80%;left:40%}.dot:nth-child(17){top:80%;left:60%}.dot:nth-child(18){top:75%;left:10%}.dot-1{border:3px solid#ff5959}.dot-2{border:3px solid#4db6ff}.dot-3{border:3px solid#ffd93d}.dot-4{border:3px solid#ff85d8}.dot-5{border:3px solid#22d3ee}.dot-6{border:3px solid#c084fc}.dot-7{border:3px solid#4ade80}.dot-8{border:3px solid#fb923c}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.dot:nth-child(odd){animation-duration:5s}.dot:nth-child(2n){animation-duration:6s}.project-details{background-color:#f9fafb;padding:100px 20px}.project-details .project-heading{text-align:center;padding:40px 20px;margin:10px 250px}.project-details .project-heading h1{font-size:36px;font-weight:700}.project-details .project-heading p{color:#6b625e;margin:20px 150px}@media (max-width: 1100px){.project-details .project-heading{margin:10px 100px}.project-details .project-heading p{margin:20px 50px}}@media (max-width: 608px){.project-details .project-heading{margin:10px 20px}.project-details .project-heading p{margin:20px}}.projects-grid{display:flex;flex-direction:column;gap:32px;align-items:center}.project-card{display:flex;flex-direction:column;align-items:center;max-width:40vw;width:100%;box-sizing:border-box;transition:transform .35s cubic-bezier(.4,2,.6,1),box-shadow .35s cubic-bezier(.4,2,.6,1);box-shadow:0 2px 12px #8a2be214}.projects-row{display:flex;gap:32px;justify-content:center}.Project-img{width:100%;height:auto;display:block;border-radius:8px;margin-top:16px;object-fit:cover}.project-card h3{text-align:center;margin-top:16px;font-size:28px;font-weight:600}.project-card:hover{transform:translateY(-4px);box-shadow:0 0 0 4px #fff,0 8px 32px #8a2be22e,0 0 24px 4px #3a34281a;z-index:2}@media (max-width: 768px){.projects-row{flex-direction:column;gap:24px}.project-card{max-width:90vw}}.faqs{background-color:#fff;padding:100px 20px;text-align:center}.project{background-color:#f9fafb;padding:100px 80px;display:flex;gap:50px;align-items:center}.project .p-text{flex:1;padding-right:20px}.project .p-text h1{font-size:36px;font-weight:700;margin-bottom:30px}.project .p-text p{color:#6b625e;line-height:1.6;margin-bottom:20px;font-size:18px}.project .img-detail{display:flex;flex-direction:column;align-items:center;max-width:45vw;width:100%;box-sizing:border-box}.project .img-detail h1{font-size:28px;font-weight:600;margin:25px 10px;text-align:center}.project-foot{background-color:#f9fafb;padding:50px 80px}.parent-div{justify-content:center;align-items:center;padding:50px 20px;border-radius:10px;background-color:#f4ece0}.child-div{display:flex;gap:50px;justify-content:center;align-items:center;margin:10px 50px}.child-div .grand-child{display:flex;width:100%;gap:15px;align-items:center;padding:0 10px}.child-div .grand-child .child-img img{width:100px;height:100px;object-fit:contain}.child-div .grand-child .child-text p{font-size:16px;color:#6b625e;margin-bottom:5px}.child-div .grand-child .child-text h3{font-size:18px;font-weight:600}@media (max-width: 1200px){.child-div{flex-direction:row}.child-div .grand-child{flex-direction:column;text-align:center}}@media (max-width: 1170px){.project{flex-direction:column;padding:100px 60px;text-align:center}.project .img-detail{max-width:80vw}.project .img-detail img{width:100%;height:auto}.project-foot{padding:100px 60px}}@media (max-width: 992px){.project{flex-direction:column;padding:80px 40px}.project .img-detail{max-width:70vw}.project-foot{padding:80px 40px}.child-div{flex-direction:column;gap:40px;margin:10px 30px}.child-div .grand-child{flex-direction:column;text-align:center}.child-div .grand-child .child-img img{width:90px;height:90px}}@media screen and (max-width: 530px){.project .p-text h1{font-size:23px}.project .p-text p{font-size:10px}.project .img-detail h1{font-size:22px}}@media screen and (max-width: 1180px){.design-into{flex-direction:column;text-align:center}.design-into .des-into-img img{max-width:80vw;margin:20px 0}}@media screen and (max-width: 1145px){.tools-used,.more-des-into{flex-direction:column;text-align:center}.more-des-into .more-des-into-img img{width:100%}}@media screen and (max-width: 900px){.webdes-container{margin:150px 0;flex-direction:column;text-align:center}}@media screen and (max-width: 640px){.des-into-text,.more-des-into-text,.tools-text{padding:0px auto}.design-into .des-into-text h1{font-size:28px}.design-into .des-into-text h3{font-size:12px}.more-des-into .more-des-into-text h1{font-size:28px}.more-des-into .more-des-into-text p{font-size:12px}.tools-used .tools-text h1{font-size:28px}}@media (max-width: 630px){.webdes-container{margin:100px 0}.webdes-icons{grid-template-columns:repeat(1,1fr);gap:15px;justify-items:center;height:auto;width:100%}}@media screen and (max-width: 600px){.design-into{margin:100px 20px}.design-into .des-into-text h1{font-size:24px}.design-into .des-into-text h3{font-size:10px}.design-into .des-into-img img{max-width:70vw;margin:0 auto}}@media screen and (max-width: 550px){.more-des-into{margin:100px 10px}.more-des-into .more-des-into-text h1{font-size:24px}.more-des-into .more-des-into-text p{font-size:10px}.more-des-into .more-des-into-img img{width:100%;height:auto}.tools-used{margin:100px 20px}.tools-used .tools-text h1{font-size:24px}}
