@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Sora:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,sans-serif;background-color:#fff}#root{width:100%;height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#fff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,.home-root{overflow-x:hidden;width:100%}.home-root{font-family:Montserrat,Sora,Arial,sans-serif;background:#fff;min-height:100vh;position:relative;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes reveal{0%{opacity:0;clip-path:inset(100% 0 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}.top-bar{background:linear-gradient(135deg,#2c3e50,#34495e,#2c3e50);color:#fff;font-size:15px;padding:8px 40px;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000026}.top-bar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.top-bar-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.top-bar-welcome{display:block;font-weight:500;letter-spacing:.5px;animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.brand-highlight{color:#ff4d29;font-weight:700;text-shadow:0 0 10px rgba(255,77,41,.3);animation:pulse 2s infinite}@keyframes pulse{0%,to{text-shadow:0 0 10px rgba(255,77,41,.3)}50%{text-shadow:0 0 20px rgba(255,77,41,.6),0 0 30px rgba(255,77,41,.4)}}.top-bar-icons{display:flex;gap:15px;animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.social-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#ecf0f1;font-size:16px;background:#ffffff1a;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.social-icon:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.social-icon:hover:before{left:100%}.social-icon:hover{color:#fff;background:#ff4d29;transform:translateY(-2px) scale(1.1);box-shadow:0 8px 25px #ff4d2966}.social-icon:nth-child(1):hover{background:#1877f2;box-shadow:0 8px 25px #1877f266}.social-icon:nth-child(2):hover{background:#1da1f2;box-shadow:0 8px 25px #1da1f266}.social-icon:nth-child(3):hover{background:#e4405f;box-shadow:0 8px 25px #e4405f66}.social-icon:nth-child(4):hover{background:#0077b5;box-shadow:0 8px 25px #0077b566}.header{display:flex;justify-content:space-between;align-items:center;padding:18px 40px 0;background:#fff}.logo-section{display:flex;align-items:center}.logo-img{height:60px;margin-right:18px}.logo-text .brand-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:20px;color:#ff270a;letter-spacing:1px}.logo-text .brand-sub{font-family:Montserrat,sans-serif;font-weight:400;font-size:12px;color:#535353;letter-spacing:1px}image.pngontact{display:flex;gap:32px;align-items:center}.contact-block{display:flex;align-items:center;gap:8px}.contact-icon{display:flex;align-items:center;justify-content:center;font-size:22px;width:28px;height:28px}.contact-icon.call,.contact-icon.mail{color:#ff270a}.contact-label{font-size:13px;color:#535353;font-weight:700}.contact-value{font-size:14px;color:#000;font-weight:500}.navbar-container{position:relative;z-index:100;width:100%;background:#f5f4f4;display:flex!important;visibility:visible!important;opacity:1!important}.hero-section{position:relative;min-height:420px;height:83vh;display:flex;align-items:stretch;justify-content:flex-start;overflow:hidden;animation:fadeInUp 1.2s ease-out}.hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:heroZoom 20s ease-in-out infinite alternate;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.1)}}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000c,#0006,#0000001a);z-index:1;animation:overlayFade 1.5s ease-out}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.hero-content{position:relative;z-index:2;color:#fff;padding:60px 0 0 80px;max-width:600px;display:flex;flex-direction:column;justify-content:center;height:100%;animation:fadeInLeft 1.5s ease-out .3s both}.hero-content h1{font-family:Montserrat,sans-serif;font-size:3.2rem;font-weight:800;margin-bottom:18px;line-height:1.1;animation:fadeInUp 1.2s ease-out .6s both}.hero-content .highlight{color:#ff270a;text-shadow:0 0 10px rgba(255,39,10,.3);animation:textGlow 3s ease-in-out infinite alternate}@keyframes textGlow{0%{text-shadow:0 0 10px rgba(255,39,10,.3)}to{text-shadow:0 0 20px rgba(255,39,10,.5),0 0 30px rgba(255,39,10,.2)}}.hero-content p{font-family:Sora,sans-serif;font-size:1.3rem;font-weight:400;color:#fff;margin:0;line-height:1.5;animation:fadeInUp 1.2s ease-out .9s both}@media (max-width: 1200px){.hero-content{padding:40px 0 0 60px;max-width:550px}.hero-content h1{font-size:2.6rem}.hero-content p{font-size:1.1rem}}@media (max-width: 992px){.hero-section{height:70vh;min-height:400px}.hero-content{padding:30px 0 0 40px;max-width:500px}.hero-content h1{font-size:2.2rem;margin-bottom:16px}.hero-content p{font-size:1rem}}@media (max-width: 768px){.hero-section{height:60vh;min-height:350px}.hero-content{padding:20px 0 0 20px;max-width:90%}.hero-content h1{font-size:1.8rem;margin-bottom:14px;line-height:1.2}.hero-content p{font-size:.95rem;line-height:1.4}}@media (max-width: 600px){.hero-section{height:50vh;min-height:300px}.hero-content{padding:15px 0 0 15px;max-width:85%}.hero-content h1{font-size:1.6rem;margin-bottom:12px}.hero-content p{font-size:.9rem}}@media (max-width: 480px){.hero-section{height:45vh;min-height:280px}.hero-content{padding:10px 0 0 12px;max-width:80%}.hero-content h1{font-size:1.4rem;margin-bottom:10px}.hero-content p{font-size:.85rem}.contact-hero-content h1{font-size:1.4rem!important;margin-bottom:10px}}@media (max-width: 1200px){.about-container{gap:40px;padding:0 30px}}@media (max-width: 992px){.about-section{padding:40px 0 24px}.about-container{flex-direction:column;gap:20px;padding:0 12px;align-items:center;text-align:center}}@media (max-width: 768px){.about-section{padding:18px 0 8px}.about-container{padding:0 4vw;gap:10px}}@media (max-width: 600px){.about-label{font-size:.95rem;margin-bottom:8px}.about-heading{font-size:1.1rem!important}.about-desc{font-size:.8rem!important}.about-bullets li{font-size:.75rem!important;display:flex;align-items:flex-start;gap:10px}}@media (max-width: 480px){.about-section{padding:6px 0 4px}.about-container{padding:0 2vw;gap:6px}.about-label{font-size:.85rem;margin-bottom:4px}.about-heading{font-size:.95rem!important}.about-desc{font-size:.7rem!important}.about-bullets li{font-size:.65rem!important;display:flex;align-items:flex-start;gap:8px}}@media (max-width: 1200px){.services-gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.services-gallery-heading{font-size:32px;line-height:1.3}.services-gallery-card{height:280px}}@media (max-width: 992px){.services-gallery-section{padding:60px 20px}.services-gallery-container{max-width:100%}.services-gallery-heading{font-size:28px;margin-bottom:30px}.services-gallery-grid{gap:15px}.services-gallery-card{height:250px}.services-gallery-title{font-size:18px}.services-gallery-desc{font-size:14px}}@media (max-width: 768px){.services-gallery-section{padding:50px 15px}.services-gallery-heading{font-size:24px;text-align:center}.services-gallery-grid{grid-template-columns:1fr;gap:20px}.services-gallery-card{height:220px}.services-gallery-overlay{padding:20px}.services-gallery-viewmore{height:220px}.services-gallery-viewmore-btn{padding:12px 24px;font-size:14px}}@media (max-width: 480px){.services-gallery-section{padding:40px 10px}.services-gallery-label{font-size:14px;margin-bottom:10px}.services-gallery-heading{font-size:1.4rem!important;margin-bottom:25px}.services-gallery-card{height:200px}.services-gallery-title{font-size:16px;margin-bottom:5px}.services-gallery-desc{font-size:13px}.services-gallery-viewmore{height:200px}.services-gallery-viewmore-btn{padding:10px 20px;font-size:13px}}@media (max-width: 375px){.services-gallery-section{padding:30px 8px}.services-gallery-heading{font-size:20px}.services-gallery-card{height:180px}.services-gallery-overlay{padding:15px}}@media (max-width: 1200px){.contact-hero-content h1{font-size:2.4rem}.contact-hero-content p{font-size:1rem}}@media (max-width: 992px){.contact-hero-section{height:50vh;min-height:350px}.contact-hero-content h1{font-size:2.2rem}.contact-hero-content p{font-size:.95rem}.contact-hero-btn{font-size:1.1rem;padding:16px 38px}}@media (max-width: 768px){.contact-hero-section{height:45vh;min-height:300px}.contact-hero-content{padding:15px}.contact-hero-content h1{font-size:1.6rem;margin-bottom:12px}.contact-hero-content p{font-size:.85rem;margin-bottom:20px}.contact-hero-btn{font-size:.9rem;padding:12px 28px}}@media (max-width: 600px){.contact-hero-content h1{font-size:1.4rem}.contact-hero-content p{font-size:.8rem}.contact-hero-btn{font-size:.85rem;padding:10px 24px}}@media (max-width: 480px){.contact-hero-section{min-height:300px;padding:40px 10px}.contact-hero-content h1{font-size:1.25rem;margin-bottom:10px}.contact-hero-content p{font-size:.75rem;margin-bottom:18px}.contact-hero-btn{padding:10px 20px;font-size:.8rem}}.clients-heading{font-size:1.4rem;line-height:1.2;text-align:center;margin-bottom:clamp(15px,2vw,30px);max-width:min(90%,800px);margin-left:auto;margin-right:auto;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding:0 10px}.clients-heading-break{display:inline-block}@media (max-width: 1200px){.clients-heading{font-size:clamp(.9rem,3.5vw,1.8rem)}}@media (max-width: 992px){.clients-heading{font-size:clamp(.85rem,3vw,1.6rem);line-height:1.3}}@media (max-width: 768px){.clients-heading{font-size:1.6rem!important;padding:0 15px}.clients-heading-break{display:block;margin:3px 0}}@media (max-width: 600px){.clients-heading{font-size:clamp(.75rem,2.5vw,1.2rem);line-height:1.4}}@media (max-width: 480px){.clients-heading{font-size:1.4rem!important;margin-bottom:15px}.clients-heading-break{margin:2px 0}}@media (max-width: 375px){.clients-heading{font-size:1.4rem;padding:0 8px}}@media (max-width: 1200px){.testimonials-section{padding:60px 20px}.testimonials-grid{gap:50px}}@media (max-width: 992px){.testimonials-section{padding:60px 20px}.testimonials-container{max-width:90%}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}.testimonial-card{padding:25px}.testimonial-quote{font-size:15px;margin:15px 0}.testimonial-author{font-size:16px}.testimonial-designation{font-size:13px}}@media (max-width: 768px){.testimonials-section{padding:50px 15px}.testimonials-container{max-width:100%}.testimonials-grid{grid-template-columns:1fr;gap:25px}.testimonials-label{text-align:center;font-size:.85rem;margin-bottom:25px}.testimonial-card{padding:20px}.testimonial-stars{font-size:18px}.testimonial-quote{font-size:.9rem;line-height:1.6}}@media (max-width: 600px){.testimonial-card{padding:25px 20px 0;max-width:400px}.testimonial-quote{font-size:.85rem;margin-bottom:45px}.testimonial-author-block{width:200px;padding:10px 20px 6px}.testimonial-author{font-size:.95rem}.testimonial-designation{font-size:.8rem}}@media (max-width: 480px){.testimonials-section{padding:40px 10px}.testimonials-label{font-size:.75rem;margin-bottom:20px}.testimonial-card{padding:18px}.testimonial-stars{font-size:16px}.testimonial-quote{font-size:.8rem;margin:12px 0}.testimonial-author{font-size:.85rem}.testimonial-designation{font-size:.7rem}}@media (max-width: 900px){.top-bar{padding:6px 20px}.top-bar-content{gap:15px}.top-bar-welcome{font-size:14px}.social-icon{width:30px;height:30px;font-size:14px}}@media (max-width: 768px){.top-bar{padding:6px 15px}.top-bar-welcome{display:none}.top-bar-content{width:100%;justify-content:flex-end}.top-bar-icons{gap:12px;margin:0}.social-icon{width:28px;height:28px;font-size:13px}}@media (max-width: 480px){.top-bar{padding:4px 12px;justify-content:flex-end;height:35px}.top-bar-welcome{display:none}.top-bar-icons{display:flex;gap:10px}.top-bar-icons a{font-size:12px;margin-left:0}.social-icon{width:26px;height:26px}}@media (max-width: 375px){.top-bar{padding:4px 10px;height:32px}.top-bar-icons{gap:8px}.social-icon{width:24px;height:24px;font-size:11px}}.home-1-40196,.frame-34-407111{width:100%;height:100%;top:0%;left:0%;opacity:1;z-index:0;transform:rotate(0)}.welcome-to-gait-407114,.welcome-to-gait-407114-0,.welcome-to-gait-407114-1{width:100%;height:100%;top:0%;left:0%;opacity:1;z-index:0;transform:rotate(0);text-align:left;line-height:0px}.frame-36-412261,.phone-412249{width:100%;height:100%;top:0%;left:0%;opacity:1;z-index:0;transform:rotate(0)}.call-us-412255,.about-our-compa-429127,.about-our-compa-412360,.our-services-429126,.our-services-412386{width:100%;height:100%;top:0%;left:0%;opacity:1;z-index:0;transform:rotate(0);text-align:left;line-height:0px}.testimonials-section{padding:80px 0;background:#fafafa;text-align:center}.testimonials-section.scroll-animate{opacity:0;transform:translateY(50px);animation:fadeInUp 1.2s ease-out .3s forwards}.testimonials-label{color:#ed4d29;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;margin-bottom:10px;letter-spacing:1px;text-align:center;position:relative;display:inline-block}.testimonials-label:after{content:"";display:block;margin:8px auto 0;width:80px;height:4px;background:#ed4d29;border-radius:2px}.testimonials-section.scroll-animate .testimonials-label{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out .6s forwards}.testimonials-section.scroll-animate .testimonials-label:after{transform:scaleX(0);animation:slideInScale .8s ease-out 1s forwards}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-grid{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:65px;margin-top:40px}.testimonial-card{background:#fff;border-radius:6px;box-shadow:0 4px 16px #00000012;padding:36px 32px 0;position:relative;min-width:340px;max-width:370px;flex:1 1 340px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0;text-align:left;overflow:visible;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonials-section.scroll-animate .testimonial-card{opacity:0;transform:translateY(40px) scale(.95);animation:cardFadeIn .8s ease-out forwards}.testimonials-section.scroll-animate .testimonial-card:nth-child(1){animation-delay:1s}.testimonials-section.scroll-animate .testimonial-card:nth-child(2){animation-delay:1.2s}.testimonials-section.scroll-animate .testimonial-card:nth-child(3){animation-delay:1.4s}.testimonial-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 40px #0000001f}.testimonial-stars{color:#ffb23f;font-size:2rem;margin-bottom:18px;display:flex;gap:6px;opacity:0;animation:fadeInUp .6s ease-out forwards}.testimonial-card:nth-child(1) .testimonial-stars{animation-delay:1.3s}.testimonial-card:nth-child(2) .testimonial-stars{animation-delay:1.5s}.testimonial-card:nth-child(3) .testimonial-stars{animation-delay:1.7s}.testimonial-stars svg{margin-right:0;transition:transform .2s ease}.testimonial-stars:hover svg{transform:scale(1.1) rotate(5deg)}.testimonial-quote{font-family:Sora,sans-serif;font-size:1.08rem;color:#222;line-height:1.7;margin-bottom:60px;font-weight:500;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}.testimonial-card:nth-child(1) .testimonial-quote{animation-delay:1.5s}.testimonial-card:nth-child(2) .testimonial-quote{animation-delay:1.7s}.testimonial-card:nth-child(3) .testimonial-quote{animation-delay:1.9s}.testimonial-author-block{background:#515151;color:#fff;padding:14px 32px 10px;border-radius:4px;position:absolute;left:55%;bottom:-28px;width:260px;min-width:200px;max-width:90%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;box-shadow:0 4px 16px #00000021;transform:translate(-20%);z-index:2;opacity:0;animation:slideInFromBottom .6s ease-out forwards;transition:all .3s ease}.testimonial-card:nth-child(1) .testimonial-author-block{animation-delay:1.7s}.testimonial-card:nth-child(2) .testimonial-author-block{animation-delay:1.9s}.testimonial-card:nth-child(3) .testimonial-author-block{animation-delay:2.1s}@keyframes slideInFromBottom{0%{opacity:0;transform:translate(-20%) translateY(20px)}to{opacity:1;transform:translate(-20%) translateY(0)}}.testimonial-card:hover .testimonial-author-block{transform:translate(-20%) translateY(-5px);box-shadow:0 8px 25px #0003}.testimonial-author{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:2px}.testimonial-designation{font-family:Sora,sans-serif;font-size:.98rem;font-weight:400;color:#e0e0e0}@media (max-width: 1100px){.testimonials-section{padding:60px 20px}.testimonials-grid{flex-direction:column;align-items:center;gap:35px}.testimonial-card{min-width:auto;max-width:500px;width:100%}.testimonial-author-block{left:50%;transform:translate(-50%);width:240px}}@media (max-width: 700px){.testimonials-container{max-width:100%;padding:0 15px}.testimonial-card{padding:24px 20px 0;max-width:450px}.testimonial-author-block{padding:12px 20px 8px;width:220px}}.pos-abs{position:absolute}.fill-parent{width:100%;height:100%}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-crop{background-size:cover;background-position:center}.bg-no-repeat{background-repeat:no-repeat}.pos-init{position:relative;width:100%;height:100%}.image-div{position:relative;width:100%;height:100%;overflow:hidden}.parent-div{width:100%;height:100vh;position:relative;overflow-x:hidden;background-color:#fff}.mainbar{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 40px 0;background:#fff;min-height:90px}.mainbar-left{display:flex;align-items:center;gap:18px}.mainbar-logo-img{height:64px;width:auto;display:block}.mainbar-logo-text{display:flex;flex-direction:column;justify-content:center}.mainbar-right{display:flex;align-items:center;gap:40px;margin-left:48px;width:100%}.header-contact{display:flex;gap:32px;align-items:center}.mainbar-nav{display:flex;align-items:center;gap:36px;list-style:none;padding:0;height:100%;margin:0 0 0 auto}.mainbar-nav li{color:#ff4d29;font-family:Sora,sans-serif;font-size:18px;font-weight:700;padding:0 18px;cursor:pointer;height:100%;display:flex;align-items:center;position:relative;background:none;border:none;transition:color .2s;z-index:1}.mainbar-nav li.active{color:#fff;font-weight:800;z-index:2}.mainbar-nav li.active:before{content:"";position:absolute;left:-24px;top:0;width:calc(100% + 48px);height:100%;background:#ff4d29;clip-path:polygon(0 0,100% 0,100% 100%,24px 100%,0 56%);z-index:-1}.mainbar-nav li.active:after{content:"";display:block;position:absolute;left:24px;right:24px;bottom:10px;height:3px;border-radius:2px;background:#fff;z-index:2}.mainbar-nav li:hover:not(.active){color:#ff4d29;opacity:.85}.about-section{background:#fafbfc;padding:64px 0 48px;opacity:1;transform:translateY(0)}.about-section.scroll-animate{opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out forwards;animation-delay:.2s}.about-container{max-width:1800px;margin:0 auto;display:flex;gap:58px;align-items:flex-start;justify-content:space-between;padding:0 40px}.about-left{flex:1.2;min-width:340px;position:relative;min-height:340px;display:flex;flex-direction:column;justify-content:flex-start}.about-section.scroll-animate .about-left{animation:fadeInLeft 1.2s ease-out .5s both}.about-watermark{position:absolute;left:0;top:0;width:100%;height:120px;pointer-events:none;z-index:0}.about-section.scroll-animate .about-watermark{opacity:0;animation:fadeIn 2s ease-out 1s both}@keyframes fadeIn{to{opacity:.04}}.about-label,.about-heading,.about-desc,.about-bullets{position:relative;z-index:1}.about-label{color:#ff4d29;font-family:Sora,sans-serif;font-size:22px;font-weight:700;margin-bottom:18px}.about-heading{font-size:2.2rem;font-weight:800;color:#111;margin-bottom:18px;line-height:1.1}.about-desc{font-size:1rem;color:#222;margin-bottom:24px;line-height:1.6}.about-section.scroll-animate .about-label{animation:fadeInUp .8s ease-out .7s both}.about-section.scroll-animate .about-heading{animation:fadeInUp .8s ease-out .9s both}.about-section.scroll-animate .about-desc{animation:fadeInUp .8s ease-out 1.1s both}.about-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.about-bullets li{font-size:.9rem;display:flex;align-items:flex-start;gap:12px;opacity:0;transform:translate(-20px);animation:fadeInLeft .6s ease-out forwards}.about-bullets li:nth-child(1){animation-delay:1.3s}.about-bullets li:nth-child(2){animation-delay:1.5s}.about-bullets li:nth-child(3){animation-delay:1.7s}.about-bullet-icon{color:#ff4d29;font-size:1.25em;min-width:22px;min-height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.about-bullets li:hover .about-bullet-icon{transform:scale(1.2) rotate(10deg)}.about-right{flex:1;min-width:320px;display:flex;flex-direction:column;align-items:center;gap:32px;animation:fadeInRight 1.2s ease-out .8s both}.about-stats-row{display:flex;gap:36px;justify-content:center;margin-bottom:24px}.about-stat{display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.about-stat:nth-child(1){animation-delay:1s}.about-stat:nth-child(2){animation-delay:1.2s}.about-stat:nth-child(3){animation-delay:1.4s}.about-stat-outer{width:78px;height:78px;border:2.5px solid #ff4d29;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.about-stat-outer:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px #ff4d2933;border-color:#ff270a}.about-stat-outer:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;background:linear-gradient(45deg,#ff4d29,#ff270a);z-index:-1;opacity:0;transition:opacity .3s ease}.about-stat-outer:hover:before{opacity:.1}.about-stat-inner{width:62px;height:62px;border:2.5px solid #ff4d29;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .3s ease}.about-stat-outer:hover .about-stat-inner{border-color:#ff270a;background:#ff4d290d}.about-stat-icon{font-size:2.1rem;color:#ff4d29;transition:all .3s ease}.about-stat-outer:hover .about-stat-icon{color:#ff270a;transform:scale(1.1)}.about-stat-label{color:#ff4d29;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;text-align:center;transition:color .3s ease}.about-stat:hover .about-stat-label{color:#ff270a}.about-image-block{width:620px;height:460px;border-radius:8px;overflow:hidden;box-shadow:0 2px 16px #00000014;transition:all .4s ease}.about-image-block:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.about-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.about-image-block:hover .about-image{transform:scale(1.05)}@media (max-width: 900px){.about-container{flex-direction:column;gap:32px;padding:0 16px;align-items:center;text-align:center}.about-left{min-width:auto;width:100%;max-width:600px}.about-right{min-width:auto;width:100%}.about-image-block{width:100%;max-width:400px;height:250px}}.services-section{background:#fff;padding:64px 0}.services-container{max-width:1400px;margin:0 auto;padding:0 40px}.services-label{color:#ff4d29;font-family:Sora,sans-serif;font-size:22px;font-weight:700;margin-bottom:18px}.services-heading{font-family:Montserrat,sans-serif;font-size:3.2rem;font-weight:800;color:#111;margin-bottom:48px;line-height:1.1}.services-row{display:flex;gap:40px;justify-content:center;align-items:stretch;flex-wrap:wrap}.service-card{background:#fafbfc;border-radius:18px;box-shadow:0 2px 16px #0000000f;padding:40px 32px 32px;flex:1 1 320px;max-width:370px;min-width:280px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:0 6px 32px #ff4d291f;transform:translateY(-6px) scale(1.03)}.service-icon{width:72px;height:72px;border-radius:50%;background:#fff;border:2.5px solid #ff4d29;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#ff4d29;margin-bottom:24px}.service-title{font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:800;color:#222;margin-bottom:14px}.service-desc{font-family:Sora,sans-serif;font-size:1.08rem;color:#444;font-weight:500;line-height:1.6}@media (max-width: 900px){.services-row{flex-direction:column;gap:25px;align-items:center}.service-card{max-width:400px;width:100%}.services-heading{font-size:2.4rem}.services-container{padding:0 20px}}.services-gallery-section{position:relative;padding:80px 40px;background-color:#b1aaaa14;overflow:hidden;margin-bottom:50px}.services-gallery-section.scroll-animate{opacity:0;transform:translateY(50px);animation:fadeInUp 1.2s ease-out .3s forwards}.services-gallery-container{position:relative;max-width:1200px;margin:0 auto;text-align:center}.services-gallery-watermark{position:absolute;left:0;top:0;width:100%;height:120px;pointer-events:none;z-index:0;opacity:0;animation:fadeIn 2s ease-out 1.5s both}.services-gallery-label{color:#ff4d29;font-family:Sora,sans-serif;font-size:22px;font-weight:700;margin-bottom:18px;position:relative;z-index:1;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out .6s forwards}.services-gallery-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#111;margin-bottom:12px;line-height:1.1;position:relative;z-index:1;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out .8s forwards}.services-gallery-underline{width:80px;height:5px;background:#ff4d29;border-radius:3px;margin:20px auto 40px;position:relative;z-index:1;opacity:0;transform:scaleX(0);animation:slideInScale .8s ease-out 1s forwards}@keyframes slideInScale{to{opacity:1;transform:scaleX(1)}}.services-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,320px);gap:30px;position:relative;z-index:1;margin-top:40px}.services-gallery-card{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 16px #00000014;background:#fff;min-width:0;min-height:0;display:flex;align-items:flex-end;height:100%;opacity:0;transform:translateY(40px) scale(.95);animation:cardFadeIn .8s ease-out forwards;transition:all .4s cubic-bezier(.4,0,.2,1)}.services-gallery-card:nth-child(1){animation-delay:1.2s}.services-gallery-card:nth-child(2){animation-delay:1.4s}.services-gallery-card:nth-child(3){animation-delay:1.6s}.services-gallery-card:nth-child(4){animation-delay:1.8s}.services-gallery-card:nth-child(5){animation-delay:2s}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0) scale(1)}}.services-gallery-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 40px #00000026}.services-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.services-gallery-card:hover img{transform:scale(1.1)}.services-gallery-overlay{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,#ff4d29e6 80%,#ff4d2900);color:#fff;padding:28px 22px 18px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;transform:translateY(0);transition:transform .3s ease}.services-gallery-card:hover .services-gallery-overlay{transform:translateY(-5px);background:linear-gradient(0deg,#ff270a 80%,#ff270a00)}.services-gallery-title{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800;margin-bottom:6px;transform:translateY(0);transition:transform .3s ease}.services-gallery-card:hover .services-gallery-title{transform:translateY(-2px) scale(1.05)}.services-gallery-desc{font-family:Sora,sans-serif;font-size:1.02rem;font-weight:500;line-height:1.5;transform:translateY(0);opacity:1;transition:all .3s ease}.services-gallery-card:hover .services-gallery-desc{transform:translateY(-2px);opacity:1}.services-gallery-viewmore{display:flex;align-items:center;justify-content:center;position:relative;opacity:0;transform:translateY(40px) scale(.9);animation:cardFadeIn .8s ease-out 2.2s forwards}.services-gallery-viewmore-glow{position:absolute;left:50%;top:50%;width:180px;height:180px;background:radial-gradient(circle,#ff4d2940,#fff0 80%);border-radius:50%;transform:translate(-50%,-50%);z-index:0;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}.services-gallery-viewmore-btn{position:relative;z-index:1;background:#ff4d29;color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;border:none;border-radius:8px;padding:18px 44px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.services-gallery-viewmore-btn:hover{background:#ff270a;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px #ff4d2966}.services-gallery-viewmore-btn:active{transform:translateY(-1px) scale(1.02)}@media (max-width: 1100px){.services-gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,280px);gap:80px}.services-gallery-card{height:100%}}@media (max-width: 700px){.services-gallery-section{padding:40px 15px}.services-gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,220px);gap:24px}.services-gallery-heading{font-size:1.8rem}.services-gallery-container{max-width:100%;padding:0}}.contact-hero-section{position:relative;min-height:420px;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.contact-hero-section.scroll-animate{opacity:0;transform:translateY(50px);animation:fadeInUp 1.2s ease-out .4s forwards}.contact-hero-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:heroZoom 15s ease-in-out infinite alternate;transform:scale(1.05)}.contact-hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000,#0000 70%);opacity:.7;z-index:1;animation:overlayFade 1.5s ease-out .5s both}.contact-hero-content{position:relative;z-index:2;color:#fff;max-width:800px;padding:20px}.contact-hero-section.scroll-animate .contact-hero-content{animation:fadeInUp 1.2s ease-out .8s both}.contact-hero-section.scroll-animate .contact-hero-content h1{animation:fadeInUp 1s ease-out 1s both}.contact-hero-section.scroll-animate .contact-hero-content p{animation:fadeInUp 1s ease-out 1.2s both}.contact-hero-content h1{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;margin-bottom:18px;line-height:1.1;color:#fff;animation:fadeInUp 1s ease-out 1s both}.contact-hero-content .highlight{color:#ff270a;text-shadow:0 0 15px rgba(255,39,10,.4);animation:textGlow 3s ease-in-out infinite alternate}.contact-hero-content p{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:400;color:#fff;margin:0 auto 30px;line-height:1.5;max-width:600px;animation:fadeInUp 1s ease-out 1.2s both}.contact-hero-btn{background:#ff4d29;color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;border:none;border-radius:8px;padding:18px 44px;cursor:pointer;box-shadow:0 2px 16px #ff4d291a;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease-out 1.4s forwards}.contact-hero-btn:hover{background:#ff270a;box-shadow:0 6px 32px #ff4d292e;transform:translateY(-3px) scale(1.05)}.contact-hero-btn:active{transform:translateY(-1px) scale(1.02)}.clients-section{padding:80px 0;background-color:#f8f8f8;text-align:center}.clients-section.scroll-animate{opacity:0;transform:translateY(50px);animation:fadeInUp 1.2s ease-out .3s forwards}.clients-container{max-width:100%;margin:0;padding:0}.clients-label{color:#ff4d29;font-family:Sora,sans-serif;font-size:22px;font-weight:700;margin-bottom:18px}.clients-heading{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:800;color:#111;margin-bottom:60px;line-height:1.1}.clients-section.scroll-animate .clients-label{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out .6s forwards}.clients-section.scroll-animate .clients-heading{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out .8s forwards}.clients-carousel{width:100%;overflow:hidden;position:relative;margin:40px 0;opacity:1;transform:none}.clients-track{display:flex;align-items:center;gap:60px;animation:scrollLeft 30s linear infinite;width:calc(200% + 780px)}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-50% - 30px))}}.client-logo{flex-shrink:0;width:160px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;padding:15px;transition:all .3s ease;opacity:.8}.client-logo:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #00000026;opacity:1}.client-logo img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.client-logo:hover img{filter:grayscale(0%)}.clients-carousel:hover .clients-track{animation-play-state:paused}@media (max-width: 768px){.clients-track{gap:40px;animation-duration:25s}.client-logo{width:140px;height:70px;padding:12px}}@media (max-width: 480px){.clients-track{gap:30px;animation-duration:20s}.client-logo{width:120px;height:60px;padding:10px}}@media (max-width: 375px){.clients-track{gap:25px;animation-duration:18s}.client-logo{width:100px;height:50px;padding:8px}}.hero-section,.about-section,.services-section,.services-gallery-section,.contact-hero-section,.clients-section,.testimonials-section{width:100%;overflow:hidden}@media (max-width: 320px){.hero-content{padding:8px 0 0 10px;max-width:90%}.hero-content h1{font-size:1.2rem}.hero-content p{font-size:.8rem}.about-label{font-size:12px;margin-bottom:8px}.about-heading{font-size:1.2rem}.about-desc{font-size:.5rem}.services-gallery-heading,.contact-hero-content h1,.clients-heading{font-size:1.2rem}}.custom-clients-carousel{width:100%;overflow:hidden;margin:40px 0;background:transparent}.custom-clients-track{display:flex;align-items:center;gap:60px;animation:customScrollRight 18s linear infinite;width:max-content}@keyframes customScrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.custom-client-img{width:220px;height:120px;object-fit:contain;padding:0;opacity:1;filter:none;transition:transform .3s;display:block}.custom-client-img:hover{transform:scale(1.08)}@media (max-width: 1024px){.custom-client-img{width:160px;height:90px}}@media (max-width: 768px){.custom-client-img{width:120px;height:60px}.custom-clients-track{gap:30px}}*{margin:0;padding:0;box-sizing:border-box}.navbar-container{display:flex;align-items:center;width:100%;height:110px;background:#f5f4f4;position:relative;font-family:Sora,sans-serif;box-shadow:0 2px 4px #0000001a}.navbar-left{display:flex;align-items:center;gap:30px;padding-left:50px;z-index:2}.navbar-logo{height:110px;width:auto}.navbar-brand{display:flex;flex-direction:column;justify-content:center}.brand-title{font-size:22px;font-weight:800;color:#2c2c2c;letter-spacing:2px;line-height:1.1}.brand-subtitle{font-size:11px;font-weight:600;color:#ff4d29;letter-spacing:3px;margin-top:3px}.navbar-contact{display:flex;gap:30px;align-items:center;position:absolute;right:200px;top:60%;transform:translateY(-50%);z-index:10}.contact-item{display:flex;align-items:center;gap:10px}.contact-icon{display:flex;align-items:center;justify-content:center;font-size:16px;width:20px;height:20px;color:#ff4d29}.contact-info{display:flex;flex-direction:column;gap:2px}.contact-label{font-size:11px;color:#ff4d29;font-weight:700;line-height:1}.contact-value{font-size:12px;color:#333;font-weight:600;line-height:1}.navbar-right{display:flex;align-items:center;flex:1;height:60px;background:linear-gradient(135deg,#ff4d29,tomato);margin-left:auto;padding:0 50px 0 100px;position:absolute;right:0;top:90px;bottom:0;z-index:999;clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%)}.navbar-nav{height:100%}.nav-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;height:100%;gap:35px}.nav-item{height:100%;display:flex;align-items:center;position:relative}.nav-item a{color:#fff;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease;padding:0 8px;text-transform:capitalize}.nav-item:hover a{color:#ffffffd9}.nav-item.active a{color:#fff;font-weight:700}.nav-item.active:after{content:"";position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:90%;height:3px;background:#fff;border-radius:2px}.mobile-menu-toggle{display:none;background:none;border:none;font-size:24px;color:#ff4d29;cursor:pointer;padding:8px;border-radius:6px;transition:all .3s ease;position:relative;z-index:1001;box-shadow:0 2px 8px #ff4d2933}.mobile-menu-toggle:hover{background-color:#ff4d291a;transform:scale(1.05);box-shadow:0 4px 12px #ff4d294d}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}@media (max-width: 1400px){.navbar-contact{gap:25px;right:180px}.contact-label{font-size:10px}.contact-value{font-size:11px}}@media (max-width: 1200px){.navbar-left{padding-left:30px;gap:20px}.navbar-contact{gap:20px;right:140px}.navbar-right{padding:0 30px 0 70px}.nav-menu{gap:25px}.contact-label{font-size:10px}.contact-value{font-size:11px}}@media (max-width: 1024px){.navbar-container{height:70px}.navbar-left{padding-left:20px;gap:15px}.navbar-logo{height:60px}.navbar-contact{gap:15px;right:120px}.navbar-right{padding:0 20px 0 60px;height:45px}.nav-menu{gap:20px}.nav-item a{font-size:14px}.contact-icon{font-size:14px;width:18px;height:18px}.contact-label{font-size:9px}.contact-value{font-size:10px}}@media (max-width: 992px){.navbar-container{height:auto;flex-direction:column;padding:15px 0;align-items:stretch;position:relative}.mobile-menu-toggle{display:block}.navbar-left{padding:0 20px;justify-content:center;gap:15px;order:1;margin-bottom:15px}.navbar-logo{height:50px}.navbar-contact{gap:20px;position:relative;right:auto;top:auto;transform:none;order:2;justify-content:center;margin-bottom:15px;padding:0 20px}.navbar-right{width:100%;margin-left:0;clip-path:none;padding:15px 20px;margin-top:0;justify-content:center;position:relative;top:0;bottom:auto;height:50px;order:3;display:none}.navbar-right.mobile-menu-open{display:flex}.nav-menu{gap:20px}.nav-item a{font-size:14px}}@media (max-width: 768px){.navbar-container{height:60px;flex-direction:row;padding:10px 20px;justify-content:space-between;align-items:center}.mobile-menu-toggle{display:block;position:relative;top:auto;right:auto;z-index:1001;order:2;background:#ff4d291a;border-radius:8px}.navbar-left{width:auto;justify-content:flex-start;padding-left:0;gap:0;order:1}.navbar-brand,.navbar-contact{display:none}.navbar-logo{height:45px}.navbar-right{display:none;position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;z-index:1000;padding:0;clip-path:none;order:3;box-shadow:-5px 0 20px #0000001a;transition:right .4s cubic-bezier(.25,.46,.45,.94)}.navbar-right.mobile-menu-open{display:flex;flex-direction:column;justify-content:center;align-items:center;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-menu{width:100%;flex-direction:column;gap:0;align-items:center;padding:60px 20px}.nav-item{width:100%;justify-content:center;border-bottom:2px solid #ff4d29;opacity:0;transform:translate(50px)}.navbar-right.mobile-menu-open .nav-item{animation:slideInFromRight .5s ease-out forwards}.navbar-right.mobile-menu-open .nav-item:nth-child(1){animation-delay:.1s}.navbar-right.mobile-menu-open .nav-item:nth-child(2){animation-delay:.2s}.navbar-right.mobile-menu-open .nav-item:nth-child(3){animation-delay:.3s}.navbar-right.mobile-menu-open .nav-item:nth-child(4){animation-delay:.4s}.navbar-right.mobile-menu-open .nav-item:nth-child(5){animation-delay:.5s}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.nav-item a{font-size:18px;padding:20px 30px;width:100%;text-align:left;border-radius:0;transition:all .3s ease;background:transparent;border:none;font-weight:600;letter-spacing:.5px;color:#333;text-decoration:none;display:block;position:relative}.nav-item a:hover{background:#ff4d290d;color:#ff4d29;padding-left:40px}.nav-item.active a{background:#ff4d291a;color:#ff4d29;font-weight:700}.nav-item.active a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#ff4d29}}@media (max-width: 600px){.navbar-container{height:55px;padding:10px 15px;flex-direction:row;justify-content:space-between;align-items:center}.mobile-menu-toggle{position:relative;top:auto;right:auto;font-size:20px;order:2}.navbar-left{width:auto;justify-content:flex-start;padding-left:0;gap:0;order:1}.navbar-brand,.navbar-contact{display:none}.navbar-logo{height:40px}.navbar-right{top:0;height:100vh;padding:0;order:3;width:280px}.nav-item a{font-size:17px;padding:18px 25px}}@media (max-width: 480px){.navbar-container{height:50px;padding:8px 12px;flex-direction:row;justify-content:space-between;align-items:center}.mobile-menu-toggle{position:relative;top:auto;right:auto;font-size:18px;order:2}.navbar-left{width:auto;justify-content:flex-start;padding-left:0;gap:0;order:1}.navbar-brand,.navbar-contact{display:none}.navbar-logo{height:35px}.navbar-right{top:0;height:100vh;padding:0;order:3;width:260px}.nav-item a{font-size:16px;padding:16px 20px}}.footer-section{background-color:#515151;color:#fff;padding:60px 0 20px;font-family:Sora,sans-serif}.footer-container{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;padding:0 32px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;margin-bottom:24px}.footer-logo-block{display:flex;align-items:center;gap:15px}.footer-logo-img{height:120px;width:auto;max-width:200px;object-fit:contain;filter:none!important}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:48px}.footer-nav li{font-size:1.08rem;font-weight:600;cursor:pointer;transition:color .2s;color:#fff}.footer-nav li:hover{color:#ff4d29}.footer-middle{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid #898787;margin-bottom:18px}.footer-contact-info{display:flex;gap:48px;font-size:1.08rem;font-weight:600;color:#fff}.footer-contact-info span{display:flex;align-items:center;gap:8px}.footer-social-icons{display:flex;align-items:center}.footer-social-icons a{color:#fff;font-size:22px;margin-left:28px;transition:color .2s}.footer-social-icons a:first-child{margin-left:0}.footer-social-icons a:hover{color:#ff4d29}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#ccc;padding-top:8px}@media (max-width: 1200px){.footer-container{max-width:100%;padding:0 24px}.footer-nav ul,.footer-contact-info{gap:32px}}@media (max-width: 992px){.footer-top,.footer-middle{flex-direction:column;gap:24px}.footer-nav ul{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:24px}.footer-contact-info{gap:24px;justify-content:flex-start}.footer-social-icons{margin-top:0;justify-content:flex-start}.footer-container{padding:0 20px}.footer-logo-img{height:100px}}@media (max-width: 768px){.footer-section{padding:40px 0 20px}.footer-container{padding:0 16px}.footer-top{padding-bottom:24px;margin-bottom:20px}.footer-nav ul{gap:20px;font-size:.95rem}.footer-nav li{font-size:1rem}.footer-middle{padding:20px 0;margin-bottom:16px}.footer-contact-info{gap:20px;font-size:1rem;flex-direction:column}.footer-social-icons a{font-size:20px;margin-left:20px}.footer-bottom{flex-direction:column;gap:12px;font-size:.9rem;padding-top:12px}.footer-logo-img{height:80px}}@media (max-width: 576px){.footer-section{padding:32px 0 16px}.footer-container{padding:0 12px}.footer-top{padding-bottom:20px;margin-bottom:16px}.footer-nav ul{flex-direction:column;gap:16px;align-items:center}.footer-nav li{font-size:.95rem}.footer-middle{padding:16px 0;margin-bottom:12px;gap:20px}.footer-contact-info{gap:16px;font-size:.9rem}.footer-social-icons a{font-size:18px;margin-left:16px}.footer-bottom{gap:8px;font-size:.85rem}.footer-logo-img{height:70px}}@media (max-width: 480px){.footer-section{padding:24px 0 12px}.footer-container{padding:0 8px}.footer-nav ul{gap:12px}.footer-nav li{font-size:.9rem;font-weight:500}.footer-contact-info{font-size:.85rem;gap:12px}.footer-social-icons a{font-size:16px;margin-left:12px}.footer-bottom{font-size:.8rem}.footer-logo-img{height:60px;max-width:150px}}@media (max-width: 360px){.footer-section{padding:20px 0 10px}.footer-container{padding:0 6px}.footer-nav li{font-size:.85rem}.footer-contact-info{font-size:.8rem}.footer-social-icons a{font-size:14px;margin-left:10px}.footer-bottom{font-size:.75rem}.footer-logo-img{height:50px;max-width:120px}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-us-page-content{width:100%;min-height:100vh;padding:0;background-color:#fff;overflow-x:hidden;opacity:0;animation:fadeIn .8s ease-out .2s forwards}img{max-width:100%;height:auto}*{word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 1200px){.about-who-we-are-section{height:80vh}.about-who-we-are-content{padding:0 60px;max-width:550px}.about-who-we-are-heading{font-size:2.5rem}.about-who-we-are-subheading{font-size:1.4rem}}@media (max-width: 992px){.about-who-we-are-section{height:70vh;min-height:400px}.about-who-we-are-content{padding:0 40px;max-width:500px}.about-who-we-are-heading{font-size:2.3rem}.about-who-we-are-subheading{font-size:1.3rem}.about-who-we-are-text{font-size:1.05rem}}@media (max-width: 768px){.about-who-we-are-section{height:60vh;min-height:350px}.about-who-we-are-content{padding:0 20px;max-width:90%}.about-who-we-are-heading{font-size:2rem;margin-bottom:15px}.about-who-we-are-subheading{font-size:1.2rem;margin-bottom:15px}.about-who-we-are-text{font-size:1rem}.about-who-we-are-underline{width:100px;margin-bottom:15px}}@media (max-width: 600px){.about-who-we-are-section{height:50vh;min-height:300px}.about-who-we-are-content{padding:0 15px}.about-who-we-are-heading{font-size:1.7rem}.about-who-we-are-subheading{font-size:1.1rem}.about-who-we-are-text{font-size:.95rem}}@media (max-width: 480px){.about-who-we-are-section{height:45vh;min-height:280px}.about-who-we-are-content{padding:0 12px}.about-who-we-are-heading{font-size:1.5rem}.about-who-we-are-subheading{font-size:1rem}.about-who-we-are-text{font-size:.9rem}.about-who-we-are-underline{width:80px;height:3px}}@media (max-width: 375px){.about-who-we-are-section{height:40vh;min-height:220px}.about-who-we-are-content{padding:0 8px;max-width:80%}.about-who-we-are-heading{font-size:1.3rem;margin-bottom:6px;line-height:1.2}.about-who-we-are-subheading{font-size:.85rem;margin-bottom:8px}.about-who-we-are-text{font-size:.8rem;line-height:1.2}.about-who-we-are-underline{width:70px;height:2px;margin-bottom:8px}}@media (max-width: 320px){.about-who-we-are-section{height:35vh;min-height:200px}.about-who-we-are-content{padding:0 6px;max-width:75%}.about-who-we-are-heading{font-size:1.2rem;margin-bottom:5px}.about-who-we-are-subheading{font-size:.8rem;margin-bottom:6px}.about-who-we-are-text{font-size:.75rem;line-height:1.1}.about-who-we-are-underline{width:60px;height:2px;margin-bottom:6px}}@media (max-width: 1200px){.founder-story-section{padding:60px 30px;gap:60px}.founder-story-heading{font-size:2.5rem}.founder-story-image-container{width:400px;height:500px}}@media (max-width: 992px){.founder-story-section{flex-direction:column;text-align:center;gap:50px;padding:50px 20px}.founder-story-content{max-width:100%;order:2}.founder-story-image-container{order:1;width:350px;height:420px;margin:0 auto}.founder-story-heading{font-size:2.2rem}.founder-story-label:before{font-size:2.5rem;top:-20px}}@media (max-width: 768px){.founder-story-section{padding:40px 15px;gap:40px}.founder-story-heading{font-size:1.9rem}.founder-story-text{font-size:1rem}.founder-story-image-container{width:300px;height:360px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:80px;height:80px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:18px;width:18px}}@media (max-width: 600px){.founder-story-section{padding:30px 12px;gap:30px}.founder-story-heading{font-size:1.7rem}.founder-story-text{font-size:.95rem}.founder-story-image-container{width:280px;height:330px}.founder-story-label:before{font-size:2rem;top:-15px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:70px;height:70px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:15px;width:15px}}@media (max-width: 480px){.founder-story-section{padding:25px 10px}.founder-story-heading{font-size:1.5rem}.founder-story-text{font-size:.9rem}.founder-story-image-container{width:250px;height:300px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:60px;height:60px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:12px;width:12px}}@media (max-width: 1200px){.our-vision-section,.our-mission-section{padding:60px 30px;gap:60px}.our-vision-heading,.our-mission-heading{font-size:1.7rem}.our-vision-image-container,.our-mission-image-container{max-width:450px;height:320px}}@media (max-width: 992px){.our-vision-section,.our-mission-section{flex-direction:column;text-align:center;gap:40px;padding:50px 20px}.our-vision-content,.our-mission-content{max-width:100%;order:2}.our-vision-image-container,.our-mission-image-container{order:1;max-width:100%;height:300px}.our-vision-heading,.our-mission-heading{font-size:2.2rem}.our-vision-text,.our-mission-list li{font-size:1rem}.our-vision-label:before,.our-mission-label:before{font-size:2.5rem;top:-20px}}@media (max-width: 768px){.our-vision-section,.our-mission-section{padding:40px 15px;gap:30px}.our-vision-heading,.our-mission-heading{font-size:1.8rem}.our-vision-text,.our-mission-list li{font-size:.95rem}.our-vision-image-container,.our-mission-image-container{height:250px}}@media (max-width: 600px){.our-vision-section,.our-mission-section{padding:30px 12px}.our-vision-heading,.our-mission-heading{font-size:1.6rem}.our-vision-text,.our-mission-list li{font-size:.9rem}.our-vision-image-container,.our-mission-image-container{height:220px}.our-vision-label:before,.our-mission_label:before{font-size:2rem;top:-15px}}@media (max-width: 480px){.our-vision-section,.our-mission-section{padding:25px 10px}.our-vision-heading,.our-mission-heading{font-size:1.4rem!important}.our-vision-text,.our-mission-list li{font-size:.85rem}.our-vision-image-container,.our-mission-image-container{height:200px}.our-vision-label:before,.our-mission_label:before{font-size:1.8rem;top:-12px}}@media (max-width: 1200px){.achievements-section{padding:60px 30px}.achievements-heading{font-size:1.4rem}.achievements-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}}@media (max-width: 992px){.achievements-section{padding:50px 20px}.achievements-heading{font-size:1.8rem}.achievements-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.achievement-card{padding:25px 20px}.achievement-icon-container{width:70px;height:70px}.achievement-icon{font-size:30px}.achievement-title{font-size:1.2rem}.achievement-description{font-size:.95rem}}@media (max-width: 768px){.achievements-section{padding:40px 15px}.achievements-heading{font-size:1.6rem}.achievements-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.achievement-card{padding:20px 15px}.achievement-icon-container{width:65px;height:65px}.achievement-icon{font-size:28px}.achievement-title{font-size:1.1rem}.achievement-description{font-size:.9rem}}@media (max-width: 600px){.achievements-section{padding:30px 12px}.achievements-heading{font-size:1.4rem;line-height:1.3}.achievements-grid{grid-template-columns:1fr;gap:18px}.achievement-card{padding:18px 12px}.achievement-icon-container{width:60px;height:60px}.achievement-icon{font-size:26px}.achievement-title{font-size:1rem}.achievement-description{font-size:.85rem}}@media (max-width: 480px){.achievements-section{padding:25px 10px}.achievements-heading{font-size:1.2rem}.achievement-card{padding:15px 10px}.achievement-icon-container{width:55px;height:55px;margin-bottom:15px}.achievement-icon-container:before{width:45px;height:45px}.achievement-icon{font-size:24px}.achievement-title{font-size:.95rem;margin-bottom:8px}.achievement-description{font-size:.8rem}}@media (max-width: 768px){.welcome-to-gait-432461{font-size:1.8rem}.items-432472{flex-direction:column;align-items:center;gap:1rem}.image-44-432457,.image-438165,.image-438174,.image-438199{height:200px;max-width:100%}}@media (max-width: 600px){.welcome-to-gait-432461{font-size:1.6rem}.image-44-432457,.image-438165,.image-438174,.image-438199{height:180px}}@media (max-width: 480px){.welcome-to-gait-432461{font-size:1.4rem}.image-44-432457,.image-438165,.image-438174,.image-438199{height:160px}}@media (max-width: 320px){.about-who-we-are-section{height:40vh;min-height:250px}.about-who-we-are-content{padding:0 8px}.about-who-we-are-heading{font-size:1.3rem}.about-who-we-are-subheading{font-size:.9rem}.about-who-we-are-text{font-size:.8rem}.founder-story-heading{font-size:1.3rem}.founder-story-image-container{width:220px;height:270px}.our-vision-heading,.our-mission-heading{font-size:1.2rem}.achievements-heading{font-size:1rem}.achievement-icon-container{width:50px;height:50px}.achievement-icon{font-size:20px}.achievement-title{font-size:.9rem}.achievement-description{font-size:.75rem}}.welcome-to-gait-432461{font-size:2.5rem;font-weight:700;text-align:center}.welcome-to-gait-432461-1{color:#007bff}.image-44-432457{width:100%;max-width:800px;height:700px;margin:2rem 0}.image-44-432457 img{width:100%;height:100%;object-fit:cover;border-radius:8px}.frame-36-432478,.frame-35-432483{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1rem 0}.call-us-432481,.mail-us-432486{font-weight:700;font-size:1.2rem}.items-432472{display:flex;justify-content:center;gap:2rem;margin:2rem 0}.items-432472>div{cursor:pointer;font-weight:500}.who-we-are-432492,.founders-story-432454,.our-vision-432526,.our-mission-438202{font-size:2rem;font-weight:700;text-align:center;margin:2rem 0}.driven-by-exper-438164,.engineering-exc-432550,.shaping-the-fut-438177{font-size:1.5rem;font-weight:600;text-align:center;margin:1rem 0}.at-gait-enginee-432493,.rc-ramesh-babu--432530,.to-be-a-leading-438178{max-width:800px;margin:1rem auto;line-height:1.6;text-align:center}.image-438165,.image-438174,.image-438199{width:100%;max-width:600px;height:300px;margin:2rem auto}.image-438165 img,.image-438174 img,.image-438199 img{width:100%;height:100%;object-fit:cover;border-radius:8px}.line-3-432488,.line-4-432489,.line-6-432491,.line-8-438162{width:100%;max-width:200px;height:2px;background-color:#007bff;margin:1rem auto}.rectangle-14147-438159,.rectangle-14148-438160,.rectangle-14156-438172,.rectangle-14157-438173{width:100%;max-width:800px;height:2px;background-color:#e0e0e0;margin:1rem auto}@media (max-width: 768px){.welcome-to-gait-432461{font-size:2rem}.items-432472{flex-direction:column;align-items:center;gap:1rem}.image-44-432457,.image-438165,.image-438174,.image-438199{height:200px}}.about-who-we-are-section{position:relative;width:100%;height:90vh;min-height:500px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;color:#fff}.about-who-we-are-section.scroll-animate{animation:fadeIn 1.2s ease-out forwards}.about-who-we-are-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.about-who-we-are-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-who-we-are-section.scroll-animate .about-who-we-are-image{animation:scaleIn 2s ease-out forwards}.about-who-we-are-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000000bf,#0000004d,#0000001a);z-index:1;opacity:0}.about-who-we-are-section.scroll-animate .about-who-we-are-image-overlay{animation:fadeIn 1.5s ease-out .3s forwards}.about-who-we-are-content{position:relative;z-index:2;padding:0 80px;max-width:700px;display:flex;flex-direction:column;justify-content:center;height:100%}.about-who-we-are-section.scroll-animate .about-who-we-are-content{animation:fadeInLeft 1.2s ease-out .5s both}.about-who-we-are-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:15px;line-height:1.1}.about-who-we-are-section.scroll-animate .about-who-we-are-heading{animation:fadeInUp .8s ease-out .7s both}.about-who-we-are-underline{width:140px;height:4px;background-color:#ff270a;margin-bottom:25px}.about-who-we-are-section.scroll-animate .about-who-we-are-underline{animation:slideInScale .8s ease-out .9s both}.about-who-we-are-subheading{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:25px;line-height:1.3}.about-who-we-are-section.scroll-animate .about-who-we-are-subheading{animation:fadeInUp .8s ease-out 1.1s both}.about-who-we-are-text{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:400;color:#fff;line-height:1.6;margin:0}.about-who-we-are-section.scroll-animate .about-who-we-are-text{animation:fadeInUp .8s ease-out 1.3s both}@media (max-width: 900px){.about-who-we-are-section{height:60vh;min-height:350px}.about-who-we-are-content{padding:0 20px;max-width:100%}.about-who-we-are-heading{font-size:2.2rem}.about-who-we-are-subheading{font-size:1.2rem}.about-who-we-are-text{font-size:1rem}}@media (max-width: 768px){.about-who-we-are-section{height:55vh;min-height:320px}.about-who-we-are-content{padding:0 15px;max-width:95%}.about-who-we-are-heading{font-size:2rem;margin-bottom:12px}.about-who-we-are-subheading{font-size:1.1rem;margin-bottom:15px}.about-who-we-are-text{font-size:.95rem;line-height:1.5}.about-who-we-are-underline{width:120px;margin-bottom:15px}}@media (max-width: 600px){.about-who-we-are-section{height:50vh;min-height:280px}.about-who-we-are-content{padding:0 12px;max-width:90%}.about-who-we-are-heading{font-size:1.7rem;margin-bottom:10px}.about-who-we-are-subheading{font-size:1rem;margin-bottom:12px}.about-who-we-are-text{font-size:.9rem;line-height:1.4}.about-who-we-are-underline{width:100px;height:3px;margin-bottom:12px}}@media (max-width: 480px){.about-who-we-are-section{height:45vh;min-height:250px}.about-who-we-are-content{padding:0 10px;max-width:85%}.about-who-we-are-heading{font-size:1.5rem;margin-bottom:8px}.about-who-we-are-subheading{font-size:.9rem;margin-bottom:10px}.about-who-we-are-text{font-size:.85rem;line-height:1.3}.about-who-we-are-underline{width:80px;height:3px;margin-bottom:10px}}.founder-story-section{display:flex;align-items:center;justify-content:center;gap:80px;padding:80px 40px;background-color:#f7f7f7;position:relative;overflow:hidden;min-height:600px}.founder-story-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.founder-story-content{flex:1;max-width:800px;position:relative;display:flex;flex-direction:column;justify-content:center}.founder-story-section.scroll-animate .founder-story-content{animation:fadeInLeft 1.2s ease-out .6s both}.founder-story-label{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:#ff270a;margin-bottom:10px;position:relative;z-index:1}.founder-story-section.scroll-animate .founder-story-label{animation:fadeInUp .8s ease-out .8s both}.founder-story-label:before{content:"Founder's Story";position:absolute;top:-30px;left:0;font-size:3.5rem;font-weight:800;color:#000;opacity:.08;z-index:0;white-space:nowrap}.founder-story-heading{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:#000;margin-bottom:15px;line-height:1.2}.founder-story-section.scroll-animate .founder-story-heading{animation:fadeInUp .8s ease-out 1s both}.founder-story-underline{width:80px;height:4px;background-color:#ff270a;margin-bottom:25px}.founder-story-section.scroll-animate .founder-story-underline{animation:slideInScale .8s ease-out 1.2s both}.founder-story-text{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:400;color:#535353;line-height:1.6;margin:0}.founder-story-section.scroll-animate .founder-story-text{animation:fadeInUp .8s ease-out 1.4s both}.founder-story-image-container{position:relative;width:450px;height:550px;overflow:hidden;flex-shrink:0;transition:all .4s ease}.founder-story-section.scroll-animate .founder-story-image-container{animation:fadeInRight 1.2s ease-out .8s both}.founder-story-image-container:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.founder-story-image{width:100%;height:100%;object-fit:cover;z-index:2;transition:transform .4s ease}.founder-story-image-container:hover .founder-story-image{transform:scale(1.05)}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{position:absolute;z-index:1}.founder-story-red-corner-top-right{top:0;right:0;width:120px;height:120px}.founder-story-red-corner-bottom-left{bottom:0;left:0;width:120px;height:120px}.founder-story-red-corner-top-right .horizontal-bar{position:absolute;top:0;right:0;width:100%;height:25px;background-color:#ff270a}.founder-story-red-corner-top-right .vertical-bar{position:absolute;top:0;right:0;width:25px;height:100%;background-color:#ff270a}.founder-story-red-corner-bottom-left .horizontal-bar{position:absolute;bottom:0;left:0;width:100%;height:25px;background-color:#ff270a}.founder-story-red-corner-bottom-left .vertical-bar{position:absolute;bottom:0;left:0;width:25px;height:100%;background-color:#ff270a}@media (max-width: 900px){.founder-story-section{flex-direction:column;text-align:center;gap:50px;padding:60px 30px}.founder-story-content{max-width:100%;order:2}.founder-story-image-container{order:1;width:350px;height:420px;margin:0 auto}.founder-story-label:before{font-size:2.5rem;top:-20px}.founder-story-heading{font-size:2.2rem}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:100px;height:100px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:20px;width:20px}}@media (max-width: 768px){.founder-story-section{padding:50px 20px;gap:40px}.founder-story-heading{font-size:2rem;margin-bottom:15px}.founder-story-text{font-size:1rem;line-height:1.5}.founder-story-image-container{width:320px;height:380px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:90px;height:90px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:18px;width:18px}}@media (max-width: 600px){.founder-story-section{padding:40px 15px;gap:30px}.founder-story-label:before{font-size:2rem;top:-15px}.founder-story-heading{font-size:1.8rem;margin-bottom:12px}.founder-story-text{font-size:.95rem;line-height:1.4}.founder-story-image-container{width:280px;height:340px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:80px;height:80px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:15px;width:15px}}@media (max-width: 480px){.founder-story-section{padding:30px 12px;gap:25px}.founder-story-heading{font-size:1.6rem;margin-bottom:10px}.founder-story-text{font-size:.9rem;line-height:1.3}.founder-story-image-container{width:250px;height:300px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:70px;height:70px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:12px;width:12px}}@media (max-width: 375px){.founder-story-section{padding:25px 8px;gap:20px}.founder-story-heading{font-size:1.4rem;margin-bottom:8px}.founder-story-text{font-size:.85rem;line-height:1.2}.founder-story-image-container{width:220px;height:270px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:60px;height:60px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:10px;width:10px}.founder-story-label:before{font-size:1.8rem;top:-12px}}@media (max-width: 320px){.founder-story-section{padding:20px 6px;gap:15px}.founder-story-heading{font-size:1.2rem;margin-bottom:6px}.founder-story-text{font-size:.8rem;line-height:1.1}.founder-story-image-container{width:200px;height:250px}.founder-story-red-corner-top-right,.founder-story-red-corner-bottom-left{width:50px;height:50px}.founder-story-red-corner-top-right .horizontal-bar,.founder-story-red-corner-top-right .vertical-bar,.founder-story-red-corner-bottom-left .horizontal-bar,.founder-story-red-corner-bottom-left .vertical-bar{height:8px;width:8px}.founder-story-label:before{font-size:1.6rem;top:-10px}}.our-vision-section{display:flex;align-items:center;justify-content:center;gap:80px;padding:80px 40px;background-color:#fff;position:relative;overflow:hidden}.our-vision-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.our-vision-image-container{flex:1;max-width:500px;height:350px;overflow:hidden;transition:all .4s ease}.our-vision-section.scroll-animate .our-vision-image-container{animation:fadeInLeft 1.2s ease-out .6s both}.our-vision-image-container:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.our-vision-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.our-vision-image-container:hover .our-vision-image{transform:scale(1.05)}.our-vision-content{flex:1;max-width:600px;position:relative}.our-vision-section.scroll-animate .our-vision-content{animation:fadeInRight 1.2s ease-out .8s both}.our-vision-label{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#ff270a;margin-bottom:5px;position:relative;z-index:1}.our-vision-section.scroll-animate .our-vision-label{animation:fadeInUp .8s ease-out 1s both}.our-vision-label:before{content:"Vision";position:absolute;top:-30px;left:0;font-size:3.5rem;font-weight:800;color:#000;opacity:.08;z-index:0;white-space:nowrap}.our-vision-heading{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800;color:#000;margin-bottom:20px;line-height:1.2}.our-vision-section.scroll-animate .our-vision-heading{animation:fadeInUp .8s ease-out 1.2s both}.our-vision-text{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:400;color:#535353;line-height:1.6}.our-vision-section.scroll-animate .our-vision-text{animation:fadeInUp .8s ease-out 1.4s both}.our-mission-section{display:flex;align-items:center;justify-content:center;gap:80px;padding:80px 40px;background-color:#f7f7f7;position:relative;overflow:hidden}.our-mission-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.our-mission-content{flex:1;max-width:600px;position:relative}.our-mission-section.scroll-animate .our-mission-content{animation:fadeInLeft 1.2s ease-out .6s both}.our-mission-label{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#ff270a;margin-bottom:5px;position:relative;z-index:1}.our-mission-section.scroll-animate .our-mission-label{animation:fadeInUp .8s ease-out .8s both}.our-mission-label:before{content:"Mission";position:absolute;top:-30px;left:0;font-size:3.5rem;font-weight:800;color:#000;opacity:.08;z-index:0;white-space:nowrap}.our-mission-heading{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:800;color:#000;margin-bottom:20px;line-height:1.2}.our-mission-section.scroll-animate .our-mission-heading{animation:fadeInUp .8s ease-out 1s both}.our-mission-list{list-style:none;padding:0;margin:0}.our-mission-list li{display:flex;align-items:flex-start;margin-bottom:15px;font-family:Sora,sans-serif;font-size:1.1rem;font-weight:400;color:#535353;line-height:1.6}.our-mission-section.scroll-animate .our-mission-list li:nth-child(1){animation:fadeInUp .8s ease-out 1.2s both}.our-mission-section.scroll-animate .our-mission-list li:nth-child(2){animation:fadeInUp .8s ease-out 1.4s both}.our-mission-section.scroll-animate .our-mission-list li:nth-child(3){animation:fadeInUp .8s ease-out 1.6s both}.our-mission-section.scroll-animate .our-mission-list li:nth-child(4){animation:fadeInUp .8s ease-out 1.8s both}.our-mission-section.scroll-animate .our-mission-list li:nth-child(n+5){animation:fadeInUp .8s ease-out 2s both}.our-mission-list .bullet-icon{display:inline-block;width:18px;height:18px;min-width:18px;margin-right:10px;background-color:#ff270a;border-radius:50%;position:relative;top:4px}.our-mission-image-container{flex:1;max-width:500px;height:350px;overflow:hidden;transition:all .4s ease}.our-mission-section.scroll-animate .our-mission-image-container{animation:fadeInRight 1.2s ease-out .8s both}.our-mission-image-container:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.our-mission-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.our-mission-image-container:hover .our-mission-image{transform:scale(1.05)}@media (max-width: 900px){.our-vision-section,.our-mission-section{flex-direction:column;text-align:center;gap:40px}.our-vision-image-container,.our-mission-image-container{max-width:100%;height:300px}.our-vision-content,.our-mission-content{max-width:100%}.our-vision_label:before,.our-mission_label:before{font-size:2.5rem;top:-20px}.our-vision-heading,.our-mission-heading{font-size:2.2rem}.our-vision-text,.our-mission-list li{font-size:1rem}}@media (max-width: 600px){.our-vision-section,.our-mission-section{padding:40px 20px}.our-vision-label:before,.our-mission-label:before{font-size:2rem}.our-vision-heading,.our-mission-heading{font-size:1.8rem}.our-vision-image-container,.our-mission-image-container{height:250px}.our-mission-list li{font-size:.9rem}}.achievements-section{padding:80px 40px;background-color:#fff;text-align:center}.achievements-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.achievements-header{margin-bottom:50px}.achievements-section.scroll-animate .achievements-header{animation:fadeInUp .8s ease-out .6s both}.achievements-label{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#ff270a;margin-bottom:10px;position:relative;display:inline-block}.achievements-section.scroll-animate .achievements-label{animation:fadeInUp .8s ease-out .8s both}.achievements-label:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-5px;width:50px;height:3px;background-color:#ff270a}.achievements-heading{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:400;color:#000;line-height:1.4;max-width:900px;margin:0 auto}.achievements-section.scroll-animate .achievements-heading{animation:fadeInUp .8s ease-out 1s both}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto}.achievements-section.scroll-animate .achievements-grid{animation:fadeInUp .8s ease-out 1.2s both}.achievement-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px;border-radius:8px;box-shadow:0 4px 8px #0000000d;transition:transform .3s ease}.achievements-section.scroll-animate .achievement-card:nth-child(1){animation:scaleIn .8s ease-out 1.4s both}.achievements-section.scroll-animate .achievement-card:nth-child(2){animation:scaleIn .8s ease-out 1.6s both}.achievements-section.scroll-animate .achievement-card:nth-child(3){animation:scaleIn .8s ease-out 1.8s both}.achievements-section.scroll-animate .achievement-card:nth-child(n+4){animation:scaleIn .8s ease-out 2s both}.achievement-card:hover{transform:translateY(-5px)}.achievement-icon-container{width:80px;height:80px;border-radius:50%;border:2px solid #ff270a;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background-color:#fff;position:relative;box-shadow:0 0 0 5px #ff270a1a;transition:all .4s ease}.achievement-icon-container:hover{transform:scale(1.1);box-shadow:0 0 0 10px #ff270a26}.achievement-icon-container:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;border:1px solid rgba(255,39,10,.3);z-index:-1;transition:all .4s ease}.achievement-icon-container:hover:before{width:110px;height:110px;border-color:#ff270a80}.achievement-icon{font-size:36px;color:#ff270a;transition:all .3s ease}.achievement-icon-container:hover .achievement-icon{transform:scale(1.1)}.achievement-title{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;color:#ed2424;margin-bottom:10px}.achievement-description{font-family:Sora,sans-serif;font-size:1rem;font-weight:400;color:#535353;line-height:1.6}@media (max-width: 900px){.achievements-heading{font-size:2rem}.achievements-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.achievement-card{padding:25px}.achievement-icon-container{width:70px;height:70px}.achievement-icon-container:before{width:60px;height:60px}.achievement-icon{font-size:30px}.achievement-title{font-size:1.2rem}.achievement-description{font-size:.95rem}}@media (max-width: 600px){.achievements-section{padding:40px 20px}.achievements-heading{font-size:1.8rem}.achievements-grid{grid-template-columns:1fr;gap:20px}.achievement-card{padding:20px}.achievement-icon-container{width:60px;height:60px}.achievement-icon-container:before{width:50px;height:50px}.achievement-icon{font-size:26px}.achievement-title{font-size:1.1rem}.achievement-description{font-size:.9rem}}.gallery-page{opacity:0;animation:fadeIn .8s ease-out .2s forwards}.gallery-section{padding:80px 40px;background-color:#f7f7f7;text-align:left}.gallery-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.gallery-header{margin-bottom:50px}.gallery-section.scroll-animate .gallery-header{animation:fadeInUp .8s ease-out .6s both}.gallery-heading{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;color:#000;margin-bottom:10px;position:relative;display:inline-block}.gallery-section.scroll-animate .gallery-heading{animation:fadeInLeft .8s ease-out .8s both}.gallery-heading:after{content:"";position:absolute;left:0;bottom:-5px;width:120px;height:3px;background-color:#ff270a}.gallery-section.scroll-animate .gallery-heading:after{animation:slideInScale .8s ease-out 1s both}.gallery-subheading{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600;color:#ff270a;margin-bottom:10px}.gallery-section.scroll-animate .gallery-subheading{animation:fadeInUp .8s ease-out 1.2s both}.gallery-description{font-family:Sora,sans-serif;font-size:1rem;color:#535353;max-width:800px;margin:0;line-height:1.6}.gallery-section.scroll-animate .gallery-description{animation:fadeInUp .8s ease-out 1.4s both}.gallery-main-image-container{margin:50px auto;max-width:90%;box-shadow:0 8px 16px #0000001a;border-radius:8px;overflow:hidden;transition:all .4s ease}.gallery-main-image-container.scroll-animate{animation:scaleIn 1.2s ease-out .6s both}.gallery-main-image-container:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.gallery-main-image{width:100%;height:auto;object-fit:contain;display:block;margin:0 auto;transition:transform .4s ease}.gallery-main-image-container:hover .gallery-main-image{transform:scale(1.05)}@media (max-width: 900px){.gallery-section{padding:60px 30px}.gallery-heading{font-size:2.5rem}.gallery-main-image-container{margin:30px auto}}@media (max-width: 600px){.gallery-section{padding:40px 20px}.gallery-heading{font-size:2rem}.gallery-subheading{font-size:1rem}.gallery-description{font-size:.9rem}.gallery-main-image-container{margin:30px auto}}.contact-us-page{opacity:0;animation:fadeIn .8s ease-out .2s forwards}*{box-sizing:border-box}.contact-us-page{width:100%;overflow-x:hidden;max-width:100vw}.contact-section{display:flex;justify-content:center;align-items:center;padding:80px 40px;background-color:#f5f5f5d9;gap:50px;position:relative;width:100%;max-width:100vw;box-sizing:border-box;overflow:hidden;min-height:80vh}.contact-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.contact-content{flex:1;max-width:600px;text-align:left;position:relative}.contact-section.scroll-animate .contact-content{animation:fadeInLeft 1.2s ease-out .6s both}.contact-content:before{content:"Contact Us";position:absolute;top:-20px;left:-20px;font-size:6rem;font-weight:800;color:#0000000d;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;white-space:nowrap;overflow:hidden;max-width:100%}.contact-label{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;color:#ff270a;margin-bottom:15px;position:relative;display:inline-block;z-index:1}.contact-section.scroll-animate .contact-label{animation:fadeInUp .8s ease-out .8s both}.contact-heading{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;color:#000;margin-bottom:25px;line-height:1.2;position:relative;z-index:1}.contact-section.scroll-animate .contact-heading{animation:fadeInUp .8s ease-out 1s both}.contact-heading .highlight{color:#ff270a}.contact-description{font-family:Sora,sans-serif;font-size:1.1rem;color:#535353;margin-bottom:40px;line-height:1.6;position:relative;z-index:1}.contact-info{margin-bottom:40px;position:relative;z-index:1}.info-item{display:flex;align-items:flex-start;margin-bottom:20px;font-family:Sora,sans-serif;font-size:1rem;color:#535353;gap:15px}.info-icon{color:#ff270a;font-size:1.2rem;margin-top:2px;flex-shrink:0}.info-item span{font-weight:500;line-height:1.5}.get-in-touch-button{background-color:#ff270a;color:#fff;border:none;padding:18px 35px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 4px 15px #ff270a33}.get-in-touch-button:hover{background-color:#e02000;transform:translateY(-2px);box-shadow:0 6px 20px #ff270a4d}.contact-image-container{flex:1;max-width:500px;position:relative;overflow:visible}.contact-image{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 8px 25px #00000026}.contact-image-container:after{content:"";position:absolute;top:15%;right:-15px;width:30px;height:70%;background-color:#ff270a;z-index:-1;border-radius:4px;max-width:calc(100vw - 100%)}@media (max-width: 900px){.contact-section{flex-direction:column;padding:60px 30px;gap:30px}.contact-content,.contact-image-container{max-width:100%}.contact-content:before{font-size:5rem;top:-10px;left:-10px}.contact-image-container:after{right:-10px;width:25px;height:70%}.contact-heading{font-size:2.5rem}}@media (max-width: 768px){.contact-section{padding:50px 25px;gap:25px}.contact-heading{font-size:2.2rem}.contact-label{font-size:1.3rem}.contact-description{font-size:1rem}.contact-content:before{font-size:4.5rem;top:-5px;left:-5px}.contact-image-container:after{right:-8px;width:20px;height:65%}.get-in-touch-button{padding:15px 30px;font-size:1rem}}@media (max-width: 600px){.contact-section{padding:40px 20px;gap:20px}.contact-heading{font-size:2rem;margin-bottom:20px}.contact-label{font-size:1.2rem;margin-bottom:12px}.contact-content:before{font-size:4rem;top:0;left:0}.info-item,.contact-description{font-size:.95rem}.info-icon{font-size:1.1rem;margin-top:1px}.get-in-touch-button{padding:14px 28px;font-size:.95rem}.contact-image-container:after{right:-6px;width:18px;height:60%}}@media (max-width: 480px){.contact-section{padding:35px 15px;gap:15px}.contact-heading{font-size:1.8rem;line-height:1.3}.contact-label{font-size:1.1rem}.contact-description{font-size:.9rem;margin-bottom:30px}.contact-content:before{font-size:3.5rem;opacity:.8}.info-item{font-size:.9rem;margin-bottom:15px;gap:12px}.info-icon{font-size:1rem}.get-in-touch-button{padding:12px 25px;font-size:.9rem;width:100%;max-width:300px}.contact-image-container:after{right:-4px;width:15px;height:55%}}@media (max-width: 375px){.contact-section{padding:30px 12px}.contact-heading{font-size:1.6rem}.contact-label{font-size:1rem}.contact-description{font-size:.85rem;margin-bottom:25px}.contact-content:before{font-size:3rem;opacity:.6}.info-item{font-size:.85rem;flex-direction:column;align-items:flex-start;gap:5px}.info-icon{margin-bottom:3px}.get-in-touch-button{padding:10px 20px;font-size:.85rem}.contact-image-container:after{display:none}}@media (max-width: 320px){.contact-section{padding:25px 10px}.contact-heading{font-size:1.4rem;margin-bottom:15px}.contact-label{font-size:.95rem;margin-bottom:10px}.contact-description{font-size:.8rem;margin-bottom:20px}.contact-content:before{font-size:2.5rem;opacity:.5}.info-item{font-size:.8rem;margin-bottom:12px}.get-in-touch-button{padding:8px 18px;font-size:.8rem}}.italic{font-style:italic}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideInScale{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}*,*:before,*:after{backface-visibility:hidden;transform-style:preserve-3d}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{background:#f5f5f5;opacity:0;animation:fadeIn .8s ease-out .2s forwards}.services-section{display:flex;padding:10px 40px 0;background:#fff;min-height:unset;max-width:1400px;margin:0 auto;position:relative;z-index:2;gap:60px;justify-content:center;align-items:flex-start}.services-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.services-sidebar{width:400px;padding:0 40px 0 0;background:none;border-right:none;display:flex;flex-direction:column;gap:20px;min-width:280px;max-width:450px;position:relative;flex-shrink:0}.services-section.scroll-animate .services-sidebar{animation:fadeInLeft 1.2s ease-out .6s both}.services-sidebar:after{content:"";position:absolute;right:-30px;top:0;width:4px;height:80%;background-color:#ff4d29;margin-top:40px;border-radius:5px}.services-label{color:#ff4d29;font-size:1.1rem;font-weight:700;margin-bottom:180px;letter-spacing:.5px;text-align:left;font-family:Montserrat,sans-serif}.services-categories{list-style:none;padding:0;margin:0;font-family:Sora,sans-serif;font-size:1rem;font-weight:500}.services-section.scroll-animate .services-categories>li:nth-child(1){animation:fadeInLeft .8s ease-out .8s both}.services-section.scroll-animate .services-categories>li:nth-child(2){animation:fadeInLeft .8s ease-out 1s both}.services-section.scroll-animate .services-categories>li:nth-child(3){animation:fadeInLeft .8s ease-out 1.2s both}.services-section.scroll-animate .services-categories>li:nth-child(4){animation:fadeInLeft .8s ease-out 1.4s both}.category-title{font-size:1.25rem;font-weight:700;color:#ff4d29;margin-bottom:15px;display:block;font-family:Montserrat,sans-serif;line-height:1.3}.services-categories>li{margin-bottom:30px;color:#ff4d29;cursor:pointer;font-weight:600;font-size:1.1rem;line-height:1.4;transition:all .3s ease;padding:10px 0;border-radius:5px}.services-categories>li:hover{transform:translate(5px);color:#ff270a}.services-categories>li.active{color:#ff4d29;font-weight:700}.services-categories ul{list-style:none;padding-left:0;margin-top:15px}.services-categories ul li{color:#666;font-weight:400;margin-bottom:10px;cursor:pointer;font-size:1rem;position:relative;padding:5px 0;transition:all .3s ease;line-height:1.4}.services-categories ul li:hover{color:#333;transform:translate(3px)}.services-categories ul li.active{color:#000;font-weight:800;text-decoration:none}.services-categories ul li .underlined{text-decoration:underline;text-decoration-color:#ff4d29;text-decoration-thickness:5px;text-underline-offset:3px;border-radius:10px}.services-categories>li:nth-child(n+2){color:#ff4d29;font-weight:600;font-size:1.1rem;margin-top:0}.services-content{flex:1;padding:0 40px 0 20px;display:flex;flex-direction:column;min-width:0;position:relative;z-index:2;background:#fff;border-radius:8px;max-width:800px}.services-section.scroll-animate .services-content{animation:fadeInRight 1.2s ease-out .8s both}.services-header-flex-row{display:flex;align-items:center;justify-content:center;width:100%;max-width:1400px;margin:60px auto 40px;padding:10px 40px 0;gap:200px;background:#fff}.services-header-flex-row.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.services-title-main{font-family:Montserrat,sans-serif;font-size:2.1rem;font-weight:800;color:#ff4d29;margin:0;letter-spacing:.5px;background:none;text-align:left;flex-shrink:0}.services-header-flex-row.scroll-animate .services-title-main{animation:fadeInLeft .8s ease-out .6s both}.services-watermark{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:3.5rem;font-weight:800;color:#f2f2f2;opacity:.6;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:1px;font-family:Montserrat,sans-serif;line-height:1;white-space:nowrap}.search-container{position:relative;display:flex;align-items:center;z-index:2}.services-header-flex-row.scroll-animate .search-container{animation:fadeInRight .8s ease-out .8s both}.search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#999;font-size:18px;z-index:1}.services-search{width:600px;max-width:600px;padding:15px 20px 15px 50px;border:2px solid #e0e0e0bb;border-radius:50px;font-size:1rem;outline:none;background:#ffffff54;color:#333;box-shadow:0 2px 8px #00000014;transition:all .3s ease;font-family:Sora,sans-serif}.services-search:focus{border-color:#ff4d29;box-shadow:0 4px 15px #ff4d2933;transform:translateY(-2px)}.services-search:hover{box-shadow:0 4px 12px #0000001f}.services-search::placeholder{color:#999}.services-details{background:none;z-index:1;position:relative;text-align:left;margin-top:35px}.services-section.scroll-animate .services-details{animation:fadeInUp .8s ease-out 1s both}.services-details h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:25px;font-family:Montserrat,sans-serif;line-height:1.2}.services-section.scroll-animate .services-details h2{animation:fadeInUp .8s ease-out 1.2s both}.services-details .highlight{color:#ff4d29}.services-details p{font-size:1.1rem;color:#666;margin-bottom:20px;font-family:Sora,sans-serif;font-weight:500}.services-section.scroll-animate .services-details p{animation:fadeInUp .8s ease-out 1.4s both}.services-details ul{list-style:none;padding:0;margin:0}.services-section.scroll-animate .services-details ul{animation:fadeInUp .8s ease-out 1.6s both}.services-details li{margin-bottom:15px;font-family:Sora,sans-serif;font-size:1rem;color:#555;line-height:1.6;position:relative;padding-left:20px;transition:all .3s ease}.services-section.scroll-animate .services-details li:nth-child(1){animation:fadeInUp .8s ease-out 1.8s both}.services-section.scroll-animate .services-details li:nth-child(2){animation:fadeInUp .8s ease-out 2s both}.services-section.scroll-animate .services-details li:nth-child(3){animation:fadeInUp .8s ease-out 2.2s both}.services-section.scroll-animate .services-details li:nth-child(4){animation:fadeInUp .8s ease-out 2.4s both}.services-details li:hover{transform:translate(5px);color:#333}.services-details li:before{content:"•";color:#ff4d29;font-size:1.5rem;position:absolute;left:0;top:-2px}.services-details li strong{color:#333;font-weight:600}.sand-casting-section{margin-top:50px;padding:0 40px;text-align:center}.sand-casting-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.sand-casting-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:1000;color:#333;margin-bottom:30px;text-align:center}.sand-casting-section.scroll-animate .sand-casting-title{animation:fadeInUp .8s ease-out .6s both}.sand-casting-row{display:flex;justify-content:center;gap:60px;flex-wrap:wrap;max-width:1000px;margin:0 auto}.sand-casting-section.scroll-animate .sand-casting-row{animation:fadeInUp .8s ease-out .8s both}.sand-casting-item{position:relative;width:280px;height:250px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .4s ease}.sand-casting-section.scroll-animate .sand-casting-item:nth-child(1){animation:scaleIn .8s ease-out 1s both}.sand-casting-section.scroll-animate .sand-casting-item:nth-child(2){animation:scaleIn .8s ease-out 1.2s both}.sand-casting-section.scroll-animate .sand-casting-item:nth-child(3){animation:scaleIn .8s ease-out 1.4s both}.sand-casting-section.scroll-animate .sand-casting-item:nth-child(n+4){animation:scaleIn .8s ease-out 1.6s both}.sand-casting-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.sand-casting-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sand-casting-item:hover .sand-casting-img{transform:scale(1.05)}.sand-casting-label{position:absolute;bottom:0;right:0;left:auto;width:50%;background:#ff270a7f;color:#fff;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;text-align:center;padding:10px 8px;letter-spacing:.5px}@media (max-width: 1200px){.services-section{max-width:95vw;padding:10px 30px 0;gap:40px}.services-header-flex-row{padding:10px 30px 0;gap:30px}.services-search{width:500px;max-width:500px}}@media (max-width: 1100px){.services-section{flex-direction:column;padding:30px 20px;gap:30px;align-items:center}.services-sidebar{width:100%;max-width:600px;min-width:auto;padding-right:0;text-align:center}.services-sidebar:after{display:none}.services-content{padding:30px 20px;max-width:100%}.services-header-flex-row{max-width:100%;padding:10px 20px 0}.services-search{width:100%;max-width:500px}.sand-casting-section{padding:0 20px}.sand-casting-row{gap:40px}}@media (max-width: 768px){.services-section{padding:20px 15px;gap:20px}.services-content{padding:20px 15px}.services-header-flex-row{padding:10px 15px 0}.services-details h2{font-size:2rem;text-align:center}.services-search{width:100%;max-width:100%;padding:12px 15px 12px 45px}.search-icon{left:15px;font-size:16px}.sand-casting-section{margin-top:30px;padding:0 15px}.sand-casting-title{font-size:1.2rem;margin-bottom:20px}.sand-casting-row{justify-content:center;gap:20px}.sand-casting-item{width:140px;height:110px}.sand-casting-label{font-size:.8rem;padding:6px 4px}}@media (max-width: 700px){.services-title-main{font-size:1.3rem}.services-header-flex-row{padding:20px 15px 0}}@media (max-width: 480px){.services-section{padding:15px 10px}.services-header-flex-row{padding:15px 10px 0}.services-title-main{font-size:1.1rem}.services-search{padding:10px 12px 10px 40px;font-size:.9rem}.search-icon{left:12px;font-size:14px}.sand-casting-section{padding:0 10px}.sand-casting-row{gap:15px}.sand-casting-item{width:120px;height:90px}.sand-casting-label{font-size:.7rem;padding:4px 2px}.services-details h2{font-size:1.4rem!important}}@media (max-width: 900px){.services-header-flex-row{flex-direction:column;align-items:center;gap:20px;padding:24px 20px 0}.services-title-main{font-size:1.5rem;text-align:center}.search-container{width:100%;display:flex;justify-content:center}}.our-products-section{margin:60px auto 0;max-width:1200px;padding-bottom:40px;position:relative;text-align:center}.our-products-section.scroll-animate{animation:fadeInUp 1.2s ease-out .3s forwards}.our-products-images-row{display:flex;justify-content:center;gap:60px;margin-bottom:-40px;position:relative;z-index:2;width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.our-products-section.scroll-animate .our-products-images-row{animation:fadeInUp .8s ease-out .6s both}.our-product-img{width:calc(33.33% - 14px);height:240px;object-fit:cover;border-radius:0;box-shadow:0 4px 12px #00000026;transition:all .4s ease}.our-products-section.scroll-animate .our-product-img:nth-child(1){animation:scaleIn .8s ease-out .8s both}.our-products-section.scroll-animate .our-product-img:nth-child(2){animation:scaleIn .8s ease-out 1s both}.our-products-section.scroll-animate .our-product-img:nth-child(3){animation:scaleIn .8s ease-out 1.2s both}.our-product-img:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #0003}.our-products-banner{display:flex;justify-content:center;align-items:center;margin:0;position:relative;z-index:1;width:100%}.our-products-section.scroll-animate .our-products-banner{animation:fadeInUp .8s ease-out 1.4s both}.our-products-banner span{background:#ff270a;color:#fff;font-size:2.5rem;font-weight:800;padding:20px 190px;border-radius:0;letter-spacing:1px;font-family:Montserrat,sans-serif;display:inline-block;width:auto;text-align:center;max-width:800px;margin-top:25px}.our-products-list{display:flex;flex-direction:column;gap:36px}.product-category{margin-bottom:0}.product-category-title{font-size:1.15rem;font-weight:700;color:#222;margin-bottom:12px;margin-left:6px;font-family:Montserrat,sans-serif}.product-category-row{display:flex;gap:32px;margin-bottom:0}.product-img-label{position:relative;width:170px;height:140px;display:flex;flex-direction:column;align-items:center}.product-img-label img{width:100%;height:100px;object-fit:cover;border-radius:5px;box-shadow:0 1px 6px #0000000f}.product-label{position:absolute;bottom:0;left:0;right:0;height:32px;background:#ff270abf;color:#fff;font-size:1rem;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:0 0 5px 5px;font-family:Montserrat,sans-serif;letter-spacing:.5px}@media (max-width: 900px){.our-products-section{max-width:98vw;padding:0 10px 30px;margin-top:40px}.our-products-images-row{gap:0;margin-bottom:-25px}.our-product-img{height:120px}.our-products-banner span{font-size:1.5rem;padding:15px 40px}.product-category-row{gap:10px}.product-img-label{width:90px;height:70px}.product-img-label img{height:50px}.product-label{font-size:.8rem;height:18px;padding:2px 0}}*{margin:0;padding:0;box-sizing:border-box;font-family:Sora,sans-serif}body{background-color:#fff}
